/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1770478527
Updated: 2026-02-07 16:35:27
*/


/* ========================================
   VARIABLES — PAGE PANIER
   ======================================== */

body.woocommerce-cart {
    --ipp-cream:       #FFF8EF;
    --ipp-green:       #204828;
    --ipp-green-hover: #1a3a20;
    --ipp-gold:        #F0B54A;
    --ipp-noir:        #070707;
    --ipp-gris:        #4a4a4a;
    --ipp-gris-clair:  #e8e4df;
    --ipp-gris-border: #d4cfc8;
    --ipp-blanc:       #ffffff;
    --ipp-radius:      12px;
    --ipp-radius-sm:   8px;
    --ipp-shadow:      0 4px 24px rgba(32, 72, 40, 0.08);
    --ipp-transition:  all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* ========================================
   GLASS EFFECTS
   ======================================== */

.glass-bread .eael-breadcrumbs__content {
    box-shadow: 1px 4px 10px rgba(0,0,0,.1), 0 0 2px rgba(0,0,0,.05) !important;
    border: 0 !important;
    border-radius: 999px !important;
    background-color: transparent !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 8px 13px;
    position: relative !important;
}

.glass-bread .eael-breadcrumbs__content::before {
    content: '';
    position: absolute;
    inset: -0.75px;
    border-radius: 999px;
    background: linear-gradient(180deg, #FFF8EF 0%, rgba(153,149,143,.5) 75%, #FFF8EF 75%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 0.75px;
    pointer-events: none;
    z-index: 0;
}

.glass-button span {
    box-shadow: 1px 4px 10px 0px rgba(0,0,0,.1), 0px 0px 2px 0px rgba(0,0,0,.05) !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-radius: 999px !important;
    background-color: transparent !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 8px 13px;
}

body .ti-widget.ti-goog > .ti-widget-container > .ti-header,
body .ti-widget.ti-goog > .ti-widget-container > .ti-footer {
    box-shadow: 1px 4px 10px 0px rgba(0,0,0,.1), 0px 0px 2px 0px rgba(0,0,0,.05) !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    border-radius: 999px !important;
    background-color: transparent !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}


/* ========================================
   BACKGROUND LAYER (SVG mask)
   ======================================== */

.background-layer {
    width: 100%;
    height: 100%;
    background-color: #000000;
    mask-image: url('https://refonte.ippasia.fr/wp-content/uploads/2026/02/background-header-qui-sommes-nous-ippasia-sellerie.svg');
    -webkit-mask-image: url('https://refonte.ippasia.fr/wp-content/uploads/2026/02/background-header-qui-sommes-nous-ippasia-sellerie.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}


/* ========================================
   MENU HAMBURGER — BOUTON
   ======================================== */

.menu-toggle-btn {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    transition: all 0.3s ease;
}

.menu-toggle-btn:hover {
    opacity: 0.7;
}

.hamburger-icon {
    display: inline-block;
    width: 30px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    pointer-events: none;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1f4828;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.hamburger-icon span:nth-child(1) { top: 0; }
.hamburger-icon span:nth-child(2) { top: 10px; }
.hamburger-icon span:nth-child(3) { top: 20px; }


/* ========================================
   MENU HAMBURGER — ÉTAT ACTIF (croix)
   ======================================== */

/* Masque l'icône close native d'Elementor au chargement (sauf dans l'éditeur) */
body:not(.elementor-editor-active) .menu-toggle__icon--close {
    display: none !important;
}

/* Sécurité anti-FOUC */
body:not(.elementor-editor-active) .icon-openopen {
    visibility: hidden;
    display: none;
}

body:not(.elementor-editor-active) .icon-openopen.menu-open {
    visibility: visible;
    display: flex;
    animation: slideDownMenu 0.3s ease-out;
}

/* "active" est posé sur .menu-toggle-btn par le JS */
.menu-toggle-btn.active .hamburger-icon span {
    background: #5c1a1b;
}

.menu-toggle-btn.active .hamburger-icon span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

.menu-toggle-btn.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.menu-toggle-btn.active .hamburger-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}


/* ========================================
   MENU DE NAVIGATION — OUVERTURE
   ======================================== */

body:not(.elementor-editor-active) .elementor-element-d1769c1.icon-openopen {
    display: none;
    padding: 0;
    margin: 0;
    min-height: 0;
    height: 0;
    overflow: hidden;
}

body:not(.elementor-editor-active) .elementor-element-d1769c1.icon-openopen.menu-open {
    display: flex;
    height: auto;
    padding: initial;
    overflow: visible;
    animation: slideDownMenu 0.3s ease-out;
}

@keyframes slideDownMenu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element.elementor-element-9477029.e-con-full.e-flex.e-con.e-child {
    margin: auto;
}


/* ========================================
   WOOCOMMERCE — GÉNÉRAL
   ======================================== */

.wp-block-woocommerce-cart {
    margin: auto;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wvs-archive-product-image {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
}

h3.woocommerce-loop-product__title {
    min-height: 32px;
}

h3.woocommerce-loop-product__title::first-letter {
    text-transform: uppercase;
}

/* Masque le stock natif WooCommerce sur la fiche produit */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    display: none;
}

a.reset_variations {
    color: #070707;
}

td.woocommerce-product-attributes-item__value {
    padding: 0 10px !important;
}

ol.flex-control-nav.flex-control-thumbs li {
    margin: 15px !important;
}


/* ========================================
   WOOCOMMERCE — GRILLE PRODUITS
   ======================================== */

/* Prix et bouton sur la même ligne */
.eael-product-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.eael-product-wrap > *:not(.eael-product-price):not(a.add_to_cart_button):not(a.button) {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.eael-product-wrap > .eael-product-price {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.eael-product-wrap > a.add_to_cart_button,
.eael-product-wrap > a.button {
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 !important;
}

/* Masque l'icône avant le bouton "Ajouter au panier" */
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before {
    display: none;
}

/* Bouton "Voir le panier" après ajout */
a.added_to_cart.wc-forward {
    background-color: transparent;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(90deg, #204828 0%, #3B7246 100%);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.16);
    padding: 21px 24px;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: transparent;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(90deg, #204828 0%, #3B7246 100%);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.16);
    padding: 21px 24px;
    width: 100%;
}

.woocommerce .elementor-2554 .elementor-element.elementor-element-7d28684 .price {
    margin: 0 !important;
}


/* ========================================
   WOOCOMMERCE — VARIATIONS PRODUIT
   ======================================== */

.eael-add-to-cart-wrapper.eael-product-variable .variations th {
    background: transparent !important;
}

.eael-add-to-cart-wrapper.eael-product-variable .variations label {
    margin-right: 15px !important;
}

.eael-add-to-cart-wrapper.eael-product-variable .variations td {
    background: transparent !important;
}


/* ========================================
   WOOCOMMERCE — SÉLECTEUR DE QUANTITÉ
   ======================================== */

.quantity {
    display: inline-flex !important;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    border: none;
    height: 48px;
}

.quantity input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: none !important;
    background: transparent !important;
    text-align: center;
    width: 48px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none !important;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.quantity .qty-btn,
.quantity .minus,
.quantity .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 100%;
    background: transparent;
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
    user-select: none;
}

.quantity .qty-btn:hover,
.quantity .minus:hover,
.quantity .plus:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.06);
}

/* Séparateurs subtils */
.quantity .minus {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.quantity .plus {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}


/* ========================================
   WOOCOMMERCE — BADGE EN STOCK (LIQUID GLASS)
   ======================================== */

.stock-badge-glass {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 16px;
    border-radius: 50px;
    margin-left: 12px;
    position: relative;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.08),
        inset 0 1px 1px rgba(255, 255, 255, 0.6),
        inset 0 -1px 1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: default;
}

/* En stock — vert */
.stock-badge-glass.in-stock {
    background: linear-gradient(135deg, rgba(72, 199, 142, 0.35), rgba(72, 199, 142, 0.15));
    color: #1a7a4c;
    border-color: rgba(72, 199, 142, 0.4);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stock-badge-glass.in-stock::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ecc71;
    margin-right: 8px;
    box-shadow: 0 0 6px rgba(46, 204, 113, 0.5);
    animation: pulse-dot 2s ease-in-out infinite;
}

/* Rupture de stock — rouge */
.stock-badge-glass.out-of-stock {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.3), rgba(231, 76, 60, 0.12));
    color: #c0392b;
    border-color: rgba(231, 76, 60, 0.35);
}

.stock-badge-glass.out-of-stock::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e74c3c;
    margin-right: 8px;
}

.stock-badge-glass:hover {
    box-shadow:
        0 6px 24px rgba(0, 0, 0, 0.12),
        inset 0 1px 2px rgba(255, 255, 255, 0.7),
        inset 0 -1px 1px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(46, 204, 113, 0.5); }
    50%       { opacity: 0.6; box-shadow: 0 0 12px rgba(46, 204, 113, 0.8); }
}


/* ========================================
   WOOCOMMERCE — ONGLETS & ACCORDION
   ======================================== */

.e-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title {
    border-bottom: none !important;
}

.e-n-tabs-heading button {
    background: transparent !important;
}

.e-n-tabs-heading button:hover {
    background: transparent !important;
}


/* ========================================
   WOOCOMMERCE — PAGE PANIER (TABLEAU CLASSIQUE)
   ======================================== */

/* Titre */
body.woocommerce-cart .woocommerce h1,
body.woocommerce-cart .woocommerce .page-title {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
    color: var(--ipp-noir) !important;
    letter-spacing: -0.02em !important;
}

/* Tableau produits */
body.woocommerce-cart .woocommerce table.shop_table.cart {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: var(--ipp-radius) !important;
    overflow: hidden !important;
    box-shadow: var(--ipp-shadow) !important;
    background: var(--ipp-blanc) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart thead th {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--ipp-green) !important;
    background-color: var(--ipp-cream) !important;
    border: none !important;
    padding: 1rem 1.5rem !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr {
    border-bottom: 1px solid var(--ipp-gris-clair) !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr:hover {
    background-color: rgba(255, 248, 239, 0.4) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    border-bottom: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td {
    border: none !important;
    padding: 1.25rem 1.5rem !important;
    vertical-align: middle !important;
    font-family: 'DM Sans', sans-serif !important;
    color: var(--ipp-gris) !important;
    font-size: 0.95rem !important;
}

/* Image produit */
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
    border-radius: var(--ipp-radius-sm) !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border: 1px solid var(--ipp-gris-clair) !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img:hover {
    border-color: var(--ipp-gold) !important;
    transform: scale(1.03) !important;
}

/* Nom produit */
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name a {
    font-family: 'Sen', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: var(--ipp-green) !important;
    text-decoration: none !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-name a:hover {
    color: var(--ipp-gold) !important;
}

/* Prix */
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-price,
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-subtotal {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
    font-size: 1rem !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td del {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 0.85rem !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td ins {
    text-decoration: none !important;
    font-weight: 600 !important;
    color: var(--ipp-green) !important;
}

/* Quantité */
body.woocommerce-cart .woocommerce table.shop_table.cart .quantity .qty {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: var(--ipp-noir) !important;
    border: 1.5px solid var(--ipp-gris-border) !important;
    border-radius: var(--ipp-radius-sm) !important;
    padding: 0.5rem 0.75rem !important;
    width: 70px !important;
    text-align: center !important;
    background: var(--ipp-blanc) !important;
    transition: var(--ipp-transition) !important;
    -moz-appearance: textfield !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart .quantity .qty:focus {
    border-color: var(--ipp-green) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(32, 72, 40, 0.1) !important;
}

/* Bouton supprimer */
body.woocommerce-cart .woocommerce table.shop_table.cart td.product-remove a.remove {
    color: #c0392b !important;
    font-size: 1.2rem !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: 1.5px solid transparent !important;
    transition: var(--ipp-transition) !important;
    text-decoration: none !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.product-remove a.remove:hover {
    background: #fdecea !important;
    border-color: #c0392b !important;
}

/* Boutons actions (coupon / mettre à jour) */
body.woocommerce-cart .woocommerce table.shop_table.cart td.actions .button {
    font-family: 'Sen', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--ipp-green) !important;
    background: transparent !important;
    border: 1.5px solid var(--ipp-green) !important;
    border-radius: var(--ipp-radius-sm) !important;
    padding: 0.65rem 1.5rem !important;
    cursor: pointer !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.actions .button:hover {
    background: var(--ipp-green) !important;
    color: var(--ipp-cream) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.actions .button:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* Champ code coupon */
body.woocommerce-cart .woocommerce table.shop_table.cart td.actions .coupon #coupon_code {
    font-family: 'DM Sans', sans-serif !important;
    border: 1.5px solid var(--ipp-gris-border) !important;
    border-radius: var(--ipp-radius-sm) !important;
    padding: 0.6rem 1rem !important;
    font-size: 0.9rem !important;
    background: var(--ipp-blanc) !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce table.shop_table.cart td.actions .coupon #coupon_code:focus {
    border-color: var(--ipp-green) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(32, 72, 40, 0.1) !important;
}

/* Totaux */
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--ipp-noir) !important;
    margin-bottom: 1.25rem !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    background: var(--ipp-blanc) !important;
    border-radius: var(--ipp-radius) !important;
    box-shadow: var(--ipp-shadow) !important;
    border: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color: var(--ipp-gris) !important;
    border: none !important;
    padding: 1rem 1.25rem !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
    border: none !important;
    padding: 1rem 1.25rem !important;
    text-align: right !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.shipping td {
    color: var(--ipp-green) !important;
    font-weight: 600 !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
    border-top: 2px solid var(--ipp-gris-clair) !important;
    padding-top: 1.25rem !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td .woocommerce-Price-amount {
    font-family: 'Sen', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: var(--ipp-noir) !important;
}

/* Bouton valider la commande */
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    background-color: var(--ipp-green) !important;
    color: var(--ipp-cream) !important;
    border: none !important;
    border-radius: var(--ipp-radius) !important;
    padding: 1rem 2rem !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition: var(--ipp-transition) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(32, 72, 40, 0.2) !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--ipp-green-hover) !important;
    box-shadow: 0 6px 24px rgba(32, 72, 40, 0.3) !important;
    transform: translateY(-1px) !important;
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(32, 72, 40, 0.2) !important;
}


/* ========================================
   WOOCOMMERCE — PAGE PANIER (BLOCKS)
   ======================================== */

body.woocommerce-cart .wc-block-cart .wc-block-cart-items {
    border: none !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-items__row {
    border-bottom: 1px solid var(--ipp-gris-clair) !important;
    padding: 1.25rem 0 !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-items__row:last-child {
    border-bottom: none !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-item__image img {
    border-radius: var(--ipp-radius-sm) !important;
    border: 1px solid var(--ipp-gris-clair) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-product-name {
    font-family: 'Sen', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-green) !important;
    text-decoration: none !important;
    font-size: 1rem !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-product-name:hover {
    color: var(--ipp-gold) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-product-price {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-product-price__regular {
    text-decoration: line-through !important;
    color: #999 !important;
    font-weight: 400 !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-sale-badge {
    background-color: var(--ipp-cream) !important;
    color: var(--ipp-green) !important;
    border: 1px solid var(--ipp-green) !important;
    border-radius: 20px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.85rem !important;
    color: #999 !important;
    text-decoration: underline !important;
    transition: var(--ipp-transition) !important;
    background: none !important;
    border: none !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link:hover {
    color: #c0392b !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector {
    border: 1.5px solid var(--ipp-gris-border) !important;
    border-radius: var(--ipp-radius-sm) !important;
    overflow: hidden !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector__button {
    background: transparent !important;
    color: var(--ipp-green) !important;
    border: none !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector__button:hover {
    background: var(--ipp-cream) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector__input {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
    border-left: 1px solid var(--ipp-gris-clair) !important;
    border-right: 1px solid var(--ipp-gris-clair) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.8rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: var(--ipp-noir) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-item__label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: var(--ipp-gris) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-item__value {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-family: 'Sen', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: var(--ipp-noir) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    color: var(--ipp-noir) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: var(--ipp-gris) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-radio-control__secondary-label {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    color: var(--ipp-green) !important;
    text-transform: uppercase !important;
    font-size: 0.8rem !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item {
    border-color: var(--ipp-gris-clair) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-panel__button {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    color: var(--ipp-gris) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__input input {
    font-family: 'DM Sans', sans-serif !important;
    border: 1.5px solid var(--ipp-gris-border) !important;
    border-radius: var(--ipp-radius-sm) !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__input input:focus {
    border-color: var(--ipp-green) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(32, 72, 40, 0.1) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__button {
    font-family: 'Sen', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background: var(--ipp-cream) !important;
    color: var(--ipp-green) !important;
    border: 1.5px solid var(--ipp-green) !important;
    border-radius: var(--ipp-radius-sm) !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__button:hover {
    background: var(--ipp-green) !important;
    color: var(--ipp-cream) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button .wc-block-components-button {
    font-family: 'Sen', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    background-color: var(--ipp-green) !important;
    color: var(--ipp-cream) !important;
    border: none !important;
    border-radius: var(--ipp-radius) !important;
    padding: 1rem 2rem !important;
    transition: var(--ipp-transition) !important;
    box-shadow: 0 4px 16px rgba(32, 72, 40, 0.2) !important;
}

body.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button .wc-block-components-button:hover {
    background-color: var(--ipp-green-hover) !important;
    box-shadow: 0 6px 24px rgba(32, 72, 40, 0.3) !important;
    transform: translateY(-1px) !important;
}


/* ========================================
   WOOCOMMERCE — MESSAGES / NOTICES
   ======================================== */

body.woocommerce-cart .woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce .woocommerce-info {
    font-family: 'DM Sans', sans-serif !important;
    border-radius: var(--ipp-radius-sm) !important;
    border-top-color: var(--ipp-green) !important;
    background-color: rgba(255, 248, 239, 0.7) !important;
    color: var(--ipp-noir) !important;
    font-size: 0.9rem !important;
}

body.woocommerce-cart .woocommerce .woocommerce-message::before,
body.woocommerce-cart .woocommerce .woocommerce-info::before {
    color: var(--ipp-green) !important;
}
.variations tbody tr td select:focus-visible{
	outline-color: var(--e-global-color-secondary);
}
/* ========================================
   WOOCOMMERCE — PANIER VIDE
   ======================================== */

body.woocommerce-cart .woocommerce .cart-empty {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: var(--ipp-gris) !important;
    text-align: center !important;
    padding: 3rem 0 !important;
}

body.woocommerce-cart .woocommerce .return-to-shop a.button {
    font-family: 'Sen', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    background-color: var(--ipp-green) !important;
    color: var(--ipp-cream) !important;
    border: none !important;
    border-radius: var(--ipp-radius-sm) !important;
    padding: 0.75rem 1.75rem !important;
    transition: var(--ipp-transition) !important;
}

body.woocommerce-cart .woocommerce .return-to-shop a.button:hover {
    background-color: var(--ipp-green-hover) !important;
}


/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .ti-fade-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .ti-mob-row {
        align-items: center !important;
    }

    a.ti-header.ti-header-grid.source-Google {
        padding: 10px;
    }

    body.woocommerce-cart .woocommerce h1,
    body.woocommerce-cart .woocommerce .page-title {
        font-size: 1.6rem !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }

    body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
    body.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button .wc-block-components-button {
        font-size: 0.9rem !important;
        padding: 0.9rem 1.5rem !important;
    }

    .stock-badge-glass {
        font-size: 11px;
        padding: 4px 12px;
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    body.woocommerce-cart .woocommerce table.shop_table.cart td.product-thumbnail img {
        width: 60px !important;
        height: 60px !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td .woocommerce-Price-amount,
    body.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
        font-size: 1.2rem !important;
    }
}