/* Десктоп */
@media screen and (min-width: 961px) {
  h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
      font-size: 46px !important;
      line-height: 1 !important;
  }
}

/* Мобильная версия */
@media screen and (max-width: 960px) {
  h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
      font-size: 30px !important;
      line-height: 1.1 !important;
  }
}

.t-store__prod-snippet__container {
    padding-bottom: 40px;
    padding-top: 40px;
}

.t-store__prod-popup__price,
.t-store__prod-popup__price * {
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/* DezSecrets: светлые фотографии и полный кадр последнего слайда */
#dzsMainCarousel .dzs-carousel__image {
  filter: brightness(1.40) saturate(1.02);
}
@media screen and (min-width: 641px) {
  #dzsMainCarousel .dzs-carousel__slide:nth-child(3) {
    background: #dce6e9;
  }
  #dzsMainCarousel .dzs-carousel__slide:nth-child(3)::before {
    content: "";
    position: absolute;
    inset: -18px;
    background: url("https://cd9317119ede.hosting.myjino.ru/wp-content/themes/dezsecrets/assets/images/medical-clinic.webp") center / cover no-repeat;
    filter: blur(14px) brightness(1.12);
    opacity: .42;
    transform: scale(1.04);
  }
  #dzsMainCarousel .dzs-carousel__slide:nth-child(3) .dzs-carousel__image {
    object-fit: contain;
    object-position: right center;
  }
}
