.elementor-14 .elementor-element.elementor-element-e350253{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-f9dd969 *//* ===== PANIER WOOCOMMERCE - AMELIORATION VISUELLE TABLEAU ===== */

.woocommerce-cart table.shop_table,
.woocommerce table.shop_table.cart {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #d8dee8 !important;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

/* En-tête du tableau */
.woocommerce-cart table.shop_table thead th,
.woocommerce table.shop_table.cart thead th {
    background: #f3f7fd;
    color: #1e2b3c;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 16px;
    border-bottom: 1px solid #d8dee8 !important;
    border-right: 1px solid #d8dee8 !important;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table thead th:last-child,
.woocommerce table.shop_table.cart thead th:last-child {
    border-right: none !important;
}

/* Lignes du body */
.woocommerce-cart table.shop_table tbody tr,
.woocommerce table.shop_table.cart tbody tr {
    transition: 0.25s ease;
}

.woocommerce-cart table.shop_table tbody tr:hover,
.woocommerce table.shop_table.cart tbody tr:hover {
    background: #f9fbff;
}

/* Cellules */
.woocommerce-cart table.shop_table tbody td,
.woocommerce table.shop_table.cart tbody td {
    padding: 18px 16px !important;
    border-bottom: 1px solid #e3e8f0 !important;
    border-right: 1px solid #e3e8f0 !important;
    vertical-align: middle !important;
    color: #243248;
    background: #fff;
}

.woocommerce-cart table.shop_table tbody td:last-child,
.woocommerce table.shop_table.cart tbody td:last-child {
    border-right: none !important;
}

.woocommerce-cart table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table.cart tbody tr:last-child td {
    border-bottom: none !important;
}

/* Produit */
.woocommerce-cart table.shop_table .product-name a,
.woocommerce table.shop_table.cart .product-name a {
    color: #0c3c88;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.35;
}

.woocommerce-cart table.shop_table .product-name a:hover,
.woocommerce table.shop_table.cart .product-name a:hover {
    color: #ff9800;
}

/* Image produit */
.woocommerce-cart table.shop_table .product-thumbnail img,
.woocommerce table.shop_table.cart .product-thumbnail img {
    width: 72px;
    height: auto;
    border-radius: 12px;
    background: #f7faff;
    padding: 6px;
}

/* Croix suppression */
.woocommerce-cart table.shop_table a.remove,
.woocommerce table.shop_table.cart a.remove {
    color: #d62828 !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.woocommerce-cart table.shop_table a.remove:hover,
.woocommerce table.shop_table.cart a.remove:hover {
    background: transparent !important;
    color: #ff9800 !important;
}

/* ===== QUANTITE - correction du rognage ===== */
.woocommerce-cart table.shop_table .product-quantity,
.woocommerce table.shop_table.cart .product-quantity {
    min-width: 140px;
}

.woocommerce-cart table.shop_table td.product-quantity,
.woocommerce table.shop_table.cart td.product-quantity {
    overflow: visible !important;
}

.woocommerce-cart table.shop_table .quantity,
.woocommerce table.shop_table.cart .quantity {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    overflow: visible !important;
}

.woocommerce-cart table.shop_table .quantity input.qty,
.woocommerce table.shop_table.cart .quantity input.qty {
    width: 82px !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 10px 12px !important;
    border: 1px solid #cfd8e6 !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    color: #1e2b3c !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    text-align: center;
    box-sizing: border-box !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.woocommerce-cart table.shop_table .quantity input.qty::-webkit-outer-spin-button,
.woocommerce-cart table.shop_table .quantity input.qty::-webkit-inner-spin-button,
.woocommerce table.shop_table.cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce table.shop_table.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Prix / sous-total */
.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal,
.woocommerce table.shop_table.cart .product-price,
.woocommerce table.shop_table.cart .product-subtotal {
    font-weight: 600;
    color: #22324a;
    white-space: nowrap;
}

/* Ligne coupon / actions */
.woocommerce-cart table.shop_table tr td.actions,
.woocommerce table.shop_table.cart tr td.actions {
    padding: 20px 16px !important;
    background: #fbfcfe;
}

.woocommerce-cart .coupon {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.woocommerce-cart .coupon input.input-text {
    min-width: 180px !important;
    height: 48px !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
    border: 1px solid #cfd8e6 !important;
    background: #fff !important;
}

/* Boutons */
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: linear-gradient(135deg, #ff9800, #f8b233) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 14px !important;
    min-height: 48px;
    padding: 12px 22px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(255, 152, 0, 0.22);
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-cart table.shop_table tbody td,
    .woocommerce table.shop_table.cart tbody td {
        padding: 14px !important;
    }

    .woocommerce-cart table.shop_table .quantity input.qty,
    .woocommerce table.shop_table.cart .quantity input.qty {
        width: 72px !important;
        height: 48px !important;
        min-height: 48px !important;
        font-size: 16px !important;
    }
}/* End custom CSS */