.elementor-8 .elementor-element.elementor-element-4f2c76f{--display:flex;}.elementor-8 .elementor-element.elementor-element-d75a553{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-8 .elementor-element.elementor-element-d75a553.e-con{--align-self:center;}.elementor-8 .elementor-element.elementor-element-8f153f6{--update-cart-automatically-display:none;}.elementor-8 .elementor-element.elementor-element-8f153f6.elementor-element{--align-self:center;}.elementor-8 .elementor-element.elementor-element-3bdcf79{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-d75a553{--content-width:1300px;}}/* Start custom CSS for container, class: .elementor-element-d75a553 *//* ============================================
   AMÉLIORATION COMPLÈTE DU PANIER
   ============================================ */

/* Bouton supprimer - Version élégante */

.woocommerce-cart-form {
     background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    padding: 30px;
    margin-bottom: 60px;
    align-items: center;
    
}

.return-to-shop{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.e-cart__column-inner{
     background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    padding: 
    30px;
    margin-bottom: 60px;
    
}


.product-remove {
    text-align: center;
    position: relative;
}

.product-remove a.remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    background: #fff0f0 !important;
    border-radius: 50% !important;
    transition: all 0.3s !important;
    position: relative;
    border: 2px solid #ffe0e0 !important;
}

.product-remove a.remove:hover {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    transform: scale(1.1);
}

.product-remove a.remove svg {
    width: 18px !important;
    height: 18px !important;
    fill: #dc3545;
}

.product-remove a.remove:hover svg {
    fill: white;
}

/* Tooltip "Supprimer" au survol */
.product-remove a.remove::after {
    content: "Supprimer";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: #2c3e50;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.product-remove a.remove:hover::after {
    opacity: 1;
}

/* Bouton "Réserver" en ORANGE (pas bleu) */
.wc-proceed-to-checkout a.checkout-button {
    background: #ff6b35 !important;
    color: white !important;
    font-size: 1.2rem !important;
    padding: 20px 50px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3) !important;
    transition: all 0.3s !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
    background: #e85a28 !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5) !important;
}

/* Carte "Prochaine facturation" stylée */
.ywsbs-next-billing-date {
    background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%) !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-top: 15px !important;
    border-left: 4px solid #ff6b35 !important;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.1);
}

.ywsbs-next-billing-date strong {
    color: #ff6b35 !important;
    font-size: 0.95rem !important;
}

/* Ligne "Prélèvements mensuels" + info en card */
.ywsbs-recurring-totals-items {
    background: #fff5f0 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border: none !important;
    margin-top: 15px !important;
}

.ywsbs-recurring-totals-items th {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #ff6b35 !important;
    padding: 0 0 15px 0 !important;
}

.ywsbs-recurring-totals-items td {
    padding: 0 !important;
}

/* Prix récurrent en évidence */
.ywsbs-price {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #ff6b35 !important;
}

.price_time_opt {
    font-size: 0.95rem !important;
    color: #666 !important;
    font-weight: 400 !important;
}

/* Image produit avec ombre */
.product-thumbnail img {
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s !important;
}

.product-thumbnail img:hover {
    transform: scale(1.05);
}

/* Nom du produit en gras et orange au survol */
.product-name a {
    color: #2c3e50 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.product-name a:hover {
    color: #ff6b35 !important;
}

/* Prix dans le tableau */
.product-price .ywsbs-price .woocommerce-Price-amount {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #ff6b35 !important;
}

/* Input quantité stylé */
.quantity input.qty {
    width: 70px !important;
    padding: 10px !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    transition: border 0.3s !important;
}

.quantity input.qty:focus {
    border-color: #ff6b35 !important;
    outline: none !important;
}

/* Ligne Total en gros */
.order-total th,
.order-total td {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    padding-top: 20px !important;
}

.order-total td .woocommerce-Price-amount {
    color: #ff6b35 !important;
}

/* Labels de taxe discrets */
.tax_label {
    font-size: 0.8rem !important;
    color: #999 !important;
    font-weight: 400 !important;
}

/* Message "ex: livraison" discret */
small.tax_label {
    display: block;
    margin-top: 5px;
}

/* Masquer "(ex: livraison)" */
.ywsbs-recurring-totals-items small.tax_label:last-child {
    display: none !important;
}

/* Masquer le prix HT et afficher seulement le message personnalisé */
.ywsbs-recurring-totals-items .recurring-amount {
    display: none;
}

/* Créer un message personnalisé avec ::after */
tr.order-total td[data-title="Total"] .woocommerce-Price-amount.amount { display: none; } tr.order-total td[data-title="Total"]::after { content: attr(data-prix); font-size: 1.2rem; font-weight: 700; color: #ff6b35; display: block; margin-top: 4px; }/* End custom CSS */