.elementor-300756 .elementor-element.elementor-element-a5102db{grid-column:span 12;grid-row:span 4;}/* Start custom CSS for shortcode, class: .elementor-element-a5102db *//* --- 1. SÉCURITÉ : NETTOYAGE DES EFFETS PARASITES DU THÈME --- */
ul.products li.product *:not(.star-rating):not(span)::before,
ul.products li.product *:not(.star-rating):not(span)::after,
ul.products li.product .onsale::before,
ul.products li.product .onsale::after {
    display: none !important;
    content: none !important;
}

/* --- 2. STRUCTURE DE LA GRILLE (5 colonnes) --- */
ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 15px !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* --- 3. CARTE PRODUIT BLANCHE --- */
ul.products li.product {
    background: #ffffff !important;
    border: 1px solid #eef2f5 !important;
    border-radius: 16px !important;
    padding: 12px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


/* --- 5. POSITIONNEMENT STRICT DES BADGES --- */

/* Masquage du badge texte bleu parasite */
ul.products li.product .badge-pjc-nettoye,
ul.products li.product .onsale {
    display: none !important;
}

/* Coeur Favoris (En haut à gauche) */
ul.products li.product .yith-wcwl-add-to-wishlist,
ul.products li.product [class*="wishlist"] {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 99 !important;
    margin: 0 !important;
}

/* Pastille Orange (En bas à gauche de l'image) */
ul.products li.product .pastille-orange,
ul.products li.product [class*="status-dot"] {
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
    top: auto !important;
    right: auto !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #f6931d !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    z-index: 99 !important;
    display: block !important;
}

/* Badge Drapeau (En bas à droite de l'image) */
ul.products li.product .traduction-badge,
ul.products li.product [class*="flag"],
ul.products li.product img[src*="flag"] {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    top: auto !important;
    left: auto !important;
    z-index: 99 !important;
    margin: 0 !important;
}

/* --- 6. TEXTES, AVIS ET PRIX --- */
ul.products li.product .woocommerce-loop-product__title {
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: #111111 !important;
    line-height: 1.3 !important;
    margin: 8px 0 0 0 !important;
    min-height: 38px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Étoiles en jaune vif avec espacement haut et bas (12px) */
ul.products li.product .star-rating {
    margin: 12px auto !important;
    font-size: 14px !important;
    float: none !important;
    display: block !important;
    color: #ffcc00 !important; 
}
ul.products li.product .star-rating::before,
ul.products li.product .star-rating span::before {
    color: #ffcc00 !important; 
}

ul.products li.product .price {
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #777777 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    display: block !important;
}
ul.products li.product .price ins,
ul.products li.product .price .amount {
    color: #333333 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

/* --- 7. BOUTON BLEU --- */
ul.products li.product .button {
    display: block !important;
    width: 100% !important;
    background-color: #2cb5f2 !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: bold !important;
    padding: 10px 5px !important;
    border-radius: 8px !important;
    text-transform: none !important;
    border: none !important;
    margin-top: auto !important;
}

ul.products li.product .button:hover {
    background-color: #159ad6 !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
}/* End custom CSS */