/** Shopify CDN: Minification failed

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

**/
@charset "UTF-8";
.container,
.container-fluid,
.container-xxxl,
.shopify-policy__container-xxxl,
.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-xxxl,
  .shopify-policy__container-xxxl,
  .container-xxl,
  .shopify-policy__container-xxl,
  .container-xl,
  .shopify-policy__container-xl,
  .container-lg,
  .shopify-policy__container-lg,
  .container-md,
  .shopify-policy__container-md,
  .container-sm,
  .shopify-policy__container-sm,
  .shopify-policy__container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 576px) {
  .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .container-lg,
  .shopify-policy__container-lg, .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 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: 1160px;
  }
}
@media (min-width: 1920px) {
  .container-xxxl,
  .shopify-policy__container-xxxl, .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: 1520px;
  }
}
/* Base */
.no-js:not(html) {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

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

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

.visibility-hidden {
  visibility: hidden;
}

.skip-to-content-link:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--font-button-scale) * 0.8rem);
  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);
  line-height: var(--font-button-line-height);
  text-decoration: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 9999;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  top: 0;
  left: 0;
  color: rgb(var(--color-primary-button-text));
  background-color: rgb(var(--background-color-primary-button));
  padding: 0.4rem;
  margin: 0;
}

.overflow-hidden,
.overflow-hidden-drawer {
  overflow: hidden;
  overscroll-behavior: contain;
}

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

@media screen and (max-width: 1160px) {
  body.forced-scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: var(--current-body-scroll, 0px);
  }
  body.forced-scroll-locked .shopify-section-header {
    position: fixed;
    top: var(--ann-height);
    left: 0;
    right: 0;
    width: 100%;
  }
  body.forced-scroll-locked #MainContent {
    margin-top: var(--header-height);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.has-vertical-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.has-vertical-scrollbar::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.has-vertical-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-scrollbar));
  border-radius: 4rem;
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

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

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

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

.shopify-policy__title {
  text-align: left;
  margin: 2.4rem auto 0;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .shopify-policy__title {
    max-width: 53rem;
  }
}
[dir=rtl] .shopify-policy__title {
  text-align: right;
}

.shopify-policy__body {
  margin: 3.2rem auto 0;
  padding-bottom: 5.6rem;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    margin-top: 4rem;
    padding-bottom: 7.2rem;
    max-width: 53rem;
  }
}

.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);
  line-height: 1.375;
  -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));
}
.shopify-challenge__container {
  margin: 7rem auto;
}

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

.block__divider {
  height: 0.01rem;
  max-height: 0.01rem;
  width: 100%;
}
.block__divider--border {
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.block__divider:empty {
  display: block;
}
.block__divider + * {
  margin-top: 0;
}

@keyframes cardFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* 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);
  text-transform: var(--font-heading-text-transform);
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.h0 {
  font-size: calc(var(--font-heading-h0-scale) * 4.2rem);
}
@media screen and (min-width: 576px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 4.8rem);
  }
}
@media screen and (min-width: 990px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 5.6rem);
  }
}
@media screen and (min-width: 1360px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 6.4rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3.4rem);
}
@media only screen and (min-width: 990px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 5rem);
  }
}

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

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

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

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

h6,
.h6 {
  font-size: 1.6rem;
}

.subheading-font {
  font-family: var(--font-subheading-family);
  font-style: var(--font-subheading-style);
  font-weight: var(--font-subheading-weight);
  letter-spacing: var(--font-subheading-letter-spacing);
  line-height: var(--font-subheading-line-height);
  text-transform: var(--font-subheading-text-transform);
  font-size: calc(var(--font-subheading-scale) * 1rem);
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  color: rgb(var(--color-foreground-secondary));
}
.subheading-font--text-align-left {
  text-align: left;
}
.subheading-font--text-align-right {
  text-align: right;
}
.subheading-font--text-align-center {
  text-align: center;
}

.body-font {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: var(--font-body-letter-spacing);
  font-style: var(--font-body-style);
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  color: rgb(var(--color-foreground));
}

.body-large {
  font-size: calc(var(--font-body-scale) * 1.8rem);
}

.body-normal {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}

.body-small {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}

.body-xs {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}

.menu-font {
  font-family: var(--font-menu-family);
  font-style: var(--font-menu-style);
  font-weight: var(--font-menu-weight);
  letter-spacing: var(--font-menu-letter-spacing);
  line-height: var(--font-menu-line-height);
  text-transform: var(--font-menu-text-transform);
  font-size: calc(var(--font-menu-scale) * 1.4rem);
  word-wrap: break-word;
  word-break: break-word;
}

.tag-font {
  font-family: var(--font-tag-family);
  font-style: var(--font-tag-style);
  font-weight: var(--font-tag-weight);
  letter-spacing: var(--font-tag-letter-spacing);
  line-height: var(--font-tag-line-height);
  text-transform: var(--font-tag-text-transform);
  font-size: calc(var(--font-tag-scale) * 1.4rem);
  word-wrap: break-word;
  word-break: break-word;
}

.product-name-font {
  font-family: var(--font-product-name-family);
  font-style: var(--font-product-name-style);
  font-weight: var(--font-product-name-weight);
  letter-spacing: var(--font-product-name-letter-spacing);
  line-height: var(--font-product-name-line-height);
  text-transform: var(--font-product-name-text-transform);
  font-size: calc(var(--font-product-name-scale) * 1.5rem);
  word-wrap: break-word;
  word-break: break-word;
}

.price-font {
  font-family: var(--font-product-price-family);
  font-style: var(--font-product-price-style);
  font-weight: var(--font-product-price-weight);
  letter-spacing: var(--font-product-price-letter-spacing);
  line-height: var(--font-product-price-line-height);
  font-size: calc(var(--font-product-price-scale) * 1.5rem);
  word-wrap: break-word;
  word-break: break-word;
}
.price-font--big {
  font-size: calc(var(--font-product-price-scale) * 1.8rem);
}

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

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

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
}

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;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.page-header {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
}
.page-header + .block-description {
  max-width: 38rem;
  margin-top: 0.8rem;
}

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

.description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  max-width: 41.6rem;
  word-break: break-word;
}
.description--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.description--right {
  text-align: right;
  margin-left: auto;
}

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

.underlined-link {
  display: inline;
  background-position: left 94%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) {
  .underlined-link:hover {
    background-size: 0% 0.1rem;
    background-position: right 94%;
  }
}
.underlined-link:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.underlined-link-secondary {
  display: inline;
  background-position: left 94%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .underlined-link-secondary:hover {
    background-size: 0% 0.1rem;
    background-position: right 94%;
  }
}
.underlined-link-secondary:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.hover-underlined-link {
  display: inline;
  background-position: right 94%;
  background-size: 0% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) {
  .hover-underlined-link:hover {
    background-size: 100% 0.1rem;
    background-position: left 94%;
  }
}
.hover-underlined-link:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.hover-underlined-link-secondary {
  display: inline;
  background-position: right 94%;
  background-size: 0% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .hover-underlined-link-secondary:hover {
    background-size: 100% 0.1rem;
    background-position: left 94%;
  }
}
.hover-underlined-link-secondary:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.richtext-link-inside a {
  display: inline;
  background-position: left 94%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground));
}
@media screen and (hover: hover) and (pointer: fine) {
  .richtext-link-inside a:hover {
    background-size: 0% 0.1rem;
    background-position: right 94%;
  }
}
.richtext-link-inside a:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.richtext-link-inside-secondary a {
  display: inline;
  background-position: left 94%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .richtext-link-inside-secondary a:hover {
    background-size: 0% 0.1rem;
    background-position: right 94%;
  }
}
.richtext-link-inside-secondary a:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

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

.field--checkbox .field__label > a {
  display: inline;
  background-position: left 94%;
  background-size: 100% 0.1rem;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
  color: rgba(var(--color-foreground-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .field--checkbox .field__label > a:hover {
    background-size: 0% 0.1rem;
    background-position: right 94%;
  }
}
.field--checkbox .field__label > a:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

.heading-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 576px) {
  .heading-group--wrap-on-mobile {
    flex-direction: column;
  }
  .heading-group--wrap-on-mobile .heading-group__btn {
    align-self: flex-start;
  }
}
.heading-group__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.heading-group__left--align-center {
  align-items: center;
  text-align: center;
}
.heading-group__left--align-right {
  align-items: flex-end;
  text-align: right;
}
.heading-group__subheading {
  color: rgb(var(--color-foreground-secondary));
}
.heading-group__subheading:not(:last-child):not(:only-child) {
  margin-bottom: 1.2rem;
}
.heading-group__title {
  margin: 0;
  word-break: break-word;
}
.heading-group__description {
  color: rgb(var(--color-foreground-secondary));
  max-width: 38rem;
}
.heading-group__description:not(:first-child) {
  margin-top: 0.8rem;
}
.heading-group__btn {
  flex-shrink: 0;
  align-self: flex-end;
}
.heading-group__btn:only-child {
  margin-left: auto;
}

[dir=rtl] .heading-group__left--align-left {
  text-align: right;
}
[dir=rtl] .heading-group__left--align-right {
  text-align: left;
}

.slider-nav-button {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  border: 1px solid rgba(var(--color-arrow-slider-button), 0.03);
  background-color: rgb(var(--background-color-slider-button));
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  transition: opacity var(--duration-default) ease;
}
.slider-nav-button.swiper-button-disabled, .slider-nav-button:not([aria-controls]) {
  opacity: 0 !important;
  pointer-events: none;
  box-shadow: none;
}
.slider-nav-button.swiper-button-lock {
  display: none !important;
}
.slider-nav-button__icon-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition-property: transform, opacity;
  transition-duration: var(--duration-default);
  transition-timing-function: cubic-bezier(0.5, 1.8, 0.62, 1);
}
.slider-nav-button__icon .icon-slider-btn-arrow {
  width: 0.8rem;
  height: 1.2rem;
  color: rgb(var(--color-arrow-slider-button));
}
.slider-nav-button__icon:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.slider-nav-button--prev {
  left: -1.9rem;
}
.slider-nav-button--prev .slider-nav-button__icon:last-of-type {
  transform: translate3d(50%, 0, 0);
}
@media screen and (pointer: fine) {
  .slider-nav-button--prev:hover .slider-nav-button__icon:first-of-type {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .slider-nav-button--prev:hover .slider-nav-button__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slider-nav-button--next {
  right: -1.9rem;
}
.slider-nav-button--next .icon-slider-btn-arrow {
  transform: rotate(180deg);
}
.slider-nav-button--next .slider-nav-button__icon:last-of-type {
  transform: translate3d(-50%, 0, 0);
}
@media screen and (pointer: fine) {
  .slider-nav-button--next:hover .slider-nav-button__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  .slider-nav-button--next:hover .slider-nav-button__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slider-pagination {
  user-select: none;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  margin: 0 auto;
}
.slider-pagination.swiper-pagination-lock {
  display: none !important;
}
.slider-pagination .swiper-pagination-bullet {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background: rgba(var(--color-foreground), 0.2);
  margin: 0 !important;
  opacity: 1 !important;
  cursor: pointer;
  overflow: hidden;
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.5s ease;
}
@media screen and (pointer: fine) {
  .slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background-color: rgba(var(--color-foreground), 1);
  }
}
.slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  overflow: visible;
}
.slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::after {
  content: "";
  position: absolute;
  top: -0.4rem;
  right: -0.3rem;
  bottom: -0.4rem;
  left: -0.3rem;
  display: block;
  cursor: pointer;
  pointer-events: all;
  z-index: 2;
  background: transparent;
}
.slider-pagination .swiper-pagination-bullet-active {
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  border-color: rgb(var(--color-foreground));
  width: 2.4rem;
  cursor: default;
}
.slider-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  background-color: rgb(var(--color-foreground));
  transform: translate(calc((var(--slider-progress) - 1) * 100%));
  transition: background-color 0.5s ease;
}

[data-section-has-card-slider=true] {
  overflow: hidden;
}

.section-card-container {
  width: 100%;
  position: relative;
}
.section-card-container-inner {
  width: 100%;
  position: relative;
}
.section-card-container .slider-nav-button {
  opacity: 0;
  display: none;
}
@media (min-width: 576px) {
  .section-card-container .slider-nav-button {
    display: block;
  }
}
@media screen and (pointer: fine) {
  .section-card-container:hover .slider-nav-button:not(.swiper-button-disabled),
  .section-card-container:hover .slider-nav-button[aria-controls] {
    opacity: 1;
  }
}
.section-card-container .slider-pagination {
  margin-top: 2.4rem;
  min-height: 0.8rem;
}
@media (min-width: 576px) {
  .section-card-container [data-slides-per-row="2"].slider-pagination[data-slides-count="1"], .section-card-container [data-slides-per-row="2"].slider-pagination[data-slides-count="2"],
  .section-card-container [data-slides-per-row="3"].slider-pagination[data-slides-count="1"],
  .section-card-container [data-slides-per-row="3"].slider-pagination[data-slides-count="2"],
  .section-card-container [data-slides-per-row="4"].slider-pagination[data-slides-count="1"],
  .section-card-container [data-slides-per-row="4"].slider-pagination[data-slides-count="2"] {
    display: none;
  }
}
@media (min-width: 990px) {
  .section-card-container [data-slides-per-row="3"].slider-pagination[data-slides-count="3"] {
    display: none;
  }
}
@media (min-width: 1200px) {
  .section-card-container [data-slides-per-row="4"].slider-pagination[data-slides-count="3"], .section-card-container [data-slides-per-row="4"].slider-pagination[data-slides-count="4"] {
    display: none;
  }
}
.section-card-container:focus-within .slider-nav-button:not(.swiper-button-disabled),
.section-card-container:focus-within .slider-nav-button[aria-controls] {
  opacity: 1;
}

.section-card-slider {
  width: 100%;
}

.section-card-item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
}

.section-card-wrapper {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.section-card-wrapper--grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem 1.2rem;
}
@media (min-width: 576px) {
  .section-card-wrapper--grid {
    gap: 3.2rem 2rem;
  }
}
@media (min-width: 576px) {
  .section-card-wrapper--2 .section-card-item, .section-card-wrapper--3 .section-card-item, .section-card-wrapper--4 .section-card-item {
    max-width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 990px) {
  .section-card-wrapper--3 .section-card-item, .section-card-wrapper--4 .section-card-item {
    max-width: calc((100% - 4rem) / 3);
  }
}
@media (min-width: 1200px) {
  .section-card-wrapper--4 .section-card-item {
    max-width: calc((100% - 6rem) / 4);
  }
}
@media (max-width: 575.99px) {
  .section-card-wrapper--2-mobile .section-card-item {
    max-width: calc((100% - 1.2rem) / 2);
  }
}

.js-section-card-slider {
  position: relative;
  overflow: visible;
}
@media (min-width: 576px) {
  .js-section-card-slider {
    overflow: hidden;
  }
}
.js-section-card-slider .swiper-wrapper {
  box-sizing: border-box;
}
.js-section-card-slider:not(.swiper-initialized) .section-card-item {
  margin-inline-end: 1.2rem;
}
@media (min-width: 576px) {
  .js-section-card-slider:not(.swiper-initialized) .section-card-item {
    margin-inline-end: 2rem;
  }
}
.js-section-card-slider.swiper-initialized .swiper-slide {
  user-select: none;
}
.js-section-card-slider .swiper-slide {
  height: auto;
}
@media screen and (pointer: fine) {
  .js-section-card-slider:hover .slider-nav-button {
    opacity: 1;
  }
  .js-section-card-slider:hover .slider-nav-button--disabled {
    opacity: 0;
  }
}
.js-section-card-slider .slider-nav-button {
  opacity: 0;
  transition: opacity var(--duration-default) ease;
}

.swiper .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1);
}

.swiper.swiper-with-shadows {
  mask-image: linear-gradient(to right, transparent 0%, rgb(var(--color-background)) 10%, rgb(var(--color-background)) 90%, transparent 100%);
}

[dir=rtl] .slider-nav-button--prev {
  left: unset;
  right: -1.9rem;
}
[dir=rtl] .slider-nav-button--prev .icon-slider-btn-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .slider-nav-button--prev .slider-nav-button__icon:last-of-type {
  transform: translate3d(-50%, 0, 0);
}
@media screen and (pointer: fine) {
  [dir=rtl] .slider-nav-button--prev:hover .slider-nav-button__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  [dir=rtl] .slider-nav-button--prev:hover .slider-nav-button__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
[dir=rtl] .slider-nav-button--next {
  right: unset;
  left: -1.9rem;
}
[dir=rtl] .slider-nav-button--next .icon-slider-btn-arrow {
  transform: unset;
}
[dir=rtl] .slider-nav-button--next .slider-nav-button__icon:last-of-type {
  transform: translate3d(50%, 0, 0);
}
@media screen and (pointer: fine) {
  [dir=rtl] .slider-nav-button--next:hover .slider-nav-button__icon:first-of-type {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  [dir=rtl] .slider-nav-button--next:hover .slider-nav-button__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
[dir=rtl] .slider-pagination .swiper-pagination-bullet-active::before {
  transform: translate(calc((1 - var(--slider-progress)) * 100%));
}

/* Button styles */
.button {
  border-radius: var(--border-radius-button);
  overflow: hidden;
  display: block;
  width: fit-content;
  transition: transform var(--duration-default) cubic-bezier(0.165, 0.84, 0.44, 1), background-color var(--duration-default) ease;
  will-change: transform;
}
.button:disabled, .button[aria-disabled=true], .button.disabled {
  cursor: not-allowed;
}
.button__content {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.button__label-wrapper {
  height: 100%;
  position: relative;
  font-size: calc(var(--font-button-scale) * 1.4rem);
  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);
  line-height: var(--font-button-line-height);
}
.button__label {
  display: flex;
  align-items: center;
  height: 100%;
  word-break: break-word;
  font-size: calc(var(--font-button-scale) * 1.4rem);
  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);
  line-height: var(--font-button-line-height);
  pointer-events: none;
  transition-property: transform, opacity, color;
  transition-duration: var(--duration-default);
  transition-timing-function: cubic-bezier(0.5, 1.8, 0.62, 1);
}
.button__label:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0px, 50%, 0);
  opacity: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .button:hover .button__label:first-of-type {
    transform: translate3d(0, -50%, 0);
    opacity: 0;
  }
  .button:hover .button__label:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .button:hover .button-icon__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  .button:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.button--primary {
  background-color: rgb(var(--background-color-primary-button));
  box-shadow: 0px 1px 3px 0px rgba(var(--color-shadow), 0.2);
  overflow: hidden;
}
.button--primary .button__content {
  border-radius: var(--border-radius-button);
  min-height: 4rem;
  padding: 0.4rem 1.2rem;
  box-shadow: 0px -2px 2px 0px rgb(var(--shadow-color-primary-button)) inset;
  border: 1px solid rgba(var(--color-primary-button-text), 0.1);
}
@media (min-width: 576px) {
  .button--primary .button__content {
    min-height: 3.4rem;
  }
}
.button--primary .button__content--with-arrow {
  padding-inline-end: 0.9rem;
}
.button--primary .button__label {
  color: rgb(var(--color-primary-button-text));
}
.button--primary .button-icon {
  border-color: rgba(var(--color-primary-button-text), 0.08);
  background-color: rgba(255, 255, 255, 0.14);
}
.button--primary .button-icon .icon-button-arrow,
.button--primary .button-icon .icon-plus {
  color: rgb(var(--color-primary-button-text));
}
.button--primary .button-loader {
  color: rgb(var(--color-primary-button-text));
}
@media screen and (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: rgb(var(--background-color-hover-primary-button));
  }
  .button--primary:hover .button__label-wrapper {
    transform: scale3d(0.9524, 0.9524, 0.9524);
  }
  .button--primary:hover .button__label {
    color: rgb(var(--color-primary-button-text-hover));
  }
  .button--primary:hover .button-icon {
    background-color: rgba(255, 255, 255, 0.24);
  }
}
.button--secondary {
  background-color: rgb(var(--background-color-secondary-button));
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.1);
  overflow: hidden;
}
.button--secondary .button__content {
  border-radius: var(--border-radius-button);
  border: 1px solid rgba(var(--color-secondary-button-text), 0.03);
  min-height: 4rem;
  padding: 0.4rem 1.2rem;
}
@media (min-width: 576px) {
  .button--secondary .button__content {
    min-height: 3.4rem;
  }
}
.button--secondary .button__content--with-arrow {
  padding-inline-end: 0.9rem;
}
.button--secondary .button__label {
  color: rgb(var(--color-secondary-button-text));
}
.button--secondary .button-icon {
  border: none;
  background: transparent;
  box-shadow: none;
  color: rgb(var(--color-secondary-button-text));
}
.button--secondary .button-icon .icon-button-arrow,
.button--secondary .button-icon .icon-plus {
  color: rgb(var(--color-secondary-button-text));
}
.button--secondary .button-loader {
  color: rgb(var(--color-secondary-button-text));
}
@media screen and (hover: hover) and (pointer: fine) {
  .button--secondary:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    background-color: rgb(var(--background-color-hover-secondary-button));
  }
  .button--secondary:hover .button__label-wrapper {
    transform: scale3d(0.9524, 0.9524, 0.9524);
  }
  .button--secondary:hover .button__label {
    color: rgb(var(--color-secondary-button-text-hover));
  }
  .button--secondary:hover .button-icon {
    background: transparent;
    border: none;
    color: rgb(var(--color-secondary-button-text-hover));
  }
  .button--secondary:hover .button-icon .icon-button-arrow,
  .button--secondary:hover .button-icon .icon-plus {
    color: rgb(var(--color-secondary-button-text-hover));
  }
}
.button--tertiary {
  display: inline-flex;
  border-radius: 0;
  border: none;
  overflow: unset;
}
.button--tertiary .button__label {
  color: rgb(var(--color-tertiary-button-text));
}
.button--tertiary .button__content {
  padding: 0.07rem 0;
  height: auto;
  overflow: unset;
}
.button--tertiary .button__label-wrapper::before {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--color-tertiary-button-text), 0.2);
}
.button--tertiary .button__label-wrapper::after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: rgb(var(--color-tertiary-button-text));
  transition: width var(--duration-default) ease-in-out;
}
.button--tertiary .button-icon {
  width: 1.6rem;
  height: 1.6rem;
  color: rgb(var(--color-tertiary-button-icon));
  background-color: rgb(var(--background-color-tertiary-button-icon));
  border-color: rgba(var(--color-tertiary-button-icon), 0.06);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
}
.button--tertiary .button-icon__icon-wrapper {
  width: 1.6rem;
  height: 1.6rem;
}
.button--tertiary .button-icon .icon-button-arrow,
.button--tertiary .button-icon .icon-plus {
  color: rgb(var(--color-tertiary-button-icon));
}
.button--tertiary .button-loader {
  color: rgb(var(--color-tertiary-button-text));
}
@media screen and (hover: hover) and (pointer: fine) {
  .button--tertiary:hover .button-icon {
    color: rgb(var(--color-hover-tertiary-button-icon));
    background-color: rgb(var(--background-color-hover-tertiary-button-icon));
    border-color: rgb(var(--color-hover-tertiary-button-icon), 0.08);
  }
  .button--tertiary:hover .button-icon .icon-button-arrow,
  .button--tertiary:hover .button-icon .icon-plus {
    color: rgb(var(--color-hover-tertiary-button-icon));
  }
  .button--tertiary:hover .button__label-wrapper::after {
    width: 100%;
  }
}
.button--unstyled {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  min-height: unset;
}
.button .button-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 1.15rem;
  background: radial-gradient(circle closest-side, currentColor 90%, rgba(0, 0, 0, 0)) 0% 50%, radial-gradient(circle closest-side, currentColor 90%, rgba(0, 0, 0, 0)) 50% 50%, radial-gradient(circle closest-side, currentColor 90%, rgba(0, 0, 0, 0)) 100% 50%;
  background-size: 33.3333333333% 0.58rem;
  background-repeat: no-repeat;
  animation: dots-button-loader 1s infinite linear;
}
@keyframes dots-button-loader {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.button.loading {
  position: relative;
  pointer-events: none;
}
.button.loading .button-loader {
  display: flex;
}
.button.loading .button-loader + .button__content .button__label-wrapper,
.button.loading .button-loader + .button__content .button-icon {
  visibility: hidden;
}

.button-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-button-icon);
  border: 1px solid;
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  position: relative;
  transition: background-color var(--duration-default) ease, border-color var(--duration-default) ease;
}
.button-icon__icon-wrapper {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.button-icon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition-property: transform, opacity, color;
  transition-duration: var(--duration-default);
  transition-timing-function: cubic-bezier(0.5, 1.8, 0.62, 1);
}
.button-icon__icon:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  width: 100%;
}
.button-icon__icon .icon-button-arrow {
  width: 0.6rem;
  height: 0.8rem;
}
.button-icon__icon .icon-plus {
  width: 0.8rem;
  height: 0.8rem;
}

.block-button:not(:first-child) {
  margin-top: 2.4rem;
}

.modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
}
.modal-close-button__inner {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--background-color-utility-button));
  border: 1px solid rgba(var(--color-utility-button-text), 0.03);
  color: rgba(var(--color-utility-button-text), 0.5);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  border-radius: min(var(--border-radius-button), 0.5rem);
  transition: transform var(--duration-default) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal-close-button .icon-close {
  color: rgba(var(--color-utility-button-text), 0.5);
  width: 1.2rem;
  height: 1.2rem;
  transition: transform var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .modal-close-button:hover .modal-close-button__inner {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .modal-close-button:hover .icon-close {
    transform: rotate(90deg);
  }
}

.back-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
}
.back-button__inner {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--background-color-utility-button));
  border: 1px solid rgba(var(--color-utility-button-text), 0.03);
  color: rgba(var(--color-utility-button-text), 0.5);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  border-radius: min(var(--border-radius-button), 0.5rem);
  transition: transform var(--duration-default) cubic-bezier(0.165, 0.84, 0.44, 1);
}
.back-button .button-icon {
  border: none;
  background: transparent;
  box-shadow: none;
  color: rgba(var(--color-utility-button-text), 0.5);
}
.back-button .button-icon__icon:last-of-type {
  transform: translate3d(50%, 0, 0);
}
.back-button .button-icon .icon-button-arrow {
  transform: rotate(180deg);
  color: rgba(var(--color-utility-button-text), 0.5);
}
@media screen and (hover: hover) and (pointer: fine) {
  .back-button:hover .back-button__inner {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .back-button:hover .button-icon {
    background: transparent;
    border: none;
    color: rgba(var(--color-utility-button-text), 0.5);
  }
  .back-button:hover .button-icon .icon-button-arrow {
    color: rgba(var(--color-utility-button-text), 0.5);
  }
  .back-button:hover .button-icon__icon:first-of-type {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .back-button:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.load-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more-wrapper .button--load-more {
  margin-top: 2.4rem;
}
@media screen and (min-width: 750px) {
  .load-more-wrapper .button--load-more {
    margin-top: 4rem;
  }
}
.load-more-wrapper:empty {
  display: none;
}

[dir=rtl] .button:hover .button-icon__icon:first-of-type {
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
}
[dir=rtl] .button:hover .button-icon__icon:last-of-type {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
[dir=rtl] .button-icon__icon:last-of-type {
  transform: translate3d(50%, 0, 0);
}
[dir=rtl] .button-icon .icon-button-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .back-button .button-icon__icon:last-of-type {
  transform: translate3d(-50%, 0, 0);
}
[dir=rtl] .back-button .button-icon .icon-button-arrow {
  transform: rotate(0deg);
}
@media screen and (hover: hover) and (pointer: fine) {
  [dir=rtl] .back-button:hover .button-icon__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
  }
  [dir=rtl] .back-button:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
  }
}

/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
}

*:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

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

.focus-inset-overlay:focus-visible {
  outline-offset: -0.2rem;
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.focused.focus-inset {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}

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

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

/* 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 {
  min-height: 3.8rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-text-input));
  background-color: rgb(var(--background-color-input));
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-input);
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
  width: 100%;
}
.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: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-text-input), 0.5);
  transition: color var(--duration-default);
}
@media (min-width: 576px) {
  .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 {
    min-height: 3.4rem;
  }
}
@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-text-input), 0.65);
  }
}
.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 textarea.field__input,
.field .textarea {
  border-radius: var(--border-radius-input);
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  padding: 0.75rem 1.4rem;
  text-align: left;
}
.field input[type=text]::-webkit-search-cancel-button,
.field input[type=email]::-webkit-search-cancel-button,
.field input[type=tel]::-webkit-search-cancel-button,
.field input[type=password]::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text][required] + label::after,
.field input[type=email][required] + label::after,
.field input[type=tel][required] + label::after,
.field input[type=password][required] + label::after,
.field .field__input[required] + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  margin-inline-start: 0.4rem;
  color: rgb(var(--color-error));
}
.field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
  color: rgb(var(--color-foreground-secondary));
  padding-bottom: 1rem;
}
.field input[type=text] + label.visually-hidden,
.field input[type=email] + label.visually-hidden,
.field input[type=tel] + label.visually-hidden,
.field input[type=password] + label.visually-hidden,
.field .field__input + label.visually-hidden {
  padding: 0;
}
.field .field__input--narrow {
  padding: 0.55rem 1.4rem;
  min-height: 3.4rem;
}
.field textarea.field__input {
  padding: 0.65rem 1.4rem;
}
.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 {
  position: relative;
  cursor: pointer;
  padding: 0.75rem 3.4rem 0.75rem 1.4rem;
  min-height: 3.8rem;
  line-height: 1.4;
  background-color: transparent;
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  transition: opacity var(--duration-default);
}
.field select:focus {
  border-color: rgb(var(--color-border));
}
.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: 1.4rem;
  height: 1.4rem;
  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.5rem;
  color: rgb(var(--color-error));
}
.field--checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
}
.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[dir=rtl] .field--checkbox input[type=checkbox] {
  left: auto;
  right: 0;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox {
  border-color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground));
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox .icon-selected {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.field--checkbox input[type=checkbox]:focus-visible + label .field__checkbox {
  outline: 0.1rem solid rgba(var(--color-text-input), 0.5);
  outline-offset: 0.2rem;
}
.field--checkbox input[type=checkbox][required] + label .field__label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  margin-inline-start: 0.4rem;
  color: rgb(var(--color-error));
}
.field--checkbox input[type=checkbox] + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.field--checkbox .field__checkbox {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid rgb(var(--color-foreground), 0.06);
  box-shadow: 0px 2px 2px 0px rgb(var(--color-shadow), 0.12);
  box-sizing: border-box;
  background-color: rgb(var(--color-select));
  transition: border-color var(--duration-default);
}
.field--checkbox .field__checkbox .icon-selected {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  color: rgb(var(--color-background));
  transition: opacity var(--duration-default), visibility var(--duration-default), transform var(--duration-default);
}
.field--checkbox .field__label {
  color: rgb(var(--color-foreground-secondary));
  word-break: break-word;
}
@media screen and (pointer: fine) {
  .field--checkbox:hover .field__checkbox {
    border-color: rgb(var(--color-foreground), 0.12);
  }
}
.field--pass {
  position: relative;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.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 label {
  color: rgb(var(--color-foreground-secondary));
  padding-bottom: 1rem;
}
.field--pass label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  margin-inline-start: 0.4rem;
  color: rgb(var(--color-error));
}
.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;
}

/* Newsletter */
.newsletter-form__wrapper {
  gap: 0.6rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .newsletter-form__wrapper {
    flex-direction: row;
  }
}
.newsletter-form__field {
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 576px) {
  .newsletter-form__field {
    width: auto;
  }
}
.newsletter-form__field .field__input {
  width: 100%;
  padding: 0.45rem 1.4rem !important;
  min-height: 3.8rem !important;
}
@media (min-width: 576px) {
  .newsletter-form__field .field__input {
    min-height: 3.4rem !important;
  }
}
.newsletter-form__button {
  width: 100%;
}
@media (min-width: 576px) {
  .newsletter-form__button {
    width: auto;
    flex-shrink: 0;
  }
}
.newsletter-form .field--checkbox {
  margin-top: 0.8rem;
  align-items: flex-start;
  width: 100%;
}

/* Quantity */
.quantity {
  position: relative;
  width: 10rem;
  min-height: 3.8rem;
  display: flex;
  padding: 0 0.6rem;
  margin: 0;
  background-color: rgb(var(--background-color-input));
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-input);
  box-sizing: border-box;
}

.quantity__input {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: normal;
  font-style: normal;
  color: rgb(var(--color-text-input));
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

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

[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}

.search-input {
  width: 100%;
  display: flex;
  gap: 0.8rem;
}
.search-input__field {
  width: 100%;
  min-height: 4rem;
  padding: 0 1rem 0 1.1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  background-color: rgb(var(--background-color-input));
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-input);
  overflow: hidden;
  transition: border var(--duration-default), background-color var(--duration-default);
}
@media (min-width: 576px) {
  .search-input__field {
    min-height: 3.8rem;
  }
}
.search-input__field .icon-search-input {
  color: rgba(var(--color-text-input), 0.5);
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}
.search-input__field-input {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.search-input__field-reset {
  flex-shrink: 0;
}
.search-input__field-reset button {
  display: none;
}
.search-input__submit {
  flex-shrink: 0;
  max-width: 50%;
}
@media (min-width: 576px) {
  .search-input__submit .button .button__content {
    min-height: 3.8rem;
  }
}

.search-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
}
.search-form:not([open]):not([loading]) {
  flex-shrink: 0;
}
.search-form--inside-modal {
  overflow: hidden;
}
.search-form--inside-modal .search-form__form {
  overflow: hidden;
}
.search-form--inside-modal .search-form__top {
  padding: 2.4rem;
}
.search-form__top {
  display: flex;
}
.search-form__form {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.predictive-search {
  display: none;
  width: 100%;
  min-height: 6.6rem;
  max-height: 100%;
  border: none;
  overflow: hidden;
  flex-direction: column;
}
.predictive-search__loading {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 1.6rem 2.4rem 1rem;
}
.predictive-search__loading .spinner {
  width: 2rem;
  height: 2rem;
  color: rgb(var(--color-foreground));
}
.predictive-search__wrapper {
  width: 100%;
  padding: 0 0.8rem 0 1.4rem;
  padding-inline-start: 1.4rem;
  padding-inline-end: 0.8rem;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.predictive-search__results {
  width: 100%;
  padding: 0 1.6rem 0 0;
  padding-inline-end: 1.6rem;
  max-height: 100%;
}
.predictive-search__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.8rem;
}
.predictive-search__label {
  display: block;
  margin-bottom: 0.8rem;
  padding-inline-start: 1rem;
  color: rgb(var(--color-foreground-secondary));
}
.predictive-search__label:empty {
  display: none;
}
.predictive-search__item[aria-selected=true] .predictive-search__link {
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.predictive-search__link {
  text-decoration: none;
  padding: 0.4rem 1rem;
  min-height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  color: rgb(var(--color-foreground));
  border: 0.1rem solid transparent;
  border-radius: min(var(--border-radius-button), 1rem);
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
.predictive-search__link .button-icon {
  background-color: rgb(var(--color-background));
  border-color: rgba(var(--color-foreground), 0.06);
  box-shadow: 0 2px 2px rgba(var(--color-shadow), 0.12);
}
@media screen and (hover: hover) and (pointer: fine) {
  .predictive-search__link:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .predictive-search__link:hover .button-icon__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  .predictive-search__link:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.predictive-search__link:focus-visible {
  outline: none;
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.predictive-search__empty {
  padding: 0 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
}
.predictive-search__empty-text {
  display: block;
  max-width: 35rem;
  color: rgb(var(--color-foreground-secondary));
}
.predictive-search mark {
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-foreground));
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
  display: flex;
}

predictive-search[loading] .predictive-search__loading {
  display: flex;
}
predictive-search[loading] .predictive-search__results,
predictive-search[loading] .predictive-search__empty {
  display: none;
}

predictive-search:not([loading]) .predictive-search__loading {
  display: none;
}

predictive-search[open]:not([loading]) .search-input__field-reset button {
  display: flex !important;
}

/* Header sidebar styles */
.header-sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  max-width: 28rem;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  padding: 2.4rem;
  border-right: 0.1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background));
}
.header-sidebar.has-scroll {
  padding-inline-end: calc(2.4rem - var(--inner-scrollbar-width, 0px));
}
.header-sidebar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.header-sidebar__top-buttons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-inline-start: auto;
}
.header-sidebar__search {
  width: 100%;
  margin: 0.4rem 0 0;
}
.header-sidebar__nav {
  display: flex;
}
.header-sidebar__nav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-sidebar__nav-item {
  width: 100%;
}
.header-sidebar__nav-item--megamenu {
  position: relative;
}
.header-sidebar__nav-item--megamenu::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 3.2rem;
  height: 100%;
  background: transparent;
}
.header-sidebar__nav-item--megamenu > .mega-menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 28rem;
  right: 0;
  width: calc(100vw - 28rem - var(--browser-scrollbar-width, 0px));
  height: 100%;
}
[dir=rtl] .header-sidebar__nav-item--megamenu > .mega-menu {
  right: 28rem;
  left: 0;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1160px) {
  .header-sidebar__nav-item--megamenu:active > .mega-menu, .header-sidebar__nav-item--megamenu:hover > .mega-menu, .header-sidebar__nav-item--megamenu:focus-within > .mega-menu, .header-sidebar__nav-item--megamenu:focus > .mega-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .header-sidebar__nav-item--megamenu:active > .header-sidebar__nav-link, .header-sidebar__nav-item--megamenu:hover > .header-sidebar__nav-link, .header-sidebar__nav-item--megamenu:focus-within > .header-sidebar__nav-link, .header-sidebar__nav-item--megamenu:focus > .header-sidebar__nav-link {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .header-sidebar__nav-item--megamenu:active > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megamenu:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megamenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megamenu:focus > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-sidebar__nav-item--megamenu:active > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megamenu:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megamenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megamenu:focus > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
  .header-sidebar__nav-item--megamenu:active > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megamenu:hover > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megamenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megamenu:focus > .header-sidebar__nav-link > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
  }
  .header-sidebar__nav-item--megamenu:active > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megamenu:hover > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megamenu:focus-within > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megamenu:focus > .header-sidebar__nav-link > .header-menu-item-letter > span {
    background-color: rgb(var(--background-color-primary-button));
    color: rgb(var(--color-primary-button-text));
  }
  .header-sidebar__nav-item--megamenu:active::after, .header-sidebar__nav-item--megamenu:hover::after, .header-sidebar__nav-item--megamenu:focus-within::after, .header-sidebar__nav-item--megamenu:focus::after {
    display: block;
  }
}
.header-sidebar__nav-item--megasubmenu {
  position: relative;
}
.header-sidebar__nav-item--megasubmenu::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 3.2rem;
  height: 100%;
  background: transparent;
}
.header-sidebar__nav-item--megasubmenu > .mega-submenu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 28rem;
  right: 0;
  width: calc(100vw - 28rem - var(--browser-scrollbar-width, 0px));
  height: 100%;
}
[dir=rtl] .header-sidebar__nav-item--megasubmenu > .mega-submenu {
  right: 28rem;
  left: 0;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1160px) {
  .header-sidebar__nav-item--megasubmenu:active > .mega-submenu, .header-sidebar__nav-item--megasubmenu:hover > .mega-submenu, .header-sidebar__nav-item--megasubmenu:focus-within > .mega-submenu, .header-sidebar__nav-item--megasubmenu:focus > .mega-submenu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .header-sidebar__nav-item--megasubmenu:active > .header-sidebar__nav-link, .header-sidebar__nav-item--megasubmenu:hover > .header-sidebar__nav-link, .header-sidebar__nav-item--megasubmenu:focus-within > .header-sidebar__nav-link, .header-sidebar__nav-item--megasubmenu:focus > .header-sidebar__nav-link {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .header-sidebar__nav-item--megasubmenu:active > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megasubmenu:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megasubmenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-sidebar__nav-item--megasubmenu:focus > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-sidebar__nav-item--megasubmenu:active > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megasubmenu:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megasubmenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-sidebar__nav-item--megasubmenu:focus > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
  .header-sidebar__nav-item--megasubmenu:active > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megasubmenu:hover > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megasubmenu:focus-within > .header-sidebar__nav-link > .header-menu-item-icon .icon, .header-sidebar__nav-item--megasubmenu:focus > .header-sidebar__nav-link > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
  }
  .header-sidebar__nav-item--megasubmenu:active > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megasubmenu:hover > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megasubmenu:focus-within > .header-sidebar__nav-link > .header-menu-item-letter > span, .header-sidebar__nav-item--megasubmenu:focus > .header-sidebar__nav-link > .header-menu-item-letter > span {
    background-color: rgb(var(--background-color-primary-button));
    color: rgb(var(--color-primary-button-text));
  }
  .header-sidebar__nav-item--megasubmenu:active::after, .header-sidebar__nav-item--megasubmenu:hover::after, .header-sidebar__nav-item--megasubmenu:focus-within::after, .header-sidebar__nav-item--megasubmenu:focus::after {
    display: block;
  }
}
.header-sidebar__nav-details {
  width: 100%;
  border: none;
  background-color: transparent;
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary {
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary > .header-sidebar__nav-icon {
  transform: rotate(180deg);
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary > .header-sidebar__nav-link > .header-menu-item-icon .icon {
  color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
}
.header-sidebar__nav-details[open] > .header-sidebar__nav-summary > .header-sidebar__nav-link > .header-menu-item-letter > span {
  background-color: rgb(var(--background-color-primary-button));
  color: rgb(var(--color-primary-button-text));
}
.header-sidebar__nav-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding-inline-end: 1.2rem;
  border: 0.1rem solid transparent;
  border-radius: min(var(--border-radius-button), 1rem);
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
.header-sidebar__nav-summary > a.header-sidebar__nav-link {
  width: auto;
  padding-inline-end: 0;
  transition: opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-sidebar__nav-summary > .header-sidebar__nav-link > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground-secondary)));
    transition: color var(--duration-default) ease-in-out;
  }
  .header-sidebar__nav-summary:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .header-sidebar__nav-summary:hover > a.header-sidebar__nav-link + .header-sidebar__nav-icon {
    opacity: var(--hover-menu-opacity);
  }
  .header-sidebar__nav-summary:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-sidebar__nav-summary:hover > .header-sidebar__nav-link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
  .header-sidebar__nav-summary:hover > .header-sidebar__nav-link > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
  }
  .header-sidebar__nav-summary:hover > .header-sidebar__nav-link > .header-menu-item-letter > span {
    background-color: rgb(var(--background-color-primary-button));
    color: rgb(var(--color-primary-button-text));
  }
  .header-sidebar__nav-summary > a.header-sidebar__nav-link:hover {
    opacity: var(--hover-menu-opacity);
  }
  .header-sidebar__nav-summary > a.header-sidebar__nav-link:hover + .header-sidebar__nav-icon {
    opacity: 1;
  }
}
.header-sidebar__nav-link {
  text-decoration: none;
  width: 100%;
  padding: 0.4rem 1.2rem;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: min(var(--border-radius-button), 1rem);
}
.header-sidebar__nav-link--only {
  border: 0.1rem solid transparent;
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-sidebar__nav-link--only > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground-secondary)));
    transition: color var(--duration-default) ease-in-out;
  }
  .header-sidebar__nav-link--only:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .header-sidebar__nav-link--only:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-sidebar__nav-link--only:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
  .header-sidebar__nav-link--only:hover > .header-menu-item-icon .icon {
    color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
  }
  .header-sidebar__nav-link--only:hover > .header-menu-item-letter > span {
    background-color: rgb(var(--background-color-primary-button));
    color: rgb(var(--color-primary-button-text));
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-sidebar__nav-link:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-sidebar__nav-link:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
  .header-sidebar__nav-link:hover > .header-menu-item-letter > span {
    background-color: rgb(var(--background-color-primary-button));
    color: rgb(var(--color-primary-button-text));
  }
}
.header-sidebar__nav-link[tabindex="0"] {
  cursor: pointer;
}
.header-sidebar__nav-icon {
  flex-shrink: 0;
  pointer-events: none;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default) ease-in-out, transform var(--duration-default) ease-in-out;
}
.header-sidebar__nav-icon .icon-caret {
  position: static;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
}
.header-sidebar__nav-icon--mega {
  margin-inline-start: auto;
}
.header-sidebar__nav-icon--mega .icon-caret {
  transform: rotate(-90deg);
}
[dir=rtl] .header-sidebar__nav-icon--mega .icon-caret {
  transform: rotate(90deg);
}
.header-sidebar__nav .header-menu-item-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin-inline-start: -0.8rem;
}
.header-sidebar__nav .header-menu-item-letter {
  width: 2.8rem;
  height: 2.8rem;
}
.header-sidebar__nav .header-menu-item-letter:first-child {
  margin-inline-start: -0.8rem;
}
.header-sidebar__nav .header-menu-item-letter > span {
  width: 2.2rem;
  height: 2.2rem;
}
.header-sidebar__subnav {
  padding: 0.6rem 0;
}
.header-sidebar__subnav-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  padding-inline-start: 3.6rem;
  list-style: none;
}
.header-sidebar__subnav-details {
  width: 100%;
  border: none;
  background-color: transparent;
}
.header-sidebar__subnav-details[open] > .header-sidebar__subnav-summary > .header-sidebar__nav-icon {
  transform: rotate(180deg);
}
.header-sidebar__subnav-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding-inline-end: 1.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.header-sidebar__subnav-summary > .header-sidebar__subnav-link {
  width: auto;
  padding: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-sidebar__subnav-summary:hover > .header-sidebar__nav-icon {
    opacity: var(--hover-menu-opacity);
  }
  .header-sidebar__subnav-summary > .header-sidebar__subnav-link:hover {
    opacity: var(--hover-menu-opacity);
  }
  .header-sidebar__subnav-summary > .header-sidebar__subnav-link:hover + .header-sidebar__nav-icon {
    opacity: 1;
  }
}
.header-sidebar__subnav-link {
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-sidebar__subnav-link {
    transition: opacity var(--duration-default) ease-in-out;
  }
  .header-sidebar__subnav-link:hover {
    opacity: var(--hover-menu-opacity);
  }
}
.header-sidebar__subsubnav {
  padding: 0;
}
.header-sidebar__subsubnav > .header-sidebar__subnav-list {
  padding-inline-start: 1.6rem;
}
.header-sidebar__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1360px) and (min-height: 700px) {
  .header-sidebar__bottom {
    margin-top: 4.8rem;
  }
}
.header-sidebar__bottom:empty {
  display: none;
}
.header-sidebar .header-settings {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 28rem;
  border-right: 0.1rem solid rgb(var(--color-border));
}
.header-sidebar .header-settings-overlay {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 28rem;
}
[dir=rtl] .header-sidebar {
  border-left: 0.1rem solid rgb(var(--color-border));
  border-right: none;
}
[dir=rtl] .header-sidebar .header-settings {
  border-left: 0.1rem solid rgb(var(--color-border));
  border-right: none;
}

.header-sidebar-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.2rem 1.2rem 0;
}

/* Header common elements styles */
.header-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .header-wrapper[data-only-mobile=true] {
    display: none;
  }
}

.header--layout-standard .header-elements-group {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 1.6rem 0;
}
.header--layout-standard .header-inline-menu__item--submenu > .header-inline-submenu {
  top: calc(100% + 3.6rem);
}
.header--layout-segmented {
  padding-top: 2.4rem;
}
@media screen and (max-width: 1159.99px) {
  .header--layout-segmented {
    padding: 1.2rem 1.2rem 0;
  }
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  background: transparent;
}
@media screen and (min-width: 1160px) {
  .header-inner:not(.header-inner--two-columns) {
    display: grid;
    grid-template-columns: 3fr auto 3fr;
  }
  .header-inner:not(.header-inner--two-columns) .header-elements-group:not(.header-elements-group--menu) {
    width: max-content;
  }
  .header-inner:not(.header-inner--two-columns) .header-elements-group--icons {
    justify-self: end;
  }
  .header-inner:not(.header-inner--two-columns).header-inner--menu-left {
    grid-template-columns: auto 3fr auto;
    gap: 2rem;
  }
}

.header-button {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--duration-default) ease-in-out;
}
.header-button .icon {
  width: 2.2rem;
  height: 2.2rem;
  color: rgb(var(--color-foreground));
}
.header-button--cart {
  position: relative;
}
.header-button--cart .cart-count-bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.14rem solid rgb(var(--color-background));
}
.header-button--cart .cart-count-bubble span {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: normal;
  word-break: normal;
}
[dir=rtl] .header-button--cart .cart-count-bubble {
  right: 50%;
  left: unset;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-button:hover {
    opacity: var(--hover-opacity);
  }
}

.header-elements-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
  border-radius: var(--border-radius-block);
  background-color: rgb(var(--color-background));
  height: auto;
  min-height: 5.4rem;
  padding: 1.2rem 1.6rem;
  transition: box-shadow 0.85s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header-elements-group--menu {
  padding-block: 1.6rem;
  display: none;
}
@media screen and (min-width: 1160px) {
  .header-elements-group--menu {
    display: flex;
  }
}
.header-elements-group--icons {
  position: relative;
  flex-shrink: 0;
  gap: 1.6rem;
}
.header-elements-group--icons .js-settings-trigger,
.header-elements-group--icons .header-settings,
.header-elements-group--icons .header-search {
  display: none;
}
@media screen and (min-width: 1160px) {
  .header-elements-group--icons {
    gap: 1.2rem;
  }
  .header-elements-group--icons .js-settings-trigger,
  .header-elements-group--icons .header-search {
    display: flex;
  }
  .header-elements-group--icons .header-settings {
    position: absolute;
    top: calc(100% + 1rem);
    left: unset;
    right: -0.1rem;
    display: flex;
    width: 27rem;
    height: auto;
    padding: 2.8rem;
    border: 0.1rem solid rgba(var(--color-foreground), 0.03);
    box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
    border-radius: var(--border-radius-block);
    background-color: rgb(var(--color-background));
    transform: translate(0, 0) !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
  }
  .header-elements-group--icons .header-settings.header-settings--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  .header-elements-group--icons .header-settings .modal-close-button {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
  [dir=rtl] .header-elements-group--icons .header-settings {
    right: unset;
    left: 0;
  }
  [dir=rtl] .header-elements-group--icons .header-settings .modal-close-button {
    left: 1.2rem;
    right: unset;
  }
}
@media screen and (min-width: 1360px) {
  .header-elements-group--icons {
    gap: 1.6rem;
  }
}
@media screen and (min-width: 1160px) {
  .header-elements-group--only-mobile {
    display: none;
  }
}
.shopify-section-header-hidden .header-elements-group {
  box-shadow: none;
}

.header-callout-card {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  border-radius: min(var(--border-radius-block), 1.2rem);
  overflow: hidden;
}
.header-callout-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: min(var(--border-radius-block), 1.2rem);
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  pointer-events: none;
  background: transparent;
}
.header-callout-card > .icon-pack-wrapper:not(:last-child), .header-callout-card > .promo-badge:not(:last-child) {
  margin-bottom: 0.6rem;
}
.header-callout-card__heading:not(:last-child) {
  margin-bottom: 0.8rem;
}
.header-callout-card__button:not(:first-child) {
  margin-top: 0.8rem;
}
.header-callout-card--align-left {
  align-items: flex-start;
  text-align: left;
}
.header-callout-card--align-center {
  align-items: center;
  text-align: center;
}
.header-callout-card--align-right {
  align-items: flex-end;
  text-align: right;
}
.header-callout-card * {
  pointer-events: none;
}
.header-callout-card a:not(.header-callout-card__overlay-link),
.header-callout-card button,
.header-callout-card .button {
  pointer-events: all;
  position: relative;
  z-index: 2;
}
.header-callout-card__overlay-link {
  position: absolute;
  z-index: 1;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: min(var(--border-radius-block), 1.2rem);
}
.header-callout-card__overlay-link:empty {
  display: block;
}
[dir=rtl] .header-callout-card--align-left {
  text-align: right;
}
[dir=rtl] .header-callout-card--align-right {
  text-align: left;
}

.header-menu-item-icon {
  flex-shrink: 0;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.header-menu-item-icon .icon-pack-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
.header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.header-menu-item-letter {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.header-menu-item-letter > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  line-height: 1;
  border-radius: 0.4rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-secondary));
  overflow: hidden;
  transition: color var(--duration-default) ease-in-out, background-color var(--duration-default) ease-in-out;
}

.header-settings {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: rgb(var(--color-background));
  visibility: hidden;
  pointer-events: none;
  transition: transform var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
.header-settings.header-settings--visible {
  transform: translateX(0);
  visibility: visible;
  pointer-events: all;
}
.header-settings.header-settings--visible + .header-settings-overlay {
  opacity: 1;
  visibility: visible;
}
.header-settings__btn {
  flex-shrink: 0;
}
.header-settings__btn .icon-settings-small {
  width: 1.6rem;
  height: 1.6rem;
  color: rgb(var(--color-secondary-button-text));
  transition: transform var(--duration-default) ease-in-out, color var(--duration-default) cubic-bezier(0.5, 1.8, 0.62, 1);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-settings__btn:hover .icon-settings-small {
    transform: rotate(90deg);
    color: rgb(var(--color-secondary-button-text-hover));
  }
}
.no-js .header-settings__btn {
  display: none;
}
.header-settings__top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}
.no-js .header-settings__top {
  display: none;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-settings__top:hover .back-button__inner {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  .header-settings__top:hover .button-icon {
    background: transparent;
    border: none;
    color: rgba(var(--color-utility-button-text), 0.5);
  }
  .header-settings__top:hover .button-icon .icon-button-arrow {
    color: rgba(var(--color-utility-button-text), 0.5);
  }
  .header-settings__top:hover .button-icon__icon:first-of-type {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .header-settings__top:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  [dir=rtl] .header-settings__top:hover .button-icon__icon:first-of-type {
    transform: translate3d(50%, 0, 0);
  }
  [dir=rtl] .header-settings__top:hover .button-icon__icon:last-of-type {
    transform: translate3d(0, 0, 0);
  }
}
.header-settings__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.no-js .header-settings {
  transform: translateX(0);
  position: static;
  padding: 0;
  width: 100%;
  border: none;
  height: unset;
  max-height: unset;
}
[dir=rtl] .header-settings {
  transform: translateX(100%);
}
[dir=rtl] .header-settings.header-settings--visible {
  transform: translateX(0);
}

.header-settings-overlay {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-modal-overlay), 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}

/* Header desktop inline menu styles */
.header-inline-menu {
  display: flex;
  align-items: center;
}
.header-inline-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (min-width: 1360px) {
  .header-inline-menu__list {
    gap: 1.6rem;
  }
}
.header-inline-menu__item {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.header-inline-menu__item--submenu {
  position: relative;
}
.header-inline-menu__item--submenu::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--distance-to-menu, 3.6rem);
  background: transparent;
}
.header-inline-menu__item--submenu > .header-inline-submenu {
  position: absolute;
  z-index: 2;
  top: calc(100% + 2.8rem);
  left: -1.6rem;
  right: 0;
}
.header-inline-menu__item--submenu:active::after, .header-inline-menu__item--submenu:hover::after, .header-inline-menu__item--submenu:focus-within::after, .header-inline-menu__item--submenu:focus::after {
  display: block;
}
.header-inline-menu__item--submenu:active > .header-inline-submenu, .header-inline-menu__item--submenu:hover > .header-inline-submenu, .header-inline-menu__item--submenu:focus-within > .header-inline-submenu, .header-inline-menu__item--submenu:focus > .header-inline-submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-inline-menu__item--submenu:active > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--submenu:hover > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--submenu:focus-within > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--submenu:focus > .header-inline-menu__link > .header-inline-menu__link-title {
  opacity: var(--hover-menu-opacity);
}
.header-inline-menu__item--submenu:active > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--submenu:hover > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--submenu:focus-within > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--submenu:focus > .header-inline-menu__link > .header-inline-menu__icon {
  transform: rotate(180deg);
  opacity: var(--hover-menu-opacity);
}
.header-inline-menu__item--submenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--submenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--submenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--submenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header-inline-menu__item--submenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--submenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--submenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--submenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header-inline-menu__item--megamenu > .mega-menu {
  position: absolute;
  z-index: 2;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
}
.header-inline-menu__item--megamenu:active > .mega-menu, .header-inline-menu__item--megamenu:hover > .mega-menu, .header-inline-menu__item--megamenu:focus-within > .mega-menu, .header-inline-menu__item--megamenu:focus > .mega-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-inline-menu__item--megamenu:active > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megamenu:hover > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megamenu:focus-within > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megamenu:focus > .header-inline-menu__link > .header-inline-menu__link-title {
  opacity: var(--hover-menu-opacity);
}
.header-inline-menu__item--megamenu:active > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megamenu:hover > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megamenu:focus-within > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megamenu:focus > .header-inline-menu__link > .header-inline-menu__icon {
  transform: rotate(180deg);
  opacity: var(--hover-menu-opacity);
}
.header-inline-menu__item--megamenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megamenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megamenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megamenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header-inline-menu__item--megamenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megamenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megamenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megamenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header-inline-menu__item--megasubmenu > .mega-submenu {
  position: absolute;
  z-index: 2;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
}
.header-inline-menu__item--megasubmenu:active > .mega-submenu, .header-inline-menu__item--megasubmenu:hover > .mega-submenu, .header-inline-menu__item--megasubmenu:focus-within > .mega-submenu, .header-inline-menu__item--megasubmenu:focus > .mega-submenu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.header-inline-menu__item--megasubmenu:active > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megasubmenu:hover > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megasubmenu:focus-within > .header-inline-menu__link > .header-inline-menu__link-title, .header-inline-menu__item--megasubmenu:focus > .header-inline-menu__link > .header-inline-menu__link-title {
  opacity: var(--hover-opacity);
}
.header-inline-menu__item--megasubmenu:active > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megasubmenu:hover > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megasubmenu:focus-within > .header-inline-menu__link > .header-inline-menu__icon, .header-inline-menu__item--megasubmenu:focus > .header-inline-menu__link > .header-inline-menu__icon {
  transform: rotate(180deg);
  opacity: var(--hover-opacity);
}
.header-inline-menu__item--megasubmenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megasubmenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megasubmenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1), .header-inline-menu__item--megasubmenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}
.header-inline-menu__item--megasubmenu:active > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megasubmenu:hover > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megasubmenu:focus-within > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2), .header-inline-menu__item--megasubmenu:focus > .header-inline-menu__link > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header-inline-menu__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.header-inline-menu__link-title {
  transition: opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-inline-menu__link:hover > .header-inline-menu__link-title {
    opacity: var(--hover-menu-opacity);
  }
  .header-inline-menu__link:hover > .header-inline-menu__icon {
    transform: rotate(180deg);
    opacity: var(--hover-menu-opacity);
  }
  .header-inline-menu__link:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(1) {
    opacity: 0;
    visibility: hidden;
  }
  .header-inline-menu__link:hover > .header-menu-item-icon--hover .icon-pack-wrapper:nth-child(2) {
    opacity: 1;
    visibility: visible;
  }
}
.header-inline-menu__icon {
  flex-shrink: 0;
  pointer-events: none;
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(var(--color-foreground));
  transition: opacity var(--duration-default) ease-in-out, transform var(--duration-default) ease-in-out;
}
.header-inline-menu__icon .icon-caret {
  position: static;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
}

.header-inline-submenu {
  min-width: 23.2rem;
  max-width: 32rem;
  max-height: 70vh;
  padding: 1.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  border-radius: min(var(--border-radius-block), 0.6rem);
  background-color: rgb(var(--color-background));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
.header-inline-submenu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-inline-submenu__link {
  text-decoration: none;
  width: 100%;
  padding: 0.8rem 1.2rem;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: min(var(--border-radius-button), 1rem);
}
.header-inline-submenu__link--only {
  border: 0.1rem solid transparent;
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-inline-submenu__link--only:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
}
.header-inline-submenu__details {
  width: 100%;
  border: none;
  background-color: transparent;
}
.header-inline-submenu__details[open] > .header-inline-submenu__summary {
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.header-inline-submenu__details[open] > .header-inline-submenu__summary > .header-inline-submenu__icon {
  transform: rotate(180deg);
}
.header-inline-submenu__summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding-inline-end: 1.2rem;
  border: 0.1rem solid transparent;
  border-radius: min(var(--border-radius-button), 1rem);
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
.header-inline-submenu__summary > a.header-inline-submenu__link {
  width: auto;
  padding-inline-end: 0;
  transition: opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-inline-submenu__summary:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
  .header-inline-submenu__summary:hover > a.header-inline-submenu__link + .header-inline-submenu__icon {
    opacity: var(--hover-menu-opacity);
  }
  .header-inline-submenu__summary > a.header-inline-submenu__link:hover {
    opacity: var(--hover-menu-opacity);
  }
  .header-inline-submenu__summary > a.header-inline-submenu__link:hover + .header-inline-submenu__icon {
    opacity: 1;
  }
}
.header-inline-submenu__icon {
  flex-shrink: 0;
  pointer-events: none;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default) ease-in-out, transform var(--duration-default) ease-in-out;
}
.header-inline-submenu__icon .icon-caret {
  position: static;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
}
.header-inline-submenu__sublist {
  padding: 1rem 1.2rem 0.4rem;
  display: flex;
  flex-direction: column;
}
.header-inline-submenu__sublist li {
  line-height: var(--font-body-line-height);
}
.header-inline-submenu__sublist li:first-child .header-inline-submenu__sublink {
  padding-top: 0;
}
.header-inline-submenu__sublist li:last-child .header-inline-submenu__sublink {
  padding-bottom: 0;
}
.header-inline-submenu__sublink {
  width: 100%;
  padding: 0.6rem 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-inline-submenu__sublink {
    transition: opacity var(--duration-default) ease-in-out;
  }
  .header-inline-submenu__sublink:hover {
    opacity: var(--hover-menu-opacity);
  }
}

/* Header logo styles */
.header-logo {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header-logo span {
  line-height: 1;
}
.header-logo__link {
  position: relative;
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
  transition: opacity var(--duration-default) ease-in-out;
}
.header-logo__link::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
@media screen and (max-width: 576px) {
  .header-logo__link {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .header-logo__link {
    max-width: 12rem;
  }
}
.header-logo__link span {
  display: flex;
  align-items: center;
  max-width: 25rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-logo__link:hover {
    opacity: var(--hover-opacity);
  }
}
.header-logo__img {
  display: block;
  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);
}
@media screen and (max-width: 576px) {
  .header-logo__img {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .header-logo__img {
    max-width: 12rem;
  }
}
.header-logo__img:not(.header-logo__img--overlay) {
  opacity: 1;
  visibility: visible;
}
.header-logo__img:only-child {
  opacity: 1 !important;
  visibility: visible !important;
}
.header-logo__img--overlay {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .header-logo__img:not(.header-logo__img--overlay) {
    opacity: 0;
    visibility: hidden;
  }
  [data-scheme=auto] .header-logo__img.header-logo__img--overlay {
    opacity: 1;
    visibility: visible;
  }
}
[data-scheme=dark] .header-logo__img:not(.header-logo__img--overlay) {
  opacity: 0;
  visibility: hidden;
}
[data-scheme=dark] .header-logo__img.header-logo__img--overlay {
  opacity: 1;
  visibility: visible;
}

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

.header-color-mode-selector {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.header-color-mode-selector > .subheading-font {
  color: rgb(var(--color-foreground));
}
.header-color-mode-selector__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.header-color-mode-selector__btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgb(var(--color-foreground));
  opacity: 0.5;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-color-mode-selector__btn {
    transition: opacity var(--duration-default);
    cursor: pointer;
  }
  .header-color-mode-selector__btn:hover {
    opacity: 1;
  }
}
.header-color-mode-selector__btn .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.header-color-mode-selector__divider {
  flex-shrink: 0;
  display: block;
  height: 1.4rem;
  width: 0.15rem;
  background-color: rgb(var(--color-border));
}

@media (prefers-color-scheme: light) {
  [data-scheme=auto] [data-color-mode=auto] {
    opacity: 1;
  }
}
[data-scheme=light] [data-color-mode=light] {
  opacity: 1;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] [data-color-mode=auto] {
    opacity: 1;
  }
}
[data-scheme=dark] [data-color-mode=dark] {
  opacity: 1;
}

/* Mega menu styles */
.mega-menu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 2.4rem;
  padding-inline-end: 0.8rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
  border-radius: min(var(--border-radius-block));
  background-color: rgb(var(--color-background));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
.mega-menu--initialized {
  display: block;
}
.mega-menu::before {
  position: absolute;
  content: "";
  display: block;
  bottom: calc(100% + 1px);
  height: var(--extra-height);
  width: var(--extra-width);
  left: var(--extra-left);
  background: transparent;
}
.header-sidebar .mega-menu::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  height: var(--extra-height);
  width: 3.2rem;
  top: var(--extra-top);
  left: -2.4rem;
  background: transparent;
}
.header-sidebar .mega-menu {
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 100vh;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu {
    padding: 4rem;
    padding-inline-end: 0.8rem;
  }
}
.mega-menu__wrapper {
  width: 100%;
  display: flex;
  gap: 2.4rem;
  padding-inline-end: 1.6rem;
  max-height: calc(100vh - var(--header-height) - 4.8rem - 2rem);
}
.header-sidebar .mega-menu__wrapper {
  max-height: 100%;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu__wrapper {
    gap: 4rem;
    padding-inline-end: 3.2rem;
  }
}
.mega-menu__list {
  width: 100%;
  height: 100%;
}
.mega-menu__promo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 25.3rem;
}
.mega-menu__wrapper--without-products .mega-menu__promo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.mega-menu__wrapper--without-products .mega-menu__promo .header-promo-card,
.mega-menu__wrapper--without-products .mega-menu__promo .header-callout-card {
  width: 25.3rem;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu__promo {
    width: 30rem;
  }
}
.header-sidebar .mega-menu__wrapper--without-products .mega-menu__promo {
  justify-content: flex-start;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu__wrapper--without-products .mega-menu__promo {
    width: 100%;
  }
}

.mega-menu-list {
  width: 100%;
  height: 100%;
  position: relative;
  display: grid;
  grid-auto-flow: row;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 4.8rem;
}
.header-sidebar .mega-menu-list {
  gap: 2.4rem;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu-list {
    gap: 2.4rem 4.8rem;
  }
}
.mega-menu-list__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  border-radius: min(var(--border-radius-product), 0.8rem);
}
.mega-menu-list__item-title {
  transition: opacity var(--duration-default) ease-in-out;
}
.mega-menu-list__item-media {
  display: block;
  position: relative;
  width: 4.8rem;
  height: auto;
  flex-shrink: 0;
  border-radius: min(var(--border-radius-product), 0.8rem);
  overflow: hidden;
}
.mega-menu-list__item-media::before {
  content: "";
  display: block;
  padding-bottom: var(--padding-bottom);
  width: 0;
}
.mega-menu-list__item-media img,
.mega-menu-list__item-media .placeholder-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--image-hover-transition);
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu-list__item:hover > .mega-menu-list__item-title {
    opacity: var(--hover-menu-opacity);
  }
  .mega-menu-list__item:hover > .mega-menu-list__item-media img, .mega-menu-list__item:hover > .mega-menu-list__item-media .placeholder-svg {
    transform: scale(1.05);
  }
}
.mega-menu-list--placeholder .mega-menu-list__item {
  cursor: not-allowed;
}
.mega-menu-list:not([data-promo-items-count="1"])::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(33.3333333333% - 0.8rem);
  width: 0.1rem;
  background: rgb(var(--color-border));
}
.header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::before {
  left: calc(33.3333333333% - 0.4rem);
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::before {
    left: calc(33.3333333333% - 0.8rem);
  }
}
[dir=rtl] .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::before {
  left: unset;
  right: calc(33.3333333333% - 0.4rem);
}
@media only screen and (min-width: 1360px) {
  [dir=rtl] .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::before {
    left: unset;
    right: calc(33.3333333333% - 0.8rem);
  }
}
[dir=rtl] .mega-menu-list:not([data-promo-items-count="1"])::before {
  left: unset;
  right: calc(33.3333333333% - 0.8rem);
}
.mega-menu-list:not([data-promo-items-count="1"])::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(66.6666666667% + 0.8rem);
  width: 0.1rem;
  background: rgb(var(--color-border));
}
.header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::after {
  left: calc(66.6666666667% + 0.4rem);
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::after {
    left: calc(66.6666666667% + 0.8rem);
  }
}
[dir=rtl] .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::after {
  left: unset;
  right: calc(66.6666666667% + 0.4rem);
}
@media only screen and (min-width: 1360px) {
  [dir=rtl] .header-sidebar .mega-menu-list:not([data-promo-items-count="1"])::after {
    left: unset;
    right: calc(66.6666666667% + 0.8rem);
  }
}
[dir=rtl] .mega-menu-list:not([data-promo-items-count="1"])::after {
  left: unset;
  right: calc(66.6666666667% + 0.8rem);
}
.mega-menu-list[data-promo-items-count="2"]::after {
  display: none;
}

.mega-menu-mobile {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transform: translate(110%, 0);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  padding: 2rem;
  padding-inline-end: 0.8rem;
  background-color: rgb(var(--color-background));
  pointer-events: none;
  visibility: hidden;
  transition: transform var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
@media only screen and (min-width: 576px) {
  .mega-menu-mobile {
    max-width: 40rem;
  }
}
[dir=rtl] .mega-menu-mobile {
  right: 0;
  left: unset;
  transform: translate(-110%, 0);
}
.mega-menu-mobile--initialized {
  display: block;
}
.mega-menu-mobile--visible {
  transform: translate(0, 0);
  pointer-events: all;
  visibility: visible;
}
[dir=rtl] .mega-menu-mobile--visible {
  transform: translate(0, 0);
}
.mega-menu-mobile__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
.mega-menu-mobile__top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-inline-end: 1.2rem;
}
.mega-menu-mobile__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline-end: 1.2rem;
  max-height: 100%;
}
.mega-menu-mobile__promo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.mega-menu-mobile .mega-menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.mega-menu-mobile .mega-menu-list::after, .mega-menu-mobile .mega-menu-list::before {
  display: none;
}

.header-promo-card {
  flex-shrink: 0;
  position: relative;
  display: flex;
  border-radius: var(--border-radius-block);
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  overflow: hidden;
}
.header-promo-card--with-image {
  background: transparent;
}
.header-promo-card::after {
  content: "";
  display: block;
  padding-bottom: var(--padding-bottom);
  width: 0;
}
.header-promo-card__content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
  padding: 2.4rem;
  justify-content: center;
}
.header-promo-card__content--align-top {
  justify-content: flex-start;
}
.header-promo-card__content--align-bottom {
  justify-content: flex-end;
}
.header-promo-card__media {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}
.header-promo-card__media-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--image-hover-transition);
}
.header-promo-card__media-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.header-promo-card * {
  pointer-events: none;
}
.header-promo-card a:not(.header-promo-card__overlay-link),
.header-promo-card button,
.header-promo-card .button {
  pointer-events: all;
  position: relative;
  z-index: 2;
}
.header-promo-card__overlay-link {
  position: absolute;
  z-index: 1;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-block);
}
.header-promo-card__overlay-link:empty {
  display: block;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-promo-card:has(.header-promo-card__overlay-link):hover .header-promo-card__media-item {
    transform: scale(1.01);
  }
}

/* Mega submenu styles */
.mega-submenu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 2.4rem;
  padding-inline-end: 0.8rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
  border-radius: min(var(--border-radius-block));
  background-color: rgb(var(--color-background));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
.mega-submenu--initialized {
  display: block;
}
.mega-submenu::before {
  position: absolute;
  content: "";
  display: block;
  bottom: calc(100% + 1px);
  height: var(--extra-height);
  width: var(--extra-width);
  left: var(--extra-left);
  background: transparent;
}
.header-sidebar .mega-submenu::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 100%;
  height: var(--extra-height);
  width: 3.2rem;
  top: var(--extra-top);
  left: -2.4rem;
  background: transparent;
}
.header-sidebar .mega-submenu {
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 100vh;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-submenu {
    padding: 4rem;
    padding-inline-end: 0.8rem;
  }
}
.mega-submenu__wrapper {
  width: 100%;
  display: flex;
  gap: 2.4rem;
  padding-inline-end: 1.6rem;
  max-height: calc(100vh - var(--header-height) - 4.8rem - 2rem);
}
.header-sidebar .mega-submenu__wrapper {
  max-height: 100%;
}
@media only screen and (min-width: 1360px) {
  .header-sidebar .mega-submenu__wrapper {
    gap: 4rem;
    padding-inline-end: 3.2rem;
  }
}
.mega-submenu__submenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: calc((100% - 2.4rem) / 2);
}
.mega-submenu__submenu:only-child {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.header-sidebar .mega-submenu__submenu {
  grid-template-columns: repeat(4, 1fr);
}
.mega-submenu__submenu-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.mega-submenu__submenu-submenu {
  display: flex;
  flex-direction: column;
}
.mega-submenu__cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  width: calc((100% - 2.4rem) / 2);
}
.mega-submenu__cards:only-child {
  width: 100%;
}
.mega-submenu__cards .header-promo-card {
  width: 100%;
}
.mega-submenu__cards--2 > .header-promo-card {
  width: calc((100% - 2rem) / 2);
}
.mega-submenu__cards--3 > .header-promo-card {
  width: calc((100% - 4rem) / 3);
}
.mega-submenu__cards--4 > .header-promo-card {
  width: calc((100% - 6rem) / 4);
}

.mega-submenu-mobile {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  transform: translate(110%, 0);
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  padding: 2rem;
  padding-inline-end: 0.8rem;
  background-color: rgb(var(--color-background));
  pointer-events: none;
  visibility: hidden;
  transition: transform var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out;
}
@supports (height: 100dvh) {
  .mega-submenu-mobile {
    height: 100dvh;
  }
}
@media only screen and (min-width: 576px) {
  .mega-submenu-mobile {
    max-width: 40rem;
  }
}
[dir=rtl] .mega-submenu-mobile {
  right: 0;
  left: unset;
  transform: translate(-110%, 0);
}
.mega-submenu-mobile--initialized {
  display: block;
}
.mega-submenu-mobile--visible {
  transform: translate(0, 0);
  pointer-events: all;
  visibility: visible;
}
[dir=rtl] .mega-submenu-mobile--visible {
  transform: translate(0, 0);
}
.mega-submenu-mobile__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
.mega-submenu-mobile__top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding-inline-end: 1.2rem;
  pointer-events: all;
}
.mega-submenu-mobile__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline-end: 1.2rem;
  max-height: 100%;
}
.mega-submenu-mobile__submenu {
  width: 100%;
}
.mega-submenu-mobile__cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.mega-submenu-mobile__cards .header-promo-card {
  width: 100%;
}
.mega-submenu-mobile__cards--2 > .header-promo-card {
  width: calc((100% - 2rem) / 2);
}

/* Header mobile styles */
header-mobile-drawer .menu-drawer {
  position: fixed;
  top: calc(-1 * var(--ann-height));
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  padding-inline-end: 0.8rem;
  background-color: rgb(var(--color-background));
  border: none;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-110%, 0);
  overflow: hidden;
  z-index: 30;
  display: flex;
  flex-direction: column;
  transition: transform var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out, visibility var(--duration-default) ease-in-out, height var(--duration-default) ease-in-out;
}
@media only screen and (min-width: 576px) {
  header-mobile-drawer .menu-drawer {
    max-width: 40rem;
  }
}
[dir=rtl] header-mobile-drawer .menu-drawer {
  right: 0;
  left: unset;
  transform: translate(110%, 0);
}
.no-js header-mobile-drawer .menu-drawer {
  box-shadow: 0 8px 14px rgba(var(--color-shadow), 0.08);
  padding-top: 6.4rem;
}
header-mobile-drawer .menu-drawer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
header-mobile-drawer .menu-drawer__button .icon {
  color: rgb(var(--color-foreground));
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  header-mobile-drawer .menu-drawer__button:hover .icon {
    opacity: var(--hover-opacity);
  }
}
header-mobile-drawer .menu-drawer__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2rem;
  padding-inline-end: 1.2rem;
}
header-mobile-drawer .menu-drawer__top .modal-close-button:only-child {
  margin-inline-start: auto;
}
header-mobile-drawer .menu-drawer__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-inline-start: 2rem;
  padding-inline-end: 1.2rem;
  padding-bottom: 2rem;
}
header-mobile-drawer .menu-drawer .header-settings {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  header-mobile-drawer .menu-drawer .header-settings {
    max-width: 40rem;
  }
}
header-mobile-drawer > details > summary::before {
  content: "";
  display: block;
  position: fixed;
  top: calc(-1 * var(--ann-height));
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background: rgba(var(--color-modal-overlay), 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  z-index: 29;
  opacity: 0;
  visibility: hidden;
  transition: visibility var(--duration-default), opacity var(--duration-default);
}
.no-js header-mobile-drawer > details[open] > .menu-drawer, .no-js header-mobile-drawer > details[open] > .menu-drawer, .js header-mobile-drawer > details[open].menu-opening > .menu-drawer, .js header-mobile-drawer > details[open].menu-opening > .menu-drawer {
  visibility: visible;
  pointer-events: all;
  transform: translate(0, 0);
}
.no-js header-mobile-drawer > details[open] > summary::before, .js header-mobile-drawer > details[open].menu-opening > summary::before {
  visibility: visible;
  opacity: 1;
}
.no-js header-mobile-drawer details[open].menu-drawer-container .menu-drawer__button.js-menu-drawer-open {
  position: relative;
  z-index: 102;
}
.no-js header-mobile-drawer details[open].menu-drawer-container > summary::before {
  display: none;
}

@media screen and (max-width: 1160px) {
  .overflow-hidden-mobile-menu {
    overflow: hidden;
    overscroll-behavior: contain;
  }
}

/* Header search styles */
.header-search__trigger.header-button {
  width: auto;
  min-width: 2.4rem;
  gap: 0.3rem;
}
.header-search__trigger--sidebar {
  height: 3.4rem;
  padding: 0.4rem 1.4rem 0.4rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem !important;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  color: rgba(var(--color-text-input), 0.62);
  background-color: rgb(var(--background-color-input));
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-input);
  box-sizing: border-box;
}
.header-search__trigger--sidebar .icon-search-input {
  width: 1.8rem;
  height: 1.8rem;
  color: rgba(var(--color-text-input), 0.62);
}
.header-search__trigger--sidebar .header-search__short-key {
  margin-inline-start: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 2.2rem;
  height: 0.8rem;
}
.header-search__trigger--sidebar .header-search__short-key .icon-short-key {
  color: rgba(var(--color-text-input), 0.62);
}
.header-search__short-key {
  flex-shrink: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  color: rgb(var(--color-foreground-secondary));
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.1);
}
@media screen and (min-width: 1160px) {
  .header-search__short-key {
    display: flex;
  }
}
.header-search__short-key .icon-short-key {
  width: 2.2rem;
  height: 0.8rem;
  color: rgb(var(--color-foreground-secondary));
}
.header-search__short-key[data-device-type] .icon-short-key-mac {
  display: none;
}
.header-search__short-key[data-device-type] .icon-short-key-windows {
  display: none;
}
.header-search__short-key[data-device-type=mac] .icon-short-key-mac {
  display: block;
}
.header-search__short-key[data-device-type=windows] .icon-short-key-windows {
  display: block;
}

.header-search-modal {
  position: fixed;
  z-index: 40;
  top: calc(-1 * var(--ann-height));
  left: 0;
  right: unset;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: transparent;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-110%, 0);
  transition: transform var(--duration-default) ease-in-out, visibility var(--duration-default), opacity var(--duration-default);
}
@media only screen and (min-width: 576px) {
  .header-search-modal {
    max-width: 40rem;
  }
}
@media screen and (min-width: 1160px) {
  .header-search-modal {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    right: 0;
    opacity: 0;
    transform: translate(0, 0);
    padding: calc(var(--header-height) + var(--ann-height) + 4rem) 0 0;
  }
}
[dir=rtl] .header-search-modal {
  right: 0;
  left: unset;
  transform: translate(110%, 0);
}
@media screen and (min-width: 1160px) {
  [dir=rtl] .header-search-modal {
    left: 0;
    transform: translate(0, 0);
  }
}
.header-search-modal[open=true] {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-search-modal[open=true] > .header-search-modal__content {
  pointer-events: all;
}
.header-search-modal[open=true] + .header-search-modal-overlay {
  opacity: 1;
  visibility: visible;
}
.header-search-modal__content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-background));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1160px) {
  .header-search-modal__content {
    width: 50rem;
    height: unset;
    max-height: 36rem;
    border-radius: var(--border-radius-block);
    box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
  }
}
.header-search-modal__menu {
  width: 100%;
  padding: 0 0.8rem 0 1.4rem;
  padding-inline-start: 1.4rem;
  padding-inline-end: 0.8rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  overflow: hidden;
}
.header-search-modal__menu-title {
  padding-inline-start: 1rem;
  margin-bottom: 1rem;
}
.header-search-modal__menu-title:empty {
  display: none;
}
.header-search-modal__menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0;
  padding-inline-end: 1.6rem;
  margin: 0 0 2.4rem 0;
  max-height: 100%;
}
@media (min-width: 1160px) {
  .header-search-modal__menu-items {
    margin: 0;
    padding-bottom: 2.4rem;
  }
}
.header-search-modal__menu-item[aria-selected=true] .header-search-modal__menu-link {
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.header-search-modal__menu-link {
  text-decoration: none;
  padding: 0.4rem 1rem;
  min-height: 3.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  color: rgb(var(--color-foreground));
  border: 0.1rem solid transparent;
  border-radius: min(var(--border-radius-button), 1rem);
  transition: background-color var(--duration-default) ease-in-out, border-color var(--duration-default) ease-in-out;
}
.header-search-modal__menu-link .icon-search-input {
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (hover: hover) and (pointer: fine) {
  .header-search-modal__menu-link:hover {
    background-color: rgb(var(--color-background-secondary));
    border-color: rgba(var(--color-foreground), 0.03);
  }
}
.header-search-modal__menu-link:focus-visible {
  outline: none;
  background-color: rgb(var(--color-background-secondary));
  border-color: rgba(var(--color-foreground), 0.03);
}
.header-search-modal__top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 2.4rem 2.4rem 0;
}
@media screen and (min-width: 1160px) {
  .header-search-modal__top {
    display: none;
  }
}
.header-search-modal__bottom {
  display: none;
  flex-shrink: 0;
  width: 100%;
  padding: 2.3rem 2.4rem 2.4rem;
  min-height: 6.6rem;
  align-items: center;
  gap: 1.2rem;
  border-top: 0.1rem solid rgba(var(--color-border));
  color: rgb(var(--color-foreground-secondary));
}
.header-search-modal__shortcut {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.header-search-modal__shortcut-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground-secondary));
  border: 0.1rem solid rgb(var(--color-foreground), 0.03);
  box-shadow: 0px 2px 2px 0px rgb(var(--color-shadow), 0.1);
}
.header-search-modal__shortcut-icon .icon {
  width: 1rem;
  height: 1rem;
}
.header-search-modal__shortcut-icon .icon-keyboard-escape {
  width: 1.4rem;
  height: 1.2rem;
}
.header-search-modal predictive-search[open] + .header-search-modal__menu,
.header-search-modal predictive-search[loading] + .header-search-modal__menu {
  display: none;
}
@media screen and (min-width: 1160px) {
  .header-search-modal predictive-search[open]:not([loading]):has(.predictive-search__results) ~ .header-search-modal__bottom {
    display: flex;
  }
  .header-search-modal predictive-search:not([open]):not([loading]) + .header-search-modal__menu + .header-search-modal__bottom,
  .header-search-modal search-form + .header-search-modal__menu + .header-search-modal__bottom {
    display: flex;
  }
}
@media screen and (max-width: 1159.99px) {
  .header-search-modal .predictive-search__results {
    margin-bottom: 1.8rem;
  }
  .header-search-modal .predictive-search__list:last-child {
    margin-bottom: 0;
  }
}

.header-search-modal-overlay {
  display: none;
  position: fixed;
  z-index: 39;
  top: calc(-1 * var(--ann-height));
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--color-modal-overlay), 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: visibility var(--duration-default), opacity var(--duration-default);
}
@media screen and (min-width: 1160px) {
  .header-search-modal-overlay {
    display: block;
  }
}

@media screen and (min-width: 1160px) {
  .overflow-hidden-search-open {
    overflow: hidden;
    overscroll-behavior: contain;
  }
}

@media screen and (max-width: 1159.99px) {
  header:has(details.menu-drawer-container.menu-opening[open]) .header-search-modal-overlay {
    display: block;
    left: 0;
    right: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 1159.99px) and (min-width: 576px) {
  header:has(details.menu-drawer-container.menu-opening[open]) .header-search-modal-overlay {
    max-width: 40rem;
  }
}
@media screen and (max-width: 1159.99px) {
  body.overflow-hidden-search-open:has(header details.menu-drawer-container:not(.menu-opening):not([open])) {
    overflow: hidden;
    overscroll-behavior: contain;
  }
  body.overflow-hidden-search-open:has(header details.menu-drawer-container:not(.menu-opening):not([open])) .header-search-modal[open=true] + .header-search-modal-overlay {
    display: block;
  }
}
/* Breadcrumbs */
.breadcrumb {
  position: relative;
  z-index: 4;
  display: inline-block;
  color: rgba(var(--color-foreground-secondary));
  background-color: transparent;
  padding: 0;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin: 4rem 0 0 0;
  }
}
.breadcrumb__link {
  position: relative;
  display: inline;
  color: inherit;
  vertical-align: middle;
  text-decoration: none;
  transition: opacity var(--duration-default);
}
@media screen and (pointer: fine) {
  .breadcrumb__link:hover {
    opacity: var(--hover-opacity);
  }
}
.breadcrumb__link--compact {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.breadcrumb__link--home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  margin: -0.4rem;
}
.breadcrumb__link .icon-caret {
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(var(--color-foreground-secondary));
  transform: rotate(90deg);
}
.breadcrumb__link .icon-home {
  width: 1.6rem;
  height: 1.6rem;
  color: rgba(var(--color-foreground-secondary));
}
.breadcrumb__delimiter {
  display: inline-block;
  vertical-align: middle;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.4rem;
}
.breadcrumb__delimiter .icon-caret {
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(var(--color-foreground-secondary));
  transform: rotate(-90deg);
}
.breadcrumb__current {
  display: inline;
  vertical-align: middle;
  color: rgba(var(--color-foreground));
}
[dir=rtl] .breadcrumb .breadcrumb__delimiter .icon-caret {
  transform: rotate(90deg);
}
[dir=rtl] .breadcrumb .breadcrumb__link .icon-caret {
  transform: rotate(-90deg);
}

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

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

.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% - 2.4rem);
  max-height: calc(100vh - 2.4rem);
  max-height: calc(100svh - 2.4rem);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: var(--duration-default);
  outline: none;
}
@media screen and (min-width: 1200px) {
  .popup {
    max-width: calc(100% - 4.8rem);
    max-height: calc(100vh - 4.8rem);
    max-height: calc(100svh - 4.8rem);
  }
}
.popup--top {
  top: 1.2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 1200px) {
  .popup--top {
    top: 2.4rem;
  }
}
.popup--top-left {
  top: 1.2rem;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .popup--top-left {
    top: 2.4rem;
    left: 2.4rem;
  }
}
.popup--top-right {
  top: 1.2rem;
  right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .popup--top-right {
    top: 2.4rem;
    right: 2.4rem;
  }
}
.popup--bottom {
  bottom: 1.2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 1200px) {
  .popup--bottom {
    bottom: 2.4rem;
  }
}
.popup--bottom-left {
  left: 1.2rem;
  bottom: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .popup--bottom-left {
    left: 2.4rem;
    bottom: 2.4rem;
  }
}
.popup--bottom-right {
  right: 1.2rem;
  bottom: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .popup--bottom-right {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.popup--left {
  left: 1.2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 1200px) {
  .popup--left {
    left: 2.4rem;
  }
}
.popup--right {
  top: 50%;
  right: 1.2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 1200px) {
  .popup--right {
    right: 2.4rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup .popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: var(--border-radius-block);
}
.popup .popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.popup .popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-scrollbar));
  border-radius: 4rem;
}
.popup .popup-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-block);
}
.popup .popup-container {
  width: 100%;
}
.popup .popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-block);
}
@media (min-width: 750px) {
  .popup .popup-outer {
    flex-direction: row;
  }
}
.popup + .popup-overlay {
  background-color: rgba(var(--color-modal-overlay), 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup.popup-open {
  display: flex;
}
@media (max-width: 576px) {
  .popup.popup-open[data-mobile-disable=true] {
    display: none;
  }
  .popup.popup-open[data-mobile-disable=true] + .popup-overlay {
    display: none;
  }
}
.popup.popup-open + .popup-overlay {
  display: block;
}
.popup .popup-thumbnail {
  position: relative;
  border-radius: var(--border-radius-block);
}
.popup .popup-thumbnail img,
.popup .popup-thumbnail svg {
  width: 100%;
}
.popup .popup-thumbnail .popup-thumbnail-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.popup .popup-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
}
[dir=rtl] .popup .popup-close {
  right: unset;
  left: 1.4rem;
}
.popup .block-promo-badge:not(:first-child),
.popup .block-subheading:not(:first-child),
.popup .block-heading:not(:first-child),
.popup .block-description:not(:first-child),
.popup .block-countdown-timer:not(:first-child) {
  margin: 0.8rem 0 0;
}
@media (min-width: 1360px) {
  .popup .block-promo-badge,
  .popup .block-subheading,
  .popup .block-heading,
  .popup .block-description,
  .popup .block-countdown-timer {
    padding-inline-end: 2.4rem;
  }
}
.popup .block-heading {
  max-width: min(64rem, 100%);
}
.popup .block-heading + .block-newsletter-form:not(:first-child) {
  margin-top: 1.6rem;
}
.popup .block-description {
  max-width: min(52rem, 100%);
}
.popup .block-newsletter-form {
  width: 100%;
}
.popup .block-newsletter-form:not(:first-child) {
  margin: 2rem 0 0;
}
.popup .block-social-list:not(:first-child) {
  margin: 1.2rem 0 0;
}
.popup .block-social-list:empty {
  display: none;
}
.popup .popup-button-wrapper--full {
  width: 100%;
}
.popup .popup-button-wrapper--full > .button {
  width: 100%;
}
.popup .popup-button-wrapper:not(:first-child) {
  margin: 2rem 0 0;
}
.popup .popup-outer_image--background {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 750px) {
  .popup .popup-outer_image--background {
    flex-direction: row;
  }
}
.popup .popup-outer_image--background::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom_outer);
}
.popup .popup-outer_image--background .popup-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup .popup-outer_image--background .popup-thumbnail img,
.popup .popup-outer_image--background .popup-thumbnail svg {
  object-fit: cover !important;
}
.popup .popup-outer_image--background .popup-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup .popup-outer_image--background .notification-banner__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup-main {
  border-radius: var(--border-radius-block);
}
.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: space-between;
}
.popup-main .popup-wrapper-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.popup-main .popup-thumbnail {
  flex: 1 0 37.1%;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.popup-main .popup-thumbnail::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom_mobile);
}
@media (min-width: 750px) {
  .popup-main .popup-thumbnail::after {
    padding-bottom: var(--padding_bottom_desktop);
  }
}
.popup-main .popup-thumbnail img,
.popup-main .popup-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.popup-main .popup-content {
  position: relative;
  z-index: 3;
  padding: 2.4rem;
  padding-inline-end: 4.4rem;
  width: 100%;
  order: 2;
}
@media (min-width: 576px) {
  .popup-main .popup-content {
    padding: 3.2rem;
    padding-inline-end: 4.4rem;
  }
}
@media (min-width: 1200px) {
  .popup-main .popup-content {
    padding: 4rem;
    padding-inline-end: 4.4rem;
  }
}
.popup-main .popup-content--center {
  text-align: center;
}
.popup-main .popup-content--center .popup-wrapper-text {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form {
  align-items: center;
}
.popup-main .popup-content--center .list-social {
  justify-content: center;
}
.popup-main .popup-content--left {
  text-align: left;
}
.popup-main .popup-content--left .popup-wrapper-text {
  align-items: flex-start;
}
.popup-main .popup-content--left .list-social {
  justify-content: flex-start;
}
.popup-main .popup-content--right {
  text-align: right;
}
.popup-main .popup-content--right .popup-wrapper-text {
  align-items: flex-end;
}
.popup-main .popup-content--right .newsletter-form {
  align-items: flex-end;
}
.popup-main .popup-content--right .list-social {
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .popup-main.popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}

.notification-banner {
  border-radius: min(var(--border-radius-block), 0.8rem);
}
.notification-banner .popup-outer {
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
.notification-banner-image--left .popup-outer_image .notification-banner__content, .notification-banner-image--right .popup-outer_image .notification-banner__content {
  justify-content: space-between;
}
.notification-banner.notification-banner-image--right .popup-outer {
  flex-direction: row-reverse;
}
.notification-banner.notification-banner-image--top .popup-outer {
  flex-direction: column;
}
.notification-banner.notification-banner-image--top .notification-banner__image,
.notification-banner.notification-banner-image--top .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner.notification-banner-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.notification-banner.notification-banner-image--bottom .notification-banner__image,
.notification-banner.notification-banner-image--bottom .notification-banner__content {
  flex: unset;
  width: 100%;
}
.notification-banner .popup-wrap {
  box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
}
.notification-banner .popup-wraper-text {
  display: flex;
  flex-direction: column;
}
.notification-banner .popup-wraper-text--left {
  text-align: left;
  align-items: flex-start;
}
.notification-banner .popup-wraper-text--center {
  text-align: center;
  align-items: center;
}
.notification-banner .popup-wraper-text--center .popup-wrapper-text {
  align-items: center;
}
.notification-banner .popup-wraper-text--right {
  text-align: right;
  align-items: flex-end;
}
.notification-banner__image {
  position: relative;
  flex: 1 35%;
  min-width: 7.6rem;
  display: flex;
  overflow: hidden;
}
.notification-banner__image::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom_mobile);
}
@media (min-width: 750px) {
  .notification-banner__image::after {
    padding-bottom: var(--padding_bottom_desktop);
  }
}
.notification-banner__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner__content {
  position: relative;
  flex: 1 65%;
  padding: 2.4rem;
  padding-inline-end: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notification-bar {
  width: 100%;
  transform: none;
}
.notification-bar.popup--top {
  top: 1.2rem;
  bottom: unset;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .notification-bar.popup--top {
    top: 2.4rem;
    left: 2.4rem;
  }
}
@keyframes barOpenSlide {
  from {
    transform: translate3d(0, -120%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes barExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -120%, 0);
  }
}
@keyframes barOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, -4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes barExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -4rem, 0);
  }
}
.notification-bar.popup--top .popupOpenSlideFade {
  animation-name: barOpenSlideFade;
  animation-duration: 0.5s;
}
.notification-bar.popup--top .popupExitSlideFade {
  animation-name: barExitSlideFade;
  animation-duration: 0.5s;
}
.notification-bar.popup--top .popupOpenSlide {
  animation-name: barOpenSlide;
  animation-duration: 0.5s;
}
.notification-bar.popup--top .popupExitSlide {
  animation-name: barExitSlide;
  animation-duration: 0.5s;
}
.notification-bar.popup--bottom {
  top: unset;
  bottom: 1.2rem;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .notification-bar.popup--bottom {
    bottom: 2.4rem;
    left: 2.4rem;
  }
}
@keyframes barBottomOpenSlide {
  from {
    transform: translate3d(0, 120%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes barBottomExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 120%, 0);
  }
}
@keyframes barBottomOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes barBottomExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 4rem, 0);
  }
}
.notification-bar.popup--bottom .popupOpenSlideFade {
  animation-name: barBottomOpenSlideFade;
  animation-duration: 0.5s;
}
.notification-bar.popup--bottom .popupExitSlideFade {
  animation-name: barBottomExitSlideFade;
  animation-duration: 0.5s;
}
.notification-bar.popup--bottom .popupOpenSlide {
  animation-name: barBottomOpenSlide;
  animation-duration: 0.5s;
}
.notification-bar.popup--bottom .popupExitSlide {
  animation-name: barBottomExitSlide;
  animation-duration: 0.5s;
}
.notification-bar .popup-wrap {
  box-shadow: 0px 8px 14px 0px rgba(var(--color-shadow), 0.08);
}
.notification-bar .popup-outer {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (min-width: 576px) {
  .notification-bar .popup-outer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.notification-bar .popup-wraper-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.notification-bar .popup-wraper-buttons {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.age-verification {
  position: fixed;
  z-index: 9999999;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  background-color: rgb(var(--color-background));
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  border: none;
}
.age-verification__wrapper > .container {
  overflow-y: auto;
  overscroll-behavior: contain;
  max-height: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.age-verification__wrapper > .container::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.age-verification__wrapper > .container::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-scrollbar));
  border-radius: 4rem;
}
.age-verification__question {
  width: 100%;
  display: none;
}
.age-verification__question.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
  max-width: min(80rem, 100%);
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  width: 100%;
  display: none;
}
.age-verification__declined.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}

[dir=rtl] .popup--top-left {
  left: unset;
  right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--top-left {
    left: unset;
    right: 2.4rem;
  }
}
[dir=rtl] .popup--top-right {
  right: unset;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--top-right {
    right: unset;
    left: 2.4rem;
  }
}
[dir=rtl] .popup--bottom-left {
  left: unset;
  right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--bottom-left {
    left: unset;
    right: 2.4rem;
  }
}
[dir=rtl] .popup--bottom-right {
  right: unset;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--bottom-right {
    right: unset;
    left: 2.4rem;
  }
}
[dir=rtl] .popup--left {
  left: unset;
  right: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--left {
    left: unset;
    right: 2.4rem;
  }
}
[dir=rtl] .popup--right {
  right: unset;
  left: 1.2rem;
}
@media screen and (min-width: 1200px) {
  [dir=rtl] .popup--right {
    right: unset;
    left: 2.4rem;
  }
}
[dir=rtl] .popup-main .popup-content--left {
  text-align: right;
}
[dir=rtl] .popup-main .popup-content--right {
  text-align: left;
}
[dir=rtl] .notification-banner .popup-wraper-text--left {
  text-align: right;
}
[dir=rtl] .notification-banner .popup-wraper-text--right {
  text-align: left;
}
[dir=rtl] .notification-bar .popup-wraper-text {
  text-align: right;
}

/* Rich text editor styles */
.rte {
  width: 100%;
  overflow: hidden;
  color: rgb(var(--color-foreground));
}
.rte::after {
  clear: both;
  content: "";
  display: table;
}
.rte > * {
  color: rgb(var(--color-foreground));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .rte > * {
    max-width: 530px;
  }
}
.rte > *:last-child {
  margin-bottom: 0 !important;
}
.rte > *:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.rte > *:first-child {
  margin-top: 0 !important;
}
.rte > *:first-child > *:first-child {
  margin-top: 0 !important;
}
.rte > span {
  display: block;
  margin-bottom: 1.6rem;
}
.rte p {
  margin-bottom: 1.6rem;
}
.rte p small {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.rte p:has(img:only-child,
figure:only-child,
table:only-child,
iframe:only-child) {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .rte p:has(img:only-child,
  figure:only-child,
  table:only-child,
  iframe:only-child) {
    max-width: 89.6rem;
  }
}
.rte h1,
.rte h2,
.rte h3,
.rte h4 {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child {
  margin-top: 0;
}
.rte h1:last-child,
.rte h2:last-child,
.rte h3:last-child,
.rte h4:last-child {
  margin-bottom: 0;
}
.rte h5,
.rte h6 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte h5:last-child,
.rte h6:last-child {
  margin-bottom: 0;
}
.rte ol,
.rte ul {
  margin: 1.2rem auto 2.4rem;
  list-style-position: inside;
}
.rte ol:first-child,
.rte ul:first-child {
  margin-top: 0;
}
.rte ol:last-child,
.rte ul:last-child {
  margin-bottom: 0;
}
.rte ol {
  list-style-type: decimal;
}
.rte ul {
  list-style-type: disc;
}
.rte ul li::marker {
  color: rgb(var(--color-foreground));
}
.rte li {
  list-style: inherit;
  margin: 0.6rem 0;
}
.rte li:first-child {
  margin-top: 0;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  display: inline;
  color: currentColor;
  transition: background-size var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .rte a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
  }
}
.rte a:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}
.rte div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .rte div {
    max-width: 530px;
  }
}
.rte div:has(img, figure, table, iframe) {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
  .rte div:has(img, figure, table, iframe) {
    max-width: 89.6rem;
  }
}
.rte img {
  display: inline-block;
  border-radius: var(--border-radius-block);
  height: auto;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.rte figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.8rem;
  max-width: 89.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  max-width: 100%;
}
.rte figure img {
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .rte figure img {
    max-width: 896px;
  }
}
.rte figure:has(figcaption) img {
  margin-bottom: 0;
}
.rte figcaption {
  width: 100%;
  margin-inline: auto;
  color: rgb(var(--color-foreground-secondary));
  font-size: calc(var(--font-body-scale) * 1.2rem);
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .rte figcaption {
    max-width: 530px;
  }
}
.rte iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .rte iframe {
    max-width: 896px;
  }
}
.rte iframe[src*="youtube.com"],
.rte iframe[src*="vimeo.com"] {
  width: 100%;
  border: none;
}
.rte blockquote {
  position: relative;
  display: block;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background-secondary));
  border-radius: var(--border-radius-block);
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  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);
  text-transform: var(--font-heading-text-transform);
  word-wrap: break-word;
  word-break: break-word;
  font-size: calc(var(--font-heading-h3-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  .rte blockquote {
    font-size: calc(var(--font-heading-h3-scale) * 2.6rem);
  }
}
@media screen and (min-width: 1200px) {
  .rte blockquote {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 3.2rem;
  }
}
.rte blockquote::after {
  content: "“";
  color: rgb(var(--color-background));
  font-size: 4rem;
  width: 3.6rem;
  height: 3.6rem;
  padding: 1.8rem 0.2rem 0 0;
  line-height: 1;
  position: absolute;
  left: 2.4rem;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-foreground));
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .rte blockquote::after {
    font-size: 5.2rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 2.4rem 0.2rem 0 0;
  }
}
.rte blockquote > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.rte blockquote > *:last-child {
  margin-bottom: 0;
}
.rte blockquote cite, .rte blockquote > span {
  margin-top: 0.4rem;
  color: rgba(var(--color-foreground-secondary));
  display: block;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  text-transform: none;
}
.rte table {
  width: auto;
  max-width: 89.6rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  border-color: rgba(var(--color-foreground), 0.03);
  display: block;
  overflow-x: auto;
}
.rte table::-webkit-scrollbar:horizontal {
  height: 0.4rem;
}
.rte table::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 2rem;
}
@media screen and (min-width: 576px) {
  .rte table {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.rte table tbody,
.rte table thead {
  display: table;
  width: 100%;
}
.rte table th,
.rte table td {
  min-width: 200px;
  border-style: solid;
  border-width: 0.1rem;
  border-color: rgba(var(--color-foreground-secondary));
}
.rte table th > *,
.rte table td > * {
  margin: 0;
}
.rte--color-secondary {
  color: rgb(var(--color-foreground-secondary));
}
.rte--color-secondary > * {
  color: rgb(var(--color-foreground-secondary));
}
.rte--color-secondary ul li::marker {
  color: rgb(var(--color-foreground-secondary));
}
.rte--align-center {
  text-align: center;
}
.rte--align-center ul,
.rte--align-center ol {
  width: max-content;
  margin-inline: auto;
  max-width: 100%;
}
.rte--align-right {
  text-align: right;
}
.rte--align-right ul,
.rte--align-right ol {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}
.rte--size-small {
  font-size: calc(var(--font-body-scale) * 1.4rem);
}
.rte--size-normal {
  font-size: calc(var(--font-body-scale) * 1.6rem);
}
.rte--size-large {
  font-size: calc(var(--font-body-scale) * 1.8rem);
}

[dir=rtl] .rte--align-left {
  text-align: right;
}
[dir=rtl] .rte--align-left ul,
[dir=rtl] .rte--align-left ol {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  max-width: 100%;
}
[dir=rtl] .rte--align-right {
  text-align: left;
}
[dir=rtl] .rte--align-right ul,
[dir=rtl] .rte--align-right ol {
  width: max-content;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
}
[dir=rtl] .rte blockquote::after {
  content: "”";
  left: auto;
  right: 2.4rem;
}

.infinite-scroll__loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
}
.infinite-scroll__loader.loading {
  margin-top: 2.4rem;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__loader.loading {
    margin-top: 4rem;
  }
}
.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}

.price__regular,
.price__sale,
.unit-price {
  position: relative;
}

.price__sale {
  display: none;
}

.price--on-sale .price__sale {
  display: block;
}

.price-item--regular {
  color: rgb(var(--color-price-regular));
}
.price-item--sale {
  color: rgba(var(--color-price-old));
  text-decoration: line-through;
}

.unit-price {
  color: rgb(var(--color-foreground-secondary));
  font-size: calc(var(--font-product-price-scale) * 1.2rem);
}
.unit-price .price-font {
  color: rgb(var(--color-foreground-secondary));
  font-size: calc(var(--font-product-price-scale) * 1.2rem);
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  padding: 0.25rem 0.8rem;
  min-height: 2rem;
  word-break: break-word;
  border-radius: var(--border-radius-badge);
  background-color: rgb(var(--color-background-secondary));
  color: rgb(var(--color-foreground));
  border: 1px solid rgba(var(--color-foreground), 0.03);
  overflow: hidden;
}
.badge--sale {
  background-color: rgb(var(--sale-badge-bg));
  color: rgb(var(--sale-badge-color));
  border-color: rgba(var(--sale-badge-color), 0.03);
}
.badge--sold-out {
  background-color: rgb(var(--sold-out-badge-bg));
  color: rgb(var(--sold-out-badge-color));
  border-color: rgba(var(--sold-out-badge-color), 0.03);
}
.badge--custom {
  background-color: rgb(var(--custom-badge-bg));
  color: rgb(var(--custom-badge-color));
  border-color: rgba(var(--custom-badge-color), 0.03);
}
.badge--new {
  background-color: rgb(var(--new-badge-bg));
  color: rgb(var(--new-badge-color));
  border-color: rgba(var(--new-badge-color), 0.03);
}
.badge > span {
  display: inline-flex;
  align-items: center;
}

.promo-badge {
  position: relative;
  background: var(--border-color-promo-badge);
  width: fit-content;
  overflow: hidden;
  border-radius: var(--border-radius-badge);
  padding: 2px;
}
.promo-badge__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.3rem 0.8rem;
  color: rgb(var(--color-promo-badge-text));
  background-color: rgb(var(--background-color-promo-badge));
  border-radius: max(0px, var(--border-radius-badge) - 2px);
}
.promo-badge--without-border {
  padding: 0;
  background: unset;
}
.promo-badge--without-border .promo-badge__inner {
  position: relative;
  padding: 0.4rem 0.8rem;
  border-radius: var(--border-radius-badge);
}
.promo-badge--without-border .promo-badge__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-badge);
  border: 0.1rem solid rgba(var(--color-promo-badge-text), 0.03);
  pointer-events: none;
  background: transparent;
}
.promo-badge .icon-pack-wrapper {
  width: 2.2rem;
  height: 2.2rem;
}
.promo-badge .icon-pack-wrapper .icon {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--custom-color-icon-pack, rgb(var(--color-promo-badge-icon))) !important;
}
.promo-badge:not(:last-child) {
  margin-bottom: 1.2rem;
}

.icon-pack-wrapper {
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.icon-pack-wrapper .icon {
  width: 2.2rem;
  height: 2.2rem;
  color: var(--custom-color-icon-pack, rgb(var(--color-foreground)));
}
.icon-pack-wrapper .icon-pack-image {
  width: 100%;
  height: 100%;
}
.icon-pack-wrapper .icon-pack-image--dark {
  display: none;
}
.icon-pack-wrapper .icon-pack-image--dark:only-child {
  display: block;
}
.icon-pack-wrapper--size-medium {
  width: 4rem;
  height: 4rem;
}
.icon-pack-wrapper--size-medium .icon {
  width: 4rem;
  height: 4rem;
}
.icon-pack-wrapper--size-large {
  width: 6.4rem;
  height: 6.4rem;
}
.icon-pack-wrapper--size-large .icon {
  width: 6.4rem;
  height: 6.4rem;
}

.block-tag {
  position: relative;
  width: fit-content;
  overflow: hidden;
  border-radius: var(--border-radius-badge);
  padding: 0;
  height: fit-content;
}
.block-tag.tag-with-border {
  padding: 2px;
  background: var(--border-color-promo-badge);
}
.block-tag.tag-with-border .block-tag__inner {
  padding-block: 0.3rem;
  padding-inline: 0.6rem;
  border: none;
  background-color: rgb(var(--color-background));
}
.block-tag--icon {
  padding-inline: 1rem;
  padding-block: 0.6rem;
}
.block-tag--icon .block-tag__text {
  min-height: 2.2rem;
  line-height: 2.2rem;
  display: inline-flex;
  align-items: center;
}
.block-tag--no-icon {
  padding-inline: 1rem;
  padding-block: 0.6rem;
}
.block-tag__text {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.block-tag__inner {
  border-radius: var(--border-radius-badge);
  color: var(--color-foreground);
  background-color: rgb(var(--color-background-secondary));
  border: 0.1rem solid rgb(var(--color-foreground), 0.03);
  gap: 0.65rem;
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
  padding-inline: 0.8rem;
  width: fit-content;
}
.block-tag .icon-pack-wrapper {
  width: 2.2rem;
  height: 2.2rem;
}
.block-tag .icon-pack-wrapper .icon {
  width: 2.2rem;
  height: 2.2rem;
}

.text-with-icon {
  display: flex;
  flex-direction: row;
  column-gap: 0.6rem;
  align-items: center;
  width: fit-content;
  text-align: left;
}
@media (min-width: 576px) {
  .text-with-icon {
    column-gap: 1rem;
  }
}
[dir=rtl] .text-with-icon {
  text-align: right;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .icon-pack-wrapper--with-dm-icon .icon-pack-image {
    display: none;
  }
  [data-scheme=auto] .icon-pack-wrapper--with-dm-icon .icon-pack-image--dark {
    display: block;
  }
  [data-scheme=auto] .icon-pack-wrapper .icon path[stroke=white] {
    stroke: rgb(var(--color-background));
  }
  [data-scheme=auto] .icon-pack-wrapper .icon path[fill=white] {
    fill: rgb(var(--color-background));
  }
}
[data-scheme=dark] .icon-pack-wrapper--with-dm-icon .icon-pack-image {
  display: none;
}
[data-scheme=dark] .icon-pack-wrapper--with-dm-icon .icon-pack-image--dark {
  display: block;
}
[data-scheme=dark] .icon-pack-wrapper .icon path[stroke=white] {
  stroke: rgb(var(--color-background));
}
[data-scheme=dark] .icon-pack-wrapper .icon path[fill=white] {
  fill: rgb(var(--color-background));
}

.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: 0.1rem solid rgba(var(--color-foreground), 0.03);
  border-radius: var(--border-radius-button);
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity var(--duration-default), visibility var(--duration-default);
}
@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);
  }
}

.localization-select {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.localization-select > .subheading-font {
  color: rgb(var(--color-foreground));
}
.localization-select__form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.localization-select__button {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgb(var(--color-foreground));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  height: auto;
  min-height: 3.4rem;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5rem 1rem 0.6rem 1.4rem;
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  background-color: rgb(var(--color-select));
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
}
.localization-select__button-inner {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.localization-select__button > .icon-caret {
  position: static;
  width: 1.4rem;
  height: 1.4rem;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default) ease-in-out, transform var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .localization-select__button > .localization-select__value {
    transition: opacity var(--duration-default) ease-in-out;
  }
  .localization-select__button:hover > .localization-select__value, .localization-select__button:hover > .icon-caret {
    opacity: var(--hover-opacity);
  }
}
.localization-select__button[aria-expanded=true] > .icon-caret {
  transform: rotate(180deg);
}
.localization-select__list {
  position: absolute;
  bottom: 100%;
  min-width: 100%;
  width: 100%;
  max-height: 24rem;
  padding: 1.2rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-select));
  transform: translateY(-1rem);
  z-index: 3;
  overflow-y: auto;
  left: 0;
  top: calc(100% + 1rem);
  bottom: auto;
  margin-top: 0;
  padding: 0;
  max-width: 30rem;
  border-radius: min(var(--border-radius-button), 1rem);
  animation: animateLocalHeader var(--duration-default) ease;
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  transform: translateY(0rem);
}
.localization-select__list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.localization-select__list::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-scrollbar));
  border-radius: 4rem;
}
.localization-select__item:first-child .localization-select__link {
  padding-top: 1.4rem;
}
.localization-select__item:last-child .localization-select__link {
  padding-bottom: 1.4rem;
}
.localization-select__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.4rem;
  text-decoration: none;
  transition: opacity var(--duration-default) ease-in-out;
}
.localization-select__link--active {
  opacity: var(--hover-menu-opacity);
}
@media screen and (hover: hover) and (pointer: fine) {
  .localization-select__link:not(.localization-select__link--active):hover {
    opacity: var(--hover-menu-opacity);
  }
}
.localization-select__link > span {
  display: flex;
  text-wrap: balance;
}
.localization-select__link:focus-visible {
  outline-offset: -0.1rem;
}
.localization-select__flag {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
  overflow: hidden;
}
.localization-select__flag::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.1rem solid rgba(var(--color-foreground), 0.03);
  pointer-events: none;
  background: transparent;
}
.localization-select__flag-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .localization-select__list {
  min-width: 1.6rem;
  bottom: calc(100% + 1rem);
  top: auto;
  animation: animateLocalFooter var(--duration-default) ease;
}

@keyframes animateLocalHeader {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLocalFooter {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
noscript .localization-select__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
noscript .localization-select__form-select {
  width: 100%;
  position: relative;
}
noscript .localization-select__form-select .icon-caret {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: 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;
  color: rgb(var(--color-foreground));
}

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

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: loading-dash 1.4s ease-in-out infinite;
}

@keyframes loading-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.list-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: auto;
  margin: 0;
  padding: 0;
}
.list-social__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  box-shadow: none;
  padding: 0.8rem;
  background-color: transparent;
  border-radius: var(--border-radius-button);
  background-color: rgb(var(--background-color-utility-button));
  border: 1px solid rgba(var(--color-utility-button-text), 0.03);
  color: rgb(var(--color-utility-button-text));
  box-shadow: 0px 2px 2px 0px rgba(var(--color-shadow), 0.12);
}
.list-social__link .icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateZ(0);
  backface-visibility: hidden;
  color: rgb(var(--color-utility-button-text));
  transition: color var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .list-social__link:hover .icon {
    color: rgba(var(--color-utility-button-text), var(--hover-opacity, 0.7));
  }
}
.list-social:empty {
  display: none;
}

.block-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2.4rem 0;
}
.block-share:first-child {
  margin-top: 0;
}
.block-share:last-child {
  margin-bottom: 0;
}
.block-share__heading {
  width: 100%;
}
.block-share__heading:not(:last-child) {
  margin-bottom: 1.6rem;
}
.block-share__description {
  width: 100%;
  color: rgb(var(--color-foreground-secondary));
  max-width: 34rem;
}
.block-share__description:not(:last-child) {
  margin-bottom: 1.6rem;
}

@keyframes shareFadeInScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shareFadeOutScale {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.copy-btn {
  position: relative;
}
.copy-btn .copy-success,
.copy-btn .copy-error {
  position: absolute;
  inset: 0;
  transform: scale(0);
  opacity: 0;
  z-index: 2;
  animation-delay: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-btn .copy-success .icon,
.copy-btn .copy-error .icon {
  width: 1.8rem;
  height: 1.8rem;
  color: rgb(var(--color-utility-button-text));
}
.copy-btn.copied {
  pointer-events: none;
}
.copy-btn.copied .icon-copy {
  animation: shareFadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.copied .copy-success {
  animation: shareFadeInScale 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: shareFadeOutScale 0.3s ease;
  opacity: 0;
}
.copy-btn.notCopied .copy-error {
  animation: shareFadeInScale 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.copy-btn.notCopied .copy-btn__error {
  display: block;
}

deferred-media {
  display: block;
}

.deferred-media {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.deferred-media:not([loaded]) template {
  z-index: -1;
}
.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}
.deferred-media .deferred-media__poster {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deferred-media .deferred-media__poster img {
  width: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.deferred-media .deferred-media__poster-button {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  width: 4.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform var(--duration-default);
  z-index: 1;
}
.deferred-media .deferred-media__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.deferred-media .deferred-media__poster-button .icon,
.deferred-media .deferred-media__poster-button svg {
  width: 2rem;
  height: 2rem;
  color: rgb(var(--color-foreground));
}
.deferred-media .deferred-media__poster-button .icon-play {
  margin-left: -0.2rem;
}
.deferred-media .deferred-media__poster:focus {
  outline-offset: -0.3rem;
}
.deferred-media > *:not(.deferred-media__poster), .deferred-media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Countdown timer styles */
.countdown-timer {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.countdown-timer__wrapper {
  width: 100%;
}
.countdown-timer__timer {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--timer-gap);
}
.countdown-timer__block {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.countdown-timer__number {
  display: inline-flex;
  line-height: 1;
}
.countdown-timer__number span {
  line-height: 1;
  color: rgb(var(--color-foreground));
}
.countdown-timer__label {
  color: rgb(var(--color-foreground-secondary));
  line-height: 1;
  transform: scale(var(--timer-label-scale, 0.8));
}
.countdown-timer__divider {
  color: rgb(var(--color-foreground-secondary));
  line-height: 1;
/* ===== SHOP BY CATEGORY - COMPACT PREMIUM CARDS ===== */

.collection-list .grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.collection-list .card-wrapper {
  width: 100% !important;
  max-width: 155px !important;
  margin: 0 auto !important;
}

.collection-list .card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.collection-list .card__inner,
.collection-list .card__media,
.collection-list .media {
  height: 115px !important;
  min-height: 115px !important;
  max-height: 115px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: transparent !important;
}

.collection-list .card__media img,
.collection-list .media img {
  max-height: 92px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

.collection-list .card__content,
.collection-list .card__information {
  padding-top: 4px !important;
  padding-bottom: 0 !important;
  text-align: center !important;
}

.collection-list .card__heading,
.collection-list .card__heading a {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  margin: 0 !important;
}/* ===== REMOVE BULK + MAKE CLEAN PREMIUM ===== */

/* remove grey background box */
.collection-list .card__inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* remove inner padding space */
.collection-list .card__content {
  padding: 4px 0 !important;
}

/* tighten spacing between image and text */
.collection-list .card__information {
  padding-top: 2px !important;
}

/* optional: subtle hover (premium feel) */
.collection-list .card {
  transition: all 0.25s ease;
}

.collection-list .card:hover {
  transform: translateY(-4px);
}/* ===== FINAL CLEAN PREMIUM STYLE ===== */

/* remove grey card background */
.collection-list .card__inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* remove grey image background */
.collection-list .card__media {
  background: transparent !important;
}

/* tighten spacing */
.collection-list .card__content {
  padding: 2px 0 !important;
}

.collection-list .card__information {
  padding-top: 2px !important;
}

/* slightly smaller text */
.collection-list .card__heading {
  font-size: 13px !important;
  font-weight: 500;
}

/* premium hover effect */
.collection-list .card {
  transition: all 0.25s ease;
}

.collection-list .card:hover {
  transform: translateY(-5px);
}/* ===== ULTRA CLEAN PREMIUM (FINAL LOOK) ===== */

/* completely remove all card backgrounds */
.collection-list .card,
.collection-list .card__inner,
.collection-list .card__media,
.collection-list .media {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* remove ANY hidden grey overlays */
.collection-list .card__inner::before,
.collection-list .card__inner::after {
  display: none !important;
}

/* tighten spacing even more */
.collection-list .card__content {
  padding: 2px 0 !important;
}

.collection-list .card__information {
  padding-top: 2px !important;
}

/* cleaner typography */
.collection-list .card__heading {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
}

/* premium hover lift */
.collection-list .card {
  transition: all 0.25s ease;
}

.collection-list .card:hover {
  transform: translateY(-6px);
}

/* subtle image zoom */
.collection-list img {
  transition: transform 0.3s ease;
}

.collection-list .card:hover img {
  transform: scale(1.05);
}/* ===== ULTRA CLEAN PREMIUM (FINAL LOOK) ===== */

/* completely remove all card backgrounds */
.collection-list .card,
.collection-list .card__inner,
.collection-list .card__media,
.collection-list .media {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* remove ANY hidden grey overlays */
.collection-list .card__inner::before,
.collection-list .card__inner::after {
  display: none !important;
}

/* tighten spacing even more */
.collection-list .card__content {
  padding: 2px 0 !important;
}

.collection-list .card__information {
  padding-top: 2px !important;
}

/* cleaner typography */
.collection-list .card__heading {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
}

/* premium hover lift */
.collection-list .card {
  transition: all 0.25s ease;
}

.collection-list .card:hover {
  transform: translateY(-6px);
}

/* subtle image zoom */
.collection-list img {
  transition: transform 0.3s ease;
}

.collection-list .card:hover img {
  transform: scale(1.05);
}/* ===== ULTRA CLEAN PREMIUM (FINAL LOOK) ===== */

/* completely remove all card backgrounds */
.collection-list .card,
.collection-list .card__inner,
.collection-list .card__media,
.collection-list .media {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* remove ANY hidden grey overlays */
.collection-list .card__inner::before,
.collection-list .card__inner::after {
  display: none !important;
}

/* tighten spacing even more */
.collection-list .card__content {
  padding: 2px 0 !important;
}

.collection-list .card__information {
  padding-top: 2px !important;
}

/* cleaner typography */
.collection-list .card__heading {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px;
}

/* premium hover lift */
.collection-list .card {
  transition: all 0.25s ease;
}

.collection-list .card:hover {
  transform: translateY(-6px);
}

/* subtle image zoom */
.collection-list img {
  transition: transform 0.3s ease;
}

.collection-list .card:hover img {
  transform: scale(1.05);
}/* ===== MAKE BANNER GRID SMALLER ===== */

.banner-grid .card {
  max-width: 300px !important;
  margin: 0 auto !important;
}

.banner-grid .media img {
  height: 180px !important;
  object-fit: cover !important;
}

.banner-grid .card__content {
  padding: 10px !important;
}

.banner-grid .card__heading {
  font-size: 14px !important;
}

.banner-grid .button {
  font-size: 12px !important;
  padding: 6px 12px !important;
}

/* tighter spacing between cards */
.banner-grid .grid {
  gap: 16px !important;
}/* ===== FORCE ALL BANNER GRID CARDS SMALL ===== */

/* Target ALL cards including the big featured one */
.banner-grid .grid__item {
  max-width: 280px !important;
  flex: 0 0 280px !important;
}

/* Fix big featured card specifically */
.banner-grid .grid__item--wide,
.banner-grid .grid__item:first-child {
  max-width: 280px !important;
  flex: 0 0 280px !important;
}

/* Resize images */
.banner-grid .media img {
  height: 160px !important;
  object-fit: cover !important;
}

/* Make layout tighter */
.banner-grid .grid {
  justify-content: center !important;
  gap: 16px !important;
}

/* Smaller text */
.banner-grid .card__heading {
  font-size: 14px !important;
}

/* Smaller button */
.banner-grid .button {
  font-size: 12px !important;
  padding: 6px 10px !important;
}/* ===== FORCE ALL BANNER GRID CARDS SMALL ===== */

/* Target ALL cards including the big featured one */
.banner-grid .grid__item {
  max-width: 280px !important;
  flex: 0 0 280px !important;
}

/* Fix big featured card specifically */
.banner-grid .grid__item--wide,
.banner-grid .grid__item:first-child {
  max-width: 280px !important;
  flex: 0 0 280px !important;
}

/* Resize images */
.banner-grid .media img {
  height: 160px !important;
  object-fit: cover !important;
}

/* Make layout tighter */
.banner-grid .grid {
  justify-content: center !important;
  gap: 16px !important;
}

/* Smaller text */
.banner-grid .card__heading {
  font-size: 14px !important;
}

/* Smaller button */
.banner-grid .button {
  font-size: 12px !important;
  padding: 6px 10px !important;
}/* ===== BIGGER HEADER MENU ===== */

/* Menu text */
.header__inline-menu a,
.header__menu-item {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
}

/* Increase spacing between menu items */
.header__inline-menu li {
  margin: 0 14px !important;
}

/* Make header taller */
.header {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}/* ===== PREMIUM HEADER MENU ===== */

.header__inline-menu a,
.header__menu-item {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
}

/* spacing between items */
.header__inline-menu li {
  margin: 0 16px !important;
}

/* slightly taller header */
.header {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}/* ===== PREMIUM NAVBAR (BIGGER + CLEAN) ===== */

.header__inline-menu a,
.header__menu-item {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  position: relative;
}

/* spacing */
.header__inline-menu li {
  margin: 0 18px !important;
}

/* header height */
.header {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* ===== SMOOTH UNDERLINE HOVER (APPLE STYLE) ===== */

.header__inline-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}

.header__inline-menu a:hover::after {
  width: 100%;
}/* ===== FORCE BIGGER NAV MENU ===== */

.header__inline-menu a,
.header__menu-item,
.header__inline-menu li a {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

/* increase spacing between menu items */
.header__inline-menu li {
  margin: 0 20px !important;
}

/* make header taller */
.header {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}/* ===== FORCE BIGGER NAV MENU ===== */

.header__inline-menu a,
.header__menu-item,
.header__inline-menu li a {
  font-size: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}

/* increase spacing between menu items */
.header__inline-menu li {
  margin: 0 20px !important;
}

/* make header taller */
.header {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}