.elementor-189 .elementor-element.elementor-element-7666ca7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b1887ea *//* Rend toute la carte cliquable sans modifier son apparence */
.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Conteneur de l’image */
.product-media {
  width: 100%;
  overflow: hidden;
}

/* Image du produit */
.product-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* Effet au survol */
.product-card-link:hover .product-media img {
  transform: scale(1.04);
}

/* Le faux bouton reste visuellement identique */
.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}/* End custom CSS */