/*
 Theme Name:   Dokani Child - Lakay
 Theme URI:    https://lakay-company.com
 Description:  Thème enfant pour Lakay Marketplace
 Author:       Lakay
 Template:     dokani
 Version:      2.0
*/

/* ============================================================
   VARIABLES
   ============================================================ */
:root {
    --lk-blue:      #00209F;
    --lk-blue-dk:   #001580;
    --lk-red:       #D21034;
    --lk-green:     #2E7D32;
    --lk-gold:      #F5A623;
    --lk-footer-bg: #1A1A1A;
    --lk-bg:        #F5F5F5;
    --lk-white:     #FFFFFF;
    --lk-border:    #E0E0E0;
    --lk-text:      #1A1A1A;
    --lk-muted:     #666666;
    --lk-shadow:    0 2px 12px rgba(0,0,0,0.10);
    --lk-radius:    6px;
    --lk-h-topbar:  50px;
    --lk-h-header:  64px;
}

.entry-header,
.woocommerce-products-header .woocommerce-products-header__title {
    display: none;
}

#primary{
    max-width: 1200px;
    margin: 40px auto;
}

/* Largeur 100% uniquement pour #primary sur la page Contact */
.page-id-439 #primary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

/* ============================================================
   RESET DOKANI HEADER — cacher l'original completement
   ============================================================ */
.top-bar,
.top-bar-align-left,
.site-header,
#masthead,
.main-navigation,
#site-navigation {
    display: none !important;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.lk-topbar {
    background: var(--lk-blue);
    height: var(--lk-h-topbar);
    position: sticky;
    top: 0;
    z-index: 1100;
}

.lk-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Catégories desktop */
.lk-topbar-cats {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.lk-topmenu {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
}

.lk-topmenu > li {
    position: relative;
}

.lk-topmenu > li > a {
    color: var(--lk-white) !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    padding: 0 12px !important;
    height: var(--lk-h-topbar);
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .2s, color .2s;
    border-radius: 0;
}

.lk-topmenu > li:hover > a,
.lk-topmenu > li > a:focus {
    background: rgba(255,255,255,.13) !important;
    color: var(--lk-gold) !important;
}

/* Sous-menus top bar */
.lk-topmenu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--lk-white);
    min-width: 210px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,.14);
    border-top: 3px solid var(--lk-blue);
    border-radius: 0 0 var(--lk-radius) var(--lk-radius);
    z-index: 9999;
}

.lk-topmenu > li:hover > .sub-menu { display: block; }

.lk-topmenu .sub-menu li a {
    display: block;
    padding: 9px 18px;
    color: var(--lk-text) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: background .18s, padding-left .18s;
}

.lk-topmenu .sub-menu li a:hover {
    background: #f0f4ff;
    color: var(--lk-blue) !important;
    padding-left: 24px;
}

/* Hamburger catégories mobile — caché sur desktop */
.lk-topbar-hamb {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.3);
    border-radius: var(--lk-radius);
    width: 36px;
    height: 36px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.lk-topbar-hamb span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--lk-white);
    border-radius: 2px;
}

/* Zone droite topbar */
.lk-topbar-right {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

/* Panier */
.lk-cart-wrap { position: relative; }

.lk-cart-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--lk-white) !important;
    text-decoration: none !important;
    font-size: 12.5px !important;
    padding: 5px 10px;
    border-radius: var(--lk-radius);
    transition: background .2s;
    white-space: nowrap;
}

.lk-cart-btn:hover { background: rgba(255,255,255,.13); }

.lk-cart-count {
    background: var(--lk-red);
    color: var(--lk-white);
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Minicart dropdown */
/* ============================================================
   MINICART DROPDOWN — Lakay Company
   ============================================================ */

.lk-minicart {
    min-width: 320px;
    max-width: 360px;
    padding: 0;
    overflow: hidden;
}
.lk-minicart {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: var(--lk-white);
    min-width: 280px;
    box-shadow: var(--lk-shadow);
    border-top: 3px solid var(--lk-blue);
    border-radius: 0 0 var(--lk-radius) var(--lk-radius);
    z-index: 9999;
    padding: 12px;
}

.lk-cart-wrap.lk-open .lk-minicart { display: block; }

/* ===== LISTE PRODUITS ===== */
.lk-minicart .woocommerce-mini-cart {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,32,159,0.2) transparent;
}

.lk-minicart .woocommerce-mini-cart::-webkit-scrollbar {
    width: 4px;
}
.lk-minicart .woocommerce-mini-cart::-webkit-scrollbar-track {
    background: transparent;
}
.lk-minicart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: rgba(0,32,159,0.25);
    border-radius: 4px;
}

/* ===== ITEM ===== */
.lk-minicart .mini_cart_item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #F1F5F9 !important;
    position: relative;
    transition: background 0.15s;
}

.lk-minicart .mini_cart_item:last-child {
    border-bottom: none !important;
}

.lk-minicart .mini_cart_item:hover {
    background: #F8FAFF;
}

/* Bouton supprimer */
.lk-minicart .remove_from_cart_button {
    position: absolute !important;
    top: 8px !important;
    right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    background: #F1F5F9 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
    color: #94A3B8 !important;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s !important;
    font-weight: 700 !important;
}

.lk-minicart .remove_from_cart_button:hover {
    background: #D21034 !important;
    color: #FFFFFF !important;
}

/* Lien image + nom */
.lk-minicart .mini_cart_item > a:not(.remove_from_cart_button) {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    flex: 1 !important;
    min-width: 0;
    padding-right: 24px !important;
}

/* Image */
.lk-minicart .mini_cart_item img {
    width: 52px !important;
    height: 52px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    border: 1px solid #E2E8F0 !important;
}

/* Nom produit */
.lk-minicart .mini_cart_item > a:not(.remove_from_cart_button) {
    color: #1A1A1A !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

.lk-minicart .mini_cart_item > a:not(.remove_from_cart_button):hover {
    color: #00209F !important;
}

/* Variation (Vendor) */
.lk-minicart .variation {
    margin: 2px 0 0 !important;
    padding: 0 !important;
}

.lk-minicart .variation dt,
.lk-minicart .variation dd {
    display: inline !important;
    font-size: 11px !important;
    color: #94A3B8 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lk-minicart .variation dd p {
    display: inline !important;
    margin: 0 !important;
}

/* Quantite + prix */
.lk-minicart .quantity {
    font-size: 12.5px !important;
    color: #64748B !important;
    white-space: nowrap;
    flex-shrink: 0;
}

.lk-minicart .quantity .woocommerce-Price-amount {
    color: #00209F !important;
    font-weight: 700 !important;
}

/* ===== SOUS-TOTAL ===== */
.lk-minicart .woocommerce-mini-cart__total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    background: #F8FAFF;
    border-top: 2px solid #E2E8F0;
}

.lk-minicart .woocommerce-mini-cart__total strong {
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 600 !important;
}

.lk-minicart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #00209F !important;
}

/* ===== BOUTONS ===== */
.lk-minicart .woocommerce-mini-cart__buttons {
    display: flex !important;
    gap: 8px !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    background: #FFFFFF;
    border-top: 1px solid #F1F5F9;
}

.lk-minicart .woocommerce-mini-cart__buttons .button {
    flex: 1 !important;
    text-align: center !important;
    padding: 9px 12px !important;
    border-radius: 8px !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    border: none !important;
    cursor: pointer !important;
    white-space: nowrap;
}

/* Voir le panier */
.lk-minicart .woocommerce-mini-cart__buttons .button:not(.checkout) {
    background: #F1F5F9 !important;
    color: #1A1A1A !important;
}

.lk-minicart .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
    background: #E2E8F0 !important;
    color: #00209F !important;
}

/* Commander */
.lk-minicart .woocommerce-mini-cart__buttons .checkout {
    background: #2E7D32 !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 8px rgba(46,125,50,0.3) !important;
}

.lk-minicart .woocommerce-mini-cart__buttons .checkout:hover {
    background: #1B5E20 !important;
    box-shadow: 0 4px 14px rgba(46,125,50,0.4) !important;
    transform: translateY(-1px) !important;
}

/* ===== PANYE VIDE ===== */
.lk-minicart .woocommerce-mini-cart__empty-message {
    padding: 24px 16px !important;
    text-align: center !important;
    color: #94A3B8 !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.lk-minicart .woocommerce-mini-cart__empty-message::before {
    content: '🛒';
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    /* Sur mobile : minicart full width sous topbar */
    .lk-cart-wrap {
        position: static !important;
    }

    .lk-minicart {
        position: fixed !important;
        top: 114px !important;
        /* bottom: 0 !important; */
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
        border-radius: none !important;
        box-shadow: 0 -8px 32px rgba(0,0,0,0.18) !important;
        border-top: 3px solid #00209F !important;
        border-bottom: 3px solid #00209F !important;
        z-index: 9997 !important;
    }

    .lk-minicart .woocommerce-mini-cart {
        max-height: 45vh;
    }
}

/* User */
.lk-user-wrap { position: relative; }

.lk-user-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(255,255,255,.3);
    border-radius: var(--lk-radius);
    color: var(--lk-white);
    font-size: 12.5px;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
}

.lk-user-btn:hover { background: rgba(255,255,255,.22); }

.lk-user-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: var(--lk-white);
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    box-shadow: var(--lk-shadow);
    border-top: 3px solid var(--lk-blue);
    border-radius: 0 0 var(--lk-radius) var(--lk-radius);
    z-index: 9999;
}

.lk-user-dropdown.lk-open { display: block; }

.lk-user-dropdown li a {
    display: block;
    padding: 9px 16px;
    color: var(--lk-text) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: background .18s;
}

.lk-user-dropdown li a:hover {
    background: #f0f4ff;
    color: var(--lk-blue) !important;
}

.lk-divider {
    height: 1px;
    background: var(--lk-border);
    margin: 4px 0;
}

.lk-login-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--lk-white) !important;
    text-decoration: none !important;
    font-size: 12.5px;
    padding: 5px 10px;
    border-radius: var(--lk-radius);
    transition: background .2s;
}

.lk-login-btn:hover { background: rgba(255,255,255,.13); }

/* ============================================================
   HEADER PRINCIPAL
   ============================================================ */
.lk-header {
    background: var(--lk-white);
    height: auto;
    border-bottom: 2px solid var(--lk-border);
    margin-bottom: 0;
    box-shadow: var(--lk-shadow);
    position: sticky;
    top: 50px;
    z-index: 1000;
    transition: box-shadow .3s;
}

.lk-header.lk-scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,.14);
}

.lk-header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    height: var(--lk-h-header);
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Branding */
.lk-branding {
    flex-shrink: 0;
}

.lk-branding a {
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.lk-logo-img {
    height: 48px;
    width: auto;
    display: block;
}

.lk-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.lk-site-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--lk-blue);
    letter-spacing: -.5px;
}

.lk-site-desc {
    font-size: 11px;
    color: var(--lk-muted);
    font-style: italic;
}

/* Nav principale desktop */
.lk-mainnav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.lk-nav-menu {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.lk-nav-menu > li {
    position: relative;
}

.lk-nav-menu > li > a {
    color: var(--lk-text) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 6px !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    border-radius: var(--lk-radius);
    white-space: nowrap;
    transition: color .2s, background .2s;
    /* height: var(--lk-h-header); */
    box-sizing: border-box;
}

.lk-nav-menu > li > a:hover,
.lk-nav-menu > li.current-menu-item > a {
    color: var(--lk-blue) !important;
    background: #f0f4ff;
}

/* Sous-menus nav principale */
.lk-nav-menu .menu-item-has-children { position: relative; }

.lk-nav-menu .menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--lk-white);
    min-width: 210px;
    list-style: none;
    margin: 0;
    padding: 6px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,.14);
    border-top: 3px solid var(--lk-blue);
    border-radius: 0 0 var(--lk-radius) var(--lk-radius);
    z-index: 9999;
}

.lk-nav-menu .menu-item-has-children:hover > .sub-menu { display: block; }

.lk-nav-menu .sub-menu li a {
    display: block !important;
    padding: 9px 18px !important;
    color: var(--lk-text) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: background .18s, padding-left .18s;
}

.lk-nav-menu .sub-menu li a:hover {
    background: #f0f4ff;
    color: var(--lk-blue) !important;
    padding-left: 24px !important;
}

/* Actions droite header */
.lk-header-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* Search desktop */
.lk-search-desktop { display: flex; }

.lk-search-wrap {
    display: flex;
    border: 2px solid var(--lk-blue);
    border-radius: 24px;
    overflow: hidden;
    background: #f8f9ff;
}

.lk-search-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 7px 14px !important;
    font-size: 13px !important;
    width: 200px;
    background: transparent !important;
}

.lk-search-btn {
    background: var(--lk-blue) !important;
    color: var(--lk-white) !important;
    border: none !important;
    padding: 7px 16px !important;
    font-size: 13px !important;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
}

.lk-search-btn:hover { background: var(--lk-blue-dk) !important; }

/* Bouton loupe mobile — caché sur desktop */
.lk-loupe-btn {
    background: none;
    outline: none;
    border: 2px solid var(--lk-blue);
    border-radius: var(--lk-radius);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    color: var(--lk-blue);
    height: 38px;
}

.lk-loupe-btn:hover {
    color: var(--lk-white);
}

/* Hamburger nav principale mobile — caché sur desktop */
.lk-nav-hamb {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--lk-blue);
    border: none;
    border-radius: var(--lk-radius);
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: background .2s;
}

.lk-nav-hamb span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--lk-white);
    border-radius: 2px;
    transition: all .3s;
}

.lk-nav-hamb.lk-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lk-nav-hamb.lk-open span:nth-child(2) { opacity: 0; }
.lk-nav-hamb.lk-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Barre recherche mobile */
.lk-search-mobile {
    width: 100%;
    display: none;
    padding: 10px 16px;
    border-top: 1px solid var(--lk-border);
    background: var(--lk-white);
    box-shadow: 0 6px 16px rgba(0,0,0,.10);
}

.lk-search-mobile.lk-open { display: block; }

.lk-search-mobile form {
    display: flex;
    border: 2px solid var(--lk-blue);
    border-radius: 24px;
    overflow: hidden;
    background: #f8f9ff;
}

.lk-search-mobile input[type="search"] {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 9px 16px !important;
    font-size: 14px !important;
    background: transparent !important;
    min-width: 0;
}

.lk-search-mobile button {
    background: var(--lk-blue) !important;
    color: var(--lk-white) !important;
    border: none !important;
    padding: 9px 18px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Nav principale mobile */
.lk-mobile-nav {
    display: none;
    background: var(--lk-white);
    border-top: 3px solid var(--lk-blue);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.lk-mobile-nav.lk-open { display: block; }

.lk-mob-nav-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lk-mob-nav-menu > li > a {
    display: block !important;
    padding: 13px 18px !important;
    color: var(--lk-text) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background .18s;
}

.lk-mob-nav-menu > li > a:hover { background: #f0f4ff; color: var(--lk-blue) !important; }

/* Bouton toggle sous-menus mobile nav */
.lk-sub-tog {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lk-blue);
    transition: transform .25s;
}

.lk-sub-tog.lk-rotated { transform: rotate(180deg); }

.lk-mob-nav-menu .menu-item-has-children {
    position: relative;
}

.lk-mob-nav-menu .sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f9fafe;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.lk-mob-nav-menu .sub-menu li a {
    display: block !important;
    padding: 10px 18px 10px 34px !important;
    color: var(--lk-muted) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-bottom: 1px solid #efefef;
    transition: background .18s;
}

.lk-mob-nav-menu .sub-menu li a:hover {
    background: #eef1ff;
    color: var(--lk-blue) !important;
}

/* ============================================================
   SIDEBAR CATÉGORIES MOBILE
   ============================================================ */
.lk-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9998;
    opacity: 0;
    transition: opacity .3s;
}

.lk-overlay.lk-active {
    opacity: 1;
    pointer-events: all;
}

.lk-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 280px;
    height: 100dvh;
    background: var(--lk-white);
    z-index: 9999;
    overflow-y: auto;
    transition: left .3s cubic-bezier(.4,0,.2,1);
    box-shadow: 4px 0 24px rgba(0,0,0,.18);
    display: flex;
    flex-direction: column;
}

.lk-sidebar.lk-open { left: 0; }

.lk-sidebar-head {
    background: var(--lk-blue);
    color: var(--lk-white);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    position: sticky;
    top: 0;
    flex-shrink: 0;
}

.lk-sidebar-close {
    background: rgba(255,255,255,.15);
    border: none;
    color: var(--lk-white);
    font-size: 22px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background .2s;
}

.lk-sidebar-close:hover { background: rgba(255,255,255,.28); }

.lk-sidebar-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}

.lk-sidebar-menu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 18px !important;
    color: var(--lk-text) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background .18s, color .18s;
}

.lk-sidebar-menu > li > a:hover,
.lk-sidebar-menu > li.lk-open > a {
    background: #f0f4ff;
    color: var(--lk-blue) !important;
}

.lk-arr {
    font-size: 18px;
    color: var(--lk-blue);
    margin-left: 8px;
    flex-shrink: 0;
    font-style: normal;
    line-height: 1;
}

.lk-sidebar-menu .sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f9fafe;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.lk-sidebar-menu .sub-menu li a {
    display: block !important;
    padding: 10px 18px 10px 34px !important;
    color: var(--lk-muted) !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border-bottom: 1px solid #efefef;
    transition: background .18s;
}

.lk-sidebar-menu .sub-menu li a:hover {
    background: #eef1ff;
    color: var(--lk-blue) !important;
}

/* ============================================================
   DESKTOP ONLY / MOBILE ONLY HELPERS
   ============================================================ */
.lk-desktop-only { display: flex; }
.lk-mobile-only  { display: none; }

/* ============================================================
   MEDIA QUERIES
   ============================================================ */

/* Tablette large */
@media (max-width: 1100px) {
    .lk-search-input { width: 150px; }
    .lk-nav-menu > li > a { padding: 6px 7px !important; font-size: 12px !important; }
}

/* Mobile & tablette */
@media (max-width: 768px) {

    /* ----- TOP BAR MOBILE ----- */
    .lk-topbar-cats  { display: none !important; }
    .lk-topbar-hamb  { display: flex !important; }
    .lk-topbar-inner { padding: 0 12px; }

    .lk-cart-label { display: none; } /* Cache texte "Panye", garde icone + count */

    .lk-desktop-only { display: none !important; }

    /* Overlay sidebar visible */
    .lk-overlay { display: block; pointer-events: none; }
    .lk-overlay.lk-active { pointer-events: all; }

    /* ----- HEADER MOBILE ----- */
    .lk-header-inner {
        padding: 0 12px;
        gap: 8px;
    }

    .lk-branding { flex: 1; min-width: 0; }

    .lk-site-name { font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .lk-site-desc { font-size: 10px; }

    .lk-logo-img { height: 40px; }

    /* Cacher nav desktop */
    .lk-mainnav { display: none !important; }

    /* Cacher search desktop */
    .lk-search-desktop { display: none !important; }

    /* Afficher loupe et hamburger */
    .lk-loupe-btn { display: flex !important; }
    .lk-nav-hamb  { display: flex !important; }
}

@media (max-width: 480px) {
    .lk-site-name { font-size: 15px; }
}

/* ============================================================
   CORRECTIONS À AJOUTER À LA FIN DE style.css
   1. Fix overflow topbar (sous-menus coupés)
   2. User menu visible sur mobile (icône seulement)
   3. Login label caché sur mobile
   ============================================================ */

/* FIX CRITIQUE : overflow hidden coupait les sous-menus */
.lk-topbar-cats {
    overflow: visible !important;
}

.lk-topbar-inner {
    overflow: visible !important;
}

.lk-topbar {
    overflow: visible !important;
}

/* Sous-menus top-bar : z-index suffisant au dessus de tout */
.lk-topmenu .sub-menu {
    z-index: 9999 !important;
}

/* ============================================================
   USER MENU — desktop + mobile
   ============================================================ */

/* Nom utilisateur : visible desktop, caché mobile */
.lk-user-name {
    display: inline;
}

.lk-user-caret {
    display: inline-block;
}

/* Header du dropdown : nom complet */
.lk-user-dd-header {
    padding: 10px 16px 6px !important;
    pointer-events: none;
}

.lk-user-dd-header strong {
    color: var(--lk-text);
    font-size: 13px;
}

/* Icônes dans les items dropdown */
.lk-user-dropdown li a {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.lk-user-dropdown li a svg {
    flex-shrink: 0;
    color: var(--lk-blue);
    opacity: 0.75;
}

.lk-logout-link {
    color: var(--lk-red) !important;
}

.lk-logout-link svg {
    color: var(--lk-red) !important;
    opacity: 1 !important;
}

.lk-logout-link:hover {
    background: #fff5f5 !important;
}

/* Dropdown positionné correctement à droite */
.lk-user-dropdown {
    right: 0;
    left: auto;
    min-width: 220px;
}

/* Login label : visible desktop, caché mobile */
.lk-login-label {
    display: inline;
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 768px) {

    /* Cache le nom et la flèche, garde seulement l'icône */
    .lk-user-name,
    .lk-user-caret {
        display: none !important;
    }

    /* Bouton user compact comme le panier */
    .lk-user-btn {
        padding: 5px 8px !important;
        background: rgba(255,255,255,.12) !important;
        border-color: rgba(255,255,255,.3) !important;
        border-radius: var(--lk-radius) !important;
        min-width: 36px;
        justify-content: center;
    }

    /* Cache le label login sur mobile */
    .lk-login-label {
        display: none !important;
    }

    /* Login : icône seulement */
    .lk-login-btn {
        padding: 5px 8px !important;
        background: rgba(255,255,255,.12) !important;
        border: 1.5px solid rgba(255,255,255,.3) !important;
        border-radius: var(--lk-radius) !important;
    }

    /* Dropdown s'ouvre vers le bas-gauche sur mobile */
    .lk-user-dropdown {
        right: 0;
        left: auto;
        min-width: 200px;
    }
}

/* ============================================================
   WOOCOMMERCE — boutons
   ============================================================ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: var(--lk-blue) !important;
    color: var(--lk-white) !important;
    border-radius: var(--lk-radius) !important;
    transition: background .2s !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: var(--lk-blue-dk) !important;
    color: var(--lk-white) !important;
}

.woocommerce a.button.add_to_cart_button,
.woocommerce button.single_add_to_cart_button {
    background: var(--lk-red) !important;
}

.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover {
    background: #a80028 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #place_order {
    background: var(--lk-green) !important;
}

/* ============================================================
   FOOTER — Lakay Company v3
   Remplace la section footer dans style.css
   ============================================================ */

/* Cacher l'ancien footer Dokani */
.site-footer,
.footer-widgets-container,
#footer-widgets,
.site-info {
    display: none !important;
}

/* Conserver trust-factors-section */
.trust-factors-section {
    display: flex;
}

/* ============================================================
   FOOTER PRINCIPAL
   ============================================================ */
.lk-footer {
    background: #0F172A;
    color: #94A3B8;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    padding: 0;
}

/* Zone widgets */
.lk-footer-widgets {
    padding: 60px 20px 44px;
}

.lk-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 48px;
    align-items: start;
}

/* ============================================================
   COLONNE BRANDING
   ============================================================ */
.lk-footer-brand {
    margin-bottom: 20px;
}

.lk-footer-brand a {
    text-decoration: none !important;
    display: inline-block;
    margin-bottom: 12px;
}

.lk-footer-logo {
    height: 46px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.lk-footer-sitename {
    font-size: 22px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    display: block;
    line-height: 1.1;
}

.lk-footer-slogan {
    font-size: 13px;
    color: #D21034;
    font-style: italic;
    font-weight: 600;
    margin: 6px 0 0;
    letter-spacing: 0.2px;
}

/* Réseaux sociaux */
.lk-footer-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.lk-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 10px;
    color: #64748B !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.lk-social-link:hover {
    background: #00209F;
    color: #FFFFFF !important;
    border-color: #00209F;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,32,159,0.35);
}

/* Badges de confiance */
.lk-footer-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lk-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #475569;
    font-weight: 500;
}

.lk-trust-badge svg {
    color: #00209F;
    flex-shrink: 0;
    opacity: 0.8;
}

/* ============================================================
   TITRES COLONNES + HR
   ============================================================ */
.lk-footer-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #FFFFFF !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
    line-height: 1.4 !important;
}

/* HR décoratif sous les titres — remplace border-bottom */
.lk-footer-hr {
    border: none !important;
    height: 2px !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: linear-gradient(90deg, #00209F 0%, #D21034 50%, transparent 100%) !important;
    border-radius: 2px !important;
    width: 48px !important;
    display: block !important;
}

/* ============================================================
   MENUS FOOTER
   ============================================================ */
.lk-footer-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lk-footer-menu li {
    margin-bottom: 10px !important;
}

.lk-footer-menu li a {
    color: #64748B !important;
    text-decoration: none !important;
    font-size: 13.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0 !important;
    transition: color 0.2s, gap 0.2s !important;
    position: relative;
    padding-left: 0 !important;
}

.lk-footer-menu li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 1.5px;
    background: #00209F;
    margin-right: 0;
    transition: width 0.25s ease, margin-right 0.25s ease;
    vertical-align: middle;
    flex-shrink: 0;
}

.lk-footer-menu li a:hover {
    color: #FFFFFF !important;
    padding-left: 0 !important;
}

.lk-footer-menu li a:hover::before {
    width: 14px;
    margin-right: 7px;
}

/* ============================================================
   COLONNE CONTACT
   ============================================================ */
.lk-footer-contact {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lk-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #64748B;
    font-size: 13.5px;
    line-height: 1.5;
}

.lk-contact-icon {
    width: 30px;
    height: 30px;
    background: rgba(0,32,159,0.15);
    border: 1px solid rgba(0,32,159,0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.lk-contact-icon svg {
    color: #00209F;
}

.lk-footer-contact li a {
    color: #64748B !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.lk-footer-contact li a:hover {
    color: #FFFFFF !important;
}

/* ============================================================
   SÉPARATEUR ENTRE WIDGETS ET BAR
   ============================================================ */
.lk-footer-divider {
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0,32,159,0.4) 20%, rgba(210,16,52,0.4) 50%, rgba(0,32,159,0.4) 80%, transparent 100%);
}

/* ============================================================
   BARRE BAS
   ============================================================ */
.lk-footer-bar {
    background: #060C18;
    padding: 16px 20px;
    margin-top: 0;
}

.lk-footer-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.lk-footer-copy {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 12.5px;
}

.lk-footer-bar-logo {
    height: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.35;
}

.lk-footer-bar-name {
    color: #475569;
    font-size: 13px;
}

/* Menu légal */
.lk-footer-legal-menu {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 24px;
    flex-wrap: wrap;
}

.lk-footer-legal-menu li a {
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.lk-footer-legal-menu li a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #00209F;
    transition: width 0.25s;
}

.lk-footer-legal-menu li a:hover {
    color: #94A3B8 !important;
}

.lk-footer-legal-menu li a:hover::after {
    width: 100%;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .lk-footer-inner {
        grid-template-columns: 1.3fr 1fr 1fr 1fr;
        gap: 36px;
    }
    /* Kontak passe en dessous */
    .lk-fcol:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 24px;
        align-items: start;
    }
    .lk-fcol:last-child .lk-footer-contact {
        columns: 2;
        column-gap: 24px;
    }
}

@media (max-width: 768px) {
    .lk-footer-widgets {
        padding: 40px 16px 32px;
    }

    .lk-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .lk-fcol-brand {
        grid-column: 1 / -1;
    }

    .lk-footer-trust {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
    }

    .lk-fcol:last-child {
        grid-column: 1 / -1;
        display: block;
    }

    .lk-fcol:last-child .lk-footer-contact {
        columns: 1;
    }

    .lk-footer-bar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .lk-footer-legal-menu {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .lk-footer-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lk-footer-social {
        gap: 8px;
    }

    .lk-footer-trust {
        flex-direction: column;
    }
}

/* ============================================================
   PAGE BOUTIK
   ============================================================ */
#dokan-store-listing-filter-wrap,
#dokan-store-listing-filter-form-wrap,
#dokan-seller-listing-wrap {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product .item-bar, .woocommerce-page ul.products li.product .item-bar {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.woocommerce ul.products li.product .item-bar .item-button, .woocommerce-page ul.products li.product .item-bar .item-button {
    width: 100%;
}

.woocommerce ul.products li.product .item-bar .item-button .button, .woocommerce-page ul.products li.product .item-bar .item-button .button {
    width: 100%;
    background: var(--lk-blue) !important;
}

.woocommerce ul.products li.product .item-bar .item-button .button:hover, .woocommerce-page ul.products li.product .item-bar .item-button .button:hover {
    background: var(--lk-red) !important;
}

/* VIEW CART */
.woocommerce .products[class] li:hover .item-content .item-button a {
    background: var(--lk-blue);
    color: var(--lk-white);
}

.woocommerce .products[class] li:hover .item-content .item-button a {
    background: var(--lk-red);
}

/* ============================================================
   PAGE KONEKSYON
   ============================================================ */
h2 {
    font-weight: 500;
}

/* ========== WOOCOMMERCE ========== */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    outline: none;
}

.woocommerce-info {
    margin-top: 10px;
}

a.button.wc-forward:hover {
    background-color: #D21034;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
}

.wc-block-checkout__form .wc-block-components-address-form__country .wc-blocks-components-select {
    margin-top: 12px !important;
}

.woocommerce a.added_to_cart {
    background-color: #00209F;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 4px;
}

.woocommerce a.added_to_cart:hover {
    background-color: #D21034;
}

/* ==========================================
   STYLE PAGE ADRESSES (MON COMPTE)
   ========================================== */

/* Conteneur principal */
.woocommerce-MyAccount-content {
    background: var(--lk-white);
    border-radius: var(--lk-radius);
    padding: 30px;
    box-shadow: var(--lk-shadow);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Texte introductif */
.woocommerce-MyAccount-content > p {
    color: var(--lk-muted);
    font-size: 14px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--lk-border);
}

/* Grille des adresses */
.woocommerce-Addresses.addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
}

/* Cartes adresses */
.woocommerce-Address {
    flex: 1 1 calc(50% - 30px) !important;
    min-width: 250px !important;
    background: var(--lk-bg);
    border-radius: var(--lk-radius);
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid var(--lk-border);
    box-sizing: border-box;
    margin: 0 !important;
}

.woocommerce-Address:hover {
    border-color: var(--lk-blue);
    box-shadow: 0 4px 12px rgba(0, 32, 159, 0.12);
}

/* Entête de la carte */
.woocommerce-Address-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--lk-border);
    width: 100%;
    text-align: center;
}

.woocommerce-Address-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--lk-blue);
    margin: 0 0 12px 0;
    width: 100%;
    text-align: center;
}

/* Bouton modifier */
.woocommerce-Address-title .edit {
    background: transparent;
    border: 1px solid var(--lk-blue);
    color: var(--lk-blue);
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
    width: 100%;
}

.woocommerce-Address-title .edit:hover {
    background: var(--lk-blue);
    color: var(--lk-white);
    transform: translateY(-1px);
}

/* Contenu adresse */
address {
    font-style: normal;
    color: var(--lk-text);
    font-size: 14px;
    line-height: 1.6;
    background: var(--lk-white);
    padding: 12px 15px;
    border-radius: var(--lk-radius);
    margin: 0;
    border: 1px solid var(--lk-border);
    text-align: center;
}

/* Supprimer les floats existants */
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2,
.u-column1, .u-column2 {
    float: none !important;
    width: auto !important;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-Address {
        flex: 1 1 100% !important;
    }
    
    .woocommerce-Address-title {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .woocommerce-Address-title .edit {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================
   STYLE PAGE BOUTIQUE (STORE)
   ========================================== */

/* Conteneur principal de la boutique */
.dokan-single-store {
    background: var(--lk-white);
    border-radius: var(--lk-radius);
    padding: 30px;
    box-shadow: var(--lk-shadow);
    margin-bottom: 30px;
}

/* Section produits en vedette */
.dokan-store-product-section {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
}

/* Titres des sections */
.products-list-heading {
    font-size: 22px;
    font-weight: 600;
    color: var(--lk-blue);
    margin-bottom: 20px;
    padding-bottom: 8px;
    display: inline-block;
    width: auto;
}

/* Grille produits */
.seller-items .products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Carte produit */
.seller-items .product {
    background: var(--lk-white);
    border-radius: var(--lk-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.seller-items .product:hover {
    transform: translateY(-5px);
    box-shadow: var(--lk-shadow);
}

/* Image produit */
.seller-items .product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.seller-items .product:hover img {
    transform: scale(1.05);
}

/* Badge promo */
.seller-items .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--lk-red);
    color: var(--lk-white);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    z-index: 10;
}

/* Contenu de la carte */
.item-content {
    padding: 15px;
}

.item-header {
    margin-bottom: 12px;
}

.item-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.item-header h2 a {
    color: var(--lk-text);
    text-decoration: none;
}

.item-header h2 a:hover {
    color: var(--lk-blue);
}

/* Nom du vendeur - en gras et rouge */
.item-vendor {
    font-size: 12px;
    font-weight: 700 !important;
    color: var(--lk-red) !important;
}

.item-vendor span {
    font-weight: normal;
    color: var(--lk-muted);
}

.item-vendor a {
    color: var(--lk-red) !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.item-vendor a:hover {
    text-decoration: underline;
}

/* Barre prix + bouton */
.item-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--lk-border);
}

.item-meta .price {
    font-size: 18px;
    font-weight: 700;
    color: var(--lk-blue);
}

.item-meta .price del {
    color: var(--lk-muted);
    font-size: 13px;
    font-weight: normal;
    margin-right: 6px;
}

.item-meta .price ins {
    text-decoration: none;
    color: var(--lk-red);
}

/* Zone des boutons */
.item-button {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Bouton ajouter au panier - pleine largeur */
.item-button .button.add_to_cart_button {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    background: var(--lk-blue);
    color: var(--lk-white);
    border: none;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box !important;
}

.item-button .button.add_to_cart_button:hover {
    background: var(--lk-red);
    transform: scale(1.02);
}

/* Bouton "View Cart" en dessous */
.item-button .added_to_cart {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    background: var(--lk-green) !important;
    color: var(--lk-white) !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.item-button .added_to_cart:hover {
    background: var(--lk-blue) !important;
    transform: scale(1.02) !important;
}

/* Cacher le span "undefined" et le texte "View Cart" en trop */
.item-button .button span,
.item-button .added_to_cart span {
    display: none !important;
}

/* Icône du bouton View Cart */
.item-button .added_to_cart i {
    margin-right: 5px;
}

/* Dernier produit sans marge */
.seller-items .products li:last-child {
    margin-bottom: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .dokan-single-store {
        padding: 15px;
    }
    
    .seller-items .products {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .products-list-heading {
        font-size: 18px;
    }
    
    .dokan-store-products-filter-area {
        flex-direction: column;
    }
    
    .product-name-search,
    .orderby,
    .search-store-products {
        width: 100%;
    }
    
    .item-bar {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ============================================================
   WOOCOMMERCE MY ACCOUNT — Navigation
   Lakay Company
   ============================================================ */

/* Conteneur nav */
.woocommerce-MyAccount-navigation {
    background: #0F172A;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,32,159,0.15);
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid rgba(255,255,255,0.04) !important;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none !important;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 20px !important;
    color: #64748B !important;
    text-decoration: none !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    transition: background 0.2s, color 0.2s, padding-left 0.2s !important;
    position: relative;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: rgba(0,32,159,0.12) !important;
    color: #FFFFFF !important;
    padding-left: 26px !important;
}

.woocommerce-MyAccount-navigation-link a:hover::before {
    opacity: 1;
}

/* Item actif */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: rgba(0,32,159,0.18) !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.woocommerce-MyAccount-navigation-link.is-active a::before {
    opacity: 1;
}

/* Déconnexion en rouge */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #D21034 !important;
    margin-top: 4px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: rgba(210,16,52,0.12) !important;
    color: #ff4466 !important;
}

/* Icônes par item via content */
.woocommerce-MyAccount-navigation-link a::after {
    content: '';
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-top: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.4;
    flex-shrink: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.woocommerce-MyAccount-navigation-link a:hover::after,
.woocommerce-MyAccount-navigation-link.is-active a::after {
    opacity: 0.8;
    transform: rotate(45deg) translate(2px, -2px);
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        border-radius: 8px;
    }

    .woocommerce-MyAccount-navigation-link a {
        padding: 13px 16px !important;
        font-size: 14px !important;
    }

    .woocommerce-MyAccount-navigation-link a:hover {
        padding-left: 22px !important;
    }
}

/* ==========================================
   FAQ ACCORDÉON - STYLE LAKAY
   ========================================== */

/* Sections */
.lk-faq-section {
    margin-bottom: 30px;
}

.lk-faq-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--lk-blue);
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

/* Item FAQ */
.lk-faq-item {
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--lk-white);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.lk-faq-item:hover {
    box-shadow: var(--lk-shadow);
}

/* Question (clic) */
.lk-faq-question {
    padding: 16px 20px;
    background: var(--lk-bg);
    font-weight: 600;
    color: var(--lk-text);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    padding-right: 45px;
}

.lk-faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
    color: var(--lk-blue);
    transition: transform 0.2s ease;
}

.lk-faq-item.active .lk-faq-question::after {
    content: '−';
}

.lk-faq-question:hover {
    background: var(--lk-blue);
    color: var(--lk-white);
}

.lk-faq-question:hover::after {
    color: var(--lk-white);
}

/* Réponse (cachée par défaut) */
.lk-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: var(--lk-white);
    line-height: 1.6;
    color: var(--lk-text);
}

.lk-faq-item.active .lk-faq-answer {
    padding: 20px;
    max-height: 500px;
}

/* Listes dans les réponses */
.lk-faq-answer ul {
    margin: 10px 0 10px 20px;
    padding: 0;
}

.lk-faq-answer li {
    margin-bottom: 6px;
}

/* Contact final */
.lk-faq-contact {
    background: linear-gradient(135deg, var(--lk-blue) 0%, var(--lk-blue-dk) 100%);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
}

.lk-faq-contact p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--lk-white);
}

.lk-faq-contact a {
    color: var(--lk-white);
    text-decoration: none;
}

.lk-faq-contact a:hover {
    color: var(--lk-gold);
}

/* Responsive */
@media (max-width: 768px) {
    .lk-faq-accordion {
        padding: 10px;
    }
    
    .lk-faq-section h3 {
        font-size: 20px;
    }
    
    .lk-faq-question {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .lk-faq-question::after {
        right: 16px;
        font-size: 18px;
    }
    
    .lk-faq-item.active .lk-faq-answer {
        padding: 16px;
        font-size: 14px;
    }
    
    .lk-faq-contact p {
        font-size: 13px;
    }
}

/* ============================================================
   MANUEL ITILIZASYON — Gid Itilizatè
   Lakay Company
   Ajoute nan bout style.css
   ============================================================ */

/* ===== RESET & BASE ===== */
.lk-manuel {
    font-family: 'DM Sans', sans-serif;
    color: #1A1A2E;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 60px;
    line-height: 1.7;
}

.lk-manuel * { box-sizing: border-box; }

/* ===== HERO ===== */
.lk-man-hero {
    background: linear-gradient(135deg, #00209F 0%, #001270 60%, #0F172A 100%);
    border-radius: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.lk-man-hero::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    background: rgba(210,16,52,0.12);
    border-radius: 50%;
    pointer-events: none;
}

.lk-man-hero::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 200px; height: 200px;
    background: rgba(245,166,35,0.08);
    border-radius: 50%;
    pointer-events: none;
}

.lk-man-hero-inner {
    padding: 52px 40px 48px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.lk-man-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #F5A623;
    margin-bottom: 14px;
}

.lk-man-hero-title {
    font-family: 'Fraunces', serif;
    font-size: 38px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 14px;
    line-height: 1.15;
}

.lk-man-hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.72);
    margin: 0 0 36px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== NAVIGATION PAR RÔLE ===== */
.lk-man-role-nav {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.lk-man-role-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 28px;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    text-decoration: none !important;
    color: #FFFFFF !important;
    transition: all 0.25s ease;
    min-width: 130px;
    backdrop-filter: blur(6px);
}

.lk-man-role-btn:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    color: #FFFFFF !important;
}

.lk-man-role-icon { font-size: 28px; line-height: 1; }

.lk-man-role-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.lk-man-role-desc {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
}

.lk-role-visiteur:hover  { border-color: #94A3B8; box-shadow: 0 12px 30px rgba(148,163,184,0.2); }
.lk-role-client:hover    { border-color: #F5A623; box-shadow: 0 12px 30px rgba(245,166,35,0.2); }
.lk-role-vendeur:hover   { border-color: #2E7D32; box-shadow: 0 12px 30px rgba(46,125,50,0.2); }
.lk-role-affilie:hover   { border-color: #D21034; box-shadow: 0 12px 30px rgba(210,16,52,0.2); }

/* ===== TABLE DES MATIÈRES ===== */
.lk-man-toc {
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    margin-bottom: 40px;
    overflow: hidden;
}

.lk-man-toc-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #00209F;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'DM Sans', sans-serif;
    transition: background 0.2s;
}

.lk-man-toc-toggle:hover { background: #EEF2FF; }

.lk-man-toc-arrow {
    font-size: 11px;
    transition: transform 0.25s;
}

.lk-man-toc-content {
    display: none;
    padding: 0 20px 20px;
    border-top: 1px solid #E2E8F0;
}

.lk-man-toc-content.lk-toc-open { display: block; }

.lk-man-toc-content ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lk-man-toc-content > ul { padding-top: 12px !important; }

.lk-man-toc-content > ul > li {
    margin-bottom: 6px !important;
}

.lk-man-toc-content > ul > li > a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    text-decoration: none !important;
    display: block;
    padding: 4px 0;
    transition: color 0.2s;
}

.lk-man-toc-content > ul > li > a:hover { color: #00209F !important; }

.lk-man-toc-content ul ul {
    padding-left: 16px !important;
    margin-top: 2px !important;
}

.lk-man-toc-content ul ul li a {
    font-size: 13px !important;
    color: #64748B !important;
    text-decoration: none !important;
    display: block;
    padding: 2px 0;
    transition: color 0.2s;
}

.lk-man-toc-content ul ul li a:hover { color: #00209F !important; }

/* ===== SECTIONS PRINCIPALES ===== */
.lk-man-section {
    margin-bottom: 56px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid #E2E8F0;
}

/* Headers de section */
.lk-man-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 28px 32px;
    color: #FFFFFF;
}

.lk-sec-visiteur  { background: linear-gradient(135deg, #475569, #1E293B); }
.lk-sec-client    { background: linear-gradient(135deg, #00209F, #001270); }
.lk-sec-vendeur   { background: linear-gradient(135deg, #1B5E20, #2E7D32); }
.lk-sec-affilie   { background: linear-gradient(135deg, #7B0020, #D21034); }

.lk-man-section-icon {
    font-size: 42px;
    line-height: 1;
    flex-shrink: 0;
}

.lk-man-section-title {
    font-family: 'Fraunces', serif;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.lk-man-section-tagline {
    font-size: 13.5px;
    color: rgba(255,255,255,0.75);
    margin: 0 !important;
}

/* Corps section */
.lk-man-body {
    background: #FFFFFF;
    padding: 32px;
}

/* ===== SOUS-SECTIONS ===== */
.lk-man-subsec {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #F1F5F9;
}

.lk-man-subsec:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.lk-man-h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    margin: 0 0 18px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    border: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.lk-man-h3-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    background: #00209F;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    flex-shrink: 0;
    padding: 0 8px;
    font-family: 'DM Sans', monospace;
}

.lk-man-h4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #334155 !important;
    margin: 20px 0 8px !important;
    padding: 0 !important;
}

.lk-man-subsec p {
    font-size: 14px;
    color: #475569;
    margin: 0 0 12px;
}

/* ===== ÉTAPES ===== */
.lk-man-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0;
}

.lk-man-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.lk-man-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00209F;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 2px 8px rgba(0,32,159,0.3);
}

.lk-man-step-content {
    flex: 1;
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    border-left: 3px solid #00209F;
    border-radius: 0 10px 10px 0;
    padding: 14px 16px;
}

.lk-man-step-content h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    margin: 0 0 6px !important;
}

.lk-man-step-content p {
    font-size: 13.5px !important;
    color: #475569 !important;
    margin: 0 !important;
}

/* ===== HIGHLIGHTS ===== */
.lk-man-highlight {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 10px;
    margin: 18px 0;
    font-size: 13.5px;
    line-height: 1.6;
}

.lk-man-hl-icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}

.lk-man-highlight strong { display: block; margin-bottom: 4px; }

.lk-man-highlight ul {
    margin: 8px 0 0 !important;
    padding-left: 18px !important;
}

.lk-man-highlight ul li { margin-bottom: 3px; font-size: 13.5px; }

.lk-hl-blue  { background: #EFF6FF; border: 1px solid #BFDBFE; color: #1E3A8A; }
.lk-hl-gold  { background: #FFFBEB; border: 1px solid #FCD34D; color: #78350F; }
.lk-hl-green { background: #F0FDF4; border: 1px solid #86EFAC; color: #14532D; }
.lk-hl-red   { background: #FFF1F2; border: 1px solid #FECDD3; color: #881337; }

/* ===== NOTE ===== */
.lk-man-note {
    background: #FFFBEB;
    border-left: 4px solid #F5A623;
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    font-size: 13.5px;
    color: #78350F;
    margin: 16px 0;
}

/* ===== GRILLE 2 COLONNES ===== */
.lk-man-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0;
}

.lk-man-card {
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.lk-man-card:hover {
    box-shadow: 0 6px 20px rgba(0,32,159,0.1);
    transform: translateY(-2px);
}

.lk-man-card-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.lk-man-card h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    margin: 0 0 8px !important;
}

.lk-man-card p {
    font-size: 13px !important;
    color: #64748B !important;
    margin: 0 !important;
}

/* ===== TABLEAUX ===== */
.lk-man-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
}

.lk-man-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    background: #FFFFFF;
}

.lk-man-table thead tr {
    background: #00209F;
    color: #FFFFFF;
}

.lk-man-table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.lk-man-table td {
    padding: 11px 16px;
    border-bottom: 1px solid #F1F5F9;
    color: #475569;
    vertical-align: top;
}

.lk-man-table tbody tr:last-child td { border-bottom: none; }

.lk-man-table tbody tr:hover td { background: #F8FAFF; }

/* ===== STATUTS COMMANDE ===== */
.lk-man-status-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0;
}

.lk-man-status {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #F8FAFF;
    border: 1px solid #E2E8F0;
    font-size: 13.5px;
}

.lk-man-status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
}

.lk-man-status strong {
    display: block;
    font-size: 13.5px;
    color: #1A1A2E;
    margin-bottom: 3px;
}

.lk-man-status p { font-size: 13px !important; color: #64748B !important; margin: 0 !important; }

.lk-status-pending    .lk-man-status-dot { background: #F59E0B; }
.lk-status-processing .lk-man-status-dot { background: #3B82F6; }
.lk-status-shipped    .lk-man-status-dot { background: #8B5CF6; }
.lk-status-completed  .lk-man-status-dot { background: #10B981; }
.lk-status-cancelled  .lk-man-status-dot { background: #EF4444; }

/* ===== LISTE ===== */
.lk-man-list {
    list-style: none !important;
    margin: 12px 0 !important;
    padding: 0 !important;
}

.lk-man-list li {
    padding: 6px 0;
    font-size: 13.5px;
    color: #475569;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* ===== SECTION CONTACT ===== */
.lk-man-contact {
    background: linear-gradient(135deg, #0F172A, #1E293B);
    border-radius: 16px;
    padding: 48px 32px;
    text-align: center;
    margin-top: 48px;
}

.lk-man-contact-title {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 10px !important;
}

.lk-man-contact-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin: 0 0 32px !important;
}

.lk-man-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 700px;
    margin: 0 auto;
}

.lk-man-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 12px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    text-decoration: none !important;
    color: #FFFFFF !important;
    transition: all 0.22s;
}

.lk-man-contact-card:hover {
    background: rgba(0,32,159,0.35);
    border-color: #00209F;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,32,159,0.3);
    color: #FFFFFF !important;
}

.lk-man-contact-icon  { font-size: 24px; }
.lk-man-contact-label { font-size: 11px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; }
.lk-man-contact-val   { font-size: 13px; font-weight: 600; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .lk-man-hero-inner  { padding: 36px 24px; }
    .lk-man-hero-title  { font-size: 28px; }
    .lk-man-body        { padding: 24px; }
    .lk-man-contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .lk-man-role-nav      { gap: 10px; }
    .lk-man-role-btn      { padding: 14px 18px; min-width: 110px; }
    .lk-man-role-icon     { font-size: 22px; }
    .lk-man-role-label    { font-size: 13px; }
    .lk-man-grid-2        { grid-template-columns: 1fr; }
    .lk-man-section-header{ padding: 20px; gap: 14px; }
    .lk-man-section-title { font-size: 21px !important; }
    .lk-man-section-icon  { font-size: 32px; }
    .lk-man-body          { padding: 18px; }
    .lk-man-step          { flex-direction: column; }
    .lk-man-step-num      { width: 28px; height: 28px; }
    .lk-man-step-content  { border-left: 3px solid #00209F; border-radius: 0 8px 8px 8px; }
    .lk-man-contact       { padding: 32px 18px; }
    .lk-man-contact-grid  { grid-template-columns: 1fr 1fr; gap: 10px; }
    .lk-man-contact-title { font-size: 22px !important; }
    .lk-man-toc-toggle    { font-size: 13px; }
    .lk-man-hero-title    { font-size: 22px; }
    .lk-man-hero-sub      { font-size: 14px; }
}

@media (max-width: 400px) {
    .lk-man-role-nav { flex-direction: column; align-items: center; }
    .lk-man-role-btn { width: 100%; max-width: 260px; flex-direction: row; justify-content: flex-start; }
    .lk-man-contact-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   AUTRES - STYLE LAKAY
   ========================================== */

.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
    background-color: white;
}

.entry-content{
    padding: 0 10px;
}