.secure-payment-banner {
  text-align: center;
  margin-bottom: 25px;
}

.secure-payment-banner img {
  max-width: 100%;
  width: 520px;
}
#block-reassurance .block-reassurance-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

#block-reassurance .payment-secure-logos {
  width: 130px;
  max-width: 130px;
  height: auto;
}
.product-reassurance-custom {
  text-align: center;
  margin-bottom: 25px;
}


.product-reassurance-custom .reassurance-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.product-reassurance-custom img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.product-reassurance-custom span {
  font-size: 16px;
  color: #000;
}
/* Images des sous-catégories */
#subcategories ul li .subcategory-image img {
  width: 300px;
  height: 300px;
object-fit: cover;
}

/* Bloc sous-catégorie */
#subcategories ul li {
  width: 300px;
object-fit: cover;
}

/* Image de la catégorie en haut */
.block-category .category-cover img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
/* Largeur globale du site */
.container {
  max-width: 1250px !important;
  width: 95%;
}
