/**
 * Intex High-Contrast Athletic Brand Tokens & Semantic Overrides
 * Token: [BRANDING-TOKENS-ACTIVE]
 */

:root {
    /* Core Marine Brand Palette */
    --primary-cyan: #42E9E3;
    --primary-blue: #08BFED;
    --primary-deep: #2596BE;
    --primary-dark: #1A7A9E;
    --primary-subtle: #E8FAFA;
    
    /* Premium Sports Accents */
    --accent-gold: #FFC107;
    --accent-amber: #FFB300;
    --accent-orange: #FF9800;
    --coral-new: #FF7043;
    
    /* Neutrals & Typography */
    --bg-white: #FFFFFF;
    --bg-cool: #F0FEFF;
    --text-primary: #1A1A1A;
    --text-secondary: #5A5A5A;
    --text-muted: #9E9E9E;
    
    /* Premium High-Conversion Gradients */
    --cta-gradient: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%);
    --cta-gradient-hover: linear-gradient(135deg, #7FF0EC 0%, #42E9E3 50%, #08BFED 100%);
    --premium-gradient: linear-gradient(135deg, #FFC107 0%, #FFB300 100%);
}

/* 🏗️ 1. GLOBAL BODY & LAYOUT SYMMETRY RESET */
body {
    background-color: var(--bg-white) !important;
}
#page, .site-content, .inside-article {
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 1300px !important;
}

a, .woocommerce-loop-product__title {
    text-decoration: none !important;
    color: var(--text-primary) !important;
    transition: color 0.2s ease-in-out;
}

a:hover, .woocommerce-loop-product__title:hover {
    color: var(--primary-blue) !important;
    text-decoration: none !important;
}

/* 🛒 2. ULTRA-PREMIUM ADD TO CART BUTTONS (ARCHIVE & SINGLE) */
.button.add_to_cart_button, 
.single_add_to_cart_button, 
.woocommerce button.button.alt,
#sticky-atc-button-node,
.woocommerce a.button.button {
    background: var(--cta-gradient) !important;
    color: #FFFFFF !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.button.add_to_cart_button:hover, 
.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
#sticky-atc-button-node:hover {
    background: var(--cta-gradient-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(66, 233, 227, 0.5) !important;
    color: #FFFFFF !important;
}

/* 🎟️ 3. COUPON & SECONDARY BUTTONS (GOLD ACCENT) */
.woocommerce-form-coupon button.button,
.coupon button.button {
    background: var(--accent-gold) !important;
    color: var(--text-primary) !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3) !important;
    transition: all 0.2s ease !important;
}

.woocommerce-form-coupon button.button:hover,
.coupon button.button:hover {
    background: var(--accent-amber) !important;
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4) !important;
}

/* 🏷️ 4. HIGH-VISIBILITY SPORTS BADGES (ONSALE) */
.woocommerce span.onsale, 
.onsale {
    background: var(--accent-orange) !important;
    color: #FFFFFF !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
    box-shadow: 0 4px 10px rgba(255, 152, 0, 0.3) !important;
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
}

/* 📦 5. PRODUCT LOOP CARD GEOMETRY */
.product.type-product {
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    background: var(--bg-white) !important;
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.05) !important;
    transition: all 0.25s ease !important;
}

.product.type-product:hover {
    border-color: var(--primary-cyan) !important;
    box-shadow: 0 8px 24px rgba(8, 191, 237, 0.15) !important;
    transform: translateY(-4px);
}

/* Logo scaling inherited from shared.css */
.bos-clean-nav-menu .sub-menu a:hover {
    color: var(--primary-blue) !important;
}

/* --- 🏗️ INTEX HIGH-CONTRAST INDUSTRIAL HEADER --- */
#bos-global-header.intex-header-wrap {
    background: var(--bg-white) !important;
    border-bottom: 2px solid #E0E0E0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    width: 100% !important;
}

/* Top Utility Row */
.intex-top-utility {
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    color: #F8F9FA !important;
    padding: 8px 0 !important;
    font-size: 0.85rem !important;
}

.intex-top-utility a {
    color: #F8F9FA !important;
    transition: color 0.2s ease !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.intex-top-utility a:hover {
    color: #FFFFFF !important;
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
}

.utility-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.utility-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.utility-right {
    display: flex;
    align-items: center;
}

.utility-icon-link svg {
    transition: transform 0.2s ease;
}
.utility-icon-link:hover svg {
    transform: scale(1.1);
}

.whatsapp-link {
    color: #25D366 !important;
}
.whatsapp-link:hover {
    color: #128C7E !important;
}

/* Main Row */
.intex-main-header {
    padding: 16px 0 !important;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #F0F0F0 !important;
}

.main-grid-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Order mapping for RTL layout */
.intex-main-header .site-branding-logo {
    order: 1 !important;
}

.intex-main-header .main-header-center {
    order: 2 !important;
    flex: 1 !important;
    max-width: 600px !important;
    margin: 0 40px !important;
}

.intex-main-header .main-header-left {
    order: 3 !important;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Logo scale down */
.intex-main-header .site-branding-logo img {
    max-height: 55px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Search Box Block (Industrial, corporate gradient borders, trailing search button) */
.intex-search-box {
    display: flex;
    width: 100%;
    border: 2px solid #08BFED !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
}

.intex-search-box input[type="search"] {
    flex: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 10px 16px !important;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 0.95rem !important;
    color: var(--text-primary) !important;
    text-align: right;
}

.intex-search-box button {
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    border: none !important;
    color: #FFFFFF !important;
    padding: 0 20px !important;
    cursor: pointer !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease !important;
}

.intex-search-box button:hover {
    opacity: 0.9 !important;
}

/* Left components: Cart and User Account */
.intex-cart-trigger,
.intex-auth-btn-icon {
    position: relative;
    color: #08BFED !important;
    background: #FFFFFF !important;
    border: 1px solid #08BFED !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 4px !important;
    transition: all 0.25s ease !important;
    cursor: pointer;
}

.intex-cart-trigger:hover,
.intex-auth-btn-icon:hover {
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    color: #FFFFFF !important;
    border-color: transparent !important;
}

.intex-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #FF7043;
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-shadow: 0 2px 5px rgba(255, 112, 67, 0.4);
}

.intex-main-header .mobile-hamburger {
    display: none;
}

/* Sub-Nav Row */
.intex-sub-nav {
    background-color: #F8F9FA !important;
    border-bottom: 1px solid #E0E0E0 !important;
    padding: 10px 0 !important;
}

.intex-sub-nav .main-navigation-custom-bridge {
    width: 100%;
}

.intex-sub-nav .bos-clean-nav-menu {
    display: flex;
    gap: 30px;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.intex-sub-nav .bos-clean-nav-menu a {
    color: var(--text-primary) !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
}

.intex-sub-nav .bos-clean-nav-menu a:hover,
.intex-sub-nav .bos-clean-nav-menu li:hover > a {
    color: var(--primary-blue) !important;
    background: transparent !important;
}

@media screen and (min-width: 993px) {
    .bos-clean-nav-menu .sub-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/* Mobile & Tablet layout for Intex */
@media screen and (max-width: 992px) {
    .main-grid-flex {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    
    .intex-main-header .site-branding-logo {
        order: 1 !important;
    }
    
    .intex-main-header .main-header-left {
        order: 2 !important;
        gap: 12px;
    }
    
    .intex-main-header .main-header-center {
        display: block !important;
        order: 3 !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    
    .intex-sub-nav {
        display: none;
    }
    
    .intex-main-header .divider {
        display: none;
    }
    
    .intex-auth-btn {
        display: none;
    }
    
    .intex-main-header .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent !important;
        border: 1px solid #E0E0E0 !important;
        border-radius: 4px;
        padding: 8px;
        cursor: pointer;
        color: var(--text-primary);
    }
    
    .intex-main-header .mobile-hamburger:hover {
        border-color: #1A1A1A;
        color: var(--primary-blue);
    }
}

/* --- 🏔️ INTEX INTELLECTUAL ADAPTIVE STICKY HEADER --- */
@media screen and (min-width: 993px) {
    #bos-global-header.sticky-active .intex-top-utility {
        display: none !important;
    }
    #bos-global-header.sticky-active .intex-sub-nav {
        display: none !important;
    }
    #bos-global-header.sticky-active .intex-main-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #FFFFFF !important;
        border-bottom: 2px solid #E0E0E0 !important;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
        padding: 8px 0 !important;
    }
}

@media screen and (max-width: 992px) {
    #bos-global-header.sticky-active .intex-top-utility {
        display: none !important;
    }
    #bos-global-header.sticky-active .site-branding-logo {
        display: none !important;
    }
    #bos-global-header.sticky-active .main-header-left {
        display: none !important;
    }
    #bos-global-header.sticky-active .intex-main-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #FFFFFF !important;
        padding: 8px 16px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
        border-bottom: 2px solid #E0E0E0 !important;
    }
    #bos-global-header.sticky-active .main-header-center {
        display: block !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/* --- 🏔️ INTEX 3-TIER MEGA MENU STYLING --- */
.intex-sub-nav .main-navigation-custom-bridge {
    position: static !important;
}

.mega-menu-panel.open-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}


.mega-menu-panel {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(10px) !important;
    width: 100% !important;
    max-width: 1250px !important;
    background: #FFFFFF !important;
    border: 2px solid #08BFED !important;
    border-top: 4px solid #FF9800 !important;
    box-shadow: 0 10px 30px rgba(8, 191, 237, 0.15) !important;
    border-radius: 6px !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    z-index: 99999 !important;
    overflow: hidden !important;
}


.mega-menu-inside {
    display: flex;
    direction: rtl !important;
    min-height: 380px;
}

.mega-sidebar {
    width: 220px;
    background: #F8F9FA !important;
    border-left: 2px solid #1A1A1A !important;
    padding: 16px 0 !important;
}

.mega-cat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mega-cat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px !important;
    color: var(--text-primary) !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    cursor: pointer;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.mega-cat-item svg {
    color: var(--text-secondary);
}

.mega-cat-item:hover,
.mega-cat-item.active {
    background: var(--primary-blue) !important;
    color: #FFFFFF !important;
}

.mega-cat-item:hover svg,
.mega-cat-item.active svg {
    color: #FFFFFF !important;
}

.mega-content {
    flex: 1;
    padding: 24px !important;
    background: #FFFFFF !important;
}

.mega-pane {
    display: none;
    flex-direction: column;
    height: 100%;
}

.mega-pane.active {
    display: flex;
}

.mega-pane-header {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #1A1A1A !important;
    padding-bottom: 10px !important;
}

.all-products-btn {
    color: #FFFFFF !important;
    background: var(--primary-deep) !important;
    font-weight: 700 !important;
    font-size: 0.85rem !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    transition: background 0.2s ease !important;
}

.all-products-btn:hover {
    background: var(--primary-blue) !important;
    color: #FFFFFF !important;
}

.mega-grid-matrix {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.mega-grid-column {
    display: flex;
    flex-direction: column;
}

.mega-sub-title {
    font-weight: 800 !important;
    font-size: 0.95rem !important;
    color: var(--text-primary) !important;
    margin-bottom: 12px !important;
    border-right: 3px solid #1A1A1A !important;
    padding-right: 8px !important;
    display: block !important;
}

.mega-sub-sub-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mega-sub-sub-list a {
    font-size: 0.9rem !important;
    color: var(--text-secondary) !important;
    transition: color 0.2s ease !important;
    display: block !important;
}

.mega-sub-sub-list a:hover {
    color: var(--primary-blue) !important;
}

@media screen and (max-width: 992px) {
    .mega-menu-panel {
        display: none !important;
    }
}

/* --- 🏔️ INTEX GLOBAL FOOTER STYLING --- */
.bos-global-footer.intex-industrial-footer {
    background: #FFFFFF !important;
    border-top: 4px solid #1A1A1A !important;
    padding: 60px 0 30px 0 !important;
    width: 100% !important;
    margin-top: 50px !important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05) !important;
}

.footer-inside-grid {
    max-width: 1250px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.footer-columns-row {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1.5fr !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
}

.footer-columns-row.strict-three-cols {
    grid-template-columns: repeat(3, 1fr) !important;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-col-title {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: var(--text-primary) !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #1A1A1A !important;
    padding-bottom: 8px !important;
    width: fit-content;
}

.footer-description {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
    color: var(--text-secondary) !important;
    margin-bottom: 20px !important;
}

.trust-seals-wrapper {
    display: flex;
    gap: 16px;
}

.trust-seal-placeholder {
    flex: 1;
    background: #F8F9FA !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--text-primary);
}

.trust-seal-placeholder span {
    font-size: 0.75rem;
    font-weight: 800;
}

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

.footer-links-list a {
    font-size: 0.9rem !important;
    color: var(--text-secondary) !important;
    transition: color 0.2s ease !important;
    font-weight: 600 !important;
}

.footer-links-list a:hover {
    color: var(--primary-blue) !important;
}

.social-icons-row {
    display: flex;
    gap: 12px;
}

.social-icon-link {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    color: var(--text-primary) !important;
    width: 40px;
    height: 40px;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease !important;
}

.social-icon-link:hover {
    background: #1A1A1A !important;
    color: #FFFFFF !important;
    transform: translateY(-3px);
}

.footer-lower-strip {
    border-top: 2px solid #E0E0E0 !important;
    padding-top: 24px !important;
}

.footer-lower-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    font-size: 0.8rem !important;
    color: var(--text-secondary) !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.footer-lower-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-lower-links a {
    font-size: 0.8rem !important;
    color: var(--text-secondary) !important;
    transition: color 0.2s ease !important;
    font-weight: 600 !important;
}

.footer-lower-links a:hover {
    color: var(--primary-blue) !important;
}

.footer-lower-links .separator {
    color: #1A1A1A;
}

@media screen and (max-width: 768px) {
    .footer-columns-row {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center;
    }
    
    .footer-column {
        align-items: center;
    }
    
    .trust-seals-wrapper {
        justify-content: center;
        width: 100%;
        max-width: 300px;
    }
    
    .social-icons-row {
        justify-content: center;
    }
    
    .footer-lower-inside {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-lower-links {
        justify-content: center;
        width: 100%;
    }
}

/* --- 🏔️ INTEX INDUSTRIAL SEO ACCORDION & MOBILE BOTTOM NAVBAR --- */
.footer-seo-accordion {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: 6px 6px 0 #1A1A1A !important;
    border-radius: 6px !important;
    padding: 24px !important;
    margin: 30px auto !important;
    max-width: 1250px !important;
    text-align: right;
}

/* ==========================================================================
   ⚙️ Footer SEO Accordion Height Fix (Uncap Hidden Text)
   ========================================================================== */
.seo-accordion-content {
    max-height: 50px;
    overflow: hidden !important;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* When active, completely lift the height restriction to show the entire text string */
.seo-accordion-content.expanded {
    max-height: none !important; /* Forces the browser to calculate the true auto height */
    overflow: visible !important;
}

.seo-accordion-content p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    color: var(--text-secondary) !important;
    line-height: 1.8 !important;
    text-align: justify;
    font-weight: 500 !important;
}

.seo-accordion-toggle {
    background: #1A1A1A !important;
    border: 2px solid #1A1A1A !important;
    color: #FFFFFF !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    margin-top: 12px !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
}

.seo-accordion-toggle:hover {
    background: var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

.seo-accordion-toggle .arrow {
    font-size: 1rem !important;
    transition: transform 0.2s ease !important;
}

.mobile-bottom-navbar {
    display: none !important;
}

/* Mobile Bottom Navbar (Intex Industrial Flat Panel) */
@media screen and (max-width: 768px) {
    .mobile-bottom-navbar {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 64px !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        z-index: 99999 !important;
        background: #FFFFFF !important;
        border-top: 2px solid #1A1A1A !important;
        box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05) !important;
        padding: 0 10px !important;
    }
    
    .mobile-nav-node {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        color: var(--text-primary) !important;
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        flex: 1 !important;
        height: 100% !important;
        gap: 4px !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .mobile-nav-node svg {
        width: 22px !important;
        height: 22px !important;
        color: var(--text-primary) !important;
        transition: all 0.2s ease !important;
    }
    
    .mobile-nav-node:hover svg,
    .mobile-nav-node.active svg {
        color: var(--primary-blue) !important;
        transform: translateY(-2px) !important;
    }
    
    .mobile-nav-node span {
        color: var(--text-primary) !important;
        transition: color 0.2s ease !important;
    }
    
    .mobile-nav-node:hover span,
    .mobile-nav-node.active span {
        color: var(--primary-blue) !important;
    }
    
    .mobile-cart-node {
        position: relative !important;
    }
    
    .mobile-cart-node .cart-bubble {
        position: absolute !important;
        top: 4px !important;
        right: 50% !important;
        transform: translateX(12px) !important;
        background: #FF7043 !important;
        color: #FFFFFF !important;
        font-size: 0.7rem !important;
        font-weight: 700 !important;
        min-width: 16px !important;
        height: 16px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 2px !important;
        box-shadow: 0 2px 5px rgba(255, 112, 67, 0.4) !important;
    }
}

/* --- 🏔️ INTEX INDUSTRIAL SEARCH MODAL / OVERLAY BRANDING --- */
#sb-search {
    background: rgba(255, 255, 255, 0.95) !important;
}
@media(min-width: 768px) {
    #sb-search {
        background: rgba(0, 0, 0, 0.55) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
    }
}
#sb-search .sb-container {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: 8px 8px 0 #1A1A1A !important;
    border-radius: 0px !important;
}
#sb-search .sb-input-wrap {
    background: #F8F9FA !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
}
#sb-search .sb-input-wrap:focus-within {
    border-color: var(--primary-blue) !important;
    box-shadow: none !important;
}
#sb-search .sb-chip-item {
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    font-weight: 700 !important;
}
#sb-search .sb-chip-item:hover,
#sb-search .sb-chip-item.brand-chip {
    background: var(--primary-blue) !important;
    color: #FFFFFF !important;
    border-color: var(--primary-blue) !important;
}
#sb-search .sb-chip-item.cat-chip {
    border-color: var(--accent-orange) !important;
    color: var(--accent-orange) !important;
}
#sb-search .sb-chip-item.cat-chip:hover {
    background: var(--accent-orange) !important;
    color: #FFFFFF !important;
}
#sb-search .sb-view-all-btn {
    background: var(--cta-gradient) !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    border: 2px solid #1A1A1A !important;
}
#sb-search .sb-view-all-btn:hover {
    background: var(--cta-gradient-hover) !important;
}

/* --- 🏔️ INTEX DYNAMIC MOBILE FOOTER & DIVIDERS --- */
@media screen and (max-width: 768px) {
    .bos-global-footer.intex-industrial-footer {
        padding: 40px 0 80px 0 !important; /* Spacing for bottom navbar */
        background: #FFFFFF !important;
        border-top: 4px solid #1A1A1A !important;
    }
    
    /* Row 1: Split-Grid (50% width cells) */
    .footer-columns-row.strict-three-cols {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        text-align: right !important;
    }
    
    .footer-columns-row.strict-three-cols .footer-column {
        width: 100% !important;
        align-items: flex-start !important;
    }
    
    .footer-columns-row.strict-three-cols .footer-column.links-col {
        width: 100% !important;
        flex: 1 1 calc(50% - 10px) !important;
    }
    
    /* Row 2: Full-Width Cell (100% width) */
    .footer-columns-row.strict-three-cols .footer-column.social-col {
        width: 100% !important;
        flex: 1 1 100% !important;
        margin-top: 20px !important;
        align-items: center !important; /* Centered layout */
    }
    
    .footer-column.social-col .social-icons-row {
        justify-content: center !important;
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    
    .footer-column.social-col .trust-seals-wrapper {
        justify-content: center !important;
        width: 100% !important;
        display: flex !important;
        gap: 16px !important;
        margin-top: 15px !important;
    }
    
    .footer-column.social-col .trust-seal-placeholder {
        flex: 0 1 120px !important;
        background: #F8F9FA !important;
        border: 2px solid #1A1A1A !important;
    }
}

/* Symmetrical Marine Gradient Divider Spacer & Loose Padding Copyright */
.bos-global-footer .footer-lower-strip {
    border-top: 3px solid transparent !important;
    border-image: linear-gradient(90deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) 1 !important;
    padding: 24px 0 !important;
    width: 100% !important;
}

/* Contrast hover adjustments - prevent black #000000 on hover */
.social-icon-link:hover {
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    color: #FFFFFF !important;
    border-color: transparent !important;
}

/* --- 🏔️ TASK 15: INTEX SPORTS MODERN MOBILE CATEGORY OVERLAY --- */
.bos-category-fullscreen-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: #FFFFFF !important;
    display: none !important; /* Default State Isolation */
    flex-direction: column;
    direction: rtl !important;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s;
}

.bos-category-fullscreen-overlay.is-active {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.bos-category-fullscreen-overlay .bos-overlay-header {
    height: 60px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #1A1A1A !important;
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    flex-shrink: 0;
    color: #FFFFFF !important;
}

.bos-category-fullscreen-overlay .bos-overlay-close-btn {
    background: none;
    border: none;
    color: #FFFFFF !important;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.bos-category-fullscreen-overlay .bos-overlay-search-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px;
    padding: 0 12px;
    height: 38px;
}

.bos-category-fullscreen-overlay .bos-overlay-search-wrapper i {
    color: #1A1A1A;
    margin-left: 8px;
}

.bos-category-fullscreen-overlay .bos-overlay-search-wrapper input {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    width: 100%;
    font-size: 0.85rem;
    font-family: 'Vazirmatn', sans-serif !important;
    color: #1A1A1A !important;
}

.bos-category-split-layout {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* RTL Directional Layout Locking (Right Sidebar, Left display matrix) */
.bos-parent-categories-sidebar {
    width: 100px;
    background: #F8F9FA !important;
    border-left: 2px solid #1A1A1A !important;
    overflow-y: auto;
    flex-shrink: 0;
    order: 1 !important; /* Sidebar strictly on the Right Boundary in RTL */
}

.bos-parent-cat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bos-parent-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 8px !important;
    cursor: pointer;
    border-bottom: 2px solid #E0E0E0 !important;
    transition: all 0.2s ease !important;
    text-align: center;
}

.bos-parent-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #FFF;
    border: 2px solid #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bos-parent-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bos-parent-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.3;
}

.bos-parent-cat-item.is-selected {
    background: #E8FAFA !important;
    border-right: 4px solid #08BFED !important;
}

.bos-parent-cat-item.is-selected .bos-parent-label {
    color: #08BFED !important;
}

/* Left Display Panel Slot (Subcategories Matrix) */
.bos-subcategory-content-panel {
    flex: 1;
    overflow-y: auto;
    background: #FFFFFF !important;
    padding: 15px !important;
    order: 2 !important; /* Display panel strictly on the Left in RTL */
}

/* Eradicate Horizontal Scroll */
.bos-category-fullscreen-overlay,
.bos-category-split-layout,
.bos-subcategory-content-panel,
.bos-subcategory-tab-content,
.bos-subcategory-accordion-list {
    overflow-x: hidden !important;
}

.bos-subcategory-tab-content {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.bos-subcategory-tab-content.is-active {
    display: flex;
}

/* Direct conversion landing link banner */
.bos-view-all-category-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F9FA !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: 4px 4px 0 #1A1A1A !important;
    border-radius: 4px;
    padding: 12px 16px !important;
    color: #1A1A1A !important;
    font-weight: 800;
    font-size: 0.85rem;
    transition: all 0.15s;
}

.bos-view-all-category-banner:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #1A1A1A !important;
}

.bos-view-all-category-banner .bos-banner-arrow i {
    font-size: 1.1rem;
    vertical-align: middle;
    color: #08BFED;
}

.bos-subcategory-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

/* Level-2 Accordion and Card Styles */
.bos-accordion-item {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.bos-accordion-item.is-open {
    border-color: #08BFED !important;
}

.bos-accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}

.bos-accordion-trigger-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bos-sub-thumb-bg {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    background: #F9F9F9;
    border: 1px solid #E0E0E0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bos-sub-thumb-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bos-sub-card-label {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--text-primary);
}

.bos-caret-icon i {
    font-size: 1.2rem;
    color: var(--text-primary);
    transition: transform 0.2s ease;
}

.bos-accordion-item.is-open .bos-caret-icon i {
    transform: rotate(180deg);
    color: #08BFED;
}

/* Level-3 grandchild wrapper slide transition */
.bos-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #F8F9FA !important;
}

.bos-grandchild-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 12px 12px 12px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 2px solid #1A1A1A !important;
}

.bos-grandchild-link {
    display: block;
    font-size: 0.78rem !important;
    color: var(--text-secondary) !important;
    padding: 4px 0;
    transition: color 0.2s;
    font-weight: 600;
}

.bos-grandchild-link:hover,
.bos-grandchild-link:active {
    color: #08BFED !important;
}

.bos-grandchild-link.all-link {
    font-weight: 800 !important;
    color: #08BFED !important;
}

/* Flat Link Category Card (Alternative Level-2 Item without grand children) */
.bos-subcategory-card-flat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px;
    padding: 10px 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.bos-subcategory-card-flat:active {
    border-color: #08BFED !important;
    background: #E8FAFA !important;
}

body.bos-scroll-locked {
    position: fixed;
    width: 100%;
}

/* --- 🛒 TASK 16: INTEX SPORTS MODERN MINI-CART BRANDING OVERRIDES & COMPACTION --- */
#app-cart-sheet {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: 6px 6px 0 #1A1A1A !important;
    color: #1A1A1A !important;
}

#app-cart-sheet .bos-sheet-header {
    border-bottom: 2px solid #1A1A1A !important;
    padding: 10px 14px !important;
}

#app-cart-sheet .bos-sheet-title {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
}

#app-cart-sheet .bos-sheet-body {
    padding: 10px 14px !important;
}

#app-cart-sheet .bos-sheet-footer {
    border-top: 2px solid #1A1A1A !important;
    padding: 10px 14px !important;
    gap: 8px !important;
}

#app-cart-sheet .bos-cart-item-row {
    border-bottom: 1px solid #E0E0E0 !important;
    padding: 8px 0 !important;
    gap: 8px !important;
}

#app-cart-sheet .bos-item-thumb-wrapper {
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    width: 54px !important;
    height: 54px !important;
}

#app-cart-sheet .bos-item-title {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
}

#app-cart-sheet .bos-item-title a {
    color: #1A1A1A !important;
}

#app-cart-sheet .bos-btn-primary {
    background: var(--cta-gradient) !important;
    color: #FFFFFF !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding: 12px 28px !important;
    font-size: 0.85rem !important;
    border-radius: 6px !important;
}

#app-cart-sheet .bos-btn-primary:hover,
#app-cart-sheet .bos-btn-primary:active {
    transform: translate(1px, 1px) !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
}

#app-cart-sheet .bos-btn-secondary {
    background: #FFFFFF !important;
    color: #1A1A1A !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    padding: 12px 25px !important;
    font-size: 0.85rem !important;
    border-radius: 6px !important;
}

#app-cart-sheet .bos-btn-secondary:hover,
#app-cart-sheet .bos-btn-secondary:active {
    background: #F8F9FA !important;
    transform: translate(1px, 1px) !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
}

#app-cart-sheet .bos-quantity-selector {
    border: 2px solid #1A1A1A !important;
    border-radius: 0 !important;
}

#app-cart-sheet .bos-qty-btn {
    color: #1A1A1A !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 0.9rem !important;
}

#app-cart-sheet .bos-qty-input {
    color: #1A1A1A !important;
    border-left: 2px solid #1A1A1A !important;
    border-right: 2px solid #1A1A1A !important;
    width: 24px !important;
    height: 22px !important;
    font-size: 0.8rem !important;
}

#app-cart-sheet .bos-item-price {
    color: #08BFED !important;
    font-weight: 800 !important;
    font-size: 0.8rem !important;
}

#app-cart-sheet .bos-cart-remove-item {
    font-size: 0.95rem !important;
}

#app-cart-sheet .bos-sheet-close-btn {
    color: #1A1A1A !important;
}

/* --- 📱 INTEX MOBILE FOOTER GRID SYSTEM --- */
@media screen and (max-width: 768px) {
    .bos-global-footer .footer-columns-row.strict-three-cols {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 24px !important;
        text-align: right !important;
    }
    
    .bos-global-footer .footer-column {
        align-items: flex-start !important;
    }
    
    .bos-global-footer .footer-column.social-col {
        grid-column: 1 / span 2 !important;
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
        margin-top: 16px !important;
        border-top: 2px solid #1A1A1A !important;
        padding-top: 24px !important;
    }
    
    .bos-global-footer .social-icons-row {
        justify-content: center !important;
        display: flex !important;
    }
    
    .bos-global-footer .trust-seals-wrapper {
        justify-content: center !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 20px auto 0 auto !important;
        display: flex !important;
    }
}

/* ==========================================================================
   INTEX — CUSTOM PRODUCT CARD & FLUID GRID SYSTEM
   ========================================================================== */

/* WooCommerce Symmetrical Fluid Grid Overrides */
ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
ul.products::before, ul.products::after {
    display: none !important; /* Remove float clear fix elements */
}
ul.products li.product {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}
@media (max-width: 768px) {
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}

/* Reset GP/Woo Default Card Wrapper */
.intex-product-card-container.product.type-product {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.intex-product-card-container.product.type-product:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Geometric High-Trust Card Layout */
.intex-product-card {
    border: 1px solid #1A1A1A !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    box-shadow: 2px 2px 0px #1A1A1A !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    direction: rtl !important;
}
.intex-product-card:hover {
    border-color: var(--primary-blue, #08BFED) !important;
    box-shadow: 4px 4px 0px var(--primary-blue, #08BFED) !important;
    transform: translate(-2px, -2px) !important;
}

/* Slot 1: Image Wrapper (with CSS Zoom) */
.intex-product-image-wrapper {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}
.intex-product-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}
.intex-product-image-wrapper:hover img {
    transform: scale(1.04) !important;
}

/* Slot 2: Meta Row */
.intex-product-meta-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 12px 0 12px !important;
}
.intex-product-sku {
    font-size: 0.75rem !important;
    color: var(--text-muted, #9E9E9E) !important;
    font-weight: 500 !important;
}
.intex-product-rating {
    display: inline-flex !important;
    align-items: center !important;
    background: #F8F9FA !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    border: 1px solid #EAEAEA !important;
    font-size: 0.75rem !important;
}
.intex-product-rating .star-icon {
    font-size: 0.7rem !important;
    margin-left: 2px !important;
}
.intex-product-rating .rating-value {
    font-weight: bold !important;
    color: #333 !important;
}

/* Slot 3: Product Title */
.intex-product-title {
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    margin: 8px 12px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 2.8rem !important;
    line-height: 1.4rem !important; /* Forces total containment within 2 lines */
    max-height: 2.8rem !important;
}
.intex-product-title a {
    color: var(--text-primary, #1A1A1A) !important;
    transition: color 0.2s ease !important;
}
.intex-product-title a:hover {
    color: var(--primary-blue, #08BFED) !important;
}

/* Slot 4: Action & Price Footer Row */
.intex-product-footer-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 12px 12px 12px !important;
    margin-top: auto !important;
}
.intex-product-price-block {
    text-align: right !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    color: var(--text-primary, #1A1A1A) !important;
}
.intex-product-price-block del {
    font-size: 0.75rem !important;
    color: #999 !important;
    margin-left: 6px !important;
    display: inline-block !important;
}
.intex-product-price-block ins {
    text-decoration: none !important;
    font-weight: bold !important;
    color: var(--text-primary, #1A1A1A) !important;
}
.intex-product-price-block .woocommerce-Price-currencySymbol {
    font-size: 0.7rem !important;
    font-weight: normal !important;
    opacity: 0.65 !important;
    margin-right: 2px !important;
}
.intex-product-action-block {
    display: flex !important;
    align-items: center !important;
}
.intex-product-atc-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: var(--cta-gradient) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(8, 191, 237, 0.25) !important;
}
.intex-product-atc-btn:hover {
    transform: scale(1.1) !important;
}
.intex-product-details-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #eaeaea !important;
    color: #555 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    transition: transform 0.2s ease !important;
}
.intex-product-details-btn:hover {
    transform: scale(1.1) !important;
}

/* Eradicate bullets and secondary view-cart elements */
ul.products, ul.products li, .products ul, .products li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
a.added_to_cart.wc-forward {
    display: none !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    display: none !important;
}

/* WOOCOMMERCE PAGINATION GEOMETRIC STRUCTURAL */
.woocommerce-pagination {
    text-align: center !important;
    margin: 40px 0 !important;
    width: 100% !important;
}
.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    gap: 6px !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.woocommerce-pagination ul.page-numbers li {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 8px !important;
    background: #FFFFFF !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 4px !important;
    color: #1A1A1A !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
    background: linear-gradient(135deg, #42E9E3 0%, #08BFED 50%, #2596BE 100%) !important;
    border-color: transparent !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.2) !important;
}

/* ==========================================================================
   🏔️ INTEX Bespoke AJAX WooCommerce Filters styling
   ========================================================================== */

/* 1. Shop Layout Symmetry on Desktop */
@media screen and (min-width: 769px) {
    .shared-shop-layout {
        display: grid !important;
        grid-template-columns: 280px 1fr !important;
        gap: 32px !important;
        align-items: start !important;
        direction: rtl !important;
    }
    .shared-shop-sidebar {
        position: sticky !important;
        top: 100px !important;
        z-index: 10 !important;
    }
    #sbpf-mobile-trigger {
        display: none !important;
    }
    .sbpf-panel-header {
        display: none !important;
    }
}

/* 2. Mobile Drawer & Backdrop */
@media screen and (max-width: 768px) {
    .shared-shop-layout {
        display: block !important;
        direction: rtl !important;
    }
    .sbpf-filter-panel {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 320px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        z-index: 100000 !important;
        background: #FFFFFF !important;
        border-left: 3px solid #1A1A1A !important;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15) !important;
        transform: translateX(100%) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
        display: flex !important;
        flex-direction: column !important;
    }
    .sbpf-filter-panel.is-open {
        transform: translateX(0) !important;
    }
    .sbpf-panel-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 16px 20px !important;
        border-bottom: 2px solid #1A1A1A !important;
        background: #F8F9FA !important;
    }
    .sbpf-panel-header h3 {
        margin: 0 !important;
        font-size: 1.1rem !important;
        font-weight: 800 !important;
        color: var(--text-primary) !important;
        font-family: 'Vazirmatn', sans-serif !important;
    }
    .sbpf-panel-close {
        background: transparent !important;
        border: 2px solid #1A1A1A !important;
        color: var(--text-primary) !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        font-size: 1.2rem !important;
        transition: all 0.2s ease !important;
    }
    .sbpf-panel-close:hover {
        background: #1A1A1A !important;
        color: #fff !important;
    }
    .sbpf-panel-body {
        flex: 1 !important;
        overflow-y: auto !important;
        padding: 20px !important;
    }
    .sbpf-panel-backdrop {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(26, 122, 158, 0.4) !important;
        z-index: 99999 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.3s ease !important;
    }
    .sbpf-panel-backdrop.is-open {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    
    /* Sticky Mobile Trigger Floating Button */
    .sbpf-mobile-trigger-btn {
        position: fixed !important;
        bottom: 80px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: var(--cta-gradient) !important;
        color: #fff !important;
        border: 2px solid #1A1A1A !important;
        padding: 12px 24px !important;
        border-radius: 4px !important;
        font-weight: 800 !important;
        font-size: 0.95rem !important;
        box-shadow: 0 6px 20px rgba(8, 191, 237, 0.3) !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        cursor: pointer !important;
        z-index: 999 !important;
        transition: all 0.2s ease !important;
        font-family: 'Vazirmatn', sans-serif !important;
    }
    .sbpf-mobile-trigger-btn:hover {
        background: var(--cta-gradient-hover) !important;
        transform: translateX(-50%) translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(8, 191, 237, 0.45) !important;
    }
}

/* 3. Rigid Geometric Panel (Desktop Viewport) */
@media screen and (min-width: 769px) {
    .sbpf-filter-panel {
        background: #FFFFFF !important;
        border: 2px solid #E0E0E0 !important;
        border-radius: 6px !important;
        padding: 24px !important;
        box-shadow: 0 4px 12px rgba(8, 191, 237, 0.03) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }
}

/* 4. Active Chips Layout Styling */
.sbpf-active-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
    align-items: center !important;
    padding: 12px !important;
    background: #F8F9FA !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 4px !important;
}
.sbpf-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    color: var(--text-primary) !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    transition: all 0.2s ease !important;
    font-family: 'Vazirmatn', sans-serif !important;
}
.sbpf-chip:hover {
    background: var(--primary-subtle) !important;
    border-color: var(--primary-blue) !important;
}
.sbpf-chip.is-archive-context {
    border-color: #FF9800 !important;
    background: #FFFDE7 !important;
    color: #FF9800 !important;
}
.sbpf-chip.is-archive-context:hover {
    background: #FFF9C4 !important;
}
.sbpf-chip-remove {
    background: transparent !important;
    border: none !important;
    color: inherit !important;
    font-size: 1.1rem !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0.7 !important;
    transition: opacity 0.2s ease !important;
}
.sbpf-chip-remove:hover {
    opacity: 1 !important;
}
.sbpf-chips-clear-all {
    background: transparent !important;
    border: none !important;
    color: #FF7043 !important;
    font-weight: 800 !important;
    font-size: 0.85rem !important;
    cursor: pointer !important;
    padding: 4px 8px !important;
    transition: all 0.2s ease !important;
    font-family: 'Vazirmatn', sans-serif !important;
    text-decoration: underline !important;
}
.sbpf-chips-clear-all:hover {
    color: #E64A19 !important;
}

/* 5. Clear All Filters Button in Sidebar */
.sbpf-clear-action-wrapper {
    margin-bottom: 16px !important;
    border-bottom: 2px solid #E0E0E0 !important;
    padding-bottom: 16px !important;
}
.sbpf-clear-all-btn {
    width: 100% !important;
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    color: var(--text-primary) !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-size: 0.9rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-family: 'Vazirmatn', sans-serif !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.sbpf-clear-all-btn:hover {
    background: #1A1A1A !important;
    color: #fff !important;
}

/* 6. Accordion styling */
.sbpf-accordion-group {
    border-bottom: 2px solid #E0E0E0 !important;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
}
.sbpf-accordion-trigger {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 0 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--text-primary) !important;
    cursor: pointer !important;
    font-family: 'Vazirmatn', sans-serif !important;
    transition: color 0.2s ease !important;
}
.sbpf-accordion-trigger:hover {
    color: var(--primary-blue) !important;
}
.sbpf-accordion-trigger i {
    font-size: 1.2rem !important;
    transition: transform 0.25s ease !important;
    color: var(--text-secondary) !important;
}
.sbpf-accordion-group.is-open .sbpf-accordion-trigger i {
    transform: rotate(0) !important;
}
.sbpf-accordion-group:not(.is-open) .sbpf-accordion-trigger i {
    transform: rotate(180deg) !important;
}
.sbpf-accordion-content {
    overflow: hidden !important;
    transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* 7. Switch Toggle Custom Styling */
.sbpf-filter-toggle-group {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
    margin-bottom: 8px !important;
}
.sbpf-toggle-label {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
}
.sbpf-switch {
    position: relative !important;
    display: inline-block !important;
    width: 44px !important;
    height: 24px !important;
    cursor: pointer !important;
}
.sbpf-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.sbpf-slider-round {
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #E0E0E0 !important;
    transition: .2s !important;
    border-radius: 4px !important;
    border: 2px solid #1A1A1A !important;
}
.sbpf-slider-round:before {
    position: absolute !important;
    content: "" !important;
    height: 12px !important;
    width: 12px !important;
    left: 3px !important;
    bottom: 3px !important;
    background-color: #1A1A1A !important;
    transition: .2s !important;
    border-radius: 2px !important;
}
.sbpf-switch input:checked + .sbpf-slider-round {
    background-color: var(--primary-cyan) !important;
}
.sbpf-switch input:checked + .sbpf-slider-round:before {
    transform: translateX(20px) !important;
    background-color: #1A1A1A !important;
}

/* 8. Checkboxes and Category Tree */
.sbpf-category-tree, .sbpf-brand-list {
    margin: 0 !important;
    padding: 8px 0 0 0 !important;
    list-style: none !important;
}
.sbpf-cat-item {
    margin-bottom: 8px !important;
    list-style: none !important;
}
.sbpf-checkbox-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}
.sbpf-checkbox-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: var(--text-secondary) !important;
    user-select: none !important;
    flex: 1 !important;
}
.sbpf-checkbox-label input {
    display: none !important;
}
.checkbox-box {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    background: #fff !important;
    display: inline-block !important;
    position: relative !important;
    transition: all 0.2s ease !important;
}
.sbpf-checkbox-label input:checked + .checkbox-box {
    background: var(--primary-blue) !important;
}
.sbpf-checkbox-label input:checked + .checkbox-box:after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 1px !important;
    width: 4px !important;
    height: 8px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}
.sbpf-checkbox-label:hover .checkbox-box {
    border-color: var(--primary-blue) !important;
}
.term-name {
    transition: color 0.2s ease !important;
}
.sbpf-checkbox-label:hover .term-name {
    color: var(--text-primary) !important;
}
.term-count {
    font-size: 0.8rem !important;
    color: #9E9E9E !important;
    margin-right: 4px !important;
}

/* Caret triggers for sub-tree collapse */
.sbpf-cat-toggle {
    background: transparent !important;
    border: 2px solid #E0E0E0 !important;
    color: var(--text-secondary) !important;
    cursor: pointer !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
}
.sbpf-cat-toggle:hover {
    border-color: var(--primary-blue) !important;
    color: var(--primary-blue) !important;
}
.sbpf-cat-toggle i {
    font-size: 1rem !important;
}
.sbpf-child-tree, .sbpf-grandchild-tree {
    list-style: none !important;
    margin: 4px 16px 8px 0 !important;
    padding: 0 !important;
    border-right: 2px solid #E0E0E0 !important;
    padding-right: 12px !important;
}

/* 9. Price Slider and Inputs Styling */
.sbpf-price-slider-wrapper {
    padding: 12px 4px 4px 4px !important;
}
.sbpf-price-inputs-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}
.sbpf-price-input-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}
.sbpf-price-input-field .field-label {
    font-size: 0.75rem !important;
    color: var(--text-secondary) !important;
    font-weight: 700 !important;
}
.sbpf-price-input-field input {
    width: 100% !important;
    padding: 8px 12px !important;
    border: 2px solid #E0E0E0 !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    color: var(--text-primary) !important;
    font-size: 0.85rem !important;
    font-family: 'Vazirmatn', sans-serif !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    text-align: center !important;
}
.sbpf-price-input-field input:focus {
    border-color: var(--primary-blue) !important;
}

/* noUiSlider Custom Sporty Industrial theme overrides */
.sbpf-noui-slider.noUi-target {
    background: #E0E0E0 !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: none !important;
    height: 10px !important;
    border-radius: 4px !important;
    margin: 10px 8px !important;
}
.sbpf-noui-slider .noUi-connect {
    background: var(--cta-gradient) !important;
}
.sbpf-noui-slider .noUi-handle {
    border: 2px solid #1A1A1A !important;
    background: #FFC107 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    cursor: grab !important;
    top: -7px !important;
    right: -10px !important; /* Adjust for RTL handles */
}
.sbpf-noui-slider .noUi-handle:before,
.sbpf-noui-slider .noUi-handle:after {
    display: none !important; /* Hide default inner notches */
}
.sbpf-noui-slider .noUi-handle:active {
    cursor: grabbing !important;
    background: #FF9800 !important;
}

/* Loading/Skeleton CSS Overlay tweaks */
.woocommerce-products-header {
    margin-bottom: 20px !important;
}
.sbpf-no-results {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--text-secondary) !important;
    text-align: center !important;
    padding: 40px 0 !important;
    width: 100% !important;
}
.shared-shop-loop-container.is-loading {
    opacity: 0.55 !important;
    pointer-events: none !important;
    transition: opacity 0.25s ease !important;
}

/* 🧪 CUSTOM SORTING DROPDOWN OVERLAY - INTEX */
.woocommerce-ordering {
    position: relative !important;
    display: inline-block !important;
}
.custom-sorting-dropdown {
    position: relative !important;
    display: inline-block !important;
    z-index: 100 !important;
}
.custom-sorting-trigger {
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
    font-family: 'Vazirmatn', sans-serif !important;
}
.custom-sorting-trigger i.caret-icon {
    color: #08BFED !important;
    font-size: 1rem !important;
    transition: transform 0.2s ease !important;
}
.custom-sorting-trigger.is-open i.caret-icon {
    transform: rotate(180deg) !important;
}
.custom-sorting-options {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    margin-top: 6px !important;
    min-width: 200px !important;
    background: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    box-shadow: 4px 4px 0px #1A1A1A !important;
    padding: 4px !important;
    display: none;
    flex-direction: column !important;
    gap: 2px !important;
}
.custom-sorting-options.is-open {
    display: flex !important;
}
.custom-sorting-option {
    padding: 8px 12px !important;
    border-radius: 2px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #1A1A1A !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-align: right !important;
    font-weight: 700 !important;
}
.custom-sorting-option:hover,
.custom-sorting-option.is-active {
    background: var(--cta-gradient) !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

/* 🪐 STICKY CONVERSION BAR - INTEX */
.sticky-atc-intex {
    background: #FFFFFF !important;
    border-top: 3px solid #1A1A1A !important;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08) !important;
}
@media screen and (min-width: 769px) {
    .sticky-atc-intex {
        border-top: none !important;
        border-bottom: 3px solid #1A1A1A !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    }
}
.sticky-atc-intex .sticky-atc-container {
    max-width: 1250px !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 70px !important;
}
.sticky-atc-intex .sticky-atc-product-info {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.sticky-atc-intex .sticky-atc-thumb {
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px !important;
    object-fit: cover !important;
    border: 2px solid #1A1A1A !important;
}
.sticky-atc-intex .sticky-atc-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    text-align: right !important;
}
.sticky-atc-intex .sticky-atc-title {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #1A1A1A !important;
}
.sticky-atc-intex .sticky-atc-price {
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #1A1A1A !important;
}
.sticky-atc-intex .sticky-atc-price ins {
    text-decoration: none !important;
    color: #08BFED !important;
    font-weight: 800 !important;
}
.sticky-atc-intex .sticky-atc-price del {
    font-size: 0.75rem !important;
    color: #9E9E9E !important;
    margin-left: 6px !important;
}

.sticky-atc-intex .sticky-atc-outofstock {
    background-color: #E0E0E0 !important;
    color: #888888 !important;
    padding: 10px 24px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    border: 2px solid #1A1A1A !important;
    display: inline-block !important;
}

@media screen and (max-width: 768px) {
    .sticky-atc-intex .sticky-atc-thumb,
    .sticky-atc-intex .sticky-atc-title {
        display: none !important;
    }
    .sticky-atc-intex .sticky-atc-container {
        height: 60px !important;
        padding: 6px 16px !important;
    }
    .sticky-atc-intex .sticky-atc-product-info {
        display: flex !important;
        align-items: center !important;
        gap: 0 !important;
    }
    .sticky-atc-intex .sticky-atc-meta {
        flex-direction: row !important;
        align-items: center !important;
    }
    .sticky-atc-intex .sticky-atc-price {
        font-size: 1.05rem !important;
        font-weight: 800 !important;
    }
    .sticky-atc-intex #sticky-atc-submit {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }
}

/* 🏷️ CUSTOM GEOMETRIC SALE BADGE - INTEX */
.intex-child .onsale,
.intex-child span.onsale {
    display: none !important; /* suppress standard WC onsale badge */
}
.intex-sale-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: var(--accent-orange, #FF9800) !important;
    color: #FFFFFF !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 3px 9px !important;
    border-radius: 4px !important;
    border: 2px solid #1A1A1A !important;
    box-shadow: 2px 2px 0px #1A1A1A !important;
    z-index: 5 !important;
    font-family: 'Vazirmatn', sans-serif !important;
}

/* 🚫 SUPPRESS DUPLICATE STICKY WRAPPER COLLISIONS */
#shadi-sticky-wrapper,
.shadi-atc-desktop,
.shadi-atc-mobile {
    display: none !important;
}

/* 🌊 INTEX GEOMETRIC FLAT COMPARTMENTS & SINGLE OVERRIDES */

/* Refined, compact, upscale title */
.shared-product-title,
.woocommerce-products-header__title,
.product_title.entry-title {
    font-size: 1.6rem !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    color: #1a1a1a !important;
    margin-bottom: 12px !important;
}

/* Related Products header section text aesthetic */
.shared-single-product-related h2,
.related.products h2 {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    margin-bottom: 20px !important;
    color: #1a1a1a !important;
    text-align: right !important;
}

/* Minimize WooCommerce categories, tags, SKU lists */
.product_meta {
    font-size: 0.75rem !important;
    color: #555555 !important;
    border-top: 2px solid #1a1a1a;
    padding-top: 15px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product_meta > span {
    display: inline-flex;
    align-items: center;
}
.product_meta a {
    color: var(--primary-blue) !important;
    font-weight: 700;
}

/* Main Accordion track container */
.bos-product-accordion {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Intex Geometric Accordion Section */
.bos-accordion-section {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    background: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 4px !important;
    box-shadow: 4px 4px 0px #1a1a1a !important;
    overflow: hidden;
    transition: all 0.2s ease;
}
.bos-accordion-section.is-active {
    box-shadow: 4px 4px 0px var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

/* Accordion Header */
.bos-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 0.95rem;
    font-weight: 800;
    color: #1a1a1a !important;
    outline: none;
}
.bos-accordion-header:focus,
.bos-accordion-section.is-active .bos-accordion-header {
    color: var(--primary-blue) !important;
}
.bos-accordion-header i {
    font-size: 1.2rem;
    color: #1a1a1a;
}
.bos-accordion-section.is-active .bos-accordion-header i {
    color: var(--primary-blue);
}

/* Accordion Content */
.bos-accordion-content {
    display: block !important;
    position: relative !important;
    clear: both !important;
    padding: 16px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.9rem;
    line-height: 1.7;
    color: #333;
    border-top: 1px solid #eee;
}

/* Specifications Table style */
.bos-specs-table {
    width: 100%;
    border-collapse: collapse;
}
.bos-specs-table tr {
    border-bottom: 1px solid #eee;
}
.bos-specs-table tr:last-child {
    border-bottom: none;
}
.bos-specs-table td {
    padding: 10px 12px;
}
.bos-specs-table .bos-specs-label {
    font-weight: 800;
    color: #1a1a1a;
    width: 30%;
    background: #f8fafc;
}

/* Review AJAX Voting styling */
.bos-review-actions {
    display: flex;
    gap: 12px;
    margin-top: 12px;
}
.bos-review-vote-btn {
    background: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 4px !important;
    padding: 6px 14px !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: 2px 2px 0px #1a1a1a !important;
    transition: all 0.2s ease !important;
}
.bos-review-vote-btn i {
    font-size: 0.9rem;
}
.bos-review-vote-btn:hover:not(:disabled) {
    background: var(--primary-subtle) !important;
    border-color: var(--primary-blue) !important;
    color: var(--primary-blue) !important;
    box-shadow: 2px 2px 0px var(--primary-blue) !important;
}
.bos-review-vote-btn.voted {
    opacity: 0.6;
    cursor: not-allowed;
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
}

/* FAQ item triggers */
.bos-faq-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.bos-faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.bos-faq-trigger {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
}
.bos-faq-trigger:hover {
    color: var(--primary-blue);
}
.bos-faq-trigger i {
    font-size: 1.1rem;
    color: #1a1a1a;
}
.bos-faq-item.is-active .bos-faq-trigger {
    color: var(--primary-blue);
}
.bos-faq-item.is-active .bos-faq-trigger i {
    color: var(--primary-blue);
}
.bos-faq-content {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #444;
}

/* 🌟 INTEX REMEDIATIONS OVERRIDES */

/* Solid Border Quantity Input Override */
.quantity {
    background: #ffffff !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
}
.quantity button:hover {
    background: #1A1A1A !important;
    color: #ffffff !important;
}

/* Intex industrial marine-gradient scaling Add to Cart button override */
.single_add_to_cart_button {
    background: var(--cta-gradient) !important;
    border: 2px solid #1A1A1A !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 16px 40px !important;
    color: #ffffff !important;
    box-shadow: 4px 4px 0px #1A1A1A !important;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.single_add_to_cart_button:hover {
    background: var(--cta-gradient-hover) !important;
    transform: translate(-2px, -2px) !important;
    box-shadow: 6px 6px 0px #1A1A1A !important;
    color: #ffffff !important;
}
.single_add_to_cart_button:active {
    transform: translate(1px, 1px) !important;
    box-shadow: 2px 2px 0px #1A1A1A !important;
}

/* --- BATCH 1 OVERRIDES --- */
/* Price Typography Realignment */
.single-product .summary .price,
.single-product .summary .price .amount,
.single-product p.price,
.single-product .shared-product-price,
.single-product .shared-product-price .amount {
    color: #0B2545 !important; /* High-contrast navy */
    font-weight: 800 !important;
    font-size: 1.8rem !important;
}

.single-product .summary .price .woocommerce-Price-currencySymbol,
.single-product p.price .woocommerce-Price-currencySymbol,
.single-product .shared-product-price .woocommerce-Price-currencySymbol {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: #5A5A5A !important;
    opacity: 0.75 !important;
    margin-right: 6px !important;
    display: inline-block !important;
}

/* Hide leaked replace button completely */
.shadi-main-replace-btn {
    display: none !important;
}

/* Related Products Downscaling & Symmetry */
.single-product .related.products h2 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #0B2545 !important;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .intex-product-title,
.single-product .related.products ul.products li.product .intex-product-title a {
    font-size: 0.85rem !important;
    line-height: 1.4rem !important;
    max-height: 2.8rem !important;
    height: 2.8rem !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    font-weight: 600 !important;
}

/* Defensive Pagination Override (Batch 2) */
.woocommerce-pagination ul.page-numbers,
ul.page-numbers,
.generate-sections-container .page-numbers,
div.nav-links .page-numbers {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 24px auto !important;
    padding: 0 !important;
    gap: 8px !important;
    justify-content: center !important;
}

.woocommerce-pagination ul.page-numbers li,
ul.page-numbers li {
    list-style: none !important;
    list-style-type: none !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-pagination ul.page-numbers li .page-numbers,
ul.page-numbers li a,
ul.page-numbers li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    text-decoration: none !important;
}

/* Intex Geometric Accordion Style Override (Batch 2) */
.single-product .custom-accordion-item,
.woocommerce-tabs .custom-accordion-item {
    background: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 4px !important;
    box-shadow: 4px 4px 0px #1a1a1a !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}

.single-product .custom-accordion-item.is-active,
.woocommerce-tabs .custom-accordion-item.is-active {
    box-shadow: 4px 4px 0px var(--primary-blue) !important;
    border-color: var(--primary-blue) !important;
}

.single-product .custom-accordion-trigger,
.woocommerce-tabs .custom-accordion-trigger {
    font-family: 'Vazirmatn', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    outline: none !important;
}

.single-product .custom-accordion-trigger:focus,
.single-product .custom-accordion-item.is-active .custom-accordion-trigger {
    color: var(--primary-blue) !important;
}

.single-product .custom-accordion-trigger i {
    font-size: 1.2rem !important;
    color: #1a1a1a !important;
}

.single-product .custom-accordion-item.is-active .custom-accordion-trigger i {
    color: var(--primary-blue) !important;
}

.single-product .custom-accordion-content,
.woocommerce-tabs .custom-accordion-content {
    font-size: 0.9rem !important;
    line-height: 1.7 !important;
    color: #333 !important;
    border-top: 1px solid #eee !important;
}

/* 🛠️ INTEX BATCH 3 REVIEWS UPLOADER OVERRIDES */
.bos-comment-textarea-wrapper textarea {
    background: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    border-radius: 0 !important;
    box-shadow: 4px 4px 0px #1a1a1a !important;
    transition: all 0.2s ease !important;
}

.bos-comment-textarea-wrapper textarea:focus {
    border-color: var(--primary-blue, #08bfed) !important;
    box-shadow: 4px 4px 0px var(--primary-blue, #08bfed) !important;
}

.bos-attach-btn {
    border: 2px solid #1a1a1a !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 2px 2px 0px #1a1a1a !important;
}

.bos-attach-btn i {
    color: #1a1a1a !important;
}

.bos-attach-btn:hover {
    background: var(--primary-blue, #08bfed) !important;
    box-shadow: 1px 1px 0px #1a1a1a !important;
    transform: translate(1px, 1px) !important;
}

.bos-attach-btn:hover i {
    color: #ffffff !important;
}

.bos-thumbnail-badge img {
    border: 2px solid #1a1a1a !important;
    border-radius: 0 !important;
}

/* --------------------------------------------------------------------------
   🏔️ TASK 21: INTEX HOMEPAGE HERO QUAD-GRID & MOBILE SWIPER STYLES
   -------------------------------------------------------------------------- */
.bos-intex-hero-wrapper {
    margin-top: 24px;
    width: 100%;
}

.bos-intex-hero-grid {
    display: grid;
    grid-template-columns: 850fr 410fr 400fr;
    grid-template-rows: 230px 230px;
    gap: 16px;
    height: 476px;
    margin-bottom: 24px;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .bos-intex-hero-grid {
        grid-template-rows: 170px 170px;
        height: 356px;
    }
}

.bos-intex-hero-grid-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid #e2e8f0;
}

.bos-intex-hero-grid-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.bos-intex-hero-grid-link {
    display: block;
    width: 100%;
    height: 100%;
}

.bos-intex-hero-grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.bos-intex-hero-grid-item:hover .bos-intex-hero-grid-img {
    transform: scale(1.03);
}

.bos-intex-hero-grid-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    pointer-events: none;
    transition: background 0.3s ease;
}

.bos-intex-hero-grid-item:hover .bos-intex-hero-grid-overlay {
    background: rgba(0, 0, 0, 0.02);
}

.bos-intex-hero-grid-item.block-1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.bos-intex-hero-grid-item.block-2 {
    grid-column: 2;
    grid-row: 1;
}

.bos-intex-hero-grid-item.block-3 {
    grid-column: 2;
    grid-row: 2;
}

.bos-intex-hero-grid-item.block-4 {
    grid-column: 3;
    grid-row: 1 / span 2;
}

/* Mobile Swiper (<= 768px) */
.bos-intex-hero-mobile-slider-container {
    display: none;
}

@media (max-width: 768px) {
    .bos-intex-hero-grid {
        display: none;
    }
    .bos-intex-hero-mobile-slider-container {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 24px;
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid #1a1a1a;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }
    .bos-intex-hero-mobile-slider {
        display: flex;
        width: 100%;
        aspect-ratio: 900 / 720;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .bos-intex-hero-mobile-slider::-webkit-scrollbar {
        display: none;
    }
    .bos-intex-hero-mobile-slide {
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        scroll-snap-align: start;
        position: relative;
    }
    .bos-intex-hero-mobile-link {
        display: block;
        width: 100%;
        height: 100%;
    }
    .bos-intex-hero-mobile-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .bos-intex-hero-mobile-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #ffffff !important;
        border: 2px solid #1a1a1a !important;
        color: #1a1a1a !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 10 !important;
        font-size: 1.2rem !important;
        transition: all 0.2s ease !important;
    }
    .bos-intex-hero-mobile-arrow:hover {
        background: #1a1a1a !important;
        color: #ffffff !important;
    }
    .bos-intex-hero-mobile-arrow.prev {
        right: 12px !important;
    }
    .bos-intex-hero-mobile-arrow.next {
        left: 12px !important;
    }
    
    .bos-intex-hero-mobile-dots {
        position: absolute !important;
        bottom: 12px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        gap: 8px !important;
        z-index: 10 !important;
    }
    .bos-intex-hero-mobile-dot {
        width: 10px !important;
        height: 10px !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        border: 2px solid #1a1a1a !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
    }
    .bos-intex-hero-mobile-dot.active {
        background: #ffcc00 !important;
        transform: scale(1.1) !important;
    }
}

/* ==========================================================================
   🏔️ TASK 21 & TASK 22: INTEX HERO TEXT OVERLAYS & CURATED CATEGORIES RIBBON
   ========================================================================== */

/* Text overlays on desktop grid blocks */
.bos-intex-hero-grid-content {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
    color: #ffffff;
    z-index: 2;
    text-align: right;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.bos-intex-hero-grid-item:hover .bos-intex-hero-grid-content {
    transform: translateY(-4px);
}
.bos-intex-hero-grid-content h3 {
    font-size: 1.2rem !important;
    font-weight: 800;
    margin: 4px 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    line-height: 1.2 !important;
}
.bos-intex-hero-grid-content.compact h3 {
    font-size: 1.25rem;
}
.bos-intex-hero-grid-content p {
    font-size: 0.9rem;
    margin: 0 0 12px 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    opacity: 0.95;
    line-height: 1.2 !important;
}
.bos-intex-hero-badge {
    background: #ff9800 !important;
    border: 1px solid #ff9800;
    color: #ffffff !important;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
}
.bos-intex-hero-btn {
    background: var(--cta-gradient) !important;
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(8, 191, 237, 0.25) !important;
}
.bos-intex-hero-btn:hover {
    background: var(--cta-gradient-hover) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(66, 233, 227, 0.35) !important;
}
.bos-intex-text-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ff9800 !important;
    display: inline-block;
}

/* Mobile slider text overlays */
.bos-intex-hero-mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}
.bos-intex-hero-mobile-content {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
    color: #ffffff;
    z-index: 2;
    text-align: right;
}
.bos-intex-hero-mobile-content h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 8px 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.bos-intex-hero-tagline {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ff9800;
    text-transform: uppercase;
}
.bos-intex-hero-mobile-btn {
    background: var(--cta-gradient) !important;
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(8, 191, 237, 0.25) !important;
}
.bos-intex-hero-mobile-btn:hover,
.bos-intex-hero-mobile-btn:active {
    background: var(--cta-gradient-hover) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 14px rgba(66, 233, 227, 0.35) !important;
}

/* Category Navigation Ribbon (Intex: clean solid circles encapsulated in crisp outline grids) */
.homepage-category-ribbon {
    padding: 30px 0 15px 0;
    background: transparent;
    width: 100%;
}
.homepage-category-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
}
.homepage-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none !important;
}
.homepage-category-circle-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}
.homepage-category-img {
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important; /* Creates inner margin from the circular border */
    box-sizing: border-box !important;
    object-fit: cover; /* Stretch defense */
    transition: transform 0.3s ease;
}
.homepage-category-label {
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #1e293b;
    border-bottom: 2px solid transparent;
    transition: all 0.25s ease;
}
.homepage-category-item:hover .homepage-category-circle-wrapper {
    border-color: #ff9800; /* Intex orange accent */
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.15);
}
.homepage-category-item:hover .homepage-category-img {
    transform: scale(1.06);
}
.homepage-category-item:hover .homepage-category-label {
    color: #ff9800;
    border-bottom-color: #ff9800;
}

/* Touch-Swipe Scroll for Mobile & Tablet (<= 1024px) */
@media (max-width: 1024px) {
    .homepage-category-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 10px 4px 20px 4px !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 16px !important;
        scrollbar-width: none;
    }
    .homepage-category-row::-webkit-scrollbar {
        display: none;
    }
    .homepage-category-item,
    .homepage-category-ribbon .wp-block-column,
    .homepage-category-ribbon [class*="column"] {
        flex: 0 0 23% !important; /* Adjust percentage slightly (e.g., 22%-24%) to ensure the 4th/5th column peeks cleanly */
        min-width: 85px !important;
    }
    .homepage-category-circle-wrapper {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .homepage-category-item,
    .homepage-category-ribbon .wp-block-column,
    .homepage-category-ribbon [class*="column"] {
        flex: 0 0 28% !important; /* Forces 4th/5th/6th to peek on smaller screens */
        min-width: 80px !important;
    }
    .homepage-category-circle-wrapper {
        width: 70px;
        height: 70px;
    }
    .homepage-category-label {
        font-size: 0.8rem;
    }
}

/* Dynamic Random Showcase Grid responsive layout matrix (Task 23) */
.bos-random-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1024px) {
    .bos-random-showcase-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .bos-random-showcase-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
}

/* Responsive Triple Sequential Promo Blocks (Task 24) */
.bos-intex-promo-banner-wrapper {
  height: 380px;
}
.bos-intex-promo-banner-wrapper:hover .bos-intex-promo-bg-img {
  transform: scale(1.02);
}
.bos-intex-promo-banner-wrapper:hover .bos-intex-promo-btn {
  background: #0052a3 !important;
}
@media (max-width: 768px) {
  .bos-intex-promo-banner-wrapper {
    height: 300px;
  }
  .bos-intex-promo-title {
    font-size: 20px !important;
  }
  .bos-intex-promo-subtitle {
    font-size: 12px !important;
  }
  .bos-intex-promo-btn {
    padding: 8px 18px !important;
    font-size: 12px !important;
  }
}

/* 🪐 CORPORATE INDUSTRIAL COATED BADGES GRID (TASK 25) */
.bos-intex-corp-badges-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 24px 0;
}
.bos-intex-corp-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    transition: all 0.3s ease;
}
.bos-intex-corp-badge-item:hover {
    border-color: #0066cc;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.05);
}
.bos-intex-corp-badge-item i {
    font-size: 1.75rem;
    color: #0066cc;
    margin-bottom: 8px;
}
.bos-intex-corp-badge-item span {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1e293b;
}
@media (max-width: 768px) {
    .bos-intex-corp-badges-container {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }
    .bos-intex-corp-badge-item {
        padding: 12px;
    }
    .bos-intex-corp-badge-item i {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .bos-intex-corp-badge-item span {
        font-size: 0.8rem;
    }
    .bos-intex-corp-badge-item:nth-child(-n+3) {
        grid-column: span 2;
    }
    .bos-intex-corp-badge-item:nth-child(n+4) {
        grid-column: span 3;
    }
}

/* 🎠 INTEX PROMO SLIDER (TASK 24) */
.bos-intex-promo-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 32px 0;
}
.bos-intex-promo-slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}
.bos-intex-promo-slide-item {
    flex: 0 0 100%;
    width: 100%;
}
.bos-intex-promo-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    padding: 0;
}
.bos-intex-promo-arrow:hover {
    background: #0066cc;
    border-color: #0066cc;
}
.bos-intex-promo-arrow.prev { right: 16px; }
.bos-intex-promo-arrow.next { left: 16px; }

.bos-intex-promo-dots-container {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.bos-intex-promo-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bos-intex-promo-dot.active {
    background: #0066cc;
    transform: scale(1.25);
}

/* 🪐 BEST-SELLER CAROUSEL SECTION (TASK 26) */
.bos-best-seller-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}
.bos-best-seller-carousel-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    border-right: 3px solid #0066cc;
    padding-right: 10px;
    line-height: 1;
}
.bos-best-seller-view-all {
    color: #0066cc;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}
.bos-best-seller-view-all:hover {
    color: #0052a3;
}
.bos-best-seller-carousel-wrapper {
    position: relative;
    width: 100%;
}
.bos-best-seller-carousel-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: flex;
    width: 100%;
}
.bos-best-seller-carousel-container::-webkit-scrollbar {
    display: none;
}
.bos-best-seller-carousel-track {
    display: flex;
    width: 100%;
}
.bos-best-seller-product-item {
    flex: 0 0 25%;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 0 12px;
}
@media (max-width: 1024px) {
    .bos-best-seller-product-item {
        flex: 0 0 33.333%;
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .bos-best-seller-product-item {
        flex: 0 0 50%;
        padding: 0 6px;
    }
}

/* Controls */
.bos-best-seller-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    padding: 0;
}
.bos-best-seller-arrow:hover {
    background: #0066cc;
    border-color: #0066cc;
}
.bos-best-seller-arrow.prev {
    right: -22px;
}
.bos-best-seller-arrow.next {
    left: -22px;
}
@media (max-width: 1280px) {
    .bos-best-seller-arrow.prev { right: 8px; }
    .bos-best-seller-arrow.next { left: 8px; }
}

.bos-best-seller-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.bos-best-seller-dots {
    display: flex;
    gap: 8px;
}
.bos-best-seller-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bos-best-seller-dot.active {
    background: #0066cc;
    width: 18px;
    border-radius: 4px;
}

/* 🪐 SEASONAL CATEGORY CAROUSEL SECTION (TASK 27) */
.bos-seasonal-section {
    background: transparent;
    padding: 40px 0;
    margin: 40px 0;
}
.bos-seasonal-section .bos-intex-container {
    background: linear-gradient(var(--bg-white), var(--bg-white)) padding-box, var(--cta-gradient) border-box;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 24px 24px 40px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.02);
}
.bos-seasonal-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}
.bos-seasonal-carousel-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    border-right: 3px solid var(--primary-blue);
    padding-right: 10px;
    line-height: 1;
}
.bos-seasonal-view-all {
    color: var(--primary-deep);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}
.bos-seasonal-view-all:hover {
    color: var(--primary-dark);
}
.bos-seasonal-carousel-wrapper {
    position: relative;
    width: 100%;
}
.bos-seasonal-carousel-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    display: flex;
    width: 100%;
}
.bos-seasonal-carousel-container::-webkit-scrollbar {
    display: none;
}
.bos-seasonal-carousel-track {
    display: flex;
    width: 100%;
}
.bos-seasonal-product-item {
    flex: 0 0 25%;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 0 12px;
}
@media (max-width: 1024px) {
    .bos-seasonal-product-item {
        flex: 0 0 33.333%;
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .bos-seasonal-product-item {
        flex: 0 0 50%;
        padding: 0 6px;
    }
}

/* Seasonal Navigation Controls */
.bos-seasonal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    padding: 0;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.bos-seasonal-arrow:hover {
    background: var(--primary-blue);
    color: #ffffff;
    border-color: var(--primary-blue);
}
.bos-seasonal-arrow.prev {
    right: -22px;
}
.bos-seasonal-arrow.next {
    left: -22px;
}
@media (max-width: 1280px) {
    .bos-seasonal-arrow.prev { right: 8px; }
    .bos-seasonal-arrow.next { left: 8px; }
}

.bos-seasonal-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.bos-seasonal-dots {
    display: flex;
    gap: 8px;
}
.bos-seasonal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bos-seasonal-dot.active {
    background: var(--primary-blue);
    width: 18px;
    border-radius: 4px;
}

/* 🪐 SYMMETRICAL MAGAZINE MATRIX (TASK 28) */
.bos-intex-magazine-section {
    padding: 60px 0;
    background: #f8fafc;
}
.bos-intex-magazine-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 12px;
}
.bos-intex-magazine-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    border-right: 3px solid #0066cc;
    padding-right: 10px;
    line-height: 1;
}
.bos-intex-magazine-view-all {
    color: #0066cc;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
}
.bos-intex-magazine-view-all:hover {
    color: #0052a3;
}
.bos-intex-magazine-grid-desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    margin-top: 20px;
}
.bos-intex-magazine-tile-anchor {
    text-decoration: none;
    display: block;
}
.bos-intex-magazine-tile-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    padding: 16px;
    box-shadow: none;
    transition: all 0.2s ease;
    height: 100%;
    box-sizing: border-box;
}
.bos-intex-magazine-tile-card:hover {
    transform: translateY(-2px);
    border-color: var(--primary-blue);
    background: var(--primary-subtle);
}
.bos-intex-magazine-tile-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}
.bos-intex-magazine-tile-badge {
    align-self: flex-start;
    background: var(--primary-blue);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.bos-intex-magazine-tile-title,
.bos-intex-blog-archive .archive-tile-title {
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    color: #0f172a;
    margin: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    width: 100%;
}
@media (max-width: 1024px) {
    .bos-intex-magazine-tile-title,
    .bos-intex-blog-archive .archive-tile-title {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
    }
}
@media (max-width: 768px) {
    .bos-intex-magazine-tile-title,
    .bos-intex-blog-archive .archive-tile-title {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
    }
}
.bos-intex-magazine-tile-meta {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #64748b;
}
.bos-intex-magazine-tile-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bos-intex-magazine-tile-img-col {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}
.bos-intex-magazine-tile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* Mobile magazine views */
.bos-intex-magazine-carousel-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .bos-intex-magazine-grid-desktop {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}
@media (max-width: 768px) {
    .bos-intex-magazine-grid-desktop {
        display: none !important;
    }
    .bos-intex-magazine-carousel-mobile {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .bos-intex-magazine-carousel-container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        display: flex;
        width: 100%;
    }
    .bos-intex-magazine-carousel-container::-webkit-scrollbar {
        display: none;
    }
    .bos-intex-magazine-carousel-track {
        display: flex;
        width: 100%;
    }
    .bos-intex-magazine-slide {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        scroll-snap-align: start;
        box-sizing: border-box;
        padding: 4px;
    }
    .bos-intex-magazine-dots-container {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .bos-intex-magazine-dots {
        display: flex;
        gap: 8px;
    }
    .bos-intex-magazine-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #cbd5e1;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .bos-intex-magazine-dot.active {
        background: #0066cc;
        width: 18px;
        border-radius: 4px;
    }
}

/* ==========================================================================
   🪐 INTEX UTILITY PAGES STYLES (TASK 29)
   ========================================================================== */

/* General Container & Grid Resets */
.bos-intex-about,
.bos-intex-contact,
.bos-intex-faq,
.bos-intex-blog-archive {
    background: #f8fafc;
    padding-bottom: 60px;
}
.bos-intex-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.bos-intex-section {
    padding: 50px 0;
}
.bos-intex-section.bg-alt {
    background: #f1f5f9;
}

/* About Us Layouts */
.bos-intex-about-hero {
    background: linear-gradient(135deg, #002244 0%, #0055a5 100%);
    padding: 80px 0;
    text-align: center;
    border-bottom: 3px solid #ffcc00;
}
.bos-intex-about-hero .bos-intex-page-title {
    color: #ffffff !important;
}
.bos-intex-page-title {
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
}
.bos-intex-lead {
    font-size: 16px;
    color: #ffcc00;
    margin: 0;
    font-weight: 700;
}
.bos-intex-welcome-msg {
    max-width: 750px;
    margin: 16px auto 0 auto;
    font-size: 14.5px;
    color: #ffffff;
    line-height: 1.8;
}
.bos-intex-about-story {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.bos-intex-about-text {
    font-size: 15px;
    line-height: 1.9;
    color: #334155;
    margin-top: 20px;
}
.bos-intex-quote-card {
    background: #ffffff;
    border: 2px solid #cbd5e1;
    border-right: 5px solid #0066cc;
    border-radius: 4px;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.bos-intex-quote-text {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.8;
    margin: 0;
}

/* Timeline Grid */
.bos-intex-timeline-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.bos-intex-timeline-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.bos-intex-timeline-item:hover {
    border-color: #0066cc;
    transform: translateY(-2px);
}
.bos-intex-timeline-year {
    font-size: 18px;
    font-weight: 800;
    color: #0066cc;
    margin-bottom: 12px;
}
.bos-intex-timeline-content h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #0f172a;
}
.bos-intex-timeline-content p {
    font-size: 13px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Value Props Matrix */
.bos-intex-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 20px;
}
.bos-intex-value-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 35px 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.bos-intex-value-icon {
    font-size: 32px;
    margin-bottom: 16px;
}
.bos-intex-value-card h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #0f172a;
}
.bos-intex-value-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* About CTA Card */
.bos-intex-cta-card {
    background: linear-gradient(135deg, #002244 0%, #004b8d 100%);
    border-radius: 4px;
    padding: 50px 30px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}
.bos-intex-cta-card h2 {
    font-size: 22px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
}
.bos-intex-cta-card p {
    font-size: 14.5px;
    color: #e2e8f0;
    margin: 0 0 24px 0;
}
.bos-intex-cta-btn {
    display: inline-block;
    background: #ffcc00;
    color: #000000;
    padding: 12px 36px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.bos-intex-cta-btn:hover {
    background: #e6b800;
}

/* Contact Cards Grid */
.bos-intex-contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}
.bos-intex-contact-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 35px 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
.bos-intex-contact-card-icon {
    width: 60px;
    height: 60px;
    background: #eff6ff;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0066cc;
    font-size: 24px;
}
.bos-intex-contact-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}
.bos-intex-card-desc {
    font-size: 12.5px;
    color: #64748b;
    margin: 0 0 16px 0;
}
.bos-intex-card-link {
    font-size: 15px;
    font-weight: 800;
    color: #0066cc;
    text-decoration: none;
    display: inline-block;
}
.bos-intex-card-link:hover {
    text-decoration: underline;
}

/* Contact Form container */
.bos-intex-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.bos-intex-form-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    text-align: center;
}

/* Location block */
.bos-intex-location-block {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 30px;
}
.bos-intex-location-info h3 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px 0;
}
.bos-intex-address {
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    margin: 0 0 16px 0;
}
.bos-intex-social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #334155;
}
.bos-intex-social-link i {
    color: #0066cc;
    font-size: 18px;
}
.bos-intex-social-link a {
    color: #0066cc;
    font-weight: 700;
    text-decoration: none;
}

/* FAQ Accordion Details summary */
.bos-intex-faq-hero {
    background: linear-gradient(135deg, #002244 0%, #0055a5 100%);
    padding: 65px 0;
    text-align: center;
    border-bottom: 3px solid #ffcc00;
}
.bos-intex-faq-hero .bos-intex-page-title {
    color: #ffffff !important;
}
.bos-intex-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bos-intex-faq-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}
.bos-intex-faq-item:hover {
    border-color: #0066cc;
}
.bos-intex-faq-summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    font-weight: 700;
    font-size: 14.5px;
    color: #0f172a;
    cursor: pointer;
    outline: none;
}
.bos-intex-faq-summary::-webkit-details-marker {
    display: none;
}
.bos-intex-faq-icon::before {
    content: '\ea12';
    font-family: 'remixicon' !important;
    font-size: 20px;
    color: #0066cc;
    transition: transform 0.2s ease;
    display: inline-block;
}
.bos-intex-faq-item[open] .bos-intex-faq-icon::before {
    content: '\f1af';
}
.bos-intex-faq-content {
    padding: 0 24px 20px 24px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.8;
}

/* Media Queries for Intex Utility pages */
@media (max-width: 991px) {
    .bos-intex-timeline-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bos-intex-values-grid,
    .bos-intex-contact-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .bos-intex-about-hero {
        padding: 50px 0;
    }
    .bos-intex-page-title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .bos-intex-timeline-grid {
        grid-template-columns: 1fr;
    }
    .bos-intex-form-container {
        padding: 24px 16px;
    }
}

/* ==========================================================================
   🪐 INTEX BLOG ARCHIVE ENGINE STYLES (TASK 30)
   ========================================================================== */

.bos-intex-blog-hero {
    background: linear-gradient(135deg, #002244 0%, #0055a5 100%);
    padding: 65px 0;
    text-align: center;
    border-bottom: 3px solid #ffcc00;
}
.bos-intex-blog-hero .bos-intex-page-title {
    color: #ffffff !important;
}

/* Category chips ribbon */
.bos-intex-blog-archive .archive-category-chips-section {
    padding: 20px 0;
    background: #ffffff;
    border-bottom: 1px solid #cbd5e1;
}
.bos-intex-blog-archive .archive-category-chips-track {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.bos-intex-blog-archive .bos-category-chip {
    display: inline-block;
    padding: 8px 20px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}
.bos-intex-blog-archive .bos-category-chip:hover {
    border-color: #0066cc;
    color: #0066cc;
}
.bos-intex-blog-archive .bos-category-chip.active {
    background: #0066cc;
    border-color: #0066cc;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .bos-intex-blog-archive .archive-category-chips-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 10px !important;
        padding: 4px 16px 12px 16px !important;
        justify-content: flex-start;
    }
}

/* Symmetrical Grid Layouts */
.bos-intex-blog-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    margin-top: 20px;
}
@media (max-width: 1024px) {
    .bos-intex-blog-archive-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}
@media (max-width: 768px) {
    .bos-intex-blog-archive-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 12px !important;
    }
}

/* Post Card Layout (desktop and mobile tile.png) */
.bos-blog-card-item-link {
    text-decoration: none;
    display: block;
}
.bos-intex-blog-archive .bos-blog-card-item {
    display: flex;
    flex-direction: row; /* Horizontal layout */
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    padding: 16px;
    box-shadow: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    height: 100%;
}
.bos-intex-blog-archive .bos-blog-card-item-link:hover .bos-blog-card-item {
    transform: translateY(-2px);
    border-color: var(--primary-blue);
    background: var(--primary-subtle);
}
.bos-intex-blog-archive .bos-blog-card-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    text-align: right;
}
/* Redundant archive title styles unified above */
.bos-intex-blog-archive .bos-blog-card-meta {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #64748b;
}
.bos-intex-blog-archive .bos-blog-card-meta span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bos-intex-blog-archive .bos-blog-card-meta i {
    color: #0066cc;
}
.bos-intex-blog-archive .bos-blog-card-img-col {
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    position: relative;
}
.bos-intex-blog-archive .bos-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

/* Category ribbon badge overlay */
.bos-intex-blog-archive .bos-blog-card-badge-overlay {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--primary-blue);
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Custom Pagination styles */
.bos-intex-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.bos-intex-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #475569;
    transition: all 0.2s;
}
.bos-intex-pagination .page-numbers:hover,
.bos-intex-pagination .page-numbers.current {
    background: #0066cc;
    color: #ffffff;
    border-color: #0066cc;
}

/* Symmetrical Global Product Card Height Equalization */
.intex-product-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.intex-product-footer-row {
    margin-top: auto !important;
}

/* --- Category Lower Description Styles --- */
.category-description-lower-wrapper {
    margin-top: 40px !important;
    padding: 24px !important;
    position: relative !important;
    overflow: hidden !important;
}
.category-description-content {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.8 !important;
    font-size: 0.95rem !important;
    color: var(--text-secondary) !important;
    transition: all 0.4s ease !important;
}
.category-description-content.expanded {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}
.category-description-toggle-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 15px !important;
    background: none !important;
    border: none !important;
    color: var(--primary-deep, #2596BE) !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    font-size: 0.9rem !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.category-description-toggle-btn:hover {
    color: var(--coral-new, #FF7043) !important;
}

/* --- Intex World Login Subsystem Styles --- */
.intex-login-wrapper {
    max-width: 420px;
    margin: 60px auto;
    background: #fff;
    padding: 35px;
    border-radius: 4px; /* Sharp geometric borders */
    border: 2px solid var(--primary-deep);
    box-shadow: 0 10px 30px rgba(8, 191, 237, 0.1);
    font-family: inherit;
    position: relative;
}
.intex-login-wrapper::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 6px;
    background: var(--cta-gradient);
    z-index: -1;
    margin: -2px;
}
.intex-tabs {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}
.intex-tab-btn {
    flex: 1;
    padding: 12px 10px;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px; /* Sharp geometric */
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}
.intex-tab-btn.active {
    background: var(--cta-gradient);
    color: #fff;
    border-color: transparent;
}
.intex-tab-btn:hover:not(.active) {
    border-color: var(--primary-blue);
    color: var(--primary-blue);
}
.intex-btn-primary {
    width: 100%;
    padding: 14px;
    background: var(--cta-gradient);
    color: #fff;
    border: none;
    border-radius: 4px; /* Sharp geometric */
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s;
    margin-top: 5px;
}
.intex-btn-primary:hover {
    background: var(--cta-gradient-hover);
}
.intex-btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.intex-login-wrapper input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 2px solid #e1e1e1;
    border-radius: 4px; /* Sharp geometric */
    background: #fdfdfd;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.intex-login-wrapper input:focus {
    border-color: var(--primary-blue);
    outline: none;
    background: #fff;
}
.intex-login-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
    font-size: 13px;
}
.intex-links {
    margin-top: 18px;
    text-align: center;
    font-size: 13px;
}
.intex-links a {
    color: var(--primary-deep);
    text-decoration: none;
    font-weight: 600;
}
.intex-links a:hover {
    color: var(--coral-new);
}

/* ==========================================================================
   🛒 INTEX WORLD SHARP GEOMETRIC CART LAYOUT OVERRIDES
   ========================================================================== */

/* 1. Progress Steps Stepper */
.cart-progress-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    max-width: 800px;
    padding: 0 20px;
    direction: rtl !important;
}

.cart-progress-stepper .stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.cart-progress-stepper .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px; /* Geometric sharp style */
    background: var(--bg-white);
    border: 2px solid #E0E0E0;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.cart-progress-stepper .step-label {
    margin-top: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-secondary);
    white-space: nowrap;
}

.cart-progress-stepper .stepper-step.active .step-icon {
    background: var(--cta-gradient);
    border-color: transparent;
    color: var(--bg-white);
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.35);
}

.cart-progress-stepper .stepper-step.active .step-label {
    color: var(--primary-dark);
}

.cart-progress-stepper .stepper-line {
    flex: 1;
    height: 2px;
    background: #E0E0E0;
    margin: 0 15px;
    position: relative;
    top: -15px; /* offset label height */
    z-index: 1;
}

.cart-progress-stepper .stepper-line.active {
    background: var(--primary-blue);
}

/* 2. Main Asymmetrical Layout Grid */
.cart-overhaul-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    margin: 30px auto 60px auto;
    max-width: 1250px;
    padding: 0 20px;
    direction: rtl !important;
}

/* 3. Right Column: Cart Line Items (Flat Geometric Cards) */
.cart-items-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cart-item-card {
    display: flex;
    align-items: center;
    background: var(--bg-white) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.03) !important;
    transition: all 0.25s ease;
    gap: 24px;
}

.cart-item-card:hover {
    border-color: var(--primary-cyan) !important;
    box-shadow: 0 6px 16px rgba(8, 191, 237, 0.1) !important;
}

.cart-item-remove-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}
.cart-item-remove-wrapper a.remove {
    color: var(--text-secondary, #5A5A5A) !important;
    font-size: 20px !important;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}
.cart-item-remove-wrapper a.remove:hover {
    color: #FF7043 !important; /* Intex athletic brand accent orange/coral */
    transform: scale(1.1);
}

/* Right: Product Image */
.cart-item-image-box {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #F8F9FA;
    border: 1px solid #E0E0E0;
}

.cart-item-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Left: Content Details */
.cart-item-content-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100px;
}

.cart-item-upper-row {
    margin-bottom: 12px;
}

.cart-item-name {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.5;
}

.cart-item-name a {
    color: var(--text-primary) !important;
    transition: color 0.2s ease;
}

.cart-item-name a:hover {
    color: var(--primary-blue) !important;
}

.cart-item-attributes {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.cart-item-attributes dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.cart-item-attributes dl.variation dt,
.cart-item-attributes dl.variation dd {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.cart-item-attributes dl.variation dd {
    color: var(--text-primary);
    font-weight: 700;
}

.cart-item-lower-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

/* Quantity Control picker (Cyan Accent) */
.cart-qty-picker-container {
    display: inline-flex;
    align-items: center;
    background: var(--bg-cool);
    border: 1px solid #BEEFF2;
    border-radius: 6px;
    padding: 2px;
}

.qty-control-btn {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: transparent;
    border: none;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.qty-control-btn:hover {
    background: rgba(8, 191, 237, 0.15);
    color: var(--primary-blue);
}

.qty-control-btn.qty-minus-action:hover {
    color: var(--coral-new);
}

.qty-display-num {
    padding: 0 10px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-primary);
    min-width: 24px;
    text-align: center;
}

/* Price block & discount badge */
.cart-item-price-block {
    display: flex;
    align-items: center;
    gap: 12px;
}

.item-discount-tag {
    background: var(--accent-orange);
    color: #FFF;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.item-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price-regular {
    font-size: 0.85rem;
    text-decoration: line-through;
    color: var(--text-muted, #9E9E9E);
    margin-bottom: 2px;
}

.price-sale {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-dark);
}

/* 4. Left Column: Sidebar & Receipts & Coupons */
.cart-sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky !important;
    top: 100px !important;
    align-self: flex-start;
}

.cart-receipt-card {
    background: var(--bg-white) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
    padding: 24px !important;
    box-shadow: 0 4px 16px rgba(8, 191, 237, 0.04) !important;
}

.receipt-card-title {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    color: var(--primary-dark) !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 2px solid var(--primary-cyan) !important;
    padding-bottom: 10px !important;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.receipt-label {
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.receipt-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
}

.receipt-discount-row .receipt-value {
    color: #2E7D32;
}

.receipt-divider {
    height: 1px;
    background: #E0E0E0;
    margin: 16px 0;
}

.receipt-total-row {
    margin-bottom: 24px;
}

.receipt-total-row .receipt-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
}

.receipt-total-row .receipt-value {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--primary-dark);
}

.receipt-checkout-wrapper {
    width: 100%;
}

.receipt-checkout-action-btn.button {
    background: var(--cta-gradient) !important;
    color: #FFF !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    width: 100% !important;
    padding: 14px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease !important;
}

.receipt-checkout-action-btn.button:hover {
    background: var(--cta-gradient-hover) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(66, 233, 227, 0.5) !important;
}

/* Coupon Box Card */
.cart-coupon-card {
    background: var(--bg-white) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.02) !important;
}

.coupon-card-title {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    margin: 0 0 12px 0 !important;
}

.coupon-form-group {
    display: flex;
    gap: 8px;
}

.coupon-code-input {
    flex: 1;
    background: var(--bg-white) !important;
    border: 1px solid #C0C0C0 !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 0.9rem !important;
    outline: none !important;
    font-family: 'Vazirmatn', sans-serif !important;
    text-align: right;
    transition: border-color 0.2s ease;
}

.coupon-code-input:focus {
    border-color: var(--primary-blue) !important;
}

.coupon-apply-action-btn {
    background: var(--accent-gold) !important;
    color: var(--text-primary) !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    cursor: pointer;
    font-family: 'Vazirmatn', sans-serif !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.25) !important;
    transition: all 0.2s ease;
}

.coupon-apply-action-btn:hover {
    background: var(--accent-amber) !important;
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.35) !important;
}

/* 5. Responsive / Mobile Overhaul Layout */
@media screen and (max-width: 992px) {
    .cart-overhaul-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 40px;
    }
    
    .cart-progress-stepper {
        margin: 24px auto;
    }
    
    .cart-progress-stepper .step-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .cart-progress-stepper .step-label {
        font-size: 0.8rem;
    }
    
    .cart-progress-stepper .stepper-line {
        top: -10px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .cart-item-card {
        flex-direction: row;
        padding: 14px !important;
        gap: 16px;
        border-radius: 6px !important;
    }
    
    .cart-item-image-box {
        width: 80px;
        height: 80px;
    }
    
    .cart-item-content-box {
        min-height: 80px;
    }
    
    .cart-item-name {
        font-size: 0.95rem !important;
    }
    
    .cart-item-lower-row {
        gap: 10px;
        margin-top: 8px;
    }
    
    .price-sale {
        font-size: 1rem;
    }
    
    .qty-display-num {
        font-size: 0.85rem;
        padding: 0 8px;
    }
    
    .qty-control-btn {
        width: 28px;
        height: 28px;
    }
}

/* ==========================================================================
   📂 CATEGORY DESCRIPTION OVERRIDES (Screenshot 2026-06-14 at 11.47.35.png)
   ========================================================================== */
.category-description-lower-card {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 24px;
    background: var(--bg-white, #FFFFFF) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    clear: both;
}

.category-description-content-clamp {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-secondary, #5A5A5A);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.category-description-content-clamp.expanded {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
}

.category-description-toggle-btn {
    background: transparent !important;
    border: none !important;
    color: var(--primary-deep, #2596BE) !important;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 12px auto 0 auto;
    padding: 4px 12px;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    font-family: 'Vazirmatn', sans-serif !important;
}

/* ==========================================================================
   🛍️ INTEX WORLD MODERN SPLIT-GRID CHECKOUT OVERRIDES
   ========================================================================== */
.checkout-split-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    margin: 40px auto 80px auto;
    max-width: 1250px;
    padding: 0 20px;
    direction: rtl !important;
}

.checkout-split-layout .checkout-details-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkout-split-layout .checkout-summary-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkout-split-layout .checkout-summary-card {
    background: var(--bg-white, #FFFFFF) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 8px;
    padding: 28px !important;
    box-shadow: 0 4px 16px rgba(8, 191, 237, 0.04) !important;
}

.checkout-split-layout .checkout-summary-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: var(--primary-dark, #1A7A9E) !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 2px solid var(--primary-cyan, #42E9E3) !important;
    padding-bottom: 10px !important;
}

/* Fix spacing on WooCommerce default elements in checkout */
.checkout-split-layout #order_review table.shop_table {
    border: none !important;
    background: transparent !important;
    margin-bottom: 24px;
}

.checkout-split-layout #order_review table.shop_table th,
.checkout-split-layout #order_review table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #E0E0E0 !important;
    padding: 12px 0 !important;
}

.checkout-split-layout #order_review table.shop_table tr.order-total th,
.checkout-split-layout #order_review table.shop_table tr.order-total td {
    border-bottom: none !important;
}

.checkout-split-layout #order_review table.shop_table td.product-name {
    text-align: right;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.checkout-split-layout #order_review table.shop_table td.product-total {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    color: var(--primary-dark);
}

/* Pay button styles alignment */
.checkout-split-layout #payment {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.checkout-split-layout #payment ul.payment_methods {
    border-bottom: 1px solid #E0E0E0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.checkout-split-layout #payment div.payment_box {
    background: var(--bg-cool, #F0FEFF) !important;
    border: 1px solid #BEEFF2 !important;
    border-radius: 6px !important;
    color: var(--text-primary) !important;
    font-size: 0.85rem !important;
}

.checkout-split-layout #payment div.payment_box::before {
    display: none !important;
}

.checkout-split-layout #place_order {
    width: 100% !important;
    padding: 14px !important;
    font-size: 1.1rem !important;
    background: var(--cta-gradient) !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 14px rgba(8, 191, 237, 0.4) !important;
    border: none !important;
    font-weight: bold !important;
}

.checkout-split-layout #place_order:hover {
    background: var(--cta-gradient-hover) !important;
    box-shadow: 0 6px 20px rgba(66, 233, 227, 0.5) !important;
}

@media screen and (max-width: 992px) {
    .checkout-split-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 20px;
    }
}

/* Coupon inline card wrapper */
.checkout-coupon-card-inline {
    margin-bottom: 20px !important;
}
.checkout-coupon-card-inline .woocommerce-form-coupon-toggle {
    margin-bottom: 12px !important;
}
.checkout-coupon-card-inline .woocommerce-info {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 0px !important;
    padding: 12px 18px !important;
    color: var(--text-primary, #1A1A1A) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-right: 4px solid var(--primary-blue, #08BFED) !important;
}
.checkout-coupon-card-inline .woocommerce-info a.showcoupon {
    color: var(--primary-dark, #1A7A9E) !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}
.checkout-coupon-card-inline .checkout_coupon {
    background: var(--bg-white) !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin-top: 10px !important;
    box-shadow: 0 4px 12px rgba(8, 191, 237, 0.02) !important;
}
.checkout-coupon-card-inline .checkout_coupon p {
    margin-bottom: 15px !important;
    font-size: 12.5px !important;
    color: var(--text-secondary, #5A5A5A) !important;
}
.checkout-coupon-card-inline .checkout_coupon .form-row {
    float: none !important;
    width: 100% !important;
    margin-bottom: 12px !important;
}
.checkout-coupon-card-inline .checkout_coupon input.input-text {
    width: 100% !important;
    padding: 12px 16px !important;
    border-radius: 0px !important;
    border: 1px solid #cbd5e1 !important;
    background: #FFF !important;
    color: var(--text-primary) !important;
    font-family: inherit !important;
    outline: none !important;
    transition: all 0.2s ease !important;
}
.checkout-coupon-card-inline .checkout_coupon input.input-text:focus {
    border-color: var(--primary-blue) !important;
}
.checkout-coupon-card-inline .checkout_coupon button.button {
    width: 100% !important;
    background: var(--primary-blue) !important;
    color: #FFF !important;
    padding: 12px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    border: 1.5px solid #000 !important;
    box-shadow: 3px 3px 0px #000 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
}
.checkout-coupon-card-inline .checkout_coupon button.button:hover {
    background: var(--primary-dark) !important;
}

/* Sleek Mini-Cart Trash Icon Styling */
.woocommerce-cart-form a.remove {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    transition: all 0.2s !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 1 !important;
    border: none !important;
}
.woocommerce-cart-form a.remove:hover {
    background: #e0f2fe !important; /* Premium soft blue */
    color: #0e7490 !important; /* Brand Blue */
}

/* Intex BACS copy badge styling */
.copy-bacs-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    border-radius: 4px !important;
    background: rgba(14, 116, 144, 0.1) !important;
    color: #0e7490 !important;
    border: 1px solid #0e7490 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-weight: bold !important;
    box-shadow: none !important;
}
.copy-bacs-btn:hover {
    background: rgba(14, 116, 144, 0.2) !important;
    transform: translateY(-1px);
}

/* ==========================================================================
   🪐 TASK 1: INTEX MODERN E-COMMERCE SIMPLE PAGES STYLES
   ========================================================================== */

/* Main Containers */
.intex-about-wrapper, 
.intex-policy-wrapper, 
.intex-faq-wrapper, 
.intex-shipping-wrapper, 
.intex-return-wrapper, 
.intex-guide-wrapper, 
.intex-contact-store-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    color: #1a2332;
    line-height: 1.8;
}

/* Geometric Hero Headers */
.intex-hero-section {
    position: relative;
    padding: 60px 40px;
    background: #ffffff;
    border: 3px solid #1a2332;
    box-shadow: 6px 6px 0px #1a2332;
    border-radius: 0px;
    margin-bottom: 50px;
    text-align: right;
}

.intex-hero-title {
    font-size: 2.6rem;
    font-weight: 900;
    color: #0A3B75;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.intex-hero-subtitle {
    font-size: 1.25rem;
    font-weight: 800;
    color: #08BFED;
    margin-bottom: 24px;
}

.intex-hero-lead {
    font-size: 1.05rem;
    color: #4b5563;
    max-width: 900px;
    margin: 0;
}

/* Editorial Story columns */
.intex-story-section {
    margin-bottom: 60px;
}

.intex-story-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.intex-story-col {
    display: flex;
    flex-direction: column;
}

.intex-story-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #0A3B75;
    margin-bottom: 20px;
}

.intex-story-text {
    font-size: 0.98rem;
    color: #4b5563;
    margin-bottom: 16px;
    text-align: justify;
}

.intex-story-image-wrap {
    border: 3px solid #1a2332;
    box-shadow: 6px 6px 0px #1a2332;
    overflow: hidden;
}

.intex-story-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Value Grid and Cards */
.intex-values-section {
    margin-bottom: 40px;
}

.intex-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.intex-value-card {
    background: #ffffff;
    border: 2px solid #1a2332;
    box-shadow: 4px 4px 0px #1a2332;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.2s ease;
}

.intex-value-card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #08BFED;
}

.intex-value-icon-box {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px auto;
    background: #0A3B75;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a2332;
}

.intex-value-icon-box i {
    font-size: 1.8rem;
}

.intex-value-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0A3B75;
    margin-bottom: 12px;
}

.intex-value-desc {
    font-size: 0.9rem;
    color: #4b5563;
}

/* Common Legal Card layouts */
.intex-legal-container {
    background: #ffffff;
    border: 3px solid #1a2332;
    box-shadow: 8px 8px 0px #1a2332;
    padding: 50px 40px;
    margin-bottom: 40px;
}

.intex-legal-date {
    font-size: 0.85rem;
    color: #08BFED;
    font-weight: 700;
    margin-bottom: 24px;
    display: inline-block;
}

.intex-legal-section {
    margin-bottom: 35px;
}

.intex-legal-section:last-child {
    margin-bottom: 0;
}

.intex-legal-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #0A3B75;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.intex-legal-number {
    background: #1a2332;
    color: #ffffff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

.intex-legal-text {
    font-size: 0.96rem;
    color: #4b5563;
    margin-bottom: 14px;
    text-align: justify;
}

.intex-legal-list {
    margin: 12px 0 16px 0;
    padding-right: 20px;
    list-style-type: square;
}

.intex-legal-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #4b5563;
}

.intex-legal-notice-box {
    background: #f0f7ff;
    border-right: 4px solid #08BFED;
    border-left: 1px solid #1a2332;
    border-top: 1px solid #1a2332;
    border-bottom: 1px solid #1a2332;
    padding: 20px;
    margin: 24px 0;
    font-size: 0.92rem;
    color: #1f2937;
    font-weight: 700;
    box-shadow: 3px 3px 0px #1a2332;
}

/* Shipping Grid and Delivery Cards */
.intex-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.intex-shipping-card {
    background: #ffffff;
    border: 3px solid #1a2332;
    box-shadow: 6px 6px 0px #1a2332;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intex-shipping-card-icon {
    width: 54px;
    height: 54px;
    background: #08BFED;
    color: #1a2332;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a2332;
    margin-bottom: 20px;
}

.intex-shipping-card-icon i {
    font-size: 1.8rem;
}

.intex-shipping-card-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #0A3B75;
    margin: 0 0 12px 0;
}

.intex-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #1a2332;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 16px;
    align-self: flex-start;
}

.intex-shipping-image-wrap {
    width: 100%;
    border: 2px solid #1a2332;
    box-shadow: 4px 4px 0px #1a2332;
    margin-top: 24px;
    overflow: hidden;
}

.intex-shipping-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Step-by-step sequences (Returns & Buying Guide) */
.intex-steps-track {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intex-step-card {
    background: #ffffff;
    border: 2px solid #1a2332;
    box-shadow: 4px 4px 0px #1a2332;
    padding: 30px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.intex-step-number {
    width: 50px;
    height: 50px;
    background: #0A3B75;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a2332;
    flex-shrink: 0;
}

.intex-step-card:hover .intex-step-number {
    background: #08BFED;
    color: #1a2332;
}

.intex-step-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0A3B75;
    margin-bottom: 8px;
}

.intex-step-desc {
    font-size: 0.95rem;
    color: #4b5563;
    margin: 0;
}

/* FAQ Accordion Transitions */
.intex-faq-container {
    background: #ffffff;
    border: 3px solid #1a2332;
    box-shadow: 8px 8px 0px #1a2332;
    padding: 40px;
}

.intex-faq-item {
    border-bottom: 2px solid #1a2332;
    padding: 20px 0;
}

.intex-faq-item:last-child {
    border-bottom: none;
}

.intex-faq-trigger {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 900;
    color: #0A3B75;
    text-align: right;
}

.intex-faq-chevron {
    width: 34px;
    height: 34px;
    background: #ffffff;
    border: 2px solid #1a2332;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.intex-faq-chevron i {
    font-size: 1.2rem;
    color: #1a2332;
    transition: transform 0.3s ease;
}

.intex-faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 8px;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.intex-faq-item.is-open .intex-faq-chevron {
    background: #08BFED;
}

.intex-faq-trigger[aria-expanded="true"] .intex-faq-chevron i {
    transform: rotate(180deg);
}

.intex-faq-item.is-open {
    background: #fafbfc;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 4px solid #08BFED;
    margin: 8px 0;
    transition: all 0.2s ease;
}

.intex-faq-text {
    font-size: 0.96rem;
    color: #4b5563;
    padding-top: 14px;
    padding-bottom: 10px;
    margin: 0;
    text-align: justify;
}

/* Contact Us Grid Layout */
.intex-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.intex-contact-card {
    background: #ffffff;
    border: 3px solid #1a2332;
    box-shadow: 6px 6px 0px #1a2332;
    padding: 35px;
    display: flex;
    flex-direction: column;
}

.intex-contact-card-icon {
    width: 52px;
    height: 52px;
    background: #0A3B75;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1a2332;
    margin-bottom: 20px;
}

.intex-contact-card-icon i {
    font-size: 1.6rem;
}

.intex-contact-card-title {
    font-size: 1.35rem;
    font-weight: 900;
    color: #0A3B75;
    margin: 0 0 16px 0;
}

.intex-contact-card-text {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 16px;
}

.intex-contact-card-link {
    color: #08BFED;
    text-decoration: none;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.intex-contact-card-link:hover {
    color: #0A3B75;
}

.intex-contact-map-placeholder {
    width: 100%;
    border: 2px solid #1a2332;
    box-shadow: 4px 4px 0px #1a2332;
    margin-top: 20px;
    overflow: hidden;
}

.intex-contact-map-placeholder img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsiveness media queries */
@media (max-width: 992px) {
    .intex-story-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .intex-story-col.image-col {
        order: -1;
    }
    .intex-values-grid, .intex-delivery-grid, .intex-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .intex-hero-section {
        padding: 40px 20px;
    }
    .intex-hero-title {
        font-size: 2rem;
    }
    .intex-legal-container {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .intex-about-wrapper, 
    .intex-policy-wrapper, 
    .intex-faq-wrapper, 
    .intex-shipping-wrapper, 
    .intex-return-wrapper, 
    .intex-guide-wrapper, 
    .intex-contact-store-wrapper {
        padding: 30px 15px;
    }
    .intex-step-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .intex-step-number {
        width: 44px;
        height: 44px;
        font-size: 1.25rem;
    }
}

/* ==========================================================================
   CSS FRONT-PAGE COMPONENT STYLES: INTEX (Modern Retail Grid)
   ========================================================================== */

.bos-intex-container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 24px;
}

.bos-intex-section {
  padding: 64px 0;
}
.bos-intex-section.bg-alt {
  background: #f8fafc;
}
.bos-intex-section.bg-sale {
  background: #fff5f5;
  border-top: 1px solid #fee2e2;
  border-bottom: 1px solid #fee2e2;
}

.bos-intex-header-block {
  margin-bottom: 32px;
}
.bos-intex-section-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  position: relative;
  padding-bottom: 12px;
}
.bos-intex-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: #0066cc; /* Brand Blue */
}
.text-sale::after {
  background: #ef4444; /* Alert Red */
}

/* SECTION 1: HERO HYBRID MOSAIC SECTION */
.bos-intex-hero-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  height: 500px;
  margin-top: 24px;
}
.bos-intex-mosaic-main {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.bos-intex-mosaic-sidebar {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.bos-intex-mosaic-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.bos-intex-mosaic-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.bos-intex-mosaic-link picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bos-intex-mosaic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bos-intex-mosaic-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
}
.bos-intex-mosaic-content {
  position: absolute;
  bottom: 28px;
  right: 28px;
  left: 28px;
  color: #ffffff;
  z-index: 2;
  text-align: right;
  pointer-events: none;
}
.bos-intex-mosaic-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.bos-intex-mosaic-content p {
  font-size: 14px;
  margin: 0 0 20px 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.bos-intex-mosaic-btn {
  display: inline-block;
  background: #ffcc00;
  color: #000000;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.2s;
  pointer-events: auto;
}
.bos-intex-mosaic-btn:hover {
  opacity: 0.9;
}

.bos-intex-mosaic-content.compact {
  bottom: 20px;
  right: 20px;
}
.bos-intex-mosaic-content.compact h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #ffffff;
}
.bos-intex-text-link {
  font-size: 12px;
  font-weight: 700;
  color: #ffcc00;
}

/* SECTION 2: DENSE CATEGORY GRID */
.bos-intex-cat-grid-dense {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bos-intex-cat-card-dense {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bos-intex-cat-card-dense:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.bos-intex-cat-thumb-dense {
  width: 100%;
  aspect-ratio: 1.1;
  overflow: hidden;
  background: #f8fafc;
}
.bos-intex-cat-thumb-dense img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bos-intex-cat-info-dense {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bos-intex-cat-info-dense h3 {
  font-size: 15px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
}
.bos-intex-cat-arrow-dense {
  font-size: 16px;
  font-weight: bold;
  color: #0066cc;
}

/* Badges Row */
.bos-intex-purchase-badges {
  display: flex;
  justify-content: space-between;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin-top: 24px;
  gap: 16px;
}
.bos-intex-purchase-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bos-intex-badge-icon {
  width: 24px;
  height: 24px;
  color: #0066cc;
}
.bos-intex-purchase-badge span {
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

/* SECTION 3 & 5: PRODUCT BOXED GRIDS */
.bos-intex-products-grid-boxed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bos-intex-product-card-boxed {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bos-intex-product-card-boxed:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 20px rgba(0,0,0,0.02);
}

/* Sale Badge Tag */
.bos-intex-sale-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ef4444;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 10;
}

/* SECTION 4: SUB-CATEGORY QUICK LINK STRIPS */
.bos-intex-quick-links-wrapper {
  padding: 32px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.bos-intex-subsection-title {
  font-size: 16px;
  font-weight: 800;
  color: #334155;
  margin: 0 0 16px 0;
}
.bos-intex-quick-links-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.bos-intex-quick-link-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  transition: all 0.2s;
}
.bos-intex-quick-link-tag:hover {
  background: #0066cc;
  color: #ffffff;
  border-color: #0066cc;
}

/* SECTION 6: HORIZONTAL SPLIT BANNERS */
.bos-intex-banners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bos-intex-banner-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 2.3;
}
.bos-intex-banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.bos-intex-banner-card:hover img {
  transform: scale(1.02);
}

/* SECTION 7: BLOG GUIDES */
.bos-intex-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bos-intex-blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bos-intex-blog-card-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 1.6;
  overflow: hidden;
}
.bos-intex-blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bos-intex-blog-card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.bos-intex-blog-date {
  font-size: 11px;
  color: #94a3b8;
  display: block;
  margin-bottom: 8px;
}
.bos-intex-blog-card-content h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.bos-intex-blog-card-content h3 a {
  text-decoration: none;
  color: inherit;
}
.bos-intex-blog-card-content h3 a:hover {
  color: #0066cc;
}
.bos-intex-blog-card-content p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.bos-intex-readmore-btn {
  margin-top: auto;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  color: #0066cc;
  text-decoration: none;
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 991px) {
  .bos-intex-cat-grid-dense,
  .bos-intex-products-grid-boxed,
  .bos-intex-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bos-intex-banners-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* Collapse Hero Mosaic to Swipe Slider */
  .bos-intex-hero-mosaic {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    height: 320px;
    gap: 12px;
    padding: 0 4px;
  }
  .bos-intex-hero-mosaic::-webkit-scrollbar {
    display: none;
  }
  .bos-intex-mosaic-main {
    flex: 0 0 85%;
    scroll-snap-align: start;
    height: 100%;
  }
  .bos-intex-mosaic-sidebar {
    display: flex;
    gap: 12px;
    flex: 0 0 170%; /* 2 cards side by side, each 85% */
  }
  .bos-intex-mosaic-card {
    flex: 0 0 50%;
    scroll-snap-align: start;
    height: 100%;
  }
  
  /* Badges Row Column Collapse */
  .bos-intex-purchase-badges {
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .bos-intex-cat-grid-dense {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .bos-intex-products-grid-boxed,
  .bos-intex-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Dynamic Random Showcase Grid responsive layout matrix (Task 23) */
.bos-random-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .bos-random-showcase-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .bos-random-showcase-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
}

/* Responsive Triple Sequential Promo Blocks (Task 24) */
.bos-intex-promo-banner-wrapper {
  height: 380px;
}
.bos-intex-promo-banner-wrapper:hover .bos-intex-promo-bg-img {
  transform: scale(1.02);
}
.bos-intex-promo-banner-wrapper:hover .bos-intex-promo-btn {
  background: #0052a3 !important;
}
@media (max-width: 768px) {
  .bos-intex-promo-banner-wrapper {
    height: 300px;
  }
  .bos-intex-promo-title {
    font-size: 20px !important;
  }
  .bos-intex-promo-subtitle {
    font-size: 12px !important;
  }
  .bos-intex-promo-btn {
    padding: 8px 18px !important;
    font-size: 12px !important;
  }
}

/* ==========================================================================
   🎯 Global Banner Re-alignment & Inline Highlighting Overrides (Intex)
   ========================================================================== */
.bos-intex-hero-grid-content,
.bos-intex-hero-mobile-content,
.bos-intex-promo-content-overlay {
    position: absolute !important;
    bottom: 24px !important;
    right: 24px !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: right !important;
    width: auto !important;
    max-width: 85% !important;
    justify-content: flex-end !important;
    z-index: 10 !important;
}

.bos-intex-hero-grid-content h3, 
.bos-intex-hero-grid-content p,
.bos-intex-hero-mobile-content h2,
.bos-intex-hero-mobile-content .bos-intex-hero-tagline,
.bos-intex-promo-title,
.bos-intex-promo-subtitle {
    display: inline-block !important;
    width: fit-content !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
}

/* GLOBAL MOBILE COMPACTNESS RESPONSIVE OVERRIDES */
@media (max-width: 768px) {
    .bos-shadi-hero-frosted-card, .bos-shadi-mid-banner-card .bos-shadi-mid-banner-content,
    .bos-intex-hero-grid-content, .bos-intex-hero-mobile-content, .bos-intex-promo-content-overlay {
        bottom: 12px !important;
        right: 12px !important;
        max-width: 85% !important;
    }
    /* Scale down inner font-sizes proportionally */
    .bos-shadi-hero-frosted-card h2, .bos-shadi-mid-banner-title,
    .bos-intex-hero-mobile-content h2, .bos-intex-promo-title { font-size: 15px !important; }
    
    .bos-shadi-hero-frosted-card .bos-shadi-tagline, .bos-shadi-mid-banner-subtitle,
    .bos-intex-hero-mobile-content .bos-intex-hero-tagline, .bos-intex-promo-subtitle { font-size: 11px !important; }
}

@media (max-width: 1024px) {
    /* 1. Force the custom parent track to act as a tight horizontal conveyor belt */
    .homepage-category-ribbon .bos-shadi-container,
    .homepage-category-ribbon .bos-intex-container,
    .homepage-category-ribbon .bos-shadi-container > .wp-block-columns,
    .homepage-category-ribbon .bos-intex-container > .wp-block-columns,
    .homepage-category-ribbon .bos-shadi-container [class*="columns"],
    .homepage-category-ribbon .bos-intex-container [class*="columns"],
    .homepage-category-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 8px !important; /* Tight professional layout spacing */
        margin: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        scrollbar-width: none !important; /* Hide Firefox scrollbar line */
    }

    /* 2. COMPLETELY KILL THE NATIVE SCROLLBAR LINE FOR ALL WEBKIT BROWSERS */
    .homepage-category-ribbon .bos-shadi-container::-webkit-scrollbar,
    .homepage-category-ribbon .bos-intex-container::-webkit-scrollbar,
    .homepage-category-ribbon .bos-shadi-container > .wp-block-columns::-webkit-scrollbar,
    .homepage-category-ribbon .bos-intex-container > .wp-block-columns::-webkit-scrollbar,
    .homepage-category-ribbon .bos-shadi-container [class*="columns"]::-webkit-scrollbar,
    .homepage-category-ribbon .bos-intex-container [class*="columns"]::-webkit-scrollbar,
    .homepage-category-row::-webkit-scrollbar {
        display: none !important;
    }

    /* 3. Strict 4-Item Grid Fit with 5th Item Partial Cut-off */
    /* Math: 4 items * 22% = 88% screen occupation. Remaining 12% naturally cuts the 5th element for peek UX. */
    .homepage-category-ribbon .wp-block-column,
    .homepage-category-ribbon [class*="column"],
    .homepage-category-ribbon .bos-shadi-container .wp-block-column,
    .homepage-category-ribbon .bos-intex-container .wp-block-column,
    .homepage-category-ribbon .bos-shadi-container [class*="column"],
    .homepage-category-ribbon .bos-intex-container [class*="column"],
    .homepage-category-item {
        flex: 0 0 22% !important;
        max-width: 22% !important;
        width: 22% !important;
        min-width: 72px !important;
        margin: 0 !important; /* CRITICAL: Kills default WP inline-start margins creating the ghost empty spaces */
        padding: 0 !important;
        text-align: center !important;
    }
}
