

/* Start:/local/templates/2scoop/components/bitrix/catalog.element/sticky/style.css?175259834220786*/
   /* Основные стили */
   .product-page {
     margin: 30px 0;
   }

   .product-container {
     display: flex;
     gap: 60px;
     width: 100%;
     justify-content: space-between;
     position: relative;
     background-color: #fff;
     position: relative;
     border-radius: 8px;
     padding: 40px;
   }

   /* Контейнер галереи */
   .gallery-container {
     width: calc(100% - 500px);
     position: relative;
     height: 100vh;
     flex-shrink: 0;
     order: 1;
   }

   /* Галерея */
   .product-gallery {
     width: 100%;
     position: relative;
   }

   .product-gallery[style*="position: fixed"] {
     z-index: 100;
   }

   .main-image {
     position: relative;
     margin-bottom: 20px;
     display: flex;
     overflow: hidden;
     width: 100%;
     justify-content: center;
     align-items: center;
     height: 0;
     padding-bottom: 100%;
     cursor: zoom-in;
   }

   .main-img {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
     width: auto;
     height: auto;
     max-width: 100%;
     max-height: 100%;
     object-fit: cover;
     display: block;
     transition: transform 0.1s ease-out;
     transform-origin: 0 0;
   }

   .main-img.fade-out {
     opacity: 0;
   }

   .thumbnails {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
   }

   .thumbnail {
     width: 60px;
     height: 60px;
     cursor: pointer;
     border: 1px solid #ddd;
     transition: border-color 0.3s ease;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .thumbnail:hover {
     border-color: #008acd;
   }

   .thumb-img {
     max-width: 100%;
     max-height: 100%;
     object-fit: cover;
   }

   /* Информация о товаре */
   .product-info {
     width: 500px;
     transition: all 0.3s ease;
     order: 2;
   }


   /* Таблица вариантов */
   .product-variants {
     display: flex;
     flex-direction: column;
     transition: margin-top 0.3s ease;
   }

   .product-variant-card {
     border-bottom: 1px solid rgba(0, 0, 0, 0.08);
     ;
     display: flex;
     width: 100%;
     padding: 8px 0;
     align-items: center;
     gap: 12px;
     justify-content: start;
     flex-wrap: wrap;
   }

   .product-variant-info {
     align-self: stretch;
     display: flex;
     margin: auto 0;
     flex-direction: column;
     align-items: stretch;
     justify-content: center;
     flex: 1;
     flex-shrink: 1;
     flex-basis: 0%;
   }

   .product-variant-title {
     color: rgba(0, 0, 0, 1);
     font-size: 16px;
     font-weight: 510;
     line-height: 1;
     margin: 0;
   }

   .product-variant-availability {
     align-self: start;
     margin: 4px 0 0 0;
     gap: 2px;
     font-size: 12px;
     color: rgba(0, 0, 0, 0.4);
     font-weight: 400;
     line-height: 1;
   }

   .product-variant-controls {
     align-self: stretch;
     display: flex;
     margin: auto 0;
     align-items: center;
     gap: 16px;
     justify-content: end;
   }

   .product-variant-price-container {
     align-self: stretch;
     display: flex;
     margin: auto 0;
     flex-direction: column;
     align-items: end;
     justify-content: end;
   }

   .product-variant-current-price {
     color: rgba(0, 0, 0, 1);
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 0;
   }

   .product-variant-price-details {
     display: flex;
     margin-top: 4px;
     align-items: center;
     gap: 6px;
     font-size: 12px;
     color: #000000;
     font-weight: 400;
     text-align: center;
     line-height: 1;
     justify-content: end;
   }

   .product-variant-original-price-container {
     align-self: stretch;
     position: relative;
     display: flex;
     margin: auto 0;
     flex-direction: column;
     justify-content: end;
     min-width: 50px;
   }

   .product-variant-original-price-container svg {
     position: absolute;
     top: 30%;
   }

   .product-variant-original-price {
     align-self: center;
     z-index: 0;
     color: #999;
     text-decoration: line-through;
   }

   .product-variant-price-decoration {
     aspect-ratio: 6.99;
     object-fit: contain;
     object-position: center;
     width: 42px;
     position: absolute;
     z-index: 0;
     left: 0;
     right: 0;
     top: 50%;
     transform: translate(0%, -50%);
     height: 6px;
   }

   .product-variant-bonus-points {
     display: flex;
     align-items: center;
     gap: 0.5rem;
   }

   .product-variant-bonus-icon {
     width: 16px;
     height: 16px;
   }

   .product-variant-points-value {
     font-size: 0.9rem;
     color: #666;
   }

   .product-variant-quantity-controls {
     display: flex;
     align-items: center;
     gap: 0.5rem;
   }

   .quantity-selector {
     justify-content: space-between;
     align-items: stretch;
     border-radius: 4px;
     align-self: stretch;
     display: flex;
     margin-top: auto;
     margin-bottom: auto;
     min-height: 36px;
     gap: 13px;
     font-family: Material Icons Round, -apple-system, Roboto, Helvetica, sans-serif;
     font-size: 20px;
     color: rgba(255, 255, 255, 1);
     font-weight: 400;
     text-align: center;
     line-height: 1;
     max-width: 120px;
     background-color: #008acd;
   }

   .quantity-button {
     border: none;
     border-radius: 4px;
     background-color: rgba(0, 0, 0, 0.08);
     padding: 2px 4px 2px 4px;
     width: 30px;
     white-space: nowrap;
     color: inherit;
     font-family: inherit;
     font-size: inherit;
     cursor: pointer;
     transition: background-color 0.2s ease;
   }

   .quantity-button:hover {
     background-color: rgba(0, 0, 0, 0.12);
   }

   .quantity-button:focus,
   .quantity-button:active {
     outline: none;
   }

   .first-add-button {
     border-radius: 4px;
     padding: 8px 20px;
     height: 36px;
     background: rgba(0, 138, 205, 0.2);
     font-weight: 590;
     font-size: 13px;
     line-height: 154%;
     text-align: center;
     color: #008ACD;
     justify-content: center;
     cursor: pointer;
   }

   .first-add-button-icon {
     display: none;
   }

   .first-add-button-text {}


   .quantity-display {
     align-self: stretch;
     margin: auto 0;
     font-family: SF Pro, -apple-system, Roboto, Helvetica, sans-serif;
     font-size: 13px;
     font-weight: 590;
     line-height: 1;
   }

   @media (max-width: 991px) {
     .quantity-button {
       white-space: initial;
     }
   }


   /* Product details layout */
   .product-card {
     display: flex;
     width: 100%;
     align-items: start;
     gap: 40px 100px;
     justify-content: space-between;
   }

   .product-controls {
     display: flex;
     flex-direction: row;
     gap: 10px;
     align-items: center;
     justify-content: space-between;
     width: 100%;
   }

   /* Pricing section */
   .product-price-container {
     display: flex;
     align-items: start;
     justify-content: start;
     gap: 10px;
   }

   .current-price {
     color: rgba(0, 0, 0, 1);
     font-size: 40px;
     font-weight: 510;
     line-height: 0.9;
     white-space: nowrap;
   }

   /* Price details container */
   .price-details {
     display: flex;
     padding-top: 2px;
     flex-direction: column;
     align-items: stretch;
     font-size: 12px;
     justify-content: center;
   }

   /* Original price with strikethrough */
   .original-price-container {
     position: relative;
     display: flex;
     min-height: 14px;
     width: 49px;
     flex-direction: column;
     color: #000000;
     font-weight: 400;
     text-align: center;
     justify-content: end;
   }

   .original-price {
     align-self: center;
     z-index: 0;
   }

   .strikethrough-line {
     aspect-ratio: 8.2;
     object-fit: contain;
     object-position: center;
     width: 100%;
     position: absolute;
     z-index: 0;
     left: 0px;
     right: 0px;
     top: 50%;
     transform: translate(0%, -50%);
     height: 6px;
   }

   /* Rating section */
   .rating-section {
     display: flex;
     align-items: center;
     gap: 6px;
     font-weight: 590;
     white-space: nowrap;
     justify-content: end;
   }

   @media (max-width: 991px) {
     .rating-section {
       white-space: initial;
     }
   }

   .rating-container {
     border-radius: 4px;
     align-self: stretch;
     display: flex;
     margin-top: auto;
     margin-bottom: auto;
     align-items: start;
     gap: 3px;
     justify-content: start;
   }

   @media (max-width: 991px) {
     .rating-container {
       white-space: initial;
     }
   }

   .star-icon {
     aspect-ratio: 1.29;
     object-fit: contain;
     object-position: center;
     width: 18px;
     border-radius: 9px;
     flex-shrink: 0;
   }

   .rating-count {
     color: #000000;
     font-size: 12px;
     font-weight: 590;
     line-height: 1;
   }

   /* Quantity controls */
   .quantity-controls {
     justify-content: space-between;
     align-items: stretch;
     border-radius: 4px;
     display: flex;
     min-height: 36px;
     gap: 13px;
     font-size: 20px;
     color: rgba(255, 255, 255, 1);
     font-weight: 400;
     text-align: center;
     line-height: 1;
     width: 120px;
     background-color: #008acd;
   }

   /* Quantity buttons */
   .quantity-btn {
     border: none;
     border-radius: 4px;
     background-color: rgba(0, 0, 0, 0.08);
     padding: 2px 4px;
     white-space: nowrap;
     color: rgba(255, 255, 255, 1);
     font-size: 20px;
     font-weight: 400;
     cursor: pointer;
     transition: background-color 0.2s ease;
   }

   .quantity-btn:hover {
     background-color: rgba(0, 0, 0, 0.12);
   }

   .quantity-btn:focus {
     outline: 2px solid rgba(255, 255, 255, 0.8);
     outline-offset: 2px;
   }

   .quantity-btn:active {
     background-color: rgba(0, 0, 0, 0.16);
   }

   @media (max-width: 991px) {
     .quantity-btn {
       white-space: initial;
     }
   }

   /* Quantity display */

   .quantity-display-container {
     display: flex;
     gap: 3px;
   }

   .quantity-display,
   .quantity-measure-title {
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     gap: 10px;
     font-size: 13px;
     font-weight: 590;
     line-height: 1;
     color: rgba(255, 255, 255, 1);
     display: flex;
     align-items: center;
     justify-content: center;
   }

   /* Accessibility improvements */
   @media (prefers-reduced-motion: reduce) {
     .quantity-btn {
       transition: none;
     }
   }

   /* High contrast mode support */
   @media (prefers-contrast: high) {
     .quantity-btn:focus {
       outline: 3px solid;
     }
   }

   /* Focus management for keyboard navigation */
   .quantity-btn:focus-visible {
     outline: 2px solid rgba(255, 255, 255, 0.8);
     outline-offset: 2px;
   }

   /* Ensure minimum touch target size for mobile */
   @media (max-width: 991px) {
     .quantity-btn {
       min-height: 44px;
       min-width: 44px;
       display: flex;
       align-items: center;
       justify-content: center;
     }
   }


   /* Остальные стили */
   .product-header {
     display: flex;
     width: 100%;
     align-items: flex-start;
     gap: 32px;
     font-weight: 510;
     justify-content: flex-start;
     flex-wrap: wrap;
     margin-bottom: 30px;
   }

   @media (max-width: 991px) {
     .product-header {
       max-width: 100%;
     }
   }

   .product-main-info {
     min-width: 240px;
     flex: 1;
     flex-shrink: 1;
     flex-basis: 24px;
   }

   .product-content {
     width: 100%;
     display: flex;
     flex-direction: row;
     gap: 32px;
     justify-content: space-between;
   }

   .product-title {
     color: rgba(0, 0, 0, 1);
     font-size: 32px;
     line-height: 36px;
     font-weight: 600;
     margin: 0;
   }

   .product-meta {
     display: flex;
     margin-top: 16px;
     width: 100%;
     align-items: center;
     gap: 16px;
     font-size: 14px;
     line-height: 1;
     justify-content: flex-start;
   }

   .rating-reviews {
     align-self: stretch;
     display: flex;
     margin-top: auto;
     margin-bottom: auto;
     align-items: center;
     gap: 8px;
     justify-content: flex-start;
   }

   .rating-container {
     align-self: stretch;
     display: flex;
     margin-top: auto;
     margin-bottom: auto;
     align-items: center;
     gap: 2px;
     color: #000;
     white-space: nowrap;
     justify-content: flex-start;
   }

   @media (max-width: 991px) {
     .rating-container {
       white-space: initial;
     }
   }

   .rating-stars {
     align-self: stretch;
     display: flex;
     min-height: 20px;
     margin-top: auto;
     margin-bottom: auto;
   }

   .rating-value {
     color: #000;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     display: flex;
     align-items: center;
     gap: 4px;
   }

   .reviews-count {
     color: #666;
     font-size: 14px;
   }

   .reviews-link {
     color: #008acd;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     text-decoration: none;
   }

   .favorite-button {
     align-self: stretch;
     display: flex;
     margin-top: auto;
     margin-bottom: auto;
     align-items: center;
     gap: 4px;
     color: #008acd;
     white-space: nowrap;
     justify-content: flex-start;
     background: none;
     border: none;
     padding: 0;
     cursor: pointer;
     font: inherit;
   }

   .favorite-button:focus,
   .favorite-button:active {
     outline: none;
     border: none;
   }



   .favorite-icon {
     aspect-ratio: 1;
     object-fit: contain;
     object-position: center;
     width: 16px;
     stroke-width: 2px;
     stroke: #008acd;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     flex-shrink: 0;
   }

   .favorite-button.active svg {
     fill: #008ACD;
   }

   .favorite-text {
     color: #008acd;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
   }

   .quick-buy-button {
     color: #008acd;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     background: none;
     border: none;
     padding: 0;
     cursor: pointer;
     font: inherit;
   }

   .quick-buy-button:focus,
   .quick-buy-button:active {
     outline: none;
   }

   .product-details {
     display: flex;
     margin-top: 32px;
     width: 100%;
     flex-direction: column;
     align-items: flex-start;
     font-size: 14px;
     line-height: 1;
     justify-content: flex-start;
   }

   .detail-row {
     display: flex;
     align-items: center;
     gap: 4px;
     white-space: nowrap;
     justify-content: flex-start;
     margin-bottom: 8px;
   }

   @media (max-width: 991px) {
     .detail-row {
       white-space: initial;
     }
   }

   .detail-label {
     color: #000;
     opacity: 0.4;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
   }

   .manufacturer-link {
     color: #008acd;
     text-overflow: ellipsis;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     text-decoration: none;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     overflow: hidden;
   }

   .detail-value {
     color: rgba(0, 0, 0, 1);
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
   }

   .rewards-info {
     border-radius: 4px;
     display: flex;
     margin-top: 8px;
     align-items: center;
     gap: 3px;
     justify-content: flex-start;
   }

   .rewards-icon {
     aspect-ratio: 1.29;
     object-fit: contain;
     object-position: center;
     width: 18px;
     border-radius: 9px;
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
     flex-shrink: 0;
   }

   .rewards-text {
     align-self: stretch;
     margin-top: auto;
     margin-bottom: auto;
   }

   .delivery-info {
     border-radius: 8px;
     background-color: rgba(245, 245, 245, 1);
     padding: 12px;
     font-size: 14px;
     color: rgba(0, 0, 0, 1);
     line-height: 16px;
     width: 120px;
   }

   .delivery-icon {
     aspect-ratio: 1.42;
     object-fit: contain;
     object-position: center;
     width: 34px;
   }

   .delivery-text {
     margin-top: 8px;
     margin-bottom: 0;
   }

   /* Табы */
   .tabs {
     margin-top: 30px;
   }

   .tab-buttons {
     display: flex;
     border-bottom: 1px solid #ddd;
     margin-bottom: 20px;
     column-gap: 20px;
   }

   .tab-btn {
     padding: 10px 0;
     border: none;
     background: none;
     cursor: pointer;
     border-bottom: 2px solid transparent;
     font-size: 20px;
   }

   .tab-btn.active,
   .tab-btn:focus {
     outline: none;
     border-bottom: 2px solid #000;
   }

   .tab-pane {
     display: none;
     padding: 20px 0;
   }

   .tab-pane.active {
     display: block;
   }

   .tab-content {
     font-size: 14px;
     color: #000;
   }

   /* Адаптивность */
   @media (max-width: 768px) {
     .product-container {
       flex-direction: column;
     }

     .product-gallery,
     .product-info {
       width: 100%;
     }

     .product-gallery {
       position: static !important;
     }

     .product-info {
       width: 100%;
       position: static !important;
     }

     .product-variants {
       margin-top: 0 !important;
     }
   }

   /* Стили для фиксированной колонки */
   .product-info.fixed {
     position: fixed;
     top: 20px;
     background: #fff;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     z-index: 100;
   }

   /* Мобильная галерея */
   .mobile-gallery {
     display: none;
     width: calc(100vw + 20px);
     margin: 0 -20px;
     padding: 0 20px;
     overflow: hidden;
   }

   .mobile-gallery-scroll {
     display: flex;
     gap: 20px;
     overflow-x: auto;
     overflow-y: hidden;
     -webkit-overflow-scrolling: touch;
     scroll-snap-type: x mandatory;
     padding: 10px 0;
     margin: -10px 0;
   }

   .mobile-gallery-item {
     flex: 0 0 auto;
     width: 200px;
     height: 200px;
     scroll-snap-align: start;
     border-radius: 8px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .mobile-gallery-item img {
     height: 100%;
     object-fit: cover;
   }

   /* Скрываем стандартную галерею на мобильных устройствах */
   @media (max-width: 768px) {

     .product-page {
       padding: 0 !important;
       margin: 0 !important;
       max-width: 100% !important;
     }

     .gallery-container {
       display: none;
     }

     .mobile-gallery {
       display: block;
     }

     .product-container {
       flex-direction: column;
       padding: 20px;
     }

     .product-info {
       width: 100%;
     }
   }


   @media (max-width: 539px) {

     .product-title {
       font-size: 24px;
       padding-right: 40px;
     }

     .purchase-info {
       position: relative;
     }

     .favorite-button {
       position: absolute;
       top: 5px;
       right: 0;
       transform: scale(1.3);
       padding: 6px;
     }

     .favorite-text {
       display: none;
     }


     .first-add-button-icon {
       display: flex;
     }

     .first-add-button-text {
       display: none;
     }

     .quantity-measure-title {
       display: none;
     }

     .quantity-selector {
       gap: 10px;
     }

   }

   @media (max-width: 475px) {
     .product-content {
       flex-direction: column;
     }

     .delivery-info {
       display: flex;
       flex-direction: row;
       width: 100%;
       justify-content: flex-start;
       align-items: center;
       gap: 12px;
     }

     .delivery-text {
       margin-top: 0;
     }
   }
/* End */


/* Start:/local/templates/2scoop/components/logictim/bonus.catalog/devade_bonus/style.css?17525983425722*/
.product-item .bonus:empty {
    display: none;
}

.product-item .bonus,
.product-item .high-bonus {
    font-style: normal;
    font-weight: 590;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-left: 24px;
    height: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.product-item .bonus {
    background: linear-gradient(98.1deg, #008ACD 0%, #4AC5FA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.product-item .high-bonus {
    background: linear-gradient(98.1deg, #FF8933 0%, #FF365A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.product-item .bonus:before,
.product-item .high-bonus:before {
    content: '';
    display: block;
    width: 20px;
    height: 16px;
    content: '';
    display: block;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    background-repeat: no-repeat;
}

.product-item .bonus:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='16' rx='8' fill='url(%23paint0_linear_408_321)'/%3E%3Cpath d='M11.5167 10.5334H12.5167V8.46673H14.5667V7.46673H12.5167V5.41673H11.5167V7.46673H9.45V8.46673H11.5167V10.5334ZM5.88333 13.6001C4.71667 13.1334 3.77778 12.3931 3.06667 11.3791C2.35556 10.3651 2 9.23457 2 7.98743C2 6.7403 2.35833 5.61118 3.075 4.60007C3.79167 3.58895 4.72778 2.85007 5.88333 2.3834V3.51673C5.00556 3.91673 4.30556 4.52062 3.78333 5.3284C3.26111 6.13619 3 7.02119 3 7.9834C3 8.96118 3.26111 9.85007 3.78333 10.6501C4.30556 11.4501 5.00556 12.0556 5.88333 12.4667V13.6001ZM12 13.9834C11.1667 13.9834 10.3861 13.8251 9.65833 13.5084C8.93056 13.1917 8.29722 12.764 7.75833 12.2251C7.21944 11.6862 6.79167 11.0528 6.475 10.3251C6.15833 9.59729 6 8.81673 6 7.9834C6 7.15007 6.15833 6.36951 6.475 5.64173C6.79167 4.91395 7.21944 4.28062 7.75833 3.74173C8.29722 3.20284 8.93056 2.77507 9.65833 2.4584C10.3861 2.14173 11.1667 1.9834 12 1.9834C12.8333 1.9834 13.6139 2.14173 14.3417 2.4584C15.0694 2.77507 15.7028 3.20284 16.2417 3.74173C16.7806 4.28062 17.2083 4.91395 17.525 5.64173C17.8417 6.36951 18 7.15007 18 7.9834C18 8.81673 17.8417 9.59729 17.525 10.3251C17.2083 11.0528 16.7806 11.6862 16.2417 12.2251C15.7028 12.764 15.0694 13.1917 14.3417 13.5084C13.6139 13.8251 12.8333 13.9834 12 13.9834ZM12.0083 12.9834C13.3917 12.9834 14.5694 12.4983 15.5417 11.528C16.5139 10.5578 17 9.37625 17 7.9834C17 6.60562 16.5149 5.42784 15.5447 4.45007C14.5744 3.47229 13.3929 2.9834 12 2.9834C10.6222 2.9834 9.44444 3.47229 8.46667 4.45007C7.48889 5.42784 7 6.60562 7 7.9834C7 9.37625 7.48889 10.5578 8.46667 11.528C9.44444 12.4983 10.625 12.9834 12.0083 12.9834Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_408_321' x1='0' y1='0' x2='22.1463' y2='3.94203' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23008ACD'/%3E%3Cstop offset='1' stop-color='%234AC5FA'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");

}

.product-item .high-bonus:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='14' rx='7' fill='url(%23paint0_linear_408_346)'/%3E%3Cpath d='M10.3271 9.2166H11.2021V7.40827H12.9958V6.53327H11.2021V4.73952H10.3271V6.53327H8.51875V7.40827H10.3271V9.2166ZM5.39792 11.8999C4.37708 11.4916 3.55556 10.8438 2.93333 9.95659C2.31111 9.06936 2 8.08012 2 6.98888C2 5.89764 2.31354 4.90966 2.94063 4.02494C3.56771 3.14021 4.38681 2.49368 5.39792 2.08535V3.07702C4.62986 3.42702 4.01736 3.95542 3.56042 4.66223C3.10347 5.36904 2.875 6.14342 2.875 6.98535C2.875 7.84091 3.10347 8.61868 3.56042 9.31869C4.01736 10.0187 4.62986 10.5485 5.39792 10.9083V11.8999ZM10.75 12.2354C10.0208 12.2354 9.33785 12.0968 8.70104 11.8197C8.06424 11.5426 7.51007 11.1683 7.03854 10.6968C6.56701 10.2253 6.19271 9.67112 5.91563 9.03431C5.63854 8.3975 5.5 7.71452 5.5 6.98535C5.5 6.25619 5.63854 5.5732 5.91563 4.93639C6.19271 4.29959 6.56701 3.74542 7.03854 3.27389C7.51007 2.80237 8.06424 2.42806 8.70104 2.15098C9.33785 1.87389 10.0208 1.73535 10.75 1.73535C11.4792 1.73535 12.1622 1.87389 12.799 2.15098C13.4358 2.42806 13.9899 2.80237 14.4615 3.27389C14.933 3.74542 15.3073 4.29959 15.5844 4.93639C15.8615 5.5732 16 6.25619 16 6.98535C16 7.71452 15.8615 8.3975 15.5844 9.03431C15.3073 9.67112 14.933 10.2253 14.4615 10.6968C13.9899 11.1683 13.4358 11.5426 12.799 11.8197C12.1622 12.0968 11.4792 12.2354 10.75 12.2354ZM10.7573 11.3604C11.9677 11.3604 12.9983 10.9359 13.849 10.0869C14.6997 9.23796 15.125 8.2041 15.125 6.98535C15.125 5.7798 14.7005 4.74924 13.8516 3.89368C13.0026 3.03813 11.9687 2.61035 10.75 2.61035C9.54444 2.61035 8.51389 3.03813 7.65833 3.89368C6.80278 4.74924 6.375 5.7798 6.375 6.98535C6.375 8.2041 6.80278 9.23796 7.65833 10.0869C8.51389 10.9359 9.54688 11.3604 10.7573 11.3604Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_408_346' x1='0' y1='0' x2='19.8963' y2='3.64271' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF8933'/%3E%3Cstop offset='1' stop-color='%23FF365A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {

    .product-item .bonus,
    .product-item .high-bonus {
        font-size: 12px;
        line-height: 14px;
    }

    .product-item .bonus:before,
    .product-item .high-bonus:before {
        width: 18px;
        height: 14px;
        background-size: 18px;
    }
}
/* End */


/* Start:/local/templates/2scoop/components/bitrix/news.list/product-reviews/style.css?17525983425826*/
.product-reviews-list {

}

.product-reviews-list .item {
	padding: 25px 0;
	margin-right: 15px;
	border-top: 1px solid #ddd9d9;
}
.product-reviews-list .item:first-child {
	padding-top: 0;
	border-top: none;
}


.product-reviews-list .item .review__text {
    font-size: 13px;
    color: #929292;
    line-height: 1.8;
}
.product-reviews-list .item .review__author {
    font-size: 13px;
    font-weight: 700;
}


.product-reviews-list .item .review-ozenka {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAAAdCAYAAAApbre7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdCRDczQTlBREU1MTFFNjg0OEVCOTAzQUU2ODczMTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdCRDczQUFBREU1MTFFNjg0OEVCOTAzQUU2ODczMTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0JENzNBN0FERTUxMUU2ODQ4RUI5MDNBRTY4NzMxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0JENzNBOEFERTUxMUU2ODQ4RUI5MDNBRTY4NzMxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpGZW5wAAALsSURBVHja7JzLa9RQFIczQYsVhaKoBaE+ER/0AdOhAxWqG8UHuHKlIOhCUQttwRY3FQU3aulW3BQR/AME3YpdaLEtiA/ciOIsXKqF+lg4jb/D3JYwZHLzujeZm3PhI20yM+c7wy+3mcmlBcdxLL8xMzvvd3gN+Ov3gHKpaMUdaTtI6ksdNNT3ddBUv6FDkPp2DL9ucMNKd7CDIQ5xgngdXAUbU2yeHQxxiBrEPeA0WAeGU2qcHQxyiBrEMddzr4C2FJpnB4McogSxA5x1/U5FBzU3zg6GOUQJ4jXQUrdvCKzX2Dw7GOYQNohbwAWP/RvAZU2Ns4OBDmGDSElvbXBsBKzV0Dw7GOgQJohtkpRvBhcVN84OhjoU6u+szMzOr8JmG9gl2C3oBDskr/cHfACfwRexXaZSLhX/BZFih/w5FF69nuvB9ryrwHawWsEZREUrJFRdcqb7+3pvuZrV7gCe4424zQ7ZcKC0vxPT7DHFUznV2gmWMAc/rDum3QE8YofsONg4G6r44Ry4r+Hi9iMYONjX+9W9Mw0H1KywQ3YcbFHcEReedxQWfQsOodY3r4PskG8Hrw8r49jcTLgorSM6gqLfA14gs0POHApe6xFRnG5cT9DxBIq+BMdRdCHMk9ghXw52g6l5EptLoBqz6AtwNGzj7JAtBwzlDrbPG/DA8r59E/hEEslfjPoC7LAyjHeQ3Vl5H6PwD/A7gam86R3w5rODxEEWxM4YhbsSurBlhxw4qAziVrAp5eYz4YCLfXaQOKgMIo3ulJtnhyZxUB3Ergw0zw5N4NAwiGIabff5EEArc0vgiU/hnjjW7LAyjHewQ6aflvXctWo3q++BOXAK9INpBX8O2CEnDkGDSCskpsBeMAp+1j2Wvi0fACfAG9f+fZhRWhJqnh0MdggSxKciybRGrSKRfQbo/0ucAZ+s2jq2/Qk0zw6GO/gF8Rc4DE5a4b7IpLPlMThg1VZwtMdonh0McCiXilKH/wIMALtw/WXQpMBgAAAAAElFTkSuQmCC') 0 0 no-repeat;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	width: 100px;
    height: 18px;
}

.product-reviews-list .item .review-ozenka > * {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKIAAAAdCAYAAAApbre7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0Y0QTFEMURBREU1MTFFNjgzMzZBODU3RDYzMTkwMTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y0QTFEMUVBREU1MTFFNjgzMzZBODU3RDYzMTkwMTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjRBMUQxQkFERTUxMUU2ODMzNkE4NTdENjMxOTAxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjRBMUQxQ0FERTUxMUU2ODMzNkE4NTdENjMxOTAxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvI7xsIAAALLSURBVHja7JtPSBRRHMdnF5OMFCn8R1BREhW5CtbJg5qHqA6eIkghqEPRHyhBRTwIopcUvEqXDkEH9STULfpzCA8KUkIXUfBQ0KE/9Jcwt+/Pfcqw7s7szJuZN/ve78EHdWZnfp/f8Nu3b997Js6OTFkSbTf44+fC54OXtn/vGJ1mB8MdkhJBG8GQpbaxgyYOMoU4AO6A/QqTZwdNHPwW4jFA/flecF9R4uygkYPfQuy3XXsbVCpInh00cvBTiAdBt+1vCno34sTZQTMHP4XYC0qzjt0D5REmzw6aOXgtxBpwPcfxfeBWRImzg4YOXguRKr0sz7kesCeC5NlBQwcvhVjpUuXV4EbIibODpg4leY4dAkcF9YIGUOFyv1FwBayAVfFzizWw7sGLHQxyoCBN4JotwGGwy+e7hLrp04Lsti6Ck9ALIbnZ6spLWz5+/3tZpUMcnoPJDlSI70Q3ez7krpxiHQEb4LH9BIpwTnTjyhzi8BxMdqAx4j9wFUxGMLh9D1rFO8He2MFwh60vK2kx8HwQYtC3oA18yHOeHQx2SGYFp6WaMHZxLIB28MnldexgqEOu6ZthMQeUDijoG9ABPnu4hh0Mc8g3jzgBborxgkx7Bc6Bbz6uZQeDHJwmtB9auZdvCm30TfgC+CFxD3YwxMFtZWVJIvAX8CuArpwdDHBwK8QGicCpgMYU7GCAQ5iFeABUKU6eHYrEIcxCpNaoOHl2KBKHsAsxFYPk2aEIHJwKkbrRWoeBJ+3MPQNmHe7RJCnODoY4JD1W/28wZmUWq8fBPOgELeB10B8HyUQipdohDs/BBIdCC5F2SDwCx0Ef+Jr1Wpotp8Xri2DRdvyEtfP/GQpuG+n0KdUOcXgOJjgUUohPRSXTHrU1F9lnoBl0gWUrs4/tZADJs4PmDiUON/lpZRamX3rtyMATMGNlZuJrJZJnB0Mc/gswAEWPjNUaDMLyAAAAAElFTkSuQmCC') 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	background-size: cover;
	width: 100px;
    height: 18px;
}

.product-reviews-list .item .review-ozenka-0 > * {
	width: 0;
}
.product-reviews-list .item .review-ozenka-1 > * {
	width: 20px;
}
.product-reviews-list .item .review-ozenka-2 > * {
	width: 40px;
}
.product-reviews-list .item .review-ozenka-3 > * {
	width: 60px;
}
.product-reviews-list .item .review-ozenka-4 > * {
	width: 80px;
}
.product-reviews-list .item .review-ozenka-5 > * {
	width: 100px;
}


.reviews__add-title {
	font-size: 18px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px !important;
}












/* End */


/* Start:/local/templates/2scoop/components/bitrix/main.include/owl-carousel/style.css?17525983421113*/
.catalog-items {
    padding-bottom: 15px;
}

.catalog-items .owl-carousel {}

.catalog-items .owl-nav {
}

.catalog-items .owl-nav .owl-prev,
.catalog-items .owl-nav .owl-next {
	text-indent: -9999px;
	position: absolute;
	bottom: 7px;
}
.catalog-items .owl-nav .owl-prev {
	background-image: url(/local/templates/2scoop/components/bitrix/main.include/owl-carousel/images/controls-sprite.png);
	background-position: -33px -60px;
	width: 11px;
	height: 17px;
	left: 0;
}
.catalog-items .owl-nav .owl-next {
	background-image: url(/local/templates/2scoop/components/bitrix/main.include/owl-carousel/images/controls-sprite.png);
	background-position: 0px -60px;
	width: 11px;
	height: 17px;
	right: 0;
}

.catalog-items .owl-dots {
	margin-top: 35px;
	margin-bottom: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.catalog-items .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.catalog-items .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #b9b0b0;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.catalog-items .owl-dots .owl-dot.active span,
.catalog-items .owl-dots .owl-dot:hover span {
	background: #ff9e2b;
}
/* End */


/* Start:/local/templates/2scoop/components/bitrix/catalog.section/carousel/style.css?17525983421242*/
.top-products {
	padding-top: 40px;
}

.catalog-section-header {
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

.row::before {
	display: initial;
}


.catalog-section>.row {
	gap: 20px;
	align-items: stretch;
	justify-content: start;
	margin-bottom: 40px;
}

.product-item-small-card.product-item-list-col-3 {
	flex: 0 0 calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
}

.product-item-small-card.product-item-list-col-4 {
	flex: 0 0 calc((100% - 60px) / 4);
	max-width: calc((100% - 60px) / 4);
}


@media (max-width: 1199px) {

	.product-item-small-card.product-item-list-col-3 {
		flex: 0 0 calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}

	.product-item-small-card.product-item-list-col-4 {
		flex: 0 0 calc((100% - 40px) / 3);
		max-width: calc((100% - 40px) / 3);
	}

}

@media (max-width: 767px) {

	.catalog-section>.row {
		gap: 10px;
	}

	.product-item-small-card.product-item-list-col-3 {
		flex: 0 0 calc((100% - 10px) / 2);
		max-width: calc((100% - 10px) / 2);
	}

	.product-item-small-card.product-item-list-col-4 {
		flex: 0 0 calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}


}
/* End */


/* Start:/local/templates/2scoop/components/bitrix/catalog.section/carousel/bitrix/catalog.item/bootstrap_v4/style.css?175259834226868*/
.product-item-container {
	position: relative;
}

.catalog-items .product-item-image-wrapper {
	padding-top: 100%;
}

.catalog-items .product-item-container {
	height: 100% !important;
	background: #fff !important;
	text-align: center;
	border: 1px solid #ebeef1;
	z-index: 1;
	transition-property: all;
	transition-duration: 100ms;
	position: static;
	border-radius: 8px;
	overflow: hidden;
}

.catalog-items .product-item {
	height: 100%;
	padding: 15px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}


.product-item-container.hover {
	z-index: 17;
}

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item {}

.product-item-line-card .product-item {
	border-bottom: 1px solid #dadada;
}


/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}


.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
	padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original {
	z-index: 11;
}

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.product-item-big-card .product-item-image-wrapper {
	margin-bottom: 8px;
}

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
	display: block;
}

.product-item-image-slider-slide-container>.active {
	left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container>.next {
	left: 100%;
}

.product-item-image-slider-slide-container>.prev {
	left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
	left: 0;
}

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
	opacity: 1;
}

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover {
	cursor: pointer;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
	background-color: var(--primary);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #E14238;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
	background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
	line-height: 0;
}

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text>div {
		line-height: 0;
	}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top {
	top: 5px;
}

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center>div {
	text-align: center;
}

.product-item-label-left {
	left: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-item-label-left img,
.product-item-label-left a img {
	height: 20px;
	margin-bottom: 2px;
	width: max-content !important
}

.product-item-label-bottom {
	bottom: -5px;
}

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right {
	right: -5px;
}

.product-item-label-right>div {
	text-align: right;
}

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/

.product-item-title {
	margin-bottom: 0;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a {
	font-size: 21px;
}

.product-item-line-card .product-item-title a {
	font-size: 20px;
}

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a {
		font-size: 16px;
	}
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;

}

.product-item-price-current {
	width: 96px;
	height: 32px;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	white-space: nowrap;
	letter-spacing: 0;
}

.product-item-price-old {
	position: relative;
	white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: rgba(0, 0, 0, 0.4);
	letter-spacing: 0;
}

@media (max-width: 991px) {
	.product-item-price-old {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
}




.product-item-price-old::before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	background: #FF0000;
	transform: rotate(-6deg);
}

.product-item-big-card .product-item-price-container {}

.product-item-big-card .product-item-price-current {}

.product-item-big-card .product-item-price-old {}

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 0;
	width: 100%;
}

.product-item-info-container-title {
	font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
	display: none !important
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
	border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
	background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
	opacity: 1;
}

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
	border-width: .5px;
}

.product-item-amount-field:focus {
	outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {}

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl {
	clear: both;
}

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container {
	display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
	display: block;
}

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
	text-align: left;
}

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block {}

.product-item-scu-block-title {
	font-size: 12px;
}

.product-item-scu-list {
	margin: 0;
}

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container {
	min-width: 32px;
}

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
	outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
	outline-width: 1px;
}

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
	outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
	outline-width: 1px;
}

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-color: var(--primary);
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
	text-align: center;
}

.product-item-button-container .btn {
	margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
	display: none;
}

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
	opacity: 1;
}

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}



.product-item-info {
	justify-content: space-between;
	display: flex;
	width: 100%;
	align-items: baseline;
	padding: 0 20px;
	flex-flow: row wrap;
	min-height: 20px;
}

.product-item-order-to-one-click {
	display: flex;
	align-items: center;
}

.product-item-label-container {
	position: absolute;
	z-index: 1000;
	left: 8px;
	top: -5px;
}

.product-quantity-block {
	width: 50%;
}

.product-catalog-info-block {
	width: 100%;
}

.product-catalog-info-block:hover {
	cursor: pointer;
}

.product-catalog-info-block:hover .product-item-title a {
	color: #008ACD;
}

.product-buyer-info-block {
	width: 100%;
}

.not-available-message {
	margin-bottom: 0;
	line-height: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 16px;
	text-align: left;
	color: rgba(0, 0, 0, 0.44);
	white-space: nowrap;
}

.product-item-scu-item-list .selected.notallowed {}
/* End */


/* Start:/local/templates/2scoop/components/bitrix/catalog.product.subscribe/.default/style.css?17525983421816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/2scoop/components/bitrix/catalog.section/carousel/themes/blue/style.css?1752598342825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/2scoop/components/bitrix/catalog.element/sticky/style.css?175259834220786 */
/* /local/templates/2scoop/components/logictim/bonus.catalog/devade_bonus/style.css?17525983425722 */
/* /local/templates/2scoop/components/bitrix/news.list/product-reviews/style.css?17525983425826 */
/* /local/templates/2scoop/components/bitrix/main.include/owl-carousel/style.css?17525983421113 */
/* /local/templates/2scoop/components/bitrix/catalog.section/carousel/style.css?17525983421242 */
/* /local/templates/2scoop/components/bitrix/catalog.section/carousel/bitrix/catalog.item/bootstrap_v4/style.css?175259834226868 */
/* /local/templates/2scoop/components/bitrix/catalog.product.subscribe/.default/style.css?17525983421816 */
/* /local/templates/2scoop/components/bitrix/catalog.section/carousel/themes/blue/style.css?1752598342825 */
