/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Description: Storefront Child Theme
Author: Assistant
Author URI: https://woocommerce.com/
Template: storefront
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storefront-child
*/

@import url('assets/css/single-product.css');
@import url('assets/css/boutique.css');
@import url('assets/css/notices.css');
@import url('assets/css/cart-drawer.css');
@import url('assets/css/cart-page.css');
@import url('assets/css/checkout.css');
@import url('assets/css/my-account.css');

/* Custom Header Styles - Universal Override for All Pages including WooCommerce/Boutique */
.site-header.custom-intex-header,
body.woocommerce-active .site-header.custom-intex-header,
body.woocommerce-page .site-header.custom-intex-header,
body.post-type-archive-product .site-header.custom-intex-header {
    background: #ffffff !important;
    border-bottom: 1px solid #eaeaea !important;
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    width: 100% !important;
    clear: both !important;
}

.custom-intex-header .intex-header-inner,
body.woocommerce-active .custom-intex-header .intex-header-inner,
body.woocommerce-page .custom-intex-header .intex-header-inner,
body.post-type-archive-product .custom-intex-header .intex-header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    max-width: 1440px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

.custom-intex-header .header-left,
body.woocommerce-active .custom-intex-header .header-left,
body.woocommerce-page .custom-intex-header .header-left,
body.post-type-archive-product .custom-intex-header .header-left {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.custom-intex-header .header-right,
body.woocommerce-active .custom-intex-header .header-right,
body.woocommerce-page .custom-intex-header .header-right,
body.post-type-archive-product .custom-intex-header .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    float: none !important;
    width: auto !important;
    margin-left: auto !important;
}

.custom-intex-header .site-branding,
body.woocommerce-active .custom-intex-header .site-branding,
body.woocommerce-page .custom-intex-header .site-branding,
body.post-type-archive-product .custom-intex-header .site-branding {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
}

.custom-intex-header .main-navigation,
body.woocommerce-active .custom-intex-header .main-navigation,
body.woocommerce-page .custom-intex-header .main-navigation,
body.post-type-archive-product .custom-intex-header .main-navigation {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
}

.custom-intex-header .header-search,
body.woocommerce-active .custom-intex-header .header-search,
body.woocommerce-page .custom-intex-header .header-search {
    width: 320px !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
    margin: 0 !important;
}

.custom-intex-header .header-actions,
body.woocommerce-active .custom-intex-header .header-actions,
body.woocommerce-page .custom-intex-header .header-actions,
body.post-type-archive-product .custom-intex-header .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    height: auto !important;
}

.custom-intex-header .action-icon,
body.woocommerce-active .custom-intex-header .action-icon,
body.woocommerce-page .custom-intex-header .action-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #000000 !important;
    position: relative !important;
    text-decoration: none !important;
    width: 32px !important;
    height: 32px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-intex-header .action-icon svg,
body.woocommerce-active .custom-intex-header .action-icon svg {
    width: 26px !important;
    height: 26px !important;
    stroke: #000000 !important;
    stroke-width: 2 !important;
    display: block !important;
}

.custom-intex-header .cart-icon,
body.woocommerce-active .custom-intex-header .cart-icon,
body.woocommerce-page .custom-intex-header .cart-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #000000 !important;
}

.custom-intex-header .cart-icon .cart-count,
body.woocommerce-active .custom-intex-header .cart-icon .cart-count {
    position: absolute !important;
    top: -5px !important;
    right: -8px !important;
    background-color: #1c90a1 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    line-height: 1 !important;
}

.intex-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.custom-logo {
    max-height: 40px;
    width: auto;
}

.text-logo {
    font-size: 20px;
    font-weight: 800;
    color: #1c90a1;
    text-decoration: none;
    line-height: 1.1;
    display: inline-block;
    letter-spacing: 0.5px;
}

.text-logo:hover {
    color: #147280;
    text-decoration: none;
}

.main-navigation .nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.main-navigation .nav-menu .menu-item a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-navigation .nav-menu .menu-item.highlighted a {
    color: #1c90a1; /* Teal color */
}

.main-navigation .nav-menu .menu-item.menu-item-advice a,
.main-navigation .nav-menu .menu-item a.nav-item-advice {
    font-weight: 400;
}

.header-search,
.header-search .search-form,
.header-search label,
.header-search .search-field {
    margin: 0 !important;
}

.header-search {
    width: 380px;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.header-search .search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-search label {
    width: 100%;
    display: flex;
    align-items: center;
}

.header-search .search-field {
    width: 100%;
    height: 46px;
    border: 1.5px solid #000;
    background-color: #f4f5f7;
    border-radius: 30px;
    padding: 0 45px 0 22px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    line-height: normal;
    vertical-align: middle;
    -webkit-appearance: none;
}
.header-search .search-field::placeholder {
    color: #a3a6b2;
}

.header-search .search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 1;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    height: 48px;
}

.header-actions .action-icon {
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
}

.header-actions .action-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
    display: block;
}

.cart-icon .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #1c90a1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.custom-menu-toggle .hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-menu-toggle .hamburger-icon span {
    display: block;
    height: 3px;
    background-color: #1c90a1;
    border-radius: 2px;
}

.custom-menu-toggle .hamburger-icon span:nth-child(1) { width: 16px; }
.custom-menu-toggle .hamburger-icon span:nth-child(2) { width: 25px; }
.custom-menu-toggle .hamburger-icon span:nth-child(3) { width: 10px; }

.search-toggle-mobile {
    display: none !important;
}

/* Footer Styles */
.custom-intex-footer {
    background-color: #f7f6f5 !important;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.custom-intex-footer a {
    color: #333;
    text-decoration: none;
}

.custom-intex-footer a:hover {
    text-decoration: underline;
}

.footer-top-section {
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
    gap: 40px;
}

.footer-columns {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #000;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-column-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column-content li {
    margin-bottom: 14px;
}

.footer-column-content a {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.accordion-icon {
    display: none;
}

.footer-newsletter {
    width: 300px;
    background: url('https://picsum.photos/400/600?water') center/cover no-repeat;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: #fff;
}

.footer-newsletter::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
}

.newsletter-inner {
    position: relative;
    z-index: 1;
}

.newsletter-inner h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.newsletter-inner p {
    font-size: 14px;
    margin-bottom: 20px;
}

.newsletter-btn {
    display: inline-block;
    background-color: #fff;
    color: #333;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.newsletter-btn:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.footer-middle-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.footer-buttons {
    display: flex;
    gap: 15px;
}

.btn-dark {
    background-color: #2c2c2c;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
}

.btn-dark:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.footer-social {
    font-weight: 600;
    font-size: 15px;
}

.footer-bottom-section {
    padding: 28px 0;
}

.bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #333;
    flex-wrap: wrap;
}

.bottom-links .copyright {
    font-weight: bold;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

/* Mobile Footer Styles */
@media (max-width: 768px) {
    .footer-top-section {
        flex-direction: column;
    }

    .footer-columns {
        flex-direction: column;
        gap: 0;
    }

    .footer-column-title {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0;
        margin-bottom: 0;
        cursor: pointer;
    }

    .accordion-icon {
        display: block;
        font-size: 20px;
        font-weight: normal;
    }

    .footer-column-content {
        display: none;
        padding: 15px 0;
    }

    .footer-newsletter {
        width: 100%;
        margin-top: 20px;
    }

    .footer-middle-section {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .footer-buttons .btn-dark {
        width: 100%;
        text-align: center;
    }

    .bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bottom-links {
        flex-direction: column;
        gap: 10px;
    }

    .payment-methods {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .custom-menu-toggle {
        display: none !important;
    }

    .main-navigation {
        display: none; /* Hide for now, can implement mobile menu later */
    }

    .header-search {
        display: none;
    }


    .intex-header-inner {
        justify-content: flex-start;
    }

    .header-left {
        flex-grow: 1;
    }

    .site-branding {
        flex-grow: 1;
    }
    
    .header-actions {
        gap: 15px;
    }
}

.header-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}
.custom-intex-header .col-full,
.custom-intex-footer .col-full,
.intex-reassurance-bar .col-full {
    max-width: 1400px;
    padding: 0 40px;
}

/* Reassurance Bar */
.intex-reassurance-bar {
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
    padding: 35px 0;
    width: 100%;
}

.reassurance-slider {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
}

.reassurance-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 1 0% !important;
}

.reassurance-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    color: #000;
}

.reassurance-text {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {
    .intex-reassurance-bar {
        padding: 20px 0;
        overflow: hidden;
    }
    .intex-reassurance-bar .col-full {
        padding: 0 !important;
    }
    .reassurance-slider {
        justify-content: flex-start !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0 15px 0 !important;
        gap: 0 !important;
        scrollbar-width: none;
    }
    .reassurance-slider::-webkit-scrollbar {
        display: none;
    }
    .reassurance-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        padding: 0 20px !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 768px) {
    .custom-intex-header .col-full,
    .custom-intex-footer .col-full {
        padding: 0 15px;
    }
    
    .header-left {
        gap: 15px;
    }
    
    .header-right {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .search-toggle-mobile {
        display: flex !important;
    }
}

/* Hide default Storefront / WooCommerce parent breadcrumbs & duplicate sorting bar */
.storefront-breadcrumb,
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb,
.storefront-sorting,
.intex-shop-products-column > .woocommerce-ordering,
.intex-shop-products-column > .woocommerce-result-count,
p.woocommerce-result-count {
    display: none !important;
}

/* ==========================================================================
   BOUTIQUE / SHOP ARCHIVE STYLING (MATCHING IMAGE 3 SPECIFICATION)
   ========================================================================== */

.shop-archive-container {
    padding-bottom: 80px;
    background-color: #ffffff;
}

/* Widen layout container for boutique page */
.shop-archive-container .col-full,
.shop-archive-container .site-main,
body.page-template-page-boutique .col-full,
body.post-type-archive-product .col-full,
body.tax-product_cat .col-full {
    max-width: 1440px !important;
    width: 100% !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .shop-archive-container .col-full,
    .shop-archive-container .site-main,
    body.page-template-page-boutique .col-full,
    body.post-type-archive-product .col-full,
body.tax-product_cat .col-full {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Breadcrumbs */
.intex-shop-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #4b5563;
    margin-top: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.intex-shop-breadcrumb a {
    color: #111827;
    text-decoration: none;
    font-weight: 500;
}

.intex-shop-breadcrumb a:hover {
    text-decoration: underline;
}

.intex-shop-breadcrumb .sep {
    color: #9ca3af;
    font-size: 0.8rem;
}

.intex-shop-breadcrumb .current {
    color: #111827;
    font-weight: 500;
}

/* Page Title */
.intex-archive-title {
    font-size: 2.75rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #111827 !important;
    letter-spacing: -0.02em !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.1 !important;
}

/* Top Meta Row (Product Count & Sort) */
.intex-shop-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.products-count-text {
    font-size: 1.15rem;
    color: #4b5563;
    font-weight: 500;
}

.shop-sort-dropdown select,
.sort-trigger-btn {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid #006b68;
    padding: 4px 28px 6px 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #006b68;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 0;
}

.shop-sort-dropdown select:focus,
.sort-trigger-btn:focus {
    outline: none;
}

/* Main 2-Column Grid Layout */
.intex-shop-main-layout {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
}

/* Sidebar Filters */
.intex-shop-sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar-filter-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #006b68;
    margin: 0 0 12px 0;
}

.sidebar-divider {
    height: 1px;
    background-color: #006b68;
    opacity: 0.3;
    margin-bottom: 20px;
}

.sidebar-accordion-item {
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 16px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 12px;
}

.accordion-title {
    color: #006b68;
    font-size: 0.95rem;
    font-weight: 600;
}

.accordion-icon {
    font-size: 1.3rem;
    line-height: 1;
    color: #006b68;
    font-weight: 400;
}

.filter-checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-checkbox-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #111827;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.custom-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-box {
    width: 18px;
    height: 18px;
    border: 1.5px solid #006b68;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background: #ffffff;
}

.custom-checkbox-label input:checked + .checkbox-box {
    background-color: #006b68;
}

.custom-checkbox-label input:checked + .checkbox-box::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-text {
    font-weight: 500;
    color: #111827;
}

.filter-count {
    color: #111827;
    font-weight: 500;
    font-size: 0.88rem;
}

/* Price Range Filter */
.price-range-container {
    padding-top: 4px;
}

.price-labels-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.price-slider-track-wrap {
    padding: 10px 0;
}

.price-slider-track {
    height: 10px;
    background: #2dd4bf;
    border-radius: 5px;
    position: relative;
}

.slider-handle {
    width: 18px;
    height: 26px;
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.12);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.handle-left {
    left: 0;
}

.handle-right {
    right: 0;
}

/* Right Column: Compare & Product Grid */
.intex-shop-products-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.intex-compare-bar {
    margin-bottom: 24px;
}

.compare-pill-btn {
    background: #f3f4f6;
    color: #111827;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.compare-pill-btn:hover {
    background: #e5e7eb;
}

/* 3 Column Grid */
.intex-products-3col-grid {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 40px;
}

/* Product Card Matching Image 3 */
.intex-card-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.intex-card-img-wrapper {
    position: relative;
    background: #f4f5f6;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    transition: background 0.2s ease;
}

.intex-card-item:hover .intex-card-img-wrapper {
    background: #eeeeee;
}

.intex-card-img-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intex-card-img-link img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.3s ease;
}

.intex-card-item:hover .intex-card-img-link img {
    transform: scale(1.04);
}

.intex-card-heart-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 6px;
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intex-card-heart-btn:hover {
    opacity: 1;
    transform: scale(1.15);
}

.intex-card-content {
    padding: 12px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.intex-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111827;
    margin: 0;
    line-height: 1.25;
}

.intex-card-title a {
    color: #111827;
    text-decoration: none;
}

.intex-card-title a:hover {
    text-decoration: underline;
}

.intex-card-price {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2px;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
    .intex-shop-main-layout {
    width: 100%;
    box-sizing: border-box;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .intex-products-3col-grid {
    width: 100%;
    box-sizing: border-box;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .intex-products-3col-grid {
    width: 100%;
    box-sizing: border-box;
        grid-template-columns: repeat(1, 1fr);
    }

    .intex-archive-title {
        font-size: 2rem !important;
    }
}

/* Eliminate all annoying focus outlines when clicking elements */
a:focus,
button:focus,
.button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
select:focus,
span:focus,
div:focus {
    outline: none !important;
    box-shadow: none !important; /* prevent any outline shadows as well */
}

body.page-template-page-boutique #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-template-page-boutique #secondary,
body.post-type-archive-product #secondary,
body.tax-product_cat #secondary {
    display: none !important;
}

body.post-type-archive-product,
body.tax-product_cat,
body.page-template-page-boutique {
    overflow-x: hidden;
}
/* --- NEW ACCORDION STYLES --- */
.sidebar-filter-title {
    display: none !important;
}

.sidebar-divider {
    display: none !important;
}

.sidebar-accordion-item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #07394d !important;
    padding-bottom: 0 !important;
}

.sidebar-accordion-item:first-of-type {
    border-top: 1px solid #07394d !important;
}

.accordion-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    padding: 16px 0 !important;
}

.accordion-title {
    color: #07394d !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.accordion-icon {
    font-size: 1.5rem !important;
    line-height: 1 !important;
    color: #07394d !important;
    font-weight: 300 !important;
}

.accordion-content {
    padding-bottom: 20px !important;
}
/* --------------------------- */

/* --- HERO SECTION --- */
.intex-homepage-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0px;
}

.intex-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.intex-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 52, 77, 0.4); /* Dark blue overlay */
    z-index: 2;
}

.intex-hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 20px;
}

.intex-hero-title {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.intex-hero-subtitle {
    color: #f8fafc;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 40px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.intex-hero-btn {
    display: inline-block;
    background-color: #1c90a1;
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.intex-hero-btn:hover {
    background-color: #14707e;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .intex-homepage-hero {
        height: 60vh;
    }
    .intex-hero-title {
        font-size: 2.5rem;
    }
    .intex-hero-subtitle {
        font-size: 1.1rem;
    }
}

/* Fix container width for home page */
body.home #content,
body.home #content > .col-full,
body.home #primary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* --- L'UNIVERS INTEX SECTION --- */
.intex-universe-section {
    padding: 60px 20px;
    background-color: #ffffff;
    max-width: 100%;
    overflow: hidden;
}

.intex-universe-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: center;
}

.intex-universe-text-col {
    flex: 0 0 350px;
}

.intex-universe-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.1;
    margin-bottom: 10px;
}

.intex-universe-subtitle {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 30px;
}

.intex-universe-desc-bold {
    font-size: 1.2rem;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.4;
}

.intex-universe-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.intex-universe-slider-wrapper {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.intex-universe-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.intex-universe-slider::-webkit-scrollbar {
    height: 6px;
}
.intex-universe-slider::-webkit-scrollbar-track {
    background: transparent;
}
.intex-universe-slider::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 10px;
}

.intex-universe-card {
    flex: 0 0 300px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    scroll-snap-align: start;
    display: block;
}

.intex-universe-card-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.intex-universe-card:hover .intex-universe-card-img {
    transform: scale(1.05);
}

.intex-universe-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 100%);
}

.intex-universe-card-title {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0 16px;
    z-index: 2;
}

.intex-universe-next-btn {
    position: absolute;
    right: 0px;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #1e293b;
    transition: background 0.2s, transform 0.2s;
}

.intex-universe-next-btn:hover {
    background: #ffffff;
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .intex-universe-container {
        flex-direction: column;
        align-items: stretch;
    }
    .intex-universe-text-col {
        flex: none;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .intex-universe-next-btn {
        display: none;
    }
}
@media (max-width: 768px) {
    .intex-universe-title {
        font-size: 2.2rem;
    }
    .intex-universe-card {
        flex: 0 0 250px;
        height: 320px;
    }
}

/* --- CATEGORY SECTIONS WITH PRODUCTS --- */
.intex-category-section {
    padding: 80px 20px;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.intex-category-section:nth-child(even) {
    background-color: #ffffff;
}

.intex-category-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.intex-category-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #07394d;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.intex-category-desc {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

.intex-category-desc p {
    margin-bottom: 1em;
}

.intex-category-desc p:last-child {
    margin-bottom: 0;
}

.intex-category-products {
    margin-bottom: 40px;
}

.intex-category-action {
    text-align: center;
    margin-top: 20px;
}

.intex-category-btn {
    display: inline-block;
    background-color: transparent;
    color: #1c90a1;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 32px;
    border: 2px solid #1c90a1;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.intex-category-btn:hover {
    background-color: #1c90a1;
    color: #ffffff;
}

@media (max-width: 768px) {
    .intex-category-section {
        padding: 50px 20px;
    }
    .intex-category-title {
        font-size: 2rem;
    }
}

/* --- ANNOUNCEMENT BAR --- */
.intex-announcement-bar {
    background-color: #c4936d; /* Caramel/tan color */
    color: #ffffff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    font-size: 0.95rem;
    font-weight: 500;
}

.intex-announcement-marquee {
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
}

.intex-announcement-text {
    display: inline-block;
    padding-left: 100%;
}

@keyframes marquee {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.intex-announcement-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #1e293b;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    transition: transform 0.2s;
}

.intex-announcement-pause:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Override earlier */
.intex-announcement-bar {
    background-color: #cb9b7c; /* Match image more closely */
    color: #ffffff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center everything */
    gap: 15px; /* space between pause and text */
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
}

.intex-announcement-marquee {
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    display: flex;
    align-items: center;
    gap: 20px;
}

.intex-announcement-pause {
    position: relative; /* Change to relative to flow next to text */
    left: auto;
    top: auto;
    transform: none;
    background-color: #ffffff;
    color: #1e293b;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.intex-announcement-pause:hover {
    transform: scale(1.1);
}

.intex-announcement-text {
    padding-left: 0; /* Override earlier */
}

/* --- REVISED ANNOUNCEMENT BAR --- */
.intex-announcement-bar-wrapper {
    background-color: #c08d6d;
    color: #ffffff;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.intex-announcement-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    transition: transform 0.2s;
}

.intex-announcement-pause:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.intex-announcement-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
}

.intex-announcement-marquee {
    display: flex;
    white-space: nowrap;
    animation: intexMarquee 30s linear infinite;
}

.intex-announcement-text {
    padding: 0 50px;
    font-size: 0.95rem;
    font-weight: 500;
}

@keyframes intexMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.3333%); } /* Since there are 3 items, shifting by 1/3 loops perfectly if they are identical */
}

/* Fix for side-by-side announcement */
.intex-announcement-bar-wrapper {
    justify-content: center;
}

.intex-announcement-marquee-container {
    width: auto;
    max-width: 100%;
}

.intex-announcement-marquee {
    animation: none; /* static by default as per screenshot */
    transform: none !important;
}

.intex-announcement-pause {
    position: static;
    transform: none;
    margin-right: 15px;
}

.intex-announcement-pause:hover {
    transform: scale(1.1);
}

.intex-announcement-text:not(:first-child) {
    display: none; /* Hide duplicates if static */
}
.intex-announcement-text {
    padding: 0;
}

/* --- CATEGORY SECTIONS WITH PRODUCTS SLIDER --- */
.intex-category-section {
    padding: 60px 20px;
    background-color: #ffffff;
}

.intex-category-header-new {
    text-align: left;
    margin-bottom: 30px;
}

.intex-category-title-new {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.intex-category-desc-new {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

.intex-category-products-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.intex-category-products-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar for cleaner look */
}
.intex-category-products-slider::-webkit-scrollbar {
    display: none;
}

.intex-product-slide-card {
    flex: 0 0 300px;
    background-color: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    position: relative;
}

.intex-product-slide-img-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intex-product-slide-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

.intex-product-slide-img-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.intex-card-heart-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.intex-product-slide-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.intex-product-slide-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.intex-product-slide-title a {
    color: inherit;
    text-decoration: none;
}

.intex-product-slide-price {
    font-size: 1rem;
    color: #0f172a;
    font-weight: 500;
    margin-bottom: 16px;
    flex: 1;
}

.intex-product-slide-add-to-cart {
    margin-top: auto;
}

.intex-product-slide-cart-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #1e293b !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease !important;
}

.intex-product-slide-cart-btn:hover {
    background-color: #334155 !important;
}

.intex-category-next-btn {
    position: absolute;
    right: -24px;
    background: #475569;
    color: #ffffff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.2s, background 0.2s;
}

.intex-category-next-btn:hover {
    background: #334155;
    transform: scale(1.05);
}

.intex-category-action-new {
    text-align: center;
}

.intex-category-link-btn {
    display: inline-block;
    background-color: transparent;
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 32px;
    border: 2px solid #1e293b;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.intex-category-link-btn:hover {
    background-color: #1e293b;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .intex-category-next-btn {
        display: none;
    }
}
/* Make the whole card background unified */
.intex-product-slide-card {
    background-color: #f4f5f7;
    border-radius: 12px;
}
.intex-product-slide-img-wrapper {
    background-color: transparent;
}
.intex-product-slide-title {
    font-size: 1.15rem;
    font-weight: 800;
}
.intex-product-slide-price {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
.intex-product-slide-cart-btn {
    border-radius: 50px !important;
    background-color: #2c2c2c !important; /* dark gray instead of pure black for softer look */
}
.intex-product-slide-cart-btn:hover {
    background-color: #000000 !important;
}
/* Make slider bleed to edges but align first item with container */
.intex-category-products-slider-wrapper {
    /* Ensure it takes full width outside col-full */
    width: 100%;
}
.intex-category-products-slider {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
}

@media (min-width: 569px) {
    .intex-category-products-slider {
        padding-left: 2.617924em;
        padding-right: 2.617924em;
    }
}

@media (min-width: 66.4989378333em) {
    .intex-category-products-slider {
        padding-left: calc((100vw - 66.4989378333em) / 2);
        padding-right: calc((100vw - 66.4989378333em) / 2);
    }
}

/* Let's also adjust the Next button to align better */
@media (min-width: 66.4989378333em) {
    .intex-category-next-btn {
        right: calc(((100vw - 66.4989378333em) / 2) - 24px); /* Half off the last item if aligned with col-full edge */
    }
}
.intex-category-section {
    padding-left: 0;
    padding-right: 0;
}
/* Fix alignment for category titles */
.intex-category-header-new {
    text-align: left !important;
    margin-bottom: 30px;
    padding-left: 0 !important;
}

.intex-category-title-new {
    text-align: left !important;
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.intex-category-desc-new {
    text-align: left !important;
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

/* Fix SVG size in next buttons */
.intex-category-next-btn svg,
.intex-universe-next-btn svg {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* Ensure the next button is clearly visible */
.intex-category-next-btn,
.intex-universe-next-btn {
    background-color: #475569 !important;
    color: #ffffff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}
.intex-category-next-btn svg,
.intex-universe-next-btn svg {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    stroke: #ffffff !important; /* ensure it's white */
}
.intex-card-add-to-cart {
    margin-top: auto;
    width: 100%;
}
.intex-card-cart-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #2c2c2c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    padding: 12px 20px !important;
    border-radius: 50px !important;
    border: none !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease !important;
}
.intex-card-cart-btn:hover {
    background-color: #000000 !important;
}
.intex-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.intex-card-item {
    display: flex;
    flex-direction: column;
}
/* Global Add to Cart Buttons styling to match Hero Button */
button.button.alt,
a.button.add_to_cart_button,
button.single_add_to_cart_button,
.intex-product-slide-cart-btn,
.intex-card-cart-btn {
    background-color: #1c90a1 !important;
    color: #ffffff !important;
}

button.button.alt:hover,
a.button.add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.intex-product-slide-cart-btn:hover,
.intex-card-cart-btn:hover {
    background-color: #14707e !important;
    color: #ffffff !important;
}

/* Additional overrides for all WooCommerce buttons to ensure consistency */
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    background-color: #1c90a1 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
}

.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover {
    background-color: #14707e !important;
    color: #ffffff !important;
}
@media (max-width: 768px) {
    .main-navigation {
        display: none; /* Hidden by default */
        width: 100% !important;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        padding: 20px;
    }
    .main-navigation.toggled {
        display: block !important;
    }
    .main-navigation ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .custom-intex-header {
        position: relative;
    }
}
@media (max-width: 768px) {
    .custom-intex-header .header-search,
    body.woocommerce-active .custom-intex-header .header-search,
    body.woocommerce-page .custom-intex-header .header-search,
    body.post-type-archive-product .custom-intex-header .header-search {
        display: none !important;
    }
}
.custom-intex-header .action-icon.search-icon-mobile,
body.woocommerce-active .custom-intex-header .action-icon.search-icon-mobile,
body.woocommerce-page .custom-intex-header .action-icon.search-icon-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .custom-intex-header .action-icon.search-icon-mobile,
    body.woocommerce-active .custom-intex-header .action-icon.search-icon-mobile,
    body.woocommerce-page .custom-intex-header .action-icon.search-icon-mobile {
        display: inline-flex !important;
    }
}
@media (max-width: 768px) {
    .custom-intex-header.search-toggled .header-search,
    body.woocommerce-active .custom-intex-header.search-toggled .header-search,
    body.woocommerce-page .custom-intex-header.search-toggled .header-search,
    body.post-type-archive-product .custom-intex-header.search-toggled .header-search {
        display: flex !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100% !important;
        background: #ffffff;
        padding: 15px 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 1000;
        border-top: 1px solid #eaeaea;
    }
}
@media (max-width: 768px) {
    .custom-intex-header.search-toggled .header-search {
        box-sizing: border-box !important;
    }
}

.intex-announcement-pause {
    display: none !important;
}
