.elementor-190 .elementor-element.elementor-element-6e0ca567{--display:flex;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-190 .elementor-element.elementor-element-c3f8784 .elementor-heading-title{color:#B58E4F;}.elementor-190 .elementor-element.elementor-element-dc0178b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-190 .elementor-element.elementor-element-d6c6769{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a2ce950 *//* --- PAGE PANIER (VERSION FINALE & PROPRE) --- */

/* Fond général et espacement */
body.woocommerce-cart {
    background-color: #F4ECE6;
}
.woocommerce-cart main.site-main {
    padding: 80px 20px;
}
.woocommerce-cart h1.page-title {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3.5rem;
    color: #4A2E20;
    margin-bottom: 50px;
}

/* Formulaire du panier (tableau des produits) */
.woocommerce-cart form.woocommerce-cart-form {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

/* Bloc du total panier */
.woocommerce-cart .cart-collaterals {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

/* === TABLEAU DU PANIER === */
.woocommerce table.shop_table {
    border: 1px solid #e0d5c8 !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    border-collapse: separate !important;
    border-spacing: 0;
}
.woocommerce table.shop_table thead {
    display: none;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #e0d5c8 !important;
    padding: 20px !important;
    vertical-align: middle !important;
}
.woocommerce table.shop_table tr:first-child td {
    border-top: none !important;
}

/* Masquer les colonnes inutiles */
.woocommerce table.shop_table .product-remove {
    display: none !important;
}
.woocommerce table.shop_table .product-thumbnail {
    display: none !important;
}

/* Ajuster les colonnes restantes */
.woocommerce table.shop_table .product-name {
    width: 50% !important;
}
.woocommerce table.shop_table .product-price {
    width: 20% !important;
    text-align: center !important;
}
.woocommerce table.shop_table .product-quantity {
    width: 15% !important;
    text-align: center !important;
}
.woocommerce table.shop_table .product-subtotal {
    width: 15% !important;
    text-align: right !important;
}

/* Style des éléments du tableau */
.product-name a {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.5rem !important;
    color: #4A2E20 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.product-price .amount,
.product-subtotal .amount {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #5f4c42 !important;
}
.product-quantity .quantity .qty {
    width: 70px !important;
    padding: 10px !important;
    text-align: center !important;
    border: 1px solid #e0d5c8 !important;
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Actions (code promo & mise à jour) */
.actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    flex-wrap: wrap;
    gap: 20px;
}
.actions .coupon {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}
.actions .coupon .input-text {
    padding: 12px;
    border: 1px solid #e0d5c8;
    border-radius: 5px;
    flex-grow: 1;
}
.actions .coupon .button,
.actions > .button {
    background-color: #B58E4F !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding: 13px 25px !important;
    border-radius: 5px !important;
}
.actions .coupon .button:hover,
.actions > .button:hover {
    background-color: #4A2E20 !important;
}
.actions > .button {
    background-color: transparent !important;
    color: #B58E4F !important;
    border: 2px solid #e0d5c8 !important;
}
.actions > .button:hover {
    color: #FFFFFF !important;
    border-color: #4A2E20 !important;
}

/* === BLOC TOTAUX === */
.cart-collaterals .cart_totals {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
}
.cart-collaterals .cart_totals h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2rem !important;
    color: #4A2E20 !important;
    margin-top: 0 !important;
}
.cart-collaterals .cart_totals table {
    border: none !important;
}
.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
    border-top: 1px solid #d1b7a2;
    padding: 15px 0;
}
.cart-collaterals .cart_totals tr:first-child th,
.cart-collaterals .cart_totals tr:first-child td {
    border-top: none;
}
.cart-collaterals .order-total .amount {
    color: #4A2E20 !important;
    font-weight: 700 !important;
}

/* Bouton "Valider la commande" */
.wc-proceed-to-checkout .button.checkout-button {
    width: 100% !important;
    display: block !important;
    text-align: center;
    font-size: 1.1rem !important;
    padding: 18px 30px !important;
    background-color: #B58E4F !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
    border-radius: 8px !important;
}
.wc-proceed-to-checkout .button.checkout-button:hover {
    background-color: #4A2E20 !important;
}

/* Panier vide & produits suggérés */
.cart-empty.woocommerce-info {
    border-top-color: #B58E4F;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 20px;
}
.return-to-shop .button {
    background-color: #B58E4F !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
}
.cross-sells > h2 {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    color: #4A2E20;
    margin-top: 80px;
    margin-bottom: 50px;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .woocommerce-cart main.site-main {
        padding: 40px 10px;
    }
    .woocommerce-cart form.woocommerce-cart-form,
    .woocommerce-cart .cart-collaterals {
        padding: 20px;
    }
    .woocommerce table.shop_table .product-name a {
        font-size: 1.2rem !important;
    }
    .woocommerce table.shop_table .product-name {
        width: 100% !important;
        display: block !important;
    }
    .woocommerce table.shop_table .product-price,
    .woocommerce table.shop_table .product-quantity,
    .woocommerce table.shop_table .product-subtotal {
        width: auto !important;
    }
    .woocommerce-cart-form .actions .coupon {
        width: 100%;
    }
    .woocommerce-cart-form .actions .button {
        width: 100%;
        text-align: center;
    }
}

/* Aligner le bloc totaux à droite avec largeur limitée */
.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.cart-collaterals .cart_totals {
    max-width: 600px;
    width: 100%;
}/* End custom CSS */