/* Shop Workwear - correction images produit */

.product-cover img,
.js-qv-product-cover {
  max-width: 100% !important;
  max-height: 520px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.product-miniature img {
  max-width: 100% !important;
  max-height: 280px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}