.elementor-300693 .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 (CORRIGÉ POUR LES AVIS) --- */
.entrepot-uniquement ul.products li.product *:not(.star-rating):not(span)::before,
.entrepot-uniquement ul.products li.product *:not(.star-rating):not(span)::after,
.entrepot-uniquement ul.products li.product .onsale::before,
.entrepot-uniquement ul.products li.product .onsale::after {
    display: none !important;
    content: none !important;
}

/* --- 2. STRUCTURE DE LA GRILLE (5 colonnes) --- */
.entrepot-uniquement 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 --- */
.entrepot-uniquement 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 --- */

/* Badge Bleu (En haut à droite) */
.entrepot-uniquement ul.products li.product .badge-pjc-nettoye,
.entrepot-uniquement ul.products li.product .onsale {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    background: #1e62b5 !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: bold !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    z-index: 99 !important;
    line-height: 1.2 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

/* Coeur Favoris (En haut à gauche) */
.entrepot-uniquement ul.products li.product .yith-wcwl-add-to-wishlist,
.entrepot-uniquement 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) */
.entrepot-uniquement ul.products li.product .pastille-orange,
.entrepot-uniquement 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 France/International (En bas à droite de l'image) */
.entrepot-uniquement ul.products li.product .traduction-badge,
.entrepot-uniquement ul.products li.product [class*="flag"],
.entrepot-uniquement 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 --- */
.entrepot-uniquement 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 4px 0 !important;
    min-height: 38px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Affichage et centrage des étoiles d'avis */
.entrepot-uniquement ul.products li.product .star-rating {
    margin: 0 auto 8px auto !important;
    font-size: 14px !important;
    float: none !important;
    display: block !important;
}

.entrepot-uniquement ul.products li.product .price {
    font-family: Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #777777 !important;
    margin-bottom: 12px !important;
    display: block !important;
}
.entrepot-uniquement ul.products li.product .price ins,
.entrepot-uniquement ul.products li.product .price .amount {
    color: #333333 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

/* --- 7. BOUTON BLEU --- */
.entrepot-uniquement 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;
}

.entrepot-uniquement ul.products li.product .button:hover {
    background-color: #159ad6 !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .entrepot-uniquement ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; }
}
/* --- FORCE LES ÉTOILES EN JAUNE VIF --- */
.entrepot-uniquement ul.products li.product .star-rating {
    margin: 0 auto 8px auto !important;
    font-size: 14px !important;
    float: none !important;
    display: block !important;
    color: #ffcc00 !important; /* Couleur jaune des étoiles */
}
.entrepot-uniquement ul.products li.product .star-rating::before,
.entrepot-uniquement ul.products li.product .star-rating span::before {
    color: #ffcc00 !important; /* Sécurité pour le contenu textuel/icône */
}/* End custom CSS */