/** Shopify CDN: Minification failed

Line 7975:0 Expected "}" to go with "{"

**/
@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error-border: 238, 88, 79;
  --color-error-background: 255, 245, 245;
  --duration-short: 100ms;
  --duration-default: 300ms;
  --duration-long: 500ms;
  --hover-opacity: 0.9;
}

[data-scheme=dark] .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: #a5a5a5;
  --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.15);
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(33, 33, 33);
}
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper {
  background-color: rgb(28, 28, 28);
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
  opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
  color: #000;
}
[data-scheme=dark] .button--transparent {
  border: 1px solid rgba(var(--color-foreground), 1);
}
[data-scheme=dark] .price--on-sale .price-item--regular {
  text-decoration-color: rgb(var(--color-card-price-regular));
}
[data-scheme=dark] .quantity {
  border: 1px solid rgb(var(--color-border));
}
[data-scheme=dark] .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
@media screen and (pointer: fine) {
  [data-scheme=dark] .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(:disabled):hover {
    background-color: rgb(var(--color-foreground-secondary));
  }
}
[data-scheme=dark] .product__slider-nav .gallery-button {
  background-color: #222222;
}
[data-scheme=dark] .product-media-modal__slider-nav-next,
[data-scheme=dark] .product-media-modal__slider-nav-prev {
  background-color: white;
}
[data-scheme=dark] .list-menu--inline .mega-submenu__tab {
  color: white;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .swiper-scrollbar {
    --swiper-scrollbar-drag-bg-color: #a5a5a5;
    --swiper-scrollbar-bg-color: rgba(255, 255, 255, 0.15);
  }
  [data-scheme=auto] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  [data-scheme=auto] .featured-products__products-item .card__inner,
  [data-scheme=auto] .card__link::after,
  [data-scheme=auto] .card-horizontal__link,
  [data-scheme=auto] .card-horizontal__link::after,
  [data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-background));
  }
  [data-scheme=auto] .collection-results--products .card-wrapper,
  [data-scheme=auto] .product-recommendations__product .card-wrapper {
    background-color: rgb(33, 33, 33);
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
  [data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) span {
    color: #000;
  }
  .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  .button--transparent {
    border: 1px solid rgba(var(--color-foreground), 1);
  }
  .price--on-sale .price-item--regular {
    text-decoration-color: rgb(var(--color-card-price-regular));
  }
  .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }
}
@media screen and (prefers-color-scheme: dark) and (pointer: fine) {
  .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(:disabled):hover {
    background-color: rgb(var(--color-foreground-secondary));
  }
}
@media (prefers-color-scheme: dark) {
  .product__slider-nav .gallery-button {
    background-color: #222222;
  }
  .product-media-modal__slider-nav-next,
  .product-media-modal__slider-nav-prev {
    background-color: white;
  }
  .list-menu--inline .mega-submenu__tab {
    color: white;
  }
}
.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: 1200px) {
  .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: 4.8rem;
    padding-left: 4.8rem;
  }
}

@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: 1200px) {
  .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: 1920px;
  }
}
/* Base */
.no-js:not(html) {
  display: none !important;
}

html {
  scrollbar-gutter: stable;
}

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

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;
}

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

.color-background-1,
.color-background-2,
.color-background-3 {
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}

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

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

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

.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: 0;
  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;
  mix-blend-mode: exclusion;
}

.overflow-hidden,
.overflow-hidden-drawer {
  overflow: hidden !important;
}

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

summary .icon-caret {
  position: absolute;
  right: 0;
}

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;
}

/* Keyboard focus visibility — visible for keyboard users, hidden for mouse/touch */
a:focus-visible,
button:focus-visible,
[role=button]:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 0.2rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
[role=button]:focus:not(:focus-visible),
select:focus:not(:focus-visible),
summary:focus:not(:focus-visible),
[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible) {
  outline: none;
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* Color scheme logo */
@media (prefers-color-scheme: light) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 1;
    visibility: visible;
  }
  .header__heading .header__heading-logo--overlay,
  .header__heading-link .header__heading-logo--overlay {
    opacity: 0;
    visibility: hidden;
  }
  .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
  .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 1;
    visibility: visible;
  }
  .header__heading .header__heading-logo:only-child,
  .header__heading-link .header__heading-logo:only-child {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
[data-scheme=light] .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 1;
  visibility: visible;
}
[data-scheme=light] .header__heading .header__heading-logo--overlay,
[data-scheme=light] .header__heading-link .header__heading-logo--overlay {
  opacity: 0;
  visibility: hidden;
}
[data-scheme=light] .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme=light] .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 1;
  visibility: visible;
}
[data-scheme=light] .header__heading .header__heading-logo:only-child,
[data-scheme=light] .header__heading-link .header__heading-logo:only-child {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (prefers-color-scheme: dark) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    opacity: 0;
    visibility: hidden;
  }
  .header__heading-logo.header__heading-logo--overlay {
    opacity: 1;
    visibility: visible;
  }
  .header__heading-logo:only-child {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
[data-scheme=dark] .header__heading-logo:not(.header__heading-logo--overlay) {
  opacity: 0;
  visibility: hidden;
}
[data-scheme=dark] .header__heading-logo.header__heading-logo--overlay {
  opacity: 1;
  visibility: visible;
}
[data-scheme=dark] .header__heading-logo:only-child {
  opacity: 1 !important;
  visibility: visible !important;
}

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

[data-scheme=dark] .background {
  background: rgb(var(--color-background));
}
[data-scheme=dark] input {
  color: rgb(var(--color-input-text)) !important;
}
[data-scheme=dark] .field input,
[data-scheme=dark] .field textarea {
  color: rgb(var(--color-input-text)) !important;
}
[data-scheme=dark] .field-with-currency input,
[data-scheme=dark] .field-with-currency .field__input {
  color: rgb(var(--color-foreground-secondary)) !important;
}
[data-scheme=dark] .quantity {
  background-color: rgb(var(--color-background)) !important;
}
[data-scheme=dark] .quantity .quantity__button span {
  color: rgb(var(--color-foreground)) !important;
}
[data-scheme=dark] .quantity .quantity__input {
  color: rgb(var(--color-foreground)) !important;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .background {
    background: rgb(var(--color-background));
  }
}
p {
  color: rgb(var(--color-foreground));
}

.shopify-policy__title {
  text-align: center;
  margin: 1.6rem auto 0;
  max-width: 90.2rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__title {
    margin-top: 0;
  }
}
.shopify-policy__title h1 {
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
  font-weight: 900;
}
@media screen and (min-width: 750px) {
  .shopify-policy__title h1 {
    font-size: calc(var(--font-heading-h2-scale) * 3.4rem);
  }
}
@media screen and (min-width: 990px) {
  .shopify-policy__title h1 {
    font-size: calc(var(--font-heading-h2-scale) * 4.8rem);
  }
}

.shopify-policy__body {
  margin: 2.4rem auto 0;
  padding-bottom: 4.8rem;
  max-width: 90.2rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .shopify-policy__body {
    padding-bottom: 10rem;
    margin-top: 4.8rem;
  }
}
.shopify-policy__body .rte .body-large {
  font-weight: 700;
}
.shopify-policy__body .rte p + .policy-date-wrapper {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  margin-top: 7.2rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}

.shopify-email-marketing-confirmation__container h1 {
  margin: 2.4rem 0;
  text-align: center;
}
.shopify-email-marketing-confirmation__container p {
  text-align: center;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2.4rem 2rem;
}
@media screen and (min-width: 750px) {
  .section-grid {
    gap: 3.2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-grid {
    gap: 4rem 2rem;
  }
}
.section-grid .description {
  margin-bottom: 0;
}
.section-grid .section-top + .button {
  grid-row: 3;
  grid-column: span 2;
  align-self: end;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .section-grid .section-top + .button {
    grid-row: unset;
    grid-column: unset;
    width: auto;
  }
}
.section-grid_no-text {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .section-grid_no-text {
    flex-direction: column;
  }
  .section-grid_no-text > .button {
    align-self: flex-end;
  }
}

.section-top {
  align-self: center;
}

.richtext a,
.richtext-link-inside a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .richtext a:hover,
  .richtext-link-inside a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}

.swiper-pagination {
  height: auto;
  flex: 1;
  max-width: fit-content !important;
  --swiper-pagination-bullet-inactive-color: rgba(
    var(--color-foreground-secondary)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0rem 0.8rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: auto;
  height: auto;
  padding: 1.8rem 0;
  box-sizing: border-box;
  margin: 0 !important;
  border-radius: 0;
  transition: all var(--duration-default);
  opacity: 1;
  position: relative;
  display: inline-block;
  height: 3.8rem;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.2rem;
  background: rgba(var(--color-foreground), 0.3);
  border-radius: 0;
  transition: all var(--duration-default);
}
@media screen and (min-width: 750px) {
  .swiper-pagination .swiper-pagination-bullet::before {
    width: 4.8rem;
  }
}
@media screen and (min-width: 990px) {
  .swiper-pagination .swiper-pagination-bullet:nth-child(n+4)::before {
    width: 2.4rem;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: rgb(var(--color-foreground));
  height: 0.6rem;
  width: 1.8rem;
  margin-top: -2px;
}
@media screen and (min-width: 750px) {
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    width: 4.8rem;
  }
}

.swiper-pagination-lock,
.swiper-button-lock {
  display: none !important;
}

.product-option__group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  margin: 0;
}
.product-option__group .product-option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  color: rgb(var(--color-foreground));
  position: relative;
}
.product-option__group .product-option:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.8rem;
  background-color: rgb(var(--color-border));
}
.product-option__group .product-option dt {
  color: rgb(var(--color-foreground));
}
.product-option__group .product-option--color {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.product-option__group .product-option--color dt {
  display: none;
}
.product-option__group .product-option--color dd {
  margin: 0;
}
.product-option__group .product-option .color-circle {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--swatch-radius, 50%);
  background: var(--swatch-color);
  background-position: var(--swatch-focal-point, center);
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.main-page__header,
.main-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
  padding-bottom: 3.2rem;
}
.main-page__header a.button--tertiary,
.main-cart__header a.button--tertiary {
  color: rgba(var(--color-foreground));
  display: inline-block;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 3%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
}
.main-page__header a.button--tertiary .button__label,
.main-cart__header a.button--tertiary .button__label {
  color: rgba(var(--color-foreground));
}
@media screen and (pointer: fine) {
  .main-page__header a.button--tertiary:hover,
  .main-cart__header a.button--tertiary:hover {
    background-size: 0% 5%;
    background-position: right 100%;
  }
}

[dir=rtl] .section-newsletter .newsletter .footer-subscribe-form__input {
  padding-right: 2rem;
  padding-left: 7rem;
}
@media screen and (min-width: 750px) {
  [dir=rtl] .section-content-tabs .image-with-text-main--align-image-right .image-with-text-content {
    padding-left: 3.2rem;
    padding-right: 0;
  }
  [dir=rtl] .section-content-tabs .image-with-text-main--align-image-left .image-with-text-content {
    padding-right: 3.2rem;
    padding-left: 0;
  }
}
[dir=rtl] .titles.titles--left.heading-width--large .subtitle,
[dir=rtl] .titles.titles--left.heading-width--large .description,
[dir=rtl] .titles.titles--left.heading-width--large .title {
  text-align: right;
}
[dir=rtl] .product-popup-modal__close {
  right: auto;
  left: 2.4rem;
}
[dir=rtl] .product-popup-modal__content {
  padding-right: 6.5rem;
}
[dir=rtl] .product__outer .product__info-container .share-buttons__button.button {
  padding-right: 0;
  padding-left: 3.1rem;
}
[dir=rtl] .icon-copy {
  transform: scaleX(-1);
}
[dir=rtl] .quick-add-modal .product__media-list .product__media-list-container .product__media-item:first-child {
  margin-right: 0 !important;
}
[dir=rtl] .share-buttons__list {
  left: auto;
  right: 0;
}
[dir=rtl] .product-parameters .select svg {
  right: auto;
  left: 1.4rem;
}
[dir=rtl] .multicolumn-card__inner .multicolumn-card__inner-bottom,
[dir=rtl] .multicolumn-card__inner .multicolumn-card__inner-top {
  align-items: flex-start;
  text-align: right;
}
[dir=rtl] .facet-checkbox--color .facet-checkbox__color-label {
  margin-right: 1.2rem;
}
[dir=rtl] .active-facets__wrapper {
  flex-direction: row-reverse;
}
[dir=rtl] .active-facets__button-remove:not(.button--transparent) {
  margin-right: 0.8rem;
}
[dir=rtl] .article-card-comments__count {
  margin-left: 0;
  margin-right: 1.2rem;
}
[dir=rtl] .article-card-comments__count:before {
  content: "";
  right: -1rem;
}
[dir=rtl] .cart-item .product-option:not(:last-child)::after {
  right: unset;
  left: -1.2rem;
}
[dir=rtl] .predictive-search__empty-title .right-quotation {
  margin-left: 0px;
  margin-right: 4px;
}
[dir=rtl] .card-page .page-card__button-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .template-search__header-inner .page-title {
  text-align: right;
}
[dir=rtl] .template-404 #Search-In-404 {
  padding-left: 17rem !important;
  padding-right: 2rem !important;
}
@media screen and (max-width: 576px) {
  [dir=rtl] .template-404 #Search-In-404 {
    padding-left: 9.6rem !important;
  }
}
[dir=rtl] .template-search__page #Search-In-Template {
  padding: 1.2rem 2rem 1.2rem 12rem !important;
}
[dir=rtl] .template-search__header-text {
  text-align: right;
}
[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}
[dir=rtl] .mega-menu .mega-menu__submenu-column ul li .tag {
  margin-right: 8px;
  margin-left: 0;
}
[dir=rtl] .list-menu--inline .header__menu-item svg {
  transform: rotate(360deg);
  transition: transform 0.4s;
}
[dir=rtl] .header__column {
  justify-content: flex-end;
  width: 100%;
}
[dir=rtl] .search .header__search-close {
  right: unset !important;
}
[dir=rtl] .list-menu--inline .header__menu-item:hover svg {
  transform: rotate(180deg);
  transition: transform 0.4s;
}
[dir=rtl] .search__button--search {
  right: 2.4rem !important;
}
[dir=rtl] .search-modal__form .search .header__search-close {
  left: 2.4rem !important;
}
[dir=rtl] .search__input {
  padding: 3.8rem 5rem 3.8rem 12rem !important;
}
[dir=rtl] .breadcrumb .icon-caret-right {
  rotate: 180deg;
}
[dir=rtl] .burger-menu__toggle {
  margin-right: 0;
  margin-left: 1.6rem;
}
[dir=rtl] .header__menu-item .icon {
  transform: rotate(180deg);
}
[dir=rtl] .header__submenu .header__menu-item span {
  padding: 0.6rem 1.6rem 0.6rem 0.8rem;
}
[dir=rtl] .header__inline-menu .list-menu--disclosure .list-menu--disclosure {
  left: unset;
  right: 100%;
}
[dir=rtl] .header__icon--search.header__input-opener--wrapper .icon-search {
  left: 1.2rem;
  right: unset;
}
[dir=rtl] .header__icon--search.header__input-opener--wrapper input::placeholder {
  margin-right: -12px;
}
[dir=rtl] .header__account-modal {
  left: calc(50% + 2rem);
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .header__account-modal {
    left: 50%;
  }
}
[dir=rtl] .header__localization .localization-selector + .disclosure__list {
  right: auto;
  left: 0;
}
[dir=rtl] .collections-list-titles-item__heading.h1 {
  margin-right: 0;
  margin-left: 0.8rem;
}
@media (min-width: 990px) {
  [dir=rtl] .products-tabs__button {
    margin-left: 0;
    margin-right: auto;
  }
}
[dir=rtl] .media-banner__headings {
  text-align: right;
}
[dir=rtl] .media-banner__description {
  text-align: right;
}
[dir=rtl] .button__icons {
  transform: rotate(180deg);
}
[dir=rtl] .content-card__align-left {
  text-align: right;
}
[dir=rtl] .countdown__wrapper.align--right, [dir=rtl] .countdown__wrapper.align--left,
[dir=rtl] .countdown__content.align--right,
[dir=rtl] .countdown__content.align--left {
  align-items: flex-start;
  text-align: right;
}
[dir=rtl] .article-card-tags {
  right: 0;
}
[dir=rtl] .article-card-bottom {
  padding-right: 0;
  padding-left: 1.6rem;
}
[dir=rtl] .article-card-button {
  flex-direction: row-reverse;
}
[dir=rtl] .article-card-button__arrow--1 {
  transform: translate(-4rem, -50%) rotate(180deg);
}
[dir=rtl] .article-card-button__arrow--2 {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (pointer: fine) {
  [dir=rtl] .article-card:hover .article-card-button__arrow--1 {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  [dir=rtl] .article-card:hover .article-card-button__arrow--2 {
    transform: translate(4rem, -50%) rotate(180deg);
  }
}
[dir=rtl] .social-media-content__main-text a {
  flex-direction: row-reverse;
}
[dir=rtl] .footer-subscribe-form-checkbox__label {
  padding-left: 0;
  padding-right: 2.4rem;
}
[dir=rtl] .footer-subscribe-form-checkbox__label::before {
  left: unset;
  right: 0;
}
[dir=rtl] .footer-subscribe-form-checkbox__label::after {
  left: unset;
  right: 3px;
}
[dir=rtl] .search-modal__form .search__button {
  right: unset;
  left: 8.6rem;
}
[dir=rtl] .search-modal__form .search__button--reset {
  right: 3.2rem;
}
@media only screen and (min-width: 750px) {
  [dir=rtl] .search-modal__form .search__button--reset {
    right: 4rem;
  }
}
[dir=rtl] .drawer__header {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .drawer__header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .drawer__contents {
    padding-right: 3.2rem;
    padding-left: 4rem;
  }
}
[dir=rtl] .drawer .cart-improvements {
  margin: 1.6rem 2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .drawer .cart-improvements {
    margin: 1.6rem 4rem;
  }
}
[dir=rtl] .cart-item__line {
  flex-direction: row-reverse;
}
[dir=rtl] .cart-item__bottom {
  flex-direction: row-reverse;
}
[dir=rtl] .cart-item__bottom-controls {
  flex-direction: row-reverse;
}
[dir=rtl] .main-cart .cart-items th {
  text-align: right;
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  [dir=rtl] .main-cart .cart-item__quantity,
  [dir=rtl] .main-cart .cart-item__remove {
    grid-column: 5;
  }
}
[dir=rtl] .cart-item__error-text + svg {
  margin: 1.4rem 0 0 0.8rem;
}
[dir=rtl] .discounts__discount > .icon {
  margin-right: unset;
  margin-left: 0.8rem;
}
[dir=rtl] .cart-drawer:not(.active) .cart-drawer__inner {
  transform: translate(-110%);
}
[dir=rtl] .cart-item__remove cart-remove-button .button {
  flex-direction: row-reverse;
}
[dir=rtl] .header__search-inner {
  right: unset;
  left: 0;
}
[dir=rtl] .header__left > header-drawer {
  margin-right: 0;
  margin-left: 1.6rem;
}
[dir=rtl] .menu-drawer summary.menu-drawer__menu-item {
  padding-right: 0;
  padding-left: 3.2rem;
}
[dir=rtl] .mobile-mega-menu__tab .icon.icon-arrow-small {
  transform: rotate(180deg);
}
[dir=rtl] .mobile-mega-menu__back {
  margin-left: 0;
  margin-right: -1.6rem;
}
[dir=rtl] .mobile-mega-menu__back .icon {
  transform: none;
}
[dir=rtl].js .mobile-mega-menu__submenu {
  transform: translateX(-100%);
}
[dir=rtl] .menu-drawer__menu-item .icon-caret-mobile-menu {
  right: unset;
  left: 0;
}
[dir=rtl] .menu-drawer__menu-item--mega-menu-with-cards .icon-caret-mobile-menu {
  transform: translateY(-50%) rotate(90deg);
}
[dir=rtl] .cart-item__inner-top {
  flex-direction: row-reverse;
}
[dir=rtl] .countdown__block {
  border-left: none;
  border-right: 0.1rem solid rgba(var(--color-border));
}
@media screen and (max-width: 750px) {
  [dir=rtl] .countdown__end-info.align--center {
    padding-top: 0;
    justify-content: flex-end;
    text-align: right;
    align-items: flex-end;
  }
}
[dir=rtl] .rich-text--align-left .rich-text__blocks {
  text-align: right;
}
[dir=rtl] .rich-text--align-left .rich-text__text.rte > * {
  margin-right: 34px;
}
[dir=rtl] .rich-text--align-left ul li::before {
  content: "";
  right: -1.5rem;
}
[dir=rtl] .rich-text--align-right .rich-text__blocks {
  align-items: flex-start;
}
[dir=rtl] .image-with-text-content--align-left .image-with-text-content__subheading,
[dir=rtl] .image-with-text-content--align-left .image-with-text-content__heading,
[dir=rtl] .image-with-text-content--align-left .image-with-text-content__text {
  text-align: right;
}
[dir=rtl] .image-with-text-content--align-right {
  align-items: flex-start;
}
[dir=rtl] .image-with-text-content--align-right .image-with-text-content__buttons-container {
  justify-content: flex-start;
}
[dir=rtl] .cards-grid-item--horizontal-align-left .cards-grid-item__content {
  align-items: flex-start;
}
[dir=rtl] .cards-grid-item--horizontal-align-left .cards-grid-item__heading,
[dir=rtl] .cards-grid-item--horizontal-align-left .cards-grid-item__text {
  text-align: right;
}
[dir=rtl] .cards-grid-item--horizontal-align-right {
  justify-content: flex-start;
}
[dir=rtl] .cards-grid-item--horizontal-align-right .cards-grid-item__content {
  align-items: flex-start;
}
[dir=rtl] .cards-grid-item--horizontal-align-right .cards-grid-item__heading,
[dir=rtl] .cards-grid-item--horizontal-align-right .cards-grid-item__text {
  text-align: right;
}
[dir=rtl] .compare__heading__titles.titles.titles--right {
  align-items: flex-start;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .collection-wrapper--vertical .products-grid.full-width {
    margin-right: -44.9rem;
  }
}
@media screen and (min-width: 750px) {
  [dir=rtl] .facets__wrapper--vertical {
    opacity: 0;
    transform: translate(100%);
    transition: opacity var(--duration-default) cubic-bezier(0.4, 0, 0.25, 1), transform var(--duration-default) cubic-bezier(0.4, 0, 0.25, 1);
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .facets-container--vertical,
  [dir=rtl] .no-js .facets-container {
    margin-left: 6.2rem;
    margin-right: 0;
  }
}
[dir=rtl] .template-search__page .collection-wrapper--vertical .products-grid.full-width {
  margin-left: 0;
}
[dir=rtl] .quick-add-modal .product__media-item:first-child {
  margin-right: 0 !important;
}
[dir=rtl] .quick-add-modal .product__slider-nav {
  flex-direction: unset;
}
[dir=rtl] .quick-add-modal .product__slider-nav-icons-container--prev {
  transform: none;
}
[dir=rtl] .quick-add-modal .product__slider-nav-icons-container--next {
  transform: none;
}
[dir=rtl] .quick-add-modal .product__info-container {
  text-align: right;
}
[dir=rtl] .quick-add-modal__content {
  right: unset;
  left: 0;
}
[dir=rtl] .quick-add-modal .share-buttons__button {
  padding-right: 0;
  padding-left: 3.1rem;
}
[dir=rtl] .quick-add-modal .product__full-details-wrapper svg {
  transform: rotate(180deg);
}
[dir=rtl] .quick-add-modal .product .product__outer {
  padding: 0;
}
[dir=rtl] .about__accordion-toggle span {
  text-align: right;
}
[dir=rtl] .collection-card__information {
  flex-direction: column;
  align-items: flex-start;
}
[dir=rtl] .collection-card__information svg {
  transform: scaleX(-1);
  transform-origin: center;
}
[dir=rtl] .featured-product .product__full-details-wrapper svg {
  transform: rotate(180deg);
}
@media screen and (hover: hover) and (pointer: fine) {
  [dir=rtl] .collection-card:hover .icon-arrow-animated-item--1,
  [dir=rtl] .card-page:hover .icon-arrow-animated-item--1 {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  [dir=rtl] .collection-card:hover .icon-arrow-animated-item--2,
  [dir=rtl] .card-page:hover .icon-arrow-animated-item--2 {
    transform: translate(4rem, -50%) rotate(180deg);
  }
}
[dir=rtl] .icon-arrow-animated-item--1 {
  transform: translate(-4rem, -50%) rotate(180deg);
}
[dir=rtl] .icon-arrow-animated-item--2 {
  transform: translate(-50%, -50%) rotate(180deg);
}
[dir=rtl] .footer-menu-block-list__link svg {
  left: unset;
  right: calc(100% - 20px);
  transform: rotate(180deg);
  transition: right var(--duration-default) ease, opacity var(--duration-default) ease-in-out;
}
@media screen and (pointer: fine) {
  [dir=rtl] .footer-menu-block-list__link:hover svg {
    left: unset;
    right: calc(100% + 4px);
  }
}
[dir=rtl] .footer .accordion summary {
  padding: 1.6rem 0 1.6rem 3.2rem;
}
[dir=rtl] .footer .accordion summary .icon-caret {
  right: auto;
  left: 0;
}
[dir=rtl] .facets__price,
[dir=rtl] .collection-top__container,
[dir=rtl] .facets__top,
[dir=rtl] .active-facets,
[dir=rtl] .active-facets-mobile {
  direction: ltr;
}
[dir=rtl] .template-search__page .facets-container--vertical {
  margin-right: 24px;
  margin-left: 4.8rem;
}
@media screen and (max-width: 1200px) {
  [dir=rtl] .template-search__page .facets-container--vertical {
    margin-right: 48px;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 750px) {
  [dir=rtl] .template-search__page .facets-container--vertical {
    margin-right: 0;
    margin-left: 0;
    padding: 0 2rem;
  }
}
[dir=rtl] .facets-sorting,
[dir=rtl] .facet-sort-select__option {
  direction: rtl;
}
[dir=rtl] .facet-sort-select__options {
  left: 0;
  right: auto;
}
[dir=rtl] .facet-sort-select__select {
  padding: 0 0.4rem 0 0;
}
[dir=rtl] .mobile-facets__inner {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner, [dir=rtl].js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
  transform: translateX(-105vw);
}
[dir=rtl] .mobile-facets__close {
  right: auto;
  left: 2.5rem;
}
[dir=rtl] .mobile-facets__arrow {
  transform: rotate(90deg);
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .mobile-facets__close-button .icon {
  transform: rotate(-90deg);
}
[dir=rtl].js .mobile-facets__submenu {
  transform: translateX(-100%);
}
[dir=rtl] .mobile-facets__label:not(.facet-checkbox--color):not(.facet-checkbox--image) {
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}
[dir=rtl] .mobile-facets__list--color,
[dir=rtl] .mobile-facets__list--image {
  padding: 0 4.5rem 1.5rem 1.5rem;
}
[dir=rtl] .card-wrapper .card__description {
  text-align: right;
}
[dir=rtl] .mega-menu {
  left: auto;
  right: 0;
}
[dir=rtl] .mega-menu__wrapper {
  padding-left: 0.8rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .mega-menu__wrapper {
    padding-left: 0.8rem;
    padding-right: 4.8rem;
  }
}
[dir=rtl] .mega-menu__cards-wrapper {
  padding-right: 0;
  padding-left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .mega-menu__cards-wrapper {
    padding-right: 0;
    padding-left: 7.2rem;
  }
}
[dir=rtl] .mega-menu__cards-wrapper--scroll {
  padding-right: 0rem;
  padding-left: 0.8rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .mega-menu__cards-wrapper--scroll {
    padding-right: 0;
    padding-left: 6.8rem;
  }
}
[dir=rtl] .mega-menu__media--with-pad-right {
  padding-left: 3.2rem;
  padding-right: 0;
}
[dir=rtl] .mega-menu__products {
  padding-left: 3.2rem;
  padding-right: 0;
}
[dir=rtl] .mega-menu__products--scroll {
  padding-left: 2.8rem;
  padding-right: 0;
}
[dir=rtl] .mega-menu__submenu-link .icon-arrow-small {
  transform: rotate(180deg);
}
[dir=rtl] noscript .localization-form__select svg {
  right: unset;
  left: 1.2rem;
}
[dir=rtl] .card-horizontal__information-bottom-icons {
  transform: rotate(275deg);
}
[dir=rtl] .testimonials-slider-slide__rating {
  justify-content: flex-end;
}
[dir=rtl] .testimonials-slider-slide__text__line {
  text-align: end !important;
}
[dir=rtl] .testimonials-slider-slide__bottom {
  justify-content: flex-end;
}
[dir=rtl] .template-search__search .search__input {
  padding: 1.6rem 0.1rem 1.6rem 6.4rem !important;
}
@media only screen and (min-width: 750px) {
  [dir=rtl] .template-search__search .search__input {
    padding: 1.6rem 0.1rem 1.6rem 8rem !important;
  }
}
[dir=rtl] .template-search__search .search__button {
  right: auto;
  left: 1.7rem;
}
[dir=rtl] .template-search__search .search__button--reset {
  right: auto;
  left: 4.6rem;
}
@media only screen and (min-width: 750px) {
  [dir=rtl] .template-search__search .search__button--reset {
    left: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .header--left-logo .header__heading + .header__inline-menu,
  [dir=rtl] .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 0;
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .header--left-logo .header__heading + .header__inline-menu,
  [dir=rtl] .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 0;
    margin-right: 3.2rem;
  }
}
@media screen and (min-width: 1536px) {
  [dir=rtl] .header--left-logo .header__heading + .header__inline-menu,
  [dir=rtl] .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 0;
    margin-right: 6.4rem;
  }
}
[dir=rtl] .header--center-logo .header__column {
  margin-left: 0;
}
[dir=rtl] .header__inline-menu .list-menu--disclosure {
  left: auto;
  right: 0;
}
[dir=rtl] .product__slider-nav-icons-container--prev {
  transform: rotate(180deg);
}
[dir=rtl] .product__slider-nav-icons-container--next {
  transform: rotate(180deg);
}
[dir=rtl] .mobile-mega-menu__cards-wrapper {
  padding: 0 2rem 0 1.2rem;
}
[dir=rtl] .mobile-mega-menu__cards {
  padding-right: 0;
  padding-left: 0.8rem;
}
[dir=rtl] .mobile-mega-menu__content {
  padding: 0 2rem 0 1.2rem;
}
[dir=rtl] .mega-menu__menu {
  padding-right: 0;
  padding-left: 1.2rem;
}
[dir=rtl] .mobile-mega-menu__products {
  padding-right: 0;
  padding-left: 0.8rem;
}
[dir=rtl] .menu-drawer .header__localization .localization-selector + .disclosure__list {
  left: auto;
  right: 0;
}
[dir=rtl] .menu-drawer__inner-submenu .menu-drawer__menu-item.childlink {
  padding-left: 0;
  padding-right: 1.6rem;
}
[dir=rtl] .menu-drawer__inner-submenu .menu-drawer__menu-item.grandchildlink {
  padding-left: 0;
  padding-right: 3.2rem;
}

.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;
}

.text-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-three-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  color: rgb(var(--color-button-text));
  padding: 0.4rem;
  border: 1px solid;
}

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

h1,
h2,
h3,
.h0,
.h1,
.h2,
.h3 {
  text-transform: var(--font-heading-text-transform);
}

.h0 {
  line-height: 1;
  font-size: calc(var(--font-heading-h0-scale) * 3.6rem);
}
@media screen and (min-width: 350px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 4rem);
  }
}
@media screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 5.6rem);
  }
}
@media screen and (min-width: 990px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 7.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 8.8rem);
  }
}
@media screen and (min-width: 1360px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 10rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3.8rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}
@media only screen and (min-width: 990px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 7.3rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.4rem);
  }
}
@media only screen and (min-width: 990px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 4.8rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-h3-scale) * 1.8rem);
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.6rem);
  }
}
@media only screen and (min-width: 990px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.4rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 1.4rem);
}
@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 1.6rem);
  }
}
@media only screen and (min-width: 990px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 1.8rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-h5-scale) * 1.4rem);
  }
}
@media only screen and (min-width: 990px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-h5-scale) * 1.6rem);
  }
}
@media only screen and (min-width: 1360px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-h5-scale) * 1.8rem);
  }
}

h6,
.h6 {
  font-size: 1.1rem;
  line-height: var(--font-body-line-height);
}
@media only screen and (min-width: 750px) {
  h6,
  .h6 {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 990px) {
  h6,
  .h6 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1360px) {
  h6,
  .h6 {
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: rgba(var(--color-foreground));
  text-decoration: none;
  cursor: pointer;
}

blockquote {
  display: block;
  color: rgba(var(--color-foreground));
  padding: 0 0 0 2rem;
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding: 0 0 0 2.4rem;
  }
}
blockquote cite {
  font-style: normal;
  color: rgba(var(--color-foreground-secondary));
  display: block;
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  blockquote cite {
    font-size: calc(var(--font-body-scale) * 1.6rem);
  }
}
blockquote.blockquote-alt {
  border-top: 1px solid rgba(var(--color-border));
  border-bottom: 1px solid rgba(var(--color-border));
  padding: 2.4rem 0;
}
@media screen and (min-width: 750px) {
  blockquote.blockquote-alt {
    padding: 3.2rem 0;
  }
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid rgba(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.1rem;
  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-large {
  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;
}

.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;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  transition: var(--duration-default);
}

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

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

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

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

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.body-large {
  font-size: calc(var(--font-body-scale) * 2rem);
}
@media only screen and (min-width: 750px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 2.2rem);
  }
}
@media only screen and (min-width: 1100px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 2.4rem);
  }
}

.body-medium {
  font-size: calc(var(--font-body-scale) * 1.3rem);
}
@media screen and (min-width: 576px) {
  .body-medium {
    font-size: calc(var(--font-body-scale) * 1.5rem);
  }
}
@media only screen and (min-width: 990px) {
  .body-medium {
    font-size: calc(var(--font-body-scale) * 1.8rem);
  }
}

.body-normal {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  .body-normal {
    font-size: calc(var(--font-body-scale) * 1.6rem);
  }
}

.body-small {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  .body-small {
    font-size: calc(var(--font-body-scale) * 1.4rem);
  }
}

/* Component-title */
.title {
  margin: 3rem 0 2rem;
  word-break: break-word;
}
.title a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (hover: hover) and (pointer: fine) {
  .title a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}

.title.size--h2 {
  max-width: 90rem;
}

.title.size--h3 {
  max-width: 90rem;
}

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

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

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
@media screen and (min-width: 750px) {
  .page-header {
    row-gap: 1.6rem;
  }
}
.page-header__title {
  max-width: min(631px, 90%);
}
.page-header__description {
  max-width: min(416px, 90%);
}

.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  word-break: break-word;
  max-width: 90rem;
}
@media only screen and (min-width: 1360px) {
  .subtitle {
    font-size: calc(var(--font-subtitle-scale) * 1rem);
  }
}

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

.titles {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 990px) {
  .titles {
    margin-bottom: 3.2rem;
  }
}
.titles__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.8rem;
  justify-content: space-between;
}
@media screen and (min-width: 990px) {
  .titles__row {
    gap: 2rem;
  }
}
.titles__row .title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.titles__button {
  flex: 0 0 auto;
  margin: 0;
}
.titles--center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.titles--center .title {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.titles--center .subtitle {
  margin-left: auto;
  margin-right: auto;
}
.titles--center .titles__row {
  justify-content: center;
  flex-direction: column;
}
.titles--center .titles__row .title {
  flex: 0 1 auto;
}
.titles--right {
  text-align: right;
  margin-left: auto;
  align-items: flex-end;
}
.titles--right .title {
  text-align: right;
  margin-left: auto;
}
.titles--right .titles__row {
  flex-direction: column;
  align-items: flex-end;
}
.titles--left {
  text-align: left;
  margin-left: auto;
  align-items: flex-start;
}
.titles--left .title {
  text-align: left;
}
.titles--left .titles__row {
  justify-content: space-between;
  width: 100%;
}
.titles + .content {
  margin-top: 2.4rem;
}
@media screen and (min-width: 990px) {
  .titles + .content {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .titles.titles_margin-medium + .content {
    margin-top: 4rem;
  }
}
.titles + .description {
  margin-top: 1.2rem;
  max-width: 90rem;
}
.titles .description + button {
  margin-bottom: 0;
}

.subtitle + .title {
  margin-top: 0.8rem;
}

.title {
  margin: 0;
  word-break: break-word;
}

.description {
  margin-top: 0;
  max-width: 90rem;
  word-break: break-word;
}
.description--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.description--right {
  text-align: right;
  margin-left: auto;
}
.description a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (hover: hover) and (pointer: fine) {
  .description a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}

.titles.heading-width--recomended .subtitle,
.titles.heading-width--recomended .description,
.titles.heading-width--recomended .title {
  max-width: 66.7rem;
}
.titles.heading-width--large .subtitle,
.titles.heading-width--large .description,
.titles.heading-width--large .title {
  max-width: 90rem;
}

.heading-group .description {
  margin-top: 1.2rem;
  color: rgb(var(--color-foreground-secondary));
}
.heading-group .description:only-child {
  margin-top: 0;
}

[data-scheme=dark] .title--simple span[style*="text-decoration:underline"] {
  text-decoration-color: #4a4a4c !important;
}
[data-scheme=dark] .title a,
[data-scheme=dark] .description a {
  background-image: linear-gradient(to right, #4a4a4c 0%, #4a4a4c 100%);
}
[data-scheme=dark] .title--background span[style*="text-decoration:underline"] {
  background-color: #4a4a4c;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .title--simple span[style*="text-decoration:underline"] {
    text-decoration-color: #4a4a4c !important;
  }
  [data-scheme=auto] .title a,
  [data-scheme=auto] .description a {
    background-image: linear-gradient(to right, #4a4a4c 0%, #4a4a4c 100%);
  }
  [data-scheme=auto] .title--background span[style*="text-decoration:underline"] {
    background-color: #4a4a4c;
  }
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  box-shadow: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: rgb(var(--color-foreground));
  transition: transform var(--duration-default);
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: rgb(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .swiper-button-prev:hover svg {
    transform: translateX(-0.3rem);
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1200px) {
  .swiper-button-next:hover svg {
    transform: translateX(0.3rem);
  }
}

.swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: rgb(var(--color-scrollbar));
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-border-radius: 30px;
  --swiper-scrollbar-bg-color: rgba(var(--color-scrollbar), 0.15);
  --swiper-scrollbar-sides-offset: 0%;
}

/* Button Styles */
.button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button,
.customer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--font-button-scale) * 1rem);
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  text-decoration: none;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
}
.button:disabled, .button[aria-disabled=true], .button.disabled,
.customer .button:disabled,
.customer .button[aria-disabled=true],
.customer .button.disabled {
  opacity: 0.8;
}
.button__content,
.customer .button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  z-index: 2;
  overflow: hidden;
}
.button__label,
.customer .button__label {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.button__label::after,
.customer .button__label::after {
  content: attr(data-label);
  position: absolute;
  inset: 100% auto auto 0%;
}
.button__icons,
.customer .button__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.button__icon,
.customer .button__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(0%, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s ease 0.07s;
}
.button__icon svg path,
.customer .button__icon svg path {
  transition: stroke 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button__icon--2,
.customer .button__icon--2 {
  position: absolute;
  top: 0%;
  left: -100%;
}
@media screen and (pointer: fine) {
  .button:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button:not(:disabled):not([aria-disabled=true]):hover .button__label {
    transform: translate3d(0px, -100%, 0px);
  }
  .button:not(:disabled):not([aria-disabled=true]):hover .button__icon,
  .customer .button:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    transform: translate3d(100%, 0%, 0px); /* Changed from -100% to 0% on Y-axis for horizontal movement */
  }
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
  padding: 1.1rem 2.8rem;
  border-radius: var(--border-radius-button);
}
.button--primary.with-arrow, .button--secondary.with-arrow,
.customer .button--primary.with-arrow,
.customer .button--secondary.with-arrow {
  padding-right: 2.4rem;
}
.button--primary.only-arrow, .button--secondary.only-arrow,
.customer .button--primary.only-arrow,
.customer .button--secondary.only-arrow {
  padding: 0.6rem;
}
.button--primary,
.customer .button--primary {
  color: rgb(var(--color-button-text));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgb(var(--color-button));
  border: 0.2rem solid rgb(var(--color-button));
}
.button--primary .button__label,
.customer .button--primary .button__label {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon,
.customer .button--primary .button__icon {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon svg path,
.customer .button--primary .button__icon svg path {
  stroke: currentColor;
}
@media screen and (pointer: fine) {
  .button--primary:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover {
    background-color: rgb(var(--color-button-hover));
    border: 0.2rem solid rgb(var(--color-button-hover));
  }
  .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover .button__label {
    transform: translate3d(0px, -100%, 0px);
    color: rgb(var(--color-button-text-hover));
  }
}
.button--primary:focus,
.customer .button--primary:focus {
  background-color: rgb(var(--color-button));
}
.button--primary:focus-visible,
.customer .button--primary:focus-visible {
  outline: 0.2rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}
.button--secondary,
.customer .button--secondary {
  color: rgb(var(--color-button-secondary-text));
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  border: 0.2rem solid rgb(var(--color-button-secondary-border));
}
.button--secondary svg,
.customer .button--secondary svg {
  stroke: rgb(var(--color-button-secondary-text));
}
@media screen and (pointer: fine) {
  .button--secondary:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover {
    border: 0.2rem solid rgb(var(--color-button-secondary-border-hover));
  }
  .button--secondary: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);
    color: rgb(var(--color-button-secondary-text-hover));
  }
  .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon,
  .customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover .button__icon {
    transform: translate3d(100%, 0%, 0px); /* Fixed to horizontal movement like primary button */
  }
}
.button--tertiary,
.customer .button--tertiary {
  color: rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__label,
.customer .button--tertiary .button__label {
  color: rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__icon svg path,
.customer .button--tertiary .button__icon svg path {
  stroke: rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__icon--2 svg path,
.customer .button--tertiary .button__icon--2 svg path {
  stroke: rgb(var(--color-button-tertiary-text)); /* Removed opacity to match first arrow color */
}
.button--transparent,
.customer .button--transparent {
  padding: 0.7rem 2.6rem;
  border-radius: var(--border-radius-button);
  color: rgba(var(--color-foreground), 1);
  background-color: transparent;
  border: 0.1rem solid rgba(var(--color-border), 0.2);
}
.button--transparent .button__label,
.customer .button--transparent .button__label {
  color: rgba(var(--color-foreground), 1);
}
.button--transparent .button__icon svg path,
.customer .button--transparent .button__icon svg path {
  color: rgba(var(--color-foreground), 1);
}
.button--underline,
.customer .button--underline {
  display: inline-block;
  color: rgb(var(--color-foreground-secondary));
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .button--underline:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--underline:not(:disabled):not([aria-disabled=true]):hover {
    background-color: transparent;
    background-size: 0% 5%;
    background-position: right 100%;
  }
}
.button--load-more,
.customer .button--load-more {
  flex-shrink: unset;
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .button--load-more,
  .customer .button--load-more {
    margin-top: 4.8rem;
  }
}
.button__loader,
.customer .button__loader {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.button__loader svg.spinner,
.customer .button__loader svg.spinner {
  width: 1.8rem;
  height: 1.8rem;
}
.button.loading .button__content,
.customer .button.loading .button__content {
  visibility: hidden;
  opacity: 0;
}
.button.loading .button__loader,
.customer .button.loading .button__loader {
  display: flex;
}

.button-link {
  display: inline;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-button-scale) * 1rem);
  font-weight: var(--font-body-weight);
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  line-height: 1.625;
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--font-button-text-transform);
}
@media screen and (pointer: fine) {
  .button-link:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}
.button-link.disabled {
  opacity: 0.5;
}

.richtext a {
  display: inline;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-button-scale) * 1rem);
  font-weight: var(--font-body-weight);
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  line-height: 1.625;
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--font-button-text-transform);
}
@media screen and (pointer: fine) {
  .richtext a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}

/* Form */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field label {
  position: relative;
  transition: var(--duration-short);
  order: -1;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
  width: 100%;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgb(var(--color-border-input));
  border-radius: var(--border-radius-input);
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
  flex-grow: 1;
  padding: 1.8rem 2rem;
  height: 6.2rem;
  text-align: left;
}
.field input[type=text]::-webkit-search-cancel-button,
.field input[type=email]::-webkit-search-cancel-button,
.field input[type=tel]::-webkit-search-cancel-button,
.field input[type=search]::-webkit-search-cancel-button,
.field input[type=password]::-webkit-search-cancel-button,
.field select::-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=search]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  font-size: 1.6rem;
}
.field input[type=text][required] + label::after,
.field input[type=email][required] + label::after,
.field input[type=tel][required] + label::after,
.field input[type=search][required] + label::after,
.field input[type=password][required] + label::after,
.field select[required] + label::after,
.field .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.1rem;
  color: rgb(var(--color-error));
}
[dir=rtl] .field input[type=text][required] + label::after,
[dir=rtl] .field input[type=email][required] + label::after,
[dir=rtl] .field input[type=tel][required] + label::after,
[dir=rtl] .field input[type=search][required] + label::after,
[dir=rtl] .field input[type=password][required] + label::after,
[dir=rtl] .field select[required] + label::after,
[dir=rtl] .field .field__input[required] + label::after {
  left: 0;
  right: 0.1rem;
}
.field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=search] + label,
.field input[type=password] + label,
.field select + label,
.field .field__input + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 1.2rem;
  font-weight: 700;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=search]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  color: rgba(var(--color-foreground-secondary));
  transition: color var(--duration-default);
}
@media screen and (pointer: fine) {
  .field input[type=text]:hover:not(:focus)::placeholder,
  .field input[type=email]:hover:not(:focus)::placeholder,
  .field input[type=tel]:hover:not(:focus)::placeholder,
  .field input[type=search]:hover:not(:focus)::placeholder,
  .field input[type=password]:hover:not(:focus)::placeholder,
  .field select:hover:not(:focus)::placeholder,
  .field .field__input:hover:not(:focus)::placeholder {
    color: rgba(var(--color-foreground-secondary));
  }
}
.field input[type=text]:focus-visible, .field input[type=text]:focus,
.field input[type=email]:focus-visible,
.field input[type=email]:focus,
.field input[type=tel]:focus-visible,
.field input[type=tel]:focus,
.field input[type=search]:focus-visible,
.field input[type=search]:focus,
.field input[type=password]:focus-visible,
.field input[type=password]:focus,
.field select:focus-visible,
.field select:focus,
.field .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
.field input[type=search] {
  height: 5rem;
  padding: 1.2rem 2rem;
}
.field textarea.field__input,
.field .textarea {
  border-radius: var(--border-radius-input);
  text-align: start;
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (pointer: fine) {
  .field input[type=search]:hover:not(:focus)::placeholder {
    color: rgba(var(--color-foreground-secondary));
  }
}
.field textarea.field__input {
  padding: 1.8rem 2rem;
  height: 6.2rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground-secondary));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field select {
  cursor: pointer;
  padding: 1.8rem 2rem;
  min-height: 6.2rem;
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  transition: opacity var(--duration-default);
  border: 0.1rem solid rgb(var(--color-border-input));
}
.field select:focus {
  border-color: rgb(var(--color-foreground));
}
.field select:focus-visible {
  opacity: var(--hover-opacity);
}
.field select:focus-visible + svg {
  opacity: var(--hover-opacity);
}
@media screen and (pointer: fine) {
  .field select:hover {
    opacity: var(--hover-opacity);
  }
  .field select:hover + svg {
    opacity: var(--hover-opacity);
  }
}
.field select + svg {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.field select option {
  background-color: rgb(var(--color-background));
}
.field select[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.2rem;
  color: rgb(var(--color-error));
}
[dir=rtl] .field select[required] + label::after {
  left: 0;
  right: 0.2rem;
}
.field--checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
}
[dir=rtl] .field--checkbox input[type=checkbox] {
  left: unset;
  right: 0;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox {
  border: none;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox::before {
  visibility: visible;
}
.field--checkbox input[type=checkbox][required] + label .field__label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-error));
}
[dir=rtl] .field--checkbox input[type=checkbox][required] + label .field__label::after {
  left: unset;
  right: 0;
}
.field--checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox {
  border: none;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox svg {
  opacity: 1;
}
.field--checkbox .field__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
  border: 0.1rem solid rgb(var(--color-foreground));
  background-color: transparent;
  transition: border-color var(--duration-default), background-color var(--duration-default);
}
.field--checkbox .field__checkbox svg {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
  transition: opacity var(--duration-default);
  color: rgb(var(--color-accent));
}
.field--checkbox .field__checkbox:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}
.field--checkbox .field__label {
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.field--checkbox .field__label > a {
  display: inline;
  color: rgb(var(--color-accent));
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, rgba(var(--color-accent)) 0% 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .field--checkbox .field__label > a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: var(--hover-opacity);
  }
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 2.1rem;
  right: 2rem;
  cursor: pointer;
}
[dir=rtl] .field--pass .button-pass-visibility {
  left: 2rem;
  right: unset;
}
.field--pass .button-pass-visibility svg {
  width: 2rem;
  height: 2rem;
  color: rgba(var(--color-foreground-secondary));
}
.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}
.field--pass-wrapper {
  width: 100%;
  position: relative;
}
.field--pass-wrapper + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 1.2rem;
  font-weight: 700;
}
.field--pass-wrapper + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.2rem;
  color: rgb(var(--color-error));
}
[dir=rtl] .field--pass-wrapper + label::after {
  left: 0;
  right: 0.2rem;
}
.field--dark input[type=text],
.field--dark input[type=email],
.field--dark input[type=tel],
.field--dark input[type=password],
.field--dark input[type=search] {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.field--dark input[type=text] + 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);
}

/* 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__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

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

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

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

.form-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 1.4rem;
}

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

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

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

/* Quantity */
.quantity {
  position: relative;
  width: 11.1rem;
  min-height: 3.8rem;
  padding: 0.7rem 1.2rem;
  display: flex;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: var(--border-radius-input);
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(var(--color-border));
}

.quantity__input {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5rem;
  color: rgb(var(--color-foreground));
  text-align: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.main-cart .quantity__input,
.cart-drawer .quantity__input {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  .main-cart .quantity__input,
  .cart-drawer .quantity__input {
    font-size: calc(var(--font-body-scale) * 1.4rem);
  }
}

.quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  width: 2.4rem;
  background-color: transparent;
  color: rgb(var(--color-foreground-input));
  border: 0;
  transition: color var(--duration-default);
  cursor: pointer;
}
@media screen and (hover: hover) and (pointer: fine) {
  .quantity__button:hover {
    color: rgb(var(--color-foreground-secondary));
  }
}
.quantity__button.disabled {
  pointer-events: none;
  color: rgb(var(--color-foreground-secondary));
}
.quantity__button svg {
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}

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

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

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

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible) {
  outline: 0;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline-offset: 0.2rem;
  outline-color: rgba(var(--color-foreground));
}

/* Fallback */
.focus-inset:focus {
  outline-offset: 0.2rem;
  outline-color: rgba(var(--color-foreground));
}

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

/*
  Focus ring - none
*/
@media screen and (min-width: 576px) {
  .header__search-inner .field input[type=search].search__input {
    height: 11rem;
  }
}

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

/* Media */
.media {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.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;
}

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

/* Announcement bar */
.announcement-bar--wrapper {
  position: relative;
  z-index: 7;
}

.shopify-section-header-sticky .announcement-bar--wrapper {
  bottom: 0px;
}

body.localization-modal-open .announcement-bar--wrapper {
  z-index: 8;
}
body.localization-modal-open .popup-modal--top-bar .popup-modal__content {
  z-index: 13;
}

body.localization-modal-open:has(.footer-localization button[aria-expanded=true]) .shopify-section-group-footer-group,
body.localization-modal-open:has(.footer-localization button[aria-expanded=true]) .footer {
  z-index: auto;
}

.announcement-bar {
  position: relative;
  z-index: 7;
  display: flex;
  justify-content: center;
  min-height: var(--announcement-height);
  color: rgb(var(--color-foreground));
  bottom: 0px;
}

.announcement-bar__message--wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
  min-height: 2rem;
  overflow: hidden;
  width: 100%;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 1099px) {
  .announcement-bar__message--wrapper {
    grid-template-columns: 1fr;
  }
  .announcement-bar__message--wrapper .empty {
    display: none;
  }
  .announcement-bar__message--wrapper .announcement-bar__selects--wrapper {
    display: none;
  }
}
.announcement-bar__message--wrapper .announcement-bar__message {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.announcement-bar__text {
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
}
@media screen and (max-width: 750px) {
  .announcement-bar__text {
    max-height: 80px;
    overflow: auto;
  }
}
.announcement-bar__text > .promo-text {
  display: inline;
  overflow: hidden;
}
.announcement-bar__text > .promo-text.desktop {
  display: inline;
}
.announcement-bar__text > .promo-text.mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .announcement-bar__text > .promo-text.desktop {
    display: none;
  }
  .announcement-bar__text > .promo-text.mobile {
    display: inline;
  }
}
.announcement-bar__text .header_additional_link {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 12px;
}
.announcement-bar__text em {
  font-style: normal;
  color: rgb(var(--color-accent));
  font-weight: 700;
  margin-right: 4px;
}
.announcement-bar__text::-webkit-scrollbar {
  display: none;
}
.announcement-bar__text a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  display: inline;
  font-weight: 400;
}
@media screen and (pointer: fine) {
  .announcement-bar__text a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}

.announcement-bar__selects--wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}
.announcement-bar__selects--wrapper .currency-country {
  white-space: nowrap;
}

.popup-modal--top-bar .disclosure__button.header__localization-lang-button span {
  font-weight: 700;
}
.popup-modal--top-bar .popup-modal--top-bar__close {
  display: none;
}
.popup-modal--top-bar .disclosure__item {
  display: inline-flex;
  align-items: center;
}
.popup-modal--top-bar .disclosure__link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
.popup-modal--top-bar .disclosure__link[aria-current=true] {
  color: rgb(var(--color-accent));
}
.popup-modal--top-bar .disclosure__link span {
  font-size: 14px;
  text-align: left;
  font-weight: 700 !important;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  letter-spacing: var(--font-body-letter-spacing);
}
.popup-modal--top-bar .currency-country {
  font-size: 14px;
}
.popup-modal--top-bar .header__localization-button span {
  font-size: 14px;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  letter-spacing: var(--font-body-letter-spacing);
  font-weight: 700 !important;
}
.popup-modal--top-bar[open] {
  opacity: 1;
  visibility: visible;
}
.popup-modal--top-bar[open] .popup-modal__content {
  clip-path: inset(0 0 0% 0);
}
.popup-modal--top-bar.hiding {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
.popup-modal--top-bar button::after {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  background: rgb(var(--color-overlay));
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.popup-modal--top-bar button[aria-expanded=true] + .popup-modal__content {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  clip-path: inset(0 0 0% 0);
  transition: opacity 0.4s, clip-path 0.4s, visibility 0.4s;
}
.popup-modal--top-bar button[aria-expanded=true]::after {
  opacity: 0.5;
  visibility: visible;
}
.popup-modal--top-bar button[aria-expanded=true] svg.icon-caret {
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.popup-modal--top-bar .popup-modal__content {
  position: fixed;
  z-index: 6;
  top: var(--ann-height);
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  max-height: 60vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: opacity var(--submenu-transition), clip-path var(--submenu-transition), visibility var(--submenu-transition);
}
.popup-modal--top-bar .popup-modal__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.popup-modal--top-bar .popup-modal__top .title {
  margin-bottom: 8px;
}
.popup-modal--top-bar .popup-modal__top .desc {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}
.popup-modal--top-bar #HeaderLanguageListMobile {
  display: grid;
}
.popup-modal--top-bar #HeaderCountryList,
.popup-modal--top-bar #HeaderLanguageListMobile,
.popup-modal--top-bar #FooterCountryList {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4rem;
  padding-top: 40px;
  padding-bottom: 48px;
}
.popup-modal--top-bar #HeaderLanguageList,
.popup-modal--top-bar #HeaderLanguageListMobile,
.popup-modal--top-bar #FooterLanguageList {
  display: flex;
  gap: 4rem 10.6rem;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1360px) {
  .popup-modal--top-bar #HeaderCountryList,
  .popup-modal--top-bar #FooterCountryList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .popup-modal--top-bar #HeaderCountryList,
  .popup-modal--top-bar #HeaderCountryListMobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .popup-modal--top-bar #HeaderCountryList,
  .popup-modal--top-bar #HeaderCountryListMobile,
  .popup-modal--top-bar #FooterCountryList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .popup-modal--top-bar #HeaderLanguageList,
  .popup-modal--top-bar #HeaderLanguageListMobile,
  .popup-modal--top-bar #FooterLanguageList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .popup-modal--top-bar #HeaderCountryList,
  .popup-modal--top-bar #HeaderCountryListMobile,
  .popup-modal--top-bar #FooterCountryList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .popup-modal--top-bar #HeaderLanguageList,
  .popup-modal--top-bar #HeaderLanguageListMobile,
  .popup-modal--top-bar #FooterLanguageList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.popup-modal--top-bar .header-country-list__wrapper,
.popup-modal--top-bar .popup-modal__content > .background {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-modal--top-bar .header-country-list__wrapper {
  border-top: 1px solid rgb(var(--color-border));
}
.popup-modal--top-bar .header-language__wrapper {
  border-top: 1px solid rgb(var(--color-border));
}
.popup-modal--top-bar__main {
  padding-left: 4rem;
  padding-right: 3.4rem;
}
.popup-modal--top-bar .mega-submenu {
  position: fixed;
  z-index: 6;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: max-content;
  max-height: 60vh;
  transition: opacity var(--submenu-transition), visibility var(--submenu-transition);
}
.popup-modal--top-bar .mega-submenu__wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
  max-height: 60vh;
  height: 100%;
  background: rgb(var(--color-background));
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4.8rem;
}
.popup-modal--top-bar .mega-submenu__wrapper-inner {
  width: 100%;
  display: flex;
  gap: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.popup-modal--top-bar .mega-submenu__wrapper-inner::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.popup-modal--top-bar .mega-submenu__wrapper-inner::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.2);
  border-radius: 2rem;
}
.popup-modal--top-bar .mega-submenu__submenu {
  display: none;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, minmax(0, auto));
  gap: 0 1.6rem;
  max-width: calc(100% - 30rem - 4rem);
  height: max-content;
  margin-top: -0.6rem;
}
.popup-modal--top-bar .mega-submenu__submenu.active {
  display: grid;
}
.popup-modal--top-bar .mega-submenu__submenu-item {
  max-width: 30rem;
  word-break: break-word;
  padding-top: 0.6rem;
}
.popup-modal--top-bar .mega-submenu__submenu-item span {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.popup-modal--top-bar .mega-submenu__submenu-item:hover span, .popup-modal--top-bar .mega-submenu__submenu-item:focus-within span, .popup-modal--top-bar .mega-submenu__submenu-item:focus span, .popup-modal--top-bar .mega-submenu__submenu-item:active span {
  color: rgb(var(--color-accent));
}

.localization-selector .icon-caret {
  width: 12px;
  height: 12px;
}

.currency-flag {
  width: 2rem;
  height: 2rem;
  flex: none;
  overflow: hidden;
}

.currency-flag::before,
.currency-flag::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.currency-flag::after {
  top: 5px;
}

.disclosure__item .disclosure__link--flag:hover span {
  color: rgb(var(--color-accent));
  transition: color 0.4s ease;
}

.disclosure__item .disclosure__link span:hover {
  color: rgb(var(--color-accent));
  transition: color 0.4s ease;
}

.menu-drawer .popup-modal__content {
  top: 0 !important;
  bottom: 0 !important;
  height: calc(100vh - var(--ann-height));
  height: calc(100dvh - var(--ann-height));
  z-index: 999;
  overflow: auto;
  max-height: unset;
  -webkit-overflow-scrolling: touch;
}
.menu-drawer .popup-modal__content::after {
  display: none !important;
}
.menu-drawer .popup-modal__content .popup-modal--top-bar__close {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}
@media screen and (hover: hover) and (pointer: fine) {
  .menu-drawer .popup-modal__content .popup-modal--top-bar__close .menu-drawer-container .header__modal-close-button:hover {
    opacity: var(--hover-opacity);
  }
}
.menu-drawer .popup-modal__content .popup-modal__top {
  padding-top: 72px;
}
.menu-drawer .popup-modal__content .popup-modal__top .title {
  font-size: 42px;
}
.menu-drawer .popup-modal__content .popup-modal__top .desc {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 400;
}
@supports (-webkit-touch-callout: none) {
  .menu-drawer .popup-modal__content .header-country-list__wrapper {
    padding-bottom: calc(4rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px));
  }
}
@supports (-webkit-touch-callout: none) {
  .menu-drawer .popup-modal__content #HeaderCountryListMobile {
    padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
  }
}
@supports (-webkit-touch-callout: none) {
  .menu-drawer .popup-modal__content {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    scroll-padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    scroll-padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
  }
}

.menu-drawer__bottom #HeaderCountryList,
.menu-drawer__bottom #HeaderCountryListMobile {
  gap: 29px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.menu-drawer__bottom #HeaderLanguageList,
.menu-drawer__bottom #HeaderLanguageListMobile {
  gap: 29px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.menu-drawer__bottom .header-country-list__wrapper {
  padding-bottom: 4rem;
  max-height: 100%;
  overflow: unset;
}
@media screen and (max-width: 1100px) {
  .menu-drawer__bottom .announcement-bar__selects--wrapper {
    display: flex !important;
  }
  .menu-drawer__bottom .header__localization {
    display: block !important;
  }
}

.shopify-section-header {
  position: relative;
  z-index: 12;
  will-change: transform;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.shopify-section-header .announcement-bar--wrapper {
  margin-top: -1px;
  z-index: 8;
}
.shopify-section-header .icon-arrow-right {
  transition: transform var(--duration-default) cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.shopify-section-header .header-wrapper {
  margin-top: -1px;
  z-index: 7;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) {
  background-color: transparent;
  --color-background: 255, 255, 255;
  --color-foreground: 255, 255, 255;
  --color-background-secondary: 255, 255, 255, 0.2;
  --color-background-input: 255, 255, 255, 0.2;
  --color-border-input: 255, 255, 255, 0.2;
  --color-border: 255, 255, 255, 0.12;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-wrapper {
  background-color: transparent;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .base-header--wrapper {
  background-color: transparent;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header-inline-menu--wrapper,
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .multirow-inline-menu {
  background-color: transparent;
  transition: background-color 0.4s;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo {
  opacity: 0;
  visibility: hidden;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo:only-child {
  opacity: 1;
  visibility: visible;
}
.shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__heading-logo--overlay {
  opacity: 1;
  visibility: visible;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0px;
  z-index: 12;
}
.shopify-section-header-sticky .header-wrapper {
  max-width: 100%;
  padding: 0;
}

.header-inline-menu--wrapper {
  background-color: rgb(var(--color-accent-bg));
}

@media screen and (min-width: 1100px) {
  .header-sticky-with-opened-mega-menu {
    z-index: 12 !important;
    background-color: rgb(var(--color-background)) !important;
  }
  .header-sticky-with-opened-mega-menu .header-wrapper {
    max-width: 100%;
    padding: 0;
  }
}

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

.shopify-section-header.animate {
  transition: transform 0.85s cubic-bezier(0.602, 0.007, 0.374, 0.995), background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  will-change: transform;
}

.header-wrapper {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  z-index: 7;
  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 {
  position: relative;
  display: block;
  justify-content: space-between;
  z-index: 4;
  min-height: 8.2rem;
}
@media screen and (max-width: 576px) {
  .header {
    min-height: 7rem;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    display: flex;
  }
}
.header > .header__heading, .header > .header__heading-link {
  display: flex;
  align-items: center;
}
.header__localization {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .header__localization {
    display: flex;
  }
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__localization-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 3.2rem;
  min-height: 2.2rem;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__localization .disclosure {
  position: static;
}
.header__localization .localization-selector + .disclosure__list {
  right: 0;
  top: calc(100% + 1rem);
  bottom: auto;
  margin-top: 0;
  padding: 0.8rem;
  max-width: 30rem;
  border-radius: 1rem;
  animation: animateLocalOpen var(--duration-default) ease;
  box-shadow: 0px 4px 16px 0px rgba(var(--color-shadow), 0.15);
  transform: translateY(0rem);
}
.header__localization .localization-selector + .disclosure__list .disclosure__item {
  margin-bottom: 0.2rem;
}
.header__localization .localization-selector + .disclosure__list .disclosure__item:last-child {
  margin-bottom: 0;
}
.header__localization .localization-selector + .disclosure__list .disclosure__link {
  padding: 0.6rem 1.6rem;
  border-radius: 0.6rem;
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.header__localization .localization-selector + .disclosure__list .disclosure__link--active {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__localization .localization-selector + .disclosure__list .disclosure__link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}
.header--border::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-border));
  transition: background-color var(--duration-short);
  pointer-events: none;
  z-index: 3;
}
.header--left-logo {
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 3.2rem;
  }
}
@media screen and (min-width: 1536px) {
  .header--left-logo .header__heading + .header__inline-menu,
  .header--left-logo .header__heading-link + .header__inline-menu {
    margin-left: 6.4rem;
  }
}
.header--left-logo .header__contact {
  padding: 0;
}
.header--left-logo .header__shop {
  margin-left: 0;
}
.header--center-logo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .header--center-logo {
    display: grid;
    grid-template-columns: 5fr auto 5fr;
    gap: 0.8rem;
  }
}
.header--center-logo .header__contact {
  padding: 0;
}
.header--center-logo .header__shop {
  margin-left: 0;
}
.header--center-logo .header__localization {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header--center-logo .header__localization {
    display: flex;
  }
}
.header--center-logo .header__localization + .header__scheme::before {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header--center-logo .header__localization + .header__scheme::before {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.6rem;
  }
}
.header__heading-logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), visibility 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.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);
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__heading-link {
  position: relative;
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
  z-index: 5;
  width: var(--logo-width-mobile);
  transition: opacity var(--duration-default) ease-in-out;
}
.header__heading-link::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
.header__heading-link span {
  display: flex;
  align-items: center;
  max-width: 25rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: var(--font-header-menu-text-transform);
  white-space: nowrap;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__heading-link:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 1100px) {
  .header__heading-link {
    width: var(--logo-width-desktop);
  }
}
.header__heading-logo--overlay {
  opacity: 0;
  visibility: hidden;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.base-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.base-header.one-row {
  grid-template-columns: 1fr 1fr;
}
.base-header.multi-row {
  grid-template-columns: 1fr 1fr;
}
.base-header.multi-row .header__left + .header__search {
  display: none;
}
.base-header > .header__search.one-row {
  display: none;
}
@media screen and (min-width: 1100px) {
  .base-header {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .base-header.one-row {
    grid-template-columns: 1fr 4fr 1fr;
  }
  .base-header.multi-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .base-header.multi-row .header__left + .header__search {
    display: flex;
  }
  .base-header .header__icon.multi-row {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  header-drawer {
    display: none;
  }
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: 100%;
  min-height: 100%;
  flex: 1;
}
.header__left > header-drawer {
  margin-right: 1.6rem;
}
.header__left:has(.header__mega-menu[open=true]) + .header__heading-link--center, .header__left:has(.header__mega-menu[open=true]) + .header__heading > .header__heading-link--center {
  z-index: 3;
}
.header__left .header__search {
  display: none;
}
.header__left .empty-element {
  display: none;
}
@media (min-width: 750px) {
  .header__left .header-secondary-logo {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header__left {
    justify-content: space-between;
  }
  .header__left .header__search {
    display: flex;
  }
}

.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
  width: auto;
}
@media (max-width: 750px) {
  .header__column .header-secondary-logo {
    display: none;
  }
}

.header_additional_link {
  display: inline;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: left;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-button-scale) * 1rem);
  font-weight: 400;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  line-height: 1.625;
  letter-spacing: var(--font-button-letter-spacing);
  text-transform: var(--font-button-text-transform);
}
@media screen and (pointer: fine) {
  .header_additional_link:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}
.header_additional_link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.separator {
  width: 1px;
  height: 1.8rem;
  background-color: rgb(var(--color-foreground));
  opacity: 40%;
  margin: 0.4rem 0;
  display: block;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 100%;
}
.header__icons .header__localization::after {
  left: 0;
  right: 0;
  width: auto;
}
.header__icons .header_additional_link {
  display: none;
  font-family: var(--font-header-menu-family);
}
.header__icons .separator {
  display: none;
}
@media screen and (max-width: 576px) {
  .header__icons {
    gap: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .header__icons .header_additional_link {
    display: inline;
  }
  .header__icons .separator {
    display: block;
  }
  .header__icons .header__search.multi-row {
    display: none;
  }
  .header__icons .header__search.without-modal {
    display: block;
  }
  .header__icons .header__search.without-modal .header__input-opener--wrapper {
    display: none;
  }
  .header__icons .header__search.without-modal .header__icon {
    display: flex;
  }
  .header__icons .header__icon.multi-row {
    display: none;
  }
}

.icon-arrow-right {
  margin-left: 0;
  margin-inline-start: 0;
}

.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}

.header__icon .icon {
  width: 2.6rem;
  height: 2.6rem;
  min-width: 2.6rem;
  color: rgba(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon .icon-hamburger {
  width: 3.4rem;
  height: 3.4rem;
}

.header__icon--account {
  position: relative;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--account:hover {
    opacity: var(--hover-opacity);
  }
}
.header__icon--account .icon {
  width: 2.6rem;
  height: 2.6rem;
}

.header__icon--menu {
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--menu .header__modal-close-button {
  opacity: 0;
}

.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}
.header__icon--search.header__input-opener--wrapper {
  display: none;
  min-width: 54rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .header__icon--search.header__input-opener--wrapper {
    display: flex;
    align-items: center;
  }
}
.header__icon--search.header__input-opener--wrapper .header__input-opener {
  width: 100%;
  height: 5rem;
  border-radius: var(--border-radius-input);
  padding: 1.2rem 2rem;
  background-color: rgb(var(--color-input-bg));
}
.header__icon--search.header__input-opener--wrapper .icon-search-input {
  color: black;
  position: absolute;
  right: 1.6rem;
  width: 1.7rem;
  height: 1.7rem;
  background-color: white;
}
.header__icon--search.header__input-opener--wrapper .icon-search-input::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-input-placeholder));
}
.header__icon--search.header__input-opener--wrapper.focus-inset:focus-visible {
  height: 5rem;
}
.header__icon--search.header__input-opener--wrapper .icon-search {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--search:hover .icon-search {
    opacity: var(--hover-opacity);
  }
}
.header__icon--search .icon-search {
  transition: opacity var(--duration-default), color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon--search .header__icon-name {
  position: relative;
}

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

.shopify-account {
  height: 0;
}

.header__account {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-width: 4.4rem;
  justify-content: center;
  background-color: transparent;
}
.header__account [slot=signed-out-avatar] {
  background-color: transparent;
}
@media screen and (min-width: 1100px) {
  .header__account {
    height: 100%;
  }
}

.menu-drawer .header__account {
  display: inline-flex;
}

.header__account--icon {
  margin-inline: -1.2rem;
}

.header__account--icon.header__account--signed-in {
  margin-inline: -0.8rem;
}

@media screen and (min-width: 990px) {
  .header__icons > .header__account shopify-account {
    --shopify-account-color-control-background: transparent;
    --shopify-account-signed-in-avatar-color-background: rgba(
      var(--color-background-secondary)
    );
  }
}
.header__account-modal {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: calc(50% - 2rem);
  transform: translateX(-50%) translateY(0);
  display: flex;
  flex-direction: column;
  padding: 1.6rem 2.4rem;
  width: 18rem;
  height: auto;
  margin: 0;
  text-transform: none;
  background-color: rgba(var(--color-background));
  box-shadow: 0px 8px 40px 0px rgba(var(--color-shadow), 0.08);
  border-radius: 1.2rem;
  transition: opacity var(--duration-default), transform var(--duration-default);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .header__account-modal {
    left: 50%;
  }
}

@keyframes animateAccountOpen {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0rem);
  }
}
.header__account details[open] .header__account-modal {
  animation: animateAccountOpen var(--duration-default) ease;
}

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

.header__account-register {
  align-self: center;
  gap: 0.2rem;
  margin-top: 1.2rem;
  line-height: var(--font-body-line-height);
  font-weight: var(--font-body-weight);
}

.header__account-name {
  position: relative;
  padding-bottom: 1.6rem;
  color: rgba(var(--color-foreground));
  line-height: var(--font-body-line-height);
}
.header__account-name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
}

.header__account-body {
  margin: 0;
  padding: 0.6rem 0;
  list-style: none;
}
.header__account-body a {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__account-body a:hover {
    opacity: var(--hover-opacity);
  }
}

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

@media screen and (min-width: 990px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .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;
  }
}
menu-drawer + .header__search {
  display: none;
}

.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__search[open] .menu-drawer__bottom {
  display: block;
}
.header__search[open] .header__search-inner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 999;
  transition: opacity var(--duration-default) linear, visibility 0s linear 0s;
}
@media screen and (min-width: 990px) {
  .header__search[open] .header__search-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity var(--duration-default) linear, visibility 0s linear 0s;
  }
}
.header__search-inner {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - var(--ann-height, var(--announcement-height)));
  height: calc(var(--vh, 1vh) * 100 - var(--ann-height, var(--announcement-height)));
  background: transparent;
  transition: opacity var(--duration-default) linear, visibility 0s linear var(--duration-default);
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__search-overlay {
  position: fixed;
  z-index: 99;
  inset: 0;
  top: 0;
  width: 100%;
  height: calc(100vh - var(--ann-height, var(--announcement-height)));
  background: rgba(var(--color-modal-overlay), 0.2);
  transition: opacity var(--duration-default) linear, visibility 0s linear var(--duration-default);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  .header__search-overlay {
    display: block;
  }
}
.header__search-close {
  transition: opacity var(--duration-default);
  border: none;
  color: rgb(var(--color-foreground));
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search-close:hover {
    opacity: var(--hover-opacity);
  }
}
.header__search-content {
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100%;
  background: rgb(var(--color-background));
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  font-style: var(--font-body-style);
}
.header__search-content predictive-search[open=true] + .search__suggestions-wrapper {
  display: none;
}
.header__search .predictive-search {
  overflow: unset;
}
.header__search .search__suggestions-wrapper {
  --search-bar-height: 76px;
  --padding-bottom-suggesstions: 50px;
  max-height: calc(100vh - var(--search-bar-height) - var(--padding-bottom-suggesstions) - var(--ann-height, var(--announcement-height)));
  overflow: auto;
  padding-bottom: var(--padding-bottom-suggesstions);
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .header__search .search__suggestions-wrapper {
    flex-direction: column;
    gap: 4rem;
  }
}
.header__search .search__suggestions-wrapper .search__suggestions--menu-wrapper {
  max-width: 594px;
  width: 100%;
}
.header__search .search__suggestions-wrapper .search__suggestions--menu-wrapper.only-suggestion-menu {
  max-width: 100%;
}
.header__search .search__suggestions-wrapper .search__suggestions--menu-wrapper .body-normal {
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.header__search .search__suggestions-wrapper .search__suggestions--menu-wrapper .separator {
  height: 0.1rem;
  width: 100%;
  background-color: #c5c5c5;
  margin: 2rem 0;
  margin-bottom: 1.6rem;
  display: block;
}
.header__search .search__suggestions-wrapper .search__suggestions--menu-wrapper .predictive-search-popular-list__item {
  max-width: 287px;
}
.header__search .header__search-popular {
  margin-top: 2rem;
  column-count: 2;
  gap: 0 2rem;
}
@media screen and (max-width: 750px) {
  .header__search .header__search-popular {
    column-count: 1;
  }
}
.header__search .header__search-popular .header__search-popular-link {
  display: block;
  text-decoration: none;
  word-break: break-word;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
  font-weight: 700;
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
  height: 100%;
  transition: all 0.4s ease;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search .header__search-popular .header__search-popular-link:hover {
    opacity: 0.8;
    color: rgb(var(--color-accent));
  }
}

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

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

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

.menu-drawer-container .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 3.4rem;
  width: 3.4rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  cursor: pointer;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .menu-drawer-container .header__modal-close-button:hover {
    opacity: var(--hover-opacity);
  }
}

.menu-opening .header__modal-close-button {
  opacity: 1;
}
.menu-opening .header__scheme {
  display: flex;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: -0.8rem;
}
.menu-opening .header__toggle-scheme {
  display: inline-flex;
  justify-content: flex-start;
  width: max-content;
}
.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-opening .menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.menu-opening .header__localization--language {
  margin-left: 0;
}

.header__inline-menu {
  display: none;
}

@media screen and (min-width: 1100px) {
  .header__inline-menu {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .header__inline-menu:not(.multirow-inline-menu) {
    padding: 2.2rem 0;
  }
  .header__inline-menu.multirow-inline-menu {
    justify-content: flex-start;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    background-color: rgb(var(--color-accent-bg));
    z-index: 2;
    position: relative;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  overflow: hidden;
}

.list-menu--inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}
.list-menu--inline li {
  display: flex;
}
.list-menu--inline li:not(.list-menu--megamenu) {
  position: relative;
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:focus-visible > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
  vertical-align: visible;
}
.list-menu--inline .list-menu-item:hover > .header__submenu::after,
.list-menu--inline .list-menu-item:focus-within > .header__submenu::after,
.list-menu--inline .list-menu-item:focus > .header__submenu::after,
.list-menu--inline .list-menu-item:focus-visible > .header__submenu::after,
.list-menu--inline .list-menu-item:active > .header__submenu::after {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:focus-visible > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.list-menu--inline .list-menu-item:hover > .header__submenu::after,
.list-menu--inline .list-menu-item:focus-within > .header__submenu::after,
.list-menu--inline .list-menu-item:focus > .header__submenu::after,
.list-menu--inline .list-menu-item:focus-visible > .header__submenu::after,
.list-menu--inline .list-menu-item:active > .header__submenu::after {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
.list-menu--inline .list-menu-item:hover > .mega-submenu,
.list-menu--inline .list-menu-item:focus-within > .mega-submenu,
.list-menu--inline .list-menu-item:focus > .mega-submenu,
.list-menu--inline .list-menu-item:focus-visible > .mega-submenu,
.list-menu--inline .list-menu-item:active > .mega-submenu {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
  transition: opacity 0.4s;
  visibility: visible;
}
.list-menu--inline .list-menu-item:hover.list-menu--megamenu,
.list-menu--inline .list-menu-item:focus-within.list-menu--megamenu,
.list-menu--inline .list-menu-item:focus.list-menu--megamenu,
.list-menu--inline .list-menu-item:focus-visible.list-menu--megamenu,
.list-menu--inline .list-menu-item:active.list-menu--megamenu {
  position: relative;
}
.list-menu--inline .list-menu-item:hover.list-menu--megamenu::after,
.list-menu--inline .list-menu-item:focus-within.list-menu--megamenu::after,
.list-menu--inline .list-menu-item:focus.list-menu--megamenu::after,
.list-menu--inline .list-menu-item:focus-visible.list-menu--megamenu::after,
.list-menu--inline .list-menu-item:active.list-menu--megamenu::after {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
.list-menu--inline .list-menu-item:hover .mega-submenu:not(.mega-menu)::after,
.list-menu--inline .list-menu-item:focus-within .mega-submenu:not(.mega-menu)::after,
.list-menu--inline .list-menu-item:focus .mega-submenu:not(.mega-menu)::after,
.list-menu--inline .list-menu-item:focus-visible .mega-submenu:not(.mega-menu)::after,
.list-menu--inline .list-menu-item:active .mega-submenu:not(.mega-menu)::after {
  content: "";
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  height: 100vh;
  background: black;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}
.list-menu--inline .list-menu-item:hover::before,
.list-menu--inline .list-menu-item:focus-within::before,
.list-menu--inline .list-menu-item:focus::before,
.list-menu--inline .list-menu-item:focus-visible::before,
.list-menu--inline .list-menu-item:active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  bottom: -11px;
  border-radius: 10px 10px 0 0;
}
.list-menu--inline > li > .header__menu-item--active .header__menu-item-title {
  transform: translate3d(0px, -100%, 0px);
}
.list-menu--inline .list-menu-item {
  overflow: visible;
}
.list-menu--inline .list-menu-item:not(.list-menu--submenu) > .header__menu-item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  min-height: 2.6rem;
}
.list-menu--inline .list-menu-item:has(.header__mega-submenu):hover {
  overflow: visible;
}
.list-menu--inline .list-menu-item:has(.header__mega-submenu):hover .header__menu-item::before {
  content: "";
  z-index: 999;
}
.list-menu--inline .header__menu-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 50%;
  transform: translate(50%);
  height: var(--header-height);
  width: calc(100% + 2.4rem);
}
.list-menu--inline .header__menu-item-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 5;
}
.list-menu--inline .header__menu-item-title {
  line-height: 1.6;
  position: relative;
  display: flex;
  align-items: center;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  text-align: center;
}
.list-menu--inline .header__menu-item-title::after {
  content: attr(title);
  color: currentColor;
  position: absolute;
  inset: 100% auto auto 0%;
}
.list-menu--inline .header__menu-item + .header__submenu, .list-menu--inline .header__menu-item + .mega-submenu {
  opacity: 0;
  transform: rotateX(-10deg) scale(0.9);
  pointer-events: none;
  visibility: hidden;
}
.list-menu--inline .header__menu-item + .header__submenu:hover, .list-menu--inline .header__menu-item + .header__submenu:focus-within, .list-menu--inline .header__menu-item + .header__submenu:focus, .list-menu--inline .header__menu-item + .header__submenu:focus-visible, .list-menu--inline .header__menu-item + .header__submenu:active, .list-menu--inline .header__menu-item + .mega-submenu:hover, .list-menu--inline .header__menu-item + .mega-submenu:focus-within, .list-menu--inline .header__menu-item + .mega-submenu:focus, .list-menu--inline .header__menu-item + .mega-submenu:focus-visible, .list-menu--inline .header__menu-item + .mega-submenu:active {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
  visibility: visible;
}
.list-menu--inline .header__menu-item:hover .header__menu-item-title, .list-menu--inline .header__menu-item:focus-within .header__menu-item-title, .list-menu--inline .header__menu-item:focus .header__menu-item-title, .list-menu--inline .header__menu-item:focus-visible .header__menu-item-title, .list-menu--inline .header__menu-item:active .header__menu-item-title {
  transform: translate3d(0px, -100%, 0px);
}
.list-menu--inline .header__menu-item:hover + .header__submenu, .list-menu--inline .header__menu-item:hover + .mega-submenu, .list-menu--inline .header__menu-item:focus-within + .header__submenu, .list-menu--inline .header__menu-item:focus-within + .mega-submenu, .list-menu--inline .header__menu-item:focus + .header__submenu, .list-menu--inline .header__menu-item:focus + .mega-submenu, .list-menu--inline .header__menu-item:focus-visible + .header__submenu, .list-menu--inline .header__menu-item:focus-visible + .mega-submenu, .list-menu--inline .header__menu-item:active + .header__submenu, .list-menu--inline .header__menu-item:active + .mega-submenu {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
  transition: opacity 0.4s;
  visibility: visible;
}
.list-menu--inline .header__menu-item:hover svg, .list-menu--inline .header__menu-item:focus-within svg, .list-menu--inline .header__menu-item:focus svg, .list-menu--inline .header__menu-item:focus-visible svg, .list-menu--inline .header__menu-item:active svg {
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.list-menu--inline .mega-submenu {
  position: fixed;
  z-index: 6;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  max-height: fit-content;
  height: auto;
  transition: opacity var(--submenu-transition), visibility var(--submenu-transition);
}
.list-menu--inline .mega-submenu__wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
  max-height: 60vh;
  height: 100%;
  background: rgb(var(--color-background));
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4.8rem;
}
.list-menu--inline .mega-submenu__wrapper-inner {
  width: 100%;
  display: flex;
  gap: 2rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.list-menu--inline .mega-submenu__wrapper-inner::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
}
.list-menu--inline .mega-submenu__wrapper-inner::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.2);
  border-radius: 2rem;
}
.list-menu--inline .mega-submenu__tabs {
  width: max-content;
  max-width: 30rem;
  flex-shrink: 0;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 287px;
  width: 100%;
}
.list-menu--inline .mega-submenu__tab {
  line-height: 1.6;
  color: black;
  transition: color 0.4s;
  padding-bottom: 0.6rem;
}
.list-menu--inline .mega-submenu__tab:hover, .list-menu--inline .mega-submenu__tab:focus-within, .list-menu--inline .mega-submenu__tab:focus, .list-menu--inline .mega-submenu__tab:focus-visible, .list-menu--inline .mega-submenu__tab:active {
  color: rgb(var(--color-accent));
}
.list-menu--inline .mega-submenu__tab:focus-visible {
  outline-offset: 0;
}
.list-menu--inline .mega-submenu__tab.list-menu-item-animate {
  cursor: pointer;
}
.list-menu--inline .mega-submenu__tab.active {
  color: rgb(var(--color-accent));
}
.list-menu--inline .mega-submenu__tab.active span {
  background-size: 100% 0.1rem;
  background-position-x: left;
}
.list-menu--inline .mega-submenu__submenu {
  display: none;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, minmax(0, auto));
  gap: 0 1.6rem;
  max-width: calc(100% - 30rem - 4rem);
  height: max-content;
  margin-top: -0.6rem;
}
.list-menu--inline .mega-submenu__submenu.active {
  display: block;
  column-count: 2;
}
.list-menu--inline .mega-submenu__submenu-item {
  max-width: 30rem;
  word-break: break-word;
  cursor: pointer;
}
.list-menu--inline .mega-submenu__submenu-item a {
  padding-top: 0.6rem;
}
.list-menu--inline .mega-submenu__submenu-item span {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.list-menu--inline .mega-submenu__submenu-item:hover span, .list-menu--inline .mega-submenu__submenu-item:focus-within span, .list-menu--inline .mega-submenu__submenu-item:focus span, .list-menu--inline .mega-submenu__submenu-item:active span {
  color: rgb(var(--color-accent));
}

.one-row .list-menu--inline .list-menu-item:hover::before,
.one-row .list-menu--inline .list-menu-item:focus-within::before,
.one-row .list-menu--inline .list-menu-item:focus::before,
.one-row .list-menu--inline .list-menu-item:focus-visible::before,
.one-row .list-menu--inline .list-menu-item:active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: white;
  bottom: -11px;
  border-radius: 10px 10px 0 0;
  display: none;
}

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

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

.header__submenu {
  text-transform: none;
  border-radius: 1rem;
  box-shadow: 0px 4px 16px 0px rgba(var(--color-shadow), 0.15);
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), transform 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 15;
}
.header__submenu.list-menu {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.8rem 0;
}
.header__submenu .header__menu-item {
  width: 100%;
  justify-content: space-between;
  height: auto;
  padding: 0 0.8rem;
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.header__submenu .header__menu-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 1.6rem;
  border-radius: 0.6rem;
  transition: background-color var(--duration-default);
}
.header__submenu .header__menu-item--active span {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__submenu .header__menu-item:hover span {
    background-color: rgb(var(--color-background-secondary));
  }
}
@media screen and (min-width: 1100px) {
  .header__submenu .header__submenu {
    --clientY: var(--header-height);
    max-height: calc(100vh - var(--clientY) - 2rem);
    overflow: auto;
  }
  .header__submenu .header__submenu::-webkit-scrollbar {
    width: 0.4rem;
  }
  .header__submenu .header__submenu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-scrollbar));
    border-radius: 2rem;
  }
}

.header__inline-menu .list-menu--disclosure {
  position: absolute;
  width: 18rem;
  min-width: auto;
  top: calc(100% + 0.8rem);
  left: 0;
}
.header__inline-menu .list-menu--disclosure .list-menu--disclosure {
  margin: 0;
  top: -0.8rem;
  left: 100%;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__inline-menu li:hover > .header__submenu {
    opacity: 1;
    transform: rotateX(0deg) scale(1);
    pointer-events: all;
  }
  .header__inline-menu li:hover > .mega-submenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .header__inline-menu li:hover > .mega-submenu .header__menu-item-content::before {
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    height: 1rem;
    width: 100%;
    background-color: transparent;
  }
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

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

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

@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@media screen and (min-width: 1100px) {
  .overflow-hidden-mobile {
    overflow: hidden;
    overscroll-behavior: contain;
  }
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
}

.header__icon--cart {
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: opacity var(--duration-default);
  gap: 0.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon--cart:hover {
    color: rgb(var(--color-foreground-secondary));
  }
  .header__icon--cart:hover .cart-icon-bubble-svg__progress-circle {
    stroke-dashoffset: 0;
  }
}

.cart-icon-bubble-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}
.cart-icon-bubble-svg__bg-circle {
  fill: none;
  stroke: rgba(var(--color-foreground), 0.24);
  stroke-width: 1;
  transition: stroke 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.cart-icon-bubble-svg__progress-circle {
  fill: none;
  stroke: rgba(var(--color-foreground), 1);
  stroke-width: 1;
  stroke-dasharray: 200, 200;
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.55, 0, 0.1, 1);
}

.cart-count-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}

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

.header__scheme {
  position: relative;
  display: none;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .header__scheme {
    display: flex;
  }
}

.header__toggle-scheme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border: none;
  cursor: pointer;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__toggle-scheme:hover {
    color: rgb(var(--color-foreground-secondary));
  }
}
.header__toggle-scheme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  color: rgb(var(--color-foreground));
}
.header__toggle-scheme-item .icon {
  flex: none;
  width: 2.6rem;
  height: 2.6rem;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  z-index: 2;
}

@media (prefers-color-scheme: light) {
  [data-scheme=auto] .header__toggle-scheme-item .icon-light-mode {
    display: none;
  }
  .header__submenu,
  .header .disclosure__list,
  .header__account-modal {
    background-color: rgb(var(--color-background));
    box-shadow: 0 8px 40px 0 rgba(var(--color-shadow), 0.08);
  }
}
[data-scheme=light] .header__toggle-scheme-item .icon-light-mode {
  display: none;
}
[data-scheme=light] .header__submenu,
[data-scheme=light] .header .disclosure__list,
[data-scheme=light] .header__account-modal {
  background-color: rgb(var(--color-background));
  box-shadow: 0 8px 40px 0 rgba(var(--color-shadow), 0.08);
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .header__toggle-scheme-item .icon-dark-mode {
    display: none;
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu.list-menu {
    --color-background-secondary: 24, 24, 24;
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu,
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header .disclosure__list,
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__account-modal {
    background-color: #343435;
    box-shadow: 0 -8px 40px 0 rgba(0, 0, 0, 0.2);
  }
  [data-scheme=auto] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .drawer__inner {
    background-color: #343435;
  }
}
[data-scheme=dark] .header__toggle-scheme-item .icon-dark-mode {
  display: none;
}
[data-scheme=dark] .shopify-section-header.color-background-overlay:not(.shopify-section-header-sticky) .header__submenu.list-menu {
  --color-background-secondary: 24, 24, 24;
}
[data-scheme=dark] .header__submenu,
[data-scheme=dark] .header .disclosure__list,
[data-scheme=dark] .header__account-modal {
  background-color: #343435;
  box-shadow: 0 -8px 40px 0 rgba(0, 0, 0, 0.2);
}
[data-scheme=dark] .drawer__inner {
  background-color: #343435;
}

.mega-menu {
  position: fixed;
  z-index: 4;
  top: calc(var(--ann-height) * -1);
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: opacity var(--duration-default) cubic-bezier(0.57, 0.21, 0.69, 1.25), visibility var(--duration-default) cubic-bezier(0.57, 0.21, 0.69, 1.25);
  max-height: fit-content;
  overflow: auto;
}
@media screen and (min-width: 1100px) {
  .mega-menu:not(.mobile-mega-menu) {
    top: var(--mega-menu-top, calc(var(--ann-height) * -1));
    display: flex;
    flex-direction: column;
    height: calc(80vh - var(--header-height));
    height: calc(var(--vh, 1vh) * 80 - var(--header-height));
    height: calc(80svh - var(--header-height));
    max-height: calc(80vh - var(--header-height));
    max-height: calc(var(--vh, 1vh) * 80 - var(--header-height));
    max-height: calc(80svh - var(--header-height));
    overflow: hidden;
    background: rgb(var(--color-background));
    padding-bottom: 2.4rem;
  }
  .mega-menu:not(.mobile-mega-menu) .mega-menu__submenu-columns {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }
  .mega-menu:not(.mobile-mega-menu) .suggestions__featured-cards--wrapper {
    flex: 0 0 auto;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1536px) {
  .mega-menu:not(.mobile-mega-menu) {
    display: block;
    height: auto;
    max-height: fit-content;
    overflow: auto;
    background: transparent;
    padding-bottom: 0;
  }
  .mega-menu:not(.mobile-mega-menu) .mega-menu__submenu-columns {
    flex: initial;
    width: 100%;
    min-width: initial;
  }
  .mega-menu:not(.mobile-mega-menu) .suggestions__featured-cards--wrapper {
    flex: initial;
    width: 100%;
    height: 100%;
  }
}
.mega-menu[open=true] {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.mega-menu__overlay {
  position: fixed;
  z-index: 1;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent;
}
.mega-menu__wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  background: rgb(var(--color-background));
  padding-top: 4rem;
  padding-bottom: 4.8rem;
  display: flex;
  gap: 2rem;
  overflow-y: auto;
  flex-wrap: wrap !important;
}
.mega-menu__wrapper .suggestions__featured-cards--wrapper {
  justify-content: flex-start !important;
}
@media screen and (min-width: 1100px) {
  .mega-menu__wrapper {
    gap: 17.4rem;
  }
  .mega-menu__wrapper .suggestions__featured-cards--wrapper {
    flex: 0 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    margin-inline-start: auto;
    width: auto;
  }
}
@media screen and (min-width: 1100px) {
  .mega-menu__wrapper {
    flex: 1 1 auto;
    flex-wrap: nowrap !important;
    height: auto;
    min-height: 0;
    align-items: flex-start;
    overscroll-behavior: contain;
  }
  .mega-menu__wrapper::-webkit-scrollbar {
    width: 0.3rem;
    height: 0.3rem;
  }
  .mega-menu__wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.2);
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1536px) {
  .mega-menu__wrapper {
    flex: initial;
    height: 100%;
    min-height: initial;
    overflow-y: initial;
    overscroll-behavior: initial;
    gap: 2rem;
  }
  .mega-menu__wrapper .suggestions__featured-cards--wrapper {
    flex: initial;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-inline-start: 0;
    width: 100%;
  }
}
.mega-menu__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
  overflow: hidden;
}
.mega-menu__block:first-child {
  padding-bottom: 4rem;
}
.mega-menu__block--right {
  width: 34rem;
  margin-left: auto;
}
.mega-menu__submenu {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mega-menu__submenu-link {
  display: flex;
  opacity: 0.4;
  transition: opacity var(--duration-default);
}
.mega-menu__submenu-link .icon-arrow-small {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.mega-menu__submenu-link--active {
  opacity: 1;
}
.mega-menu__submenu-link-inner {
  padding: 1.2rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  word-break: break-word;
}
.mega-menu__submenu-link:first-child > .mega-menu__submenu-link-inner {
  padding-top: 0;
}
.mega-menu__submenu-link:last-child > .mega-menu__submenu-link-inner {
  padding-bottom: 0;
}
.mega-menu__submenu::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__submenu::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__info-links {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem 2.8rem;
}
.mega-menu__info-links a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__info-links a:hover {
    opacity: var(--hover-opacity);
  }
}
.mega-menu__media {
  width: 100%;
  display: none;
  opacity: 0;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 4rem 0;
  overflow: hidden;
  transition: opacity var(--duration-default);
}
.mega-menu__media--active {
  opacity: 1;
}
.mega-menu__media-label {
  color: rgb(var(--color-foreground-secondary));
}
.mega-menu__media--with-pad-right {
  padding-right: 3.2rem;
}
.mega-menu__products {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  overflow-y: auto;
  padding-right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__products {
    padding-right: 3.2rem;
  }
}
.mega-menu__products--scroll {
  padding-right: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__products--scroll {
    padding-right: 2.8rem;
  }
}
.mega-menu__products::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__products::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__products-card {
  position: relative;
  margin: 0;
  padding: 0;
  transition: var(--duration-default);
}
.mega-menu__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.mega-menu__image--landscape {
  aspect-ratio: 3/2;
}
.mega-menu__image--portrait {
  aspect-ratio: 3/4;
}
.mega-menu__image--square {
  aspect-ratio: 1/1;
}
.mega-menu__image img,
.mega-menu__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
  z-index: 1;
}
.mega-menu__image-link {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  inset: 0;
}
.mega-menu__image-link:empty {
  display: block;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__image-link:hover + img {
    transform: scale(1.03);
  }
}
.mega-menu__menu {
  width: 100%;
  display: block;
  overflow-y: auto;
  padding-right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__menu {
    padding-right: 3.2rem;
  }
}
.mega-menu__menu--scroll {
  padding-right: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__menu--scroll {
    padding-right: 2.8rem;
  }
}
.mega-menu__menu::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__menu::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__menu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mega-menu__menu-list-item {
  width: 100%;
}
.mega-menu__menu-list-item:first-child .mega-menu__menu-list-link {
  padding-top: 0;
}
.mega-menu__menu-list-item:last-child .mega-menu__menu-list-link {
  padding-bottom: 0;
}
.mega-menu__menu-list-link {
  width: 100%;
  padding: 1rem 0;
  transition: opacity var(--duration-default) ease;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__menu-list-link:hover {
    opacity: var(--hover-opacity);
  }
}
.mega-menu.mega-menu--with-cards .mega-menu__wrapper {
  display: block;
}
.mega-menu__cards-container {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 4rem;
}
.mega-menu__cards-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__cards-wrapper {
    padding-right: 7.2rem;
  }
}
.mega-menu__cards-wrapper--scroll {
  padding-right: 0.8rem;
}
@media screen and (min-width: 1200px) {
  .mega-menu__cards-wrapper--scroll {
    padding-right: 6.8rem;
  }
}
.mega-menu__cards-wrapper::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.mega-menu__cards-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.mega-menu__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  column-gap: 0.8rem;
  row-gap: 2rem;
}
.mega-menu__card {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu__card--link:hover .mega-menu__card-title {
    opacity: 0.5;
  }
  .mega-menu__card--link:hover .mega-menu__card-image {
    transform: scale(1.03);
  }
}
.mega-menu__card--link--active .mega-menu__card-title {
  opacity: 0.5;
}
.mega-menu__card-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--border-radius-block);
}
.mega-menu__card-image-wrapper--landscape {
  aspect-ratio: 16/9;
}
.mega-menu__card-image-wrapper--portrait {
  aspect-ratio: 4/5;
}
.mega-menu__card-image-wrapper--square {
  aspect-ratio: 1/1;
}
.mega-menu__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius-block);
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mega-menu__card-title {
  transition: opacity 0.4s ease;
}
.mega-menu .mega-menu__submenu-columns {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .mega-menu .mega-menu__submenu-columns {
    flex-wrap: wrap;
    gap: 4rem 8rem;
    align-content: flex-start;
  }
  .mega-menu .mega-menu__submenu-columns .mega-menu__submenu-column:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .mega-menu .mega-menu__submenu-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    align-content: flex-start;
  }
  .mega-menu .mega-menu__submenu-columns .mega-menu__submenu-column:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1536px) {
  .mega-menu .mega-menu__submenu-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    flex: initial;
    min-width: initial;
    width: 100%;
    grid-template-columns: unset;
  }
}
.mega-menu .mega-menu__submenu-columns .button__label {
  font-size: 18px;
}
@media screen and (min-width: 1100px) {
  .mega-menu .suggestions__featured-cards--wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card {
    width: 44.8rem;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card:last-child {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .mega-menu .suggestions__featured-cards--wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card {
    width: 44.8rem;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1536px) {
  .mega-menu .suggestions__featured-cards--wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card {
    max-width: 44.8rem;
  }
  .mega-menu .suggestions__featured-cards--wrapper .suggestions__featured-card:last-child {
    margin-bottom: 0;
  }
}
.mega-menu .mega-menu__submenu-column {
  max-width: 200px;
  width: 100%;
}
.mega-menu .mega-menu__submenu-column ul li {
  display: flex;
}
@media screen and (min-width: 1100px) {
  .mega-menu .mega-menu__submenu-column {
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width: 1536px) {
  .mega-menu .mega-menu__submenu-column {
    max-width: 28.6rem;
    width: 100%;
  }
}
.mega-menu .mega-menu__submenu-column .column-image--wrapper-link {
  display: block;
}
.mega-menu .mega-menu__submenu-column .mega-menu__submenu-column-image--wrapper {
  width: 96px;
  height: 96px;
  border-radius: var(--border-radius-block);
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.mega-menu .mega-menu__submenu-column .mega-menu__submenu-column-image--wrapper::hover img {
  transform: translate3d(0px, -100%, 0px);
}
.mega-menu .mega-menu__submenu-column .mega-menu__submenu-column-image--wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mega-menu .mega-menu__submenu-column .button {
  margin-bottom: 1rem;
}
.mega-menu .mega-menu__submenu-column .button span {
  color: rgb(var(--color-foreground));
}
.mega-menu .mega-menu__submenu-column .button svg {
  visibility: hidden;
}
.mega-menu .mega-menu__submenu-column .button svg path {
  visibility: hidden;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu .mega-menu__submenu-column .button:hover span {
    color: rgb(var(--color-button-tertiary-text));
  }
  .mega-menu .mega-menu__submenu-column .button:hover svg {
    visibility: visible;
  }
  .mega-menu .mega-menu__submenu-column .button:hover svg path {
    visibility: visible;
  }
}
.mega-menu .mega-menu__submenu-column ul li {
  cursor: pointer;
}
.mega-menu .mega-menu__submenu-column ul li a {
  padding-bottom: 0.6rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu .mega-menu__submenu-column ul li a:hover span {
    color: rgb(var(--color-accent));
  }
}
.mega-menu .mega-menu__submenu-column ul li span {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  transition: color 0.4s;
}
.mega-menu .mega-menu__submenu-column ul li .tag {
  margin-left: 8px;
  background-color: rgb(var(--color-accent));
  padding: 0.2rem 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  border-radius: var(--border-radius-block);
  height: fit-content;
}
.mega-menu .mega-menu__submenu-column ul li .tag:hover {
  color: white;
}

.suggestions__featured-card,
.mega-menu .suggestions__featured-card {
  min-width: 300px;
  border-radius: var(--border-radius-block);
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  background: rgb(var(--color-background));
}
.suggestions__featured-card .button--tertiary,
.mega-menu .suggestions__featured-card .button--tertiary {
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .suggestions__featured-card,
  .mega-menu .suggestions__featured-card {
    max-width: 44.8rem;
  }
}
@media screen and (max-width: 750px) {
  .suggestions__featured-card,
  .mega-menu .suggestions__featured-card {
    min-width: 285px;
  }
}
.suggestions__featured-card .overlay-link,
.mega-menu .suggestions__featured-card .overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.suggestions__featured-card .featured-card__image-wrapper,
.mega-menu .suggestions__featured-card .featured-card__image-wrapper {
  width: 100%;
  height: 254px;
  position: relative;
  overflow: hidden;
}
.suggestions__featured-card .featured-card__image-wrapper img,
.suggestions__featured-card .featured-card__image-wrapper svg,
.mega-menu .suggestions__featured-card .featured-card__image-wrapper img,
.mega-menu .suggestions__featured-card .featured-card__image-wrapper svg {
  max-height: 25.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
  visibility: visible;
}
@media screen and (max-width: 990px) {
  .suggestions__featured-card .featured-card__image-wrapper,
  .mega-menu .suggestions__featured-card .featured-card__image-wrapper {
    height: 175px;
  }
}
.suggestions__featured-card .featured-card__badge,
.mega-menu .suggestions__featured-card .featured-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(var(--article-badge-bg));
  color: rgb(var(--article-badge-color));
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.2rem 1rem;
  border-radius: var(--border-radius-block);
  max-width: 160px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* максимум 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (hover: hover) and (pointer: fine) {
  .suggestions__featured-card:hover .featured-card__image-wrapper img,
  .suggestions__featured-card:hover .featured-card__image-wrapper svg,
  .mega-menu .suggestions__featured-card:hover .featured-card__image-wrapper img,
  .mega-menu .suggestions__featured-card:hover .featured-card__image-wrapper svg {
    transition: transform var(--duration-long) ease, opacity var(--duration-long) ease;
  }
  .suggestions__featured-card:hover .collection-card__title,
  .mega-menu .suggestions__featured-card:hover .collection-card__title {
    opacity: 0.6;
  }
}
.suggestions__featured-card .info-wrapper,
.mega-menu .suggestions__featured-card .info-wrapper {
  padding: 2rem 2.4rem;
  display: flex;
  gap: 38px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 176px;
}
@media screen and (max-width: 750px) {
  .suggestions__featured-card .info-wrapper,
  .mega-menu .suggestions__featured-card .info-wrapper {
    gap: 1.6rem;
    min-height: 140px;
  }
}
.suggestions__featured-card .info-wrapper .collection-card__title,
.mega-menu .suggestions__featured-card .info-wrapper .collection-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  transition: opacity var(--duration-long) ease;
}
.suggestions__featured-card .info-wrapper .button--arrow,
.mega-menu .suggestions__featured-card .info-wrapper .button--arrow {
  line-height: 1.6 !important;
  z-index: 3;
}

.suggestions__featured-cards--wrapper {
  display: flex;
  gap: 2rem;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
}
.suggestions__featured-cards--wrapper.only-cards {
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .suggestions__featured-cards--wrapper {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .suggestions__featured-cards--wrapper {
    flex-wrap: wrap;
  }
}

.list-menu--megamenu-visible .header__menu-item > span::after {
  opacity: 1;
  visibility: visible;
}

.menu-drawer {
  overflow: visible;
}
.menu-drawer__mega-menu {
  position: static;
  padding: 0;
  max-height: unset;
  pointer-events: all;
  opacity: 1;
}
.menu-drawer::after {
  content: "";
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 70px;
  background-color: white;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .shopify-section-header:not(.shopify-section-header-sticky):not(.color-background-overlay) .header-wrapper {
    background-color: rgb(31, 31, 31);
  }
  [data-scheme=auto] .shopify-section-header.shopify-section-header-sticky .header-wrapper {
    background-color: rgb(52, 52, 53);
  }
}
[data-scheme=dark] .shopify-section-header:not(.shopify-section-header-sticky):not(.color-background-overlay) .header-wrapper {
  background-color: rgb(31, 31, 31);
}
[data-scheme=dark] .shopify-section-header.shopify-section-header-sticky .header-wrapper {
  background-color: rgb(52, 52, 53);
}

noscript .localization-form__select {
  position: relative;
  display: flex;
  align-items: center;
}
noscript .localization-form__select + .button--underline {
  font-size: 1.2rem;
}
noscript .localization-form__select svg {
  position: absolute;
  right: 1.2rem;
  pointer-events: none;
}

/* Breadcrumb  */
.breadcrumb {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-family: var(--font-body-family);
  font-weight: 700;
  color: rgba(var(--color-foreground-secondary));
  background-color: transparent;
  margin: 2.4rem 0;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin: 4rem 0;
  }
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color var(--duration-default);
}
@media screen and (pointer: fine) {
  .breadcrumb a:hover {
    color: rgba(var(--color-foreground), 0.8);
  }
}
.breadcrumb span {
  color: rgba(var(--color-foreground));
}

body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .focus-inset,
body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .icon-breadcrumb {
  color: rgb(var(--color-background));
  opacity: 0.5;
}
@media screen and (pointer: fine) {
  body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .focus-inset:hover {
    color: rgb(var(--color-background));
    opacity: 0.9;
  }
}
body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb span {
  color: rgb(var(--color-background));
}

[data-scheme=dark] body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .focus-inset,
[data-scheme=dark] body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .icon-breadcrumb {
  color: rgb(var(--color-foreground));
  opacity: 0.5;
}
@media screen and (pointer: fine) {
  [data-scheme=dark] body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb .focus-inset:hover {
    color: rgb(var(--color-foreground));
    opacity: 0.9;
  }
}
[data-scheme=dark] body:has(main > .shopify-section:first-child:not(.not-margin) > .media-banner[data-breadcrumb-overlay=true][data-overlay-active=true]) .breadcrumb span {
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 576px) {
  .popup-scroll-hidden {
    overflow: hidden;
    width: 100%;
  }
}

.popup-scroll-hidden-mobile {
  overflow: hidden;
  width: 100%;
  touch-action: none;
}
@media screen and (min-width: 576px) {
  .popup-scroll-hidden-mobile {
    overflow: visible;
    width: auto;
    touch-action: auto;
  }
}

.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(0.9);
  }
}
@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;
  animation-duration: 0.3s;
}

.popupExitSlide {
  animation-name: popupExitSlide;
  animation-duration: 0.3s;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
  animation-duration: 0.3s;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
  animation-duration: 0.3s;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100% - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: var(--duration-default);
}
@media screen and (min-width: 750px) {
  .popup {
    max-width: calc(100% - 6.4rem);
    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: 3.2rem;
  }
}
.popup--top-left {
  top: 2rem;
  inset-inline-start: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    top: 3.2rem;
    inset-inline-start: 2.2rem;
  }
}
.popup--top-right {
  top: 2rem;
  inset-inline-end: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 3.2rem;
    inset-inline-end: 2.2rem;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 3.2rem;
  }
}
.popup--bottom-left {
  inset-inline-start: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    inset-inline-start: 2.2rem;
    bottom: 3.2rem;
  }
}
.popup--bottom-right {
  inset-inline-end: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    inset-inline-end: 2.2rem;
    bottom: 3.2rem;
  }
}
.popup--left {
  inset-inline-start: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--left {
    inset-inline-start: 2.2rem;
  }
}
.popup--right {
  top: 50%;
  inset-inline-end: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--right {
    inset-inline-end: 2.2rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: var(--border-radius-block);
}
.popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.popup-container {
  width: 100%;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-block);
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 2%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .popup-text a:hover {
    background-size: 0% 5%;
    background-position: right 100%;
    opacity: 0.8;
  }
}
.popup-text.rte > * {
  word-break: break-word;
}
.popup-text.rte ul,
.popup-text.rte ol {
  width: max-content;
}
.popup .popup-close {
  position: absolute;
  top: 1rem;
  inset-inline-end: 1rem;
  width: 3.3rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity var(--duration-default);
}
.popup .popup-close .icon-close-small {
  width: 3.3rem;
  height: 3.3rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .popup .popup-close:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 576px) {
  .popup .popup-close {
    inset-inline-end: 2rem;
    top: 1.6rem;
  }
}
.popup-open {
  display: flex;
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-open[data-mobile-disable=true] {
  display: none;
}
.popup-open[data-mobile-disable=true] + .popup-overlay {
  display: none;
}
@media screen and (min-width: 576px) {
  .popup-open[data-mobile-disable=true] {
    display: flex;
  }
  .popup-open[data-mobile-disable=true] + .popup-overlay {
    display: block;
  }
}
.popup-overlay {
  background-color: rgba(var(--color-modal-overlay), 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  position: fixed;
  display: none;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}

.popup-main {
  border-radius: var(--border-radius-block);
  overflow: hidden;
  max-width: calc(100% - 4rem);
  max-height: calc(100vh - 4rem);
  max-height: calc(100svh - 4rem);
}
@media (min-width: 1200px) {
  .popup-main {
    max-width: calc(100% - 12.8rem);
    max-height: calc(100vh - 6.4rem);
    max-height: calc(100svh - 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: 25%;
}
@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;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image, .popup-main-image--right .popup-outer_image {
    position: relative;
    max-height: var(--popup-ratio-max-height, 43.4rem);
  }
  .popup-main-image--left .popup-thumbnail, .popup-main-image--right .popup-thumbnail {
    max-height: none;
    align-self: flex-start;
    flex: 0 0 50%;
  }
  .popup-main-image--left .popup-content, .popup-main-image--right .popup-content {
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-end: 0;
    width: 50%;
  }
  .popup-main-image--left .popup-wrapper-text, .popup-main-image--right .popup-wrapper-text {
    max-height: none;
  }
}
.popup-main .popup-wrap {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.popup-main .popup-container {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.popup-main .popup-outer {
  flex: 1;
  min-height: 0;
}
.popup-main.popup-main--no-image .popup-container {
  min-height: 35dvh;
}
.popup-main.popup-main--no-image .popup-content {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}
.popup-main .popup-wrapper-text {
  position: relative;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  justify-content: space-between;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  align-items: flex-start;
  max-height: 42dvh;
}
.popup-main .popup-wrapper-text::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.popup-main .popup-wrapper-text::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
.popup-main .popup-heading-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.popup-main .popup-column {
  flex: 1;
}
.popup-main .popup-column:first-child *:first-child {
  margin-inline-end: 4rem;
}
@media screen and (min-width: 990px) {
  .popup-main .popup-column:first-child {
    max-width: 49%;
  }
  .popup-main .popup-column:first-child *:first-child {
    margin-inline-end: 0;
  }
  .popup-main .popup-column:last-child {
    max-width: 44%;
  }
}
.popup-main .popup-heading {
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-align: start;
  text-transform: none;
}
.popup-main .popup-description {
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.8rem);
  color: rgb(var(--color-foreground));
  word-break: break-word;
  text-align: start;
}
.popup-main .popup-text {
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  color: rgb(var(--color-foreground));
  word-break: break-word;
  max-width: 44rem;
}
.popup-main .popup-text p {
  color: inherit;
}
.popup-main .popup-thumbnail {
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-height: 47dvh;
}
.popup-main .popup-thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: var(--padding_bottom);
}
.popup-main .popup-thumbnail img,
.popup-main .popup-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.popup-main .popup-thumbnail .popup-thumbnail-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}
.popup-main .popup-content {
  padding: 2rem;
  padding-block-start: 4rem;
  flex: 1 0 50%;
  order: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main .popup-content .modal-close-button {
  color: rgb(var(--color-foreground));
}
.popup-main .popup-content .newsletter-form__privacy {
  margin-top: 1.2rem;
}
.popup-main .popup-content .newsletter-form__privacy.richtext a {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.popup-main .popup-content .newsletter-form__inner {
  align-items: center;
}
.popup-main .popup-content .newsletter-form__inner .button {
  padding: 1.3rem;
}
.popup-main .popup-content--center {
  text-align: center;
}
.popup-main .popup-content--center .popup-heading,
.popup-main .popup-content--center .popup-description,
.popup-main .popup-content--center .popup-text {
  text-align: center;
}
.popup-main .popup-content--center .popup-wrapper-text {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form__inner {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input::-webkit-input-placeholder {
  text-align: start;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input:-moz-placeholder {
  text-align: start;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input::-moz-placeholder {
  text-align: start;
}
.popup-main .popup-content--center .newsletter-form__inner .field__input:-ms-input-placeholder {
  text-align: start;
}
.popup-main .popup-content--center .newsletter-form__privacy {
  text-align: center;
}
.popup-main .popup-content--center .newsletter-form__message {
  justify-content: center;
}
.popup-main .popup-content--center .list-social {
  justify-content: center;
}
.popup-main .popup-content--left {
  text-align: start;
}
.popup-main .popup-content--left .popup-heading,
.popup-main .popup-content--left .popup-description,
.popup-main .popup-content--left .popup-text {
  text-align: start;
}
.popup-main .popup-content--left .popup-wrapper-text {
  align-items: flex-start;
}
.popup-main .popup-content--left .list-social {
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 3.2rem;
    padding-block-end: 2.7rem;
    padding-block-start: 5.6rem;
  }
}
@media (min-width: 750px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
  .popup-main-image--right .popup-thumbnail {
    margin-inline-start: auto;
  }
  .popup-main-image--right .popup-content {
    inset-inline-end: auto;
    inset-inline-start: 0;
  }
}
.popup-main .newsletter-form {
  width: 100%;
  max-width: 45rem;
}
.popup-main .newsletter-form__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: min(41.6rem, 100%);
  overflow: hidden;
  border-radius: var(--border-radius-input);
  background-color: rgb(var(--color-background-secondary));
  padding-inline-end: 0.6rem;
}
.popup-main .newsletter-form__field-wrapper {
  width: min(41.6rem, 100%);
}
.popup-main .newsletter-form .field {
  border: unset;
  border-radius: 0;
  background-color: rgb(var(--color-background-secondary));
}
.popup-main .newsletter-form .field__input {
  background-color: transparent !important;
  border: unset !important;
  padding: 1.8rem 2rem !important;
  height: 6.2rem;
  border-radius: 0;
}
.popup-main .newsletter-form .button .button__label {
  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;
}
@media (min-width: 750px) {
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .newsletter-form__field-wrapper {
    flex: 1;
    min-width: 0;
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .field {
    background-color: rgb(var(--color-background-secondary));
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .button {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    flex-shrink: 0;
    padding: 0;
    border-radius: var(--border-radius-input);
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .button .button__content {
    column-gap: 0;
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .button .button__icons {
    color: rgb(var(--color-button-text));
  }
  .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) .button .button__icon svg path {
    stroke: rgb(var(--color-button-text));
  }
}
.popup-main .list-social {
  margin-inline-start: -0.6rem;
  margin-bottom: 0.8rem;
}
.popup-main .list-social:last-child {
  margin-bottom: 0;
}
.popup-main .list-social:empty {
  display: none;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
  .popup-main .popup-thumbnail {
    max-height: none;
  }
}
.popup-main-image--top .popup-thumbnail {
  width: 100%;
  flex: 0 0 auto;
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
@media (min-width: 750px) {
  .popup-main-image--top .popup-thumbnail {
    max-height: 60dvh;
  }
  .popup-main-image--top .popup-content {
    max-height: 30dvh;
  }
}
.popup-main-image--bottom .popup-thumbnail {
  width: 100%;
  flex: 0 0 auto;
}
.popup-main-image--bottom .popup-content {
  padding-top: 6.4rem;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
@media (min-width: 750px) {
  .popup-main-image--bottom .popup-thumbnail {
    max-height: 60dvh;
  }
  .popup-main-image--bottom .popup-content {
    max-height: 30dvh;
  }
}
.popup-main:focus, .popup-main:focus-visible {
  outline: 0;
}

.notification-banner {
  border-radius: var(--border-radius-block);
}
.notification-banner .popup-outer {
  padding: 2rem;
  padding-top: 3.2rem;
  align-items: flex-start;
}
.notification-banner .popup-heading {
  margin: 0;
  font-size: calc(var(--font-heading-h3-scale) * 2rem);
  text-align: start;
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 1.6rem;
}
.notification-banner .popup-text {
  padding-inline-end: 1rem;
  font-size: calc(var(--font-body-scale) * 1.3rem);
  word-break: break-word;
}
.notification-banner .popup-button,
.notification-banner .button {
  margin-top: 2rem;
  border-radius: var(--border-radius-button);
}
.notification-banner--box .popup-close {
  top: 0.2rem;
  inset-inline-end: 0.2rem;
}
.notification-banner--box .popup-text.rte ul,
.notification-banner--box .popup-text.rte ol {
  width: auto;
  max-width: 100%;
}
.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  inset-inline-start: 0;
  bottom: auto;
  transform: none;
}
.notification-banner--bar.popup--top .popup-wrap {
  border-radius: 0;
}
.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  inset-inline-start: 0;
  bottom: 0;
  transform: none;
}
.notification-banner--bar.popup--bottom .popup-wrap {
  border-radius: 0;
}
.notification-banner--bar .popup-outer {
  padding: 2rem;
}
.notification-banner--bar .popup-close {
  top: 0.2rem;
  inset-inline-end: 0.2rem;
}
@media (min-width: 750px) {
  .notification-banner--bar .popup-outer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin: 0 auto;
  }
  .notification-banner--bar .popup-close {
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 0.2rem;
  }
  .notification-banner--bar .button {
    margin-top: 0;
    width: auto;
  }
}
.notification-banner--bar .popup-text.rte ul,
.notification-banner--bar .popup-text.rte ol {
  width: auto;
  max-width: 100%;
}
.notification-banner--banner .popup-outer {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem;
}
.notification-banner--banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image,
.notification-banner--banner .popup-outer-image--top .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner--banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--bottom .notification-banner__image,
.notification-banner--banner .popup-outer-image--bottom .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner--banner .popup-button {
  max-width: 18rem;
}
.notification-banner--banner .notification-banner__image {
  position: relative;
  flex: 1 35%;
  min-width: 7.6rem;
  align-self: stretch;
  display: flex;
  border-radius: var(--border-radius-block);
  overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
  flex: 1 65%;
  padding: 2.4rem 3.2rem 2.4rem 2.4rem;
}
.notification-banner--banner .popup-close,
.notification-banner--banner .popup-outer_bg .modal-close-button {
  top: 0.2rem;
  inset-inline-end: 0.2rem;
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 240px) {
  .notification-banner--banner.notification-banner-image--top .notification-banner__image, .notification-banner--banner.notification-banner-image--bottom .notification-banner__image {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  .notification-banner--banner.notification-banner-image--top .notification-banner__content, .notification-banner--banner.notification-banner-image--bottom .notification-banner__content {
    flex: 0 0 auto;
    width: 100%;
  }
}
.notification-banner__content .popup-text.rte ul,
.notification-banner__content .popup-text.rte ol {
  width: auto;
  max-width: 100%;
}
.notification-banner__content .popup-text.rte > * {
  margin-inline-start: 0;
}
.notification-banner:focus, .notification-banner:focus-visible {
  outline: 0;
}

.age-verification {
  position: fixed;
  z-index: 9999999;
  inset: 0;
  -webkit-backface-visibility: hidden;
  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;
  }
}
.age-verification .popup-text p {
  text-align: center;
  font-size: calc(var(--font-body-scale) * 1.6rem);
}
@media screen and (min-width: 576px) {
  .age-verification .popup-text p {
    font-size: calc(var(--font-body-scale) * 1.8rem);
  }
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
  overflow: hidden;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 70dvh;
  overflow-y: auto;
  padding-bottom: 2rem;
  width: 100%;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__question .popup-text {
  text-align: center;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 750px) {
  .age-verification__buttons {
    margin-top: 2.4rem;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
  border-radius: var(--border-radius-button);
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}
.age-verification__declined .popup-text {
  text-align: center;
}
.age-verification .popup-text.rte ul,
.age-verification .popup-text.rte ol {
  display: inline-block;
  margin-inline: auto;
  width: auto;
  max-width: 100%;
  list-style-position: inside;
  padding-inline-start: 0;
  text-align: start;
}
.age-verification:focus, .age-verification:focus-visible {
  outline: 0;
}

.infinite-scroll__loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
}
.infinite-scroll__loader.loading {
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__loader.loading {
    margin-top: 4.8rem;
  }
}
.infinite-scroll__loader.loading .infinite-scroll__spinner {
  display: flex;
}
.infinite-scroll__spinner {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button));
  border-radius: 100px;
}
.infinite-scroll__spinner svg.spinner {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}

.price-wrapper {
  margin-top: 1.6rem;
}

.price {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  color: rgb(var(--color-card-price-regular));
  font-weight: 700;
}
.price-item--regular {
  color: rgb(var(--color-card-price-regular));
  font-weight: 700;
}
.price-item--sale {
  color: rgb(var(--color-card-price-sale));
  font-weight: var(--font-heading-card-weight);
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  color: rgb(var(--color-card-price-regular));
  text-decoration-color: rgb(var(--color-card-price-regular));
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 450px) {
  .price--on-sale .price__sale {
    font-size: 1.6rem;
  }
}

.price.price--unavailable {
  visibility: hidden;
}

.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.price dd {
  margin: 0;
}

.price .price__last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}

.price__compare .price-item--regular {
  color: rgb(var(--color-card-price-compare));
  text-decoration-color: rgb(var(--color-card-price-compare));
}

/*.price__sale dd {
	display: flex;
	align-items: flex-end;
	text-align: end;
}

.price__regular dd {
	text-align: end;
}*/
.unit-price {
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  margin-top: 0.4rem !important;
  text-transform: uppercase;
  color: rgb(var(--color-card-price-regular));
}

.price-item--old {
  color: rgb(var(--color-card-price-compare));
  text-decoration-color: rgb(var(--color-card-price-compare));
  font-weight: 400;
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  padding: 0.2rem 1rem;
  text-transform: none;
  word-break: break-word;
  border-radius: var(--border-radius-product);
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
}
.badge--sale {
  color: rgb(var(--sale-badge-color));
  background-color: rgb(var(--sale-badge-bg));
}
.badge--sold-out {
  background-color: rgb(var(--sold-out-badge-bg));
  color: rgb(var(--sold-out-badge-color));
}
.badge--custom {
  background-color: rgb(var(--custom-badge-bg));
  color: rgb(var(--custom-badge-color));
}
.badge span {
  display: inline-flex;
  align-items: center;
}

.discounts {
  font-size: 1.3rem;
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.discounts__discount-label {
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  word-break: break-word;
}
.discounts__discount-label > .icon-discount {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.discounts__discount--end {
  justify-content: flex-end;
}

.discounts__discount--center {
  justify-content: center;
}

.discounts__discount > .icon {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}

.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--color-background-secondary));
  color: rgb(var(--color-foreground));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity var(--duration-default), visibility var(--duration-default);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 576px) {
  .scroll-top {
    bottom: 4rem;
    right: 4rem;
  }
}
.scroll-top svg {
  flex: none;
  width: 2rem;
  height: 2rem;
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (hover: hover) and (pointer: fine) {
  .scroll-top:hover {
    opacity: var(--hover-opacity);
  }
}

@keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -4px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.copy-btn {
  position: relative;
}
.copy-btn__success, .copy-btn__error {
  display: none;
  animation: fadeInToUp 0.2s ease;
  z-index: 10;
}
.copy-btn .copy-success,
.copy-btn .copy-error {
  position: absolute;
  inset: 0;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  animation-delay: 0.2s;
}
.copy-btn.copied {
  pointer-events: none;
}
.copy-btn.copied .icon-copy {
  animation: fadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.copied .copy-success {
  animation: fadeInScale 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.copy-btn.copied .copy-btn__success {
  display: block;
}
.copy-btn.notCopied {
  pointer-events: none;
}
.copy-btn.notCopied .icon-copy {
  animation: fadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.notCopied .copy-error {
  animation: fadeInScale 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.copy-btn.notCopied .copy-btn__error {
  display: block;
}

.disclosure {
  position: relative;
}

.disclosure__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.disclosure__button span,
.disclosure__button .icon {
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__button:hover span,
  .disclosure__button:hover .icon {
    opacity: var(--hover-opacity);
  }
}

.disclosure__list {
  position: absolute;
  bottom: 100%;
  max-width: 25rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 19rem;
  padding: 1.2rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-input));
  border-radius: 1.2rem;
  transform: translateY(-1rem);
  z-index: 2;
  overflow-y: auto;
}
.disclosure__list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.disclosure__list::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}

.disclosure__list .link {
  width: 100%;
  padding: 1rem 2rem;
  line-height: var(--font-body-line-height);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  text-transform: var(--font-body-text-transform);
  border-radius: 0.6rem;
  transition: background-color var(--duration-default);
}
.disclosure__list .link span {
  gap: 0.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__list .link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}

.disclosure__item {
  position: relative;
}

.disclosure__link {
  display: block;
  padding: 0.5rem 2.2rem;
  text-decoration: none;
  line-height: 1.4;
}
.disclosure__link > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.4rem;
}
.disclosure__link > span > span {
  flex-shrink: 0;
}

#FooterLanguageList .disclosure__link > span {
  display: inline;
  width: unset;
}

.disclosure__link--active span::after {
  width: 100%;
}

.localization-selector {
  color: rgb(var(--color-foreground));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  height: auto;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.localization-selector .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
}
.localization-selector span,
.localization-selector .icon {
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .localization-selector:hover span,
  .localization-selector:hover .icon {
    opacity: var(--hover-opacity);
  }
}
.localization-selector .icon-caret {
  flex: none;
}

.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%;
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
}
.loading-overlay__spinner svg {
  width: 2rem;
  height: 2rem;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@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;
}

:disabled,
[aria-disabled=true],
.disabled,
.swiper-button-disabled {
  cursor: not-allowed !important;

  /* Ocultar widget flotante Calidad de la Tienda */
#shop-quality-widget,
[id*="shop-quality"],
[class*="shop-quality"],
shopify-store-quality {
  display: none !important;
}
