/** Shopify CDN: Minification failed

Line 7130:1 Expected "}" to go with "{"

**/
@charset "UTF-8";
:root {
  --secondary-background: 32, 32, 32, 1;
  --white-10: 255, 255, 255, 1;
  --black-10: 0, 0, 0, 1;
  --gray400-10: 176, 176, 176, 1;
  --color-error: 231, 42, 42;
  --color-error-border: 231, 42, 42;
  --color-error-background: 255, 245, 245;
  --color-placeholder-input: 0, 0, 0;
  --product-page-scroll-margin-top: 0px;
}

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-placeholder-input: 0.5;
  --main-padding: 2rem;
}
@media screen and (min-width: 990px) {
  :root {
    --main-padding: 3.2rem;
  }
}
@media screen and (min-width: 1100px) {
  :root {
    --main-padding: 4rem;
  }
}

[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] .header__localization .disclosure__button .icon-caret {
  color: rgb(var(--color-foreground));
}
[data-scheme=dark] .placeholder-svg {
  filter: brightness(0.5) grayscale(1);
}
[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] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: #212121;
}
[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 > * {
  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 {
  background-color: #1c1c1c;
}
[data-scheme=dark] .product-markers .product-markers__marker,
[data-scheme=dark] .product-markers .product-markers__card {
  background-color: rgb(var(--color-background-secondary));
}
[data-scheme=dark] .product-markers .product-markers__marker:hover {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper {
  border-color: #dfdfdf;
}
[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] .card--product-placeholder .placeholder-svg {
  background-color: rgb(var(--color-background));
}
[data-scheme=dark] .article-template__content-rte.rte blockquote::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
}
[data-scheme=dark] .facets__item > input[type=checkbox]:checked + .facet-checkbox:not(.facet-checkbox--color):before,
[data-scheme=dark] .field--checkbox input[type=checkbox]:checked + label:before,
[data-scheme=dark] .mobile-facets__checkbox:checked + label:not(.facet-checkbox--color):before,
[data-scheme=dark] .recipient-form input[type=checkbox]:checked + label:before {
  background-color: transparent;
}
[data-scheme=dark] .recipient-form input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@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] .placeholder-svg {
    filter: brightness(0.5) grayscale(1);
  }
  [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] .featured-products__products-item .card__inner,
[data-scheme=auto] .card__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 > * {
    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 {
    background-color: #212121;
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper {
    border-color: #dfdfdf;
  }
  [data-scheme=auto] .product-markers .product-markers__marker,
[data-scheme=auto] .product-markers .product-markers__card {
    background-color: rgb(var(--color-background-secondary));
  }
  [data-scheme=auto] .product-markers .product-markers__marker:hover {
    background-color: rgb(var(--color-background));
  }
  [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] .article-template__content-rte.rte blockquote::before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
  }

  .card--product-placeholder .placeholder-svg {
    background-color: rgb(var(--color-background));
  }

  .facets__item > input[type=checkbox]:checked + .facet-checkbox:not(.facet-checkbox--color):before,
.field--checkbox input[type=checkbox]:checked + label:before,
.mobile-facets__checkbox:checked + label:not(.facet-checkbox--color):before,
.recipient-form input[type=checkbox]:checked + label:before {
    background-color: transparent;
  }

  .recipient-form input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }
}
.container,
.container-fluid,
.container-xxl,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
  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,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 576px) {
  .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1360px) {
  .container-xxl,
.shopify-policy__container-xxl, .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 1480px;
  }
}
.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;
}

.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;
}

.page-width {
  max-width: 139.6rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.page-width--narrow {
  max-width: 79rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.spaced-section {
  position: relative;
  z-index: 1;
}

.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 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,
.color-background-3,
.color-background-4 {
  line-height: var(--font-body-line-height);
}

body {
  scrollbar-gutter: stable;
  transition: all var(--duration-default) ease-in-out;
}

.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-size: calc(var(--font-button-scale) * 1.6rem);
  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-long);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  transition: 400ms;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 4.4rem;
  padding: 0.9rem 2rem;
  transition: background-color var(--duration-long), color var(--duration-long), border var(--duration-long);
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-button));
}
.shopify-challenge__button:hover {
  cursor: pointer;
}
.shopify-challenge__button:focus {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-button));
}
.shopify-challenge__button span {
  position: relative;
  z-index: 20;
}

.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,
.overflow-hidden-modal,
.overflow-hidden-search {
  overflow: hidden;
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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;
}

@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%;
  }
}
main .section--has-overlay.shopify-section:first-child {
  margin-top: calc(-1 * (var(--header-height) + var(--breadcrumbs-height)));
}

.background {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

p {
  color: rgb(var(--color-foreground));
}

.shopify-policy__title {
  text-align: center;
  display: none !important;
}

.shopify-policy__body {
  padding-bottom: 4rem;
}
@media screen and (min-width: 576px) {
  .shopify-policy__body {
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 990px) {
  .shopify-policy__body {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .shopify-policy__body {
    padding-bottom: 12.8rem;
  }
}
.shopify-policy__body .article-template__share {
  padding: 2.4rem 0;
  border-top: 0.1rem solid rgb(var(--color-border));
  margin: 4rem auto;
}
.shopify-policy__body .share-buttons-simple {
  margin: 0;
  gap: 3.2rem;
}
.shopify-policy__body .share-buttons-simple .share-buttons-simple-label {
  font-family: var(--font-body-family);
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body .share-buttons-simple .share-buttons-simple-label {
    margin-right: 0.8rem;
  }
}
.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 750px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 990px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .shopify-policy__body p,
.shopify-policy__body li {
    font-size: 2.2rem;
  }
}
.shopify-policy__body h3 + p {
  margin-top: 0.8rem;
}
.shopify-policy__body .rte h3:not(:first-of-type) {
  margin-top: 4rem;
}
.shopify-policy__body .rte .policy-date-wrapper {
  margin-top: 4rem;
  font-size: 1.4rem;
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.shopify-policy__body .rte .policy-date-wrapper p {
  font-size: 1.4rem !important;
}
[dir=rtl] .header--left-logo-second .header__inline-menu .aside-menu__toggle {
  border-right: none;
  border-left: 0.1rem solid rgb(var(--color-border));
}
[dir=rtl] .header--left-logo-second .header__inline-menu .header__icon--search {
  border-left: none;
  border-right: 0.1rem solid rgb(var(--color-border));
}
[dir=rtl] .header__icons-wrapper > *:first-child {
  margin-left: 0;
  margin-right: 1.6rem;
}
[dir=rtl] .title--page {
  text-align: right;
}
[dir=rtl] .search .search-buttons-wrapper {
  margin-right: 1.6rem;
}
[dir=rtl] .addresses .address-add-form .field .required-field,
[dir=rtl] .addresses .address-edit-form .field .required-field {
  right: 20px;
  left: unset;
}
[dir=rtl] .field .select .placeholder-select {
  right: 4.8rem;
  left: unset;
}
[dir=rtl] .order-table .thead div {
  text-align: right;
}
[dir=rtl] .cart-items th {
  text-align: right;
  padding-right: 0;
}
[dir=rtl] .cart__footer {
  flex-direction: row-reverse;
}
[dir=rtl] .cart-item__remove {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: var(--border-radius-main);
  border-bottom-left-radius: var(--border-radius-main);
}
[dir=rtl] .cart-item__media {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-top-right-radius: var(--border-radius-main);
  border-bottom-right-radius: var(--border-radius-main);
  padding: 1.6rem;
}
[dir=rtl] .discounts__discount > .icon {
  margin-right: 0;
  margin-left: 0.4rem;
}
[dir=rtl] .drawer .cart-item__discounted-prices dd {
  margin: 0;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .drawer .cart-item cart-remove-button {
    margin-left: unset;
    text-align: left;
  }
}
[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .image-with-text__content--left {
  align-items: flex-end;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .image-with-text__grid--image_left {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .image-with-text__grid--image_right {
    flex-direction: row;
  }
}
[dir=rtl] .field input[type=text]::placeholder,
[dir=rtl] .field input[type=email]::placeholder,
[dir=rtl] .field input[type=tel]::placeholder,
[dir=rtl] .field input[type=password]::placeholder,
[dir=rtl] .field select::placeholder,
[dir=rtl] .field .text-area::placeholder,
[dir=rtl] .field textarea::placeholder,
[dir=rtl] .field .field__input::placeholder {
  text-align: end;
}
[dir=rtl] .product-markers .product-markers__card {
  text-align: right;
}
[dir=rtl] .article-card__header {
  padding-left: 5.6rem;
  padding-right: 0;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: none;
  color: rgb(var(--color-foreground));
  -webkit-mask: url("/icons/calendar.svg") no-repeat center;
  mask: url("/icons/calendar.svg") no-repeat center;
  background-color: rgb(var(--color-foreground));
  width: 1em;
  height: 1em;
}

.magnetic-hover-effect {
  position: relative;
  z-index: 1;
  transition: transform 0.1s ease-in-out;
}
.magnetic-hover-effect::after {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  left: var(--glow-position-x, 50%);
  top: var(--glow-position-y, 50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 120%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--color-accent), 1) 0%, rgba(var(--color-accent), 0.7) 35%, rgba(var(--color-accent), 0.4) 60%, rgba(var(--color-accent), 0.2) 85%);
  filter: blur(30px);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) {
  .magnetic-hover-effect::after {
    display: block;
  }

  .magnetic-hover-effect:hover::after {
    opacity: 0.3;
  }
}
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 3rem;
}

@media screen and (max-width: 749px) {
  .loading-overlay {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .loading-overlay {
    left: 0;
  }
}
.loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.spinner {
  animation: rotator 1.4s linear infinite;
  width: 2rem;
  height: 2rem;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

.price-wrapper {
  margin-top: 1.6rem;
}

.price {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  color: rgb(var(--color-foreground-secondary));
  width: 100%;
}
.price-item--regular {
  color: rgb(var(--color-foreground-secondary));
}
.price-item--sale {
  color: rgb(var(--color-foreground-secondary));
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  color: rgb(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 0.8rem;
}
.card-information__group--center .price--on-sale .price__sale {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price--on-sale .price__sale {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.price.price--unavailable {
  visibility: hidden;
}

.price dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-information__group--center .price dl {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price dl {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.price dd {
  margin: 0;
}

.price .price__last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--product {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 750px) {
  .price--product {
    font-size: 2rem;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
  width: 100%;
}

.price__sale,
.price__availability,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}

.price__sale dd {
  display: flex;
}
.card-information__group--center .price__sale dd {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price__sale dd {
  text-align: left;
  justify-content: flex-start;
}

.price__regular dd {
  width: 100%;
  display: block;
}
.card-information__group--center .price__regular dd {
  text-align: center;
  justify-content: center;
}
.card-information__group--left .price__regular dd {
  text-align: left;
  justify-content: flex-start;
}

.unit-price {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
}

.price--slider dl {
  display: block;
  width: 100%;
  text-align: left;
}

.price--slider span {
  display: block;
  width: 100%;
  text-align: left;
}

.discounts {
  font-size: 1.2rem;
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 120%;
}

.discounts__discount > .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
}

.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: absolute;
  left: auto;
  min-width: max-content;
  max-width: 30rem;
  background-color: rgb(var(--color-background-secondary));
}

.list-menu--disclosure .list-menu--disclosure {
  left: 100%;
}

.list-menu--disclosure .list-menu--disclosure:before {
  content: none;
}

.list-menu--disclosure:focus {
  outline: none;
}

.footer .list-menu__item {
  transition: color var(--duration-default), text-decoration var(--duration-default);
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

.totals {
  display: flex;
}

.totals > * {
  font-family: var(--font-body-family);
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}

.totals * {
  line-height: 120%;
}

.totals > * + * {
  margin-left: 0.5rem;
}

.totals__subtotal-value {
  color: rgba(var(--color-foreground));
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  margin: 0;
}
@media screen and (max-width: 989px) {
  .totals__subtotal-value {
    font-size: 1.5rem;
  }
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  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 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.h0 p,
.h1 p,
.h2 p,
.h3 p,
.h4 p,
.h5 p {
  color: rgb(var(--color-foreground-title));
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  text-transform: var(--font-heading-text-transform);
}

.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) * 3.4rem);
}
@media screen and (min-width: 576px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 3.6rem);
  }
}
@media screen and (min-width: 750px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4rem);
  }
}
@media screen and (min-width: 990px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.4rem);
  }
}
@media screen and (min-width: 1100px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.6rem);
}
@media screen and (min-width: 576px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3rem);
  }
}
@media screen and (min-width: 750px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.2rem);
  }
}
@media screen and (min-width: 990px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.4rem);
  }
}
@media screen and (min-width: 1100px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.6rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-h3-scale) * 2.4rem);
}
@media screen and (min-width: 576px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.6rem);
  }
}
@media screen and (min-width: 750px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.8rem);
  }
}
@media screen and (min-width: 990px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3rem);
  }
}
@media screen and (min-width: 1100px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.2rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 2rem);
}
@media screen and (min-width: 576px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.1rem);
  }
}
@media screen and (min-width: 750px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.2rem);
  }
}
@media screen and (min-width: 990px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.3rem);
  }
}
@media screen and (min-width: 1100px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.4rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.8rem);
}

h6,
.h6 {
  font-size: 1.6rem;
}

a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
  transition: color var(--duration-default), text-decoration var(--duration-default), opacity var(--duration-default);
}

p {
  margin: 0;
}

blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.8rem;
  width: 100%;
  padding: 2.4rem;
  margin: 2.4rem 0;
  border: none;
  font-family: var(--font-heading-family);
  border-radius: var(--border-radius-main);
  background-color: rgb(var(--color-background-input));
}
blockquote > * {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  blockquote {
    padding: 6.4rem;
  }
}
blockquote + * {
  margin-top: 0;
}
blockquote::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='35' viewBox='0 0 22 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.53674e-05 26.812L-9.50821e-05 23.548C1.02391 23.3773 1.85591 22.9507 2.49591 22.268C3.1359 21.5853 3.62657 20.732 3.96791 19.708C4.26657 18.684 4.41591 17.5747 4.41591 16.38L0.447907 16.38L0.447908 8.18801L8.57591 8.18801L8.57591 15.676C8.57591 18.1933 8.17057 20.1987 7.35991 21.692C6.54924 23.228 5.5039 24.4013 4.2239 25.212C2.90124 26.0227 1.49324 26.556 -9.53674e-05 26.812ZM12.9279 26.812L12.9279 23.548C13.9519 23.3773 14.7839 22.9507 15.4239 22.268C16.0639 21.5853 16.5546 20.732 16.8959 19.708C17.1946 18.684 17.3439 17.5747 17.3439 16.38L13.3759 16.38L13.3759 8.18801L21.5039 8.18801L21.5039 15.676C21.5039 18.1933 21.0986 20.1987 20.2879 21.692C19.4772 23.228 18.4319 24.4013 17.1519 25.212C15.8292 26.0227 14.4212 26.556 12.9279 26.812Z' fill='%23BAFF02'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (min-width: 1100px) {
  blockquote::before {
    top: 6.4rem;
    left: 6.4rem;
  }
}
blockquote > * {
  padding-left: 3.8rem;
}
blockquote img {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
blockquote p {
  margin: 0;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding: 6.4rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
  /* 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 {
  cursor: pointer;
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  transition: var(--duration-default);
}

.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 {
  cursor: pointer;
}

.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-foreground));
  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;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: 700;
}

.subheading {
  color: rgb(var(--color-foreground-tertiary));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  font-family: var(--font-subtitle-family);
  font-style: var(--font-subtitle-style);
  font-weight: var(--font-subtitle-weight);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  text-transform: var(--font-subtitle-text-transform);
  line-height: 1.5;
  word-wrap: break-word;
}
.subheading a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  transition: opacity var(--duration-default);
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .subheading a:hover {
    cursor: pointer;
  }
}

.richtext__content h1,
.richtext__content h2,
.richtext__content h3,
.richtext__content h4,
.richtext__content h5,
.richtext__content h6,
.richtext__content p {
  margin: 0;
}
.richtext__content a {
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
  pointer-events: all;
}

.extra-small-font {
  font-size: calc(var(--font-body-scale-xs) * 1rem);
}

.small-font {
  font-size: calc(var(--font-body-scale-s) * 1rem);
}

.large-font {
  font-size: calc(var(--font-body-scale-m) * 1rem);
}

.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: 1.6rem 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin: 2.4rem 0;
  }
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 57.2rem;
}

.subtitle {
  color: rgb(var(--color-foreground-tertiary));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  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);
  line-height: var(--font-body-line-height);
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
}
.subtitle::before {
  display: none;
}
@keyframes pulseAnimation {
  0% {
    box-shadow: 0 0 0 0px rgba(var(--color-accent), 0.7);
  }
  60% {
    box-shadow: 0 0 0 6px rgba(var(--color-accent), 0.3);
  }
  100% {
    box-shadow: 0 0 0 7px rgba(var(--color-accent), 0);
  }
}
.subtitle_dot::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  min-width: 0.6rem;
  border-radius: 50%;
  background: rgb(var(--color-accent));
  margin-left: 0.7rem;
  animation: pulseAnimation 1.5s infinite;
}

.subtitle-large {
  font-size: calc(var(--font-subtitle-scale-l) * 0.9rem);
}
@media only screen and (min-width: 1100px) {
  .subtitle-large {
    font-size: calc(var(--font-subtitle-scale-l) * 1rem);
  }
}

.card__subtitle {
  position: relative;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  color: rgb(var(--color-foreground));
}
.card__subtitle a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
  transition: opacity var(--duration-default);
  text-decoration: none;
  pointer-events: all;
}
@media screen and (pointer: fine) {
  .card__subtitle a:hover {
    cursor: pointer;
  }
}

.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;
  }
}

.swiper-pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.8rem;
  padding: 0;
  user-select: none;
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.4rem;
  position: relative;
  cursor: pointer;
  background-color: rgba(var(--color-foreground-secondary), 0.2);
  border-radius: 0.25rem;
  opacity: 1;
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: rgb(var(--color-foreground-tertiary));
  border-radius: 0.25rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: bulletFill var(--bullet-duration) linear forwards;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 8rem;
}
.swiper-pagination .slider[data-autoplay=false] {
  width: 8rem;
  background-color: rgb(var(--color-accent));
}
.swiper-pagination.not-autoplay .swiper-pagination-bullet-active {
  width: 8rem;
  background-color: rgb(var(--color-accent));
}
.swiper-pagination.not-autoplay .swiper-pagination-bullet-active::before {
  transform: scaleX(1);
  animation: none;
}
@keyframes bulletFill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.swiper-controls__wrapper {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
@media screen and (min-width: 990px) {
  .swiper-controls__wrapper {
    bottom: 4rem;
  }
}
@media screen and (min-width: 1480px) {
  .split-screen-slideshow .swiper-controls__wrapper.section-full-screen {
    width: calc(100vw - var(--scrollbar-width, "0px"));
  }
}
.swiper-controls__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 3.6rem;
}
@media screen and (min-width: 990px) {
  .swiper-controls__box {
    justify-content: flex-end;
    padding-right: 4rem;
  }
  .section-full-screen .swiper-controls__box {
    padding-right: 0;
  }
}

.swiper-buttons__wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.swiper-controls__wrapper .swiper-buttons__wrapper {
  position: static !important;
  transform: none;
  width: max-content;
}
@media screen and (min-width: 990px) {
  .swiper-buttons__wrapper {
    display: inline-block;
  }
}
.swiper-buttons__container.section-in-container {
  padding: 0 2rem;
}
@media screen and (min-width: 990px) {
  .swiper-buttons__container.section-in-container {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .swiper-buttons__container {
    max-width: 1920px;
    padding: 0 4rem;
  }
}
.swiper-buttons__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-buttons .container {
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .swiper-buttons {
    box-sizing: content-box;
  }
}

.swiper-buttons__box .swiper-button {
  background-color: rgb(var(--color-background-tertiary));
}

.swiper-button {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--border-radius-icons);
  transition: all var(--duration-default) ease;
  pointer-events: all;
  background-color: transparent;
  color: inherit;
  position: static;
  margin: 0;
  background: rgb(var(--color-background-tertiary));
}
.swiper-button.is-loop {
  pointer-events: all !important;
  opacity: 1;
  cursor: pointer;
}
.swiper-button span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration-default), color var(--duration-default), opacity var(--duration-default);
  color: rgb(var(--color-accent));
}
.swiper-button span svg {
  fill: rgb(var(--color-accent));
  color: rgb(var(--color-accent));
}
.swiper-button::after {
  display: none;
}
.swiper-button.swiper-button-prev {
  margin-left: -2.2rem;
}
.swiper-button.swiper-button-prev span {
  transform: rotate(180deg);
}
.swiper-button.swiper-button-prev:hover:not(.swiper-button-disabled) span {
  cursor: pointer;
}
.swiper-button.swiper-button-prev:hover:not(.swiper-button-disabled) {
  border-color: rgb(var(--color-border-on-hover));
}
.swiper-button.swiper-button-next {
  margin-right: -2.2rem;
}
.swiper-button.swiper-button-next span {
  transform: rotate(0deg);
}
.swiper-button.swiper-button-next:hover:not(.swiper-button-disabled) span {
  cursor: pointer;
}
.swiper-button.swiper-button-next:hover:not(.swiper-button-disabled) {
  border-color: rgb(var(--color-border-on-hover));
}
.swiper-button:hover {
  opacity: 0.8;
}

.slideshow__container .swiper-button-prev {
  margin-left: 0;
}
@media screen and (min-width: 1100px) {
  .slideshow__container .swiper-button-prev {
    margin-left: 2.2rem;
  }
}

.slideshow__container .swiper-button-next {
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  .slideshow__container .swiper-button-next {
    margin-right: 2.2rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  padding: 2.4rem;
  bottom: 0;
  width: 100%;
}

.swipe-on-mobile__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.swipe-on-mobile__nav .swiper-pagination {
  position: static;
}
@media (min-width: 990px) {
  .swipe-on-mobile__nav {
    display: none !important;
  }
}

.no-js .swiper-pagination,
.no-js .swiper-buttons__wrapper,
.no-js .swiper-button {
  display: none;
}

.swiper {
  border-radius: 0 !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}

.swiper-pagination-bullet::after {
  content: "";
  position: relative;
  display: block;
  cursor: pointer;
  pointer-events: all;
  top: -11px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2.6rem;
  z-index: 2;
}

/* Media */
.media {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-main);
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button, .card__link),
.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: 114.2%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.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-size: calc(var(--font-button-scale) * 1.6rem);
  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-long);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  transition: 400ms;
}
.button span,
.customer .button span {
  position: relative;
  z-index: 20;
}
.button__content,
.customer .button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  z-index: 2;
  overflow: hidden;
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 4.4rem;
  padding: 0.6rem 2rem;
}
.button--primary .button_circle, .button--secondary .button_circle,
.customer .button--primary .button_circle,
.customer .button--secondary .button_circle {
  background-color: rgb(var(--color-button-hover));
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button_circle, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button_circle,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button_circle,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button_circle {
    opacity: 1;
    transform: translateY(-50%) scale(1) translateZ(0);
  }
}
.button--primary .button__label, .button--secondary .button__label,
.customer .button--primary .button__label,
.customer .button--secondary .button__label {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.55s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.button--primary .button__label::after, .button--secondary .button__label::after,
.customer .button--primary .button__label::after,
.customer .button--secondary .button__label::after {
  content: attr(data-label);
  position: absolute;
  inset: 100% auto auto 0%;
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    transform: translate3d(0px, -100%, 0px);
  }
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon, .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    transform: translate3d(100%, -100%, 0px);
  }
}
.button--primary,
.customer .button--primary {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: 1px solid rgb(var(--color-button));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button--primary:focus-visible,
.customer .button--primary:focus-visible {
  background-color: rgb(var(--color-button));
  border: 1px solid white !important;
}
.button--secondary,
.customer .button--secondary {
  backdrop-filter: blur(4px);
  background: rgba(var(--color-background), 0.5);
  color: rgb(var(--color-button-secondary-text));
  border: 1px solid rgb(var(--color-button-secondary-border));
}
.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:focus-visible,
.customer .button--secondary:focus-visible {
  border-color: white !important;
}
.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-long);
}
.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-long);
}
.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: rgb(var(--color-button-link));
  --alpha-button-background: 0;
  overflow: visible;
}
.button--simple span,
.customer .button--simple span {
  position: relative;
  display: block;
}
.button--simple span::after,
.customer .button--simple span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-long);
}
.button--simple:not(:disabled):not([aria-disabled=true]):hover,
.customer .button--simple:not(:disabled):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-link-hover));
  --alpha-button-background: 0;
}
.button--simple:not(:disabled):not([aria-disabled=true]):hover span::after,
.customer .button--simple:not(:disabled):not([aria-disabled=true]):hover span::after {
  width: 0;
}
.button--simple.button--primary-size,
.customer .button--simple.button--primary-size {
  padding: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}
.button--simple.button--small,
.customer .button--simple.button--small {
  font-size: 1.2rem;
  padding: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}
.button--primary-size,
.customer .button--primary-size {
  min-height: 5rem;
  min-width: 14.8rem;
  padding: 1.4rem 2.5rem;
}
.button--small,
.customer .button--small {
  font-size: 1.2rem;
  padding: 1.1rem 2rem;
  min-height: 4rem;
  min-width: 5rem;
}
.button--full-width,
.customer .button--full-width {
  display: flex;
  width: 100%;
}
.button--link,
.customer .button--link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: rgb(var(--color-button-link));
  transform: none;
  min-width: fit-content;
  border: 1px solid transparent;
}
.button--link::before,
.customer .button--link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.4s ease;
  background-color: rgb(var(--color-button-link));
}
.button--link:hover::before,
.customer .button--link:hover::before {
  transform: scaleX(0);
}
.button--link:focus-visible,
.customer .button--link:focus-visible {
  border: 1px solid white !important;
}
.button--link.button[aria-disabled=true]:not(.loading),
.customer .button--link.button[aria-disabled=true]:not(.loading) {
  opacity: 0.8;
}
.button--link-second,
.customer .button--link-second {
  padding: 0;
  background-color: transparent;
  color: rgb(var(--color-button-link-second));
  border: 1px solid transparent;
  transform: none;
  width: fit-content;
  margin: 0 auto;
}
.button--link-second::before,
.customer .button--link-second::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: width 0.4s ease;
  background-color: rgb(var(--color-button-link-second));
}
.button--link-second:hover::before,
.customer .button--link-second:hover::before {
  width: 100%;
}
.button--link-second.button[aria-disabled=true]:not(.loading),
.customer .button--link-second.button[aria-disabled=true]:not(.loading) {
  opacity: 0.8;
}
.button .spinner,
.customer .button .spinner {
  display: none;
  width: 1.6rem;
  height: 1.6rem;
}
.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 !important;
}

.button_wrapper {
  position: relative;
  display: inline-block;
  max-width: fit-content;
  /* ensure wrapper clips ripple and matches button corner radius by default */
  border-radius: var(--border-radius-button);
}
.button_wrapper.custom-hover {
  border-radius: var(--border-radius-button);
}
.button_wrapper.custom-hover:hover {
  background-color: rgb(var(--color-button-hover));
}
.button_wrapper:focus-visible {
  outline: 0.1rem solid rgb(var(--color-foreground));
  outline-offset: 0.1rem;
  box-shadow: 0 0 0.2rem 0 rgb(var(--color-foreground));
}
.button_wrapper:has(.button--link) {
  overflow: visible;
}

.button_circle {
  position: absolute !important;
  display: block;
  top: 50%;
  left: -5%;
  width: 110%;
  padding-top: 100%;
  z-index: 1 !important;
  opacity: 0;
  border-radius: 50%;
  transform: translateY(-50%) scale(0) translateZ(0);
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.7s, opacity ease-in-out 0.4s;
  background-color: rgb(var(--color-button-hover));
}

.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 rgb(var(--color-border));
  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 {
  font-size: 1.2rem;
}

.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-wrap: wrap;
  gap: 0.8rem;
  width: 100%;
  margin-top: 0.8rem;
}

.share-buttons__item a {
  color: rgb(var(--color-foreground-secondary));
  transition: var(--duration-long);
}

.share-buttons__item .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons__button {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.share-button__name {
  font-size: 1.2rem;
  transition: var(--duration-long);
  color: rgb(var(--color-foreground-secondary));
}

.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-long);
}

.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-foreground));
}

.share-buttons-simple {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .share-buttons-simple {
    flex-direction: row;
  }
}
.share-buttons-simple__item {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons-simple__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  height: 100%;
  transition: opacity var(--duration-long);
}
.share-buttons-simple__button .share-buttons-simple__icon-wrapper {
  display: flex;
  color: rgb(var(--color-accent)) !important;
  padding: 1.2rem 0;
}
@media screen and (min-width: 750px) {
  .share-buttons-simple__button .share-buttons-simple__icon-wrapper {
    padding: 1.2rem;
  }
}
.share-buttons-simple__button .share-buttons-simple__button-text {
  color: rgb(var(--color-foreground-secondary)) !important;
}

.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  color: rgb(var(--color-foreground-secondary));
  background-color: transparent;
  cursor: pointer;
  border: none;
  transition: opacity var(--duration-long);
}
.modal-close-button:hover {
  cursor: pointer;
}

.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-link));
}
.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: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--color-background-tertiary), 0.7);
  color: rgb(var(--color-foreground));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 999;
  transition: var(--duration-long);
}
.scroll-top svg {
  flex: none;
  width: 2rem;
  height: 2rem;
}
.scroll-top.show {
  opacity: 1;
}
.scroll-top:hover {
  background-color: rgb(var(--color-background-tertiary));
}

.copy-btn {
  position: relative;
}
.copy-btn::before {
  content: attr(data-notification);
  display: block;
  padding: 0.2rem 0.5rem;
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background));
  position: absolute;
  bottom: 4rem;
  right: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize;
  font-size: 1.2rem;
  transition: all var(--duration-default);
  z-index: 3;
  max-width: 15rem;
  width: max-content;
}
.copy-btn.success::before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.copy-btn.success:hover::before {
  opacity: 1;
}

.product-form__submit.loading + .button_circle {
  display: none;
}

/* Form */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.field label {
  position: relative;
  transition: var(--duration-default);
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field textarea,
.field .text-area,
.field select,
.field .field__input {
  width: 100%;
  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));
  background-color: rgb(var(--color-background-input));
  border: 1px solid transparent;
  border-radius: var(--border-radius-button);
  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 textarea::placeholder,
.field .text-area::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  transition: opacity var(--duration-default);
  color: rgba(var(--color-foreground));
}
.field input[type=text]:hover,
.field input[type=email]:hover,
.field input[type=tel]:hover,
.field input[type=search]:hover,
.field input[type=password]:hover,
.field textarea:hover,
.field .text-area:hover,
.field select:hover,
.field .field__input:hover {
  border: 1px solid rgb(var(--color-border-on-hover));
}
.field input[type=text]:hover::placeholder,
.field input[type=email]:hover::placeholder,
.field input[type=tel]:hover::placeholder,
.field input[type=search]:hover::placeholder,
.field input[type=password]:hover::placeholder,
.field textarea:hover::placeholder,
.field .text-area:hover::placeholder,
.field select:hover::placeholder,
.field .field__input:hover::placeholder {
  color: rgba(var(--color-foreground-secondary));
}
.field input[type=text]:active,
.field input[type=email]:active,
.field input[type=tel]:active,
.field input[type=search]:active,
.field input[type=password]:active,
.field textarea:active,
.field .text-area:active,
.field select:active,
.field .field__input:active {
  border: 1px solid rgb(var(--color-border-input));
}
.field input[type=text]:focus-visible,
.field input[type=email]:focus-visible,
.field input[type=tel]:focus-visible,
.field input[type=search]:focus-visible,
.field input[type=password]:focus-visible,
.field textarea:focus-visible,
.field .text-area:focus-visible,
.field select:focus-visible,
.field .field__input:focus-visible {
  outline: none;
}
.field .button_wrapper.custom-hover {
  flex-shrink: 0;
}
.field select {
  color: rgb(var(--color-foreground));
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgba(var(--color-foreground));
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field select,
.field .text-area,
.field textarea,
.field .field__input {
  padding: 1.4rem;
  font-size: 1.4rem;
}
.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 select::-webkit-search-cancel-button,
.field .text-area::-webkit-search-cancel-button,
.field textarea::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .text-area::placeholder,
.field textarea::placeholder,
.field .field__input::placeholder {
  color: rgba(var(--color-foreground));
}
.field input[type=text]:focus-visible::placeholder,
.field input[type=email]:focus-visible::placeholder,
.field input[type=tel]:focus-visible::placeholder,
.field input[type=password]:focus-visible::placeholder,
.field select:focus-visible::placeholder,
.field .text-area:focus-visible::placeholder,
.field textarea:focus-visible::placeholder,
.field .field__input:focus-visible::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 select[required] + label::after,
.field .text-area[required] + label::after,
.field textarea[required] + label::after,
.field .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.3rem;
  color: rgb(var(--color-error));
}
.field textarea.field__input {
  padding: 1.8rem 2rem;
  border-radius: var(--border-radius-main) !important;
}
.field .select {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field .select .placeholder-select {
  color: rgba(var(--color-foreground));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  display: inline;
  width: auto;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field .select label {
  position: relative;
  transition: var(--duration-default);
}
.field select {
  cursor: pointer;
}
.field select:focus-visible, .field select:active {
  border: 1px solid rgb(var(--color-border-input));
}
.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;
  color: rgb(var(--color-foreground));
  position: relative;
  cursor: pointer;
}
.field--checkbox input[type=checkbox] + label a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.field--checkbox input[type=checkbox] + label a:hover {
  cursor: pointer;
}
.field--checkbox input[type=checkbox] + label:hover::before {
  border: 1px solid rgb(var(--color-border-input));
}
.field--checkbox input[type=checkbox] + label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  border: 0.1rem solid rgb(var(--color-button));
  background-color: rgb(var(--color-background));
  transition: border-color var(--duration-default);
}
.field--checkbox input[type=checkbox] + label .icon-checkmark {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  visibility: hidden;
  color: rgb(var(--color-accent));
}
.field--checkbox input[type=checkbox][required] + label span::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-error));
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  bottom: 1rem;
  right: 2.4rem;
  cursor: pointer;
}
.field--pass .button-pass-visibility svg {
  color: rgba(var(--color-foreground));
}
.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: white;
  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: white;
}
.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 rgb(var(--color-foreground-secondary));
  box-shadow: 0 0 0.2rem 0 rgb(var(--color-foreground-secondary));
}

/* 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;
  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;
  padding: 1rem 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-button);
  overflow: hidden;
  width: 11.3rem;
  height: 4.4rem;
  background-color: rgb(var(--color-background));
}
.quantity__input {
  font-family: var(--font-body-family);
  border-radius: var(--border-radius-button);
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground-secondary));
}
.quantity.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quantity__button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.quantity__button:hover {
  background-color: rgba(var(--color-background), 0.6);
}
.quantity__button.disabled:not(.quantity__button-cart) {
  pointer-events: none;
}
.quantity__button svg {
  pointer-events: none;
  width: 2.4rem;
  height: 2.4rem;
}

.quantity__button:focus-visible,
.quantity__button:focus,
.quantity__input:focus-visible {
  outline-offset: 0.1rem;
}

.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 rgb(var(--color-foreground));
  outline-offset: 0.1rem;
  box-shadow: none;
}

input.focus-inset:focus-visible {
  outline: 0.1rem solid rgb(var(--color-foreground));
  outline-offset: 0rem;
}

/* Remove focus ring on mouse clicks for inputs with focus-inset - only show on keyboard */
input.focus-inset:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* Fallback */
.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].modal .modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 3.2rem;
  width: 3.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.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;
}

body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  position: relative;
  z-index: 999999;
  will-change: transform;
  transition: background var(--duration-default) linear;
}
.shopify-section-header .icon-search {
  min-height: 4rem;
  min-width: 4rem;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
  background: transparent;
  --color-background: 255, 255, 255;
  --color-foreground: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-foreground-secondary: 255, 255, 255;
  --color-background-input: 255, 255, 255, 0.2;
  --color-border-input: 255, 255, 255, 0.3;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header--border::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper.container .header,
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper:not(.container) {
  background-color: transparent;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__icons-wrapper:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo {
  display: none;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo:only-child {
  display: block;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo--overlay {
  display: block;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  background-color: rgb(var(--color-background));
  z-index: 999999;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
  border-bottom: 1px solid rgb(var(--color-border));
}

.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
}
.header__overlay {
  position: absolute;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default);
}
.header__overlay.visible {
  opacity: 1;
  visibility: visible;
}
.header .header__first-level {
  background-color: rgb(var(--color-background-secondary));
  display: none;
}
@media (min-width: 1100px) {
  .header .header__first-level {
    display: block;
  }
}
.header .header__first-level .header__first-level-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__first-level .menu-top-item {
  text-decoration: none;
  transition: opacity var(--duration-default);
}
.header .header__first-level .menu-top-item:hover {
  cursor: pointer;
  color: rgb(var(--color-accent));
}
.header .header__second-level {
  min-height: 7.8rem;
}
.header--left-logo .header__heading {
  margin-right: 2.4rem;
}
.header--left-logo .header__second-level {
  display: flex;
  justify-content: space-between;
}
.header--left-logo-second .aside-menu {
  top: calc(var(--header-height) - 1.8rem);
}
.header--left-logo-second .mega-menu {
  top: calc(var(--header-height) - 1.8rem);
}
.header--left-logo-second .header__second-level {
  display: flex;
  justify-content: space-between;
  min-height: 8rem;
}
@media (min-width: 1100px) {
  .header--left-logo-second .header__second-level {
    min-height: 10.4rem;
  }
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure {
  left: 0;
  top: calc(100% + 0.4rem);
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4rem;
  top: -0.4rem;
}
.header--left-logo-second .header__second-level .list-menu-item .list-menu--disclosure li .list-menu--disclosure {
  top: -1.6rem;
}
.header--left-logo-second .header__left {
  width: 100%;
  align-items: center;
}
.header--left-logo-second .header__inline-menu {
  margin: 0 auto;
  background-color: rgb(var(--color-background-tertiary));
  border-radius: var(--border-radius-button);
  height: fit-content;
  align-items: center;
  gap: 2.4rem;
  padding: 0.8rem 0;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle {
  padding: 0 0.8rem;
  padding-right: 1.3rem;
  border-right: 0.1rem solid rgb(var(--color-border));
  transition: all var(--duration-default) ease-in;
  margin-left: 0rem;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle .icon {
  color: rgb(var(--color-accent));
  transition: all var(--duration-default) ease-in;
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle .icon-close {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
}
.header--left-logo-second .header__inline-menu .aside-menu__toggle:hover .icon-menu, .header--left-logo-second .header__inline-menu .aside-menu__toggle:has(+ .aside-menu:hover) .icon-menu {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .header__icon--search {
  padding: 0 0.8rem 0 1.2rem;
  color: rgb(var(--color-accent));
  border-left: 0.1rem solid rgb(var(--color-border));
  min-height: unset;
  cursor: pointer;
  transition: all var(--duration-default) ease-in;
}
.header--left-logo-second .header__inline-menu .header__icon--search .icon-search {
  color: rgb(var(--color-accent));
  transition: all var(--duration-default) ease-in;
  border-radius: 50%;
}
.header--left-logo-second .header__inline-menu .header__icon--search:hover .icon-search {
  color: rgb(var(--color-button-text));
  background: rgb(var(--color-accent));
  opacity: 1;
}
.header--left-logo-second .list-menu--inline .list-menu-item > .header__submenu {
  top: calc(100% + 1.4rem) !important;
}
.header--center-logo .header__second-level {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.header--center-logo .header__second-level > .header__heading, .header--center-logo .header__second-level > .header__heading-link {
  display: flex;
  align-items: center;
  padding-block: 0.4rem;
}
.header .header__left {
  display: flex;
  column-gap: 1.6rem;
}
.header .header__left > .header__heading, .header .header__left > .header__heading-link {
  display: flex;
  align-items: center;
  padding-block: 0.4rem;
}
.header__localization {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header__localization-wrapper {
  display: none;
  flex-direction: row;
  gap: 1.6rem;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .header__localization-wrapper:not(:empty) + .header__icons-wrapper {
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 1100px) {
  .header__localization-wrapper {
    display: flex;
  }
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__localization .localization-form {
  height: 100%;
}
.header__localization .localization-form > div {
  height: 100%;
}
.header__localization .disclosure {
  position: static;
  height: 100%;
}
.header__localization .disclosure__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  padding: 0 !important;
  height: 100% !important;
}
@keyframes animateLocalizationHeaderOpen {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__localization .localization-selector + .disclosure__list {
  left: 0;
  top: calc(100% + 0.4rem);
  bottom: auto;
}
@media screen and (min-width: 1100px) {
  .header__localization .localization-selector + .disclosure__list {
    left: -2.4rem;
    right: unset;
    animation: animateLocalizationHeaderOpen var(--duration-default) ease;
  }
}
.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 12rem;
  }
}
.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;
  max-width: var(--header-heading-max-width);
}
.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;
}

.no-js .localization-form {
  display: flex;
  flex-direction: column;
}
.no-js .localization-form__select {
  position: relative;
}
.no-js .localization-form__select .icon-caret {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: rgb(var(--color-foreground-secondary));
  pointer-events: none;
}
.no-js .localization-form .localization-selector {
  height: 3.2rem;
  font-size: 1.2rem;
}
.no-js .localization-form .button {
  width: 100%;
}

.header__icons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -0.3rem;
}
.header__icons-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 990px) {
  .header__icons-wrapper > *:first-child {
    margin-left: 1.6rem;
  }
}
.header__icons .header__toggle-scheme,
.header__icons .header__icon--account,
.header__icons .header__icon--cart,
.header__icons .header__icon--search {
  position: relative;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  color: rgb(var(--color-foreground-title));
  transition: opacity var(--duration-default);
}
.header__icons .header__toggle-scheme svg,
.header__icons .header__icon--account svg,
.header__icons .header__icon--cart svg,
.header__icons .header__icon--search svg {
  opacity: 1;
  transition: opacity var(--duration-default);
}
.header__icons .header__toggle-scheme:hover svg,
.header__icons .header__icon--account:hover svg,
.header__icons .header__icon--cart:hover svg,
.header__icons .header__icon--search:hover svg {
  cursor: pointer;
}
.header__icons .header__icon--account:hover,
.header__icons .header__icon--cart:hover,
.header__icons .header__icon--search:hover {
  color: rgb(var(--color-accent));
}
.header__icons .header__icon--cart:hover {
  border: 0.1rem solid rgb(var(--color-accent));
}

details[open] > .header__icon--search::after,
details[open] > .header__icon--account::after {
  background-color: rgb(var(--color-foreground));
}

@media screen and (min-width: 1100px) {
  details[open] > .header__icon--search::before {
    content: "";
    position: fixed;
    cursor: default;
    background: transparent;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 2;
    height: 100vh;
  }
}

.header__icon,
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span {
  height: 100%;
}

.header__icon .icon:not(.icon-search) {
  transition: var(--duration-default);
  color: rgba(var(--color-foreground));
}

.header__icon--menu {
  width: 4.4rem;
  height: 4.4rem;
}
.header__icon--menu span {
  color: rgb(var(--color-foreground));
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__icon--menu .icon-menu {
  display: block;
}
.header__icon--menu .icon-close {
  display: none;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  fill: none;
  vertical-align: middle;
}

@media screen and (min-width: 1100px) {
  .template-cart .header__icon--cart::after {
    background-color: rgb(var(--color-foreground));
  }
}

.header__cart {
  display: flex;
  align-items: center;
}

.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  padding-right: 0;
  width: 3.2rem;
  width: auto;
  height: 3.2rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground-title));
}
.header__icon--cart .icon {
  width: 3.2rem;
  height: 3.2rem;
}
.header__icon--cart svg {
  width: 2.4rem;
  height: 2.3rem;
}
.header__icon--cart.header__cart-has-items {
  color: rgb(var(--color-accent));
}

.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground-title));
}
.header__icon--search svg {
  opacity: 1;
  transition: opacity var(--duration-default);
  width: 100%;
  height: 100%;
}
.header__icon--search:hover svg {
  cursor: pointer;
}

.header__icon--search,
.header__icon--cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 3.2rem;
}

.header__account {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
}
.header__account__overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-default) ease;
}
.header__account .header__account-modal {
  background-color: rgb(var(--color-background-secondary));
}
.header__account .header__account-modal .button_wrapper {
  max-width: unset;
  width: 100%;
}
.header__account .header__account-modal .button_wrapper .button {
  width: 100%;
  border: none;
}

@media screen and (min-width: 1100px) {
  .template-login .header__icon--account::after,
.template-register .header__icon--account::after,
.template-addresses .header__icon--account::after,
.template-order .header__icon--account::after,
.template-activate .header__icon--account::after,
.template-account .header__icon--account::after,
body[class^="template-customers/"] .header__icon--account::after {
    background-color: rgb(var(--color-foreground));
  }
}

.header__account-modal {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem;
  min-width: 21rem;
  height: auto;
  margin: 10px 20px 0 0;
  font-weight: var(--font-body-weight);
  text-transform: none;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-main);
  transition: opacity var(--duration-default), transform var(--duration-default);
}
@media screen and (min-width: 1100px) {
  .header__account-modal {
    margin-right: 0;
  }
}
@media screen and (min-width: 1360px) {
  .header__account-modal {
    min-width: 23.6rem;
  }
}
.header__account-modal-login {
  align-items: flex-start;
  min-width: 20.2rem;
  padding: 1.6rem 0.8rem;
  width: fit-content;
}
.header__account-modal .account_descr {
  text-align: center;
  margin-top: 1.6rem;
}

.header__account details[open] .header__account-modal {
  animation: animateLoginModalOpen var(--duration-default) ease;
}
.header__account details[open] .header__account__overlay {
  opacity: 1;
}

.header__account__account {
  width: 100%;
}

.header__account__login {
  width: fit-content;
  margin: 0 auto;
}

.header__account__login .icon {
  flex: none;
  margin-right: 1rem;
  margin-left: 0;
  width: 2.2rem;
  height: 2.2rem;
}

.header__account__subtitle {
  padding: 0 1.6rem;
}

.header__account__name {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 700;
  padding: 0 1.6rem;
  width: max-content;
  color: rgba(var(--color-foreground-secondary));
}

.header__account__address {
  margin-top: 0.4rem;
}

.header__account__link,
.header__account__address {
  border-radius: var(--border-radius-button);
}
.header__account__link a,
.header__account__address a {
  color: rgba(var(--color-foreground-secondary));
  font-weight: 700;
  padding: 0.55rem 1.6rem;
}
.header__account__link:hover,
.header__account__address:hover {
  background-color: rgb(var(--color-background-tertiary));
}

.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  text-decoration: none;
  transition: opacity var(--duration-default);
}

.header__account__logout {
  margin-top: 1.2rem !important;
  display: flex;
  padding: 0 1.6rem;
}
.header__account__logout a {
  max-width: fit-content;
}

@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 990px) {
  .header__icons > .header__account {
    padding: 0;
  }
}
@media screen and (min-width: 990px) and (min-width: 990px) {
  .header__account summary {
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 990px) {
  .header__account {
    display: inline-flex;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
menu-drawer + .header__search {
  display: none;
}

.template-search .header__icon--search {
  position: relative;
}
.template-search .header__icon--search::after {
  background-color: rgb(var(--color-foreground));
}

.no-js .header__search {
  display: none !important;
}

.no-js noscript .header__search {
  display: flex !important;
}

@media (min-width: 1100px) {
  .header .header__search-hide-desktop > div {
    display: none;
  }
}
.header__search {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__search-mobile-close {
  display: none;
  position: fixed;
  z-index: 5;
}
.header__search-mobile-close .icon-close {
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (min-width: 1100px) {
  .header__search-mobile-close {
    display: none !important;
  }
}
.header__search-inner {
  overflow: auto;
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(var(--color-overlay), 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default), visibility var(--duration-default);
}
@media screen and (min-width: 1100px) {
  .header__search-inner {
    position: absolute;
    padding: 0;
  }
}
.header__search-inner--open {
  visibility: visible;
  opacity: 1;
}
.header .search {
  z-index: 4;
}
.header .search__content {
  overflow: hidden;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .header .search__content {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 749px) and (max-height: 500px) {
  .header .search__content {
    overflow-y: auto;
  }
}
@media screen and (min-width: 750px) and (max-height: 700px) {
  .header .search__content {
    overflow-y: visible;
  }
}
.header .search__content::-webkit-scrollbar {
  width: 0.4rem;
}
.header .search__content::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.header .search__form {
  width: 100%;
}
.header .search__form .field {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  min-height: 5rem;
  z-index: 3;
  border-radius: var(--border-radius-button);
  background-color: rgb(var(--color-background-input));
  transition: border var(--duration-default), background-color var(--duration-default);
}
.header .search__form .field .search__input {
  min-height: 4rem;
  padding: 0;
  border: none !important;
  flex-grow: 1;
  background-color: rgb(var(--color-background-input));
  transition: background-color var(--duration-default);
  font-size: calc(var(--font-body-scale) * 1rem);
}
.header .search__form .field .search__input::placeholder {
  font-size: calc(var(--font-body-scale) * 1rem);
}
.header .search__form .field .search__input::before {
  content: "";
}
.header .search__form .field .search__input::after {
  content: "";
}
.header .search__form .field .search__button {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background-color: transparent;
  color: rgb(var(--color-accent));
  transition: opacity var(--duration-default);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search__form .field .search__button:hover {
  cursor: pointer;
}
.header .search__form .field .button--primary {
  padding: 0.8rem 2rem;
  min-height: 4rem;
  min-width: 9.2rem;
  border: none;
}
.header .search__form .field .button--primary span {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-size: calc(var(--font-button-scale) * 1.6rem);
}
.header .search__input {
  width: 100%;
}
.header .search__modal {
  margin-top: 0.6rem;
  overflow-y: auto;
}
.header .search__modal--hidden {
  display: none !important;
}
@media screen and (max-width: 749px) and (max-height: 500px) {
  .header .search__modal {
    overflow-y: visible;
  }
}
@media screen and (min-width: 750px) and (max-height: 700px) {
  .header .search__modal {
    overflow-y: visible;
  }
}
.header .search__modal::-webkit-scrollbar {
  width: 0.4rem;
}
.header .search__modal::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.search__modal--hidden {
  display: none !important;
}

predictive-search[open=true] + .search__modal {
  display: none !important;
}

noscript .header__search {
  height: 100%;
}

.search-modal__heading {
  max-width: 80%;
}

.icon-close {
  transition: var(--duration-default);
}

.header__icon--menu .icon-menu {
  display: block;
  position: absolute;
  opacity: 1;
  width: 4.4rem;
  height: 4.4rem;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.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 .icon-close {
  display: block;
}
.menu-drawer-container.menu-opening .icon-menu {
  display: none;
}
.menu-drawer-container.menu-opening .mega-menu {
  box-shadow: none;
}
.menu-drawer-container.menu-opening .header__scheme {
  display: flex;
}
.no-js .menu-drawer-container.menu-opening .header__scheme {
  display: none;
}
.menu-drawer-container.menu-opening .header__toggle-scheme {
  display: inline-flex;
  justify-content: flex-start;
  width: max-content;
}
.menu-drawer-container.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-drawer-container.menu-opening .menu-drawer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0.8rem 2rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}
.menu-drawer-container.menu-opening .menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  min-height: 4.4rem;
}

.header__inline-menu {
  display: none;
}
.header__inline-menu #blob {
  position: absolute;
  background-color: transparent;
  border-radius: var(--border-radius-button);
  height: 4rem;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), background-color var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
}

.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);
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  line-height: var(--font-body-line-height);
  font-size: 1.6rem;
}

@media screen and (min-width: 1100px) {
  .header__inline-menu {
    display: flex;
    align-items: center;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground-secondary));
  transition: color var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
  overflow: hidden;
}

.list-menu--inline {
  height: fit-content;
  align-items: stretch;
}
.list-menu--inline:has(.list-menu-item):has(.menu-top-item) {
  gap: 1.6rem;
}
.list-menu--inline:has(.list-menu-item):has(.menu-top-item) .list-menu-item {
  padding: 0;
}
.list-menu--inline .list-menu-item:hover,
.list-menu--inline .list-menu-item:focus-within,
.list-menu--inline .list-menu-item:focus-visible,
.list-menu--inline .list-menu-item:focus,
.list-menu--inline .list-menu-item:active {
  z-index: 2;
}
.list-menu--inline .list-menu-item:hover > .header__menu-item,
.list-menu--inline .list-menu-item:focus-within > .header__menu-item,
.list-menu--inline .list-menu-item:focus-visible > .header__menu-item,
.list-menu--inline .list-menu-item:focus > .header__menu-item,
.list-menu--inline .list-menu-item:active > .header__menu-item {
  cursor: pointer;
}
.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-visible > .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 !important;
}
.list-menu--inline .list-menu-item:hover > .mega-menu,
.list-menu--inline .list-menu-item:focus-within > .mega-menu,
.list-menu--inline .list-menu-item:focus-visible > .mega-menu,
.list-menu--inline .list-menu-item:focus > .mega-menu,
.list-menu--inline .list-menu-item:active > .mega-menu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .list-menu-item:hover > .mega-menu__items,
.list-menu--inline .list-menu-item:focus-within > .mega-menu__items,
.list-menu--inline .list-menu-item:focus-visible > .mega-menu__items,
.list-menu--inline .list-menu-item:focus > .mega-menu__items,
.list-menu--inline .list-menu-item:active > .mega-menu__items {
  opacity: 1;
}
.list-menu--inline .list-menu-item {
  position: relative;
  padding: 0 1.4rem;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
  display: flex;
  align-items: center;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.list-menu--inline .list-menu-item--active > a {
  color: rgb(var(--color-button-text));
}
.list-menu--inline .list-menu-item--active > a svg {
  color: rgb(var(--color-button-text)) !important;
}
.list-menu--inline .list-menu-item:last-child {
  padding-right: 0;
  right: 0;
}
.list-menu--inline .list-menu-item.list-menu--megamenu {
  position: relative;
}
.list-menu--inline .list-menu-item.list-menu--megamenu:hover::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(var(--header-height) / 2);
  width: 100%;
  top: 100%;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  transition: opacity var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1), color 500ms;
  gap: 0.2rem;
}
.list-menu--inline .list-menu-item > .header__submenu {
  top: calc(100% + 1.4rem);
}
.list-menu--inline .list-menu--submenu {
  padding-right: 0.8rem;
}
.list-menu--inline .list-menu--submenu .header__menu-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3rem;
  top: calc(100% - 1rem);
  left: 0;
  background: transparent;
  pointer-events: none;
}
.list-menu--inline .list-menu--submenu .header__menu-item svg {
  color: rgb(var(--color-accent));
  transition: transform var(--duration-default) cubic-bezier(0.87, 0, 0.13, 1);
}
.list-menu--inline .list-menu--submenu:hover > .header__menu-item svg {
  transform: rotate(180deg);
}
.list-menu--inline .list-menu--submenu:hover > .header__menu-item::after {
  pointer-events: all;
}
.list-menu--inline > .list-menu-item--active > .header__menu-item::before {
  background-color: rgb(var(--color-foreground));
}
.list-menu--inline .header__menu-item {
  padding-block: 0.8rem;
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none !important;
}
.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-visible, .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-visible + .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;
}

.list-menu--submenu.list-menu-item--active .header__submenu.simple_mega_menu .header__submenu {
  pointer-events: all !important;
}

.header__inline-menu:has(.list-menu--submenu.list-menu-item--active:hover) + .header__submenu__overlay {
  opacity: 1;
}

.header__submenu {
  padding-inline: 0;
  text-transform: none;
  box-shadow: 0px 2rem 4rem 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-main);
  transition: opacity var(--duration-default);
  background-color: rgb(var(--color-background-secondary));
  z-index: 15;
}
.header__submenu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  background-color: rgba(var(--color-overlay), 0.5);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-default);
}
.header__submenu.list-menu {
  padding: 1.4rem 0;
  display: flex;
  flex-direction: column;
  min-width: 22.7rem;
}
.header__submenu.simple_mega_menu {
  border-radius: 0;
  border-radius: var(--border-radius-main) 0 0 var(--border-radius-main);
  padding: 2.4rem 0 !important;
  min-width: 21.3rem !important;
  min-height: 32.8rem;
  gap: 0.8rem;
}
.header__submenu.simple_mega_menu > li {
  padding: 0 1.6rem;
}
.header__submenu.simple_mega_menu li {
  position: static;
}
.header__submenu.simple_mega_menu li:nth-child(1) .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__submenu.simple_mega_menu li > .list-menu--disclosure {
  top: 0 !important;
}
.header__submenu.simple_mega_menu li .show-submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header__submenu.simple_mega_menu li .remove-submenu {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.header__submenu.simple_mega_menu li a {
  width: fit-content;
}
.header__submenu.simple_mega_menu li a svg {
  display: none;
}
.header__submenu.simple_mega_menu a {
  padding: 0.6rem 1.6rem;
}
.header__submenu.simple_mega_menu .header__submenu {
  min-height: 100%;
  top: 0;
  left: 100% !important;
  border-radius: 0;
  border-radius: 0 var(--border-radius-main) var(--border-radius-main) 0 !important;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: max-content;
  padding: 1.8rem 1.6rem;
  column-gap: 2.4rem;
  max-height: max-content;
  display: grid;
  grid-template-rows: repeat(16, minmax(0px, auto));
  grid-auto-flow: column;
  align-content: start;
}
@media (min-width: 1360px) {
  .header__submenu.simple_mega_menu .header__submenu {
    grid-template-rows: repeat(8, minmax(0px, auto));
  }
}
.header__submenu.simple_mega_menu .header__submenu li {
  padding: 0.18rem 0;
}
.header__submenu.simple_mega_menu .header__submenu a {
  padding: 0.6rem 1.6rem;
}
.header__submenu li {
  display: flex;
  position: relative;
  padding: 0.2rem 0.8rem;
  cursor: pointer;
}
.header__submenu li::after {
  position: absolute;
  content: "";
  display: none;
  width: 0.2rem;
  height: 100%;
  top: 0;
  right: -0.2rem;
  background: transparent;
}
.header__submenu li:hover::after, .header__submenu li:focus-within::after, .header__submenu li:focus-visible::after, .header__submenu li:focus::after, .header__submenu li:active::after {
  display: block;
}
.header__submenu li:hover > .header__menu-item {
  background-color: rgb(var(--color-background-tertiary));
}
.header__submenu li:hover > .header__menu-item svg {
  opacity: 1;
  visibility: visible;
}
.header__submenu li:not(:first-child) > .header__submenu {
  border-radius: var(--border-radius-main);
}
.header__submenu .header__submenu {
  top: -1.6rem;
  left: calc(100% + 0.4rem) !important;
}
.header__submenu .header__menu-item {
  width: 100%;
  padding: 0.55rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: none;
  transition: opacity var(--duration-default), background-color var(--duration-default);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__submenu .header__menu-item svg {
  opacity: 0;
  visibility: 0;
  transform: rotate(-90deg);
  transition: opacity var(--duration-default), visibility var(--duration-default);
}

.header__inline-menu li:hover > .header__submenu,
.header__inline-menu li:focus-within > .header__submenu,
.header__inline-menu li:focus-visible > .header__submenu,
.header__inline-menu li:focus > .header__submenu,
.header__inline-menu li:active > .header__submenu {
  opacity: 1;
  pointer-events: all !important;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLoginModalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden !important;
}

.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  top: -0.5rem;
  right: -0.6rem;
  flex: none;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 1.8rem;
  min-height: 1.8rem;
  aspect-ratio: 1;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
}
.cart-count-bubble.cart-count-bubble-very-long .cart-count-bubble-very-long-number {
  padding: 0.2rem;
}
.cart-count-bubble span {
  line-height: 1;
  padding: 0.2rem;
}

.mega-menu {
  position: fixed;
  top: calc(100% - 0.8rem);
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  background-color: transparent;
  transition: opacity var(--duration-default);
  z-index: 15;
}
.mega-menu:hover, .mega-menu:focus, .mega-menu:focus-visible, .mega-menu:focus-within {
  opacity: 1;
  pointer-events: all;
}
.mega-menu::-webkit-scrollbar {
  width: 0.4rem;
}
.mega-menu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-border));
  border-radius: 2rem;
}
.mega-menu__items {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  background-color: rgb(var(--color-background-secondary));
  border-radius: var(--border-radius-main);
  transition: padding var(--duration-default) linear;
  padding: 3.2rem;
}
.mega-menu__promo-blocks {
  width: max-content;
  display: flex;
  gap: 1.6rem;
  flex: 1;
}

.list-menu--megamenu .mega-menu {
  opacity: 0;
  pointer-events: none;
}

.menu-drawer .mega-menu {
  position: static;
  padding: 0;
  max-height: unset;
  pointer-events: all;
  opacity: 1;
}
.menu-drawer .mega-menu__items {
  opacity: 1;
}

.header__offcanvas-toggle {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .header__offcanvas-toggle {
    display: flex !important;
    align-self: center;
  }
}
.no-js .header__offcanvas-toggle {
  display: none;
}

.header__offcanvas-toggle .icon-close {
  display: none;
}

.header__offcanvas-toggle.menu-opening .icon-close,
.header__offcanvas-toggle.menu-open .icon-close {
  display: block;
}

.header__offcanvas-toggle .icon-menu {
  display: block;
}

.header__offcanvas-toggle.menu-opening .icon-menu,
.header__offcanvas-toggle.menu-open .icon-menu {
  display: none;
}

/* Breadcrumb */
.breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 1.6rem 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground));
  background-color: transparent;
}
.breadcrumb__delimiter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.8rem;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.breadcrumb a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.breadcrumb a:hover::after {
  width: 0;
}
.breadcrumb .icon-home {
  margin-left: -1rem;
}
.template-page-about .breadcrumb {
  margin-bottom: 1.6rem;
}

/* 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 {
  top: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--top {
    top: 32px;
  }
}
.popup--top-left {
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    top: 32px;
    left: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--top-left {
    top: 1rem;
    left: 1rem;
  }
}
.popup--top-right {
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 32px;
    right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--top-right {
    top: 1rem;
    right: 1rem;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom {
    bottom: 1rem;
  }
}
.popup--bottom-left {
  left: 1rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    left: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom-left {
    bottom: 1rem;
  }
}
.popup--bottom-right {
  right: 1rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    right: 32px;
    bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--bottom-right {
    bottom: 1rem;
  }
}
.popup--left {
  left: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--left {
    left: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--left {
    left: 1rem;
  }
}
.popup--right {
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--right {
    right: 32px;
  }
}
@media screen and (max-width: 750px) {
  .popup--right {
    right: 1rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
.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: 1rem;
  right: 1rem;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .popup .popup-close {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.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-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}
.popup-trigger {
  cursor: pointer;
}

.popup-heading {
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
}

.popup-text,
.popup-description {
  text-align: center;
  font-size: 2.2rem;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
}

.popup-main {
  border-radius: var(--border-radius-main);
  overflow: hidden;
  max-width: calc(100vw - 4rem);
  max-height: calc(100vh - 4rem);
}
@media (min-width: 1100px) {
  .popup-main {
    max-width: calc(100vw - 12.8rem);
    max-height: calc(100vh - 6.4rem);
  }
}
.popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
  content: "";
  display: none;
  height: 100%;
  width: 0;
  padding-bottom: 45%;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
    display: block;
  }
}
.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 .popup-heading {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: calc(var(--font-popup-heading-scale) * 2rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-heading {
    margin-bottom: 1.6rem;
    font-size: calc(var(--font-popup-heading-scale) * 2.6rem);
  }
}
.popup-main .popup-description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-size: calc(var(--font-popup-desc-scale) * 1.3rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-description {
    margin-bottom: 3.2rem;
    font-size: calc(var(--font-popup-desc-scale) * 1.6rem);
  }
}
.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 {
  cursor: pointer;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 0 50%;
  display: flex;
  border-radius: var(--border-radius-main);
  overflow: hidden;
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 16px;
  flex: 1 0 50%;
  order: 2;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 32px;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main--no-image .popup-content {
  padding: 32px;
}
@media screen and (min-width: 750px) {
  .popup-main--no-image .popup-content {
    padding: 64px;
  }
}
@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--top .popup-thumbnail {
  position: relative;
  padding-bottom: 50%;
}
.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
}
.popup-main .newsletter-form__inner {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
    flex-direction: row;
  }
}
.popup-main .newsletter-form__field-wrapper {
  flex: 1;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.2rem;
}

.notification-banner {
  overflow: visible;
  background: transparent;
}
.notification-banner .popup-wrap {
  border-radius: var(--border-radius-main);
  overflow: hidden;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgb(var(--color-border-input));
}
.notification-banner .notification__overflow {
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius-main);
  overflow-y: auto !important;
}
.notification-banner.notify__backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
@media screen and (max-width: 750px) {
  .notification-banner.notify__backlight-led-animation--bg:after {
    display: none;
  }
}
.notification-banner.notify__backlight-led-animation--bg > * {
  z-index: 5;
}
.notification-banner .popup-outer {
  padding: 0.8rem;
  padding-right: 6rem;
  background-color: rgb(var(--color-background));
}
.notification-banner .popup-heading {
  margin: 0;
  padding: 1.1rem 0;
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-size: calc(var(--font-notification-text-scale) * 1.3rem);
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.notification-banner .popup-close {
  top: 0.1rem;
  right: 0.1rem;
}
.notification-banner .popup-close .icon-close {
  width: 4rem;
  height: 4rem;
  color: rgb(var(--color-accent));
}
.notification-banner .notification-banner__image {
  display: flex;
  border-radius: var(--border-radius-main);
  overflow: hidden;
}
.notification-banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner .popup-outer {
  flex-direction: row;
  align-items: center;
  gap: 2.4rem;
}
.notification-banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner .popup-outer-image--right .notification-banner__image, .notification-banner .popup-outer-image--left .notification-banner__image {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
}
.notification-banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner .popup-outer-image--bottom .popup-heading {
  padding-top: 3rem;
}
.notification-banner .popup-outer-image--top, .notification-banner .popup-outer-image--bottom {
  padding: 0.8rem;
}
.notification-banner .popup-outer-image--top .notification-banner__image, .notification-banner .popup-outer-image--bottom .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
  width: 100%;
  height: 100%;
}
.notification-banner .popup-outer-image--top .notification-banner__image img, .notification-banner .popup-outer-image--bottom .notification-banner__image img {
  position: absolute;
  inset: 0;
}

.notification-banner__countdown {
  border-radius: var(--border-radius-button);
  overflow: hidden;
  border: none;
  width: max-content;
  background-color: transparent;
  z-index: 9999;
}
.notification-banner__countdown .countdown__block {
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.notification-banner__countdown .popup-wrap {
  border-radius: 200px !important;
  border: none;
}
@media screen and (max-width: 750px) {
  .notification-banner__countdown .popup-wrap {
    border-radius: var(--border-radius-main) !important;
  }
}
@media screen and (max-width: 576px) {
  .notification-banner__countdown {
    border-radius: var(--border-radius-main);
  }
}
.notification-banner__countdown .countdown-completed-text {
  color: rgb(var(--color-background-secondary));
  font-weight: 500;
}
.notification-banner__countdown .popup-outer {
  background-color: rgb(var(--color-foreground-tertiary));
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  padding: 8px 8px 8px 20px !important;
}
.notification-banner__countdown .popup-outer.no-heading {
  padding: 8px !important;
}
@media screen and (max-width: 750px) {
  .notification-banner__countdown .popup-outer {
    padding: 8px !important;
  }
}
@media screen and (max-width: 576px) {
  .notification-banner__countdown .popup-outer {
    flex-direction: column;
    gap: 0;
  }
}
.notification-banner__countdown .popup-heading {
  color: rgb(var(--color-background-secondary));
  font-family: var(archivo_n6);
}
@media screen and (min-width: 750px) {
  .notification-banner__countdown .popup-heading.no-countdown {
    margin-right: 12px;
  }
}
.notification-banner__countdown .notification-banner__countdown--link {
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  cursor: pointer;
}
.notification-banner__countdown .notification-banner__countdown--link .popup-wrap {
  background-color: rgb(var(--color-foreground-tertiary));
}
.notification-banner__countdown .class_banner_link_empty {
  pointer-events: none !important;
  cursor: default;
}

.notification-banner__countdown--link {
  z-index: 9999;
  position: absolute;
  inset: 0;
}

.notify__backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
@media screen and (max-width: 750px) {
  .notify__backlight-led-animation--bg:after {
    display: none;
  }
}

.notify__backlight-led-animation--bg > * {
  z-index: 5;
}

.notification-subscribe .notification__overflow {
  overflow: hidden;
  width: 100%;
  border-radius: var(--border-radius-main);
}
.notification-subscribe .notification-banner__image {
  border-radius: 0;
  width: 100%;
  height: 255px;
}
.notification-subscribe .popup-outer {
  padding: 0;
  gap: 0;
}
.notification-subscribe .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-subscribe .popup-outer-image--right .notification-banner__image, .notification-subscribe .popup-outer-image--left .notification-banner__image {
  min-width: 40%;
  min-height: 377px;
}
.notification-subscribe .popup-outer .base-content--wrapper {
  width: 100%;
  padding: 3.8rem 4rem;
}
@media screen and (max-width: 750px) {
  .notification-subscribe .popup-outer .base-content--wrapper {
    padding: 1rem;
    padding-top: 3rem;
  }
}
.notification-subscribe .popup-outer .base-content--wrapper .popup-close {
  top: -2.2rem;
  right: -1.8rem;
}
.notification-subscribe .popup-outer .popup-heading--wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .notification-subscribe .popup-outer .popup-heading--wrapper {
    max-width: 305px;
  }
}
.notification-subscribe .popup-outer .popup-heading--wrapper .popup-heading {
  padding: 0.2rem 0 0.8rem 0;
}
.notification-subscribe .popup-outer .popup-heading--wrapper .popup-heading__text {
  font-size: 1.6rem;
  text-align: left;
}
.notification-subscribe .popup-outer .newsletter-form {
  width: 100%;
  padding: 3.2rem 0 0.8rem 0;
}
.notification-subscribe .popup-outer .newsletter-form .field input[type=email] {
  border: none;
}
.notification-subscribe .popup-outer .newsletter-form .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notification-subscribe .popup-outer .newsletter-form .newsletter-form__field-wrapper {
  width: 100%;
  padding-bottom: 0.8rem;
}
.notification-subscribe .popup-outer .popup-text {
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgb(var(--color-text));
}
.notification-subscribe .popup-outer .button_wrapper {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}
.notification-subscribe .popup-outer .button_wrapper .button {
  width: 100%;
}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.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: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
@media screen and (max-width: 750px) {
  .age-verification .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.age-verification .age-verification__popup-close--wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.age-verification .age-verification__button-no {
  padding-left: 2rem;
  padding-right: 2rem;
}
.age-verification .popup-text p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .age-verification .popup-text p {
    font-size: 1.8rem;
  }
}
.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;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 750px) {
  .age-verification__buttons {
    margin-top: 4rem;
  }
}
.age-verification__buttons button {
  min-width: 1rem;
  width: max-content;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}

.have-overlay {
  position: relative;
  z-index: 1;
}
.have-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(var(--color-overlay), 0.4);
}

.section-header {
  margin: 0 0 2.4rem 0;
}
.section-header .section-header__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
.section-header .section-header__wrapper .section-header__subtitle, .section-header .section-header__wrapper .section-header__title, .section-header .section-header__wrapper .description {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 990px) {
  .section-header .section-header__wrapper .section-header__subtitle, .section-header .section-header__wrapper .section-header__title, .section-header .section-header__wrapper .description {
    max-width: 83.1rem;
  }
}
.section-header .section-header__wrapper .section-header__subtitle {
  margin-bottom: 0.2rem;
}
.section-header .section-header__wrapper .description {
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
.section-header .section-header__wrapper .section-header__title {
  color: rgb(var(--color-foreground-secondary));
  display: block;
}
.section-header .section-header__wrapper .section-header__title p {
  color: rgb(var(--color-foreground-secondary));
}
.section-header .section-header__wrapper.center {
  align-items: center;
}
.section-header.has-countdown {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (max-width: 990px) {
  .section-header.has-countdown {
    flex-direction: column;
  }
}
.section-header.has-countdown.center {
  align-items: center;
}
.section-header.has-countdown.left {
  align-items: flex-start;
}
.section-header.has-countdown .section-header__wrapper {
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

a {
  text-decoration: none;
  border-bottom: none;
}

.animated-link__underline {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  color: rgb(var(--color-accent));
}
.animated-link__underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.animated-link__underline:hover::after {
  transform: scaleX(1);
}

.richtext a,
.rte a,
.animated-link__underline--reverse {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  color: rgb(var(--color-accent));
  line-height: 1.2;
}
.richtext a::after,
.rte a::after,
.animated-link__underline--reverse::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 0.1rem;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.richtext a:hover::after,
.rte a:hover::after,
.animated-link__underline--reverse:hover::after {
  transform: scaleX(0);
}

.rte a::after {
  content: "";
  bottom: 1px;
}

.richtext a {
  color: rgb(var(--color-foreground));
}

.animated-link__underline--multirow a {
  display: inline !important;
  background-image: linear-gradient(90deg, currentColor) !important;
  text-decoration: none !important;
  background-size: 0% 1px !important;
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
  transition: background-size 300ms ease !important;
}
.animated-link__underline--multirow a:hover {
  background-size: 100% 1px !important;
}

.richtext_custom a {
  text-decoration: none;
  position: relative;
}
.richtext_custom a:hover {
  opacity: 1;
}
.richtext_custom a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}
.richtext_custom a:hover::after {
  width: 0%;
}

.badge {
  padding: 0.3rem 0.5rem;
  font-family: var(--font-badge-family);
  font-weight: var(--font-badge-weight);
  font-size: calc(var(--font-badge-scale) * 1rem);
  font-style: var(--font-badge-style);
  text-transform: var(--font-badge-text-transform);
  letter-spacing: calc(var(--font-badge-letter-spacing) * 0.1);
  border-radius: var(--border-radius-badge);
  min-height: 19px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.badge--sale {
  color: rgb(var(--color-badge-text-sale));
}

.badge--large {
  font-size: calc(var(--font-badge-scale) * 1rem + 0.4rem);
  padding: 0.2rem 0.8rem;
  min-height: 2.8rem;
  border-radius: calc(var(--border-radius-badge) + 2px);
  background-color: rgb(var(--color-badge-text-sale));
  color: rgb(var(--color-foreground-title));
  transform: skewX(-17deg);
  max-width: max-content;
}

.discount-text {
  transform: skew(17deg);
}

.discount-badge {
  background-color: rgb(var(--color-badge-text-sale));
  color: rgb(var(--color-foreground-title));
  transform: skewX(-17deg);
  max-width: max-content;
  width: 100%;
  padding: 0rem 0.7rem;
}
.discount-badge .discount-text {
  padding-bottom: 1px;
}

.backlight-led-animation--bg {
  position: relative;
}
.backlight-led-animation--bg:after {
  content: "";
  position: absolute;
  top: 1vw;
  right: 0;
  left: 0;
  z-index: -1;
  width: 30%;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-foreground-tertiary)), rgb(var(--color-foreground-tertiary), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}
.backlight-led-animation--bg > * {
  z-index: 5;
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.backlight-led-animation__bg--new {
  position: relative;
}
.backlight-led-animation__bg--new:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 10%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-bg-led-animation-first)), rgb(var(--color-bg-led-animation-second), 0.5));
  background-size: 200% 200%;
  animation: animateGlow 3s ease infinite;
}
.backlight-led-animation__bg--new:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 40%;
  height: 10%;
  margin: 0 auto;
  transform: scale(0.75);
  -webkit-filter: blur(7vw);
  -moz-filter: blur(7vw);
  -ms-filter: blur(7vw);
  filter: blur(7vw);
  background: linear-gradient(270deg, rgb(var(--color-bg-led-animation-first)), rgb(var(--color-bg-led-animation-second)));
  background-size: 200% 200%;
  animation: animateGlow 3s ease infinite;
}
.backlight-led-animation__bg--new > * {
  z-index: 5;
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.animate-on-scroll--image {
  overflow: hidden;
}
.animate-on-scroll--image img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1s ease-in-out, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animate-on-scroll--image.animated img {
  opacity: 1;
  transform: scale(1);
}

.transparent-text-stroke {
  color: transparent !important;
  -webkit-text-stroke: 0.1rem rgb(var(--color-foreground-title));
  font-family: var(--font-img-banner-ticker-font) !important;
  font-weight: var(--font-img-banner-ticker-weight) !important;
  font-style: var(--font-img-banner-ticker-style) !important;
  letter-spacing: -4px;
  transform: skewX(-10deg);
}

.separator {
  background-color: rgba(var(--color-foreground));
  font-size: 1.2rem;
  font-family: var(--font-img-banner-ticker-font) !important;
  font-weight: var(--font-img-banner-ticker-weight) !important;
  font-style: var(--font-img-banner-ticker-style) !important;
  height: auto;
  margin: 0 0.3rem;
  padding: 0;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: 0.9;
  width: 0.1rem;
  opacity: 0.4;
}

#description,
#specs_long,
#instructions,
#all-features,
#media-section,
#testimonials-quote {
  scroll-margin-top: 200px;
}
@media screen and (max-width: 750px) {
  #description,
#specs_long,
#instructions,
#all-features,
#media-section,
#testimonials-quote {
    scroll-margin-top: 140px;
  }
}

.staggered-line-reveal {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.staggered-line-reveal .staggered-line-reveal__word {
  display: inline-block;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.19, 1, 0.22, 1), transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.staggered-line-reveal .staggered-line-reveal__word.show {
  transform: translateY(0);
  opacity: 1;
}

.skip-to-close-button:focus-visible {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0.6rem 0 0;
  font-size: 10px;
  color: rgb(var(--color-foreground-secondary));
}
.skip-to-close-button:focus-visible:focus-visible {
  opacity: 0;
}

.product-form__controls-group input:checked.disabled + label {
  background-color: transparent !important;
  color: rgba(var(--color-button-text) 0.5) !important;
  border: 1px solid rgba(var(--color-accent), 0.5) !important;
  margin-right: 0.6rem;
}

.product-form__controls-group input.disabled + label {
  margin-right: 0.6rem;
}

.countdown__section--with-bg {
  background-color: rgb(var(--color-background));
  padding: 0.7rem 0.6rem;
  padding-right: 1.6rem;
  border-radius: var(--border-radius-button);
  border: 1px solid rgb(var(--color-foreground-tertiary));
}

.countdown .transparent_background_with_bg {
  background-color: transparent;
}

.countdown__main {
  position: relative;
  display: flex;
  align-items: center;
}
.countdown__main .icon-container {
  display: flex;
  align-items: center;
  position: relative;
}
.countdown__main .icon-container svg {
  fill: rgb(var(--color-foreground-tertiary));
}
.countdown__main .icon-container svg circle {
  fill: rgb(var(--color-button-text));
}
.countdown__main .icon-container::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background-color: rgb(var(--color-foreground));
  opacity: 0.3;
  margin: 0 0.8rem;
}

.countdown-block-font {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  font-size: 2rem;
}

.countdown__block {
  display: flex;
  align-items: center;
  text-align: center;
  font-variant-numeric: tabular-nums;
  min-width: 2ch;
  text-align: right;
  font-size: calc(var(--font-countdown-scale) * 2rem);
}

.countdown__block-word {
  font-size: calc(var(--font-countdown-scale) * 1.2rem);
  opacity: 0.9;
  margin-left: 0.6rem;
  font-family: var(--font-countdown);
  font-style: var(--font-countdown-style);
}

.countdown_block_days--separator,
.countdown_block_hours--separator,
.countdown_block_minutes--separator {
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-countdown-scale) * 2rem);
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
  margin: 0 0.4rem;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 100%;
  opacity: 0.5;
  min-width: 1rem;
}

.countdown_block_seconds--separator {
  display: none;
}

.countdown_block_days,
.countdown_block_hours,
.countdown_block_minutes,
.countdown_block_seconds {
  display: inline-block;
  margin: 0;
  font-feature-settings: "tnum" on, "lnum" on;
  color: rgb(var(--color-foreground-secondary));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
  min-width: 2ch;
  text-align: center;
}

.countdown__announcement {
  font-size: 1.8rem;
}
.countdown__announcement .countdown_block_days, .countdown__announcement .countdown_block_hours, .countdown__announcement .countdown_block_minutes, .countdown__announcement .countdown_block_seconds {
  color: rgb(var(--color-foreground-tertiary));
}

.accordion summary {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 1.5rem 0;
  gap: 3.5rem;
}

.accordion .summary__title {
  display: flex;
  flex: 1;
}

.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}

.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
}

.accordion .icon-accordion {
  align-self: center;
  min-width: 1.6rem;
  margin-right: 1rem;
  fill: rgb(var(--color-foreground));
}

.accordion details > summary .icon-arrow {
  color: rgb(var(--color-foreground-secondary));
  transition: transform var(--duration-default);
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.accordion details[open] > summary .icon-arrow {
  transform: rotate(90deg);
}

.accordion__content {
  margin-bottom: 1.5rem;
  word-break: break-word;
}

.accordion__content img {
  max-width: 100%;
}

.footer .accordion__title {
  text-transform: var(--font-header-menu-text-transform);
}

.list-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
}
.list-social:empty {
  display: none;
}

.list-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-social__item .icon {
  height: 2.4rem;
  width: 2.4rem;
  transition: var(--duration-default);
}

.list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 3.2rem;
  max-height: 3.2rem;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: opacity var(--duration-default);
}
.list-social__link:hover {
  color: rgb(var(--color-accent));
}

.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.list-payment__item {
  align-items: center;
  display: flex;
  height: 2.2rem;
  width: 3.6rem;
}
.list-payment__item svg {
  object-fit: cover;
}

.section-ticker-main-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-banner-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-banner-ticker-wrapper {
  display: inline-block;
  animation: marquee calc(var(--ticker-banner-ticker-speed) + 30s) linear infinite;
}

.ticker-banner-ticker-collection--1 {
  position: relative;
  left: 0%;
  animation: swap calc(var(--ticker-banner-ticker-speed) + 30s) linear infinite;
}

.ticker-banner-ticker-item {
  display: inline-block;
  font-size: var(--marquee-ticker-size);
}
.ticker-banner-ticker-item.ticker-banner-ticker-item--margin-right {
  margin-right: 4.8rem;
}

.ticker-banner-icon {
  color: rgb(var(--color-foreground-secondary));
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media screen and (min-width: 990px) {
  .ticker-banner-icon {
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.body--hidden .section-announcement {
  transform: translateY(-100%);
}

.section-announcement {
  transition: transform var(--duration-default);
  z-index: 4;
}
.section-announcement .marquee-container::before, .section-announcement .marquee-container::after {
  background: none;
}
.section-announcement .countdown-completed-text {
  text-align: center;
}
.section-announcement .countdown__main .icon-container {
  margin-left: 0.8rem;
}
.section-announcement .countdown__main .icon-container svg {
  fill: rgb(var(--color-button-text));
}
.section-announcement .countdown__main .icon-container svg circle {
  fill: none;
}
.section-announcement .countdown__main .icon-container::after {
  content: "";
  background-color: rgb(var(--color-button-text));
}
.section-announcement .countdown__main .countdown__block {
  font-size: calc(var(--font-countdown-scale) * 1.6rem);
}
.section-announcement .countdown__main .countdown_block_hours--separator {
  font-size: calc(var(--font-countdown-scale) * 1.6rem);
}
.section-announcement .countdown__main .countdown_block_days,
.section-announcement .countdown__main .countdown_block_hours,
.section-announcement .countdown__main .countdown_block_minutes,
.section-announcement .countdown__main .countdown_block_seconds {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.section-announcement .countdown__main .countdown_block_days--separator,
.section-announcement .countdown__main .countdown_block_hours--separator,
.section-announcement .countdown__main .countdown_block_minutes--separator {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-weight: var(--font-countdown-weight);
  font-style: var(--font-countdown-style);
}
.section-announcement .countdown__main .countdown__block-word {
  color: rgb(var(--color-button-text));
  font-family: var(--font-countdown);
  font-style: var(--font-countdown-style);
}
.section-announcement .section_border_top {
  border-top: 1px solid rgb(var(--color-button-text));
}
.section-announcement .section_border_bottom {
  border-bottom: 1px solid rgb(var(--color-button-text));
}
.section-announcement .announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  min-height: 1.6rem;
}
.section-announcement .announcement-bar__message .announcement-bar__link {
  color: rgb(var(--color-button-text));
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}
.section-announcement .announcement-bar__message .announcement-bar__link:hover {
  color: rgb(var(--color-button-text));
  opacity: 1;
}
.section-announcement .announcement-bar__message .announcement-bar__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: rgb(var(--color-button-text));
  transition: width 0.3s ease;
}
.section-announcement .announcement-bar__message .announcement-bar__link:hover::after {
  width: 0%;
}
@media screen and (min-width: 576px) {
  .section-announcement .announcement-bar__message {
    padding-left: 1.5rem;
  }
}
.section-announcement .announcement-bar__image-wrapper {
  max-height: 3.2rem;
  max-width: 3.2rem;
  position: relative;
  overflow: hidden;
}
.section-announcement .announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.section-announcement .announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.section-announcement .announcement-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  padding: 0.1rem 1rem;
  background-color: rgb(var(--color-accent));
  height: 3.2rem;
}
@media screen and (min-width: 1100px) {
  .section-announcement .announcement-bar {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .section-announcement .announcement-bar {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
  }
  .section-announcement .announcement-bar.marquee-container {
    flex-wrap: nowrap;
  }
}
.section-announcement .announcement-bar__text {
  color: rgb(var(--color-button-text));
  font-weight: 700;
}
.section-announcement .marquee-container {
  width: 100%;
}
.section-announcement .marquee-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100vw;
  padding: 4px 0;
}
.section-announcement .marquee-tag {
  display: flex;
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideReverse {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.section-announcement .marquee-animate {
  animation: slide calc(10 * var(--marquee-ticker-speed)) infinite linear;
}
.section-announcement .marquee-item {
  display: flex;
  width: max-content;
  align-items: center;
  margin-left: 1rem;
}

.promo-menu {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: 15.7rem;
  max-width: 25.4rem;
}
@media screen and (min-width: 1600px) {
  .mega-menu .promo-menu {
    flex-grow: 1;
  }
}
.promo-menu__heading {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.promo-menu > .promo-menu__heading {
  padding-left: 1.6rem;
}
.promo-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo-menu__list + .button_wrapper .button {
  font-size: 1.4rem;
  font-weight: 700;
}
.promo-menu .button_wrapper {
  margin-left: 1.6rem;
  margin-top: 0;
}
.promo-menu__item {
  padding: 0.55rem 1.6rem;
  transition: background-color var(--duration-default);
  border-radius: var(--border-radius-button);
}
.promo-menu__item:hover {
  background-color: rgb(var(--color-background-tertiary));
}
.promo-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(var(--color-foreground-secondary));
}

.promo-block {
  position: relative;
  max-width: 25.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
}
.promo-block__image {
  width: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: var(--border-radius-main);
  border: 0.1rem solid rgb(var(--color-border));
  overflow: hidden;
}
.promo-block__image:hover {
  border: 0.1rem solid rgb(var(--color-border-on-hover));
}
.promo-block__image svg,
.promo-block__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 1;
  transition: transform var(--duration-long) ease;
}
.promo-block__image::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 100%;
}
.promo-block__image:hover img,
.promo-block__image:hover svg {
  transform: scale(1.05);
}
.promo-block__button {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  max-width: 50%;
}
.promo-block__link-overlay:empty {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: all;
  z-index: 2;
}
.promo-block span {
  position: relative;
}
.promo-block span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--duration-default);
}
.promo-block span:hover:before {
  transform: scaleX(1);
}

.disclosure {
  position: relative;
}

.disclosure__button {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  box-shadow: none;
  color: rgb(var(--color-foreground));
  transition: color var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__button:hover {
    color: rgb(var(--color-accent));
  }
}
.disclosure__button > .icon-caret {
  width: 1.6rem;
  height: 1.6rem;
  color: rgba(var(--color-accent));
  transition: transform var(--duration-default);
}
.disclosure__button[aria-expanded=true] .icon-caret {
  transform: rotate(-180deg);
}
.disclosure__button[aria-expanded=true] + .disclosure__list {
  display: flex;
}
.disclosure__button[aria-expanded=true] ~ .disclosure__overlay {
  display: block;
  pointer-events: all;
}

@keyframes animateLocalizationOpen {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.disclosure__list {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 1.6rem 0.8rem;
  padding-inline-end: 0.4rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-main);
  border: none;
  animation: animateLocalizationOpen var(--duration-default) ease;
  transform: translateY(0);
  background-color: rgb(var(--color-background-secondary));
  z-index: 3;
  overflow: hidden;
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .disclosure__list {
    left: -2.4rem;
    right: unset;
  }
}
.disclosure__list li {
  font-family: var(--font-body-family);
}
.disclosure__list#HeaderCountryList, .disclosure__list#HeaderCountryListMobile, .disclosure__list#FooterCountryList {
  max-width: 26.7rem;
  min-width: 100%;
  width: 26.7rem;
  min-height: 8.2rem;
  max-height: 19.4rem;
}
.disclosure__list#HeaderLanguageList, .disclosure__list#HeaderLanguageListMobile, .disclosure__list#FooterLanguageList {
  max-width: 26.7rem;
  min-width: 20.2rem;
  width: max-content;
  max-height: 19.4rem;
}
.disclosure__list-label {
  padding: 0 1.6rem;
  margin: 0 0 0.4rem;
}
.disclosure__list-items {
  display: flex;
  flex-direction: column;
  padding-inline-end: 0.4rem;
  overflow-y: auto;
}
.disclosure__list-items::-webkit-scrollbar {
  width: 0.4rem;
}
.disclosure__list-items::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.disclosure__overlay {
  display: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 1100px) {
  .disclosure__overlay {
    visibility: visible;
    opacity: 1;
    animation: animateOverlayOpen var(--duration-default) ease;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -100vw;
    width: 200vw;
    height: 120vh;
    cursor: pointer;
    background-color: rgba(var(--color-overlay), 0.8);
  }
}

.disclosure__item {
  position: relative;
}

.disclosure__link {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  min-height: 3.2rem;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  border-radius: 200px;
  text-decoration: none;
  background-color: transparent;
  transition: background-color var(--duration-default) ease-in-out;
}
.disclosure__link > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  width: 100%;
  color: rgb(var(--color-foreground-secondary));
  padding: 0.4rem 1.6rem;
}
.disclosure__link > span .icon-check {
  pointer-events: none;
  width: 3.2rem;
  height: 3.2rem;
  color: rgba(var(--color-accent));
  display: block;
  margin: -0.4rem 0;
}
.disclosure__link > span > span {
  display: flex;
  align-items: center;
  gap: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__link:hover {
    background-color: rgb(var(--color-background-tertiary));
  }
}
.disclosure__link .localization-form__currency {
  color: rgb(var(--color-foreground));
}

#HeaderLanguageList .disclosure__link > span,
#HeaderLanguageListMobile .disclosure__link > span,
#FooterLanguageList .disclosure__link > span {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
}
#HeaderLanguageList .disclosure__link > span svg,
#HeaderLanguageListMobile .disclosure__link > span svg,
#FooterLanguageList .disclosure__link > span svg {
  color: rgb(var(--color-accent));
}

.disclosure__link--active span::after {
  width: 100%;
}

.localization-selector.link {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.localization-selector.link .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  font-size: 1.2rem;
}
.localization-selector.link .currency-country {
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  font-size: 1.2rem;
}
.localization-selector.link .icon-caret {
  margin-left: -0.2rem;
}html, body {
  overflow-x: hidden !important;
  max-width: 100%;
}

.shopify-section,
.page-width,
.slider,
.slideshow,
.collection,
.product-grid,
.grid {
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
.header__second-level.container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.header__left {
  order: 2 !important;
  width: 100% !important;
  justify-content: center !important;
}

.header__heading {
  order: 1 !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}

.header__icons {
  order: 1 !important;
  align-self: flex-end !important;
div[class*="announcement"],
section[class*="announcement"],
div[class*="promo"],
section[class*="promo"],
div[class*="top-bar"],
div[class*="utility-bar"] {
  background: #7c3aed !important;
  color: #fff !important;
}

div[class*="announcement"] *,
section[class*="announcement"] *,
div[class*="promo"] *,
section[class*="promo"] *,
div[class*="top-bar"] *,
div[class*="utility-bar"] * {
  color: #fff !important;
}