@charset "UTF-8";/* custom colors */
.tab[data-v-6c082737] {
  padding-top: var(--var);
}
.tab__container[data-v-6c082737] {
  padding-top: var(--product-gap-y);
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(10, 1fr);
  gap: var(--product-gap-y) var(--grid-gutter);
}
.tab__content[data-v-6c082737] {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-column: span 8;
}
.tab__content[data-v-6c082737] > * {
  width: 100%;
  flex: 1 0 auto;
}
.tab__aside[data-v-6c082737] {
  grid-column: span 2;
  position: sticky;
  top: var(--sticky-top);
}
@media (max-width: 1279.98px) {
.tab__container[data-v-6c082737] {
    grid-template-columns: repeat(12, 1fr);
}
.tab__content[data-v-6c082737] {
    grid-column: span 9;
}
.tab__aside[data-v-6c082737] {
    grid-column: span 3;
}
}
@media (max-width: 1023.98px) {
.tab__container[data-v-6c082737] {
    display: block;
}
.tab__aside[data-v-6c082737] {
    display: none;
}
}/* custom colors */
.product-description[data-v-d03d2a14] {
  overflow: hidden;
}
.product-description__iframe[data-v-d03d2a14] {
  display: block;
  width: 100%;
  border: none;
}/* custom colors */
.ui-comment-skeleton[data-v-d9f0c756] {
  --px: var(--md);
  --py: var(--md);
  --radius: var(--global-border-radius-inner);
  border-radius: var(--radius);
  border: 1px solid var(--theme-color-separator);
  transition: border-color var(--trs-1);
}
.ui-comment-skeleton__head[data-v-d9f0c756] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sm) var(--md);
  padding: var(--py) var(--px);
  border-bottom: 1px solid var(--theme-color-separator);
  transition: border-color var(--trs-1);
  border-radius: var(--radius) var(--radius) 0 0;
}
.ui-comment-skeleton__content[data-v-d9f0c756] {
  padding: var(--py) var(--px);
}
.ui-comment-skeleton__head-group[data-v-d9f0c756] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sm) var(--md);
}
.ui-comment-skeleton-username[data-v-d9f0c756] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-comment-skeleton-username__avatar[data-v-d9f0c756] {
  margin-right: 10px;
  flex: 0 0 auto;
}/* custom colors */
.comments-preview__comment[data-v-2b58ff36] {
  margin-bottom: var(--md);
}/* custom colors */
.properties__item[data-v-c5c4f0be]:not(:last-child) {
  margin-bottom: 1em;
}
.property[data-v-c5c4f0be] {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--grid-gutter);
}
.property__name[data-v-c5c4f0be]::after {
  content: ":";
}
.property__value[data-v-c5c4f0be] {
  font-weight: 700;
}
@media (max-width: 767.98px) {
.property[data-v-c5c4f0be] {
    display: flex;
    justify-content: space-between;
}
.property__value[data-v-c5c4f0be] {
    text-align: right;
}
}/* custom colors */
.product-series-item[data-v-281e4ba4] {
  position: relative;
  display: block;
  border-radius: var(--sm);
  padding: 4px;
  background-color: var(--theme-color-bg);
  transition: border-color var(--trs-1);
}
.product-series-item[data-v-281e4ba4]::before, .product-series-item[data-v-281e4ba4]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.product-series-item[data-v-281e4ba4]::before {
  transition: border-color var(--trs-1);
  border: 1px solid var(--theme-color-separator);
  z-index: 1;
}
.product-series-item[data-v-281e4ba4]::after {
  z-index: 2;
  opacity: 0;
  border: 2px solid var(--theme-color-primary);
  transition: opacity var(--trs-1);
}
.product-series-item__image[data-v-281e4ba4] {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.product-series-item--active[data-v-281e4ba4]::after {
  opacity: 1;
}
body.desktop .product-series-item[data-v-281e4ba4]:hover::before {
  border-color: var(--theme-color-primary);
}/* custom colors */
.product-series-list[data-v-bff19064] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sm);
}
.product-series-list__item[data-v-bff19064] {
  width: 60px;
}
@media (max-width: 767.98px) {
.product-series-list[data-v-bff19064] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.product-series-list__item[data-v-bff19064] {
    width: 100%;
}
}
@media (max-width: 479.98px) {
.product-series-list[data-v-bff19064] {
    grid-template-columns: repeat(5, 1fr);
}
}/* custom colors */
.delivery-list[data-v-c0458028] {
  --gy: var(--md);
}
.delivery-list__item[data-v-c0458028]:not(:last-child) {
  margin-bottom: var(--gy);
}
@media (max-width: 479.98px) {
.delivery-list[data-v-c0458028] {
    --gy: var(--sm);
}
}
.delivery-item[data-v-c0458028] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.delivery-item__name[data-v-c0458028] {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
}
.delivery-item__icon[data-v-c0458028] {
  width: var(--lg);
  height: var(--lg);
  margin-right: var(--sm);
}
.delivery-item__price[data-v-c0458028] {
  text-align: right;
}
.delivery-item__info[data-v-c0458028] {
  flex: 1 1 50%;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  flex-wrap: wrap;
  padding-left: calc(var(--lg) + var(--sm));
  gap: 0 var(--md);
}/* custom colors */
.gallery[data-v-38693f9e] {
  --thumb-size: 80px;
  --pa: var(--lg);
  width: calc(100% + var(--scrollbar-width)) !important;
}
.gallery__content[data-v-38693f9e] {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gallery__inner[data-v-38693f9e] {
  flex: 1 1 auto;
  padding: var(--pa) calc(var(--pa) * 2 + var(--thumb-size));
  position: relative;
  z-index: 1;
}
.gallery__close[data-v-38693f9e] {
  position: absolute;
  z-index: 2;
  top: var(--pa);
  right: var(--pa);
}
.gallery__counter[data-v-38693f9e] {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
.gallery__counter[data-v-38693f9e] {
    right: var(--pa);
    bottom: var(--pa);
}
}
@media (max-width: 1023.98px) {
.gallery__inner[data-v-38693f9e] {
    padding-right: var(--pa);
}
}
@media (max-width: 767.98px) {
.gallery__inner[data-v-38693f9e] {
    background-color: #fff;
    padding: 0;
}
.gallery__counter[data-v-38693f9e] {
    top: var(--pa);
    left: var(--pa);
}
}
@media (max-width: 479.98px) {
.gallery[data-v-38693f9e] {
    --pa: var(--md);
}
}
.slider-wrapper[data-v-38693f9e] {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider[data-v-38693f9e] {
  --size: var(--b4334982);
  position: absolute;
  width: var(--size);
  height: var(--size);
  border-radius: var(--global-border-radius);
  background-color: #fff;
}
@media (max-width: 767.98px) {
.gallery-slider[data-v-38693f9e] {
    border-radius: 0;
}
}
.gallery-footer__inner[data-v-38693f9e] {
  padding: var(--pa);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--md);
}
.gallery-footer__title[data-v-38693f9e] {
  margin-bottom: 8px;
}
.gallery-footer__buttons[data-v-38693f9e] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--md);
}
.gallery-footer__button[data-v-38693f9e] {
  min-width: 250px;
}
@media (max-width: 479.98px) {
.gallery-footer__button[data-v-38693f9e] {
    flex: 1 1 auto;
}
}
.thumbs[data-v-38693f9e] {
  --space-between: var(--md);
  overflow: hidden;
  padding: calc(var(--pa) - var(--space-between) / 2) var(--pa);
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}
.thumbs__swiper[data-v-38693f9e] {
  max-height: 100%;
  overflow: visible;
}
.thumbs__slide[data-v-38693f9e] {
  padding: calc(var(--space-between) / 2) 0;
  height: auto;
}
@media (min-width: 768px) {
.thumbs[data-v-38693f9e] {
    top: 0;
    height: 100%;
}
}
@media (max-width: 767.98px) {
.thumbs[data-v-38693f9e] {
    bottom: 0;
    width: 100%;
}
}
.thumbs-slide[data-v-38693f9e] {
  box-sizing: border-box;
  pointer-events: none;
}
.thumbs-slide__wrapper[data-v-38693f9e] {
  width: var(--thumb-size);
  height: var(--thumb-size);
  background-color: #fff;
  padding: var(--xs);
  border-radius: var(--global-border-radius-inner);
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  position: relative;
  color: var(--theme-color-primary);
  opacity: 0.5;
  transition: opacity var(--trs-1);
}
.thumbs-slide__wrapper[data-v-38693f9e]::before, .thumbs-slide__wrapper[data-v-38693f9e]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: inherit;
  opacity: 0;
  transition: opacity var(--trs-1);
}
.thumbs-slide__wrapper[data-v-38693f9e]::before {
  border-width: 1px;
  z-index: 2;
  border-color: var(--theme-color-muted-light);
}
.thumbs-slide__wrapper[data-v-38693f9e]::after {
  border-width: 2px;
  z-index: 3;
  border-color: var(--theme-color-primary);
}
body.desktop .thumbs-slide__wrapper[data-v-38693f9e]:hover:before {
  opacity: 1;
}
.thumbs-slide.swiper-slide-thumb-active .thumbs-slide__wrapper[data-v-38693f9e] {
  cursor: default;
  opacity: 1;
}
.thumbs-slide.swiper-slide-thumb-active .thumbs-slide__wrapper[data-v-38693f9e]::after {
  opacity: 1;
}/* custom colors */
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/* Slide styles end *//* custom colors */
.product-gallery[data-v-1c67a0b6] {
  --height: var(--7b763b50);
  --radius: var(--global-border-radius-inner);
  --thumbs-per-view: var(--fb2dea08);
  --thumbs-space-between: var(--sm);
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
.product-gallery[data-v-1c67a0b6] {
    --thumbs-size: calc((var(--height) - ((var(--thumbs-per-view) - 1) * var(--thumbs-space-between))) / var(--thumbs-per-view));
}
}
@media (max-width: 479.98px) {
.product-gallery[data-v-1c67a0b6] {
    --thumbs-space-between: var(--app-container-px);
}
}
.product-gallery__inner[data-v-1c67a0b6] {
  padding-left: calc(12.6% - var(--thumbs-space-between));
}
@media (max-width: 1279.98px) {
.product-gallery__inner[data-v-1c67a0b6] {
    padding-left: calc(16.4% - var(--thumbs-space-between));
}
}
@media (max-width: 1023.98px) {
.product-gallery__inner[data-v-1c67a0b6] {
    padding-left: 0;
}
}
.product-gallery-media[data-v-1c67a0b6] {
  flex: 1 1 auto;
  background-color: var(--theme-color-bg);
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
.product-gallery-media[data-v-1c67a0b6] {
    border-radius: var(--radius);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
}
@media (max-width: 479.98px) {
.product-gallery-media[data-v-1c67a0b6] {
    margin: 0 calc(var(--app-container-px) * -1);
}
}
.product-gallery-media__slider[data-v-1c67a0b6] {
  position: relative;
  z-index: 1;
}
.product-gallery-media__counter[data-v-1c67a0b6] {
  position: absolute;
  z-index: 2;
  right: var(--sm);
  bottom: var(--sm);
}
@media (max-width: 479.98px) {
.product-gallery-media__counter[data-v-1c67a0b6] {
    right: var(--app-container-px);
    bottom: var(--app-container-px);
}
}
.product-gallery-media-slide[data-v-1c67a0b6] {
  box-sizing: border-box;
}
.product-gallery-media-slide__inner[data-v-1c67a0b6] {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-gallery-media-slide__image[data-v-1c67a0b6] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  cursor: zoom-in;
}
.product-gallery-media-slide__video[data-v-1c67a0b6] {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-gallery-thumbs[data-v-1c67a0b6] {
  overflow: hidden;
  border-radius: var(--radius);
}
@media (min-width: 1024px) {
.product-gallery-thumbs[data-v-1c67a0b6] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.product-gallery-thumbs__swiper[data-v-1c67a0b6] {
    margin: calc(var(--thumbs-space-between) / -2) 0;
    height: calc(100% + var(--thumbs-space-between));
}
.product-gallery-thumbs__slide[data-v-1c67a0b6] {
    padding: calc(var(--thumbs-space-between) / 2) 0;
}
}
@media (max-width: 1023.98px) {
.product-gallery-thumbs[data-v-1c67a0b6] {
    position: relative;
    margin-top: var(--thumbs-space-between);
}
.product-gallery-thumbs__swiper[data-v-1c67a0b6] {
    margin: 0 calc(var(--thumbs-space-between) / -2);
    width: calc(100% + var(--thumbs-space-between));
}
.product-gallery-thumbs__slide[data-v-1c67a0b6] {
    padding: 0 calc(var(--thumbs-space-between) / 2);
}
}
@media (max-width: 479.98px) {
.product-gallery-thumbs[data-v-1c67a0b6] {
    overflow: visible;
}
.product-gallery-thumbs__swiper[data-v-1c67a0b6] {
    overflow: visible;
}
}
.product-gallery-thumbs-slide[data-v-1c67a0b6] {
  box-sizing: border-box;
  pointer-events: none;
}
.product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6] {
  background-color: var(--theme-color-bg);
  padding: var(--xs);
  border-radius: var(--radius);
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  position: relative;
  color: var(--theme-color-primary);
}
.product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6]::before, .product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: inherit;
  transition: opacity var(--trs-1);
}
.product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6]::before {
  border-width: 1px;
  z-index: 2;
  border-color: var(--theme-color-muted-light);
}
.product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6]::after {
  border-width: 2px;
  z-index: 3;
  border-color: var(--theme-color-primary);
  opacity: 0;
}
@media (min-width: 1024px) {
.product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6] {
    width: var(--thumbs-size);
    height: var(--thumbs-size);
}
}
.product-gallery-thumbs-slide.swiper-slide-thumb-active .product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6] {
  cursor: default;
}
.product-gallery-thumbs-slide.swiper-slide-thumb-active .product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6]::after {
  opacity: 1;
}
.product-gallery-thumbs-slide__video[data-v-1c67a0b6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
}
.product-gallery-thumbs-slide__video-icon[data-v-1c67a0b6] {
  font-size: 24px;
}
body.body--dark .product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6] {
  opacity: 0.75;
  transition: opacity var(--trs-1);
}
body.body--dark .product-gallery-thumbs-slide.swiper-slide-thumb-active .product-gallery-thumbs-slide__wrapper[data-v-1c67a0b6] {
  opacity: 1;
}
/* custom colors */
.property[data-v-7aba8cda] {
  display: inline;
  line-height: 1.5;
}
.property[data-v-7aba8cda]:not(:last-child) {
  margin-right: var(--sm);
}
.property[data-v-7aba8cda]:not(:last-child)::after {
  color: var(--theme-color-separator);
  content: "•";
  margin-left: var(--sm);
  transition: color var(--trs-1);
}
.property__name[data-v-7aba8cda]::after {
  content: ": ";
}/* custom colors */
.variation-chip[data-v-b203da42] {
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-sm);
  padding: 8px 12px 6px;
  background: var(--theme-color-white);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.variation-chip__label[data-v-b203da42] {
  line-height: 1.1;
}
.variation-chip__price-diff[data-v-b203da42] {
  font-size: 11px;
  line-height: 1.1;
  color: var(--theme-color-muted);
}
.variation-chip--selected[data-v-b203da42] {
  border-color: var(--theme-color-primary);
  color: var(--theme-color-primary);
  font-weight: 500;
}
.variation-chip--disabled[data-v-b203da42] {
  opacity: 0.45;
  cursor: not-allowed;
}/* custom colors */
.variation-color[data-v-c15c35de] {
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  background: var(--theme-color-white);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.variation-color__dot[data-v-c15c35de] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.variation-color__label[data-v-c15c35de] {
  font-size: 13px;
}
.variation-color--selected[data-v-c15c35de] {
  border-color: var(--theme-color-primary);
}
.variation-color--disabled[data-v-c15c35de] {
  opacity: 0.45;
  cursor: not-allowed;
}/* custom colors */
.variation-image[data-v-a6e7a986] {
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-sm);
  background: var(--theme-color-white);
  padding: 8px;
  display: grid;
  gap: 6px;
  width: 90px;
  cursor: pointer;
}
.variation-image__preview[data-v-a6e7a986] {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
}
.variation-image__label[data-v-a6e7a986] {
  font-size: 12px;
  line-height: 1.2;
}
.variation-image--selected[data-v-a6e7a986] {
  border-color: var(--theme-color-primary);
}
.variation-image--disabled[data-v-a6e7a986] {
  opacity: 0.45;
  cursor: not-allowed;
}/* custom colors */
.product-variations__items--image-with-text[data-v-de70e1c2] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--xs);
}
.variation-image-text[data-v-de70e1c2] {
  appearance: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  padding: 0 8px;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0;
  gap: 8px;
  cursor: pointer;
  font-family: "CeraRoundPro", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
.variation-image-text__preview[data-v-de70e1c2] {
  width: 24px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
}
.variation-image-text__label[data-v-de70e1c2] {
  display: inline-flex;
  align-items: center;
  height: 32px;
  font-family: "CeraRoundPro", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-variant: normal;
  white-space: nowrap;
  color: var(--theme-color-dark);
}
.variation-image-text--selected[data-v-de70e1c2] {
  border-color: var(--theme-color-primary);
}
.variation-image-text--disabled[data-v-de70e1c2] {
  opacity: 0.45;
  cursor: not-allowed;
}/* custom colors */
.product-variations[data-v-46e67c44] {
  display: grid;
  gap: var(--md);
  margin-bottom: var(--md);
}
.product-variations__group[data-v-46e67c44] {
  display: grid;
  gap: var(--xs);
}
.product-variations__title[data-v-46e67c44] {
  font-size: 14px;
  color: var(--theme-color-muted);
}
.product-variations__items[data-v-46e67c44] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--xs);
}/* custom colors */
.product-credit[data-v-0d1b8401] {
  background-color: var(--theme-color-bg-muted);
  border-radius: var(--global-border-radius);
  transition: background-color var(--trs-1), border-color var(--trs-1);
}
.product-credit__main[data-v-0d1b8401] {
  display: flex;
  align-items: center;
  gap: var(--sm);
  min-width: 0;
}
.product-credit__price[data-v-0d1b8401] {
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: var(--xs);
  flex: 0 0 auto;
}
.product-credit__price-prefix[data-v-0d1b8401] {
  font-size: var(--typography-body1);
  color: var(--theme-color-muted);
}
.product-credit__price-value[data-v-0d1b8401] {
  font-size: 26px;
  line-height: 1.05;
  font-weight: 700;
  color: var(--theme-color);
}
.product-credit__price-currency[data-v-0d1b8401] {
  font-size: 20px;
  line-height: 1.05;
  color: var(--theme-color-muted);
  font-weight: 500;
}
.product-credit__providers[data-v-0d1b8401] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 260px;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding-bottom: 2px;
}
.product-credit__providers[data-v-0d1b8401]::-webkit-scrollbar {
  display: none;
}
.product-credit__provider[data-v-0d1b8401] {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--sm);
  background: color-mix(in srgb, var(--theme-color-bg) 86%, var(--theme-color-separator));
  overflow: visible;
  cursor: help;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.product-credit__provider-dot[data-v-0d1b8401] {
  width: var(--lg);
  height: var(--lg);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--typography-caption);
  font-weight: 700;
  color: #fff;
  background-color: #2f80ed;
}
.product-credit__provider-icon[data-v-0d1b8401] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--sm);
}
.product-credit__provider-badge[data-v-0d1b8401] {
  position: absolute;
  right: calc(var(--xs) * -1);
  top: calc(var(--xs) * -1);
  min-width: var(--md);
  height: var(--md);
  padding: 0 var(--xs);
  border-radius: 999px;
  background: var(--theme-color-bg);
  border: 1px solid var(--theme-color-separator);
  font-size: var(--typography-caption);
  line-height: calc(var(--md) - 2px);
  text-align: center;
  color: var(--theme-color-muted);
  font-weight: 700;
}
.product-credit__cta[data-v-0d1b8401] {
  flex: 0 0 auto;
  min-width: 156px;
  --color-text: var(--theme-color-primary) !important;
  --color: var(--theme-color-primary) !important;
  --radius: var(--xl) !important;
  --py: 10px !important;
  --px: var(--xl) !important;
  --font-size: var(--typography-body1) !important;
}
.product-credit__info-icon[data-v-0d1b8401] {
  color: var(--theme-color-muted);
  font-size: var(--typography-body1);
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.product-credit__tooltip[data-v-0d1b8401] {
  max-width: 320px;
  font-size: var(--typography-caption);
  line-height: 1.25;
  color: var(--theme-color-muted);
}
.product-credit__tooltip[data-v-0d1b8401] strong {
  display: block;
  margin-bottom: var(--xs);
  color: var(--theme-color);
  font-weight: 700;
}
@media (max-width: 1279.98px) {
.product-credit__main[data-v-0d1b8401] {
    flex-wrap: wrap;
}
.product-credit__cta[data-v-0d1b8401] {
    width: 100%;
    min-width: 100%;
    flex-basis: 100%;
    order: 10;
}
.product-credit__info-icon[data-v-0d1b8401] {
    order: 11;
}
}
@media (max-width: 1023.98px) {
.product-credit__main[data-v-0d1b8401] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "price" "providers" "cta";
    align-items: center;
    column-gap: var(--sm);
    row-gap: var(--sm);
}
.product-credit__price[data-v-0d1b8401] {
    grid-area: price;
}
.product-credit__providers[data-v-0d1b8401] {
    grid-area: providers;
    width: 100%;
    gap: 6px;
}
.product-credit__cta[data-v-0d1b8401] {
    grid-area: cta;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
}
.product-credit__info-icon[data-v-0d1b8401] {
    display: none;
}
}
@media (max-width: 479.98px) {
.product-credit__main[data-v-0d1b8401] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--sm);
}
.product-credit__price[data-v-0d1b8401] {
    justify-content: flex-start;
}
.product-credit__price-value[data-v-0d1b8401] {
    font-size: 32px;
}
.product-credit__price-currency[data-v-0d1b8401] {
    font-size: 22px;
}
.product-credit__price-prefix[data-v-0d1b8401] {
    font-size: var(--typography-body2);
}
.product-credit__provider[data-v-0d1b8401] {
    width: var(--lg);
    height: var(--lg);
}
.product-credit__providers[data-v-0d1b8401] {
    justify-content: flex-start;
    gap: 6px;
}
.product-credit__provider-badge[data-v-0d1b8401] {
    right: calc(var(--xs) * -1);
    top: calc(var(--xs) * -1);
}
.product-credit__cta[data-v-0d1b8401] {
    width: 100%;
    margin-left: 0;
    margin-top: var(--xs);
}
.product-credit__tooltip[data-v-0d1b8401] {
    max-width: 260px;
    font-size: 12px;
}
}/* custom colors */
.product-services__list[data-v-9b34a726] {
  display: grid;
  gap: var(--md);
  margin-top: var(--md);
}
.product-services__item[data-v-9b34a726] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--md);
  border-bottom: 1px solid var(--theme-color-separator);
  padding-bottom: var(--md);
  transition: border-color var(--trs-1);
}
.product-services__item[data-v-9b34a726]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.product-services__left[data-v-9b34a726] {
  min-width: 0;
}
.product-services__right[data-v-9b34a726] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--md);
  flex-wrap: wrap;
  min-width: 230px;
}
.product-services__title[data-v-9b34a726] {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-services__info-icon[data-v-9b34a726] {
  display: inline-flex;
  align-items: center;
  color: var(--theme-color-muted);
  line-height: 1;
  cursor: help;
}
.product-services__select[data-v-9b34a726] {
  min-width: 190px;
}
.product-services__price[data-v-9b34a726] {
  white-space: nowrap;
}
@media (max-width: 479.98px) {
.product-services__item[data-v-9b34a726] {
    flex-direction: column;
}
.product-services__right[data-v-9b34a726] {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
}
.product-services__select[data-v-9b34a726] {
    width: 100%;
    min-width: 0;
}
}/* custom colors */
.product-promo-end-info[data-v-f2b681e6] {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--theme-color-primary) 12%, transparent);
  color: var(--theme-color-primary);
  font-size: var(--typography-body2);
  font-weight: 700;
  line-height: 1.25;
}/* custom colors */
.product-main[data-v-53d2cdc2] {
  --gap: var(--lg);
  padding: var(--gap) 0 var(--xl) 0;
  position: relative;
  overflow: hidden;
}
.product-main__container[data-v-53d2cdc2] {
  display: grid;
  grid-template-columns: 540px 1fr;
  grid-template-rows: auto 1fr;
  gap: var(--gap);
}
.product-main__left-side[data-v-53d2cdc2] {
  grid-column: 1/2;
  grid-row: 1/3;
}
.product-main__head[data-v-53d2cdc2] {
  grid-column: 2/3;
  grid-row: 1/2;
}
.product-main__info[data-v-53d2cdc2] {
  grid-column: 2/3;
  grid-row: 2/3;
}
.product-main__properties[data-v-53d2cdc2] {
  margin-top: var(--gap);
}
.product-main__gallery-wrapper[data-v-53d2cdc2] {
  position: relative;
}
.product-main__gallery[data-v-53d2cdc2] {
  position: relative;
  z-index: 1;
}
.product-main__controls[data-v-53d2cdc2] {
  position: absolute;
  z-index: 2;
  top: var(--sm);
  right: var(--sm);
}
.product-main__group[data-v-53d2cdc2]:not(:last-child) {
  margin-bottom: var(--gap);
}
.product-main__tags[data-v-53d2cdc2] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gutter);
}
.product-main__mobile-tags[data-v-53d2cdc2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sm);
  position: absolute;
  z-index: 2;
  top: var(--sm);
  left: var(--sm);
}
.product-main__info-badges[data-v-53d2cdc2] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-main__info-badge[data-v-53d2cdc2] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  height: 40px;
  position: relative;
  border-radius: var(--global-border-radius);
  overflow: hidden;
  border: 1px solid var(--theme-color-separator);
}
.product-main__compare-button[data-v-53d2cdc2] {
  flex: 0 0 auto;
}
.product-main__compare-button--active[data-v-53d2cdc2] {
  --color-text: var(--theme-color-primary) !important;
}
@media (max-width: 1279.98px) {
.product-main__container[data-v-53d2cdc2] {
    grid-template-columns: 420px 1fr;
}
.product-main__tags[data-v-53d2cdc2] {
    gap: var(--sm);
}
}
@media (max-width: 1023.98px) {
.product-main__container[data-v-53d2cdc2] {
    grid-template-columns: 320px 1fr;
}
}
@media (max-width: 767.98px) {
.product-main__container[data-v-53d2cdc2] {
    display: block;
}
.product-main__head[data-v-53d2cdc2] {
    margin-bottom: var(--gap);
}
.product-main__left-side[data-v-53d2cdc2] {
    margin-bottom: var(--gap);
}
}
@media (max-width: 479.98px) {
.product-main[data-v-53d2cdc2] {
    padding-top: var(--md);
}
.product-main__mobile-tags[data-v-53d2cdc2] {
    left: 0;
    top: var(--app-container-px);
}
.product-main__controls[data-v-53d2cdc2] {
    right: 0;
    top: var(--app-container-px);
}
}
.product-headline[data-v-53d2cdc2] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sm) var(--grid-gutter);
}
.product-headline__right[data-v-53d2cdc2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--grid-gutter);
}
@media (max-width: 1023.98px) {
.product-headline[data-v-53d2cdc2] {
    font-size: var(--typography-body2);
}
}
.product-action-box[data-v-53d2cdc2] {
  --box-gap: var(--lg);
}
.product-action-box__group[data-v-53d2cdc2] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--box-gap);
}
.product-action-box__buy-actions[data-v-53d2cdc2] {
  display: flex;
  align-items: center;
  gap: var(--md) var(--box-gap);
  flex: 1 1 auto;
  max-width: 500px;
}
.product-action-box__one-click-button[data-v-53d2cdc2] {
  flex: 1 1 50%;
}
.product-action-box__buy-button[data-v-53d2cdc2] {
  flex: 1 1 50%;
}
.product-action-box__price-group[data-v-53d2cdc2] {
  display: flex;
  flex-direction: column;
  padding: 4px 0 0 0;
}
@media (min-width: 1024px) {
.product-action-box__price[data-v-53d2cdc2] {
    font-size: 26px !important;
}
}
@media (max-width: 1279.98px) {
.product-action-box[data-v-53d2cdc2] {
    --box-gap: var(--grid-gutter);
}
.product-action-box__buy-actions[data-v-53d2cdc2] {
    flex-wrap: wrap;
}
}
@media (max-width: 479.98px) {
.product-action-box__group[data-v-53d2cdc2] {
    gap: 0px;
}
.product-action-box__price[data-v-53d2cdc2] {
    font-size: 24px !important;
}
.product-action-box__price-group[data-v-53d2cdc2] {
    margin-bottom: var(--md);
}
.product-action-box__buy-actions[data-v-53d2cdc2] {
    width: 100%;
    flex-direction: column;
}
}
.product-info-section[data-v-53d2cdc2]:not(:last-child) {
  margin-bottom: var(--gap);
  padding-bottom: var(--gap);
  border-bottom: 1px solid var(--theme-color-separator);
  transition: border-color var(--trs-1);
}/* custom colors */
.product-properties__list[data-v-ff208bac] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gutter);
  margin-bottom: var(--grid-gutter);
}/* custom colors */
.product-all__section[data-v-352f1100] {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--grid-gutter);
  align-items: flex-start;
}
.product-all__aside[data-v-352f1100] {
  position: sticky;
  top: var(--sticky-top);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid-gutter);
}
@media (max-width: 1279.98px) {
.product-all__section[data-v-352f1100] {
    grid-template-columns: 1fr 320px;
}
}
@media (max-width: 1023.98px) {
.product-all__section[data-v-352f1100] {
    display: block;
}
.product-all__aside[data-v-352f1100] {
    display: none;
}
}/* custom colors */
.review-images__head[data-v-73e6720d] {
  display: flex;
  align-items: center;
  gap: var(--sm);
  margin-bottom: var(--md);
}
.review-images__title[data-v-73e6720d] {
  margin: 0 !important;
}
.review-images__images[data-v-73e6720d] {
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  column-gap: var(--sm);
}
.review-images__image-wrapper[data-v-73e6720d] {
  position: relative;
  border-radius: var(--global-border-radius-inner);
  overflow: hidden;
  border: 1px solid var(--theme-color-separator);
  transition: border-color var(--trs-1);
}
.review-images__image[data-v-73e6720d] {
  cursor: pointer;
}
.review-images__image--muted[data-v-73e6720d] {
  cursor: default;
  opacity: 0.15;
}
.review-images__image-more[data-v-73e6720d] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1024px) {
.review-images__image-more[data-v-73e6720d] {
    font-size: 18px;
}
}/* custom colors */
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/* Slide styles end *//* custom colors */
.review-images-gallery-slider[data-v-42b3dfbc] {
  --px: 0px;
  --between: 12px;
}
.review-images-gallery-slider__slider[data-v-42b3dfbc] {
  width: 100%;
  margin-bottom: var(--between);
}
.slider[data-v-42b3dfbc] {
  position: relative;
}
.slider__swiper[data-v-42b3dfbc] {
  position: relative;
  z-index: 1;
}
.slider__counter[data-v-42b3dfbc] {
  position: absolute;
  z-index: 2;
  right: var(--between);
  bottom: var(--between);
}
.thumbs[data-v-42b3dfbc] {
  padding: 0 var(--px);
  overflow: hidden;
}
.thumbs__swiper[data-v-42b3dfbc] {
  margin: 0 calc(var(--between) / -2);
  overflow: visible !important;
}
.thumbs__slide[data-v-42b3dfbc] {
  padding: 0 calc(var(--between) / 2);
}
.thumbs-slide[data-v-42b3dfbc] {
  box-sizing: border-box;
}
.thumbs-slide__wrapper[data-v-42b3dfbc] {
  background-color: var(--theme-color-bg);
  border-radius: var(--global-border-radius-inner);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: var(--theme-color-primary);
  /* @media (min-width: $breakpoint-lg-min) {
    width: var(--thumbs-size);
    height: var(--thumbs-size);
  } */
}
.thumbs-slide__wrapper[data-v-42b3dfbc]::before, .thumbs-slide__wrapper[data-v-42b3dfbc]::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-radius: inherit;
  opacity: 0;
  transition: opacity var(--trs-1);
}
.thumbs-slide__wrapper[data-v-42b3dfbc]::before {
  border-width: 1px;
  z-index: 2;
  border-color: var(--theme-color-muted-light);
}
.thumbs-slide__wrapper[data-v-42b3dfbc]::after {
  border-width: 2px;
  z-index: 3;
  border-color: var(--theme-color-primary);
}
body.desktop .thumbs-slide__wrapper[data-v-42b3dfbc]:hover:before {
  opacity: 1;
}
.thumbs-slide.swiper-slide-thumb-active .thumbs-slide__wrapper[data-v-42b3dfbc] {
  cursor: default;
}
.thumbs-slide.swiper-slide-thumb-active .thumbs-slide__wrapper[data-v-42b3dfbc]::after {
  opacity: 1;
}/* custom colors */
.review-images-gallery-modal__slider[data-v-0ad291e4] {
  --px: var(--modal-inner-px) !important;
  margin: calc(var(--modal-inner-pt) * -1) calc(var(--modal-inner-px) * -1) 0;
}
@media (min-width: 1024px) {
.review-images-gallery-modal__slider[data-v-0ad291e4] {
    --px: 0 !important;
    margin: 0;
}
}
.review-images-gallery-modal__container[data-v-0ad291e4] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--lg);
}
@media (min-width: 1024px) {
.review-images-gallery-modal__container[data-v-0ad291e4] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
}
.review-images-gallery-modal__comment-controls[data-v-0ad291e4] {
  display: flex;
  justify-content: space-between;
  margin-top: var(--lg);
}/* custom colors */
/*  *//* custom colors */
.media-list[data-v-44981f4a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--xl);
}
.media-list__item[data-v-44981f4a] {
  width: 100%;
}
.media-list__item--image[data-v-44981f4a] {
  max-width: 600px;
}
.media-list__item--video[data-v-44981f4a] {
  transition: background-color var(--trs-1);
  background-color: var(--theme-color-bg-accent);
}/* custom colors */
.document[data-v-3e1d337a] {
  border: 1px solid var(--theme-color-muted-light);
  border-radius: var(--global-border-radius-inner);
  padding: var(--md);
  transition: border-color var(--trs-1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.document__head[data-v-3e1d337a] {
  display: flex;
  margin-bottom: var(--md);
}
.document__icon[data-v-3e1d337a] {
  font-size: var(--lg);
  flex: 0 0 auto;
  margin-right: var(--sm);
}
.document__name[data-v-3e1d337a] {
  flex: 1 1 auto;
  word-break: break-word;
  display: flex;
  align-items: center;
}/* custom colors */
.product-sticky-buy-bar[data-v-3191b8c6] {
  display: flex;
  align-items: center;
  gap: var(--md);
  flex: 0 1 auto;
  min-width: 0;
}
.product-sticky-buy-bar__price[data-v-3191b8c6] .base-price__old-price {
  font-size: var(--typography-caption);
}
.product-sticky-buy-bar__product[data-v-3191b8c6] {
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: var(--md);
  color: inherit;
  text-decoration: none;
  flex: 1 1 auto;
}
.product-sticky-buy-bar__thumb[data-v-3191b8c6] {
  width: 44px;
  border-radius: var(--global-border-radius);
  overflow: hidden;
  flex: 0 0 auto;
}
.product-sticky-buy-bar__product-text[data-v-3191b8c6] {
  min-width: 0;
}
.product-sticky-buy-bar__product-title[data-v-3191b8c6] {
  font-size: var(--typography-body2);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1400px) {
.product-sticky-buy-bar__product-title[data-v-3191b8c6] {
    display: none;
}
}/* custom colors */
.product-head[data-v-252f09c0] {
  transition: background-color var(--trs-1);
  background-color: var(--theme-color-bg);
  overflow: hidden;
}
.product-head__wrapper[data-v-252f09c0] {
  position: relative;
  z-index: 2;
}
.product-head__container[data-v-252f09c0] {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--grid-gutter);
  min-width: 0;
}
.product-head__separator[data-v-252f09c0] {
  position: absolute;
  width: calc(100% - var(--app-container-px) * 2);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width var(--trs-2);
}
.product-head__breadcrumbs[data-v-252f09c0] {
  margin-bottom: var(--sm);
}
.product-head__tabs[data-v-252f09c0] {
  position: relative;
  z-index: 2;
}
.product-head__left[data-v-252f09c0] {
  padding: var(--md) 0 0 0;
  flex: 1 1 auto;
  min-width: 0;
}
.product-head__right[data-v-252f09c0] {
  min-width: 0;
  max-width: min(520px, 42vw);
}
.product-head--sticky .product-head__separator[data-v-252f09c0] {
  width: var(--page-width);
}
@media (max-width: 1400px) {
.product-head__right[data-v-252f09c0] {
    max-width: min(420px, 38vw);
}
}/* custom colors */
.product-head[data-v-4ac0ca92] {
  transition: background-color var(--trs-1);
  background-color: var(--theme-color-bg);
  overflow: hidden;
}
.product-head__separator[data-v-4ac0ca92] {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width var(--trs-2);
}/* custom colors */
.product-section[data-v-3481cbea] {
  --gutter: var(--grid-gutter);
  --product-gap-y: var(--md);
  --head-height: var(--23159662);
  --sticky-top: calc(var(--head-height) + var(--product-gap-y));
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-section__desktop-head[data-v-3481cbea] {
  position: sticky;
  z-index: 2;
  top: 0;
}
.product-section__mobile-head[data-v-3481cbea] {
  position: sticky;
  top: 0;
  z-index: 3;
}
.product-section__tab[data-v-3481cbea] {
  padding-top: calc(var(--head-height));
  margin-top: calc(var(--head-height) * -1);
}
.product-section__tab-panels[data-v-3481cbea] {
  position: relative;
  z-index: 1;
}
.product-section__breadcrumbs[data-v-3481cbea] {
  height: 40px;
  display: flex;
  align-items: center;
  transition: background-color var(--trs-1);
  background-color: var(--theme-color-bg);
  position: relative;
  z-index: 2;
  overflow: hidden;
}/* custom colors */
.product[data-v-2d6894bf] {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--layout-pt) * -1);
  position: relative;
}
.product[data-v-2d6894bf]::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(var(--computed-header-height) + var(--computed-header-nav-height));
  background-color: var(--theme-color-bg);
  transition: background-color var(--trs-1);
  position: absolute;
  bottom: 100%;
}
.product__section[data-v-2d6894bf] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}