.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 );}/* Start custom CSS for text-editor, class: .elementor-element-794fb09d *//* ===== PAGE PANIER ===== */
.woocommerce-cart .woocommerce {
    font-family: 'DM Sans', -apple-system, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px 16px;
}

.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
}

/* Tableau produits */
.woocommerce table.shop_table {
    border: none !important;
    border-collapse: separate;
    border-spacing: 0 12px;
    width: 100%;
}

.woocommerce table.shop_table th {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    border: none !important;
    padding: 8px 12px;
}

.woocommerce table.shop_table td {
    border: none !important;
    background: #F7F7F7;
    padding: 16px 12px;
    vertical-align: middle;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #1A1A1A;
}

.woocommerce table.shop_table tr.cart_item td:first-child {
    border-radius: 12px 0 0 12px;
}

.woocommerce table.shop_table tr.cart_item td:last-child {
    border-radius: 0 12px 12px 0;
}

/* Image produit */
.woocommerce table.shop_table img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

/* Nom produit */
.woocommerce table.shop_table .product-name a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #1A1A1A;
    text-decoration: none;
    font-size: 15px;
}

.woocommerce table.shop_table .product-name a:hover {
    color: #E74C3C;
}

/* Prix */
.woocommerce table.shop_table .product-price .amount,
.woocommerce table.shop_table .product-subtotal .amount {
    font-weight: 700;
    color: #E74C3C;
}

/* Quantité */
.woocommerce .quantity .qty {
    width: 50px;
    text-align: center;
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* Bouton supprimer */
.woocommerce a.remove {
    color: #999 !important;
    font-size: 20px;
    transition: color 0.25s;
}

.woocommerce a.remove:hover {
    background: none !important;
    color: #E74C3C !important;
}

/* Bouton mettre à jour */
.woocommerce button[name="update_cart"] {
    background: #1A1A1A !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background 0.25s !important;
}

.woocommerce button[name="update_cart"]:hover {
    background: #333 !important;
}

/* Code promo */
.woocommerce .coupon .input-text {
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 10px 14px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
}

.woocommerce .coupon .button {
    background: #FFF !important;
    color: #1A1A1A !important;
    border: 1px solid #EEE !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.25s !important;
}

.woocommerce .coupon .button:hover {
    border-color: #1A1A1A !important;
}

/* Total panier */
.woocommerce .cart_totals {
    background: #F7F7F7;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
}

.woocommerce .cart_totals h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
}

.woocommerce .cart_totals table {
    border: none !important;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
    border: none !important;
    border-bottom: 1px solid #EEE !important;
    padding: 12px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    background: transparent;
}

.woocommerce .cart_totals .order-total .amount {
    font-size: 20px;
    font-weight: 700;
    color: #E74C3C;
}

/* Bouton paiement */
.woocommerce .wc-proceed-to-checkout .checkout-button {
    background: #E74C3C !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 16px 32px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    width: 100%;
    transition: background 0.25s !important;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
    background: #C0392B !important;
}

/* Mobile */
@media (max-width: 768px) {
    .woocommerce table.shop_table,
    .woocommerce table.shop_table thead,
    .woocommerce table.shop_table tbody,
    .woocommerce table.shop_table tr,
    .woocommerce table.shop_table td {
        display: block;
        width: 100%;
    }

    .woocommerce table.shop_table thead {
        display: none;
    }

    .woocommerce table.shop_table tr.cart_item {
        background: #F7F7F7;
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .woocommerce table.shop_table tr.cart_item td {
        background: transparent;
        padding: 4px 0;
        border-radius: 0 !important;
    }

    .woocommerce table.shop_table tr.cart_item td.product-thumbnail {
        width: 80px;
    }

    .woocommerce table.shop_table tr.cart_item td.product-name {
        flex: 1;
    }

    .woocommerce table.shop_table tr.cart_item td.product-remove {
        position: absolute;
        right: 16px;
        top: 16px;
    }

    .woocommerce table.shop_table tr.actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .woocommerce .coupon {
        display: flex;
        gap: 8px;
        width: 100%;
    }

    .woocommerce .coupon .input-text {
        flex: 1;
    }
}/* Forcer l'affichage de l'image produit */
.woocommerce table.shop_table .product-thumbnail {
    display: table-cell !important;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table tr.cart_item td.product-thumbnail {
        display: block !important;
        width: 80px;
    }
}/* End custom CSS */