@media(min-width:767px){
  .wt-product__gallery{
      position: sticky !important;
    top: 50px !important;
    height: max-content !important;
}

  .card__subtitle {
  font-size: 0.95rem;
  font-style: regular;
  font-weight: 400;
  color: #666666;
  text-transform: none;
}
}