.elementor-185 .elementor-element.elementor-element-e4622fc{--display:flex;}.elementor-185 .elementor-element.elementor-element-c9eef29{--spacer-size:60px;}.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-185 .elementor-element.elementor-element-1a9c87d{text-align:center;}.elementor-185 .elementor-element.elementor-element-1a9c87d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:55px;font-weight:700;-webkit-text-stroke-color:#000;stroke:#000;}.elementor-185 .elementor-element.elementor-element-2f50002{--spacer-size:50px;}.elementor-185 .elementor-element.elementor-element-774fc2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-67d1c2f *//* ===========================================
   BOULARD TV - Page PANIER (Même style Mon Compte)
   Design rose/noir premium #eea499
   =========================================== */

/* Layout 2 colonnes (tableau gauche + totals droite) */
.e-cart__container {
    display: flex !important;
    gap: 32px !important;
    align-items: flex-start !important;
}

/* Colonne gauche - Tableau produits (70% largeur) */
.e-cart__column-start {
    flex: 1 !important;
    max-width: 70% !important;
}

/* Colonne droite - Totals (30% largeur fixe) */
.e-cart__column-end {
    width: 320px !important;
    flex-shrink: 0 !important;
}

/* Style tableau produits */
.e-shop-table,
.woocommerce-cart-form__contents {
    background: white !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
}

/* Lignes tableau */
.shop_table.cart tr {
    border-bottom: 1px solid #f1f5f9 !important;
}

.shop_table.cart tr:last-child {
    border-bottom: none !important;
}

/* Cellules produit */
.shop_table td,
.shop_table th {
    padding: 20px !important;
    vertical-align: top !important;
    color: #1e293b !important;
}

/* En-têtes tableau */
.shop_table thead th {
    background: #f8fafc !important;
    font-weight: 600 !important;
    color: #eea499 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

/* Bouton supprimer */
.product-remove a {
    background: #fee2e2 !important;
    color: #dc2626 !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: all 0.25s ease !important;
}

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

/* Liens produits */
.product-name a {
    color: #1e293b !important;
    font-weight: 500 !important;
    transition: color 0.25s ease !important;
}

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

/* Prix */
.product-price,
.product-subtotal {
    font-weight: 700 !important;
    color: #0f172a !important;
    font-size: 16px !important;
}

/* Input quantité */
.product-quantity .quantity input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    width: 80px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

/* Boutons action */
.woocommerce-cart-form .button,
.e-apply-coupon {
    background: linear-gradient(135deg, #eea499, #f472b6) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 14px 24px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: 0 4px 15px rgba(238,164,153,0.4) !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart-form .button:hover,
.e-apply-coupon:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(238,164,153,0.6) !important;
}

/* Coupon */
.coupon input {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 14px 16px !important;
    font-size: 15px !important;
}

/* COLONNE TOTALS DROITE */
.cart_totals {
    background: white !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 32px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}

.cart_totals h2 {
    color: #eea499 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
    border-bottom: 2px solid #fdf2f8 !important;
    padding-bottom: 12px !important;
}

.cart_totals .order-total {
    border-top: 2px solid #e2e8f0 !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
}

.cart_totals .order-total strong {
    color: #0f172a !important;
    font-size: 24px !important;
}

/* Bouton Checkout */
.checkout-button {
    background: linear-gradient(135deg, #eea499, #f472b6) !important;
    color: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 18px 32px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    width: 100% !important;
    box-shadow: 0 6px 20px rgba(238,164,153,0.5) !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
}

.checkout-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(238,164,153,0.7) !important;
}

/* Mobile */
@media (max-width: 1024px) {
    .e-cart__container {
        flex-direction: column !important;
        gap: 24px !important;
    }
    
    .e-cart__column-end {
        width: 100% !important;
    }
    
    .shop_table {
        font-size: 14px !important;
    }
}/* End custom CSS */