.variant-options li a.opt-selector.opt-block{
opacity:1 !important;
}
.product-gallery-preview-item.active {
  position: relative; /* Necessario per posizionare il pseudo-elemento assolutamente */
}
.details-information ul li:hover{ background: #e5f2ff !important;}

.product-gallery-preview-item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn-it02.markeplay.com/media/images/4d868d645727edeef5a9416674f13632260624c2.png?v=1');
  background-size: cover;
  pointer-events: none; /* Assicura che la maschera non interferisca con l'interazione */
}
.btn-contacts.d-lg-block{ display:none !important;}
.variant-options li a.opt-selector.opt-block {
  font-size: 12px !important;
}
.custom-footer-link {
  color: #b9b9ba !important;
}
.custom-footer-link:hover{
color: #69b3fe !important;
}
.product-title > a:hover {
  color: #1565c0 !important;
}

.specifications-list .text-muted {
  text-transform: none !important;
}

.card-img-top {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.card-img-top img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5); /* zoom del 20% */
  transition: transform 0.3s ease; /* opzionale, per effetto morbido */
}
.product-gallery-preview img.image-zoom{
 width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.5) !important; /* zoom del 20% */
}


.result-row img:hover {
  -moz-transform: scale(1.2) !important;
}
.container-header .navbar-tool.dropdown a{ display: none !important;}



@media (min-width: 992px) {
  .product-content-left {
    top: 170px !important;
  }
}