/* ==========================================================================
   Global Website Layout & Boxed Centered Container Spacing
   ========================================================================== */

body {
    background-color: #f8fafc;
}

/* Ensure the main container has generous side margins on desktop screens */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1200px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px !important;
    }
}

/* ==========================================================================
   Modern Banner Slider & Navigation Controls
   ========================================================================== */

.slider-section {
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative !important;
    clear: both !important;
    z-index: 10 !important;
}

.home-slider-container {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main_slider.owl-carousel {
    position: relative !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.main_slider.owl-carousel .owl-stage-outer {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.main_slider .slider-item {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    line-height: 0 !important;
}

.main_slider .slider-item img {
    width: 100% !important;
    height: auto !important;
    max-height: 380px !important;
    object-fit: cover !important;
    border-radius: 16px !important;
    display: block !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08) !important;
}

.main_slider .owl-dots {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
}

/* Modern Glassmorphism Arrow Buttons for Hero Banner */
.main_slider.owl-carousel .owl-nav button.owl-prev,
.main_slider.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18) !important;
    color: #1e293b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 99 !important;
    opacity: 0.85 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 0 !important;
    margin: 0 !important;
}

.main_slider.owl-carousel .owl-nav button.owl-prev {
    left: 18px !important;
}

.main_slider.owl-carousel .owl-nav button.owl-next {
    right: 18px !important;
}

.main_slider.owl-carousel .owl-nav button.owl-prev:hover,
.main_slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #fe5200 !important;
    color: #ffffff !important;
    border-color: #fe5200 !important;
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.1) !important;
    box-shadow: 0 6px 22px rgba(254, 82, 0, 0.45) !important;
}

.main_slider.owl-carousel .owl-nav button.owl-prev i,
.main_slider.owl-carousel .owl-nav button.owl-next i {
    font-size: 16px !important;
    color: inherit !important;
    transition: color 0.2s ease;
}

/* Tablet & Mobile Banner Optimization */
@media (max-width: 991.98px) {
    .slider-section {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
        padding-top: 0 !important;
    }
    .main_slider .slider-item {
        height: 230px;
    }
    .main_slider.owl-carousel .owl-nav button.owl-prev {
        left: 10px !important;
    }
    .main_slider.owl-carousel .owl-nav button.owl-next {
        right: 10px !important;
    }
}

@media (max-width: 767.98px) {
    .slider-section {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
        padding-top: 0 !important;
    }
    .home-slider-container,
    .main_slider,
    .main_slider .slider-item,
    .main_slider .slider-item img {
        border-radius: 12px !important;
    }
    .main_slider .slider-item {
        height: 165px;
    }
    .main_slider.owl-carousel .owl-nav button.owl-prev,
    .main_slider.owl-carousel .owl-nav button.owl-next {
        width: 32px !important;
        height: 32px !important;
    }
    .main_slider.owl-carousel .owl-nav button.owl-prev {
        left: 6px !important;
    }
    .main_slider.owl-carousel .owl-nav button.owl-next {
        right: 6px !important;
    }
    .main_slider.owl-carousel .owl-nav button.owl-prev i,
    .main_slider.owl-carousel .owl-nav button.owl-next i {
        font-size: 12px !important;
    }
}

/* ==========================================================================
   Modern Top Categories Carousel (Match Design Image 2)
   ========================================================================== */

/* ==========================================================================
   Modern Circular Category Carousel (Image 2 Design)
   ========================================================================== */
.top-category-section {
    padding: 15px 0 25px 0;
}

.category-slider.owl-carousel {
    position: relative;
    padding: 8px 4px;
}

.category-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.category-slider.owl-carousel .cat_item {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4px 2px 8px 2px !important;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: none !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    width: 100%;
}

.category-slider.owl-carousel .cat_item:hover {
    border: none !important;
    transform: translateY(-3px);
    box-shadow: none !important;
}

/* Circular Icon/Image Wrapper */
.category-slider.owl-carousel .cat_img {
    width: 84px;
    height: 84px;
    border-radius: 50% !important;
    background: #ffffff;
    border: 2px solid #eef2f6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.category-slider.owl-carousel .cat_img a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-decoration: none;
}

.category-slider.owl-carousel .cat_img img {
    max-height: 52px !important;
    max-width: 52px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
}

.category-slider.owl-carousel .cat_item:hover .cat_img {
    border-color: var(--primary-color, #fe5200);
    box-shadow: 0 8px 24px rgba(254, 82, 0, 0.22);
    background: #ffffff;
    transform: scale(1.06);
}

.category-slider.owl-carousel .cat_item:hover .cat_img img {
    transform: scale(1.12);
}

/* Category Label */
.category-slider.owl-carousel .cat_name {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.category-slider.owl-carousel .cat_name a {
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: color 0.25s ease;
    word-break: break-word;
}

.category-slider.owl-carousel .cat_item:hover .cat_name a {
    color: var(--primary-color, #fe5200);
}

/* Category Slider Navigation Arrows (Matching Image 2) */
.category-slider.owl-carousel .owl-nav {
    margin-top: 0;
}

.category-slider.owl-carousel .owl-nav button.owl-prev,
.category-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 46px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50% !important;
    background: #e07a38 !important;
    background: var(--primary-color, #fe5200) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(224, 122, 56, 0.4) !important;
    transition: all 0.25s ease !important;
    z-index: 10;
    border: none !important;
    opacity: 0.95;
    padding: 0 !important;
}

.category-slider.owl-carousel .owl-nav button.owl-prev {
    left: -14px;
}

.category-slider.owl-carousel .owl-nav button.owl-next {
    right: -14px;
}

.category-slider.owl-carousel .owl-nav button.owl-prev:hover,
.category-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #c96525 !important;
    background: var(--secondary-color, #e04800) !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 16px rgba(224, 122, 56, 0.5) !important;
    opacity: 1;
}

.category-slider.owl-carousel .owl-nav button i {
    font-size: 12px;
    color: #ffffff !important;
    line-height: 1;
}

.category-slider.owl-carousel .owl-nav button.disabled {
    opacity: 0.4 !important;
    cursor: default !important;
    pointer-events: none;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .category-slider.owl-carousel .cat_img {
        width: 74px;
        height: 74px;
        margin-bottom: 8px;
    }
    .category-slider.owl-carousel .cat_img img {
        max-height: 46px !important;
        max-width: 46px !important;
    }
    .category-slider.owl-carousel .owl-nav button.owl-prev,
    .category-slider.owl-carousel .owl-nav button.owl-next {
        top: 41px;
        width: 30px;
        height: 30px;
    }
    .category-slider.owl-carousel .cat_name a {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .top-category-section {
        padding: 10px 0 16px 0;
    }
    .category-slider.owl-carousel .cat_img {
        width: 66px;
        height: 66px;
        margin-bottom: 6px;
        border-width: 1.5px;
    }
    .category-slider.owl-carousel .cat_img img {
        max-height: 40px !important;
        max-width: 40px !important;
    }
    .category-slider.owl-carousel .cat_name a {
        font-size: 11px;
        font-weight: 500;
        -webkit-line-clamp: 2;
    }
    .category-slider.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
        width: 26px;
        height: 26px;
        top: 37px;
    }
    .category-slider.owl-carousel .owl-nav button.owl-next {
        right: -8px;
        width: 26px;
        height: 26px;
        top: 37px;
    }
    .category-slider.owl-carousel .owl-nav button i {
        font-size: 10px;
    }
}

/* ==========================================================================
   Hot Deal Header: Title (Left), Timer (Center), View More (Right)
   ========================================================================== */

.hotdeal_header_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}

.hotdeal_title_col {
    flex: 1;
    text-align: left;
}

.hotdeal_title_col .section-title-header {
    margin: 0;
    padding: 0;
}

.hotdeal_title_col .section-title-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    position: relative;
    letter-spacing: -0.2px;
}

.hotdeal_timer_col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotdeal_timer_col .syotimer__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hotdeal_timer_col .syotimer-cell {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fe5200;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 8px;
    box-shadow: 0 3px 10px rgba(254, 82, 0, 0.28);
}

.hotdeal_action_col {
    flex: 1;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hotdeal_viewmore_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fe5200;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 10px rgba(254, 82, 0, 0.25);
}

.hotdeal_viewmore_link:hover {
    background: #e04800;
    transform: translateX(3px);
    box-shadow: 0 6px 18px rgba(254, 82, 0, 0.4);
    color: #ffffff !important;
}

.hotdeal_viewmore_link i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.hotdeal_viewmore_link:hover i {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .hotdeal_header_grid {
        flex-wrap: wrap;
        gap: 8px;
    }
    .hotdeal_title_col {
        flex: 1 0 auto;
    }
    .hotdeal_timer_col {
        order: 3;
        flex: 1 0 100%;
        justify-content: center;
        margin-top: 4px;
    }
    .hotdeal_action_col {
        flex: 0 0 auto;
    }
    .hotdeal_viewmore_link {
        padding: 5px 12px;
        font-size: 12px;
    }
    .hotdeal_timer_col .syotimer-cell {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
        border-radius: 6px;
    }
}

/* ==========================================================================
   Category Section Header & Top-Right View More Link
   ========================================================================== */

.category_header_grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}

.category_title_col {
    text-align: left;
}

.category_title_col .section-title-header {
    margin: 0;
    padding: 0;
}

.category_title_col .section-title-name {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    position: relative;
    letter-spacing: -0.2px;
}

.category_action_col {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.category_viewmore_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fe5200;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 3px 10px rgba(254, 82, 0, 0.25);
}

.category_viewmore_link:hover {
    background: #e04800;
    transform: translateX(3px);
    box-shadow: 0 6px 18px rgba(254, 82, 0, 0.4);
    color: #ffffff !important;
}

.category_viewmore_link i {
    font-size: 13px;
    transition: transform 0.2s ease;
}

.category_viewmore_link:hover i {
    transform: translateX(4px);
}

@media (max-width: 767.98px) {
    .category_header_grid {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    .category_title_col .section-title-name {
        font-size: 16px;
    }
    .category_viewmore_link {
        padding: 5px 12px;
        font-size: 12px;
    }
}

/* ==========================================================================
   Modern Professional Footer Styles
   ========================================================================== */

.modern-footer {
    background-color: #ffffff;
    border-top: 1px solid #e2e8f0;
    margin-top: 30px;
    font-family: inherit;
}

.modern-footer .footer-top {
    padding: 45px 0 35px 0;
    background: #ffffff;
}

.modern-footer .footer-logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.modern-footer .footer-desc {
    color: #64748b;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.modern-footer .footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modern-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 13.5px;
}

.modern-footer .contact-item i {
    color: #fe5200;
    font-size: 15px;
    margin-top: 3px;
    min-width: 18px;
}

.modern-footer .contact-item a {
    color: #334155;
    text-decoration: none;
    transition: color 0.2s ease;
}

.modern-footer .contact-item a:hover {
    color: #fe5200;
}

.modern-footer .footer-phone-link {
    font-weight: 700;
    font-size: 16px;
    color: #0f172a !important;
}

.modern-footer .footer-phone-link:hover {
    color: #fe5200 !important;
}

.modern-footer .footer-widget-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f172a;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
}

.modern-footer .footer-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #fe5200;
    border-radius: 2px;
}

.modern-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modern-footer .footer-links li a {
    color: #475569;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.modern-footer .footer-links li a i {
    font-size: 11px;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.modern-footer .footer-links li a:hover {
    color: #fe5200;
    transform: translateX(4px);
}

.modern-footer .footer-links li a:hover i {
    color: #fe5200;
    transform: translateX(2px);
}

/* Social Icon Badges */
.modern-footer .footer-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.modern-footer .social-badge-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}

.modern-footer .social-badge-btn:hover {
    background: #fe5200;
    color: #ffffff;
    border-color: #fe5200;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(254, 82, 0, 0.3);
}

/* App Section */
.modern-footer .footer-app-section {
    margin-top: 15px;
}

.modern-footer .app-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f172a;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.modern-footer .app-download-btn img {
    max-height: 42px;
    width: auto;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.modern-footer .app-download-btn:hover img {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Footer Bottom Bar */
.modern-footer .footer-bottom,
.footer-bottom {
    background: #F1592A !important;
    padding: 14px 0 !important;
}

.modern-footer .footer-bottom .copyright p,
.footer-bottom .copyright p {
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

@media (max-width: 767.98px) {
    .modern-footer .footer-top {
        padding: 30px 0 20px 0;
    }
    .modern-footer .footer-widget-title {
        margin-bottom: 12px;
    }
    .modern-footer .footer-links {
        gap: 8px;
    }
}

/* ==========================================================================
   Modern Ghorer-Bazar Style Checkout Page
   ========================================================================== */

.checkout-modern-section {
    background-color: #f8fafc;
    min-height: 80vh;
}

.checkout-stepper-header {
    background: transparent;
}

.secure-checkout-badge {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13.5px;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-weight: 600;
}

.checkout-stepper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-node {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #94a3b8;
}

.step-node.active {
    color: #fe5200;
}

.step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.step-node.active .step-num {
    background: #fe5200;
    color: #ffffff;
}

.step-divider {
    width: 45px;
    height: 2px;
    background: #e2e8f0;
}

.step-divider.active {
    background: #fe5200;
}

.checkout-box {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.box-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.2px;
}

.checkout-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    display: block;
}

.checkout-input,
.checkout-select {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    padding: 10px 16px;
    font-size: 14px;
    color: #0f172a;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

.checkout-input:focus,
.checkout-select:focus {
    border-color: #fe5200;
    box-shadow: 0 0 0 3px rgba(254, 82, 0, 0.12);
    outline: none;
}

.payment-options-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payment-option-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0;
}

.payment-option-card:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.payment-option-card.active {
    border-color: #fe5200;
    background: #fff7ed;
    box-shadow: 0 0 0 1px #fe5200;
}

.payment-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #0f172a;
}

.payment-radio {
    accent-color: #fe5200;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
}

.btn-checkout-submit {
    height: 52px;
    background: #0f172a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
}

.btn-checkout-submit:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.25);
}

.btn-coupon-apply {
    height: 48px;
    padding: 0 24px;
    background: #0f172a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-coupon-apply:hover {
    background: #1e293b;
}

.checkout-sidebar-sticky {
    position: sticky;
    top: 90px;
}

.order-items-list {
    max-height: 380px;
    overflow-y: auto;
}

.order-item-img {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    position: relative;
    flex-shrink: 0;
}

.order-item-img img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.item-qty-pill {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0f172a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.order-item-info .item-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}

.qty-btn-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #475569;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.qty-btn-inline:hover {
    background: #fe5200;
    color: #ffffff;
}

.delete-btn-inline {
    cursor: pointer;
    font-size: 13px;
    transition: opacity 0.15s ease;
}

.delete-btn-inline:hover {
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .checkout-sidebar-sticky {
        position: static;
    }
}

.checkout-brand-logo {
    max-height: 44px;
    width: auto;
    object-fit: contain;
}

.checkout-header-divider {
    color: #cbd5e1;
    font-size: 18px;
    font-weight: 300;
}

.checkout-subtitle {
    font-size: 13.5px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.5px;
}

/* Personal Payment Instructions Box */
.personal-payment-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    margin-top: 10px;
    transition: all 0.25s ease;
}

.personal-payment-box .instruction-text {
    font-size: 13.5px;
    line-height: 1.5;
    color: #475569;
}

/* Checkout Grid Layout: Responsive Ordering */
.checkout-grid-container {
    display: grid;
    gap: 24px;
}

@media (min-width: 992px) {
    .checkout-grid-container {
        grid-template-columns: 1.35fr 1fr;
        grid-template-areas:
            "delivery sidebar"
            "payment  sidebar"
            "submit   sidebar";
        align-items: start;
    }

    .checkout-area-delivery {
        grid-area: delivery;
    }

    .checkout-area-sidebar {
        grid-area: sidebar;
    }

    .checkout-area-payment {
        grid-area: payment;
    }

    .checkout-area-submit {
        grid-area: submit;
    }
}

@media (max-width: 991.98px) {
    .checkout-grid-container {
        grid-template-columns: 1fr;
        grid-template-areas:
            "delivery"
            "sidebar"
            "payment"
            "submit";
        gap: 20px;
    }

    .checkout-area-delivery {
        grid-area: delivery;
    }

    .checkout-area-sidebar {
        grid-area: sidebar;
    }

    .checkout-area-payment {
        grid-area: payment;
    }

    .checkout-area-submit {
        grid-area: submit;
    }
}

/* Dual Product Card Buttons (Add To Cart & Buy now) */
.product-card-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    margin-top: 8px !important;
    padding: 2px 4px 6px 4px !important;
    width: 100% !important;
}

.product-card-actions form {
    flex: 1 1 50% !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 50% !important;
}

.btn-product-cart,
.btn-product-buy {
    flex: 1 1 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 6px 4px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border: 1.5px solid #fe5200 !important;
    line-height: 1.2 !important;
    height: 33px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.btn-product-cart {
    background: #ffffff !important;
    color: #fe5200 !important;
}

.btn-product-cart i {
    font-size: 12px !important;
    color: #fe5200 !important;
}

.btn-product-cart:hover {
    background: #fff7ed !important;
    color: #e54600 !important;
    border-color: #e54600 !important;
}

.btn-product-buy {
    background: #fe5200 !important;
    color: #ffffff !important;
}

.btn-product-buy i {
    font-size: 12px !important;
    color: #ffffff !important;
}

.btn-product-buy:hover {
    background: #e54600 !important;
    border-color: #e54600 !important;
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .product-card-actions {
        gap: 4px !important;
        padding: 2px 2px 4px 2px !important;
    }
    .btn-product-cart,
    .btn-product-buy {
        font-size: 10px !important;
        padding: 4px 2px !important;
        gap: 3px !important;
        height: 29px !important;
        border-radius: 5px !important;
    }
    .btn-product-cart i,
    .btn-product-buy i {
        font-size: 10px !important;
    }
}

/* Product Card Actions: [ অর্ডার করুন ] + [ 🛒 ] */
.product-card-actions {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 8px !important;
    padding: 2px 4px 6px 4px !important;
    width: 100% !important;
}

.product-order-form {
    flex: 1 1 auto !important;
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.btn-product-order {
    flex: 1 1 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fe5200 !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    border: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    height: 35px !important;
    width: 100% !important;
    line-height: 1.2 !important;
}

.btn-product-order:hover {
    background: #e54600 !important;
    color: #ffffff !important;
}

.btn-product-cart-icon {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 35px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fe5200 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
}

.btn-product-cart-icon i {
    font-size: 15px !important;
    color: #ffffff !important;
}

.btn-product-cart-icon:hover {
    background: #e54600 !important;
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .product-card-actions {
        gap: 4px !important;
        padding: 2px 2px 4px 2px !important;
    }
    .btn-product-order {
        font-size: 11px !important;
        height: 30px !important;
        padding: 4px 6px !important;
        border-radius: 5px !important;
    }
    .btn-product-cart-icon {
        flex: 0 0 32px !important;
        width: 32px !important;
        height: 30px !important;
        border-radius: 5px !important;
    }
    .btn-product-cart-icon i {
        font-size: 13px !important;
    }
}

/* ==========================================================================
   Ghorer Bazar Style Floating Right Cart Button & Slide-in Drawer
   ========================================================================== */

.floating-cart-widget {
    position: fixed !important;
    right: 0 !important;
    top: 35% !important;
    transform: translateY(-35%) !important;
    z-index: 9999 !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    width: 66px !important;
    text-align: center !important;
    border-radius: 8px 0 0 8px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    background: #ffffff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.floating-cart-widget:hover {
    transform: translateY(-35%) scale(1.05) !important;
    box-shadow: 0 6px 22px rgba(254, 82, 0, 0.35) !important;
}

.floating-cart-top {
    background: #fe5200 !important;
    color: #ffffff !important;
    padding: 10px 4px 8px 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
    line-height: 1.2 !important;
}

.floating-cart-top i {
    font-size: 18px !important;
}

.floating-cart-bottom {
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 6px 4px !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    border: 1px solid #fe5200 !important;
    border-right: none !important;
    border-top: none !important;
    line-height: 1.2 !important;
}

/* Cart Drawer Overlay */
.cart-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 99998 !important;
    display: none;
    backdrop-filter: blur(2px) !important;
}

/* Cart Drawer Container */
.cart-drawer-container {
    position: fixed !important;
    top: 0 !important;
    right: -450px !important;
    width: 390px !important;
    max-width: 90vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.18) !important;
    transition: right 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    display: flex !important;
    flex-direction: column !important;
}

.cart-drawer-container.open {
    right: 0 !important;
}

body.drawer-open {
    overflow: hidden !important;
}

/* Drawer Header */
.cart-drawer-header {
    background: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.cart-drawer-header h5 {
    color: #0f172a !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
}

.btn-drawer-close {
    background: none !important;
    border: none !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    transition: color 0.2s ease !important;
}

.btn-drawer-close:hover {
    color: #fe5200 !important;
}

/* Drawer Body */
.cart-drawer-body {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
}

.drawer-item-row {
    transition: background 0.15s ease !important;
}

.drawer-item-img img {
    width: 56px !important;
    height: 56px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    border: 1px solid #f1f5f9 !important;
}

.drawer-item-name a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    line-height: 1.3 !important;
    display: block !important;
}

.drawer-item-name a:hover {
    color: #fe5200 !important;
}

.drawer-qty-box {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    height: 26px !important;
    background: #f8fafc !important;
}

.drawer-qty-btn {
    background: #f1f5f9 !important;
    border: none !important;
    width: 24px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 10px !important;
    cursor: pointer !important;
    color: #475569 !important;
    padding: 0 !important;
    transition: background 0.15s ease !important;
}

.drawer-qty-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.drawer-qty-val {
    padding: 0 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    min-width: 20px !important;
    text-align: center !important;
}

.drawer-math-price {
    font-size: 12px !important;
}

.drawer-item-remove {
    background: none !important;
    border: none !important;
    font-size: 16px !important;
    color: #94a3b8 !important;
    cursor: pointer !important;
    padding: 4px !important;
    border-radius: 4px !important;
    transition: color 0.15s ease !important;
}

.drawer-item-remove:hover {
    color: #ef4444 !important;
}

/* Drawer Footer */
.cart-drawer-footer {
    border-top: 1px solid #f1f5f9 !important;
    background: #ffffff !important;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04) !important;
}

.btn-drawer-checkout {
    display: block !important;
    width: 100% !important;
    background: #fe5200 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: background 0.2s ease !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(254, 82, 0, 0.25) !important;
}

.btn-drawer-checkout:hover {
    background: #e54600 !important;
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .floating-cart-widget {
        width: 58px !important;
    }
    .floating-cart-top {
        padding: 8px 3px 6px !important;
        font-size: 10px !important;
    }
    .floating-cart-top i {
        font-size: 15px !important;
    }
    .floating-cart-bottom {
        font-size: 10.5px !important;
        padding: 5px 2px !important;
    }
    .cart-drawer-container {
        width: 100% !important;
        max-width: 100vw !important;
    }
}

/* ==========================================================================
   Floating Multi-Channel Chat Widget (WhatsApp, Call, Messenger)
   ========================================================================== */

.floating-chat-widget {
    position: fixed !important;
    bottom: 72px !important;
    right: 18px !important;
    z-index: 9997 !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    gap: 8px !important;
}

.floating-chat-trigger {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #fe5200 !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 16px rgba(254, 82, 0, 0.45) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    padding: 0 !important;
    outline: none !important;
}

.floating-chat-trigger:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 6px 20px rgba(254, 82, 0, 0.55) !important;
}

.floating-chat-trigger .chat-icon-open {
    font-size: 22px !important;
    transition: transform 0.3s ease, opacity 0.2s ease !important;
}

.floating-chat-trigger .chat-icon-close {
    font-size: 20px !important;
    position: absolute !important;
    opacity: 0 !important;
    transform: rotate(-90deg) scale(0.5) !important;
    transition: transform 0.3s ease, opacity 0.2s ease !important;
}

.floating-chat-widget.active .floating-chat-trigger {
    background: #0f172a !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.45) !important;
}

.floating-chat-widget.active .floating-chat-trigger .chat-icon-open {
    opacity: 0 !important;
    transform: rotate(90deg) scale(0.5) !important;
}

.floating-chat-widget.active .floating-chat-trigger .chat-icon-close {
    opacity: 1 !important;
    transform: rotate(0deg) scale(1) !important;
}

.floating-chat-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 2px !important;
}

.chat-menu-item {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18) !important;
    transform: scale(0) translateY(15px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    font-size: 18px !important;
}

.chat-menu-item::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 50px;
    background: rgba(15, 23, 42, 0.9);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(6px);
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
}

.chat-menu-item:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.floating-chat-widget.active .chat-menu-item {
    transform: scale(1) translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.floating-chat-widget.active .chat-menu-item:nth-child(1) {
    transition-delay: 0.1s !important;
}

.floating-chat-widget.active .chat-menu-item:nth-child(2) {
    transition-delay: 0.05s !important;
}

.floating-chat-widget.active .chat-menu-item:nth-child(3) {
    transition-delay: 0s !important;
}

.chat-menu-item:hover {
    transform: scale(1.12) !important;
    color: #ffffff !important;
}

.item-whatsapp {
    background: #25D366 !important;
}
.item-whatsapp:hover {
    background: #20ba5a !important;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45) !important;
}

.item-call {
    background: #10B981 !important;
}
.item-call:hover {
    background: #059669 !important;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.45) !important;
}

.item-messenger {
    background: linear-gradient(135deg, #00B2FE 0%, #006AFF 50%, #9B00E8 100%) !important;
}
.item-messenger:hover {
    box-shadow: 0 6px 18px rgba(0, 106, 255, 0.45) !important;
}

@media (max-width: 575.98px) {
    .floating-chat-widget {
        bottom: 115px !important;
        right: 14px !important;
        gap: 6px !important;
    }
    .floating-chat-trigger {
        width: 44px !important;
        height: 44px !important;
    }
    .floating-chat-trigger .chat-icon-open {
        font-size: 19px !important;
    }
    .floating-chat-trigger .chat-icon-close {
        font-size: 18px !important;
    }
    .chat-menu-item {
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }
}

/* ==========================================================================
   Google OAuth & Auth Divider Styles
   ========================================================================== */
.btn-google-auth {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    background: #ffffff !important;
    color: #1e293b !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    margin-bottom: 15px !important;
}

.btn-google-auth:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    transform: translateY(-1px) !important;
}

.auth-divider {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    margin: 18px 0 !important;
}

.auth-divider::before,
.auth-divider::after {
    content: '' !important;
    flex: 1 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.auth-divider span {
    padding: 0 12px !important;
    color: #94a3b8 !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

/* ==========================================================================
   Modern Blog & Homepage Blog Section Styles
   ========================================================================== */
.home-blog-section {
    border-top: 1px solid #f1f5f9;
    background: #ffffff;
}

.home-blog-card,
.blog-card {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.home-blog-card:hover,
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.home-blog-img-wrapper,
.blog-card-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
}

.home-blog-img,
.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-blog-card:hover .home-blog-img,
.blog-card:hover .blog-card-img {
    transform: scale(1.05);
}

.home-blog-title-link,
.blog-title-link {
    color: #1e293b !important;
    transition: color 0.2s ease;
}

.home-blog-title-link:hover,
.blog-title-link:hover {
    color: var(--primary-color, #198754) !important;
}

.home-read-more-link {
    transition: gap 0.2s ease;
}

.home-read-more-link:hover {
    gap: 6px !important;
}

.hover-bg {
    transition: background 0.2s ease, color 0.2s ease;
}

.hover-bg:hover {
    background: #f1f5f9;
    color: var(--primary-color, #198754) !important;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   Homepage Brand Slider & Brand Cards
   ========================================================================== */
.home-brand-section {
    background: transparent;
}

.brand-item-card {
    padding: 4px;
}

.brand-box {
    background: #ffffff !important;
    border: 1px solid #f1f5f9;
    border-radius: 12px !important;
    padding: 16px 10px !important;
    transition: all 0.3s ease !important;
    min-height: 110px;
}

.brand-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1;
}

.brand-img-box {
    width: 70px;
    height: 50px;
    margin: 0 auto;
}

.brand-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brand-box:hover .brand-logo-img {
    transform: scale(1.08);
}

.brand-placeholder-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.brand-name-text {
    font-size: 12px;
    color: #334155 !important;
    transition: color 0.2s ease;
}

.brand-box:hover .brand-name-text {
    color: var(--primary-color, #fe5200) !important;
}

/* ==========================================================================
   Brand Slider Round Circular Nav Arrows (Matching User Image)
   ========================================================================== */
.brand-slider.owl-carousel {
    position: relative;
}

.brand-slider.owl-carousel .owl-nav {
    margin-top: 0;
}

.brand-slider.owl-carousel .owl-nav button.owl-prev,
.brand-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    background: #cbd5e1 !important;
    color: #1e293b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.25s ease !important;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}

.brand-slider.owl-carousel .owl-nav button.owl-prev {
    left: -14px;
}

.brand-slider.owl-carousel .owl-nav button.owl-next {
    right: -14px;
}

.brand-slider.owl-carousel .owl-nav button.owl-prev:hover,
.brand-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #94a3b8 !important;
    color: #ffffff !important;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18) !important;
}

.brand-slider.owl-carousel .owl-nav button i {
    font-size: 14px;
    color: inherit !important;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .brand-slider.owl-carousel .owl-nav button.owl-prev {
        left: -8px;
        width: 32px;
        height: 32px;
    }
    .brand-slider.owl-carousel .owl-nav button.owl-next {
        right: -8px;
        width: 32px;
        height: 32px;
    }
}

/* ==========================================================================
   Mobile Header: Menu (Left) - Logo (Center) - Cart Icon (Far Right)
   ========================================================================== */
@media (max-width: 991.98px) {
    .mobile-header {
        background: #ffffff !important;
        padding: 6px 14px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
        border-bottom: 1px solid #f1f5f9 !important;
        position: relative !important;
        z-index: 999 !important;
    }

    .mobile-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .menu-bar {
        flex: 0 0 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 0 !important;
    }

    .menu-bar a.toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 8px !important;
        color: #1e293b !important;
        cursor: pointer !important;
        text-decoration: none !important;
    }

    .menu-bar i {
        font-size: 22px !important;
        color: #1e293b !important;
    }

    .menu-logo {
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 0 8px !important;
    }

    .menu-logo img {
        max-height: 40px !important;
        max-width: 170px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .menu-bag {
        flex: 0 0 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        margin: 0 !important;
    }

    .menu-bag .margin-shopping {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        color: #1e293b !important;
        font-size: 20px !important;
        text-decoration: none !important;
        margin: 0 !important;
        border-radius: 50% !important;
        transition: all 0.2s ease !important;
    }

    .menu-bag .margin-shopping i {
        font-size: 20px !important;
        color: #1e293b !important;
    }

    .menu-bag .margin-shopping span,
    .menu-bag .margin-shopping .mobilecart-qty {
        position: absolute !important;
        top: -4px !important;
        right: -4px !important;
        background: #fe5200 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        min-width: 18px !important;
        height: 18px !important;
        line-height: 18px !important;
        text-align: center !important;
        border-radius: 50% !important;
        padding: 0 4px !important;
        box-shadow: 0 2px 6px rgba(254, 82, 0, 0.45) !important;
    }

    .mobile-search {
        padding: 8px 14px 10px 14px !important;
        background: #ffffff !important;
    }
}

/* ==========================================================================
   Desktop Header: Clean Alignment & Spacing for Track Order, Login, Cart
   ========================================================================== */
@media (min-width: 992px) {
    .logo-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 24px !important;
        padding: 10px 0 !important;
    }

    .main-logo {
        flex: 0 0 auto !important;
        max-width: 220px !important;
    }

    .main-search {
        flex: 1 1 auto !important;
        max-width: 520px !important;
        margin: 0 !important;
    }

    .header-list-items {
        flex: 0 0 auto !important;
        margin: 0 !important;
        padding-right: 8px !important;
    }

    .header-list-items ul {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 20px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .header-list-items ul li {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .header-list-items ul li a {
        display: inline-flex !important;
        align-items: center !important;
        gap: 7px !important;
        color: #334155 !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        text-decoration: none !important;
        transition: color 0.2s ease !important;
    }

    .header-list-items ul li a:hover {
        color: #fe5200 !important;
    }

    .header-list-items ul li.cart-dialog {
        position: relative !important;
        margin-left: 6px !important;
    }

    .header-list-items ul li.cart-dialog a {
        position: relative !important;
        display: block !important;
    }

    .header-list-items ul li.cart-dialog .margin-shopping {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 50% !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #1e293b !important;
        margin: 0 !important;
        transition: all 0.25s ease !important;
        cursor: pointer !important;
    }

    .header-list-items ul li.cart-dialog .margin-shopping:hover {
        background: #f1f5f9 !important;
        border-color: #cbd5e1 !important;
        color: #fe5200 !important;
        transform: scale(1.05);
    }

    .header-list-items ul li.cart-dialog .margin-shopping i {
        font-size: 19px !important;
        color: inherit !important;
    }

    .header-list-items ul li.cart-dialog .margin-shopping span {
        position: absolute !important;
        top: -4px !important;
        right: -4px !important;
        background: #fe5200 !important;
        color: #ffffff !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        min-width: 19px !important;
        height: 19px !important;
        line-height: 19px !important;
        text-align: center !important;
        border-radius: 50% !important;
        padding: 0 4px !important;
        box-shadow: 0 2px 6px rgba(254, 82, 0, 0.45) !important;
    }

    /* Fix Header Cart Dropdown Summary and Order Button Hover Visibility */
    .header-list-items ul li .cshort-summary,
    .cshort-summary {
        position: absolute !important;
        top: 48px !important;
        right: 0 !important;
        width: 320px !important;
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
        border: 1px solid #e2e8f0 !important;
        padding: 14px !important;
        z-index: 9999 !important;
    }

    .header-list-items ul li .cshort-summary p strong,
    .cshort-summary p strong {
        font-size: 15px !important;
        color: #0f172a !important;
        font-weight: 700 !important;
        display: block !important;
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }

    .header-list-items ul li .cshort-summary a.go_cart,
    .header-list-items ul li a.go_cart,
    .cshort-summary a.go_cart,
    .go_cart {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        background-color: var(--primary-color, #fe5200) !important;
        color: #ffffff !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        text-align: center !important;
        text-decoration: none !important;
        border-radius: 8px !important;
        padding: 10px 16px !important;
        margin-top: 8px !important;
        box-shadow: 0 4px 12px rgba(254, 82, 0, 0.25) !important;
        transition: all 0.2s ease !important;
        border: none !important;
    }

    .header-list-items ul li .cshort-summary a.go_cart:hover,
    .header-list-items ul li a.go_cart:hover,
    .cshort-summary a.go_cart:hover,
    .go_cart:hover,
    .go_cart:focus,
    .go_cart:active {
        background-color: #d84500 !important;
        color: #ffffff !important;
        box-shadow: 0 6px 16px rgba(216, 69, 0, 0.4) !important;
        transform: translateY(-1px) !important;
        text-decoration: none !important;
    }
}

/* ==========================================================================
   Header Visibility Switching: Mobile View vs Desktop View (Fix Dual Logo Bug)
   ========================================================================== */
@media (min-width: 992px) {
    .mobile-header {
        display: none !important;
    }
    .mobile-search {
        display: none !important;
    }
    .main-header {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .main-header {
        display: none !important;
    }
    .mobile-header {
        display: flex !important;
    }
    .mobile-search {
        display: block !important;
    }
}

/* ==========================================================================
   Navigation Bar & Category Dropdown Chevron Alignment (Fix Dropped Icon Bug)
   ========================================================================== */
.catagory_menu {
    padding: 0 !important;
    margin: 0 !important;
}

.catagory_menu ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

li.cat_bar {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

li.cat_bar > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    height: 46px !important;
    padding: 0 14px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    line-height: 1 !important;
}

li.cat_bar > a:hover,
li.cat_bar.active > a {
    background-color: rgba(0, 0, 0, 0.12) !important;
    color: #ffffff !important;
}

li.cat_bar span.cat_head {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    color: #ffffff !important;
}

li.cat_bar i.cat_down {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 11px !important;
    margin: 0 0 0 3px !important;
    padding: 0 !important;
    line-height: 1 !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    color: #ffffff !important;
}

/* ==========================================================================
   Comprehensive Layout Fix: Header, Menu Spacing, and Slider Overlap Fix
   ========================================================================== */
.mobile-header {
    padding: 8px 16px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    z-index: 9999 !important;
    min-height: 52px !important;
}

.mobile-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.menu-bar {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 2px !important;
}

.menu-bar a.toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    color: #1e293b !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.menu-bar a.toggle i {
    display: inline-block !important;
    line-height: 1 !important;
}

.menu-logo {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 10px !important;
}

.menu-logo img {
    max-height: 40px !important;
    max-width: 170px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.menu-bag {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 4px !important;
}

.menu-bag .margin-shopping {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    color: #1e293b !important;
    font-size: 20px !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.mobile-search {
    padding: 8px 16px 10px 16px !important;
    background: #ffffff !important;
    position: relative !important;
    z-index: 999 !important;
}

.menu-area {
    background: #fe5200 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
    z-index: 990 !important;
    clear: both !important;
    margin-bottom: 0 !important;
}

.catagory_menu {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    padding: 0 8px !important;
}

.catagory_menu::-webkit-scrollbar {
    display: none !important;
}

.catagory_menu ul {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.catagory_menu ul li.cat_bar {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.catagory_menu ul li.cat_bar > a {
    height: 42px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    font-size: 13.5px !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}

/* ==========================================================================
   Home Promotional Banner Ads (Slider Bottom & Footer Top)
   ========================================================================== */
.slider-bottom-ads-section {
    padding: 8px 0 20px 0;
}

.slider-bottom-ad-card {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-bottom-ad-card a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-bottom-ad-card .ad-banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.4s ease;
}

.slider-bottom-ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border-color: #e2e8f0;
}

.slider-bottom-ad-card:hover .ad-banner-img {
    transform: scale(1.04);
}

.footer-top-ads-section {
    padding: 16px 0 24px 0;
    margin-bottom: 12px;
}

.footer-top-ad-card {
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-ad-card a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer-top-ad-card .ad-banner-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    transition: transform 0.4s ease;
}

.footer-top-ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    border-color: #e2e8f0;
}

.footer-top-ad-card:hover .ad-banner-img {
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
    .slider-bottom-ad-card {
        height: 150px;
    }
    .footer-top-ad-card {
        height: 180px;
    }
}

@media (max-width: 767.98px) {
    .slider-bottom-ad-card {
        height: 125px;
    }
    .footer-top-ad-card {
        height: 140px;
    }
}

/* ==========================================================================
   Home Category Product Grid (4 Columns Desktop, 8 Products Total)
   ========================================================================== */
.product_sliders {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}

@media (max-width: 1199.98px) {
    .product_sliders {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px !important;
    }
}

@media (max-width: 991.98px) {
    .product_sliders {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px !important;
    }
}

@media (max-width: 575.98px) {
    .product_sliders {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
}

@media (max-width: 380px) {
    .product_sliders {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px !important;
    }
    .btn-product-order {
        font-size: 10px !important;
        padding: 4px 3px !important;
        height: 28px !important;
    }
    .btn-product-cart-icon {
        flex: 0 0 28px !important;
        width: 28px !important;
        height: 28px !important;
    }
    .btn-product-cart-icon i {
        font-size: 11px !important;
    }
    .slider-bottom-ad-card {
        height: 105px !important;
    }
    .footer-top-ad-card {
        height: 120px !important;
    }
}
