.elementor-141 .elementor-element.elementor-element-c4d4443{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-141 .elementor-element.elementor-element-47b2738.elementor-wc-products ul.products li.product{--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;border-radius:0px;}.elementor-141 .elementor-element.elementor-element-47b2738.elementor-wc-products  ul.products{grid-column-gap:0px;grid-row-gap:5px;}.elementor-141 .elementor-element.elementor-element-47b2738.elementor-wc-products .added_to_cart{margin-inline-start:0px;}@media(max-width:1024px){.elementor-141 .elementor-element.elementor-element-47b2738.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-141 .elementor-element.elementor-element-47b2738.elementor-wc-products  ul.products{grid-column-gap:6px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-47b2738 *//* ==========================================================================
   CUSTOM CSS COMPACT & ULTRA-RESPONSIVE (1 PRODUIT TOUT DROIT SUR SMARTPHONE)
   ========================================================================== */

/* 1. GRILLE RESPONSIVE : 1 produit tout droit sur Mobile / 2 sur Tablette / 3 sur PC */
.elementor-widget-woocommerce-archive-products ul.products,
.elementor-widget-wc-archive-products ul.products,
.woocommerce ul.products,
ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* 3 cartes compactes sur PC */
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
    padding: 0 !important;
    list-style: none !important;
    clear: both !important;
}

/* Tablette : 2 Produits par ligne */
@media (max-width: 1024px) {
    .elementor-widget-woocommerce-archive-products ul.products,
    .woocommerce ul.products,
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

/* Smartphone / Téléphone : 1 PRODUIT PAR LIGNE TOUT DROIT DE HAUT EN BAS */
@media (max-width: 640px) {
    .elementor-widget-woocommerce-archive-products ul.products,
    .woocommerce ul.products,
    ul.products {
        grid-template-columns: 1fr !important; /* 1 seul produit par ligne sur téléphone */
        gap: 16px !important;
    }
}

/* 2. STYLE DES CARTES : DIMENSIONS RÉDUITES ET COMPACTES */
.elementor-widget-woocommerce-archive-products ul.products li.product,
.woocommerce ul.products li.product,
ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    border-radius: 1.25rem !important; /* 20px */
    border: 1px solid #fed7aa !important;
    padding: 1rem !important; /* Rembourrage compact */
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.04) !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: both !important;
}

/* 3. IMAGE COMPACTE ET BIEN DIMENSIONNÉE */
.woocommerce ul.products li.product img,
.elementor-widget-woocommerce-archive-products ul.products li.product img,
ul.products li.product img {
    width: 100% !important;
    height: 170px !important; /* Hauteur réduite pour un rendu très élégant */
    object-fit: cover !important;
    border-radius: 0.85rem !important; /* 14px */
    margin-bottom: 0.75rem !important;
    display: block !important;
}

@media (max-width: 640px) {
    .woocommerce ul.products li.product img {
        height: 180px !important; /* Visibilité parfaite sur mobile */
    }
}

/* 4. TITRE COMPACT & LISIBLE */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
ul.products li.product h2 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.95rem !important; /* 15px : taille réduite et propre */
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    margin: 0.25rem 0 0.5rem 0 !important;
    text-align: left !important;
}

/* 5. PRIX COMPACT EN ORANGE VIF */
.woocommerce ul.products li.product .price,
ul.products li.product .price {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 900 !important;
    color: #ff6b00 !important;
    margin: 0.25rem 0 0.75rem 0 !important;
    display: block !important;
    text-align: left !important;
}

.woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
    color: #ff6b00 !important;
    font-weight: 900 !important;
}

.woocommerce ul.products li.product .price del .woocommerce-Price-amount {
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
    text-decoration: line-through !important;
}

/* 6. BOUTON COMPACT EN BAS DE LA CARTE */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
ul.products li.product .button {
    width: 100% !important;
    text-align: center !important;
    background: linear-gradient(135deg, #ff6b00, #f97316) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 0.85rem !important; /* 14px */
    padding: 10px 16px !important; /* Bouton compact */
    border-radius: 0.75rem !important;
    border: none !important;
    box-shadow: 0 6px 16px -3px rgba(255, 107, 0, 0.35) !important;
    margin-top: auto !important;
    display: block !important;
}/* End custom CSS */