/* DiveSystem Sconto Estetico — front.css v2.4.2 */

/* Banner overlay su immagine prodotto in product-list */
.product_list .product-image-container {
  position: relative;
}

.ds-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: no-repeat center / contain;
  pointer-events: none;
  z-index: 2;
}

/* Sconto estetico */
.ds-extra-discount {
  color: #d00;
  font-weight: bold;
  font-size: 1.4em;
}
