/** Shopify CDN: Minification failed

Line 594:1 Unexpected "<"
Line 655:0 Unexpected "<"

**/
@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error: 217, 76, 76;
  --color-error-border: 199, 38, 27;
  --color-error-background: 255, 245, 245;
  --duration-short: 100ms;
  --duration-default: 300ms;
  --duration-long: 500ms;
  --duration-xl: 600ms;
  --ann-height: 0px;
  --countdown-bar-height: 0px;
  --announcement-height: 0px;
  --countdown-height: 0px;
  --modal-transition: all 600ms ease;
}

:root {
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-placeholder-input: 0, 0, 0;
  --alpha-placeholder-input: 0.5;
}

.announcement-hide {
  --announcement-height: 0px;
}

[data-scheme=dark] .media-slideshow .subtitle,
[data-scheme=dark] .search__promo-blocks .subtitle,
[data-scheme=dark] .mega-menu .subtitle,
[data-scheme=dark] .gallery-with-text .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
[data-scheme=dark] .header__heading-logo {
  display: none;
}
[data-scheme=dark] .header__heading-logo--overlay {
  display: block;
}
[data-scheme=dark] .header__heading-logo:only-child {
  display: block;
}
[data-scheme=dark] .mega-menu__small-menu .small-menu__link:hover {
  opacity: 0.6;
}
[data-scheme=dark] .multicolumn-card__image-wrapper--icon {
  background-color: rgba(var(--color-foreground), 0.1);
}
[data-scheme=dark] .placeholder-svg {
  filter: brightness(0.5);
}
[data-scheme=dark] .compare {
  color: #e5e5e5;
}
[data-scheme=dark] .categories-list__overlay {
  background-color: rgb(var(--color-overlay));
}
[data-scheme=dark] .card-page {
  background-color: #2c2c2c;
}
[data-scheme=dark] .card-page:hover {
  background-color: #323232;
}
[data-scheme=dark] .image-parallax__button.button--secondary .icon-button-arrow {
  color: rgb(var(--color-background));
}
[data-scheme=dark] .steps-section + .testimonials-section > .color-background-2,
[data-scheme=dark] .about-section.color-background-2 {
  --color-background: 28, 28, 28;
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(33, 33, 33);
}
[data-scheme=dark] .collection-product-list .card-information__wrapper > *,
[data-scheme=dark] .collection-results--products .card-information__wrapper > *,
[data-scheme=dark] .product-recommendations__product .card-information__wrapper > *,
[data-scheme=dark] .search-modal .card-horizontal__information > *,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price__regular {
  color: #f9f9f9;
}
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
  text-decoration-color: #f9f9f9;
}
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper,
[data-scheme=dark] .search-modal .search__items-item,
[data-scheme=dark] .search-modal .card-horizontal-wrapper {
  background-color: rgb(28, 28, 28);
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
  opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
  color: #000;
}
[data-scheme=dark] .brands__image--dark {
  display: block;
}
[data-scheme=dark] .brands__image--dark + .brands__image--light {
  display: none;
}
[data-scheme=dark] .card--product-placeholder .placeholder-svg {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .product .advantage img:first-child:nth-last-child(2),
[data-scheme=dark] .product .advantage svg:first-child:nth-last-child(2) {
  display: none;
}
[data-scheme=dark] .product .advantage img:first-child:nth-last-child(2) ~ svg, [data-scheme=dark] .product .advantage img:first-child:nth-last-child(2) ~ img,
[data-scheme=dark] .product .advantage svg:first-child:nth-last-child(2) ~ svg,
[data-scheme=dark] .product .advantage svg:first-child:nth-last-child(2) ~ img {
  display: block;
}
[data-scheme=dark] .mega-menu__item--dark .mega-menu__item-heading,
[data-scheme=dark] .mega-menu__item--dark .mega-menu__item-description,
[data-scheme=dark] .mega-menu__item--dark .mega-menu__item-text,
[data-scheme=dark] .mega-menu__item--dark .mega-menu__item-text--accent {
  color: #282828;
}
[data-scheme=dark] .search__block--dark .search__heading,
[data-scheme=dark] .search__block--dark .search__text,
[data-scheme=dark] .search__block--dark .search__text--accent {
  color: #282828;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .header__heading-logo {
    display: none;
  }
  [data-scheme=auto] .header__heading-logo--overlay {
    display: block;
  }
  [data-scheme=auto] .header__heading-logo:only-child {
    display: block;
  }
  [data-scheme=auto] .media-slideshow .subtitle,
  [data-scheme=auto] .search__promo-blocks .subtitle,
  [data-scheme=auto] .mega-menu .subtitle,
  [data-scheme=auto] .gallery-with-text .subtitle {
    color: rgba(255, 255, 255, 0.7);
  }
  [data-scheme=auto] .mega-menu__small-menu .small-menu__link:hover {
    opacity: 0.6;
  }
  [data-scheme=auto] .multicolumn-card__image-wrapper--icon {
    background-color: rgba(var(--color-foreground), 0.1);
  }
  [data-scheme=auto] .placeholder-svg {
    filter: brightness(0.5);
  }
  [data-scheme=auto] .compare {
    color: #e5e5e5;
  }
  [data-scheme=auto] .categories-list__overlay {
    background-color: rgb(var(--color-overlay));
  }
  [data-scheme=auto] .card-page {
    background-color: #2c2c2c;
  }
  [data-scheme=auto] .card-page:hover {
    background-color: #323232;
  }
  [data-scheme=auto] .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
  }
  [data-scheme=auto] .steps-section + .testimonials-section > .color-background-2,
  [data-scheme=auto] .about-section.color-background-2 {
    --color-background: 28, 28, 28;
  }
  [data-scheme=auto] .featured-products__products-item .card__inner,
  [data-scheme=auto] .card__link::after,
  [data-scheme=auto] .card-horizontal__link,
  [data-scheme=auto] .card-horizontal__link::after,
  [data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-background));
  }
  [data-scheme=auto] .collection-product-list .card-information__wrapper > *,
  [data-scheme=auto] .collection-results--products .card-information__wrapper > *,
  [data-scheme=auto] .product-recommendations__product .card-information__wrapper > *,
  [data-scheme=auto] .search-modal .card-horizontal__information > *,
  [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
  [data-scheme=auto] .search-modal .card-horizontal-wrapper .price__regular {
    color: #f9f9f9;
  }
  [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
    text-decoration-color: #f9f9f9;
  }
  [data-scheme=auto] .collection-results--products .card-wrapper,
  [data-scheme=auto] .product-recommendations__product .card-wrapper,
  [data-scheme=auto] .search-modal .search__items-item,
  [data-scheme=auto] .search-modal .card-horizontal-wrapper {
    background-color: rgb(33, 33, 33);
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
  [data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) span {
    color: #000;
  }
  [data-scheme=auto] .brands__image--dark {
    display: block;
  }
  [data-scheme=auto] .brands__image--dark + .brands__image--light {
    display: none;
  }
  [data-scheme=auto] .product .advantage img:first-child:nth-last-child(2),
  [data-scheme=auto] .product .advantage svg:first-child:nth-last-child(2) {
    display: none;
  }
  [data-scheme=auto] .product .advantage img:first-child:nth-last-child(2) ~ svg, [data-scheme=auto] .product .advantage img:first-child:nth-last-child(2) ~ img,
  [data-scheme=auto] .product .advantage svg:first-child:nth-last-child(2) ~ svg,
  [data-scheme=auto] .product .advantage svg:first-child:nth-last-child(2) ~ img {
    display: block;
  }
  [data-scheme=auto] .mega-menu__item--dark .mega-menu__item-heading,
  [data-scheme=auto] .mega-menu__item--dark .mega-menu__item-description,
  [data-scheme=auto] .mega-menu__item--dark .mega-menu__item-text,
  [data-scheme=auto] .mega-menu__item--dark .mega-menu__item-text--accent {
    color: #282828;
  }
  [data-scheme=auto] .search__block--dark .search__heading,
  [data-scheme=auto] .search__block--dark .search__text,
  [data-scheme=auto] .search__block--dark .search__text--accent {
    color: #282828;
  }
  .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
  }
  .card--product-placeholder .placeholder-svg {
    background-color: rgb(var(--color-background));
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1360px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}



/* THEME CHANGES */

/* Header utility links */
.button__label.header-label,
.header__menu-item,
.list-menu__item,
.menu-drawer__menu-item,
.menu-drawer__menu-item.list-menu__item,
.menu-drawer a,
.header .link-hover-line,
.header .search-name,
.header__submenu a {
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important;
}

.header__account {
  padding: 0 10px;
}
.menu-drawer .menu-drawer__menu-item.list-menu__item {
  text-transform: uppercase !important;
  font-size: 10px !important;
}

/* Product count */
.facets__product-count-text {
  text-transform: uppercase;
  font-size: 10px !important;
}

/* Filter button */
.label-hide {
  text-transform: uppercase;
  font-size: 10px !important;
}

#breadcrumbs,
#breadcrumbs a,
.breadcrumb,
.breadcrumb a {
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important
}

.localization-selector,
.localization-selector .value,
.disclosure__button {
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important
}

.footer-block__heading.subtitle,
.newsletter__title {
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important
}

.product-popup-modal__content p {
  font-family: Helvetica, sans-serif !important;
  font-size: 11px !important;
}

.section-heading__heading {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 8px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  color: #121212 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px;
}

.region-modal__heading
 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  color: #121212 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px;
}

.region-modal__text
 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 8px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  color: #121212 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px;
}

.facets__summary,
.facets__summary span,
.facets__item,
.facets__item label,
.facets__item span,
.facet-checkbox__label,
.label-show,
.facets-modal__heading,
.disclosure__link {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 14px !important;
  text-transform: uppercase !important;
}

.newsletter__title {
  text-transform: uppercase !important;
  font-size: 10px !important;
  letter-spacing: 0.6px !important
}

.card-information__group {
  padding: 0 10px;
}

 .product-popup-modal__text.product-popup-modal__text_2, .product-popup-modal__text {
  padding-bottom: 24px;
}

.subtitle.badge.badge--custom.badge-transparent {
  margin-top: 4px;
}


@media screen and (min-width: 1024px) {
  .cart-item__name,
  .cart-item__col,
  .cart-item__price-wrapper,
  .cart-item__notification_price-wrapper,
  .drawer__heading {
    font-size: 13px !important;
  }
}

.header__menu-item[href*="/collections/summer-drop-2026"] .list-menu-line,
.menu-drawer a[href*="/collections/summer-drop-2026"] {
  background: linear-gradient(to right, #F4456B, #0E42DE) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: bold !important;
  display: inline !important;

  &.link-hover-line::after {
    background: linear-gradient(to right, #F4456B, #0E42DE) !important;
  }
}

.card-information {
  padding-left: 10px;
  padding-right: 10px;
}

.card__title,
.card__title a {
  font-size: 10px !important;
  text-transform: uppercase !important ;
}

.price-item,
.price__regular,
.price__sale,
.price dd,
.price dl,
.price * {
  color: #121212 !important;
  font-size: 12px !important;
}

.price-wrapper {
  margin-bottom: 24px!important;
}

.price-badge,
.badge,
.sale-badge,
.tag--sale {
  white-space: nowrap !important;
  display: inline-block !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.price-badge:before,
.badge--sale:before,
.tag--sale:before {
  content: " ";
}

.product-popup-modal__title {
  text-transform: uppercase;
}


/* BADGE STYLE — match homepage */
.card__badge .badge,
.badge--sale,
.badge {
  background: #FBFAF6 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  padding: 2px 10px !important;
  border-radius: 0px !important;
  letter-spacing: 0.03em !important;

  display: inline-block !important;
  white-space: nowrap !important;
}

/* REMOVE "Sale" inserted by ::before */
.badge--sale::before {
  content: none !important;
}

/* Cross out regular price ONLY when product has a compare price */
.price--on-sale .price-item--regular,
.price_compare .price-item--regular {
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: #000 !important;
  opacity: 0.6 !important;
}
.card__badge {
  margin-left: auto !important;
}
.card__information-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*main product css changes*/

.product__title.h1 {
  letter-spacing: 0.6px !important;
}

p {
  font-size: 12px !important;
}
@media screen and (max-width: 768px) {
  .product__media-sublist-outer.media_size-auto.no-js-hidden {
    display: none !important;
  }
}
.product__title.h1 {
  font-size: 12px !important;
}
.swatch-custom-image.swatch-group-selector .star-set-image {
  width: 20px !important;
  height: 20px !important;
  background-size: cover;
}
.new-badge {
  display: none !important;
}
.swatch-label {
  display: none !important;
}
.swatch-image-wrapper,
.swatch-custom-image.swatch-group-selector,
.swatch-custom-image .star-set-image {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.swatch-custom-image.swatch-selected .star-set-image {
  border: 1px solid #000 !important;
}
span.sale-badge.sale-badge {
  display: none !important;
}

/*main collection page changes*/



	<style>
		.card-information {
  padding-left: 10px;
  padding-right: 10px;
}

.price-badge,
.badge,
.sale-badge,
.tag--sale {
  white-space: nowrap !important;
  display: inline-block !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.card__badge {
  margin-left: auto !important;
}
.card__information-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.price-badge:before,
.badge--sale:before,
.tag--sale:before {
  content: " ";
}

/* BADGE STYLE — match homepage */
.card__badge .badge,
.badge--sale,
.badge {
  background: #FBFAF6 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  padding: 2px 10px !important;
  border-radius: 0px !important;
  letter-spacing: 0.03em !important;

  display: inline-block !important;
  white-space: nowrap !important;
}

/* REMOVE "Sale" inserted by ::before */
.badge--sale::before {
  content: none !important;
}

/* Cross out regular price ONLY when product has a compare price */
.price--on-sale .price-item--regular,
.price_compare .price-item--regular {
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-decoration-color: #000 !important;
  opacity: 0.6 !important;
}

</style>


/*main product css changes*/

.hero-image-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-image-desktop {
    display: none;
  }

  .hero-image-mobile {
    display: block;
  }
}

.hero-video-desktop {
    display: block;
    width: 100%;
    height: auto;
}

.hero-video-mobile {
    display: none;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .hero-video-desktop {
        display: none;
    }
    .hero-video-mobile {
        display: block;
    }
}

:root {
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-placeholder-input: 0, 0, 0;
  --alpha-placeholder-input: 0.5;
}

@font-face { 
  font-family: "Jar Binks";
  src: url(data:application/octet-stream;base64,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);
  font-display: swap;
}

/* Base */
html {
  scrollbar-gutter: stable;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-flex {
  display: none !important;
}

html.no-js .no-js-flex {
  display: flex !important;
}

html.js .js-hidden {
  display: none !important;
}

html.no-js .no-js-block {
  display: block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html[style*="overflow: hidden"] body,
html[style*="overflow: hidden"] body {
  overflow: unset;
}

.page-width {
  max-width: 139.6rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.spaced-section {
  position: relative;
}

.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 4.8rem);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background-color: rgba(var(--color-foreground), 0.2);
}

body,
.color-background-1,
.color-background-2 {
  line-height: var(--font-body-line-height);
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.shopify-challenge__error {
  padding-left: 0;
}
.shopify-challenge__button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  font-size: 1.6rem;
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 5.6rem;
  padding: 0 3.2rem;
  transition: background-color var(--duration-default), color var(--duration-default);
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  margin-top: 2.4rem !important;
}
@media screen and (min-width: 576px) {
  .shopify-challenge__button {
    padding: 0 5.6rem;
  }
}
.shopify-challenge__button:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
.shopify-challenge__button:focus {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visibility-hidden {
  visibility: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.overflow-hidden,
.overflow-hidden-drawer,
.cart-overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
  position: fixed;
  left: 0;
  right: 0;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* Light header on dark bg */
.header-wrapper--overlay .header__menu-item:not(.mega-menu__link):not(.list-menu__item) {
  transition: none;
}

body:not(.body--hidden) #shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas-toggle .header__offcanvas-toggle-link {
  color: var(--color-light-text-hex);
}
body:not(.body--hidden) #shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link > * {
  color: var(--color-light-text-hex);
}

main .shopify-section:first-child:not(.not-margin) .section--has-overlay:not(.article-template__header) {
  margin-top: calc(-1 * (var(--header-height)));
}

main .shopify-section:first-child.not-margin .section--has-overlay:not(.article-template__header) {
  margin-top: calc(-1 * var(--breadcrumbs-height));
}

/* Reviews override */
[data-block-handle=reviews] #shopify-product-reviews {
  margin: 0;
}
[data-block-handle=reviews] .spr-container,
[data-block-handle=reviews] .spr-review,
[data-block-handle=reviews] .spr-form {
  border: 0;
}
[data-block-handle=reviews] .spr-container {
  padding: 0;
}
[data-block-handle=reviews] .spr-starrating {
  display: none;
}
[data-block-handle=reviews] .spr-summary {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: left;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-summary {
    gap: 2.4rem;
  }
}
[data-block-handle=reviews] .spr-summary::after {
  display: none;
}
[data-block-handle=reviews] .spr-summary-caption {
  font-size: 1.5rem;
  color: rgb(var(--color-foreground-title), 0.8);
}
[data-block-handle=reviews] .spr-header-title {
  display: none;
}
[data-block-handle=reviews] .spr-summary {
  margin-bottom: 2.4rem;
}
[data-block-handle=reviews] .spr-summary::before {
  display: none;
}
[data-block-handle=reviews] .spr-summary-actions {
  width: 100%;
}
[data-block-handle=reviews] .spr-summary-actions-newreview,
[data-block-handle=reviews] .spr-button {
  float: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18.4rem;
  min-height: 5.2rem;
  padding: 0 3rem;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  text-transform: capitalize;
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-summary-actions-newreview,
  [data-block-handle=reviews] .spr-button {
    font-size: 1.5rem;
  }
}
[data-block-handle=reviews] .spr-summary-actions-newreview:hover,
[data-block-handle=reviews] .spr-button:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
[data-block-handle=reviews] .spr-reviews {
  margin-top: 0;
}
[data-block-handle=reviews] .spr-review {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-button);
}
[data-block-handle=reviews] .spr-review:first-child {
  margin-top: 0;
}
[data-block-handle=reviews] .spr-review + .spr-review {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}
[data-block-handle=reviews] .spr-review-header {
  display: flex;
  flex-direction: column;
}
[data-block-handle=reviews] .spr-review-header-title {
  font-size: 1.5rem;
  font-weight: 500;
  order: 1;
  margin-bottom: 0.4rem;
}
[data-block-handle=reviews] .spr-review-header-starratings {
  display: flex;
  gap: 0.3rem;
  width: 100%;
  margin-bottom: 1rem;
}
[data-block-handle=reviews] .spr-icon {
  font-size: 90%;
  color: rgb(var(--color-foreground-title));
}
[data-block-handle=reviews] .spr-icon.spr-icon-star-empty {
  opacity: 1;
}
[data-block-handle=reviews] .spr-review-content-body {
  font-size: 1.4rem;
  line-height: 1.5;
  color: rgb(var(--color-foreground-title), 0.8);
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-review-content-body {
    font-size: 1.5rem;
  }
}
[data-block-handle=reviews] .spr-review-content {
  margin-bottom: 1rem;
}
[data-block-handle=reviews] .spr-review-header-byline {
  font-size: 1.4rem;
  font-style: normal;
  color: rgb(var(--color-foreground), 0.5);
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-review-header-byline {
    font-size: 1.5rem;
  }
}
[data-block-handle=reviews] .spr-review-header-byline strong:first-child {
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
}
[data-block-handle=reviews] .spr-review-header-byline strong:last-child {
  font-weight: 400;
}
[data-block-handle=reviews] .spr-review-reportreview {
  font-size: 1.3rem;
  line-height: 2rem;
  color: rgba(var(--color-foreground), 0.5);
  text-decoration-color: inherit;
  transition: var(--duration-default);
}
[data-block-handle=reviews] .spr-review-reportreview:hover {
  color: rgba(var(--color-foreground), 1);
}
[data-block-handle=reviews] .spr-form {
  background-color: rgba(var(--color-foreground), 0.05);
  border-radius: 0.4rem;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  margin-top: 0;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form {
    padding: 3.2rem;
  }
}
[data-block-handle=reviews] .spr-form > form {
  display: flex;
  flex-direction: column;
}
[data-block-handle=reviews] .spr-form-review {
  order: -1;
}
[data-block-handle=reviews] .spr-form-review-rating {
  margin-bottom: 2.4rem;
}
[data-block-handle=reviews] .spr-form-review-rating .spr-starrating {
  display: flex;
  margin-top: 0.6rem;
  gap: 1rem;
}
[data-block-handle=reviews] .spr-form-review-title {
  margin-bottom: 0.8rem;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-review-title {
    margin-bottom: 1.6rem;
  }
}
[data-block-handle=reviews] .spr-form-review-body {
  margin-bottom: 0.8rem;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-review-body {
    margin-bottom: 1.6rem;
  }
}
[data-block-handle=reviews] .spr-form-review-body > .spr-form-input {
  height: 8.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}
[data-block-handle=reviews] .spr-form-actions input[type=submit] {
  margin-top: 0.8rem;
}
[data-block-handle=reviews] .spr-form-message-error {
  border: 0.2rem solid rgb(var(--color-button));
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground-title));
  background-color: rgb(var(--color-background));
}
[data-block-handle=reviews] .spr-form-title {
  font-size: 1.8rem;
  line-height: 1.3;
  color: rgb(var(--color-foreground-title));
  order: -2;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-title {
    font-size: 2.4rem;
  }
}
[data-block-handle=reviews] .spr-form-contact > * {
  width: 100%;
}
[data-block-handle=reviews] .spr-form-contact::before, [data-block-handle=reviews] .spr-form-contact::after {
  display: none;
}
[data-block-handle=reviews] .spr-form-label {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(var(--color-foreground-title));
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-label {
    font-size: 1.5rem;
  }
}
[data-block-handle=reviews] .spr-form-input {
  margin-top: 0.8rem !important;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-input {
    margin-top: 1rem !important;
  }
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating),
[data-block-handle=reviews] .spr-form-input-textarea {
  width: 100%;
  min-height: 4.9rem;
  max-height: 8.8rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-title));
  background-color: rgb(var(--color-background-input));
  border: 0.1rem solid rgb(var(--color-border-input));
  border-radius: 0.4rem;
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
  padding: 0.6rem 2rem;
  text-align: left;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-input:not(.spr-starrating),
  [data-block-handle=reviews] .spr-form-input-textarea {
    min-height: 5.4rem;
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating)::placeholder,
[data-block-handle=reviews] .spr-form-input-textarea::placeholder {
  transition: color var(--duration-default);
  color: rgba(var(--color-foreground-secondary));
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating):hover,
[data-block-handle=reviews] .spr-form-input-textarea:hover {
  border: 0.1rem solid rgb(var(--color-border-input-hover));
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating):hover::placeholder,
[data-block-handle=reviews] .spr-form-input-textarea:hover::placeholder {
  color: rgba(var(--color-foreground-secondary), 0.7);
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating):focus,
[data-block-handle=reviews] .spr-form-input-textarea:focus {
  border-color: rgb(var(--color-border-input-hover));
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating):focus::placeholder,
[data-block-handle=reviews] .spr-form-input-textarea:focus::placeholder {
  opacity: 0;
}
[data-block-handle=reviews] .spr-form-input:not(.spr-starrating):focus-visible, [data-block-handle=reviews] .spr-form-input:not(.spr-starrating):focus,
[data-block-handle=reviews] .spr-form-input-textarea:focus-visible,
[data-block-handle=reviews] .spr-form-input-textarea:focus {
  outline: none;
}
[data-block-handle=reviews] .spr-form-input-textarea {
  padding: 1.6rem 2rem !important;
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-input-textarea {
    padding: 1.6rem 2.4rem !important;
  }
}
[data-block-handle=reviews] .spr-form-input.spr-starrating .spr-icon {
  font-size: 133%;
  color: rgb(var(--color-foreground-title));
}
@media (min-width: 750px) {
  [data-block-handle=reviews] .spr-form-input.spr-starrating .spr-icon {
    font-size: 90%;
  }
}
[data-block-handle=reviews] .spr-form-input.spr-starrating .spr-icon.spr-icon-star-empty {
  opacity: 1;
}
[data-block-handle=reviews] .spr-pagination {
  border: 0;
  padding-top: 2.4rem;
}
[data-block-handle=reviews] .spr-pagination > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
[data-block-handle=reviews] .spr-pagination-next,
[data-block-handle=reviews] .spr-pagination-prev {
  position: relative;
  right: unset;
  left: unset;
}
[data-block-handle=reviews] .spr-pagination-next a,
[data-block-handle=reviews] .spr-pagination-prev a {
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: var(--duration-default);
}
[data-block-handle=reviews] .spr-pagination-next a:hover,
[data-block-handle=reviews] .spr-pagination-prev a:hover {
  opacity: 0.5;
}
[data-block-handle=reviews] .spr-pagination-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border-radius: 0.4rem;
  transition: background-color var(--duration-default);
}
[data-block-handle=reviews] .spr-pagination-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
[data-block-handle=reviews] .spr-pagination-page:not(.is-active):hover, [data-block-handle=reviews] .spr-pagination-page:focus {
  background-color: rgb(var(--color-background-input));
}
[data-block-handle=reviews] .spr-pagination-page.is-active {
  background-color: rgb(var(--color-background-input));
  border: 0.1rem solid rgb(var(--color-border-input));
}
[data-block-handle=reviews] .spr-pagination-page:not(.is-active):hover {
  background-color: rgb(var(--color-background-input));
}
[data-block-handle=reviews] .spr-review-footer::before, [data-block-handle=reviews] .spr-review-footer::after {
  display: none;
}
[data-block-handle=reviews] .spr-review-reportreview {
  float: unset;
}

.background {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

p {
  color: rgb(var(--color-foreground));
}

.shopify-policy__title {
  text-align: left;
}

.shopify-policy__body {
  padding-bottom: 4.8rem;
}
@media screen and (min-width: 1100px) {
  .shopify-policy__body {
    padding-bottom: 8.8rem;
  }
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  margin-bottom: 2.4rem;
}
.section-heading__only_heading {
  align-items: center;
}
.section-heading__subtitle {
  margin-bottom: 0.8rem;
  display: block;
}
.section-heading__subtitle:first-child:last-child {
  margin-bottom: 0;
}
.section-heading__heading {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 56rem !important;
}
.section-heading__heading + .section-heading__description {
  margin-top: 0.8rem;
}
.section-heading__heading:first-child:last-child {
  margin-bottom: 0;
}
.section-heading__description {
  margin: 0;
  max-width: 45rem;
}
.section-heading__button {
  margin: 0 !important;
}

.shopify-pc__banner__body {
  max-width: 52rem;
}
.shopify-pc__banner__body #shopify-pc__banner__body-title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  max-width: 100%;
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
  margin-bottom: 0.8rem;
}
.shopify-pc__banner__body p {
  font-size: calc(var(--font-body-scale) * 1rem);
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.shopify-pc__banner__btn-manage-prefs {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  transition: var(--duration-default);
  font-size: calc(var(--font-button-scale) * 0.9rem);
  line-height: var(--font-body-line-height);
  cursor: pointer;
}
.shopify-pc__banner__btn-manage-prefs span {
  position: relative;
  text-transform: var(--font-button-text-transform);
  white-space: nowrap;
}
.shopify-pc__banner__btn-manage-prefs span:hover::after {
  width: 0;
}
.shopify-pc__banner__btn-manage-prefs span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.shopify-pc__banner__btn-accept, .shopify-pc__banner__btn-decline {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: calc(var(--font-button-scale) * 0.9rem);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12.4rem;
  min-height: 3.6rem;
  padding: 0 2.4rem;
  transition: background-color 0.45s, color 0.45s;
}
.shopify-pc__banner__btn-accept::after, .shopify-pc__banner__btn-decline::after {
  content: "";
  background-color: rgb(var(--color-button-tertiary-hover));
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.45s;
  z-index: -1;
}
.shopify-pc__banner__btn-accept:hover, .shopify-pc__banner__btn-decline:hover {
  color: rgb(var(--color-button-tertiary-text-hover)) !important;
  border-color: rgb(var(--color-button-tertiary-hover)) !important;
}
.shopify-pc__banner__btn-accept:hover::after, .shopify-pc__banner__btn-decline:hover::after {
  width: 100%;
}
.shopify-pc__prefs__header-actions button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: calc(var(--font-button-scale) * 0.9rem);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12.4rem;
  min-height: 3.6rem;
  padding: 0 2.4rem;
  transition: background-color 0.45s, color 0.45s;
}
.shopify-pc__prefs__header-actions button::after {
  content: "";
  background-color: rgb(var(--color-button-tertiary-hover));
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.45s;
  z-index: -1;
}
.shopify-pc__prefs__header-actions button:hover {
  color: rgb(var(--color-button-tertiary-text-hover)) !important;
  border-color: rgb(var(--color-button-tertiary-hover)) !important;
}
.shopify-pc__prefs__header-actions button:hover::after {
  width: 100%;
}
.shopify-pc__prefs__option label span {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.shopify-pc__prefs__option label span svg {
  width: 1.6rem;
  height: 1.6rem;
}

#shopify-pc__prefs__header-title {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  max-width: 100%;
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
  margin-bottom: 0.8rem;
}

.shopify-policy__container {
  max-width: 60.8rem;
}

main.home_page_slider .shopify-section:first-child:not(.not-margin) .section--has-overlay:not(.article-template__header) {
  margin-top: 0;
}
@media screen and (max-width: 1099px) {
  main.home_page_slider .slider-demo {
    margin-top: calc(-1 * (var(--header-height)));
  }
}

.home-page-mobile-slider .slider-demo > .swiper-wrapper {
  flex-direction: column;
}
.home-page-mobile-slider .slider-demo > .swiper-wrapper > .swiper-slide {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: rgb(var(--color-background));
}
.home-page-mobile-slider .slider-demo > .swiper-wrapper > .swiper-slide .media-banner:not(.section--has-overlay) {
  --announcement-height: var(--ann-height);
}
.home-page-mobile-slider .slider-demo > .swiper-wrapper > .swiper-slide .media-banner .media-banner__slider--full .media-banner__slide {
  height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
}
@media screen and (min-width: 990px) {
  .home-page-mobile-slider .slider-demo > .swiper-wrapper > .swiper-slide .image-banner .banner--full {
    min-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
  }
}

main.home_page_slider.home-page-mobile-slider {
  max-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
  min-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
  margin-top: calc(-1 * var(--header-height));
}
main.home_page_slider.home-page-mobile-slider > .swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  main.home_page_slider.home-page-mobile-slider .slider-demo {
    margin-top: -1px;
  }
}

@media screen and (min-width: 1100px) {
  .slider-demo > .swiper-wrapper {
    flex-direction: column;
  }
  .slider-demo > .swiper-wrapper > .swiper-slide {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: rgb(var(--color-background));
  }
  .slider-demo > .swiper-wrapper > .swiper-slide .media-banner:not(.section--has-overlay) {
    --announcement-height: var(--ann-height);
  }
  .slider-demo > .swiper-wrapper > .swiper-slide .media-banner .media-banner__slider--full .media-banner__slide {
    height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
  }
}
@media screen and (min-width: 1100px) and (min-width: 990px) {
  .slider-demo > .swiper-wrapper > .swiper-slide .image-banner .banner--full {
    min-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
  }
}
@media screen and (min-width: 1100px) {
  main.home_page_slider {
    max-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
    min-height: calc(100vh - var(--countdown-bar-height) - var(--ann-height));
    margin-top: calc(-1 * var(--header-height));
  }
  main.home_page_slider > .swiper {
    width: 100%;
    height: 100%;
  }
}
.copy-wrapper {
  position: relative;
}
.copy-wrapper .tooltip {
  visibility: hidden;
  text-align: center;
  background-color: rgba(var(--color-foreground), 0.08);
  border-radius: var(--border-radius-media);
  padding: 2px 10px;
  position: absolute;
  z-index: 1;
  transform: translateY(-50%);
  left: calc(100% + 1.2rem);
  top: 50%;
  width: max-content;
}
.copy-wrapper .tooltip.show {
  visibility: visible;
}

html.modal-open {
  overflow: hidden;
  padding-right: 15px; /* scrollbar width */
}

body.modal-open {
  overflow: hidden;
  padding-right: 15px; /* scrollbar width */
}

[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}
[dir=rtl] input.quantity__input[dir=ltr][type=number] {
  text-align: center !important;
}
[dir=rtl] input[type=range] {
  direction: initial !important;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=search],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=password],
[dir=rtl] .field__input {
  text-align: right;
  direction: rtl;
}
[dir=rtl] input[type=text][required] + label:after,
[dir=rtl] input[type=email][required] + label:after,
[dir=rtl] input[type=search][required] + label:after,
[dir=rtl] input[type=tel][required] + label:after,
[dir=rtl] input[type=password][required] + label:after,
[dir=rtl] .field__input[required] + label:after {
  content: "*";
  padding-right: 0.3rem;
}
[dir=rtl] input[type=text] + label,
[dir=rtl] input[type=email] + label,
[dir=rtl] input[type=search] + label,
[dir=rtl] input[type=tel] + label,
[dir=rtl] input[type=password] + label,
[dir=rtl] .field__input + label {
  right: 2.8rem;
  left: unset;
}
[dir=rtl] .swiper-rtl .swiper-button-next svg,
[dir=rtl] .swiper-rtl .swiper-button-prev svg {
  transform: rotate(0deg);
}
[dir=rtl] .list-menu--disclosure .list-menu--disclosure {
  left: 100%;
  right: 100%;
}
[dir=rtl] .header__column {
  margin-right: auto;
  margin-left: unset;
}
[dir=rtl] .burger-menu__wrapper {
  transform: translate(100%);
}
[dir=rtl] .burger-menu__arrow {
  transform: translate(0.25rem) rotate(180deg);
}
[dir=rtl] .burger-menu__summary:hover .burger-menu__arrow {
  opacity: 1;
  transform: translate(0) rotate(180deg);
}
[dir=rtl] .header__region .region-modal__close {
  right: unset;
  left: 1.2rem;
}
[dir=rtl] .burger-menu__bottom .button {
  margin-left: unset;
  margin-right: 2.4rem;
}
@media screen and (min-width: 1920px) {
  [dir=rtl] .slideshow--layout_2 .slideshow__info {
    margin-right: max(50% - 960px + 2rem, 2.4rem);
    margin: 0 2rem 0 0;
    left: unset;
    right: 0;
    text-align: right;
  }
}
[dir=rtl] .slideshow__tab {
  text-align: right;
}
[dir=rtl] #CartDrawer .drawer__close {
  right: unset;
  left: 2.4rem;
}
[dir=rtl] #CartDrawer .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .drawer.active #CartDrawer .drawer__inner {
  transform: translate(0);
}
[dir=rtl] #account-modal,
[dir=rtl] #search-modal {
  right: unset;
  left: 0;
}
[dir=rtl] #account-modal .account__content,
[dir=rtl] #search-modal .search__content {
  transform: translate(-100%);
}
[dir=rtl] .multicolumn-list__wrapper--overlay .multicolumn-card__info {
  left: unset;
  right: 2rem;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .multicolumn-list__wrapper--overlay .multicolumn-card__info {
    left: unset;
    right: 2.4rem;
  }
}
[dir=rtl] summary .icon-caret {
  left: 0;
  right: unset;
}
[dir=rtl] .footer .footer-block--logo {
  text-align: right;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .footer .newsletter__form {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer .newsletter__form {
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer__blocks-container--center .footer__blocks-wrapper .footer-block--logo {
    text-align: right;
  }
}
@media screen and (min-width: 1800px) {
  [dir=rtl] .footer .footer-block--logo {
    margin-right: unset;
    margin-left: 9rem;
  }
}
[dir=rtl] .footer .newsletter__form .newsletter-form .newsletter__title.title--section-m-none {
  text-align: right;
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .footer .newsletter__form .newsletter-form .newsletter__button {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .footer .newsletter__form .newsletter-form .field input {
    padding: 0 0 1rem 7rem;
  }
}
[dir=rtl] .footer .newsletter__form .newsletter-form .field__input {
  padding-left: 7rem !important;
  padding-right: 1.6rem !important;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer .newsletter__form .newsletter-form .field input {
    padding: 0 1.6rem;
  }
}
[dir=rtl] .rich-text--align-left .rich-text__blocks,
[dir=rtl] .rich-text--align-left .rich-text__blocks .button {
  margin-left: unset;
  margin-right: 0;
  text-align: right;
}
[dir=rtl] .rich-text--align-left .rich-text__heading,
[dir=rtl] .rich-text--align-left .rich-text__text {
  margin-right: unset;
  margin-left: auto;
}
[dir=rtl] .rich-text--align-right .rich-text__blocks,
[dir=rtl] .rich-text--align-right .rich-text__blocks .button {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}
[dir=rtl] .rich-text--align-right .rich-text__heading,
[dir=rtl] .rich-text--align-right .rich-text__text {
  margin-left: unset;
  margin-right: auto;
}
[dir=rtl] .image-banner .banner:is([class*=right]) .image-banner__wrapper {
  margin-right: auto;
  margin-left: 0;
}
[dir=rtl] .image-banner__text {
  text-align: left;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .newsletter-section .newsletter-form .newsletter__button {
    right: unset;
    top: 0;
    left: 0;
  }
}
[dir=rtl] .newsletter-section .newsletter-form .field__input {
  padding-right: 0 !important;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .newsletter-section .newsletter-form .field input {
    padding: 0 0 1rem 7rem;
  }
}
[dir=rtl] .contact-form .field__input + label {
  right: unset;
  left: 0;
}
[dir=rtl] .contact-form .field .field__input[required] + label:after {
  left: unset;
  right: 0;
}
[dir=rtl] .article-card--meta-bottom .article-card__header .article-card--meta-line--hover-effect .blog__button {
  left: unset;
  right: 0;
}
[dir=rtl] .title--page {
  text-align: right;
}
[dir=rtl] .brands__item:not(:last-child):after {
  margin-left: unset;
  margin-right: 1.6rem;
}
[dir=rtl] .brands__left-side--left .brands__top {
  text-align: right;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .brands__top {
    text-align: right;
  }
}
[dir=rtl] .countdown__text {
  text-align: right;
}
[dir=rtl] .countdown__block:not(:last-child):after {
  margin-left: unset;
  margin-right: 0.8rem;
}
[dir=rtl] .card-horizontal-wrapper .price--on-sale .price__sale dd:not(:last-child) {
  margin: 0 0 0 0.8rem;
}
[dir=rtl] .product-markers__item-inner {
  left: unset;
  right: 2.4rem;
}
[dir=rtl] .banner-popup-product-modal__content {
  right: unset;
  left: 0;
  transform: translate(-100%);
}
[dir=rtl] #products-grid .price dd.price__compare {
  margin-right: unset;
  margin-left: 0.4rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .steps__image-wrapper {
    margin-left: unset;
    margin-right: auto;
  }
}
[dir=rtl] .price dd.price__compare {
  margin-right: unset;
  margin-left: 0.4rem;
}
[dir=rtl] .facets-sorting__label:after {
  margin-left: unset;
  margin-right: 0.8rem;
}
[dir=rtl] .facets-sorting__field .select svg {
  right: unset;
  left: -0.2rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .facets__product-count {
    margin-right: auto;
    margin-left: 0;
  }
}
[dir=rtl] .facets-container .facets_all.facets-no-filter-tags .facets__product-count {
  margin-right: 0;
  margin-left: auto;
}
[dir=rtl] .pagination__item-arrow svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 990px) {
  [dir=rtl] #main-cart-footer {
    padding-left: 0;
    padding-right: 2.4rem;
    border-left: 0;
    border-right: 1px solid rgb(var(--color-border));
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] cart-items {
    padding-right: 0;
    padding-left: 2.4rem;
  }
}
[dir=rtl] .login__reset .field__input + label,
[dir=rtl] .login__form .field__input + label {
  right: 0;
}
[dir=rtl] .customer .field--firstname {
  margin-right: 0 !important;
  margin-left: 1.2rem !important;
}
[dir=rtl] .login--button-home {
  margin-left: auto;
  width: 100%;
}
[dir=rtl] .customer .button .icon-button-arrow {
  transform: rotate(0deg);
}
[dir=rtl] .login .field--pass .button-pass-visibility {
  left: 0;
  right: unset;
}
[dir=rtl] #shop-hcaptcha-badge-container {
  right: calc(100vw - 92px);
}
[dir=rtl] #shop-hcaptcha-badge-container:hover {
  transform: translateX(calc(100% + 56px));
  left: 0;
  border-radius: 0 12px 12px 0;
}
[dir=rtl] .login__create-acc {
  text-align: right;
}
[dir=rtl] .addresses__wrapper input[type=text] + label,
[dir=rtl] .addresses__wrapper input[type=email] + label,
[dir=rtl] .addresses__wrapper input[type=search] + label,
[dir=rtl] .addresses__wrapper input[type=tel] + label,
[dir=rtl] .addresses__wrapper input[type=password] + label,
[dir=rtl] .addresses__wrapper .field__input + label {
  right: 0;
}
[dir=rtl] .template-page-contact .rich-text.rich-text--align-center .rich-text__blocks {
  text-align: right;
}
[dir=rtl] .article-template__comments-fields .field__input + label {
  right: 0;
  left: unset;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
}

.h0 {
  font-size: 50px;
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 100px;
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 2.2rem);
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 1.8rem);
}

h3,
.h3 {
  font-size: 11px;
}

.h7 {
  font-size: 1.4rem;
}

a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
  transition: color var(--duration-default), text-decoration var(--duration-default);
}
a:not([disabled]):not([aria-disabled=true]):hover {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
}

blockquote {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground));
  line-height: 1.3;
  border-top: 0.3rem solid rgba(var(--color-foreground));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

@media screen and (min-width: 750px) {
  blockquote {
    padding: 2.4rem 10rem;
    font-size: 2rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgb(var(--color-border));
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

hr {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: rgb(var(--color-border));
  border: none;
}

.caption {
  font-size: 1rem;
  color: rgb(var(--color-foreground-secondary));
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.caption-large,
.form__label {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(var(--color-foreground));
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  transition: var(--duration-default);
}
@media screen and (min-width: 750px) {
  .link {
    font-size: 1.5rem;
  }
}

.link--text {
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}

.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}

.circle-divider:last-of-type::after {
  display: none;
}

.line-divider {
  align-items: center;
  justify-content: center;
}

.line-divider::after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 1px;
  margin: 0 8px 0 8px;
  background: rgba(var(--color-foreground), 0.6);
}

.line-divider_vertical::after {
  width: 1px;
  height: 13px;
}

.line-divider:last-of-type::after {
  display: none;
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.underlined-link {
  color: rgb(var(--color-foreground));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: opacity var(--duration-default);
}

.underlined-link:hover {
  opacity: 0.7;
}

.link-hover-line {
  position: relative;
}
.link-hover-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.link-hover-line:hover::after {
  width: 100%;
}

.link-hover-line-outer > span {
  position: relative;
}
.link-hover-line-outer > span::after {
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-button));
  transition: width var(--duration-default);
}
.link-hover-line-outer:hover > span::after {
  width: 100%;
}

.link-hover-arrow svg {
  opacity: 0;
  transition: opacity var(--duration-default);
}
.link-hover-arrow:hover svg {
  opacity: 1;
}

.secondary_text {
  font-size: calc(var(--font-body-second-scale) * 1rem);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: normal;
}

/* Component-title */
.title {
  margin: 3rem 0 2rem;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title--primary {
  margin: 4rem 0;
}

.title--page {
  text-align: left;
}

.title--section > * {
  margin: 0;
}

.title--section-mt-none {
  margin: 0 0 3rem 0;
}

.title--section-m-none {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin-top: 3.2rem;
  }
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
}

.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}

.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  text-transform: var(--font-subtitle-text-transform);
  color: rgb(var(--color-foreground-secondary));
  font-size: calc(var(--font-subtitle-scale) * 0.9rem);
  line-height: 130%;
  margin-bottom: 0.8rem;
}

.card__subtitle {
  position: relative;
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: 0.08em;
  color: rgb(var(--color-foreground-secondary));
}

.titles .subtitle {
  margin: 0;
}
.titles .subtitle + .heading {
  margin-top: 1rem;
}
.titles .subtitle:only-child {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles .subtitle:only-child {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .titles .subtitle:only-child {
    margin-bottom: 4rem;
  }
}
.titles .heading {
  margin: 0;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles .heading {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  .titles .heading {
    margin-bottom: 4.8rem;
  }
}

:root {
  --swiper-pagination-bullet-width: 6px;
  --swiper-pagination-bullet-height: 6px;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2.6666666667rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 2rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.swiper-pagination .swiper-bullet {
  width: 3rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}
.swiper-pagination .swiper-bullet:hover::after {
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.swiper-pagination .swiper-bullet::before, .swiper-pagination .swiper-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination .swiper-bullet::after {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgb(var(--color-border));
  border-radius: 50%;
  transition: var(--duration-default);
}
.swiper-pagination .swiper-bullet svg {
  position: relative;
  z-index: 4;
}
.swiper-pagination .swiper-bullet--svg-animation svg {
  transform: rotate(-90deg);
}
.swiper-pagination .swiper-bullet--svg-animation .svg__circle-inner {
  stroke: red;
  fill: transparent;
  transition: all 0.7s ease;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: transparent;
  padding: 1rem 0.6rem;
  --swiper-pagination-bullet-horizontal-gap: 0;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 1px!important;
  height: 1px!important;
  background: rgb(var(--color-foreground));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.3;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination .swiper-bullet-active .svg__circle {
  stroke: rgba(var(--color-button), var(--alpha-button-background));
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  animation-name: progress;
  animation-fill-mode: backwards;
  animation-timing-function: linear;
}
.swiper-pagination .swiper-bullet-active::after {
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.swiper-pagination .swiper-bullet-active::before {
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='1' cx='15' cy='15' r='14' stroke='%23E0E3EE' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  flex: none;
  width: 4.2rem;
  height: 4.2rem;
  border: 0.1rem solid transparent;
  transition: transform var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: all;
  cursor: not-allowed;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: rgb(var(--color-button-secondary-text));
  width: auto;
  height: auto;
}

.swiper-button-next:not(.swiper-button-disabled):hover {
  transform: translateX(3px);
}

.swiper-button-prev:not(.swiper-button-disabled):hover {
  transform: translateX(-3px);
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.button-wrapper .button svg {
  width: 2rem;
  height: 2rem;
}

/* Media */
.media {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button, .card__link, [class^=swym-wishlist-]),
.media model-viewer,
.card-wrapper__link--overlay:empty {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-long), transform var(--duration-long);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 130%;
}

.media--landscape {
  padding-bottom: 70%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}

/* Button */
/* Button - default */
.button,
.customer .button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: calc(var(--font-button-scale) * 0.9rem);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.button--primary, .button--secondary, .button--tertiary,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12.6rem;
  min-height: 3.6rem;
  padding: 0 2.4rem;
  transition: background-color 0.45s, color 0.45s;
}
.button--primary::after, .button--secondary::after, .button--tertiary::after,
.customer .button--primary::after,
.customer .button--secondary::after,
.customer .button--tertiary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.45s;
}
.button--primary span, .button--secondary span, .button--tertiary span,
.customer .button--primary span,
.customer .button--secondary span,
.customer .button--tertiary span {
  z-index: 1;
}
.button--primary,
.customer .button--primary {
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
}
.button--primary::after,
.customer .button--primary::after {
  background-color: rgb(var(--color-button-hover));
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-text-hover));
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover::after,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover::after {
  width: 100%;
}
.button--primary:focus,
.customer .button--primary:focus {
  background-color: rgba(var(--color-button));
}
.button--secondary,
.customer .button--secondary {
  background-color: rgba(var(--color-button-secondary));
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary::after,
.customer .button--secondary::after {
  background-color: rgb(var(--color-button-secondary-hover));
}
.button--secondary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-secondary-text-hover));
}
.button--secondary:not([disabled]):not([aria-disabled=true]):hover::after,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover::after {
  width: 100%;
}
.button--secondary:focus,
.customer .button--secondary:focus {
  background-color: rgba(var(--color-button-secondary));
}
.button--tertiary,
.customer .button--tertiary {
  background-color: transparent;
  color: rgba(var(--color-button-tertiary-text));
  border: 0.1rem solid rgb(var(--color-button-tertiary));
}
.button--tertiary::after,
.customer .button--tertiary::after {
  background-color: rgb(var(--color-button-tertiary-hover));
}
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-tertiary-text-hover));
  border-color: rgb(var(--color-button-tertiary-hover));
}
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover::after,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover::after {
  width: 100%;
}
.button .icon-button-arrow,
.customer .button .icon-button-arrow {
  width: 1.6rem;
  height: 1.7rem;
}
.button--simple-move,
.customer .button--simple-move {
  --alpha-button-background: 0;
  display: inline-flex;
  align-items: center;
  row-gap: 0.2rem;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-button));
  overflow: visible;
}
.button--simple-move .icon-button-arrow,
.customer .button--simple-move .icon-button-arrow {
  color: rgba(var(--color-button));
  transition: transform var(--duration-default);
}
.button--simple-move:hover .icon-button-arrow,
.customer .button--simple-move:hover .icon-button-arrow {
  transform: translateX(0.4rem);
}
.button--simple-move:focus .icon-button-arrow,
.customer .button--simple-move:focus .icon-button-arrow {
  transform: translateX(0);
}
.button--unstyled,
.customer .button--unstyled {
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
.button--play > span,
.customer .button--play > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.6rem;
}
.button--play > span .button-icon,
.customer .button--play > span .button-icon {
  position: absolute;
  transition: opacity var(--duration-default);
}
.button--play > span .icon-hidden,
.customer .button--play > span .icon-hidden {
  opacity: 0;
}
.button--play.active .button-icon:not(.icon-hidden),
.customer .button--play.active .button-icon:not(.icon-hidden) {
  opacity: 0;
}
.button--play.active .icon-hidden,
.customer .button--play.active .icon-hidden {
  opacity: 1;
}
.button--sound > span,
.customer .button--sound > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
}
.button--sound .button-icon,
.customer .button--sound .button-icon {
  position: absolute;
  transition: opacity var(--duration-default);
}
.button--sound .icon-hidden,
.customer .button--sound .icon-hidden {
  opacity: 0;
}
.button--sound.active .button-icon:not(.icon-hidden),
.customer .button--sound.active .button-icon:not(.icon-hidden) {
  opacity: 0;
}
.button--sound.active .icon-hidden,
.customer .button--sound.active .icon-hidden {
  opacity: 1;
}
.button--simple,
.customer .button--simple {
  display: block;
  align-items: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground));
  --alpha-button-background: 0;
  overflow: hidden;
  padding: 1rem 0;
}
.button--simple span,
.customer .button--simple span {
  position: relative;
  display: block;
}
.button--simple span::after, .button--simple span::before,
.customer .button--simple span::after,
.customer .button--simple span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
}
.button--simple span::before,
.customer .button--simple span::before {
  transform: translate3d(-102%, 0, 0);
  transition: 1000ms transform cubic-bezier(0.23, 1, 0.32, 1);
}
.button--simple span::after,
.customer .button--simple span::after {
  transition: 1000ms transform cubic-bezier(0.23, 1, 0.32, 1) 200ms;
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover {
  color: rgba(var(--color-foreground));
  --alpha-button-background: 0;
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover span::before,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover span::before {
  transform: translate3d(0%, 0, 0);
  transition: 1000ms transform cubic-bezier(0.23, 1, 0.32, 1) 200ms;
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover span::after,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover span::after {
  transform: translate3d(calc(101% + 20px), 0, 0);
  transition: 1000ms transform cubic-bezier(0.23, 1, 0.32, 1);
}
.button--arrow,
.customer .button--arrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.button--arrow .icon-button-arrow,
.customer .button--arrow .icon-button-arrow {
  transition: var(--duration-default);
}
.button--arrow:hover .icon-button-arrow,
.customer .button--arrow:hover .icon-button-arrow {
  transform: translateX(0.3rem);
}
.button--primary-size,
.customer .button--primary-size {
  min-width: 20rem;
  padding: 0 4rem;
}
.button--small,
.customer .button--small {
  padding: 1rem 2.6rem;
  min-height: 4rem;
  min-width: 13rem;
}
.button--full-width,
.customer .button--full-width {
  display: flex;
  width: 100%;
}
.button .spinner,
.customer .button .spinner {
  display: none;
}
.button.loading,
.customer .button.loading {
  /*&:after {
  	animation: loading var(--duration-long) infinite linear;
  	border: 0.5rem solid rgba(var(--color-button-text), 0.4);
  	border-left: 0.5rem solid rgb(var(--color-button-text));
  	border-radius: 100%;
  	box-sizing: content-box;
  	content: '';
  	display: block;
  	height: 2rem;
  	position: absolute;
  	width: 2rem;
  	margin: auto;
  }*/
}
.button.loading span,
.customer .button.loading span {
  opacity: 0;
}
.button.loading .spinner,
.customer .button.loading .spinner {
  position: absolute;
  display: inline-block;
}
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
  stroke: currentColor;
}

/* Button - other */
.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}

.share-button .share-button__button:hover {
  box-shadow: none;
}

.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Button - social share new */
.share-buttons {
  position: relative;
}

.share-buttons__label-name {
  color: rgb(var(--color-foreground));
}

.share-buttons__label .icon-share {
  width: 1.2rem;
  margin-right: 1rem;
}

.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}

.share-buttons__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
}

.share-buttons__item a {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-default);
}
.share-buttons__item a:hover {
  color: rgb(var(--color-foreground));
}

.share-buttons__item .icon {
  margin: 0.3rem 0;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons__button {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  text-transform: var(--font-footer-menu-text-transform);
  font-size: calc(var(--font-footer-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-footer-menu-letter-spacing) * 0.1);
  line-height: 1.2;
}

.share-button__name {
  transition: var(--duration-default);
  text-transform: none;
  padding: 3px 0;
}

.share-button__icon {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: rgb(var(--color-foreground));
  padding: 0.8rem;
  background-color: rgb(var(--color-scondary-element-background));
  border-radius: 100%;
  transition: var(--duration-default);
}

.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-foreground));
}

.share-buttons-simple {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-buttons-simple__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  text-transform: var(--font-footer-menu-text-transform);
  font-size: calc(var(--font-footer-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-footer-menu-letter-spacing) * 0.1);
  line-height: 1.2;
  color: rgb(var(--color-foreground-secondary));
}

.share-buttons-simple .icon {
  margin: 0.3rem 0;
}

.share-buttons-simple__button:hover svg {
  color: rgb(var(--color-button));
}

.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  color: rgb(var(--color-foreground));
  border: none;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: transform var(--duration-default) cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.modal-close-button:hover:not(.burger-menu__submenu-back) {
  transform: rotate(90deg);
}

.burger-menu__submenu-back {
  justify-content: flex-start;
}

.header__offcanvas-toggle-link .icon-close {
  color: rgb(var(--color-foreground));
}

.infinite-scroll__loading {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  color: rgba(var(--color-button-tertiary-text));
}
.infinite-scroll__loading .spinner {
  display: none;
  width: 2rem;
  height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
  display: block;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 999;
  transition: var(--duration-default);
  border: none;
  background: none;
  padding: 0;
  opacity: 0;
}
.scroll-top svg {
  flex: none;
  width: 100%;
  height: 100%;
}
.scroll-top svg rect,
.scroll-top svg path {
  transition: all var(--duration-default);
}
.scroll-top.show {
  opacity: 1;
}
.scroll-top:hover rect {
  fill-opacity: 0.5;
}
.scroll-top:hover path {
  stroke: rgb(var(--color-foreground-secondary));
}

.load-more-button {
  margin-top: 3.6rem;
}
.load-more-button .button {
  min-width: 10.6rem;
}

/* Form */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field label {
  position: relative;
  transition: var(--duration-short);
  order: -1;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
  width: 100%;
  min-height: 4.2rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-second-scale) * 1rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: normal;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-title));
  background-color: rgb(var(--color-background-input));
  border: 0.1rem solid rgb(var(--color-border-input));
  border-radius: 0;
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=search]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  transition: color var(--duration-default);
  color: rgb(var(--color-foreground));
  opacity: 0.6;
  font-size: calc(var(--font-body-second-scale) * 1rem);
}
.field input[type=text]:hover:not(:focus),
.field input[type=email]:hover:not(:focus),
.field input[type=tel]:hover:not(:focus),
.field input[type=search]:hover:not(:focus),
.field input[type=password]:hover:not(:focus),
.field select:hover:not(:focus),
.field .field__input:hover:not(:focus) {
  border: 0.1rem solid rgb(var(--color-border-input-hover));
}
.field input[type=text]:focus-visible, .field input[type=text]:focus,
.field input[type=email]:focus-visible,
.field input[type=email]:focus,
.field input[type=tel]:focus-visible,
.field input[type=tel]:focus,
.field input[type=search]:focus-visible,
.field input[type=search]:focus,
.field input[type=password]:focus-visible,
.field input[type=password]:focus,
.field select:focus-visible,
.field select:focus,
.field .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 0.5;
  font-size: calc(var(--font-body-second-scale) * 1rem);
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  flex-grow: 1;
  padding: 1rem 1.6rem;
  text-align: left;
}
.field input[type=text]::-webkit-search-cancel-button,
.field input[type=email]::-webkit-search-cancel-button,
.field input[type=tel]::-webkit-search-cancel-button,
.field input[type=password]::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text]:focus::placeholder,
.field input[type=email]:focus::placeholder,
.field input[type=tel]:focus::placeholder,
.field input[type=password]:focus::placeholder,
.field .field__input:focus::placeholder {
  opacity: 0;
}
.field input[type=text][required] + label::after,
.field input[type=email][required] + label::after,
.field input[type=tel][required] + label::after,
.field input[type=password][required] + label::after,
.field .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.5rem;
  color: rgb(var(--color-foreground-secondary));
}
.field textarea.field__input {
  padding: 1rem 1.6rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground-secondary));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field select {
  cursor: pointer;
  padding: 0.8rem 3.6rem 0.8rem 1.6rem;
  min-height: 4rem;
  line-height: 1.4;
}
.field select:focus {
  border-color: rgb(var(--color-border-input));
}
.field select + svg {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1.2rem;
  color: rgb(var(--color-foreground));
}
.field select option {
  background-color: rgb(var(--color-background-input));
}
.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
}
.field--checkbox input[type=checkbox]:checked + label::before {
  border-color: rgb(var(--color-button));
  background-color: rgb(var(--color-button));
}
.field--checkbox input[type=checkbox]:checked + label .icon-checkmark {
  visibility: visible;
}
.field--checkbox input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  position: relative;
  cursor: pointer;
}
.field--checkbox input[type=checkbox] + label:hover::before {
  border-color: rgb(var(--color-button));
}
.field--checkbox input[type=checkbox] + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transition: border-color var(--duration-default);
}
.field--checkbox input[type=checkbox] + label .icon-checkmark {
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.3rem);
  z-index: 5;
  visibility: hidden;
  color: rgb(var(--color-foreground-secondary));
}
.field--checkbox input[type=checkbox] + label a {
  transition: var(--duration-default);
  text-underline-offset: 3px;
}
.field--checkbox input[type=checkbox] + label a:hover {
  opacity: 0.8;
}
.field--checkbox input[type=checkbox][required] + label span::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-foreground-secondary));
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  height: 2.4rem;
  position: absolute;
  bottom: 1.4rem;
  right: 2.4rem;
  cursor: pointer;
}
.field--pass .button-pass-visibility svg {
  color: rgba(var(--color-foreground), 0.5);
}
.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}
.field--dark input[type=text],
.field--dark input[type=email],
.field--dark input[type=tel],
.field--dark input[type=password],
.field--dark input[type=search] {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.field--dark input[type=text]:hover, .field--dark input[type=text]:focus,
.field--dark input[type=email]:hover,
.field--dark input[type=email]:focus,
.field--dark input[type=tel]:hover,
.field--dark input[type=tel]:focus,
.field--dark input[type=password]:hover,
.field--dark input[type=password]:focus,
.field--dark input[type=search]:hover,
.field--dark input[type=search]:focus {
  border-color: rgb(255, 255, 255);
}
.field--dark input[type=text] + label::before,
.field--dark input[type=email] + label::before,
.field--dark input[type=tel] + label::before,
.field--dark input[type=password] + label::before,
.field--dark input[type=search] + label::before {
  color: rgba(255, 255, 255, 0.5);
}

input[type=radio]:focus-visible + label {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

/* Form global */
.form__label {
  display: block;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.4rem;
}

.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.form-status {
  margin: 0;
  font-size: 1.4rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* Quantity */
.quantity {
  position: relative;
  width: 10rem;
  height: 3.6rem;
  display: flex;
  border: 0.1rem solid rgb(var(--color-border-input));
  background-color: rgb(var(--color-background-input));
  border-radius: var(--border-radius-button);
  transition: border var(--duration-default);
}
.quantity:hover {
  border: 0.1rem solid rgb(var(--color-border-input-hover));
}

.quantity__input {
  font-family: var(--font-body-family);
  font-size: 1.2rem;
  color: rgb(var(--color-foreground-title));
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: 3rem;
  padding: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.quantity__button:hover {
  opacity: 0.6;
}
.quantity__button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.quantity__button svg {
  width: 1.4rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type=number] {
  -moz-appearance: textfield;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible):not(.button--secondary):not(.localization-selector.link) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/* Fallback */
.focus-inset:focus {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* Modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.4rem;
  width: 1.4rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.4rem;
  height: 1.4rem;
}

.modal__content {
  position: absolute;
  inset: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-skin {
  padding: 0 !important;
}

/* Announcement-bar */
.body--hidden .section-announcement {
  transform: translateY(-100%);
}

.section-announcement-bar {
  background-color: rgb(var(--color-background-secondary));
}

.section-announcement {
  height: var(--announcement-height);
  transition: transform var(--duration-default);
  z-index: 4;
}
.section-announcement .announcement-bar {
  display: flex;
  justify-content: center;
  position: relative;
  overflow-y: auto;
  height: var(--announcement-height);
  gap: 1rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-secondary));
}
.section-announcement .announcement-bar--left {
  justify-content: space-between;
}
.section-announcement .announcement-bar--left .announcement-bar__text {
  text-align: left;
}
.section-announcement .announcement-bar-1 {
  background: rgb(var(-cement-bar-background-1));
  color: #fff;
}
.section-announcement .announcement-bar-2 {
  background: rgb(var(--color-announcement-bar-background-2));
  color: #000;
}
.section-announcement .announcement-bar__link {
  font-size: 1.2rem;
}
.section-announcement .announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  min-height: 4rem;
}
.section-announcement .announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0;
}
.section-announcement .announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.section-announcement .announcement-bar__text {
  padding: 0;
}
@media screen and (min-width: 750px) {
  .section-announcement .announcement-bar__text {
    display: flex;
    align-items: center;
  }
}
.section-announcement .announcement-bar__text p {
  margin: 0;
}
.section-announcement .announcement-bar__text a {
  color: inherit;
  display: block;
  align-items: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground));
  --alpha-button-background: 0;
  overflow: visible;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  transition: var(--duration-default);
  font-size: calc(var(--font-button-scale) * 0.9rem);
  line-height: var(--font-body-line-height);
  cursor: pointer;
}
.section-announcement .announcement-bar__text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.section-announcement .announcement-bar__text a:hover::after {
  width: 0;
}
.section-announcement .announcement-bar__link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.section-announcement .announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}
.section-announcement .announcement-bar__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.section-announcement .announcement-bar__close-button:hover .announcement-bar__close-button-icon {
  transform: rotate(90deg);
}
.section-announcement .announcement-bar__close-button .announcement-bar__close-button-icon {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform var(--duration-default) cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.section-announcement .announcement-bar__close-button .announcement-bar__close-button-icon > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: rgb(var(--color-foreground-secondary));
}
.section-announcement .announcement-bar.color-background-2 .announcement-bar__close-button > svg > path {
  stroke: white;
}
@media screen and (hover: hover) and (pointer: fine) {
  .section-announcement .announcement-bar .announcement-bar-ticker--pause-hover:hover .announcement-bar-ticker__line {
    animation-play-state: paused;
    cursor: pointer;
  }
}

.announcement-bar-ticker {
  align-self: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: unset;
  padding: 0;
}
.announcement-bar-ticker__line {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  animation: ann-ticker-line var(--ticker-duration) infinite linear;
  height: 100%;
}
.announcement-bar-ticker--right_to_left .announcement-bar-ticker__line {
  animation-name: ann-ticker-line-reverse;
}
.announcement-bar-ticker__line--second {
  animation-name: ann-ticker-line-second;
}
.announcement-bar-ticker--right_to_left .announcement-bar-ticker__line--second {
  animation-name: ann-ticker-line-second-reverse;
}
.announcement-bar-ticker__line--stopped {
  animation-play-state: paused;
  animation: unset;
  left: 1.2rem;
}
.announcement-bar-ticker__line--hidden {
  display: none;
}
.announcement-bar-ticker__line--spacer {
  visibility: hidden;
  opacity: 0;
  position: static;
  animation: none;
  display: flex;
}
.announcement-bar-ticker__block {
  display: inline-flex;
  margin-right: 2.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  min-height: 4rem;
}
@media (min-width: 990px) {
  .announcement-bar-ticker__block {
    margin-right: 5.6rem;
  }
}
@media (min-width: 1100px) {
  .announcement-bar-ticker__block {
    margin-right: 14rem;
  }
}
@media (min-width: 1440px) {
  .announcement-bar-ticker__block {
    margin-right: 28rem;
  }
}
.announcement-bar-ticker__text {
  color: rgb(var(--color-foreground));
  flex-shrink: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
.announcement-bar-ticker__text a {
  pointer-events: all;
}

@keyframes ann-ticker-line {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes ann-ticker-line-second {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ann-ticker-line-reverse {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ann-ticker-line-second-reverse {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
[dir=rtl] .announcement-bar-ticker__line {
  animation-name: ann-ticker-line-reverse;
}
[dir=rtl] .announcement-bar-ticker__line--second {
  animation-name: ann-ticker-line-second-reverse;
}
[dir=rtl] .announcement-bar-ticker--right_to_left .announcement-bar-ticker__line {
  animation-name: ann-ticker-line;
}
[dir=rtl] .announcement-bar-ticker--right_to_left .announcement-bar-ticker__line--second {
  animation-name: ann-ticker-line-second;
}

body {
  scroll-behavior: smooth;
}

body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  position: relative;
  z-index: 12;
  will-change: transform;
  transition: background var(--duration-default);
  background-color: rgb(var(--color-background));
}
.shopify-section-header.color-background-1 {
  background-color: rgb(var(--color-background));
}
.shopify-section-header.always-show {
  background-color: transparent;
}
.shopify-section-header.have-background {
  background-color: rgb(var(--color-background));
}
.shopify-section-header.color-background-2 {
  background-color: transparent;
}
.shopify-section-header.color-background-2 .header--border::before {
  background-color: rgba(249, 249, 249, 0.12);
}
.shopify-section-header.color-background-2 .menu-drawer-container.menu-opening .header__modal-close-button {
  border-color: rgba(249, 249, 249, 0.12);
}
.shopify-section-header.color-background-2 .header__heading-logo:not(.search__header .header__heading-logo) {
  display: none;
}
.shopify-section-header.color-background-2 .header__heading-logo:not(.search__header .header__heading-logo):only-child {
  display: block;
}
.shopify-section-header.color-background-2 .header__heading-logo--overlay:not(.search__header .header__heading-logo) {
  display: block;
}
.shopify-section-header .header__account.color-background-1 {
  background-color: transparent;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  background-color: rgb(var(--color-background));
  z-index: 12;
}
.shopify-section-header-sticky .header {
  position: relative;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

.header-wrapper {
  display: block;
  position: relative;
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.container--header {
  margin: 0 auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 1360px) {
  .container--header {
    max-width: 174rem;
  }
}

.shopify-section-header-sticky .header__search-inner,
.shopify-section-header-sticky .burger-menu__overlay,
.shopify-section-header-sticky .burger-menu,
.shopify-section-header-sticky .region-modal,
.shopify-section-header-sticky .header__region-summary:after {
  top: 0;
}

.js .shopify-section-header-sticky .menu-drawer {
  height: calc(100dvh - var(--header-height));
}

.header {
  display: block;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  text-transform: var(--font-header-menu-text-transform);
}
.header.header-animation-slide .menu-drawer .menu-drawer__inner-container {
  transition: var(--modal-transition);
  transform: translateX(-100%);
}
.header.header-animation-slide .menu-drawer-container.menu-opening > .menu-drawer .menu-drawer__inner-container {
  transform: translateX(0);
}
.header .menu_left_block {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header {
    display: flex;
    padding-block: 0rem;
  }
  .header .menu_left_block {
    display: flex;
    align-items: center;
    gap: 2.4rem;
  }
}
.header .header__heading, .header > .header__heading-link {
  display: flex;
  align-items: center;
  padding-block: 1rem;
  min-height: 5rem;
}
.header__localization {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__localization--language + .header__localization::before {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(var(--color-foreground), 0.7);
  margin: 0 8px;
  transition: var(--duration-default);
}
.header__localization localization-form,
.header__localization .localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__localization .disclosure {
  position: static;
}
.header__localization .disclosure__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 5rem;
  padding-inline: 0.4rem;
}
.header__localization .disclosure__button:hover, .header__localization .disclosure__button:focus {
  box-shadow: none;
}
.header__localization .localization-selector.link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header__localization .localization-selector.link .icon-caret {
  position: static;
  margin: 0;
  flex: none;
}
.header__localization .localization-selector.link .currency-country {
  flex: none;
}
.header__localization .localization-selector.link .currency-country.currency-country--hidden {
  display: none;
}
.header__localization .localization-selector.disclosure__button-header {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
}
.header__localization .localization-selector + .disclosure__list {
  right: 0;
  bottom: auto;
  margin-top: 0;
  max-width: 25rem;
  animation: animateMenuOpen var(--duration-default) ease;
  border: 1px solid rgb(var(--color-border));
  margin-top: 0.6rem;
  z-index: 9;
  transform: translateY(0rem);
}
.header__localization .localization-selector + .disclosure__list::-webkit-scrollbar {
  width: 0.2rem;
}
.header__localization .localization-selector + .disclosure__list::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.header--border::before {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-border));
  transition: background var(--duration-short);
  pointer-events: none;
  z-index: 2;
}
.header--left-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1100px) {
  .header--left-logo {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
    align-items: center;
  }
}
.header--left-logo .menu_left_block {
  display: flex;
}
.header--left-logo .header__inline-menu {
  margin-left: -1.2rem;
}
.header--left-logo .header__contact {
  padding: 0;
}
.header--left-logo .header__shop {
  margin-left: 0;
}
.header--left-logo .mega-menu {
  top: auto;
}
.header--center-logo {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .header--center-logo {
    display: grid;
    grid-template-columns: 5fr auto 5fr;
    align-items: center;
  }
}
.header--center-logo .header__inline-menu {
  margin-left: -1.2rem;
}
.header--center-logo .header__contact {
  padding: 0;
}
.header--center-logo .header__shop {
  margin-left: 0;
}
.header--center-logo .mega-menu {
  top: auto;
}
.header--center-logo-burger {
  align-items: start;
}
.header--center-logo-burger .header-drawer {
  padding: 1rem 0;
}
@media screen and (min-width: 1100px) {
  .header--center-logo-burger .header__icons.header__icons-reverse {
    flex-direction: column;
    align-items: flex-start;
  }
  .header--center-logo-burger .header__icons.header__icons-reverse .link-hover-line {
    min-height: unset;
  }
  .header--center-logo-burger .header__icons.header__icons-reverse .header__cart--text {
    padding: 0;
  }
  .header--center-logo-burger .header__icons.header__icons-reverse .link-hover-line::after {
    bottom: -3px;
  }
}
.header--center-logo-burger .header__icons.header__icons-reverse .header__scheme {
  min-width: unset;
  padding: 0;
}
@media screen and (max-width: 1099px) {
  .header--center-logo-burger .header__icons.header__icons-reverse .header__cart {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 989px) {
  .header--center-logo-burger .header__icons.header__icons-reverse .header__search {
    margin-right: 0;
  }
}
.header--center-logo-burger .burger-menu__toggle--open-btn {
  margin-top: -1px;
}
.header--center-logo-burger .menu_left_block {
  padding: 1.2rem 0;
}
.header--center-logo-burger .header__icons {
  height: auto;
  gap: 0;
}
.header--center-logo-burger .header__icons .header__icon--search span {
  position: relative;
  align-items: center;
  height: 100%;
  min-height: unset;
}
.header--center-logo-burger .header__icons .header__icon--search span::after {
  bottom: -3px;
}
.header--center-logo-burger .header__icons .header__toggle-scheme {
  padding: 0.6rem 0;
}
.header--center-logo-burger .header__icons .header__toggle-scheme::after {
  bottom: 3px;
}
.header--center-logo-burger .header__icons localization-form,
.header--center-logo-burger .header__icons .localization-form,
.header--center-logo-burger .header__icons .header__scheme,
.header--center-logo-burger .header__icons .header__account,
.header--center-logo-burger .header__icons .header__cart,
.header--center-logo-burger .header__icons .header__icon--search,
.header--center-logo-burger .header__icons .header__search {
  position: relative;
  align-items: center;
  height: 100%;
  min-height: unset;
}
.header--center-logo-burger .header__icons localization-form::after,
.header--center-logo-burger .header__icons .localization-form::after,
.header--center-logo-burger .header__icons .header__scheme::after,
.header--center-logo-burger .header__icons .header__account::after,
.header--center-logo-burger .header__icons .header__cart::after,
.header--center-logo-burger .header__icons .header__icon--search::after,
.header--center-logo-burger .header__icons .header__search::after {
  bottom: 3px;
}
.header--center-logo-burger .header__icons .header__search {
  position: static;
}
.header--center-logo-burger > .header__heading, .header--center-logo-burger > .header__heading-link {
  padding-block: 2.4rem;
}
@media screen and (max-width: 749px) {
  .header--center-logo-burger > .header__heading {
    padding-block: 1rem;
  }
}
.header--center-logo-burger > burger-menu {
  padding-block: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .header--center-logo-burger > .header__column {
    padding-block: 1.8rem;
  }
}
.header--center-logo-burger .header__column {
  align-items: flex-start;
}
.header--center-logo-burger .header__region {
  height: fit-content;
}
.header--center-logo-burger .header__region + .header__icons-reverse {
  margin-left: 2.4rem !important;
}
.header--center-logo-burger .header__icon--search,
.header--center-logo-burger .header__icon--cart {
  min-height: unset;
  padding: 0.6rem 0;
}
.header--center-logo-burger .header__icon--cart {
  height: auto;
}
.header--center-logo-burger .header__cart {
  margin-left: 0;
}
.header--center-logo-burger .header__localization .disclosure__button {
  min-height: unset;
  padding: 0.6rem 0;
}
.header--center-logo-burger .header__localization .disclosure__button .header__localization-icon {
  height: 1.4rem;
}
.header--center-logo-burger .header__account summary {
  padding: 0.6rem 0;
  height: fit-content;
}
.header--center-logo-burger .header__icons > .header__account,
.header--center-logo-burger .header__search {
  padding: 0;
  margin: 0;
}
.header--center-logo-burger .only_icon .header__region-summary {
  padding: 0.6rem 0;
}
.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 749px) {
  .header__heading-logo {
    max-width: 16rem;
  }
}
.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-link {
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link span {
  display: flex;
  align-items: center;
  width: 10rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: var(--font-header-menu-text-transform);
}
.header__heading-logo--overlay {
  display: none;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}
.header .header__column .header__region {
  display: none;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header .header__column .header__region {
    display: flex;
  }
  .header .header__column .header__region + .header__icons {
    margin-left: 2.4rem;
  }
}

.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .header__column .only_icon svg {
    transition: var(--duration-default);
  }
  .header__column .only_icon .text-cart {
    display: none;
  }
}
@media screen and (min-width: 576px) and (pointer: fine) {
  .header__column .only_icon :hover svg {
    opacity: 0.6;
  }
}
@media screen and (min-width: 576px) {
  .header__column .only_text .icon-cart {
    display: none;
  }
}
.header__column .header__icons--hover {
  cursor: pointer;
}
@media screen and (pointer: fine) {
  .header__column .header__icons--hover :hover .link-hover-line::after {
    width: 100%;
  }
  .header__column .header__icons--hover :hover.only_icon svg {
    opacity: 0.6;
  }
}
.header__column .header__icons--container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media screen and (min-width: 1100px) {
  .header__column .header__icons--container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1360px) {
  .header__column .header__icons--container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.header__icons {
  display: flex;
  align-items: center;
  grid-area: icons;
  justify-self: end;
  height: 100%;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
  line-height: 1.3;
  gap: 0;
}
@media screen and (min-width: 1360px) {
  .header__icons {
    gap: 0.8rem;
  }
}
.header__icons localization-form,
.header__icons .localization-form,
.header__icons .header__scheme,
.header__icons .header__account,
.header__icons .header__cart,
.header__icons .header__icon--search,
.header__icons .header__icon--search span,
.header__icons .header__icon--account span,
.header__icons .header__toggle-scheme-item span,
.header__icons .header__cart--text {
  position: relative;
  align-items: center;
  height: auto;
  min-height: 5rem;
}
.header__icons localization-form::after,
.header__icons .localization-form::after,
.header__icons .header__scheme::after,
.header__icons .header__account::after,
.header__icons .header__cart::after,
.header__icons .header__icon--search::after,
.header__icons .header__icon--search span::after,
.header__icons .header__icon--account span::after,
.header__icons .header__toggle-scheme-item span::after,
.header__icons .header__cart--text::after {
  bottom: 14px;
}
.header__icons .header__toggle-scheme-item span {
  display: flex;
}
.header__icons .header__right--part {
  display: flex;
  align-items: center;
}
.header__icons .header__right--part > div:last-child .header__icon--cart {
  padding-right: 0;
}
@media screen and (min-width: 1100px) {
  .header__icons .header__right--part > div:last-child {
    padding-right: 0;
  }
}

.header--center-logo-burger .header__icons--container {
  padding-left: 0;
  padding-right: 0;
}
.header--center-logo-burger .header__icons--container.header__region-summary {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.header--center-logo-burger .header__region--parent {
  padding: 0;
}
@media screen and (max-width: 1099px) {
  .header--center-logo-burger {
    align-items: center;
  }
}

.header__icon,
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span {
  height: 100%;
}

.header__icon {
  gap: 0.5rem;
}
.header__icon .icon {
  transition: var(--duration-default);
  color: rgba(var(--color-foreground));
}
.header__icon:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}
.header__icon:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.header__icon--account {
  position: relative;
}

.header__icon-link {
  position: relative;
  text-decoration: none;
  height: auto;
  padding: 0.6rem 0;
}

.header__icon--menu {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: -1.2rem;
}
@media screen and (min-width: 1100px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
  width: 100%;
}
.header__icon--menu .header__modal-close-button {
  opacity: 0;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  fill: none;
  vertical-align: middle;
}

@media screen and (min-width: 1100px) {
  .template-cart .header__cart--page::after {
    width: 100%;
    bottom: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .template-cart .header__cart--text::after {
    width: 100%;
    bottom: 14px;
  }
}
@media screen and (min-width: 1100px) {
  .template-cart .header--center-logo-burger .header__cart--page::after {
    bottom: 0;
  }
}

.header__cart {
  display: flex;
  align-items: center;
}
.header__cart .icon-cart,
.header__cart .text-cart {
  display: block;
}
@media screen and (max-width: 575px) {
  .header__cart.mobile_only_text .icon-cart {
    display: none;
  }
  .header__cart.mobile_only_icon .text-cart {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .header__cart.only_icon .text-cart {
    display: none;
  }
  .header__cart.only_text .icon-cart {
    display: none;
  }
}

.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  padding-right: 0;
  width: auto;
  height: 5rem;
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
}

.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
}
.header__icon--search span {
  cursor: pointer;
}

.header__icon--search,
.header__icon--cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 5rem;
}

.header__icon .header__icon-name {
  display: none;
  margin-left: 0.7rem;
}

.header__icon--search .header__icon-name {
  position: relative;
}

.header__account {
  position: relative;
  display: none;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .header__account {
    display: inline-flex;
  }
}

#account-modal.header__account .header__account__body li a.account-profile-btn {
  display: flex;
}
#account-modal.header__account .header__account__body li a.account-profile-btn.button {
  width: 100%;
}
#account-modal.header__account .header__account__body li a.account-profile-btn span {
  position: initial;
}

@media screen and (min-width: 1100px) {
  .template-login .header__account::after,
  .template-register .header__account::after,
  .template-addresses .header__account::after,
  .template-order .header__account::after,
  .template-activate .header__account::after,
  .template-account .header__account::after,
  body[class^="template-customers/"] .header__account::after {
    width: 100%;
  }
}

.header__account-modal {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  min-width: 21.6rem;
  height: auto;
  margin: 0;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgba(var(--color-background));
  transition: opacity var(--duration-default), transform var(--duration-default);
  z-index: 10;
}

.header__account details[open] .header__account-modal {
  animation: animateMenuOpen var(--duration-default) ease;
}

.header__account__login {
  min-width: max-content;
  width: 100%;
}

.header__account__login .icon {
  flex: none;
  margin-right: 1rem;
  margin-left: 0;
}

.header__account__register {
  width: max-content;
  margin-top: 0.2rem;
  margin: 0.6rem auto;
}

.header__account__account {
  margin-top: -1rem;
}

.header__account__address {
  margin-top: -0.2rem;
}

.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  text-decoration: none;
  transition: var(--duration-default);
}
.header__account__body a:hover {
  color: rgb(var(--color-foreground));
}
.header__account__body a + a {
  margin-top: 0.8rem;
}

.header__account__logout {
  margin-top: 1.4rem;
  min-width: max-content;
  width: 100%;
}

@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 990px) {
  .header__icon .header__icon-name {
    display: flex;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .header__account summary {
    position: relative;
    height: 5rem;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icon--account {
    display: none;
  }
}
.header .header__social {
  display: none;
}

@media screen and (min-width: 990px) {
  .header .header__social {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    grid-row-start: 2;
  }
  .header .header__social:not(:last-child) {
    margin-right: 2rem;
  }
}
menu-drawer + .header__search {
  display: none;
}

.shopify-section-header-sticky .header__search-inner {
  max-height: 100vh;
}

.template-search .header__search::after {
  width: 100%;
}

#account-modal {
  display: flex;
  width: 44rem;
  height: 100vh;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  margin: 0;
}
#account-modal .burger-menu__overlay {
  display: block;
  opacity: 0;
}
#account-modal.hiding {
  visibility: visible;
  pointer-events: none;
}
#account-modal.hiding .burger-menu__overlay {
  opacity: 1;
}
#account-modal.active {
  pointer-events: all;
  visibility: visible;
}
#account-modal.active .account__content {
  transform: translateX(0);
  width: 100%;
}
#account-modal.active .burger-menu__overlay {
  opacity: 1;
}
#account-modal .account {
  z-index: 4;
}
#account-modal .account__main {
  padding: 0 2.4rem;
}
#account-modal .account__main .header__account__account li a {
  width: max-content;
}
#account-modal .account__info h3 {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
#account-modal .account__info p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}
#account-modal .account__content {
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: translateX(100%);
  transition: var(--modal-transition);
  position: relative;
}
#account-modal .account__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
}
#account-modal .account__header h3 {
  margin: 0;
}

#search-modal {
  width: 44rem;
  max-width: 100%;
  height: 100vh;
  z-index: 999;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  margin: 0;
}
#search-modal .burger-menu__overlay {
  display: block;
  opacity: 0;
}
#search-modal.active {
  pointer-events: all;
  visibility: visible;
}
#search-modal.active .search__content {
  transform: translateX(0);
  width: 100%;
}
#search-modal.active .search__promo-block svg {
  display: block;
}
#search-modal.active .burger-menu__overlay {
  display: block;
  opacity: 1;
}
#search-modal.hiding {
  visibility: visible;
  pointer-events: none;
}
#search-modal.hiding .burger-menu__overlay {
  opacity: 1;
}
#search-modal .search {
  z-index: 4;
}
#search-modal .search__content {
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: translateX(100%);
  transition: var(--modal-transition);
}
#search-modal .search__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem;
}
#search-modal .search__header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#search-modal .search__form {
  width: 100%;
}
#search-modal .search__input {
  width: 100%;
}
#search-modal .search__modal {
  z-index: 2;
}
#search-modal .search__modal--hidden {
  display: none;
}

.header__details {
  width: 100%;
}
.header__details .search__input {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (min-width: 1100px) {
  .header__region + .header__search {
    margin-left: 3.2rem;
  }
}
.header__search {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__search .icon-search {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .header__search.mobile_only_text .icon-search {
    display: none;
  }
  .header__search.mobile_only_icon .search-name {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .header__search.only_icon .search-name {
    display: none;
  }
  .header__search.only_text .icon-search {
    display: none;
  }
}
.header__search_modal {
  height: 100%;
  display: flex;
}
.header__search > details {
  position: static;
  height: 100%;
}
.header__search > details[open] .header__search-inner {
  transform: translate(0);
  visibility: visible;
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}
.header__search-inner {
  position: absolute;
  top: 0;
  top: calc(-1 * var(--ann-height));
  right: 0;
  width: 100%;
  height: 100vh;
  box-shadow: 0px 10px 20px 0px rgba(var(--color-foreground), 0.04);
  transform: translate(100%);
  visibility: hidden;
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}
@media screen and (min-width: 576px) {
  .header__search-inner {
    width: 44rem;
  }
}
.header__search-inner .search__input--button {
  padding: 1rem 1.8rem;
}
.header__search-inner .search__button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search {
  z-index: 4;
}
.header .search__content {
  height: 100%;
}
.header .search__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2.4rem;
}
.header .search__header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .search__form {
  width: 100%;
}
.header .search__input {
  width: 100%;
}
.header .search__modal {
  z-index: 2;
}
.header .search__modal--hidden {
  display: none;
}
.header__overlay {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.header__overlay.visible {
  display: block;
  background-color: rgba(var(--color-overlay), 0.3);
}

noscript .header__search {
  height: 100%;
}

.search-modal__heading {
  max-width: 80%;
}

.icon-close {
  transition: var(--duration-default);
  color: rgb(var(--color-foreground));
}

.icon-close path {
  stroke-width: 0.3;
}

.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
}

details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
}

.header__inline-menu details:hover > .header__submenu {
  opacity: 1;
  transform: translateY(0rem);
  animation: animateMenuOpen var(--duration-default) ease;
}

.menu-drawer__submenu--hidden {
  display: none;
}

.menu-drawer-container.menu-opening .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 3.2rem;
  width: 3.2rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  cursor: pointer;
}
.menu-drawer-container.menu-opening .header__modal-close-button .icon-close {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default) ease;
}
.menu-drawer-container.menu-opening .header__modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}
.menu-drawer-container.menu-opening .mega-menu {
  box-shadow: none;
}

.menu-opening .header__modal-close-button {
  opacity: 1;
}
.menu-opening .header__scheme {
  display: flex;
}
.menu-opening .header__toggle-scheme {
  display: inline-flex;
  justify-content: flex-start;
  width: max-content;
}
.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-opening .menu-drawer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  padding: 1.8rem 2rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}
.menu-opening .menu-drawer__bottom .header__localization .disclosure__button {
  min-height: unset;
}
.menu-opening .menu-drawer__bottom .header__region--parent summary {
  padding: 0 1.2rem;
}
.menu-opening .menu-drawer__bottom .header__region--parent > *:first-child summary {
  padding-left: 0;
}
.menu-opening .menu-drawer__bottom .header__region--parent > *:last-child summary {
  padding-right: 0;
}
.menu-opening .menu-drawer__bottom .header__icons {
  height: auto;
}
.menu-opening .menu-drawer__bottom .header__icons .header__icon--search span {
  min-height: unset;
}
.menu-opening .menu-drawer__bottom .header__icons .header__icon--search {
  min-height: unset;
}
.menu-opening .menu-drawer__bottom localization-form,
.menu-opening .menu-drawer__bottom .localization-form {
  min-height: unset;
}
.menu-opening .menu-drawer__bottom .header__icons .localization-form:after,
.menu-opening .menu-drawer__bottom .header__icons .header__icon--search span:after {
  bottom: -4px;
}
.menu-opening .menu-drawer__bottom .header__search {
  display: flex;
}
.menu-opening .menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  padding: 0.6rem 0;
}
.menu-opening .menu-drawer__localization-wrapper .header__region.region_language_dropdown_type .header__localization .localization-selector + .disclosure__list {
  bottom: 100%;
  margin-bottom: 1rem;
  left: 0;
}

.header__articles {
  width: 38.4rem;
  max-width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
@media screen and (min-width: 1440px) {
  .header__articles {
    width: 41.4rem;
  }
}
@media screen and (max-height: 680px) {
  .header__articles {
    height: 65vh;
  }
}
.header__articles .header__article:not(:first-child) {
  margin-top: -0.1rem;
}
@media screen and (max-height: 680px) {
  .header__articles .article-card-small {
    padding-block: 0.8rem;
  }
}
.header__articles .header__subtitle {
  margin-bottom: 2.4rem;
}
.header__articles .header__article-button {
  margin-top: 2.4rem;
}

.header .header__social {
  margin-top: auto;
}

.header__inline-menu {
  display: none;
}

.header__inline-menu .header__menu-item {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
}

.header--center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 1100px) {
  .header__inline-menu {
    display: block;
    height: 100%;
  }
  .header--center .header__inline-menu {
    display: flex;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: color var(--duration-default);
  overflow: hidden;
}

.list-menu--inline {
  height: 100%;
  align-items: stretch;
}
.list-menu--inline li:not(.list-menu--megamenu) .header__submenu li {
  position: relative;
  width: max-content;
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .list-menu-item:hover > .header__submenu:hover, .list-menu--inline .list-menu-item:hover > .header__submenu:focus-within, .list-menu--inline .list-menu-item:hover > .header__submenu:focus, .list-menu--inline .list-menu-item:hover > .header__submenu:active,
.list-menu--inline .list-menu-item:focus-within > .header__submenu:hover,
.list-menu--inline .list-menu-item:focus-within > .header__submenu:focus-within,
.list-menu--inline .list-menu-item:focus-within > .header__submenu:focus,
.list-menu--inline .list-menu-item:focus-within > .header__submenu:active,
.list-menu--inline .list-menu-item:focus > .header__submenu:hover,
.list-menu--inline .list-menu-item:focus > .header__submenu:focus-within,
.list-menu--inline .list-menu-item:focus > .header__submenu:focus,
.list-menu--inline .list-menu-item:focus > .header__submenu:active,
.list-menu--inline .list-menu-item:active > .header__submenu:hover,
.list-menu--inline .list-menu-item:active > .header__submenu:focus-within,
.list-menu--inline .list-menu-item:active > .header__submenu:focus,
.list-menu--inline .list-menu-item:active > .header__submenu:active {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .list-menu-item {
  padding-inline: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .list-menu--inline .list-menu-item {
    padding-inline: 1rem;
  }
}
@media screen and (min-width: 1360px) {
  .list-menu--inline .list-menu-item {
    padding-inline: 1.2rem;
  }
}
.list-menu--inline .list-menu-item.list-menu--submenu:hover > .header__menu-item::before {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: calc(100vh - var(--header-height));
  background: rgba(var(--color-overlay), 0.1);
  z-index: -1;
  pointer-events: none;
}
.list-menu--inline .list-menu-item.list-menu--submenu:hover > .header__menu-item::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  height: var(--header-height);
  width: calc(100% + 2.4rem);
}
.list-menu--inline .list-menu-item > .header__menu-item {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}
.list-menu--inline .list-menu-item > .header__menu-item:hover::before, .list-menu--inline .list-menu-item > .header__menu-item:focus-within::before, .list-menu--inline .list-menu-item > .header__menu-item:focus::before, .list-menu--inline .list-menu-item > .header__menu-item:active::before {
  background-color: rgb(var(--color-foreground));
}
.list-menu--inline .list-menu-item .header__active-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}
.list-menu--inline .list-menu-item .header__active-menu-item .link-hover-line::after {
  width: 100%;
}
.list-menu--inline .list-menu--megamenu-visible > .header__menu-item::before {
  background-color: rgb(var(--color-foreground));
}
.list-menu--inline .header__menu-item {
  padding-block: 1.6rem;
}
.list-menu--inline .header__menu-item .list-menu-line {
  height: 100%;
}
.list-menu--inline .header__menu-item .list-menu-line::after {
  bottom: -3px;
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
}
.list-menu--inline .header__menu-item span .icon-caret {
  position: static;
  margin-left: 0.4rem;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none;
}
.list-menu--inline .header__menu-item + .header__submenu:hover, .list-menu--inline .header__menu-item + .header__submenu:focus-within, .list-menu--inline .header__menu-item + .header__submenu:focus, .list-menu--inline .header__menu-item + .header__submenu:active {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu, .list-menu--inline .header__menu-item:focus-within + .header__submenu, .list-menu--inline .header__menu-item:focus + .header__submenu, .list-menu--inline .header__menu-item:active + .header__submenu {
  opacity: 1;
  pointer-events: all;
}

.header__inline-menu .header__menu-item {
  align-items: center;
}

.header__menu-item > span {
  position: relative;
}

.header__icon .header__icon-name {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}

.header__submenu {
  padding-inline: 0;
  text-transform: none;
  transition: opacity var(--duration-default);
  z-index: 15;
}
.header__submenu.list-menu {
  padding-block: 0.6rem 1.7rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  height: auto;
  padding: 0;
  transition: background var(--duration-default);
}
.header__submenu .header__menu-item span {
  position: relative;
  padding: 0;
  border: none;
  padding: 0.7rem 0;
}
.header__submenu .header__menu-item span::after {
  bottom: 4px;
}
.header__submenu .header__menu-item--active span::after {
  width: 100%;
}
.header__submenu .icon-caret {
  right: 1.6rem;
}

.header__menu-item .icon-caret {
  width: 1.6rem;
  height: 1.6rem;
  z-index: 0;
}

.header__inline-menu .list-menu--disclosure {
  left: 0;
  right: 0;
  top: 100%;
}
.header__inline-menu li:hover > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.header__menu-item > span {
  position: relative;
}

.header__icon .header__icon-name {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

.overflow-hidden-tablet .shopify-section-header.always-show {
  background-color: rgb(var(--color-background));
}
.overflow-hidden-tablet .facets-container {
  z-index: 0;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
.small-menu {
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (min-width: 1360px) {
  .small-menu {
    display: flex;
  }
}
.small-menu__item {
  display: flex;
}
.small-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.8rem;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  color: rgb(var(--color-foreground));
  text-transform: var(--font-header-menu-text-transform);
  font-size: 1.3rem;
  text-decoration: none;
  transition: color var(--duration-default);
}
@media screen and (min-width: 1600px) {
  .small-menu__link {
    padding: 1.6rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .small-menu__link::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: 0.8rem;
    left: 0.8rem;
    height: 0.2rem;
    background-color: transparent;
    transition: background var(--duration-default);
    z-index: 3;
  }
}
@media screen and (min-width: 1600px) {
  .small-menu__link::after {
    right: 1.6rem;
    left: 1.6rem;
  }
}
.small-menu__link:hover::after {
  background-color: rgb(var(--color-foreground));
}
.small-menu__link--active::after {
  background-color: rgb(var(--color-foreground));
}
.small-menu__link > span::after {
  background-color: rgb(var(--color-foreground));
}

.cart-count-bubble:empty {
  display: none;
}

@media screen and (max-width: 1099px) {
  .cart-count-bubble {
    margin-right: 0;
  }
}

.header__localization + .header__scheme {
  position: relative;
  padding-left: 1.2rem;
  min-width: 5.6rem;
  height: 100%;
}

.header__scheme {
  position: relative;
  display: none;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header__scheme {
    display: flex;
    justify-content: center;
    min-width: fit-content;
  }
}
.header__scheme + .header__search {
  margin-left: 0;
}

.header__toggle-scheme {
  display: flex;
  justify-content: center;
  flex: none;
  padding: 0;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: rgb(var(--color-foreground));
}
.header__toggle-scheme::after {
  bottom: 3px;
}
.header__toggle-scheme .icon.icon-light-mode,
.header__toggle-scheme .icon.icon-dark-mode {
  transition: opacity var(--duration-default);
}
.header__toggle-scheme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 0.5rem;
  color: rgb(var(--color-foreground));
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
  line-height: 1.3;
  transition: var(--duration-default);
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--dark {
    display: flex;
  }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
  display: flex;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--dark {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: none;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
  display: none;
}
.header__toggle-scheme-item--dark .header__toggle-scheme-switch {
  padding-right: 0.8rem;
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--light {
    display: none;
  }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--light {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: flex;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
  display: flex;
}
.header__toggle-scheme-item--light .header__toggle-scheme-circle {
  order: 1;
}
.header__toggle-scheme-item--light .header__toggle-scheme-switch {
  padding-left: 0.8rem;
}
.header__toggle-scheme-heading {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: var(--font-body-line-height);
  text-transform: var(--font-header-menu-text-transform);
  transition: color var(--duration-default);
}
.header__toggle-scheme-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.6rem;
  min-width: 5rem;
  font-family: var(--font-header-menu-family);
  min-height: 2.4rem;
  font-style: var(--font-header-menu-style);
  font-size: 1.3rem;
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
  font-weight: 500;
  background: rgb(var(--color-scheme-toggle));
  color: rgb(var(--color-scheme-toggle-text));
  border-radius: 24px;
}
.header__toggle-scheme-circle {
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(50, 49, 78, 0.1);
  border-radius: 50%;
}

.scheme-toggled[data-scheme] *:not(.swiper-wrapper),
.scheme-toggled[data-scheme] *::after,
.scheme-toggled[data-scheme] *::before {
  transition: none !important;
}

.mega-menu__items {
  margin-top: auto;
}
.mega-menu__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.mega-menu__item .mega-menu__image-item {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-media);
}
.mega-menu__item .mega-menu__image-item img,
.mega-menu__item .mega-menu__image-item svg {
  transition: transform var(--duration-default) ease;
}
.mega-menu__item:hover .mega-menu__item-heading {
  opacity: 0.6;
}
.mega-menu__item:hover .mega-menu__image-item img,
.mega-menu__item:hover .mega-menu__image-item svg,
.mega-menu__item:hover .mega-menu__item-image-wrapper img,
.mega-menu__item:hover .mega-menu__item-image-wrapper svg {
  transform: scale(1.05);
}
@media screen and (min-width: 1100px) {
  .mega-menu__item {
    width: 100%;
    min-height: 22rem;
    padding: 2.4rem;
    padding-right: 2.1rem;
  }
}
.mega-menu__item-image,
.mega-menu__item svg {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: transform var(--duration-default) ease;
}
.mega-menu__item-image-wrapper,
.mega-menu__item svg-wrapper {
  border-radius: var(--border-radius-media);
  overflow: hidden;
  width: 100%;
}
.mega-menu__item-heading {
  margin-top: 1.2rem;
  margin-bottom: 0;
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}
.mega-menu__item-button {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  height: calc(100% - 4.8rem);
  width: calc(100% - 4.8rem);
}

.list-menu--megamenu burger-menu + .header__menu-item {
  display: none !important;
}
.list-menu--megamenu .mega-menu__toggle {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  padding-block: 1rem;
  transition: color var(--duration-default);
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
  margin: 0;
}
.list-menu--megamenu .mega-menu__toggle .link-hover-line:after {
  bottom: -3px;
}
.list-menu--megamenu:hover .header__menu-item::after {
  content: "";
  width: 14rem;
  height: 10rem;
  position: absolute;
  top: 4rem;
}

.header__menu-item:focus + .mega-menu,
.header__menu-item:focus-visible + .mega-menu,
.header__menu-item:focus-within + .mega-menu,
.header__menu-item:hover + .mega-menu {
  opacity: 1;
  pointer-events: all;
}

.menu-drawer .mega-menu {
  position: static;
  padding: 0;
  max-height: unset;
  pointer-events: all;
  opacity: 1;
}
.menu-drawer .mega-menu__items {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 2rem;
  gap: 2.4rem;
}
.menu-drawer .mega-menu__item {
  min-height: 20rem;
}
.menu-drawer .mega-menu__button {
  margin-top: 1.6rem;
  opacity: 1;
  pointer-events: all;
}
.menu-drawer .mega-menu__list {
  display: flex;
  flex-direction: column;
}
.menu-drawer .mega-menu__card {
  position: relative;
}

.header__region {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__region.region_language_dropdown_type {
  gap: 1.8rem;
}
.header__region.region_language_dropdown_type .header__region + .header__region:before {
  display: none;
}
.header__region.region_language_dropdown_type .link-hover-line:after {
  bottom: -2px;
}
.header__region.region_language_dropdown_type .header__localization .localization-selector + .disclosure__list {
  margin-top: 0;
}
.header__region + .header__region::before {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(var(--color-foreground), 0.3);
  transition: var(--duration-default);
}
.header__region-summary::after {
  content: "";
  display: none;
  position: fixed;
  z-index: 3;
  inset: 0;
  top: calc(-1 * (var(--announcement-height) + var(--countdown-bar-height)));
  height: 120vh;
  background: rgba(var(--color-overlay), 0.1);
}
.header__region-summary .currency-flag {
  flex-shrink: 0;
  margin: 0;
}
.header__region-summary > div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--duration-default);
}
.header__region-heading {
  color: rgb(var(--color-foreground-secondary));
  margin-left: 0.8rem;
}
.header__region .region-modal {
  position: fixed;
  z-index: 4;
  inset: 0;
  top: calc(-1 * (var(--announcement-height) + var(--countdown-bar-height)));
  height: 100vh;
  pointer-events: none;
}
.header__region .region-modal__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.header__region .region-modal__inner {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
}
@media screen and (min-width: 576px) {
  .header__region .region-modal__inner {
    width: 42rem;
  }
}
.header__region .region-modal__content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3.2rem;
}
.header__region .region-modal__heading {
  margin: 0;
  margin-bottom: 0.8rem;
  text-transform: none;
}
.header__region .region-modal__text {
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
  text-transform: none;
}
.header__region .region-modal__selects {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}
.header__region .region-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}
.header__region .region-modal .header__localization {
  width: 100%;
}
.header__region .region-modal .header__localization localization-form,
.header__region .region-modal .header__localization .localization-form {
  width: 100%;
  display: block;
}
.header__region .region-modal .header__localization .localization-selector.link {
  justify-content: space-between;
  min-height: 3.6rem;
  border: 1px solid rgb(var(--color-border));
  padding: 0 1.1rem 0 1.6rem;
}
.header__region .region-modal .header__localization .localization-selector.link span,
.header__region .region-modal .header__localization .localization-selector.link svg {
  transition: var(--duration-default);
}
.header__region .region-modal .header__localization .localization-selector.link:hover span,
.header__region .region-modal .header__localization .localization-selector.link:hover svg {
  opacity: 0.7;
}
.header__region .region-modal .header__localization .button-save {
  margin-top: 1.2rem;
  width: 100%;
}
.header__region > details {
  position: static;
}
.header__region > details[open] .header__region-summary::after {
  display: block;
}
.header__region > details[open] .header__region-inner {
  animation: animateSearchOpen var(--duration-default) ease;
}
.header__region .header__icons--hover,
.header__region .header__region-summary {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__region .header__icons--hover.disclosure {
  display: block;
}
.header__region .icon-language {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
}
.header__region .icon-region {
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
}

.header__localization-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .header__localization-button.header__localization-button--icon:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 576px) {
  .header__localization-lang-button.header__localization-lang-button--icon:hover {
    opacity: 0.6;
  }
}

/* Breadcrumb  */
.breadcrumbs-wrapper {
  border-top: 0.1rem solid rgba(var(--color-border));
}

.breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1rem 0;
  text-transform: capitalize;
  color: rgb(var(--color-foreground-secondary));
  background-color: transparent;
}
.breadcrumb__delimiter {
  width: 3px;
  height: 3px;
  background: rgba(var(--color-foreground), 0.3);
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  position: relative;
  color: rgba(var(--color-foreground));
  text-decoration: none;
  transition: color var(--duration-default);
}
.breadcrumb a.link-hover-line:after {
  bottom: -2px;
}

/* Popup */
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}

.popup-animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  overflow: hidden !important;
}

@keyframes popupOpenFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupExitFade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}
@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 4rem, 0);
  }
}
.popupOpenFade {
  animation-name: popupOpenFade;
}

.popupExitFade {
  animation-name: popupExitFade;
}

.popupOpenSlide {
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 1100px) {
  .popup {
    max-width: calc(100vw - 12.8rem);
    max-height: calc(100vh - 6.4rem);
  }
}
.popup--top {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top {
    bottom: unset;
    top: 2.4rem;
    left: 50%;
    right: unset;
    transform: translate3d(-50%, 0, 0) !important;
  }
}
.popup--top-left {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    bottom: unset;
    top: 2.4rem;
    left: 2.4rem;
    right: unset;
  }
}
.popup--top-right {
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 2.4rem;
    right: 2.4rem;
    left: unset;
    bottom: unset;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 2.4rem;
    left: 50%;
    right: unset;
    top: unset;
    transform: translateX(-50%) !important;
  }
}
.popup--bottom-left {
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    left: 2.4rem;
    bottom: 2.4rem;
    top: unset;
    right: unset;
  }
}
.popup--bottom-right {
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    top: unset;
    left: unset;
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.popup--left {
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--left {
    left: 2.4rem;
    right: unset;
    top: 50%;
    bottom: unset;
    transform: translate3d(0, -50%, 0);
  }
}
.popup--right {
  top: unset;
  transform: none;
  bottom: 2rem;
  right: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--right {
    right: 2.4rem;
    left: unset;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    bottom: unset;
  }
}
.popup--center {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--center {
    left: 50%;
    top: 50%;
    bottom: unset;
    right: unset;
    transform: translate3d(-50%, -50%, 0) !important;
  }
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}
.popup-wrap::-webkit-scrollbar {
  width: 0.2rem;
}
.popup-wrap::-webkit-scrollbar-track {
  background: rgb(var(--color-background));
}
.popup-wrap::-webkit-scrollbar-thumb {
  background: rgb(var(--color-foreground), 0.3);
}
.popup-container {
  width: 100%;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  z-index: 2;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .popup .popup-close {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.popup .popup-close svg path {
  stroke: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .popup .popup-close svg path {
    stroke: rgb(var(--color-foreground-secondary));
  }
}
.popup-open {
  display: flex;
}
@media (max-width: 576px) {
  .popup-open[data-mobile-disable=true] {
    display: none;
  }
  .popup-open[data-mobile-disable=true] + .popup-overlay {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-overlay), 0.3);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-thumbnail img {
  width: 100%;
}
.popup-trigger {
  cursor: pointer;
}
.popup-main {
  width: auto;
  min-height: 16.7rem;
}
.popup-main > .popup-wrap {
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--border-radius-media);
}
@media screen and (min-width: 750px) {
  .popup-main:not(.popup--bottom):not(.popup--top):not(.popup--center):not(.popup--left):not(.popup--right) {
    transform: none;
  }
}
.popup-main .popup-close {
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  z-index: 3;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-close {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.popup-main .popup-close svg path {
  stroke: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .popup-main .popup-close svg path {
    stroke: rgb(var(--color-foreground-secondary));
  }
}
.popup-main .list-social {
  margin-left: 0 !important;
  margin-top: 2rem !important;
}
.popup-main .list-social__link {
  width: 3rem;
}
.popup-main .list-social__link .icon + .visually-hidden {
  display: none;
}
.popup-main .newsletter-form__message--success {
  position: absolute;
  inset: 0;
  background: rgb(var(--color-background));
  margin: 0;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.popup-main .newsletter-form__message--success span {
  display: block;
  text-align: center;
  max-width: 27rem;
}
@media screen and (min-width: 750px) {
  .popup-main-image--left:not(.popup-main--no-image), .popup-main-image--right:not(.popup-main--no-image) {
    min-width: 52rem;
  }
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main--image-caption {
  position: absolute;
  inset: 0;
  background: rgb(var(--color-overlay), 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.popup-main .popup-container {
  height: 100%;
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 27rem;
}
.popup-main .popup-description {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 15rem;
  overflow: auto;
  font-size: calc(var(--font-popup-desc-scale) * 1.4rem);
  color: rgb(var(--color-foreground-secondary));
}
.popup-main .popup-description::-webkit-scrollbar {
  width: 0.2rem;
}
.popup-main .popup-description::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.popup-main .popup-description:not(:first-child) {
  margin-top: 0.6rem;
}
.popup-main form {
  margin-top: 2rem;
}
.popup-main .popup-text {
  margin-top: 0.8rem;
  font-size: calc(var(--font-popup-text-scale) * 1rem);
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    margin-top: 1.6rem;
    font-size: calc(var(--font-popup-text-scale) * 1.3rem);
  }
}
.popup-main .popup-text p {
  color: inherit;
}
.popup-main .list-social__item {
  transition: opacity var(--duration-default);
}
.popup-main .list-social__item:hover {
  opacity: 0.7;
}
.popup-main .popup-outer {
  height: 100%;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  width: 100%;
  height: 0;
  display: flex;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 750px) {
  .popup-main .popup-thumbnail {
    display: block;
    aspect-ratio: 1/1;
    width: unset;
    height: 100%;
    padding-bottom: 0;
  }
}
.popup-main .popup-thumbnail::before {
  content: "";
  display: none;
  height: 0;
  width: 0;
  padding-bottom: 100%;
}
@media (min-width: 750px) {
  .popup-main .popup-thumbnail::before {
    display: none;
  }
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.popup-main .popup-wrapper-text > * {
  padding-right: 3.2rem;
}
.popup-main .popup-content {
  padding: 3.2rem 0 3.2rem 3.2rem;
  width: 100%;
  order: 2;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .popup-main .popup-content {
    width: 36.4rem;
  }
}
.popup-main .popup-content--center .popup-heading,
.popup-main .popup-content--center .popup-description {
  text-align: center;
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main--no-image .popup-content {
  padding: 3.2rem;
}
.popup-main--no-image .popup-close svg path {
  stroke: currentColor;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-close svg path {
  stroke: rgb(var(--color-foreground-secondary));
}
.popup-main-image--bottom .popup-close--with-overlay {
  background: none;
}
.popup-main .newsletter-form .button {
  min-height: 3.6rem;
}
.popup-main .newsletter-form .field {
  min-height: 0;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
  width: 100%;
}
.popup-main .newsletter-form input.hidden_email[type=email] {
  display: flex;
  padding: 0;
  min-height: 0;
  height: 0;
  border: 0;
  width: 0;
}
.popup-main .newsletter-form__inner {
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.popup-main .newsletter-form__inner.show_form {
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 576px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
    flex-direction: row;
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column).show_form {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.popup-main .newsletter-form__field-wrapper.hidden_email_wrapper {
  flex: 0;
  max-width: 0;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.2rem;
}
.popup .popup-wrapper-text-customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.notification-banner .popup-wrapper-text--center .popup-heading,
.notification-banner .popup-wrapper-text--center .popup-text {
  text-align: center;
}
.notification-banner .popup-wrap {
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--border-radius-media);
}
.notification-banner--no-image .popup-content {
  padding: 3.2rem;
}
.notification-banner--no-image .popup-close svg path {
  stroke: currentColor;
}
.notification-banner:not(.notification-banner--no-image).notification-banner-image--left .notification-banner__image, .notification-banner:not(.notification-banner--no-image).notification-banner-image--right .notification-banner__image {
  min-width: 13.4rem;
}
.notification-banner__close.popup-close.button {
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
@media (min-width: 750px) {
  .notification-banner-image--right .popup-outer.popup-outer-image--right {
    flex-direction: row-reverse;
  }
}
.notification-banner-image--right .popup-close {
  background: rgba(var(--color-foreground), 0.1);
}
.notification-banner-image--right .popup-close svg path {
  stroke: rgb(var(--color-background));
}
.notification-banner-image--top .popup-outer.popup-outer-image--top {
  flex-direction: column;
}
.notification-banner-image--top .popup-close {
  background: rgba(var(--color-foreground), 0.1);
}
.notification-banner-image--top .popup-close svg path {
  stroke: rgb(var(--color-background));
}
.notification-banner-image--bottom .popup-outer.popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner .popup-outer {
  background-color: rgb(var(--color-background));
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .notification-banner .popup-outer {
    flex-direction: row;
  }
}
.notification-banner .popup-container {
  height: 100%;
}
.notification-banner .popup-heading {
  margin: 0;
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.6rem;
}
.notification-banner .popup-text {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 15rem;
  overflow: auto;
  font-size: calc(var(--font-popup-desc-scale) * 1.4rem);
  color: rgb(var(--color-foreground-secondary));
}
.notification-banner .popup-text::-webkit-scrollbar {
  width: 0.2rem;
}
.notification-banner .popup-text::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.notification-banner .popup-wraper-text--center > * {
  text-align: center;
}
.notification-banner__image {
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.notification-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.notification-banner--bar {
  max-width: unset;
  max-height: unset;
  transform: none !important;
}
.notification-banner--bar .popup-wrap {
  padding: 2rem;
}
@media screen and (min-width: 750px) {
  .notification-banner--bar .popup-wrap {
    padding: 2.4rem;
  }
}
.notification-banner--bar .popup-wrapper-text {
  max-width: 52rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notification-banner--bar .popup-wrapper-text--center {
  align-items: center;
}
.notification-banner--bar .popup-close {
  top: -1.6em !important;
  right: -2rem !important;
}
.notification-banner--bar .popup-close svg {
  width: 50%;
}
.notification-banner--bar .popup-button {
  margin-top: 0 !important;
  flex: 1;
  white-space: nowrap;
}
.notification-banner--bar .notification-banner__content {
  display: flex;
  gap: 2.4rem;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .notification-banner--bar .notification-banner__content {
    flex-direction: row;
  }
}
.notification-banner--bar .notification-banner--button-wrapper {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .notification-banner--bar .notification-banner--button-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 576px) {
  .notification-banner--bar .notification-banner--button-wrapper {
    margin-left: auto;
  }
}
.notification-banner--bar[class*=popup--bottom] {
  top: unset;
  left: 0;
  right: 0;
  bottom: 0;
}
.notification-banner--bar[class*=popup--top] {
  top: 0;
  left: 0;
  right: 0;
  bottom: unset;
}
.notification-banner--bar.popup--left {
  top: 0;
  left: 0;
  right: unset;
  bottom: 0;
}
.notification-banner--bar.popup--left .notification-banner__content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.notification-banner--bar.popup--left .notification-banner--button-wrapper {
  margin-left: 0;
  flex-direction: column;
}
.notification-banner--bar.popup--left .popup-wrapper-text {
  max-width: 20rem;
}
.notification-banner--bar.popup--right {
  top: 0;
  left: unset;
  right: 0;
  bottom: 0;
}
.notification-banner--bar.popup--right .notification-banner__content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.notification-banner--bar.popup--right .notification-banner--button-wrapper {
  margin-left: 0;
  flex-direction: column;
}
.notification-banner--bar.popup--right .popup-wrapper-text {
  max-width: 20rem;
}
.notification-banner--bar.popup--center {
  top: 50%;
  left: 0;
  right: 0;
  bottom: unset;
  transform: translateY(-50%) !important;
}
.notification-banner--banner .popup-close {
  top: 0.8rem;
  right: 0.8rem;
}
.notification-banner--banner .popup-button {
  margin-top: 2rem;
}
.notification-banner--banner .notification-banner__content {
  width: min(36.4rem, 100%);
  padding: 3.2rem 0 3.2rem 3.2rem;
}
.notification-banner--banner .notification-banner__content > *:not(.modal-close-button) {
  padding-right: 3.2rem;
}
@media screen and (min-width: 750px) {
  .notification-banner--banner .notification-banner__content {
    width: 36.4rem;
  }
}

.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  background-color: rgba(var(--color-overlay), 0.1);
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification .popup-text p {
  text-align: center;
  color: inherit;
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding: 3.2rem;
}
@media screen and (min-width: 576px) {
  .age-verification__content {
    max-width: min(40.2rem, 100%);
  }
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 600;
}
.age-verification__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.age-verification__buttons--wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16rem;
}
.age-verification__buttons--wrapper .age-verification__popup-close {
  min-width: 16rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}