/* Custom code goes here - paste your css code below in line 3 */
/* Correction CLS mobile (uniquement) */
@media (max-width: 768px) {
  
  /* Images produits */
  .product-miniature img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* Texte promo dynamique */
  .product-miniature .discount-countdown {
    min-height: 50px;
    overflow: hidden;
    display: block;
  }
}


