@media screen and (max-width: 749px) {
  .collection-new .collection__title {
    font-size: clamp(22px, 4.8vw, 30px) !important;
    hyphens: none !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}
@media screen and (max-width: 749px) {
  h1.product-title-new.h2 {
    font-size: clamp(22px, 5.5vw, 26px) !important;
  }
}
.quick-view__close {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
}