.elementor-327 .elementor-element.elementor-element-07ed98e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-327 .elementor-element.elementor-element-ee5db67 .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-f2c7b4a );}.elementor-327 .elementor-element.elementor-element-d7cf888{--checkout-button-hover-text-color:var( --e-global-color-secondary );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-327 .elementor-element.elementor-element-07ed98e{--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-d7cf888 *//* ===== Panier mobile - layout compact ===== */
@media (max-width: 768px) {

    /* Chaque produit : layout en grille */
    .woocommerce table.cart tr.cart_item {
        display: grid !important;
        grid-template-columns: 70px 1fr auto;
        grid-template-rows: auto;
        gap: 4px 12px;
        align-items: center;
        padding: 12px 10px !important;
        border-bottom: 1px solid #eee;
    }

    /* Image : colonne 1, s'étend sur toute la hauteur */
    .woocommerce table.cart td.product-thumbnail {
        display: block !important;
        grid-column: 1;
        grid-row: 1 / 4;
        padding: 0 !important;
    }

    .woocommerce table.cart td.product-thumbnail::before {
        display: none !important;
    }

    .woocommerce table.cart td.product-thumbnail img {
        width: 65px;
        height: 65px;
        object-fit: cover;
        border-radius: 6px;
    }

    /* Nom produit : colonne 2 */
    .woocommerce table.cart td.product-name {
        grid-column: 2;
        grid-row: 1;
        padding: 0 !important;
        font-weight: 600;
        font-size: 14px;
    }

    .woocommerce table.cart td.product-name::before {
        display: none !important;
    }

    /* Prix : colonne 2, ligne 2 */
    .woocommerce table.cart td.product-price {
        grid-column: 2;
        grid-row: 2;
        padding: 0 !important;
        font-size: 13px;
        color: #666;
    }

    .woocommerce table.cart td.product-price::before {
        content: "" !important;
        display: none !important;
    }

    /* Quantité : colonne 2, ligne 3 */
    .woocommerce table.cart td.product-quantity {
        grid-column: 2;
        grid-row: 3;
        padding: 0 !important;
    }

    .woocommerce table.cart td.product-quantity::before {
        display: none !important;
    }

    .woocommerce table.cart td.product-quantity input.qty {
        width: 45px;
        padding: 3px 5px;
        font-size: 13px;
    }

    /* Sous-total : colonne 3, aligné à droite */
    .woocommerce table.cart td.product-subtotal {
        grid-column: 3;
        grid-row: 1 / 4;
        padding: 0 !important;
        font-weight: 600;
        font-size: 15px;
        text-align: right;
        align-self: center;
    }

    .woocommerce table.cart td.product-subtotal::before {
        display: none !important;
    }

    /* Bouton supprimer : coin haut droit */
    .woocommerce table.cart td.product-remove {
        grid-column: 3;
        grid-row: 1;
        padding: 0 !important;
        text-align: right;
    }

    .woocommerce table.cart td.product-remove::before {
        display: none !important;
    }

    .woocommerce table.cart td.product-remove a {
        font-size: 16px;
        color: #999;
    }

    /* Cacher les headers du tableau */
    .woocommerce table.cart thead {
        display: none;
    }

    /* Enlever le border rose/violet */
    .woocommerce table.cart,
    .woocommerce table.cart td {
        border: none !important;
    }
}/* End custom CSS */