.elementor-615 .elementor-element.elementor-element-1a50cb4{margin-top:50px;margin-bottom:50px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-615 .elementor-element.elementor-element-4341c5da > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-4341c5da *//* ===== TABLE DU PANIER ===== */
.shop_table.cart {
    background: #1a1a1a;
    border: 1px solid #333;
}

/* En-têtes */
.shop_table.cart thead th {
    background: #2a2a2a;
    color: #ffffff !important;
    border-color: #444;
    font-weight: 600;
}

/* Cellules */
.shop_table.cart td {
    background: #1a1a1a;
    color: #ffffff !important;
    border-color: #333;
}

.shop_table.cart tbody tr:hover td {
    background: #252525;
}

/* ===== NOMS DE PRODUITS ===== */
.product-name a {
    color: #ffffff !important;
    font-weight: 500;
}

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

/* Métadonnées produit (couleur, etc.) */
.wcpa_cart_meta {
    background: #2a2a2a;
    padding: 10px;
    border-radius: 4px;
    margin-top: 8px;
}

.wcpa_cart_meta_item-label,
.wcpa_cart_meta_item-value p {
    color: #ffffff !important;
}

/* ===== PRIX ===== */
.woocommerce-Price-amount.amount {
    color: #ffffff !important;
    font-weight: 600;
}

/* ===== BOUTON SUPPRIMER (×) ===== */
.product-remove a.remove {
    color: #ff3366 !important;
    background: #2a2a2a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-remove a.remove:hover {
    background: #ff3366;
    color: #ffffff !important;
}

/* ===== CHAMPS DE QUANTITÉ ===== */
.quantity input.qty {
    background: #2a2a2a !important;
    border: 1px solid #444 !important;
    color: #ffffff !important;
}

/* ===== SECTION CODE PROMO ===== */
.coupon {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #333;
}

.coupon label {
    color: #ffffff !important;
}

.coupon input[type="text"] {
    background: #2a2a2a !important;
    border: 1px solid #444 !important;
    color: #ffffff !important;
}

.coupon input[type="text"]::placeholder {
    color: #888;
}

/* ===== BOUTONS ===== */
.button,
button.button {
    background: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    padding: 12px 24px;
    font-weight: 600;
}

.button:hover,
button.button:hover {
    background: #f0f0f0 !important;
}

/* ===== Bouton "Mettre à jour le panier" en blanc ===== */
button[name="update_cart"] {
    background: #ffffff !important;
    color: #f0f0f0 !important;
}

/* ===== TOTAL PANIER ===== */
.cart_totals {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 4px;
}

.cart_totals h2 {
    color: #ffffff !important;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}

.cart_totals th,
.cart_totals td {
    color: #ffffff !important;
    border-color: #333 !important;
}

.cart_totals .order-total th,
.cart_totals .order-total td {
    font-size: 1.2em;
    font-weight: 700;
}

/* ===== CHECKBOX CGV ===== */
.terms label,
.terms label span {
    color: #ffffff !important;
}

.terms a {
    color: #ffffff !important;
    text-decoration: underline;
}

.terms a:hover {
    color: #f0f0f0 !important;
}

.terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
}

/* ===== CARTE-CADEAU ===== */
#pwgc-redeem-gift-card-form label {
    color: #ffffff !important;
}

#pwgc-redeem-gift-card-number {
    background: #2a2a2a !important;
    border: 1px solid #444 !important;
    color: #ffffff !important;
}

#pwgc-redeem-gift-card-number::placeholder {
    color: #888;
}

#pwgc-redeem-error {
    background: #ff3366;
    color: #ffffff;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* ===== BOUTON VALIDER LA COMMANDE ===== */
.checkout-button {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 1.1em !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
}

.checkout-button:hover {
    background: #f0f0f0 !important;
}/* End custom CSS */