.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#020101A1;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============================
MENU MOBILE FULLSCREEN – MH PHOTOS
============================= */
.menu-luxe-mobile .elementor-nav-menu--dropdown {
    position: fixed !important;
    inset: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    background: #EAEAEA !important;
    backdrop-filter: blur(8px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.45s ease !important;
    z-index: 9999 !important;
}

.menu-luxe-mobile .elementor-menu-toggle.elementor-active + .elementor-nav-menu--dropdown {
    opacity: 1 !important;
    pointer-events: all !important;
}

.menu-luxe-mobile .elementor-item {
    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: rgba(0,0,0,0.75) !important;
    cursor: pointer !important;
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: color 0.3s ease !important;
}

.menu-luxe-mobile .elementor-item:hover,
.menu-luxe-mobile .elementor-item.elementor-item-active {
    color: #C2A45D !important;
}

.menu-luxe-mobile .elementor-item::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -4px !important;
    transform: translateX(-50%) !important;
    width: 60% !important;
    height: 2px !important;
    background: #C2A45D !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.menu-luxe-mobile .elementor-item:hover::after,
.menu-luxe-mobile .elementor-item.elementor-item-active::after {
    opacity: 1 !important;
}

.menu-luxe-mobile li.menu-item-has-children > .sub-menu {
    display: none;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.submenu-toggle {
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.menu-luxe-mobile .elementor-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #111;
    margin: 6px auto;
    transition: all 0.35s ease;
}

.menu-luxe-mobile .elementor-menu-toggle.elementor-active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-luxe-mobile .elementor-menu-toggle.elementor-active span:nth-child(2) {
    opacity: 0;
}
.menu-luxe-mobile .elementor-menu-toggle.elementor-active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}
.menu-luxe-mobile .elementor-menu-toggle.elementor-active span {
    background: #C2A45D;
}

/* =============================
PANIER & COMMANDER – ULTRA PREMIUM GLOBAL CLEAN
============================= */

/* Container principal desktop */
.wp-block-woocommerce-cart,
.woocommerce-checkout #checkout {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 40px 20px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1200px !important;
    overflow-x: hidden !important;
}

/* Wrapper interne – produits + totals / checkout form */
.wp-block-woocommerce-filled-cart-block,
.woocommerce-checkout form.checkout {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 40px !important;
    width: auto !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Bloc produits panier / summary checkout */
.wp-block-woocommerce-cart .wc-block-cart-items,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    flex: 0 0 65% !important;
    width: 65% !important;
    margin: 0 auto !important;
}

/* Bloc totals / recap */
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block,
.woocommerce-checkout #order_review {
    flex: 0 0 35% !important;
    width: 35% !important;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    position: sticky;
    top: 40px;
}

/* Images produits visibles */
.wc-block-cart-item__image,
.woocommerce-checkout-review-order-table img {
    flex: 0 0 80px !important;
}
.wc-block-cart-item__image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}

/* Contenu panier aligné verticalement */
.wc-block-cart-item__details {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

/* Bouton valider – style MH Photo */
.wc-block-cart__submit-button,
.woocommerce-checkout #place_order {
    background: #EEDBC7 !important;
    color: #333 !important;
    border-radius: 10px !important;
    padding: 16px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
}
.wc-block-cart__submit-button:hover,
.woocommerce-checkout #place_order:hover {
    background: #e4cbb0 !important;
    transform: translateY(-2px) !important;
}

/* =============================
RESPONSIVE TABLET & MOBILE
============================= */
@media (max-width:900px){
    .wp-block-woocommerce-filled-cart-block,
    .woocommerce-checkout form.checkout {
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .wp-block-woocommerce-cart .wc-block-cart-items,
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block,
    .woocommerce-checkout .woocommerce-checkout-review-order-table,
    .woocommerce-checkout #customer_details {
        flex: 1 1 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .wp-block-woocommerce-cart-totals-block,
    .woocommerce-checkout #order_review {
        position: relative !important;
        top: auto !important;
        margin-top: 20px !important;
    }
}

@media (max-width:768px){
    .wp-block-woocommerce-filled-cart-block,
    .woocommerce-checkout form.checkout {
        flex-direction: column !important;
        gap: 15px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .wc-block-cart-item,
    .woocommerce-checkout-review-order-table tr {
        display: grid !important;
        grid-template-columns: 70px 1fr !important;
        gap: 10px !important;
        align-items: center !important;
        width: 100% !important;
    }

    .wc-block-cart-item__image,
    .woocommerce-checkout-review-order-table img {
        width: 70px !important;
        height: auto !important;
        border-radius: 8px;
    }

    .wc-block-cart-item__details {
        display: flex !important;
        flex-direction: column !important;
        gap: 4px !important;
    }

    .wp-block-woocommerce-cart-totals-block,
    .woocommerce-checkout #order_review {
        width: 100% !important;
        margin-top: 15px !important;
        position: relative !important;
    }

    .wc-block-cart__submit-button,
    .woocommerce-checkout #place_order {
        width: 100% !important;
        margin-top: 10px !important;
        padding: 16px !important;
        font-size: 16px !important;
        border-radius: 10px !important;
    }

    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-filled-cart-block,
    .woocommerce-checkout form.checkout {
        overflow-x: hidden !important;
    }
}/* End custom CSS */