/*
Theme Name:     Kadence Child
Theme URI:      https://www.kadencewp.com/
Description:    Thème enfant de Kadence
Author:         Vatilab
Author URI:     https://tonsite.com
Template:       kadence
Version:        1.0.0
*/

/* Tu peux ajouter tes styles personnalisés ici */

.vt-product-category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff6f61;
  color: white;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: bold;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.vt-woocommerce-loop-product-desc {
  margin: 1rem;
}
.maxline_4 {
  display: -webkit-box;
  -webkit-line-clamp: 5;      /* ✅ nombre de lignes max */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.image-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}