/* 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-content-reveal__viewport[data-v-0238e9aa] {
  position: relative;
}
.product-content-reveal__viewport--collapsible[data-v-0238e9aa] {
  overflow: hidden;
  transition: max-height 320ms ease;
}
.product-content-reveal__fade[data-v-0238e9aa] {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--theme-color-bg) 82%);
}
.product-content-reveal__actions[data-v-0238e9aa] {
  display: flex;
  justify-content: center;
  margin-top: var(--lg);
}
.product-content-reveal__toggle[data-v-0238e9aa] {
  width: min(100%, 300px);
}/* custom colors */
.product-description[data-v-59e30db4] {
  overflow: hidden;
}
.product-description__title[data-v-59e30db4] {
  margin: 0 0 var(--lg);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
}
.product-description__content[data-v-59e30db4] {
  font-size: 16px;
  line-height: 1.65;
}
.product-description__content[data-v-59e30db4] p:first-child {
  margin-top: 0;
}
.product-description__content[data-v-59e30db4] h2,
.product-description__content[data-v-59e30db4] h3 {
  margin-top: var(--xl);
  margin-bottom: var(--md);
  line-height: 1.25;
}
.product-description__content[data-v-59e30db4] img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.product-description__content[data-v-59e30db4] figure {
  text-align: center;
}
@media (max-width: 479.98px) {
.product-description__title[data-v-59e30db4] {
    font-size: 24px;
}
.product-description__content[data-v-59e30db4] {
    font-size: 15px;
}
}
.product-description__iframe[data-v-59e30db4] {
  display: block;
  width: 100%;
  border: none;
}/* custom colors */
.product-accessories[data-v-1f47736e] {
  padding-top: var(--lg);
  padding-bottom: var(--xl);
  background: var(--theme-color-bg);
}
.product-accessories__head[data-v-1f47736e] {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: var(--md);
}
.product-accessories__head h2[data-v-1f47736e] {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
}
.product-accessories__tabs[data-v-1f47736e] {
  margin-bottom: var(--md);
}
.product-accessories__content[data-v-1f47736e] {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.product-accessories[data-v-1f47736e] .slider__head {
  justify-content: flex-end;
  margin-bottom: 8px;
}
.product-accessories[data-v-1f47736e] .slider__slide {
  height: auto;
}
.product-accessories[data-v-1f47736e] .product-card-small--vertical {
  height: 100%;
}
@media (max-width: 479.98px) {
.product-accessories[data-v-1f47736e] .content {
    margin-inline: calc(var(--container-px) * -1);
    padding-inline: var(--container-px);
    border-radius: 0;
    border-inline: 0;
}
}/* 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-186a853b] {
  margin-bottom: var(--md);
}/* custom colors */
.properties__heading[data-v-6f24ed39] {
  margin-bottom: var(--lg);
}
.properties__heading--mobile[data-v-6f24ed39] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--md);
  padding: 0;
  border: 0;
  color: var(--text-primary);
  background: transparent;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}
.properties__heading--mobile .ui-icon[data-v-6f24ed39] {
  flex: 0 0 auto;
  font-size: 12px;
}
.properties__heading--mobile[data-v-6f24ed39]:focus-visible {
  outline: 2px solid var(--theme-color-primary);
  outline-offset: 6px;
  border-radius: var(--radius-sm);
}
.properties__groups[data-v-6f24ed39] {
  display: grid;
  gap: var(--xl);
}
.properties__group-title[data-v-6f24ed39] {
  margin: 0 0 var(--md);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text-primary);
}
.properties__list[data-v-6f24ed39] {
  display: grid;
}
.properties__item[data-v-6f24ed39] {
  padding: 10px 0;
  border-bottom: 1px solid var(--theme-color-separator);
}
@media (max-width: 479.98px) {
.properties[data-v-6f24ed39] {
    box-shadow: var(--elevation-1);
}
.properties__heading[data-v-6f24ed39] {
    margin-bottom: var(--md);
}
.properties__body[data-v-6f24ed39] {
    overflow: hidden;
}
.properties__groups[data-v-6f24ed39] {
    gap: var(--lg);
}
.properties__group-title[data-v-6f24ed39] {
    margin-bottom: 8px;
    font-size: 15px;
}
.properties__list[data-v-6f24ed39] {
    gap: 3px;
}
.properties__item[data-v-6f24ed39] {
    min-height: 62px;
    padding: 10px 12px;
    border: 0;
    border-radius: var(--radius-md);
}
.properties__item[data-v-6f24ed39]:nth-child(odd) {
    background: var(--surface-subtle);
}
.properties[data-v-6f24ed39] .product-content-reveal__fade {
    display: none;
}
.properties[data-v-6f24ed39] .product-content-reveal__actions {
    justify-content: flex-start;
    margin-top: 10px;
}
.properties[data-v-6f24ed39] .product-content-reveal__toggle {
    --size: 28px;
    --px: 0;
    --py: 0;
    --color-text: var(--theme-color-primary);
    width: auto;
    min-height: 28px;
    border: 0;
    color: var(--theme-color-primary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 4px;
}
.properties[data-v-6f24ed39] .product-content-reveal__toggle::before, .properties[data-v-6f24ed39] .product-content-reveal__toggle::after {
    background: transparent;
}
.properties[data-v-6f24ed39] .product-content-reveal__toggle .button__icon-right {
    display: none;
}
}
.property[data-v-6f24ed39] {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--grid-gutter);
}
.property__name[data-v-6f24ed39] {
  color: var(--theme-color-muted);
}
.property__name[data-v-6f24ed39]::after {
  content: ":";
}
.property__value[data-v-6f24ed39] {
  font-weight: 700;
}
@media (max-width: 767.98px) {
.property[data-v-6f24ed39] {
    display: flex;
    justify-content: space-between;
    gap: var(--md);
}
.property__value[data-v-6f24ed39] {
    text-align: right;
}
}
@media (max-width: 479.98px) {
.property[data-v-6f24ed39] {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: stretch;
    gap: 4px;
}
.property__name[data-v-6f24ed39] {
    font-size: 14px;
}
.property__name[data-v-6f24ed39]::after {
    content: none;
}
.property__value[data-v-6f24ed39] {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}
}/* custom colors */
.delivery-city-selector[data-v-18f8fd5c] {
  justify-self: end;
}
.delivery-city-selector__button[data-v-18f8fd5c] {
  min-height: 34px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid color-mix(in srgb, var(--theme-color-primary) 35%, var(--theme-color-separator));
  border-radius: var(--radius-pill);
  color: var(--theme-color-primary);
  background: color-mix(in srgb, var(--theme-color-primary) 7%, var(--theme-color-bg));
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color var(--trs-1), background-color var(--trs-1), transform var(--trs-1);
}
.delivery-city-selector__button[data-v-18f8fd5c]:hover {
  border-color: var(--theme-color-primary);
  background: color-mix(in srgb, var(--theme-color-primary) 12%, var(--theme-color-bg));
}
.delivery-city-selector__button[data-v-18f8fd5c]:active {
  transform: translateY(1px);
}
.delivery-city-selector__button > .ui-icon[data-v-18f8fd5c]:first-child {
  font-size: 14px;
}
.delivery-city-selector__chevron[data-v-18f8fd5c] {
  font-size: 10px;
}
.delivery-city-selector__menu {
  min-width: 244px;
  padding: 8px;
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-md);
  color: var(--theme-color-text);
  background: var(--theme-color-bg);
  box-shadow: var(--elevation-3);
}
.delivery-city-selector__menu-head[data-v-18f8fd5c] {
  padding: 8px 10px 10px;
  display: grid;
  gap: 2px;
  border-bottom: 1px solid var(--theme-color-separator);
}
.delivery-city-selector__menu-head strong[data-v-18f8fd5c] {
  font-size: 14px;
}
.delivery-city-selector__menu-head small[data-v-18f8fd5c] {
  color: var(--theme-color-muted);
  font-size: 11px;
}
.delivery-city-selector__option[data-v-18f8fd5c] {
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: var(--radius-sm);
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.delivery-city-selector__option[data-v-18f8fd5c]:hover {
  background: color-mix(in srgb, var(--theme-color-primary) 7%, var(--theme-color-bg));
}
.delivery-city-selector__option--active[data-v-18f8fd5c] {
  color: var(--theme-color-primary);
  font-weight: 700;
}
.delivery-city-selector__dot[data-v-18f8fd5c] {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: var(--radius-pill);
}
.delivery-city-selector__option--active .delivery-city-selector__dot[data-v-18f8fd5c] {
  background: currentColor;
  box-shadow: inset 0 0 0 2px var(--theme-color-bg);
}
@media (max-width: 479.98px) {
.delivery-city-selector__button[data-v-18f8fd5c] {
    max-width: 150px;
    padding-inline: 9px;
}
.delivery-city-selector__button span[data-v-18f8fd5c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}/* custom colors */
.product-series-item[data-v-0f66c5fb] {
  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-0f66c5fb]::before, .product-series-item[data-v-0f66c5fb]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.product-series-item[data-v-0f66c5fb]::before {
  transition: border-color var(--trs-1);
  border: 1px solid var(--theme-color-separator);
  z-index: 1;
}
.product-series-item[data-v-0f66c5fb]::after {
  z-index: 2;
  opacity: 0;
  border: 2px solid var(--theme-color-primary);
  transition: opacity var(--trs-1);
}
.product-series-item__image[data-v-0f66c5fb] {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.product-series-item__name[data-v-0f66c5fb] {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 3;
  display: block;
  padding: 5px 4px 3px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.product-series-item--active[data-v-0f66c5fb]::after {
  opacity: 1;
}
body.desktop .product-series-item[data-v-0f66c5fb]:hover::before {
  border-color: var(--theme-color-primary);
}/* custom colors */
.product-series-list[data-v-cb03c6f2] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sm);
}
.product-series-list__item[data-v-cb03c6f2] {
  width: 78px;
}
@media (max-width: 767.98px) {
.product-series-list[data-v-cb03c6f2] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.product-series-list__item[data-v-cb03c6f2] {
    width: 100%;
}
}
@media (max-width: 479.98px) {
.product-series-list[data-v-cb03c6f2] {
    grid-template-columns: repeat(5, 1fr);
}
}/* custom colors */
.product-pickup[data-v-bf196c1c] {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid color-mix(in srgb, var(--theme-color-separator) 65%, transparent);
}
.product-pickup__button[data-v-bf196c1c] {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--md);
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.product-pickup__label[data-v-bf196c1c] {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}
.product-pickup__label > .ui-icon[data-v-bf196c1c] {
  justify-self: center;
  color: var(--theme-color-primary);
}
.product-pickup strong[data-v-bf196c1c], .product-pickup small[data-v-bf196c1c] {
  display: block;
}
.product-pickup strong[data-v-bf196c1c] {
  font-size: 13px;
}
.product-pickup small[data-v-bf196c1c] {
  margin-top: 2px;
  max-width: 340px;
  overflow: hidden;
  color: var(--theme-color-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-pickup__action[data-v-bf196c1c] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  color: var(--theme-color-primary);
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 479.98px) {
.product-pickup__action[data-v-bf196c1c] {
    font-size: 0;
}
.product-pickup small[data-v-bf196c1c] {
    max-width: 230px;
}
}/* custom colors */
.delivery-list[data-v-61020068] {
  --gy: 9px;
}
.delivery-list__item[data-v-61020068]:not(:last-child) {
  padding-bottom: var(--gy);
  margin-bottom: var(--gy);
  border-bottom: 1px solid color-mix(in srgb, var(--theme-color-separator) 65%, transparent);
}
@media (max-width: 479.98px) {
.delivery-list[data-v-61020068] {
    --gy: var(--sm);
}
}
.delivery-item[data-v-61020068] {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 1.4fr);
  align-items: center;
  gap: var(--md);
  font-size: 13px;
}
.delivery-item__name[data-v-61020068] {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.delivery-item__icon[data-v-61020068] {
  width: 20px;
  height: 20px;
  justify-self: center;
}
.delivery-item__price[data-v-61020068] {
  min-width: 148px;
  text-align: right;
}
.delivery-item__info[data-v-61020068] {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(148px, auto);
  align-items: center;
  gap: 18px;
}
.delivery-item__timing[data-v-61020068] {
  min-width: 0;
  line-height: 1.25;
}
@media (max-width: 1023.98px) {
.delivery-item[data-v-61020068] {
    grid-template-columns: 1fr;
    gap: 5px;
}
.delivery-item__info[data-v-61020068] {
    padding-left: 44px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--md);
}
.delivery-item__price[data-v-61020068] {
    min-width: 0;
}
}
@media (max-width: 479.98px) {
.delivery-item[data-v-61020068] {
    font-size: 13px;
}
}/* custom colors */
.comments-rating[data-v-72407eec] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  color: var(--theme-color);
  transition: color var(--trs-1);
  gap: var(--xs) var(--sm);
}
.comments-rating__stars[data-v-72407eec] .q-rating {
  flex-wrap: nowrap;
}
.comments-rating-label[data-v-72407eec] {
  display: flex;
  align-items: center;
  padding-top: 0.1em;
}
.comments-rating-label__icon[data-v-72407eec] {
  margin-right: 0.4em;
}
.comments-rating--clickable[data-v-72407eec] {
  cursor: pointer;
  transition: color var(--trs-1);
}
body.desktop .comments-rating--clickable[data-v-72407eec]:hover {
  color: var(--theme-color-primary);
}/* 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  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-554d8ec6] {
  --radius: var(--global-border-radius-inner);
  --thumbs-space-between: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 479.98px) {
.product-gallery[data-v-554d8ec6] {
    --thumbs-space-between: var(--app-container-px);
}
}
.product-gallery__inner[data-v-554d8ec6] {
  padding-left: 0;
}
@media (max-width: 479.98px) {
.product-gallery__inner[data-v-554d8ec6] {
    position: relative;
    padding-left: 64px;
}
}
.product-gallery-media[data-v-554d8ec6] {
  flex: 1 1 auto;
  background-color: var(--theme-color-bg);
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
.product-gallery-media[data-v-554d8ec6] {
    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-554d8ec6] {
    min-width: 0;
    margin: 0;
    border-radius: var(--radius);
}
}
.product-gallery-media__slider[data-v-554d8ec6] {
  position: relative;
  z-index: 1;
}
.product-gallery-media__counter[data-v-554d8ec6] {
  position: absolute;
  z-index: 2;
  right: var(--sm);
  bottom: var(--sm);
}
@media (max-width: 479.98px) {
.product-gallery-media__counter[data-v-554d8ec6] {
    right: 6px;
    bottom: 6px;
}
}
.product-gallery-media__tags[data-v-554d8ec6] {
  position: absolute;
  z-index: 3;
  top: var(--sm);
  left: var(--sm);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(100% - 96px);
  gap: var(--sm);
}
@media (max-width: 479.98px) {
.product-gallery-media__tags[data-v-554d8ec6] {
    top: 8px;
    left: 8px;
}
}
.product-gallery-media-slide[data-v-554d8ec6] {
  box-sizing: border-box;
}
.product-gallery-media-slide__inner[data-v-554d8ec6] {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-gallery-media-slide__image[data-v-554d8ec6] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  cursor: zoom-in;
}
.product-gallery-media-slide__video[data-v-554d8ec6] {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-gallery-thumbs[data-v-554d8ec6] {
  overflow: hidden;
  border-radius: var(--radius);
  position: relative;
  margin-top: 14px;
}
.product-gallery-thumbs__swiper[data-v-554d8ec6] {
  margin: 0 calc(var(--thumbs-space-between) / -2);
  width: calc(100% + var(--thumbs-space-between));
}
.product-gallery-thumbs__slide[data-v-554d8ec6] {
  padding: 0 calc(var(--thumbs-space-between) / 2);
}
@media (max-width: 479.98px) {
.product-gallery-thumbs[data-v-554d8ec6] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 56px;
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
}
.product-gallery-thumbs__swiper[data-v-554d8ec6] {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.product-gallery-thumbs__slide[data-v-554d8ec6] {
    padding: 0;
}
}
.product-gallery-thumbs-slide[data-v-554d8ec6] {
  box-sizing: border-box;
  pointer-events: none;
}
.product-gallery-thumbs-slide__wrapper[data-v-554d8ec6] {
  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);
  width: 100%;
  aspect-ratio: 1;
}
.product-gallery-thumbs-slide__wrapper[data-v-554d8ec6]::before, .product-gallery-thumbs-slide__wrapper[data-v-554d8ec6]::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-554d8ec6]::before {
  border-width: 1px;
  z-index: 2;
  border-color: var(--theme-color-muted-light);
}
.product-gallery-thumbs-slide__wrapper[data-v-554d8ec6]::after {
  border-width: 2px;
  z-index: 3;
  border-color: var(--theme-color-primary);
  opacity: 0;
}
.product-gallery-thumbs-slide.swiper-slide-thumb-active .product-gallery-thumbs-slide__wrapper[data-v-554d8ec6] {
  cursor: default;
}
.product-gallery-thumbs-slide.swiper-slide-thumb-active .product-gallery-thumbs-slide__wrapper[data-v-554d8ec6]::after {
  opacity: 1;
}
.product-gallery-thumbs-slide__video[data-v-554d8ec6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
}
.product-gallery-thumbs-slide__video-icon[data-v-554d8ec6] {
  font-size: 24px;
}
body.body--dark .product-gallery-thumbs-slide__wrapper[data-v-554d8ec6] {
  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-554d8ec6] {
  opacity: 1;
}/* custom colors */
.properties[data-v-0f928591] {
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
  border-radius: var(--radius-lg);
  background: var(--theme-color-bg);
}
.properties__head[data-v-0f928591] {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.properties__title[data-v-0f928591] {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.properties__grid[data-v-0f928591] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.property[data-v-0f928591] {
  min-width: 0;
  min-height: 72px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: var(--radius-md);
  background: var(--theme-color-bg-muted);
}
.property__name[data-v-0f928591] {
  color: var(--theme-color-muted);
  font-size: 11px;
  line-height: 1.25;
}
.property__value[data-v-0f928591] {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.25;
}
@media (max-width: 1260px) {
.properties__grid[data-v-0f928591] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}/* custom colors */
.variation-chip[data-v-1d256513] {
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-sm);
  padding: 5px 9px;
  background: var(--surface-primary);
  color: var(--text-primary);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  font-size: 13px;
  transition: border-color var(--trs-1), background-color var(--trs-1), color var(--trs-1);
}
.variation-chip__label[data-v-1d256513] {
  line-height: 1.1;
  white-space: nowrap;
}
.variation-chip__price-diff[data-v-1d256513] {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--theme-color-muted);
  white-space: nowrap;
}
.variation-chip__price-diff--increase[data-v-1d256513] {
  color: var(--semantic-danger);
}
.variation-chip__price-diff--decrease[data-v-1d256513] {
  color: var(--theme-color-positive);
}
.variation-chip[data-v-1d256513]:hover {
  border-color: color-mix(in srgb, var(--variation-accent) 50%, var(--theme-color-separator));
}
.variation-chip--selected[data-v-1d256513] {
  border-color: var(--variation-accent);
  color: var(--text-primary);
  background: color-mix(in srgb, var(--variation-accent) 12%, var(--surface-primary));
  font-weight: 600;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--variation-accent) 10%, transparent);
}
.variation-chip--unavailable[data-v-1d256513] {
  opacity: 0.42;
  cursor: not-allowed;
}
.variation-chip--unavailable[data-v-1d256513]:hover {
  border-color: var(--theme-color-separator);
}
@media (min-width: 480px) {
.variation-chip[data-v-1d256513] {
    min-width: 48px;
    min-height: 38px;
    justify-content: center;
    padding: 6px 10px;
    border-radius: var(--radius-md);
}
.variation-chip--selected[data-v-1d256513] {
    border-color: var(--variation-accent);
    background: color-mix(in srgb, var(--variation-accent) 10%, var(--surface-primary));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--variation-accent) 16%, transparent);
}
}/* custom colors */
.variation-color[data-v-cab68716] {
  border: 0;
  padding: 3px 5px 3px 2px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.variation-color__content[data-v-cab68716] {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.variation-color__dot[data-v-cab68716] {
  width: 22px;
  height: 25px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-default);
  transition: border-color var(--trs-1), box-shadow var(--trs-1);
}
.variation-color__label[data-v-cab68716] {
  font-size: 13px;
}
.variation-color__price-diff[data-v-cab68716] {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--theme-color-muted);
}
.variation-color__price-diff--increase[data-v-cab68716] {
  color: var(--semantic-danger);
}
.variation-color__price-diff--decrease[data-v-cab68716] {
  color: var(--theme-color-positive);
}
.variation-color--selected .variation-color__dot[data-v-cab68716] {
  border-color: var(--variation-accent);
  box-shadow: 0 0 0 2px var(--theme-color-white), 0 0 0 3px var(--variation-accent);
}
.variation-color--selected .variation-color__label[data-v-cab68716] {
  font-weight: 600;
}
.variation-color--unavailable[data-v-cab68716] {
  opacity: 0.42;
  cursor: not-allowed;
}/* custom colors */
.variation-image[data-v-371b6540] {
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-sm);
  background: var(--theme-color-white);
  color: var(--theme-color-dark);
  padding: 6px;
  display: grid;
  gap: 4px;
  width: 78px;
  cursor: pointer;
}
.variation-image__preview[data-v-371b6540] {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: var(--radius-md);
}
.variation-image__label[data-v-371b6540] {
  font-size: 12px;
  line-height: 1.2;
}
.variation-image__price-diff[data-v-371b6540] {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--theme-color-muted);
}
.variation-image__price-diff--increase[data-v-371b6540] {
  color: var(--semantic-danger);
}
.variation-image__price-diff--decrease[data-v-371b6540] {
  color: var(--theme-color-positive);
}
.variation-image--selected[data-v-371b6540] {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--theme-color-primary) 22%, transparent);
}
.variation-image--unavailable[data-v-371b6540] {
  opacity: 0.42;
  cursor: not-allowed;
}
.variation-image--preview-only[data-v-371b6540] {
  width: 68px;
  min-height: 68px;
  height: auto;
  padding: 5px;
  border-radius: var(--radius-md);
}
.variation-image--preview-only .variation-image__preview[data-v-371b6540] {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.variation-image--preview-only .variation-image__price-diff[data-v-371b6540] {
  width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
.variation-image[data-v-371b6540] {
    transition: border-color var(--trs-1), box-shadow var(--trs-1), background-color var(--trs-1);
}
.variation-image[data-v-371b6540]:not(.variation-image--unavailable):hover {
    border-color: color-mix(in srgb, var(--theme-color-primary) 58%, var(--theme-color-separator));
}
.variation-image--preview-only[data-v-371b6540] {
    width: 68px;
    min-height: 68px;
    padding: 5px;
}
.variation-image--preview-only .variation-image__preview[data-v-371b6540] {
    width: 56px;
    height: 56px;
}
.variation-image--selected[data-v-371b6540] {
    background: color-mix(in srgb, var(--theme-color-primary) 7%, var(--theme-color-white));
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--theme-color-primary) 18%, transparent);
}
}
@media (max-width: 479.98px) {
.variation-image--preview-only[data-v-371b6540] {
    width: 72px;
    min-height: 72px;
    flex: 0 0 72px;
}
.variation-image--preview-only .variation-image__preview[data-v-371b6540] {
    width: 60px;
    height: 60px;
}
}/* custom colors */
.product-variations__items--image-with-text[data-v-593b887d] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.variation-image-text[data-v-593b887d] {
  appearance: none;
  box-sizing: border-box;
  border: 0;
  border-radius: var(--radius-sm);
  background: transparent;
  padding: 2px 6px 2px 2px;
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  gap: 6px;
  cursor: pointer;
  font-family: "CeraRoundPro", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-primary);
  transition: background-color var(--trs-1), transform var(--trs-1);
}
.variation-image-text__preview-box[data-v-593b887d] {
  flex: 0 0 30px;
  width: 30px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--theme-color-white);
  transition: border-color var(--trs-1), box-shadow var(--trs-1);
}
.variation-image-text__preview[data-v-593b887d] {
  width: 24px;
  height: 28px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}
.variation-image-text__fallback[data-v-593b887d] {
  width: 20px;
  height: 25px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
}
.variation-image-text__label[data-v-593b887d] {
  display: inline-flex;
  align-items: center;
  font-family: "CeraRoundPro", "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-variant: normal;
  white-space: nowrap;
  color: var(--text-primary);
}
.variation-image-text__content[data-v-593b887d] {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.variation-image-text__price-diff[data-v-593b887d] {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--theme-color-muted);
}
.variation-image-text__price-diff--increase[data-v-593b887d] {
  color: var(--semantic-danger);
}
.variation-image-text__price-diff--decrease[data-v-593b887d] {
  color: var(--theme-color-positive);
}
.variation-image-text[data-v-593b887d]:hover {
  background: color-mix(in srgb, var(--variation-accent) 5%, transparent);
}
.variation-image-text:hover .variation-image-text__preview-box[data-v-593b887d] {
  border-color: color-mix(in srgb, var(--variation-accent) 52%, var(--theme-color-separator));
}
.variation-image-text--selected[data-v-593b887d] {
  background: color-mix(in srgb, var(--variation-accent) 7%, transparent);
}
.variation-image-text--selected .variation-image-text__preview-box[data-v-593b887d] {
  border-color: var(--variation-accent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--variation-accent) 14%, transparent);
}
.variation-image-text--selected .variation-image-text__label[data-v-593b887d] {
  font-weight: 600;
}
.variation-image-text--unavailable[data-v-593b887d] {
  opacity: 0.42;
  cursor: not-allowed;
}
.variation-image-text--unavailable[data-v-593b887d]:hover {
  background: transparent;
}
.variation-image-text--unavailable:hover .variation-image-text__preview-box[data-v-593b887d] {
  border-color: transparent;
}/* custom colors */
.product-variations[data-v-e10fd02e] {
  --variation-accent: var(--theme-color-primary);
  display: grid;
  gap: 13px;
  margin-bottom: var(--lg);
  padding: 2px 0 0;
}
.product-variations__row[data-v-e10fd02e] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}
.product-variations__row--paired[data-v-e10fd02e] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
}
.product-variations__row--paired .product-variations__group[data-v-e10fd02e] {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-variations__row--paired .product-variations__group + .product-variations__group[data-v-e10fd02e] {
  padding-left: 20px;
  border-left: 1px solid color-mix(in srgb, var(--theme-color-separator) 82%, transparent);
}
.product-variations__row--featured[data-v-e10fd02e] {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--theme-color-separator);
}
.product-variations__row--featured .product-variations__group[data-v-e10fd02e] {
  padding: 0;
  border: 0;
}
.product-variations__group[data-v-e10fd02e] {
  display: grid;
  align-content: flex-start;
  gap: 8px;
  min-width: 0;
}
.product-variations__group--color[data-v-e10fd02e] {
  padding-top: 12px;
  border-top: 1px solid var(--theme-color-separator);
}
.product-variations__title[data-v-e10fd02e] {
  display: flex;
  align-items: center;
  min-height: 17px;
  font-size: 12px;
  color: var(--theme-color-muted);
}
.product-variations__title strong[data-v-e10fd02e] {
  font-weight: 700;
  color: var(--text-primary);
}
.product-variations__title strong span[data-v-e10fd02e] {
  font-weight: 500;
  color: var(--theme-color-muted);
}
.product-variations__items[data-v-e10fd02e] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--xs);
}
@media (min-width: 480px) {
.product-variations[data-v-e10fd02e] {
    gap: 14px;
    margin: 4px 0 18px;
    padding: 16px 0;
    border-top: 1px solid var(--theme-color-separator);
    border-bottom: 1px solid var(--theme-color-separator);
}
.product-variations__row[data-v-e10fd02e] {
    gap: 0;
}
.product-variations__row--featured[data-v-e10fd02e] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border: 0;
}
.product-variations__row--paired[data-v-e10fd02e] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-top: 14px;
    border-top: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
}
.product-variations__group[data-v-e10fd02e], .product-variations__row--featured .product-variations__group[data-v-e10fd02e], .product-variations__row--paired .product-variations__group[data-v-e10fd02e] {
    min-height: 82px;
    padding: 0 18px;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.product-variations__row .product-variations__group[data-v-e10fd02e]:first-child {
    padding-left: 0;
}
.product-variations__row .product-variations__group + .product-variations__group[data-v-e10fd02e], .product-variations__row--paired .product-variations__group + .product-variations__group[data-v-e10fd02e] {
    padding-left: 18px;
    border-left: 1px solid color-mix(in srgb, var(--theme-color-separator) 82%, transparent);
}
.product-variations__group--color[data-v-e10fd02e] {
    padding-top: 0;
    border-top: 0;
}
.product-variations__title[data-v-e10fd02e] {
    min-height: 18px;
    font-size: 13px;
    line-height: 1.25;
}
.product-variations__items[data-v-e10fd02e] {
    gap: 7px;
}
}
@media (max-width: 479.98px) {
.product-variations[data-v-e10fd02e] {
    gap: 0;
    padding-top: 0;
}
.product-variations__row[data-v-e10fd02e], .product-variations__row--paired[data-v-e10fd02e], .product-variations__row--featured[data-v-e10fd02e] {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    border: 0;
}
.product-variations__group[data-v-e10fd02e], .product-variations__row--paired .product-variations__group[data-v-e10fd02e], .product-variations__row--featured .product-variations__group[data-v-e10fd02e] {
    grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
    align-items: center;
    align-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--theme-color-separator) 72%, transparent);
    background: transparent;
}
.product-variations__row--paired .product-variations__group + .product-variations__group[data-v-e10fd02e] {
    padding-left: 0;
    border-top: 0;
    border-left: 0;
}
.product-variations__row:last-child .product-variations__group[data-v-e10fd02e]:last-child {
    border-bottom: 0;
}
.product-variations__title[data-v-e10fd02e] {
    min-height: 0;
    font-size: 12px;
    line-height: 1.25;
}
.product-variations__title strong span[data-v-e10fd02e] {
    display: none;
}
.product-variations__items[data-v-e10fd02e] {
    min-width: 0;
    justify-content: flex-start;
    gap: 6px;
}
.product-variations__group--color .product-variations__items[data-v-e10fd02e] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px;
    scrollbar-width: none;
}
.product-variations__group--color .product-variations__items[data-v-e10fd02e]::-webkit-scrollbar {
    display: none;
}
}/* custom colors */
.product-credit[data-v-53993860] {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  align-items: center;
  gap: 16px;
}
.product-credit__cta[data-v-53993860] {
  grid-column: 2;
  grid-row: 1;
  min-height: 52px;
  --font-size: 14px !important;
  box-shadow: none;
}
.product-credit__cta-label[data-v-53993860] {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 800;
}
.product-credit__meta[data-v-53993860] {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
}
.product-credit__providers[data-v-53993860] {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 5px 3px;
  scrollbar-width: none;
}
.product-credit__providers[data-v-53993860]::-webkit-scrollbar {
  display: none;
}
.product-credit__provider[data-v-53993860] {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
  background: var(--theme-color-bg);
  font-size: 11px;
  font-weight: 800;
}
.product-credit__provider img[data-v-53993860] {
  width: 32px;
  height: 28px;
  object-fit: contain;
}
.product-credit__provider small[data-v-53993860] {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 17px;
  height: 17px;
  padding: 0 3px;
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-pill);
  color: var(--theme-color-muted);
  background: var(--theme-color-bg);
  font-size: 9px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
}
.product-credit__provider-fallback[data-v-53993860] {
  color: var(--brand-primary, var(--theme-color-primary));
}
.product-credit__more[data-v-53993860] {
  flex: 0 0 auto;
  min-width: 42px;
  height: 36px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-pill);
  color: var(--theme-color);
  background: var(--theme-color-bg-muted);
  font-size: 12px;
  font-weight: 800;
}
.product-credit__terms[data-v-53993860] {
  flex: 0 1 auto;
  color: var(--theme-color-muted);
  font-size: 11px;
  line-height: 1.35;
  white-space: nowrap;
}
.product-credit__terms strong[data-v-53993860] {
  color: var(--theme-color);
  font-weight: 700;
}
@media (max-width: 479.98px) {
.product-credit[data-v-53993860] {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}
.product-credit__cta[data-v-53993860] {
    grid-column: 1;
    grid-row: 1;
}
.product-credit__meta[data-v-53993860] {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}
.product-credit__terms[data-v-53993860] {
    white-space: normal;
}
}
.credit-dialog[data-v-53993860] {
  display: grid;
  gap: var(--md);
}
.credit-dialog__lead[data-v-53993860] {
  margin: 0;
  color: var(--theme-color-muted);
}
.credit-dialog__bank[data-v-53993860] {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--sm);
  padding: 10px;
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-md);
  color: var(--theme-color);
  background: var(--theme-color-bg);
  text-align: left;
  cursor: pointer;
}
.credit-dialog__bank--active[data-v-53993860] {
  border-color: var(--theme-color-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--theme-color-primary) 15%, transparent);
}
.credit-dialog__bank img[data-v-53993860] {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}
.credit-dialog__bank strong[data-v-53993860] {
  font-size: 12px;
  color: var(--theme-color-muted);
}
.credit-dialog__field[data-v-53993860] {
  display: grid;
  gap: 6px;
  font-weight: 600;
}
.credit-dialog__total[data-v-53993860] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--md);
  border-radius: var(--radius-md);
  background: var(--theme-color-bg-muted);
}
.credit-dialog__total strong[data-v-53993860] {
  font-size: 20px;
}/* custom colors */
.product-services[data-v-75719a54] {
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, color-mix(in srgb, var(--theme-color-bg-muted) 46%, var(--theme-color-bg)) 0%, var(--theme-color-bg) 64%);
  box-shadow: var(--elevation-1);
}
.product-services__heading[data-v-75719a54] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-services__heading-icon[data-v-75719a54] {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--theme-color-primary) 12%, transparent);
  color: var(--theme-color-primary);
  font-size: 18px;
}
.product-services__heading-copy[data-v-75719a54] {
  min-width: 0;
}
.product-services__heading-title[data-v-75719a54] {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-primary);
}
.product-services__heading-subtitle[data-v-75719a54] {
  margin-top: 3px;
  color: var(--theme-color-muted);
  font-size: 12px;
  line-height: 1.3;
}
.product-services__selected-count[data-v-75719a54] {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 6px 9px;
  border-radius: var(--radius-pill);
  background: color-mix(in srgb, var(--theme-color-primary) 12%, transparent);
  color: var(--theme-color-primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}
.product-services__list[data-v-75719a54] {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}
.product-services__item[data-v-75719a54] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--md);
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 76%, transparent);
  border-radius: var(--radius-md);
  background: var(--theme-color-bg);
  box-shadow: var(--elevation-1);
  transition: border-color var(--trs-1), background-color var(--trs-1), box-shadow var(--trs-1), transform var(--trs-1);
}
.product-services__item[data-v-75719a54]:hover {
  border-color: color-mix(in srgb, var(--theme-color-primary) 34%, var(--theme-color-separator));
  box-shadow: var(--elevation-2);
  transform: translateY(-1px);
}
.product-services__item--selected[data-v-75719a54] {
  border-color: color-mix(in srgb, var(--theme-color-primary) 72%, var(--theme-color-separator));
  background: color-mix(in srgb, var(--theme-color-primary) 5%, var(--theme-color-bg));
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand-primary) 10%, transparent), 0 7px 18px color-mix(in srgb, var(--brand-primary) 8%, transparent);
}
.product-services__left[data-v-75719a54] {
  flex: 1 1 auto;
  min-width: 0;
}
.product-services__right[data-v-75719a54] {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--md);
  min-width: 0;
}
.product-services__right--with-select[data-v-75719a54] {
  flex: 0 0 min(60%, 430px);
  width: min(60%, 430px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch;
  gap: 10px;
}
.product-services__title[data-v-75719a54] {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-services__info-icon[data-v-75719a54] {
  display: inline-flex;
  align-items: center;
  color: var(--theme-color-muted);
  line-height: 1;
  cursor: help;
}
.product-services__select[data-v-75719a54] {
  width: 100%;
  min-width: 0;
}
.product-services__option[data-v-75719a54] {
  align-items: flex-start;
  min-height: 48px;
  padding: 9px 12px;
}
.product-services__option-label[data-v-75719a54] {
  white-space: normal;
  line-height: 1.3;
}
.product-services__option-price-difference[data-v-75719a54] {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 7px;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--theme-color-primary) 10%, var(--theme-color-bg));
  color: var(--theme-color-primary);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.product-services__price[data-v-75719a54] {
  white-space: nowrap;
  justify-self: end;
  min-width: 76px;
  padding: 7px 9px;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--theme-color-bg-muted) 76%, var(--theme-color-bg));
  text-align: center;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 700;
}
.product-services__item--selected .product-services__price[data-v-75719a54] {
  background: color-mix(in srgb, var(--theme-color-primary) 12%, var(--theme-color-bg));
  color: var(--theme-color-primary);
}
.product-services[data-v-75719a54] .product-services__select .q-field__control {
  border-radius: var(--radius-md);
}
.product-services .service-count-enter-active[data-v-75719a54],
.product-services .service-count-leave-active[data-v-75719a54] {
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.product-services .service-count-enter-from[data-v-75719a54],
.product-services .service-count-leave-to[data-v-75719a54] {
  opacity: 0;
  transform: translateY(-4px) scale(0.96);
}
@media (max-width: 767.98px) {
.product-services__right--with-select[data-v-75719a54] {
    flex-basis: min(58%, 440px);
    width: min(58%, 440px);
}
}
@media (max-width: 479.98px) {
.product-services[data-v-75719a54] {
    padding: 12px;
}
.product-services__heading[data-v-75719a54] {
    align-items: flex-start;
    flex-wrap: wrap;
}
.product-services__selected-count[data-v-75719a54] {
    margin-left: 48px;
}
.product-services__item[data-v-75719a54] {
    flex-direction: column;
    align-items: stretch;
    padding: 11px;
}
.product-services__right[data-v-75719a54] {
    width: 100%;
    max-width: 100%;
    display: flex;
    min-width: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-basis: auto;
}
.product-services__right--with-select[data-v-75719a54] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}
.product-services__select[data-v-75719a54] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}
.product-services[data-v-75719a54] .product-services__select .q-field__native {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}/* custom colors */
.product-promo-end-info[data-v-3bb23b3f] {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  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 */
.bonus-info[data-v-2517dcd2] {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: inherit;
}
.bonus-info__value[data-v-2517dcd2] {
  font-weight: 700;
  color: var(--theme-color-primary);
}/* custom colors */
.product-main[data-v-3e5aba8c] {
  --gap: 14px;
  padding: 18px 0 var(--md);
  position: relative;
  overflow: visible;
  background-color: var(--theme-color-bg-muted);
}
.product-main__container[data-v-3e5aba8c] {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  column-gap: 34px;
  row-gap: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
  border-radius: var(--radius-lg);
  background: var(--theme-color-bg);
  box-shadow: var(--elevation-1);
}
.product-main__left-side[data-v-3e5aba8c] {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: stretch;
  min-width: 0;
}
.product-main__gallery-sticky[data-v-3e5aba8c] {
  position: sticky;
  top: var(--sticky-top, 96px);
  transition: top var(--trs-1);
}
.product-main__head[data-v-3e5aba8c] {
  grid-column: 2/3;
  grid-row: 1/2;
  min-width: 0;
}
.product-main__info[data-v-3e5aba8c] {
  grid-column: 2/3;
  grid-row: 2/3;
  min-width: 0;
}
.product-main__info--simple[data-v-3e5aba8c] {
  --gap: 16px;
}
.product-main__purchase[data-v-3e5aba8c] {
  display: grid;
  gap: var(--gap);
  padding: 4px 0;
  border: 0;
}
.product-main__purchase--simple[data-v-3e5aba8c] {
  gap: 12px;
}
.product-main__purchase--simple[data-v-3e5aba8c]::before {
  content: none;
}
.product-main__purchase--simple .product-main__purchase-box[data-v-3e5aba8c] {
  width: 100%;
}
.product-main__purchase--simple[data-v-3e5aba8c] .product-action-box__price {
  font-size: 30px !important;
}
.product-main__fulfillment--simple[data-v-3e5aba8c] {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--theme-color-separator) 80%, transparent);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--theme-color-bg-muted) 58%, var(--theme-color-bg));
  box-shadow: var(--elevation-2);
}
.product-main__fulfillment--simple[data-v-3e5aba8c] .product-info-card__head > .ui-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--theme-color-primary) 10%, var(--theme-color-bg));
}
.product-main__title[data-v-3e5aba8c] {
  margin: 0 0 10px;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.24;
  font-weight: 600;
}
.product-main__properties[data-v-3e5aba8c] {
  margin-top: 18px;
}
.product-main__gallery-wrapper[data-v-3e5aba8c] {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.product-main__gallery[data-v-3e5aba8c] {
  position: relative;
  z-index: 1;
}
.product-main__controls[data-v-3e5aba8c] {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
}
.product-main__group[data-v-3e5aba8c]:not(:last-child) {
  margin-bottom: var(--gap);
}
.product-main__info-badges[data-v-3e5aba8c] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-main__info-badge[data-v-3e5aba8c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  height: 34px;
  position: relative;
  border-radius: var(--global-border-radius);
  overflow: hidden;
  color: var(--theme-color-muted);
  border: 1px solid var(--theme-color-separator);
  font-size: 12px;
}
@media (max-width: 1279.98px) {
.product-main__container[data-v-3e5aba8c] {
    grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
    column-gap: 24px;
}
.product-main__gallery-wrapper[data-v-3e5aba8c] {
    max-width: 460px;
}
}
@media (max-width: 1023.98px) {
.product-main__container[data-v-3e5aba8c] {
    grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
    column-gap: 18px;
}
.product-main__gallery-wrapper[data-v-3e5aba8c] {
    max-width: 400px;
}
}
@media (max-width: 767.98px) {
.product-main[data-v-3e5aba8c] {
    --gap: var(--md);
    overflow: hidden;
}
.product-main__container[data-v-3e5aba8c] {
    display: block;
    padding-top: var(--lg);
    padding-bottom: var(--lg);
    border-radius: var(--radius-lg);
}
.product-main__head[data-v-3e5aba8c] {
    margin-bottom: var(--gap);
}
.product-main__left-side[data-v-3e5aba8c] {
    margin-bottom: var(--gap);
}
.product-main__gallery-sticky[data-v-3e5aba8c] {
    position: static;
}
.product-main__gallery-wrapper[data-v-3e5aba8c] {
    max-width: 520px;
}
}
@media (max-width: 479.98px) {
.product-main[data-v-3e5aba8c] {
    padding: 0 0 var(--xl);
}
.product-main__container[data-v-3e5aba8c] {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}
.product-main__title[data-v-3e5aba8c] {
    font-size: 20px;
}
.product-main__controls[data-v-3e5aba8c] {
    right: 0;
    top: var(--app-container-px);
}
.product-main__purchase--simple[data-v-3e5aba8c] {
    padding: 16px;
    border-radius: var(--radius-lg);
}
.product-main__purchase--simple[data-v-3e5aba8c] .product-action-box__price {
    font-size: 26px !important;
}
.product-main__fulfillment--simple[data-v-3e5aba8c] {
    margin-top: 22px;
    padding: 16px;
    border-radius: var(--radius-lg);
}
}
.product-headline[data-v-3e5aba8c] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--sm) var(--lg);
}
.product-headline__right[data-v-3e5aba8c] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--md);
}
@media (max-width: 1023.98px) {
.product-headline[data-v-3e5aba8c] {
    font-size: var(--typography-body2);
}
}
.product-action-box__status-row[data-v-3e5aba8c] {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--md);
}
.product-action-box__desktop-controls[data-v-3e5aba8c] {
  flex: 0 0 auto;
  flex-flow: row nowrap !important;
  gap: 8px;
}
.product-action-box__desktop-controls[data-v-3e5aba8c] .product-controls__control {
  --size: 42px;
  --icon-size: 19px;
  --radius: var(--radius-md);
  border-color: color-mix(in srgb, var(--theme-color-primary) 24%, var(--theme-color-separator));
  background: var(--theme-color-bg);
}
.product-action-box__price-row[data-v-3e5aba8c] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.product-action-box__mobile-controls[data-v-3e5aba8c] {
  flex: 0 0 auto;
  flex-flow: row nowrap !important;
  gap: 8px;
}
.product-action-box__mobile-controls[data-v-3e5aba8c] .product-controls__control {
  --size: 44px;
  --icon-size: 20px;
  --radius: 50%;
  border-color: color-mix(in srgb, var(--theme-color-primary) 30%, var(--theme-color-separator));
  background: var(--theme-color-bg);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--theme-color-dark) 7%, transparent);
}
.product-action-box__status[data-v-3e5aba8c] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color-positive);
}
.product-action-box__status-dot[data-v-3e5aba8c] {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-pill);
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 12%, transparent);
}
.product-action-box__status--running-out[data-v-3e5aba8c] {
  color: var(--theme-color-warning, var(--theme-color-discount));
}
.product-action-box__buy-button[data-v-3e5aba8c] {
  --color: var(--brand-logo-yellow) !important;
  --color-text: var(--brand-logo-contrast) !important;
  --focus-color: var(--brand-logo-yellow) !important;
  width: min(100%, 280px);
  flex: 0 0 auto;
  border-color: color-mix(in srgb, var(--brand-logo-yellow) 78%, var(--brand-logo-contrast));
  box-shadow: 0 6px 16px color-mix(in srgb, var(--brand-logo-yellow) 28%, transparent);
}
@media (min-width: 768px) {
.product-action-box[data-v-3e5aba8c] {
    position: relative;
}
.product-action-box__status-row[data-v-3e5aba8c] {
    padding-right: 310px;
}
.product-action-box__buy-button[data-v-3e5aba8c] {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 18px;
    min-height: 50px;
    margin-top: 0;
    border: 2px solid var(--brand-logo-contrast);
    box-shadow: 0 4px 0 var(--brand-logo-contrast), 0 10px 20px color-mix(in srgb, var(--brand-logo-yellow) 24%, transparent);
    transform: translateY(0);
    transition: transform var(--trs-1), box-shadow var(--trs-1), filter var(--trs-1);
}
.product-action-box__buy-button[data-v-3e5aba8c]:hover {
    filter: brightness(1.04);
    transform: translateY(-2px);
    box-shadow: 0 6px 0 var(--brand-logo-contrast), 0 14px 24px color-mix(in srgb, var(--brand-logo-yellow) 30%, transparent);
}
.product-action-box__buy-button[data-v-3e5aba8c]:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 var(--brand-logo-contrast), 0 5px 12px color-mix(in srgb, var(--brand-logo-yellow) 20%, transparent);
}
}
.product-action-box__credit[data-v-3e5aba8c] {
  width: 100%;
}
.product-action-box__benefits[data-v-3e5aba8c] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}
.product-action-box__benefit[data-v-3e5aba8c] {
  min-width: 0;
  min-height: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-color);
  background: transparent;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-decoration: none;
}
.product-action-box__benefit .ui-icon[data-v-3e5aba8c] {
  flex: 0 0 auto;
  color: var(--theme-color-primary);
  font-size: 17px;
}
.product-action-box__benefit[data-v-3e5aba8c]:is(a):hover {
  color: var(--theme-color-primary);
}
.product-action-box__price-group[data-v-3e5aba8c] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 2px 0;
}
.product-action-box__saving[data-v-3e5aba8c] {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  color: var(--theme-color-dark);
  background: color-mix(in srgb, var(--theme-color-accent) 34%, var(--theme-color-bg));
  font-size: 12px;
}
@media (min-width: 1024px) {
.product-action-box__price[data-v-3e5aba8c] {
    font-size: 36px !important;
}
}
@media (max-width: 479.98px) {
.product-action-box__price[data-v-3e5aba8c] {
    font-size: 24px !important;
}
.product-action-box__price-group[data-v-3e5aba8c] {
    margin-bottom: 0;
}
.product-action-box__buy-button[data-v-3e5aba8c] {
    width: 100%;
}
.product-action-box__benefits[data-v-3e5aba8c] {
    grid-template-columns: 1fr;
}
}
.product-info-section[data-v-3e5aba8c]: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);
}
.product-info-card[data-v-3e5aba8c] {
  padding: 0 0 var(--gap);
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-info-card__head[data-v-3e5aba8c] {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 10px;
}
.product-info-card__head > .ui-icon[data-v-3e5aba8c] {
  justify-self: center;
  font-size: 20px;
  color: var(--theme-color-primary);
}
.product-info-card__head .text-h5[data-v-3e5aba8c] {
  align-self: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
}
.product-info-card__head span[data-v-3e5aba8c] {
  color: var(--theme-color-muted);
  font-size: 12px;
}
.product-info-card__head--delivery[data-v-3e5aba8c] {
  grid-template-columns: 34px minmax(0, 1fr) auto;
}
.product-payment-assurance[data-v-3e5aba8c] {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--theme-color-separator) 78%, transparent);
}
.product-payment-assurance--standalone[data-v-3e5aba8c] {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.product-payment-assurance__icon[data-v-3e5aba8c] {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  color: var(--theme-color-positive);
  background: color-mix(in srgb, var(--theme-color-positive) 10%, var(--theme-color-bg));
  font-size: 18px;
}
.product-payment-assurance p[data-v-3e5aba8c] {
  max-width: 680px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.product-payment-assurance__link[data-v-3e5aba8c] {
  display: block;
  color: var(--theme-color-text);
  text-decoration: none;
}
.product-payment-assurance__link[data-v-3e5aba8c]:hover {
  color: var(--theme-color-primary);
}
.product-payment-assurance__link--secondary[data-v-3e5aba8c] {
  color: var(--theme-color-muted);
}
@media (max-width: 479.98px) {
.product-payment-assurance[data-v-3e5aba8c] {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
}
.product-payment-assurance__icon[data-v-3e5aba8c] {
    width: 30px;
    height: 30px;
    border-radius: var(--radius-sm);
}
}
.product-variants[data-v-3e5aba8c] {
  padding: 12px;
  border: 1px solid var(--theme-color-separator);
  border-radius: var(--radius-lg);
  background: var(--theme-color-bg);
}
.product-variants__head[data-v-3e5aba8c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.product-variants__eyebrow[data-v-3e5aba8c] {
  color: var(--theme-color-muted);
  font-size: 11px;
}
.product-variants__title[data-v-3e5aba8c] {
  margin-top: 2px;
  font-weight: 700;
}
.product-variants__count[data-v-3e5aba8c] {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--theme-color-primary) 13%, transparent);
  font-weight: 700;
}
.product-mobile-buybar[data-v-3e5aba8c] {
  position: fixed;
  z-index: var(--z-sticky, 400);
  left: 8px;
  right: 8px;
  bottom: calc(var(--overlay-bottom-nav-height, 64px) + 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 50px;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  padding: 7px 9px 7px 12px;
  border: 1px solid var(--brand-highlight);
  border: 1px solid color-mix(in srgb, var(--brand-highlight) 48%, var(--shell-surface));
  border-radius: var(--radius-lg, 12px);
  background: var(--shell-surface);
  box-shadow: 0 8px 24px color-mix(in srgb, var(--surface-inverse) 46%, transparent), inset 0 1px 0 color-mix(in srgb, var(--brand-highlight) 18%, transparent);
}
.product-mobile-buybar__price[data-v-3e5aba8c] {
  --font-size: 19px;
  min-width: 0;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__old-price {
  gap: 2px;
  color: var(--shell-text);
  color: color-mix(in srgb, var(--shell-text) 62%, transparent);
  font-size: 11px;
  line-height: 1.1;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__old-price-value {
  color: inherit !important;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__old-price-badge {
  margin-left: 2px;
  font-size: 10px;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__price {
  margin-top: 3px;
  color: var(--shell-text);
  font-weight: 850;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__price.text-discount {
  color: var(--theme-color-discount);
}
.product-mobile-buybar__controls[data-v-3e5aba8c] {
  display: flex;
  flex-flow: row nowrap !important;
  gap: 6px;
}
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__control {
  --size: 42px;
  --radius: var(--radius-md, 8px);
  --color: var(--shell-text) !important;
  --color-text: var(--shell-text) !important;
  --color-bg: transparent !important;
  border-color: var(--shell-text);
  border-color: color-mix(in srgb, var(--shell-text) 30%, transparent);
}
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__control::before {
  background: var(--shell-surface);
  background: color-mix(in srgb, var(--shell-text) 8%, var(--shell-surface));
}
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__add-to-wish-list--active,
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__compare--active {
  --color: var(--brand-highlight) !important;
  --color-text: var(--brand-highlight) !important;
  border-color: var(--brand-highlight);
  border-color: color-mix(in srgb, var(--brand-highlight) 55%, transparent);
}
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__add-to-wish-list--active::before,
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__compare--active::before {
  background: var(--shell-surface);
  background: color-mix(in srgb, var(--brand-highlight) 12%, var(--shell-surface));
}
.product-mobile-buybar__button[data-v-3e5aba8c] {
  --size: 50px;
  --radius: var(--radius-md, 10px);
  width: 50px;
  min-width: 50px;
  min-height: 50px;
  border: 1px solid color-mix(in srgb, var(--color) 72%, var(--brand-logo-contrast));
  box-shadow: 0 6px 16px color-mix(in srgb, var(--color) 30%, transparent);
}
@media (max-width: 360px) {
.product-mobile-buybar[data-v-3e5aba8c] {
    left: 6px;
    right: 6px;
    grid-template-columns: minmax(0, 1fr) auto 46px;
    gap: 6px;
    padding: 7px 8px;
}
.product-mobile-buybar__price[data-v-3e5aba8c] {
    --font-size: 17px;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__old-price {
    font-size: 10px;
}
.product-mobile-buybar__price[data-v-3e5aba8c] .base-price__old-price-badge {
    font-size: 9px;
}
.product-mobile-buybar__controls[data-v-3e5aba8c] {
    gap: 4px;
}
.product-mobile-buybar__controls[data-v-3e5aba8c] .product-controls__control {
    --size: 38px;
}
.product-mobile-buybar__button[data-v-3e5aba8c] {
    --size: 46px;
    width: 46px;
    min-width: 46px;
    min-height: 46px;
}
}
.product-mobile-buybar-enter-active[data-v-3e5aba8c],
.product-mobile-buybar-leave-active[data-v-3e5aba8c] {
  transition: opacity 180ms ease, transform 220ms ease;
}
.product-mobile-buybar-enter-from[data-v-3e5aba8c],
.product-mobile-buybar-leave-to[data-v-3e5aba8c] {
  opacity: 0;
  transform: translateY(18px);
}
@media (prefers-reduced-motion: reduce) {
.product-mobile-buybar-enter-active[data-v-3e5aba8c],
  .product-mobile-buybar-leave-active[data-v-3e5aba8c] {
    transition: none;
}
}/* custom colors */
.product-all__main[data-v-f9b6aec4] {
  --section-my: 0;
}
.product-all__recommendations[data-v-f9b6aec4] {
  padding-top: var(--xl);
  padding-bottom: var(--xl);
  background: var(--theme-color-bg-muted);
}
.product-all__deferred[data-v-f9b6aec4] {
  content-visibility: auto;
  contain-intrinsic-size: auto 720px;
}
.product-all__section[data-v-f9b6aec4] {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--grid-gutter);
  align-items: flex-start;
}
.product-all__section--single[data-v-f9b6aec4] {
  grid-template-columns: minmax(0, 1fr);
}
.product-all__aside[data-v-f9b6aec4] {
  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-f9b6aec4] {
    grid-template-columns: 1fr 320px;
}
}
@media (max-width: 1023.98px) {
.product-all__section[data-v-f9b6aec4] {
    display: block;
}
.product-all__aside[data-v-f9b6aec4] {
    display: none;
}
}/* custom colors */
.product-section[data-v-8cae3d3e] {
  --gutter: var(--grid-gutter);
  --product-gap-y: var(--md);
  --head-height: var(--c18a7928);
  --sticky-top: calc(var(--head-height) + var(--product-gap-y));
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-section__desktop-head[data-v-8cae3d3e] {
  position: sticky;
  z-index: 2;
  top: 0;
}
.product-section__mobile-head[data-v-8cae3d3e] {
  position: sticky;
  top: 0;
  z-index: 3;
}
.product-section__tab[data-v-8cae3d3e] {
  padding-top: calc(var(--head-height));
  margin-top: calc(var(--head-height) * -1);
}
.product-section__tab-panels[data-v-8cae3d3e] {
  position: relative;
  z-index: 1;
}
.product-section__breadcrumbs[data-v-8cae3d3e] {
  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-99564518] {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--layout-pt) * -1);
  position: relative;
}
.product[data-v-99564518]::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-99564518] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}