/** Shopify CDN: Minification failed

Line 52:0 Expected "}" to go with "{"

**/
@media (min-width: 750px){
  .product__title {                         /* заголовок товара */
    /*margin-top:1.8rem!important;*/
    margin-bottom:0.4rem!important; 
  }

  .price__container {                   /* контейнер цены */
    margin-bottom:2rem!important;
  }

  .product-subtitle {                   /* подзаголовок товара */
    margin-bottom:2rem!important;
  }

  [id^="ProductInfo-"] .okeReviews {            /* звезды отзывов сверху */
    padding-top: 3rem;
    padding-bottom: 1.8rem;
  }

  .product__media-list,
  .product__media-list img {          /*галерея товара в целом и свойства изоражений в ней */
    row-gap: 8px;
    column-gap: 8px;
    border-radius: 0;
  }

  #Slide-template--15560873312336__main-25206225305680 > div,
  #Slide-template--15560873312336__main-25206225305680 *::after,            /*убрать скругление у иконок видео в галерее */
  #Deferred-Poster-Modal-25206225305680 {
    border-radius: 0;
  }

  .product-badge-root {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  @media (min-width: 1024px) {
   .product__info-wrapper {
    position: sticky;
    /*top: var(--pi-sticky-top, 88px);*/
    top: -180px;
    z-index: 20;
    align-self: start;
     }
   }
