.elementor-7 .elementor-element.elementor-element-62c2e3ea{font-family:"Syne", Sans-serif;}/* Start custom CSS for text-editor, class: .elementor-element-62c2e3ea *//* ===== BUTTONS - Cart ===== */

/* Appliquer code promo + Mettre à jour — outline */
.woocommerce-cart .woocommerce [name="update_cart"],
.woocommerce-cart .woocommerce [name="apply_coupon"] {
    background: transparent !important;
    border: 1.5px solid rgba(192, 57, 43, 0.5) !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: -0.3px !important;
    color: #ffffff !important;
    text-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
    box-shadow: 0 0 20px rgba(192, 57, 43, 0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.woocommerce-cart .woocommerce [name="update_cart"]:hover,
.woocommerce-cart .woocommerce [name="apply_coupon"]:hover {
    background: rgba(192, 57, 43, 0.1) !important;
    border-color: rgba(239, 68, 68, 0.7) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 0 30px rgba(192, 57, 43, 0.35) !important;
}

/* Valider la commande — plein */
.woocommerce-cart .woocommerce .checkout-button {
    background: linear-gradient(180deg, #ef4444 0%, #c0392b 50%, #a93226 100%) !important;
    border: 1px solid rgba(239, 68, 68, 0.6) !important;
    border-radius: 50px !important;
    padding: 14px 36px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: -0.5px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow:
        0 0 40px rgba(192, 57, 43, 0.7),
        0 0 80px rgba(192, 57, 43, 0.5),
        0 10px 40px rgba(169, 50, 38, 0.6),
        inset 0 1px 1px rgba(255, 255, 255, 0.25),
        inset 0 -3px 10px rgba(0, 0, 0, 0.35) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.woocommerce-cart .woocommerce .checkout-button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent) !important;
    transition: left 0.6s ease !important;
}

.woocommerce-cart .woocommerce .checkout-button:hover::before {
    left: 100% !important;
}

.woocommerce-cart .woocommerce .checkout-button:hover {
    transform: translateY(-3px) !important;
    background: linear-gradient(180deg, #f56565 0%, #e53e3e 50%, #c0392b 100%) !important;
    color: #ffffff !important;
    box-shadow:
        0 0 60px rgba(192, 57, 43, 0.9),
        0 0 120px rgba(192, 57, 43, 0.6),
        0 15px 60px rgba(169, 50, 38, 0.8),
        inset 0 1px 2px rgba(255, 255, 255, 0.35),
        inset 0 -3px 12px rgba(0, 0, 0, 0.4) !important;
}

.woocommerce-cart .woocommerce .checkout-button:active {
    transform: translateY(-2px) !important;
    box-shadow:
        0 0 35px rgba(192, 57, 43, 0.7),
        0 6px 30px rgba(169, 50, 38, 0.7),
        inset 0 3px 10px rgba(0, 0, 0, 0.45) !important;
}

@media (max-width: 768px) {
    .woocommerce-cart .woocommerce [name="update_cart"],
    .woocommerce-cart .woocommerce [name="apply_coupon"] {
        font-size: 12px !important;
        padding: 6px 14px !important;
    }
    .woocommerce-cart .woocommerce .checkout-button {
        font-size: 14px !important;
        padding: 12px 28px !important;
    }
}/* End custom CSS */