

/* Start:/local/templates/html/assets/components-template/product-page/style.css?179006417730409*/
@charset "UTF-8";
.page-product .section-margin {
  margin-top: 6.4rem; }
  @media (max-width: 1099px) {
    .page-product .section-margin {
      margin-top: 56px; } }

.page-product .page-header-section {
  margin-bottom: 0; }
  @media (max-width: 1099px) {
    .page-product .page-header-section {
      display: none; } }

@media (max-width: 1099px) {
  .page-product .wrapper {
    padding-bottom: 176px; } }

.product-page__grid {
  display: grid;
  margin-bottom: 6.4rem;
  gap: 2.4rem;
  grid-template-columns: 1fr minmax(64rem, 1fr); }
  @media (max-width: 1099px) {
    .product-page__grid {
      margin-bottom: 56px;
      gap: 24px;
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .product-page__grid {
      gap: 20px; } }

@media (min-width: 1100px) {
  .product-page__area {
    position: sticky;
    top: 14rem; } }

.product-page__header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }

.product-page__tabs {
  display: flex;
  border-bottom: 1px solid #DFDFDF; }
  @media (max-width: 1559px) {
    .product-page__tabs {
      display: none; } }

.product-page__tab {
  position: relative;
  margin-right: 40px;
  transition: all .3s ease;
  color: #9A9CA1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5; }
  .product-page__tab.active {
    pointer-events: none;
    color: var(--theme-base-color); }
    .product-page__tab.active:after {
      right: 0; }
  .product-page__tab:after {
    position: absolute;
    bottom: -2px;
    right: 100%;
    left: 0;
    height: 3px;
    content: '';
    transition: all .3s ease;
    background-color: var(--theme-base-color); }
  @media (min-width: 1100px) {
    .product-page__tab {
      cursor: pointer; }
      .product-page__tab:hover {
        color: var(--theme-base-color); }
        .product-page__tab:hover:after {
          right: 0; } }

.product-page__tab-content {
  display: none;
  padding-top: 40px; }
  @media (max-width: 1559px) {
    .product-page__tab-content {
      padding-top: 0px;
      border-bottom: 1px solid #DFDFDF; } }
  .product-page__tab-content .product-descr__table:first-child {
    margin-top: 0px; }
  .product-page__tab-content.active {
    display: block; }
  @media (max-width: 1559px) {
    .product-page__tab-content {
      display: block; } }

.product-image {
  width: 100%;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 1100px) {
    .product-image {
      position: sticky;
      top: 0; } }
  @media (max-width: 1249px) {
    .product-image {
      justify-content: center; } }
  .product-image:has(.is-n-1) .product-page--action {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .product-image__desktop {
    width: 100%;
    display: none; }
    @media (min-width: 1100px) {
      .product-image__desktop {
        display: block; } }
  .product-image__mobile {
    position: relative;
    width: 100%; }
    @media (min-width: 1100px) {
      .product-image__mobile {
        display: none; } }
    .product-image__mobile .product-image__slider.swiper {
      position: relative;
      width: 100%;
      margin-right: 0; }
      .product-image__mobile .product-image__slider.swiper .swiper,
      .product-image__mobile .product-image__slider.swiper .swiper-slide,
      .product-image__mobile .product-image__slider.swiper .swiper-container {
        height: 100%; }
      .product-image__mobile .product-image__slider.swiper .swiper-container {
        position: relative;
        padding-bottom: 134%; }
      .product-image__mobile .product-image__slider.swiper .swiper-wrapper {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
      .product-image__mobile .product-image__slider.swiper .swiper-slide {
        width: 100%;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        justify-content: center; }
      .product-image__mobile .product-image__slider.swiper .swiper-pagination {
        position: static;
        width: 100%;
        height: 4px;
        display: flex;
        justify-content: center;
        margin: 12px 0 0 0;
        transform: none; }
      .product-image__mobile .product-image__slider.swiper .lazy-img-wrap {
        width: 100%; }
        .product-image__mobile .product-image__slider.swiper .lazy-img-wrap img {
          width: 100%;
          max-width: none;
          height: 100%;
          max-height: none;
          object-fit: cover; }
  .product-image__grid {
    width: 100%;
    max-width: 888px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr); }
    .product-image__grid.is-n-1 {
      grid-template-columns: 1fr; }
      .product-image__grid.is-n-1 .is-main {
        grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-2 .product-image__cell:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-2 .is-main {
      grid-area: 1 / 2 / 2 / 4; }
    .product-image__grid.is-n-3 .product-image__cell:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-3 .product-image__cell:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .product-image__grid.is-n-3 .is-main {
      grid-area: 1 / 2 / 3 / 4; }
    .product-image__grid.is-n-4 .product-image__cell:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-4 .product-image__cell:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .product-image__grid.is-n-4 .product-image__cell:nth-child(4) {
      grid-area: 3 / 1 / 4 / 2; }
    .product-image__grid.is-n-4 .is-main {
      grid-area: 1 / 2 / 3 / 4; }
    .product-image__grid.is-n-5 .product-image__cell:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-5 .product-image__cell:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .product-image__grid.is-n-5 .product-image__cell:nth-child(4) {
      grid-area: 3 / 1 / 4 / 2; }
    .product-image__grid.is-n-5 .product-image__cell:nth-child(5) {
      grid-area: 3 / 2 / 4 / 3; }
    .product-image__grid.is-n-5 .is-main {
      grid-area: 1 / 2 / 3 / 4; }
    .product-image__grid.is-n-6 .product-image__cell:nth-child(2) {
      grid-area: 1 / 1 / 2 / 2; }
    .product-image__grid.is-n-6 .product-image__cell:nth-child(3) {
      grid-area: 2 / 1 / 3 / 2; }
    .product-image__grid.is-n-6 .product-image__cell:nth-child(4) {
      grid-area: 3 / 1 / 4 / 2; }
    .product-image__grid.is-n-6 .product-image__cell:nth-child(5) {
      grid-area: 3 / 2 / 4 / 3; }
    .product-image__grid.is-n-6 .product-image__cell:nth-child(6) {
      grid-area: 3 / 3 / 4 / 4; }
    .product-image__grid.is-n-6 .is-main {
      grid-area: 1 / 2 / 3 / 4; }
    .product-image__grid .product-image__cell:nth-child(n + 7) {
      display: none; }
  .product-image__cell {
    position: relative;
    min-height: 0;
    display: block;
    overflow: hidden; }
    .product-image__cell.is-main {
      aspect-ratio: 888 / 1182; }
      .product-image__cell.is-main .lazy-img-wrap,
      .product-image__cell.is-main img {
        height: 100%; }
    .product-image__cell .lazy-img-wrap {
      width: 100%;
      height: 100%;
      display: block; }
    .product-image__cell img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    @media (min-width: 1100px) {
      .product-image__cell {
        cursor: pointer; }
        .product-image__cell:hover .product-image__hover {
          visibility: visible;
          opacity: 1; } }
  @media (min-width: 1100px) {
    .product-image__desktop .product-image__grid.is-has-more .product-image__cell.is-more::before {
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      content: '';
      transition: background .3s ease;
      pointer-events: none;
      background: #0000004d; }
    .product-image__desktop .product-image__grid.is-has-more .product-image__cell.is-more:hover::before {
      background: #00000080; } }
  .product-image__desktop .product-image__grid.is-has-more .product-image__more {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
    .product-image__desktop .product-image__grid.is-has-more .product-image__more span {
      margin: 0;
      color: #fff;
      line-height: 1; }
  .product-image__grid.is-n-1 {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-image__grid.is-n-1 .is-main {
      max-width: 584px;
      aspect-ratio: 584 / 780; }
  .product-image__grid.is-n-2 .product-image__cell {
    grid-row: span 2 / span 2; }
  .product-image__grid.is-n-3 .is-main,
  .product-image__grid.is-n-4 .is-main,
  .product-image__grid.is-n-5 .is-main,
  .product-image__grid.is-n-6 .is-main {
    height: 100%;
    aspect-ratio: unset; }
  .product-image__hover {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    visibility: hidden;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    transform: translate(-50%, -50%);
    pointer-events: none; }
    .product-image__hover svg {
      fill: #fff;
      stroke: #AEB6BE; }
  .product-image .lazy-img-wrap {
    position: relative;
    z-index: 1; }

.product-page--action {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 33.3%;
  width: 66.6%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(1rem, 0.9vw, 1.6rem);
  gap: 1.6rem; }
  @media (max-width: 1099px) {
    .product-page--action {
      left: 0;
      width: 100%;
      padding: 12px;
      gap: 12px; } }

.product-action {
  width: 5.2rem;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50%;
  background: #fff; }
  @media (max-width: 1099px) {
    .product-action {
      width: 48px;
      height: 48px; } }
  @media (max-width: 767px) {
    .product-action {
      width: 36px;
      height: 36px; } }
  .product-action__favourites {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: fill .3s ease;
    fill: #AEB6BE; }
    .product-action__favourites.active {
      fill: var(--theme-base-color); }
      @media (hover: hover) {
        .product-action__favourites.active {
          cursor: pointer; }
          .product-action__favourites.active:hover {
            fill: var(--theme-base-color-dark); } }
    @media (hover: hover) {
      .product-action__favourites {
        cursor: pointer; }
        .product-action__favourites:hover {
          fill: var(--theme-base-color); } }
    @media (max-width: 1099px) {
      .product-action__favourites {
        width: 28px;
        height: 28px; } }

.product-descr {
  display: flex;
  align-items: center;
  gap: 5.6rem; }
  @media (max-width: 1099px) {
    .product-descr {
      gap: 24px; } }
  @media (max-width: 767px) {
    .product-descr {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px; } }
  .product-descr__code {
    display: flex;
    gap: .8rem; }
    @media (max-width: 1099px) {
      .product-descr__code {
        gap: 4px; } }
  .product-descr__code-prop {
    color: #9A9CA1; }
  .product-descr__rate {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    @media (max-width: 1099px) {
      .product-descr__rate {
        gap: 8px; } }
  .product-descr__stars-list {
    display: flex;
    align-items: center;
    gap: .4rem; }
    @media (max-width: 1099px) {
      .product-descr__stars-list {
        gap: 2px; } }
  .product-descr__star {
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-descr__star.active .icon {
      fill: #f2b705; }
    .product-descr__star .icon {
      fill: #DFDFDF; }
  .product-descr__star-total {
    font-weight: 600; }
  .product-descr__feedback {
    position: relative;
    cursor: pointer;
    transition: color .3s ease; }
    .product-descr__feedback:before {
      padding-right: 1.2rem;
      content: '●';
      color: #1A1A1A; }

.product-info-block {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  gap: 1.6rem;
  background-color: rgba(var(--theme-base-color-rgba), 0.07); }
  @media (max-width: 1099px) {
    .product-info-block {
      padding: 14px;
      gap: 14px; } }
  @media (max-width: 767px) {
    .product-info-block {
      padding: 12px;
      gap: 12px; } }
  .product-info-block__head {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    font-weight: 600; }
    @media (max-width: 1099px) {
      .product-info-block__head {
        gap: 10px; } }
    @media (max-width: 767px) {
      .product-info-block__head {
        gap: 8px; } }
  .product-info-block__icon {
    display: flex;
    align-items: center; }
    .product-info-block__icon .icon {
      fill: var(--theme-base-color); }
  .product-info-block__link {
    max-width: fit-content;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px; }

.product-features__item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: .8rem 0;
  border-bottom: 1px solid #DFDFDF; }

.product-features__sep {
  min-width: 15px;
  flex-grow: 1;
  margin: 0px 3px;
  margin-bottom: 4px; }

.product-features__val {
  text-align: right; }

.product-features__prop {
  display: flex;
  align-items: center;
  color: #9A9CA1; }
  .product-features__prop .tooltip-wrap {
    padding: 0px 4px; }

.product-features__more {
  cursor: pointer;
  color: var(--theme-accent-color); }
  @media (min-width: 1100px) {
    .product-features__more:hover {
      opacity: .7; } }

.product-features__title {
  margin-bottom: 16px;
  font-weight: 600; }

.product-features__block {
  margin-bottom: 1.6rem; }
  @media (max-width: 767px) {
    .product-features__block {
      margin-bottom: 38px; } }

.product-features--v2 {
  padding: 4rem;
  background-color: #F2F1F0; }
  @media (max-width: 1099px) {
    .product-features--v2 {
      padding: 24px 16px; } }
  @media (max-width: 767px) {
    .product-features--v2 {
      padding: 16px 8px; } }
  .product-features--v2 .product-features__block {
    display: grid;
    margin-bottom: 0;
    gap: 0 2.4rem;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 1099px) {
      .product-features--v2 .product-features__block {
        gap: 0 12px;
        grid-template-columns: 1fr; } }
  .product-features--v2 .product-features__item {
    display: grid;
    align-items: center;
    gap: 0 2.4rem;
    grid-template-columns: clamp(24rem, 17vw, 36rem) 1fr; }
    @media (max-width: 1099px) {
      .product-features--v2 .product-features__item {
        gap: 0 12px;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 767px) {
      .product-features--v2 .product-features__item {
        align-items: flex-start;
        gap: 0 8px; } }
  .product-features--v2 .product-features__val {
    text-align: left; }

.currency {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.2rem;
  border-radius: 50%;
  background: #1A1A1A; }
  @media (max-width: 1099px) {
    .currency {
      width: 32px;
      height: 32px;
      margin-left: 16px; } }
  @media (max-width: 767px) {
    .currency {
      width: 28px;
      height: 28px; } }
  .currency span {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1; }
    @media (max-width: 1099px) {
      .currency span {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .currency span {
        font-size: 16px; } }
  .currency .currency--tooltip.tooltip-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: none; }

.product-control {
  display: flex;
  flex-direction: column;
  margin-top: .8rem;
  gap: 1.2rem; }
  @media (max-width: 1099px) {
    .product-control {
      margin-top: 0;
      gap: 4px; } }
  .product-control__one-click {
    display: flex;
    justify-content: center; }
  .product-control__buttons {
    max-width: 58rem;
    display: grid;
    padding-top: .8rem;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr; }
    @media (max-width: 1099px) {
      .product-control__buttons {
        max-width: 100%;
        padding-top: 4px;
        gap: 8px; } }
    .product-control__buttons .btn {
      width: 100%;
      padding: 0 20px; }
  .product-control .product-price {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem; }
    @media (max-width: 1099px) {
      .product-control .product-price {
        gap: 8px; } }
    .product-control .product-price__current {
      line-height: 1; }
    .product-control .product-price__old {
      color: #9A9CA1; }
      .product-control .product-price__old span:not(.byn) {
        text-decoration: line-through; }
    .product-control .product-price__empty {
      color: #9A9CA1; }
    .product-control .product-price__sale {
      display: flex;
      flex-direction: column;
      gap: 0; }

.product-control-sticky {
  position: fixed;
  z-index: 100;
  bottom: 58px;
  right: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0px -4px 14px 0px #1a1a1a1a; }
  @media (max-width: 1099px) {
    .product-control-sticky {
      display: flex; } }

.product-notification {
  margin-top: 2.4rem; }
  .product-notification__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DFDFDF; }
    .product-notification__item.expand .product-notification__toggle {
      transform: rotate(180deg); }
  .product-notification__head {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 1.6rem 0;
    gap: 1.2rem; }
    @media (min-width: 1100px) {
      .product-notification__head {
        cursor: pointer; }
        .product-notification__head:hover .product-notification__title {
          color: var(--theme-base-color-light); }
        .product-notification__head:hover .icon {
          fill: var(--theme-base-color-light); } }
    .product-notification__head:active .product-notification__title {
      color: var(--theme-base-color-dark); }
    .product-notification__head:active .icon {
      fill: var(--theme-base-color-dark); }
    .product-notification__head .icon {
      fill: #1A1A1A; }
  .product-notification__collapse {
    overflow: hidden;
    transition: max-height .3s ease; }
  .product-notification__body {
    padding: 0 0 3.2rem 0; }
  .product-notification__toggle {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    transition: transform .3s ease; }
  .product-notification__title {
    display: flex;
    align-items: center;
    transition: color .3s ease; }

.product-info-grid {
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 1fr 33%; }
  @media (max-width: 1099px) {
    .product-info-grid {
      gap: 24px;
      grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .product-info-grid {
      gap: 20px; } }
  @media (max-width: 1099px) {
    .product-info-grid__left {
      order: 2; } }
  @media (max-width: 1099px) {
    .product-info-grid__right {
      order: 1; } }

.review-card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  gap: 1.6rem;
  border: 1px solid #DFDFDF; }
  @media (max-width: 1099px) {
    .review-card-wrap {
      padding: 16px; } }
  @media (max-width: 767px) {
    .review-card-wrap {
      padding: 12px; } }

.review-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem; }
  @media (max-width: 1099px) {
    .review-card {
      gap: 14px; } }
  @media (max-width: 767px) {
    .review-card {
      gap: 12px; } }
  .review-card__header {
    display: grid;
    align-items: center;
    gap: 1.2rem 2rem;
    grid-template-columns: 6.4rem 1fr auto;
    grid-template-rows: auto auto; }
    @media (max-width: 1099px) {
      .review-card__header {
        gap: 8px 12px;
        grid-template-columns: 48px 1fr auto; } }
    @media (max-width: 767px) {
      .review-card__header {
        gap: 4px 8px;
        grid-template-columns: 40px 1fr auto; } }
  .review-card__photo {
    align-self: start;
    grid-column: 1;
    grid-row: 1 / 3;
    aspect-ratio: 1 / 1; }
    .review-card__photo img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover; }
  .review-card__author {
    align-self: center;
    font-weight: 600;
    grid-column: 2;
    grid-row: 1 / 3; }
  .review-card__date {
    white-space: nowrap;
    color: #9A9CA1;
    grid-column: 3;
    grid-row: 2;
    justify-self: end; }
  .review-card__rate {
    display: flex;
    grid-column: 3;
    grid-row: 1;
    justify-self: end; }
  .review-card__body {
    display: flex;
    flex-direction: column;
    margin-left: 8.4rem;
    gap: 1.6rem; }
    @media (max-width: 1099px) {
      .review-card__body {
        margin-left: 60px;
        gap: 14px; } }
    @media (max-width: 767px) {
      .review-card__body {
        margin-left: 0;
        gap: 12px; } }
  .review-card__summary {
    display: flex;
    flex-direction: column;
    gap: 1.6rem; }

.reviews {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .reviews__modal {
    margin-left: 20px;
    transition: all .3s ease;
    white-space: nowrap;
    color: var(--theme-base-color);
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 1099px) {
      .reviews__modal {
        font-size: 12px; } }
    @media (min-width: 1100px) {
      .reviews__modal {
        cursor: pointer; }
        .reviews__modal:hover {
          opacity: .8; } }

.reviews-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px; }
  .reviews-list:not(.is-expanded) .review-card-wrap:nth-of-type(n + 4) {
    display: none; }
  .reviews-list .js-reviews-total {
    display: none; }
  .reviews-list.has-more .js-reviews-total {
    display: flex; }
  @media (max-width: 1099px) {
    .reviews-list {
      gap: 12px; } }

.reply {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1.2rem;
  background-color: #F2F1F0; }
  @media (max-width: 1099px) {
    .reply {
      padding: 16px;
      gap: 12px; } }
  @media (max-width: 767px) {
    .reply {
      padding: 12px;
      gap: 8px; } }
  .reply__header {
    color: #9A9CA1;
    font-weight: 600; }

.product-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.2rem;
  gap: 1.6rem; }
  @media (max-width: 1099px) {
    .product-block {
      margin-bottom: 24px;
      gap: 16px; } }
  .product-block__title span {
    font-weight: 600; }

.product-actions {
  padding: 20px 22px;
  border-radius: var(--b-radius);
  background: #F2F1F0; }
  @media (max-width: 575px) {
    .product-actions {
      padding: 14px 7px; } }
  .product-actions__item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 12px;
    gap: 16px; }
    @media (max-width: 767px) {
      .product-actions__item {
        padding-left: 8px;
        gap: 4px; } }
    .product-actions__item:last-child {
      margin-bottom: 0px; }
    .product-actions__item:before {
      position: absolute;
      top: calc(50% - 2px);
      left: 0;
      width: 4px;
      height: 4px;
      content: '';
      background-color: var(--theme-base-color); }
  .product-actions__title {
    border-bottom: 1px solid; }
  .product-actions__timer {
    padding: 3px 8px;
    border-radius: calc(var(--theme-radius) / 2);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1)); }

.reviews-control {
  padding: 2.4rem;
  background-color: #F2F1F0; }
  .reviews-control__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.4rem; }
  .reviews-control__body {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem;
    gap: .8rem; }
  .reviews-control__rate {
    display: flex;
    align-items: center; }
  .reviews-control__descr {
    margin-bottom: 8px; }
  .reviews-control__item {
    display: flex;
    align-items: center;
    gap: 1.2rem; }
    .reviews-control__item:last-child {
      margin-bottom: 0px; }
  .reviews-control__grade {
    width: 8rem;
    color: #9A9CA1; }
  .reviews-control__progress {
    position: relative;
    height: 8px;
    flex-grow: 1;
    border-radius: 8px;
    background-color: #DFDFDF; }
    .reviews-control__progress span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-radius: 8px;
      background-color: #f2b705; }
  .reviews-control__percent {
    width: 4.8rem;
    text-align: right; }
  @media (max-width: 1099px) {
    .reviews-control {
      padding: 20px; } }

.product-mobile-actions {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr; }
  .product-mobile-actions__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    gap: 10px;
    transition: all ease .3s;
    fill: #AEB6BE;
    border: 1px solid #DFDFDF;
    border-radius: var(--b-radius);
    background: #F2F1F0; }
    @media (max-width: 1099px) {
      .product-mobile-actions__item:active, .product-mobile-actions__item:focus {
        color: var(--theme-base-color);
        fill: var(--theme-base-color); } }
    .product-mobile-actions__item.active .icon {
      fill: var(--theme-base-color); }

.product-description__content p {
  display: none; }
  .product-description__content p:first-child {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; }

.product-description__content.active p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: inherit; }

.product-panel {
  position: fixed;
  z-index: 20;
  top: calc(var(--headerMidHeight) + var(--headerBottomHeight) - 20px);
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  transition: visibility .2s linear, opacity .2s linear, top .2s linear;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 8px 8px 8px 0px rgba(136, 136, 136, 0.2); }
  .product-panel__inner {
    max-width: 90%;
    margin: auto; }
    @media (max-width: 1919px) {
      .product-panel__inner {
        max-width: none; } }
  .product-panel.active {
    top: calc(var(--headerMidHeight) + var(--headerBottomHeight));
    visibility: visible;
    opacity: 1;
    pointer-events: all; }
  @media (max-width: 1099px) {
    .product-panel {
      display: none; } }

.product-card-row {
  display: grid;
  grid-template-columns: 40% 60%; }
  .product-card-row__left {
    display: flex;
    padding-right: 3.2rem;
    gap: 1.6rem;
    border-right: 1px solid #DFDFDF; }
  .product-card-row__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3.2rem;
    gap: 3.2rem; }
  .product-card-row__image {
    width: 7.2rem;
    max-height: 9.6rem; }
    .product-card-row__image img {
      max-width: 100%;
      max-height: 100%; }
  .product-card-row__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-family: "Lora", Arial, Verdana, sans-serif; }
  .product-card-row__row {
    display: flex;
    align-items: center;
    gap: 1.6rem; }
  .product-card-row__content {
    display: flex;
    flex-direction: column;
    padding-top: 1.6rem;
    gap: 1.6rem; }
  .product-card-row__code {
    color: #9A9CA1; }
  .product-card-row__price {
    display: flex;
    align-items: center;
    white-space: nowrap; }
  .product-card-row__control {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    gap: 3.2rem; }
  .product-card-row .product-control {
    margin: 0; }
  .product-card-row .product-control__buttons {
    padding: 0; }
  .product-card-row .product-precontrol__right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 2.4rem; }
  .product-card-row .product-action {
    position: static; }

.empty-reviews {
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #DFDFDF; }
  @media (max-width: 767px) {
    .empty-reviews {
      align-items: center;
      flex-direction: column; } }
  .empty-reviews__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2.4rem;
    gap: 1.2rem; }
    @media (max-width: 1099px) {
      .empty-reviews__content {
        padding: 20px 16px; } }
    @media (max-width: 767px) {
      .empty-reviews__content {
        padding: 16px 12px;
        gap: 8px; } }
  .empty-reviews__title {
    font-weight: 600; }
  .empty-reviews__bg {
    position: relative;
    width: 35rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .empty-reviews__bg {
        width: 100%; } }
    .empty-reviews__bg:before {
      position: absolute;
      z-index: -1;
      top: 50%;
      right: -40%;
      width: 34rem;
      content: '';
      transform: translateY(-50%);
      border-radius: 50%;
      background-color: #F2F1F0;
      aspect-ratio: 1/1; }
      @media (max-width: 1099px) {
        .empty-reviews__bg:before {
          right: -80%; } }
      @media (max-width: 767px) {
        .empty-reviews__bg:before {
          right: auto;
          left: 50%;
          width: 500px;
          transform: translateX(-50%); } }
    .empty-reviews__bg img {
      max-width: 100%;
      max-height: 100%;
      display: block; }
      @media (max-width: 575px) {
        .empty-reviews__bg img {
          bottom: -10%;
          right: -10%;
          width: 80%;
          transform: translateY(0); } }

/* End */


/* Start:/local/templates/html/assets/components-template/product-page-sku/style.css?17900641774065*/
@charset "UTF-8";
.product-sku__list {
  display: flex; }

.product-sku__overflow {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem; }
  @media (max-width: 1099px) {
    .product-sku__overflow {
      gap: 12px; } }

.product-sku__item {
  position: relative;
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  transition: all .3s ease;
  border: 1px solid #DFDFDF; }
  @media (min-width: 1100px) {
    .product-sku__item {
      cursor: pointer; }
      .product-sku__item:hover {
        color: var(--theme-base-color-light);
        border-color: var(--theme-base-color-light); }
        .product-sku__item:hover .product-sku__tooltip {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); } }
  @media (max-width: 1099px) {
    .product-sku__item {
      width: 57px;
      height: 57px; } }
  .product-sku__item img {
    max-width: 100%;
    max-height: 100%; }
  .product-sku__item:disabled, .product-sku__item.disabled {
    pointer-events: none;
    color: #9A9CA1; }
  .product-sku__item:active {
    color: var(--theme-base-color-dark);
    border-color: var(--theme-base-color-dark); }
  .product-sku__item.active {
    color: #fff;
    border-color: var(--theme-base-color);
    background-color: var(--theme-base-color); }
    .product-sku__item.active .icon {
      fill: #fff; }
      .product-sku__item.active .icon svg,
      .product-sku__item.active .icon path {
        fill: #fff; }

.product-sku__color {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: inherit; }

.product-sku__tooltip {
  position: absolute;
  z-index: 10;
  bottom: calc(100% + 6px);
  left: 0;
  width: auto;
  min-width: fit-content;
  visibility: hidden;
  opacity: 0;
  padding: 4px 8px;
  transition: all .3s ease;
  transform: translateY(20px);
  white-space: nowrap;
  pointer-events: none;
  color: #1A1A1A;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16); }
  @media (max-width: 1099px) {
    .product-sku__tooltip {
      display: none; } }
  .product-sku__tooltip:after {
    position: absolute;
    top: 100%;
    left: 10px;
    content: '';
    border: 5px solid transparent;
    /* Прозрачные границы */
    border-top: 5px solid #fff;
    /* Добавляем треугольник */ }

.product-sku--v2 .product-sku__item {
  background-color: #fff; }
  .product-sku--v2 .product-sku__item.active {
    background-color: var(--theme-base-color); }
    .product-sku--v2 .product-sku__item.active .product-sku__icon .icon,
    .product-sku--v2 .product-sku__item.active .product-sku__icon svg {
      fill: #fff; }

.product-sku--v2 .product-sku__icon {
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem; }
  @media (max-width: 1099px) {
    .product-sku--v2 .product-sku__icon {
      padding: 8px; } }
  @media (max-width: 767px) {
    .product-sku--v2 .product-sku__icon .icon {
      max-width: 40px;
      max-height: 40px; } }
  .product-sku--v2 .product-sku__icon svg {
    width: 100%;
    height: 100%;
    fill: #1A1A1A; }

.product-sku--v3 .product-sku__overflow {
  gap: 1.2rem; }
  @media (max-width: 1099px) {
    .product-sku--v3 .product-sku__overflow {
      gap: 10px; } }
  @media (max-width: 1099px) {
    .product-sku--v3 .product-sku__overflow {
      gap: 8px; } }

.product-sku--v3 .product-sku__item {
  width: fit-content;
  height: 4rem;
  padding: 0 1.6rem;
  border-radius: var(--b-radius);
  background-color: #F2F1F0; }
  @media (max-width: 1099px) {
    .product-sku--v3 .product-sku__item {
      height: 30px;
      padding: 0 12px; } }
  .product-sku--v3 .product-sku__item:hover {
    box-shadow: none; }
    .product-sku--v3 .product-sku__item:hover .product-sku__tooltip {
      visibility: hidden;
      opacity: 0;
      transform: translateY(20px); }
  .product-sku--v3 .product-sku__item.active {
    background-color: var(--theme-base-color); }

/* End */


/* Start:/local/templates/html/assets/components-template/fancy-box/style.css?179006417718413*/
.not-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *,
.carousel *:before,
.carousel *:after {
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

.carousel__track {
  display: flex; }

.carousel__slide {
  position: relative;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 0 0 auto;
  padding: 1rem;
  overscroll-behavior: contain;
  touch-action: pan-y; }

.has-dots {
  margin-bottom: calc(.5rem + 22px); }

.carousel__dots {
  position: absolute;
  top: calc(100% + .5rem);
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  opacity: .25;
  content: '';
  transition: opacity .15s ease-in-out;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: opacity .15s ease;
  pointer-events: all;
  color: var(--carousel-button-color, currentColor);
  border: 0;
  border-radius: var(--carousel-button-border-radius, 50%);
  background: var(--carousel-button-bg, transparent);
  box-shadow: var(--carousel-button-shadow, none); }

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  opacity: .3;
  cursor: default; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  filter: var(--carousel-button-svg-filter, none);
  stroke-linecap: round;
  stroke-linejoin: bevel; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  transform-origin: top left;
  color: var(--fancybox-color, #fff);
  outline: none;
  --carousel-button-height: 48px;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-width: 24px;
  --carousel-button-width: 48px;
  direction: ltr;
  --fancybox-accent-color: rgba(255, 255, 255, .94);
  -webkit-tap-highlight-color: transparent; }

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1100px) {
  .fancybox__container {
    --carousel-button-height: 48px;
    --carousel-button-svg-height: 27px;
    --carousel-button-svg-width: 27px;
    --carousel-button-width: 48px; } }

.fancybox__backdrop {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  z-index: 10;
  height: 100%;
  min-height: 0;
  flex: 1 1 auto; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  height: 100%;
  display: flex; }

.fancybox__slide {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  padding: 48px 8px 8px 8px;
  outline: 0;
  --carousel-button-height: 36px;
  --carousel-button-svg-height: 22px;
  --carousel-button-svg-width: 22px;
  --carousel-button-width: 36px;
  overscroll-behavior: contain; }

.fancybox__slide::before,
.fancybox__slide::after {
  flex: 0 0 0;
  margin: auto;
  content: ''; }

@media all and (min-width: 1100px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  position: relative;
  z-index: 20;
  display: flex;
  align-self: center;
  flex-direction: column;
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff); }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  max-width: 100%;
  visibility: visible;
  align-self: center;
  flex-shrink: 0;
  margin: 0;
  padding: 1rem 0 0 0;
  cursor: auto;
  color: var(--fancybox-color, currentColor);
  line-height: 1.375;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1100px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1100px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  z-index: 40;
  top: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: 8px;
  right: calc(env(safe-area-inset-right, 0px) + 8px); }

@media all and (min-width: 1100px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  z-index: 1053;
  cursor: pointer; }

.fancybox__spinner svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center center;
  animation: fancybox-rotate 2s linear infinite; }

.fancybox__spinner svg circle {
  animation: fancybox-dash 1.5s ease-in-out infinite;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.75;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden='false'] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden='false'] .carousel__dots,
.fancybox__container.is-animated[aria-hidden='false'] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0); }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0); } }

@keyframes fancybox-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.97) translate3d(0, 16px, 0); } }

@keyframes fancybox-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0); } }

@keyframes fancybox-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0); } }

.fancybox__carousel .carousel__slide {
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
  scrollbar-width: thin; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ccc;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  user-select: none;
  transition: none;
  transform-origin: 0 0;
  touch-action: none; }

.has-image .fancybox__content {
  min-height: 1px;
  padding: 0;
  background: transparent; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit='contain'] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit='contain'] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit='contain'] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit='contain-w'] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit='contain-w'] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit='contain-w'] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit='cover'] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit='cover'] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit='cover'] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  min-height: 1px;
  overflow: visible;
  flex-shrink: 1; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  max-width: 100%;
  height: 540px;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  color: #fff;
  background: rgba(24, 24, 27, 0.9); }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video,
.fancybox__iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  flex: 0 0 auto;
  padding: 0px 3px; }
  @media (max-width: 1099px) {
    .fancybox__thumbs {
      padding: 0 16px 8px;
      --fancybox-thumbs-width: 72px; } }

.fancybox__container.is-animated[aria-hidden='false'] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  width: var(--fancybox-thumbs-width, 96px);
  display: flex;
  overflow: visible;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  box-sizing: content-box;
  margin: 0;
  padding: 8px 3px;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  content: '';
  transition: opacity .15s ease;
  border: 2px solid #004897;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  user-select: none;
  pointer-events: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1)));
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.fancybox__toolbar {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  opacity: var(--fancybox-opacity, 1);
  justify-content: space-between;
  padding: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-width: 20px;
  touch-action: none; }

@media all and (min-width: 1100px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden='false'] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  text-align: center;
  font-size: 17px;
  line-height: var(--carousel-button-height, 48px);
  -webkit-font-smoothing: subpixel-antialiased;
  font-variant-numeric: tabular-nums; }

.fancybox__progress {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  user-select: none;
  transition-timing-function: linear;
  transition-property: transform;
  transform: scaleX(0);
  transform-origin: 0;
  background: rgba(1, 210, 232, 0.94); }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.carousel__button svg {
  transition: all ease .3s; }

@media (hover: hover) {
  .carousel__button:hover svg {
    transform: rotate(180deg);
    stroke: #AEB6BE; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__label/style.css?17900641771521*/
.product-label {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem; }
  @media (max-width: 767px) {
    .product-label {
      gap: .2rem; } }
  .product-label .label {
    max-width: fit-content;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 2px 1rem;
    border-radius: var(--b-radius);
    font-family: "Exo2", Arial, Verdana, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase; }
    @media (max-width: 1099px) {
      .product-label .label {
        height: 16px;
        padding: 0 6px 2px;
        font-size: 11px; } }
    @media (max-width: 767px) {
      .product-label .label {
        height: 14px;
        padding: 0 6px 2px;
        font-size: 10px; } }

.product-page--action .product-label {
  gap: .8rem; }
  @media (max-width: 1099px) {
    .product-page--action .product-label {
      gap: 6px; } }
  @media (max-width: 767px) {
    .product-page--action .product-label {
      gap: 4px; } }
  .product-page--action .product-label .label {
    height: 2.8rem;
    padding: 0 1.2rem 2px 1.2rem;
    font-size: clamp(1rem, 0.9vw, 1.8rem); }
    @media (max-width: 1099px) {
      .product-page--action .product-label .label {
        height: 24px;
        padding: 0 10px 2px 10px;
        font-size: 14px; } }
    @media (max-width: 767px) {
      .product-page--action .product-label .label {
        height: 20px;
        padding: 0 8px 2px 8px;
        font-size: 12px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/index-banners/style.css?17900641771403*/
.index-banners__inner {
  display: flex;
  align-items: center;
  justify-content: center; }

.index-banners__banner {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1920 / 520; }
  @media (min-width: 1100px) {
    .index-banners__banner {
      cursor: pointer; }
      .index-banners__banner:hover picture {
        transform: scale(1.02); } }
  @media (max-width: 767px) {
    .index-banners__banner {
      aspect-ratio: 360/ 280; } }

.index-banners__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 2rem;
  gap: 1.2rem;
  max-width: 100rem;
  text-align: center;
  color: #fff; }
  @media (max-width: 1099px) {
    .index-banners__content {
      gap: 1rem;
      max-width: 90%; } }
  @media (max-width: 575px) {
    .index-banners__content {
      padding: 0 16px; } }

.index-banners__title {
  font-family: "Lora", Arial, Verdana, sans-serif; }

.index-banners__btns {
  margin-top: 2.4rem; }

.index-banners__picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.index-banners picture {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
  will-change: transform; }

.index-banners img {
  width: 100%;
  object-fit: cover; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__tabs/style.css?17900641771561*/
.alpine-tabs__header {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  border-radius: var(--b-radius);
  background-color: #F2F1F0; }
  @media (max-width: 767px) {
    .alpine-tabs__header {
      margin-bottom: 24px; } }

.alpine-tabs__item {
  position: relative;
  padding: 1.6rem 2.4rem;
  transition: all .3s ease;
  white-space: nowrap;
  color: #9A9CA1;
  border-radius: var(--b-radius);
  background-color: transparent; }
  @media (min-width: 1100px) {
    .alpine-tabs__item {
      cursor: pointer; }
      .alpine-tabs__item:hover {
        color: #1A1A1A; } }
  @media (max-width: 767px) {
    .alpine-tabs__item {
      padding: 8px 12px;
      width: 100%;
      text-align: center; } }
  .alpine-tabs__item.active {
    color: var(--theme-base-color);
    background-color: #fff;
    box-shadow: 7px 4px 12px 0px #1a1a1a12; }

.alpine-tabs__content {
  display: none; }
  .alpine-tabs__content.active {
    display: block; }

@media (max-width: 767px) {
  .alpine-tabs--v2 .alpine-tabs__content {
    margin-top: 22px; } }

.alpine-tabs--v2 .alpine-tabs__header {
  font-weight: 600; }
  @media (max-width: 767px) {
    .alpine-tabs--v2 .alpine-tabs__header {
      display: flex;
      flex-direction: column; } }

@media (max-width: 767px) {
  .alpine-tabs--v2 .alpine-tabs__item:after {
    display: none; }
  .alpine-tabs--v2 .alpine-tabs__item .icon {
    transform: rotate(90deg); } }

.alpine-tabs--v2 .alpine-tabs__item.active .icon {
  transform: rotate(-90deg);
  fill: var(--theme-base-color); }

/* End */


/* Start:/local/templates/html/assets/components-template/product-slider/style.css?17900641776320*/
.swiper {
  position: relative;
  z-index: 0 !important; }
  @media (max-width: 1099px) {
    .swiper {
      margin-right: -12px; } }
  .swiper__container.swiper-container {
    z-index: 10;
    margin: -1.2rem;
    padding: 1.2rem; }
    @media (max-width: 1099px) {
      .swiper__container.swiper-container {
        margin: 0;
        padding: 0; } }
  .swiper .swiper-slide {
    position: relative;
    z-index: 0;
    flex: 0 0 auto;
    margin-right: clamp(0.8rem, 1vw, 2.4rem);
    --margin-right: clamp(.8rem, 1vw, 2.4rem);
    padding: 0; }
    @media (min-width: 1100px) {
      .swiper .swiper-slide:hover {
        position: relative;
        z-index: 15; } }
    @media (max-width: 1099px) {
      .swiper .swiper-slide {
        margin-right: 0;
        --margin-right: 0; } }

.product-slider .swiper-slide {
  width: calc(100% / 5 - (var(--margin-right) * 4 / 5)); }
  @media (max-width: 1099px) {
    .product-slider .swiper-slide {
      width: 280px;
      margin-right: 16px; } }
  @media (max-width: 767px) {
    .product-slider .swiper-slide {
      width: 200px;
      margin-right: 12px; } }
  @media (max-width: 575px) {
    .product-slider .swiper-slide {
      width: 160px; } }

.product-slider .pagination {
  display: none; }

.product-slider.product-slider--v2 .swiper-slide {
  width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
  @media (max-width: 1249px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: calc(100% / 3 - (var(--margin-right) * 2 / 3)); } }
  @media (max-width: 1099px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: calc(100% / 2 - (var(--margin-right) * 1 / 2));
      --margin-right: 12px;
      margin-right: 12px; } }
  @media (max-width: 767px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: 200px;
      margin-right: 12px; } }
  @media (max-width: 575px) {
    .product-slider.product-slider--v2 .swiper-slide {
      width: 160px; } }

.product-slider.product-slider--v2 .pagination {
  display: none; }

.category-slider {
  width: 100%;
  padding-bottom: 4.8rem; }
  @media (max-width: 1099px) {
    .category-slider {
      padding-bottom: 36px; } }
  @media (max-width: 767px) {
    .category-slider {
      margin-right: -10px; } }
  .category-slider .swiper-slide {
    width: calc(100% / 3 - (var(--margin-right) * 2 / 3));
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1; }
    @media (max-width: 1099px) {
      .category-slider .swiper-slide {
        width: 280px;
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .category-slider .swiper-slide {
        width: 248px;
        margin-right: 12px; } }

.category-slider--v2 {
  padding-bottom: 4.8rem; }
  @media (max-width: 1099px) {
    .category-slider--v2 {
      max-width: 100%;
      padding-bottom: 36px; } }
  @media (max-width: 767px) {
    .category-slider--v2 {
      margin-right: -10px; } }
  .category-slider--v2 .swiper-slide {
    width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
    @media (max-width: 1249px) {
      .category-slider--v2 .swiper-slide {
        width: calc(100% / 3 - (var(--margin-right) * 2 / 3)); } }
    @media (max-width: 1099px) {
      .category-slider--v2 .swiper-slide {
        width: 280px;
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .category-slider--v2 .swiper-slide {
        width: 248px;
        margin-right: 12px; } }

.collection-slider .swiper-slide {
  width: calc(100% / 4 - (var(--margin-right) * 3 / 4)); }
  @media (max-width: 1099px) {
    .collection-slider .swiper-slide {
      width: 280px;
      margin-right: 18px; } }
  @media (max-width: 767px) {
    .collection-slider .swiper-slide {
      width: 248px;
      margin-right: 12px; } }

.product-slider-ajax-tabs {
  overflow: auto;
  margin-bottom: 22px;
  padding-bottom: 20px; }
  @media (max-width: 1099px) {
    .product-slider-ajax-tabs {
      margin-bottom: 8px;
      padding-bottom: 25px; } }
  .product-slider-ajax-tabs__inner {
    display: flex;
    align-items: center; }
  .product-slider-ajax-tabs__item {
    position: relative;
    margin-right: 32px;
    white-space: nowrap;
    color: #9A9CA1;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25; }
    @media (max-width: 1099px) {
      .product-slider-ajax-tabs__item {
        margin-right: 16px;
        font-size: 14px; } }
    .product-slider-ajax-tabs__item:after {
      position: absolute;
      bottom: -6px;
      right: 100%;
      left: 0;
      height: 3px;
      content: '';
      transition: all .3s ease;
      background-color: var(--theme-accent-color); }
    @media (min-width: 1100px) {
      .product-slider-ajax-tabs__item {
        cursor: pointer; }
        .product-slider-ajax-tabs__item:hover:after {
          right: 0; } }
    .product-slider-ajax-tabs__item.active {
      pointer-events: none;
      color: inherit; }
      .product-slider-ajax-tabs__item.active:after {
        right: 0; }

@media (max-width: 1099px) {
  .product-slider-skeleton {
    margin-right: -10px; } }

.product-slider-skeleton__list {
  max-width: 100%;
  display: flex;
  overflow: hidden; }

.product-slider-skeleton__item {
  position: relative;
  width: calc((100% - 96px) / 5);
  height: 58rem;
  display: flex;
  overflow: hidden;
  flex: 0 0 auto;
  margin-right: 24px;
  background-color: #fff; }
  @media (max-width: 1919px) {
    .product-slider-skeleton__item {
      width: calc((100% - 20px) / 5);
      margin-right: 5px; } }
  @media (max-width: 1559px) {
    .product-slider-skeleton__item {
      width: calc((100% - 57px) / 4);
      margin-right: 19px; } }
  @media (max-width: 1249px) {
    .product-slider-skeleton__item {
      width: calc((100% - 50px) / 3);
      margin-right: 25px; } }
  @media (max-width: 1099px) {
    .product-slider-skeleton__item {
      width: 318px;
      height: 54.2rem;
      margin-right: 12px; } }
  @media (max-width: 767px) {
    .product-slider-skeleton__item {
      width: 262px;
      height: 454px;
      margin-right: 8px; } }
  @media (max-width: 575px) {
    .product-slider-skeleton__item {
      width: 46%;
      height: 334px; } }

.product-slider-skeleton__card {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill; }

/* End */


/* Start:/local/templates/html/assets/components-template/category-slider/style.css?17900641773706*/
.category-section__container {
  display: flex;
  gap: clamp(0.8rem, 1vw, 2.4rem); }
  @media (max-width: 1099px) {
    .category-section__container {
      flex-direction: column;
      gap: 24px; } }
  @media (max-width: 767px) {
    .category-section__container {
      gap: 20px; } }

.category-section__header {
  width: clamp(260px, 30%, 432px);
  min-width: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: clamp(1.4rem, 0.8vw, 2rem); }
  @media (max-width: 1559px) {
    .category-section__header {
      gap: clamp(0.8rem, 1.2vw, 2.4rem); } }
  @media (max-width: 1099px) {
    .category-section__header {
      width: auto;
      flex: 0 0 auto;
      gap: 12px; } }

.category-section__inner {
  display: flex;
  flex-grow: 1; }

.category-section__title {
  position: relative;
  max-width: fit-content;
  padding: 0 16px 0 0;
  white-space: nowrap; }
  @media (max-width: 1099px) {
    .category-section__title {
      margin-bottom: 8px; } }

.category-section__icon {
  position: absolute;
  z-index: -1;
  top: 84%;
  right: 0;
  width: 45%;
  display: flex;
  align-items: center; }
  @media (max-width: 1249px) {
    .category-section__icon {
      top: 70%; } }
  .category-section__icon .lazy-img-wrap {
    opacity: 0; }
    .category-section__icon .lazy-img-wrap img {
      width: 100%;
      height: auto;
      display: block; }

.category-section__title.fadeInUpAnimate .category-section__icon .lazy-img-wrap {
  animation: category-icon-fade-in 1s ease-in-out 0.8s forwards; }

.category-section__title.fadeInUpAnimate .category-section__icon .icon-anim__reveal {
  animation: category-wave-reveal 1.3s cubic-bezier(0.48, 0, 0.28, 1) var(--category-wave-delay, 0ms) forwards; }

.category-section .icon-anim__svg {
  width: 100%;
  height: auto;
  display: block; }

.category-section .icon-anim__shape {
  fill: #7b2027; }

.category-section .icon-anim__reveal {
  transform: scaleX(0);
  transform-origin: left center;
  transform-box: fill-box; }

@keyframes category-icon-fade-in {
  to {
    opacity: 1; } }

@keyframes category-wave-reveal {
  to {
    transform: scaleX(1); } }

.category-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 0.6vw, 1.2rem); }
  @media (max-width: 1249px) {
    .category-list {
      gap: clamp(0.3rem, 0.3vw, 1rem); } }
  @media (max-width: 1099px) {
    .category-list {
      gap: 10px; } }
  @media (max-width: 767px) {
    .category-list {
      gap: 8px; } }
  .category-list__item {
    display: flex;
    align-items: center;
    gap: .8rem; }
    @media (min-width: 1100px) {
      .category-list__item:hover {
        color: var(--theme-base-color-light); }
        .category-list__item:hover .icon {
          fill: var(--theme-base-color-light); } }
    .category-list__item:active {
      color: var(--theme-base-color-dark); }
      .category-list__item:active .icon {
        fill: var(--theme-base-color-dark); }
  .category-list .icon {
    max-width: clamp(1.4rem, 1.3vw, 2.4rem);
    max-height: clamp(1.4rem, 1.3vw, 2.4rem);
    fill: #1A1A1A; }

.category-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .category-card__title {
    position: absolute;
    inset: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    @media (max-width: 1099px) {
      .category-card__title {
        inset: 0.8rem; } }
  .category-card__image .lazy-img-wrap img {
    transition: transform .3s ease;
    will-change: transform; }
  @media (min-width: 1100px) {
    .category-card {
      cursor: pointer; }
      .category-card:hover .lazy-img-wrap img {
        transform: scale(1.05); } }

/* End */
/* /local/templates/html/assets/components-template/product-page/style.css?179006417730409 */
/* /local/templates/html/assets/components-template/product-page-sku/style.css?17900641774065 */
/* /local/templates/html/assets/components-template/fancy-box/style.css?179006417718413 */
/* /local/templates/html/assets/components-template/mixin__label/style.css?17900641771521 */
/* /local/templates/html/assets/components-template/index-banners/style.css?17900641771403 */
/* /local/templates/html/assets/components-template/mixin__tabs/style.css?17900641771561 */
/* /local/templates/html/assets/components-template/product-slider/style.css?17900641776320 */
/* /local/templates/html/assets/components-template/category-slider/style.css?17900641773706 */
