/* =============================================
   YAKARE HEADER COMPLET - CUSTOM STYLES
   Version 1.6.6 - Product card button mobile
   ============================================= */

/* Cacher le header par défaut du thème */
#apus-header,
.apus-header,
header.apus-header {
    display: none !important;
}

/* Desktop/Mobile visibility classes */
.yk-mobile-only {
    display: none !important;
}
.yk-desktop-only {
    display: flex !important;
}

/* Recherche mobile - cachée sur desktop */
.yk-mobile-search {
    display: none;
}

/* Reset */
.yk-header * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.yk-header {
    position: relative;
    width: 100%;
    z-index: 1000;
    font-family: "Quicksand", sans-serif;
}

/* =============================================
   1. BARRE ANNONCE (TOP BAR)
   ============================================= */
.yk-topbar {
    background: linear-gradient(90deg, #FDF2F4 0%, #FFF5F5 50%, #FDF2F4 100%);
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #F0E0E0;
}

.yk-topbar-slider {
    width: 100%;
    overflow: hidden;
}

.yk-topbar-track {
    display: flex;
    animation: yk-slide 20s linear infinite;
    width: max-content;
}

.yk-topbar-item {
    flex-shrink: 0;
    padding: 0 60px;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

@keyframes yk-slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* =============================================
   2. HEADER PRINCIPAL
   ============================================= */
.yk-header-main {
    background: #FFFFFF;
    padding: 15px 0;
    border-bottom: 1px solid #F0E0E0;
}

.yk-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Search */
.yk-header-search {
    position: relative;
    flex: 1;
}

.yk-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #333;
    transition: color 0.3s ease;
}

.yk-search-toggle:hover {
    color: #C75050;
}

.yk-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 15px;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1001;
}

.yk-search-dropdown.yk-search-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.yk-search-form {
    display: flex;
    gap: 0;
}

.yk-search-form input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    border: 2px solid #F0E0E0;
    border-radius: 25px 0 0 25px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.yk-search-form input[type="text"]:focus {
    border-color: #C75050;
}

.yk-search-form button {
    background: #C75050;
    color: #FFFFFF;
    border: none;
    padding: 12px 18px;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.yk-search-form button:hover {
    background: #a84444;
}

/* Logo */
.yk-header-logo {
    flex: 2;
    text-align: center;
}

.yk-header-logo img {
    max-height: 40px;
    width: auto;
}

/* Icons */
.yk-header-icons {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.yk-icon-link {
    color: #333;
    transition: color 0.3s ease;
    position: relative;
}

.yk-icon-link:hover {
    color: #C75050;
}

.yk-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #C75050;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Toggle */
.yk-mobile-toggle {
    display: none;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.yk-burger {
    display: block;
    width: 24px;
    height: 2px;
    background: #333;
    position: relative;
    transition: background 0.3s ease;
}

.yk-burger::before,
.yk-burger::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #333;
    left: 0;
    transition: transform 0.3s ease;
}

.yk-burger::before { top: -7px; }
.yk-burger::after { bottom: -7px; }

.yk-mobile-toggle.yk-active .yk-burger {
    background: transparent;
}

.yk-mobile-toggle.yk-active .yk-burger::before {
    transform: rotate(45deg);
    top: 0;
}

.yk-mobile-toggle.yk-active .yk-burger::after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* =============================================
   3. NAVIGATION (MEGA MENU)
   ============================================= */
.yk-nav {
    background: #FFFFFF;
    border-bottom: 1px solid #F0E0E0;
    position: relative;
}

.yk-menu-main {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}

.yk-menu-item {
    position: relative;
}

.yk-menu-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 18px 20px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2E2E2E;
    text-decoration: none;
    transition: color 0.3s ease;
}

.yk-menu-link:hover,
.yk-menu-item.yk-active .yk-menu-link {
    color: #C75050;
}

.yk-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.yk-menu-item.yk-active .yk-arrow {
    transform: rotate(90deg);
}

/* Mega Panel - Base */
.yk-mega-panel {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FDF8F6;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
}

.yk-menu-item.yk-active .yk-mega-panel {
    opacity: 1;
    visibility: visible;
}

.yk-mega-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px;
    gap: 25px;
}

/* Column Sizes */
.yk-cols-1 .yk-mega-inner { min-width: 200px; }
.yk-cols-2 .yk-mega-inner { min-width: 450px; }
.yk-cols-4 .yk-mega-inner { min-width: 700px; }

.yk-mega-col {
    flex: 1;
    min-width: 120px;
}

.yk-col-title {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #2E2E2E;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #E8D4D4;
}

.yk-sub-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.yk-sub-links li {
    margin-bottom: 8px;
}

.yk-sub-links a {
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yk-sub-links a:hover {
    color: #C75050;
}

.yk-mega-cta {
    padding: 15px 30px 20px;
    border-top: 1px solid #E8D4D4;
    text-align: left;
}

.yk-cta-link {
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #C75050;
    text-decoration: none;
}

.yk-cta-link:hover {
    text-decoration: underline;
}

/* =============================================
   PRODUITS - 6 COLONNES (Full Width)
   ============================================= */
/* Le premier menu item (PRODUITS) est static pour permettre au panel d'etre full width */
.yk-menu-item:first-child {
    position: static;
}

.yk-cols-6 {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    margin-left: calc(-50vw + 50%);
    border-radius: 0 0 8px 8px;
}

.yk-cols-6 .yk-mega-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 40px;
    gap: 15px;
}

.yk-cols-6 .yk-mega-col {
    flex: 1 1 0;
    min-width: 0;
    max-width: 180px;
}

/* =============================================
   4. STICKY HEADER
   ============================================= */
.yk-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    animation: yk-slideDown 0.3s ease;
}

.yk-header-sticky .yk-topbar {
    display: none;
}

.yk-header-sticky .yk-header-main {
    padding: 10px 0;
}

.yk-header-sticky .yk-header-logo img {
    max-height: 35px;
}

@keyframes yk-slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* =============================================
   5. RESPONSIVE - TABLET & MOBILE
   ============================================= */
@media (max-width: 992px) {
    .yk-header-inner {
        padding: 0 20px;
    }

    .yk-header-search {
        flex: 0;
    }

    .yk-search-dropdown {
        position: fixed;
        top: auto;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .yk-header-logo {
        flex: 1;
    }

    .yk-header-logo img {
        max-height: 35px;
    }

    .yk-mobile-toggle {
        display: block;
    }

    /* Navigation Mobile */
    .yk-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 350px;
        height: 100vh;
        background: #FFFFFF;
        box-shadow: -5px 0 30px rgba(0,0,0,0.15);
        transition: right 0.3s ease;
        overflow-y: auto;
        z-index: 2000;
    }

    .yk-nav.yk-nav-open {
        right: 0;
    }

    .yk-menu-main {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0;
    }

    .yk-menu-item {
        position: relative !important;
    }

    .yk-menu-link {
        padding: 15px 20px;
        justify-content: space-between;
        border-bottom: 1px solid #F0E0E0;
    }

    .yk-mega-panel,
    .yk-cols-6 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        box-shadow: none;
        border-radius: 0;
        background: #F9F5F3;
        /* Caché par défaut sur mobile */
        display: none !important;
        opacity: 1;
        visibility: visible;
    }

    /* Afficher seulement quand actif */
    .yk-menu-item.yk-active .yk-mega-panel,
    .yk-menu-item.yk-active .yk-cols-6 {
        display: block !important;
    }

    .yk-mega-inner,
    .yk-cols-6 .yk-mega-inner {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 15px;
        gap: 15px;
    }

    .yk-mega-col,
    .yk-cols-6 .yk-mega-col {
        flex: none;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .yk-mega-cta {
        padding: 15px;
    }

    /* Inverser les classes desktop/mobile */
    .yk-mobile-only,
    .yk-mega-inner.yk-mobile-only,
    .yk-mega-panel .yk-mobile-only {
        display: flex !important;
        flex-direction: column;
        padding: 15px 20px;
        gap: 0;
    }
    .yk-desktop-only,
    .yk-mega-inner.yk-desktop-only,
    .yk-mega-panel .yk-desktop-only {
        display: none !important;
    }

    /* Recherche mobile en haut du menu */
    .yk-mobile-search {
        display: block;
        padding: 15px 20px;
        background: #FDF8F6;
        border-bottom: 1px solid #F0E0E0;
    }

    .yk-mobile-search .yk-search-form {
        display: flex;
    }

    .yk-mobile-search .yk-search-form input[type="text"] {
        flex: 1;
        padding: 12px 15px;
        border: 2px solid #F0E0E0;
        border-radius: 25px 0 0 25px;
        font-family: "Quicksand", sans-serif;
        font-size: 14px;
        outline: none;
    }

    .yk-mobile-search .yk-search-form input[type="text"]:focus {
        border-color: #C75050;
    }

    .yk-mobile-search .yk-search-form button {
        background: #C75050;
        color: #FFFFFF;
        border: none;
        padding: 12px 18px;
        border-radius: 0 25px 25px 0;
        cursor: pointer;
    }

    /* Style pour les listes mobile */
    .yk-mobile-only .yk-col-title {
        display: none;
    }

    .yk-mobile-only .yk-mega-col {
        width: 100%;
    }

    .yk-mobile-only .yk-sub-links li {
        padding: 8px 0;
        border-bottom: 1px solid #F0E0E0;
    }

    .yk-mobile-only .yk-sub-links li:last-child {
        border-bottom: none;
    }
}

/* =============================================
   6. CART SIDEBAR (Desktop & Mobile)
   ============================================= */
.yk-cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    max-width: 95%;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -10px 0 50px rgba(0,0,0,0.15);
    z-index: 3000;
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.yk-cart-sidebar.yk-cart-open {
    right: 0;
}

@media (max-width: 992px) {
    .yk-cart-sidebar {
        width: 90%;
        max-width: 380px;
    }
}

.yk-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.yk-cart-overlay.yk-overlay-visible {
    opacity: 1;
    visibility: visible;
}

/* Cart Header */
.yk-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    border-bottom: 1px solid #F0E0E0;
    background: linear-gradient(135deg, #FDF8F6 0%, #FFFFFF 100%);
}

.yk-cart-header h3 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2E2E2E;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk-cart-header h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #C75050;
    border-radius: 2px;
}

.yk-cart-close {
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yk-cart-close:hover {
    background: #C75050;
    color: #FFFFFF;
}

/* Cart Content */
.yk-cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.yk-cart-items {
    padding: 0;
}

.yk-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 25px;
    border-bottom: 1px solid #F0E0E0;
    transition: background 0.2s ease;
}

.yk-cart-item:hover {
    background: #FDFAFA;
}

.yk-cart-item-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background: #F9F5F3;
    border: 1px solid #F0E0E0;
    transition: transform 0.2s ease;
}

.yk-cart-item:hover .yk-cart-item-image {
    transform: scale(1.02);
}

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

.yk-cart-item-details {
    flex: 1;
    min-width: 0;
}

.yk-cart-item-name {
    display: block;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2E2E2E;
    text-decoration: none;
    margin-bottom: 5px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yk-cart-item-name:hover {
    color: #C75050;
}

.yk-cart-item-price {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #C75050;
    margin-bottom: 8px;
}

.yk-cart-item-qty {
    display: flex;
    align-items: center;
    gap: 0;
}

.yk-qty-btn {
    width: 28px;
    height: 28px;
    background: #F0E0E0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yk-qty-btn:first-child {
    border-radius: 4px 0 0 4px;
}

.yk-qty-btn:last-child {
    border-radius: 0 4px 4px 0;
}

.yk-qty-btn:hover {
    background: #C75050;
    color: #FFFFFF;
}

.yk-qty-value {
    width: 35px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #F0E0E0;
    border-left: none;
    border-right: none;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yk-cart-item-remove {
    flex-shrink: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #999;
    transition: color 0.2s ease;
}

.yk-cart-item-remove:hover {
    color: #C75050;
}

/* Cart Empty */
.yk-cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDF8F6 100%);
    height: 100%;
}

.yk-cart-empty svg {
    margin-bottom: 25px;
    opacity: 0.6;
}

.yk-cart-empty p {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin: 0 0 8px 0;
}

.yk-cart-empty-sub {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    color: #888;
    margin: 0 0 30px 0;
}

.yk-cart-shop-btn {
    display: inline-block;
    padding: 14px 35px;
    background: linear-gradient(135deg, #C75050 0%, #a84444 100%);
    color: #FFFFFF;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(199, 80, 80, 0.3);
}

.yk-cart-shop-btn:hover {
    background: linear-gradient(135deg, #a84444 0%, #8B3A3A 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(199, 80, 80, 0.4);
    transform: translateY(-2px);
}

/* Cart Footer */
.yk-cart-footer {
    padding: 25px;
    border-top: 2px solid #F0E0E0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FDF8F6 100%);
}

.yk-cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E8D4D4;
}

.yk-cart-subtotal span:first-child {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.yk-subtotal-price {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2E2E2E;
}

.yk-cart-view-btn,
.yk-cart-checkout-btn {
    display: block;
    width: 100%;
    padding: 12px 18px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 992px) {
    .yk-cart-view-btn,
    .yk-cart-checkout-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}

.yk-cart-view-btn {
    background: #FFFFFF;
    color: #C75050;
    border: 2px solid #C75050;
    margin-bottom: 12px;
}

.yk-cart-view-btn:hover {
    background: #C75050;
    color: #FFFFFF;
}

.yk-cart-checkout-btn {
    background: linear-gradient(135deg, #C75050 0%, #a84444 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0 4px 15px rgba(199, 80, 80, 0.3);
}

.yk-cart-checkout-btn:hover {
    background: linear-gradient(135deg, #a84444 0%, #8B3A3A 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 20px rgba(199, 80, 80, 0.4);
    transform: translateY(-1px);
}

/* =============================================
   7. PRODUCT CARDS - Add to Cart Button (Mobile)
   ============================================= */
@media (max-width: 992px) {
    /* block-inner = contexte de positionnement */
    .product-block .block-inner {
        position: relative !important;
    }

    /* Figure sans marge en bas */
    .product-block figure.image {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Cacher wishlist/compare sur mobile */
    .product-block .wishlist-compare-wrapper {
        display: none !important;
    }

    /* Cacher le quickview */
    .product-block .add-to-cart-quickview-wrapper .view {
        display: none !important;
    }

    /* Le wrapper - collé sous l'image */
    .product-block .add-to-cart-quickview-wrapper {
        position: relative !important;
        z-index: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Container .add-cart */
    .product-block .add-cart {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Le bouton Ajouter au panier */
    .product-block .add-cart > a,
    .product-block .add-cart > a.button,
    .product-block .add-cart > a.add_to_cart_button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 48px !important;
        padding: 14px 15px !important;
        margin: 0 !important;
        background: #C75050 !important;
        color: #FFFFFF !important;
        border: none !important;
        border-radius: 0 !important;
        font-family: "Quicksand", sans-serif !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        text-align: center !important;
        box-sizing: border-box !important;
        line-height: 1.2 !important;
    }

    /* Cacher l'icône */
    .product-block .add-cart a i,
    .product-block .add-cart a .icon-action {
        display: none !important;
    }

    /* Hover */
    .product-block .add-cart a:hover {
        background: #a84444 !important;
        color: #FFFFFF !important;
    }
}


/* === Fix panier coulissant mobile iOS === */
@supports (-webkit-touch-callout: none) {
    .yk-cart-sidebar {
        height: -webkit-fill-available;
    }
}

@media (max-width: 992px) {
    .yk-cart-sidebar {
        height: calc(100vh - env(safe-area-inset-bottom, 0px));
        height: -webkit-fill-available;
        max-height: 100%;
    }
    
    .yk-cart-footer {
        padding-bottom: calc(25px + env(safe-area-inset-bottom, 20px));
    }
}



/* === Fix debordement menu mobile === */
@media (max-width: 992px) {
    .yk-nav {
        overflow-x: hidden !important;
    }
    
    .yk-menu-main,
    .yk-mega-panel,
    .yk-mega-inner,
    .yk-mega-col,
    .yk-mobile-only {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    .yk-mega-inner {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .yk-mega-col {
        box-sizing: border-box !important;
    }
}

