/* Product page - enlarge color/texture swatches (x2 typiquement 16px -> 32px) */
.product-variants .color,
.product-variants .custom-checkbox input[type="checkbox"] + span.color,
.product-variants .custom-checkbox input[type="radio"] + span.color,
.product-variants .custom-radio input[type="radio"] + span.color {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

/* Si la texture est une image de fond, éviter l'étirement moche */
.product-variants .color {
  background-size: cover;
  background-position: center;
}
