/** Shopify CDN: Minification failed

Line 6907:12 Unexpected "{"

**/


:root {
  --color-password-error-border: 238, 88, 79;
  --color-password-error-background: 255, 245, 245;
  --duration-short: 100ms;
  --duration-default: 300ms;
  --duration-long: 500ms;
  --hover-opacity: 0.7;
}
.container,
.container-fluid,
.container-xxl,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-xxl,
  .shopify-policy__container-xxl,
  .container-xl,
  .shopify-policy__container-xl,
  .container-lg,
  .shopify-policy__container-lg,
  .container-md,
  .shopify-policy__container-md,
  .container-sm,
  .shopify-policy__container-sm,
  .shopify-policy__container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}
@media (min-width: 576px) {
  .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 750px) {
  .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  .container-lg,
  .shopify-policy__container-lg, .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .shopify-policy__container-xl, .container-lg,
  .shopify-policy__container-lg, .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 100%;
  }
}
@media (min-width: 1360px) {
  .container-xxl,
  .shopify-policy__container-xxl, .container-xl,
  .shopify-policy__container-xl, .container-lg,
  .shopify-policy__container-lg, .container-md,
  .shopify-policy__container-md, .container-sm,
  .shopify-policy__container-sm, .container,
  .shopify-policy__container {
    max-width: 1920px;
  }
}
.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;
  }
}
.spaced-section {
  position: relative;
}
.color-background-1,
.color-background-2,
.color-background-3 {
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}
.background-secondary {
  background-color: rgba(var(--color-background-secondary));
  padding: 4rem 0 5rem;
}
@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.shopify-challenge__error {
  padding-left: 0;
}
.shopify-challenge__button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  font-size: calc(var(--font-button-scale) * 1rem);
  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));
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.visibility-hidden {
  visibility: hidden;
}
.skip-to-content-link:focus {
  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: 1.375;
  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-button-text));
  background-color: rgb(var(--color-button));
  padding: 1rem 2rem;
}
.overflow-hidden,
.overflow-hidden-drawer,
.overflow-hidden-cart-drawer,
.overflow-hidden-facets,
.overflow-hidden-search {
  overflow: hidden !important;
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 0;
  top: calc(50% - 1rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
.placeholder-svg {
  fill: rgb(var(--color-foreground));
  background-color: rgba(var(--color-background-secondary));
}
.placeholder-svg.placeholder-svg--filled {
  filter: grayscale(1);
}
.placeholder-svg.placeholder-svg--no-transition {
  transition: none;
}
.background {
  background: rgb(var(--color-background));
  background: var(--overwrite-background, rgb(var(--color-background)));
  background-attachment: fixed;
}
p {
  color: rgb(var(--color-foreground));
}
.link--underline {
  display: inline;
  line-height: normal;
  color: rgb(var(--color-foreground-secondary));
  background-position: right 95%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
}
.link--underline[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) {
  .link--underline:hover {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 95%;
  }
}
.shopify-policy__title {
  text-align: center;
  margin: 1.6rem auto 0;
  max-width: 67.6rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__title {
    margin-top: 10rem;
  }
}
.shopify-policy__body {
  margin: 2.4rem auto 0;
  padding-bottom: 5rem;
  max-width: 72.6rem;
}
@media screen and (min-width: 750px) {
  .shopify-policy__body {
    padding-bottom: 7.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .shopify-policy__body {
    padding-bottom: 10rem;
  }
}
.shopify-email-marketing-confirmation__container h1 {
  margin: 2.4rem 0;
  text-align: center;
}
.shopify-email-marketing-confirmation__container p {
  text-align: center;
}
@keyframes underline-toggle {
  0% {
    background-size: 100% 5%;
    background-position: right 90%;
  }
  50% {
    background-size: 0% 5%;
    background-position: right 90%;
  }
  51% {
    background-size: 0% 5%;
    background-position: left 90%;
  }
  100% {
    background-size: 100% 5%;
    background-position: left 90%;
  }
}
[dir=rtl] .product-form__quantity .quantity button[name=plus] {
  padding-right: 0;
  padding-left: 1.6rem;
}
[dir=rtl] .product-form__quantity .quantity button[name=minus] {
  padding-right: 1.6rem;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .product-form__quantity .quantity button[name=plus] {
    padding-right: 0;
    padding-left: 2.4rem;
  }
  [dir=rtl] .product-form__quantity .quantity button[name=minus] {
    padding-right: 2.4rem;
    padding-left: 0;
  }
}
.list-social {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
}
.list-social__item .icon {
  height: 2.4rem;
  width: 2.4rem;
  color: rgba(var(--color-foreground));
  transition: color var(--duration-default) ease;
}
.list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .list-social__link:hover .icon {
    color: rgba(var(--color-foreground), var(--hover-opacity));
  }
}
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 {
  line-height: 1;
  font-size: calc(var(--font-heading-h0-scale) * 3.6rem);
}
@media screen and (min-width: 350px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 4rem);
  }
}
@media screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 5.6rem);
  }
}
@media screen and (min-width: 990px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 7.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 8.8rem);
  }
}
@media screen and (min-width: 1360px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 10rem);
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 4rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.5rem);
  }
}
@media only screen and (min-width: 990px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 6rem);
  }
}
@media only screen and (min-width: 1360px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 8rem);
  }
}
h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 3rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.5rem);
  }
}
@media only screen and (min-width: 990px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 4rem);
  }
}
@media only screen and (min-width: 1360px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 5rem);
  }
}
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.8rem);
  }
}
@media only screen and (min-width: 990px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.6rem);
  }
}
h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 2.2rem);
}
@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.6rem);
  }
}
h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 2rem);
}
h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.25;
}
a {
  display: inline-block;
  color: rgba(var(--color-foreground));
  text-decoration: none;
  cursor: pointer;
}
blockquote {
  display: block;
  border-top: 1px solid rgba(var(--color-foreground));
  border-bottom: 1px solid rgba(var(--color-foreground));
  padding: 2.4rem 0;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding: 3.2rem 0;
  }
}
blockquote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-style: normal;
  color: rgba(var(--color-foreground-secondary));
  display: block;
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  blockquote cite {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
blockquote.blockquote-alt {
  color: rgba(var(--color-foreground));
  padding: 0 0 0 2rem;
  border-top: unset;
  border-bottom: unset;
  border-left: 1px solid rgba(var(--color-foreground));
}
@media screen and (min-width: 750px) {
  blockquote.blockquote-alt {
    padding: 0 0 0 2.4rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid rgba(var(--color-border));
}
a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
hr {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  border: none;
}
.caption {
  font-size: 1rem;
  color: rgb(var(--color-foreground-secondary));
  line-height: 1.7;
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-large {
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(var(--color-foreground));
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  font-size: calc(var(--font-body-scale) * 1.4rem);
  transition: var(--duration-default);
}
.link--text {
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.body-xl {
  font-size: calc(var(--font-body-scale) * 1.2rem + 0.4rem);
}
@media only screen and (min-width: 750px) {
  .body-xl {
    font-size: calc(var(--font-body-scale) * 1.3rem + 0.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .body-xl {
    font-size: calc(var(--font-body-scale) * 1.4rem + 0.6rem);
  }
}
.body-large {
  font-size: calc(var(--font-body-scale) * 1.2rem + 0.2rem);
}
@media only screen and (min-width: 750px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 1.3rem + 0.3rem);
  }
}
@media only screen and (min-width: 1200px) {
  .body-large {
    font-size: calc(var(--font-body-scale) * 1.4rem + 0.4rem);
  }
}
.body-normal {
  font-size: calc(var(--font-body-scale) * 1.2rem);
}
@media screen and (min-width: 576px) {
  .body-normal {
    font-size: calc(var(--font-body-scale) * 1.3rem);
  }
}
@media only screen and (min-width: 990px) {
  .body-normal {
    font-size: calc(var(--font-body-scale) * 1.4rem);
  }
}
.body-small {
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  .body-small {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
.body-xs {
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.3rem);
}
@media only screen and (min-width: 750px) {
  .body-xs {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.4rem);
  }
}
.title {
  margin: 3rem 0 2rem;
  word-break: break-word;
  white-space: pre-line;
}
.title a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (hover: hover) and (pointer: fine) {
  .title a:hover {
    animation: underline-toggle 0.6s forwards;
  }
}
.title.size--h2 {
  max-width: 90rem;
}
.title.size--h3 {
  max-width: 60rem;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title--primary {
  margin: 4rem 0;
}
.title--page {
  text-align: center;
}
.title--section > * {
  margin: 0;
}
.title--section-mt-none {
  margin: 0 0 3rem 0;
}
.title--section-m-none {
  margin: 0;
}
@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  display: block;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .page-header {
    row-gap: 1.2rem;
  }
}
.page-header__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.2rem;
}
.page-header__title {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .page-header__title {
    max-width: 90%;
  }
}
.page-header__description {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .page-header__description {
    max-width: min(680px, 90%);
  }
}
.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  font-size: calc(var(--font-subtitle-scale) * 1.6rem - 0.4rem);
  color: rgba(var(--color-foreground));
  word-break: break-word;
  max-width: 60rem;
}
@media screen and (min-width: 750px) {
  .subtitle {
    font-size: calc(var(--font-subtitle-scale) * 1.6rem - 0.2rem);
  }
}
@media only screen and (min-width: 990px) {
  .subtitle {
    font-size: calc(var(--font-subtitle-scale) * 1.6rem - 0.1rem);
  }
}
@media only screen and (min-width: 1360px) {
  .subtitle {
    font-size: calc(var(--font-subtitle-scale) * 1.6rem);
  }
}
.card__subtitle {
  position: relative;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground-secondary));
}
.titles {
  display: flex;
  flex-direction: column;
}
.titles--center {
  text-align: center;
  align-items: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.titles--center .title {
  display: inline-block;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.titles--center .subtitle {
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.titles--right {
  text-align: end;
  margin-inline-start: auto;
  align-items: flex-end;
}
.titles--right .title {
  text-align: end;
  margin-inline-start: auto;
}
.titles + .content {
  margin-top: 2.4rem;
}
@media screen and (min-width: 750px) {
  .titles + .content {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .titles + .content {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .titles.titles_margin-medium + .content {
    margin-top: 4rem;
  }
}
.titles + .description {
  margin-top: 1.6rem;
  max-width: 60rem;
}
@media screen and (min-width: 576px) {
  .titles + .description {
    margin-top: 2.4rem;
  }
}
.titles .description + button {
  margin-bottom: 0;
}
.subtitle + .title {
  margin-top: 0.8rem;
}
@media screen and (min-width: 576px) {
  .subtitle + .title {
    margin-top: 1.6rem;
  }
}
.title {
  margin: 0;
  word-break: break-word;
  white-space: pre-line;
}
.description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  max-width: 60rem;
  word-break: break-word;
}
@media screen and (min-width: 750px) {
  .description {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .description {
    margin-bottom: 4rem;
  }
}
.description--center {
  text-align: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.description--right {
  text-align: end;
  margin-inline-start: auto;
}
.description a {
  display: inline;
  color: rgba(var(--color-foreground-secondary));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0%, rgba(var(--color-foreground-secondary)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
  word-break: break-word;
}
@media screen and (hover: hover) and (pointer: fine) {
  .description a:hover {
    animation: underline-toggle 0.6s ease forwards;
  }
}
@keyframes fadeInWord {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-enable-header-animation] .subtitle {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
}
[data-enable-header-animation] .word {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  white-space: nowrap;
}
[data-enable-header-animation] .description {
  opacity: 0;
  transform: translateY(20px);
}
[data-enable-header-animation] .heading-group-button {
  opacity: 0;
  transform: translateY(20px);
}
.anim-active [data-enable-header-animation] .subtitle {
  animation: fadeInUp 0.4s cubic-bezier(0.5, 0, 0, 1) forwards;
}
.anim-active [data-enable-header-animation] .word {
  animation: fadeInWord 0.4s cubic-bezier(0.5, 0, 0, 1) forwards;
  animation-delay: calc(var(--heading-delay) + var(--word-index) * 0.1s);
}
.anim-active [data-enable-header-animation] .description {
  animation: fadeInUp 0.4s cubic-bezier(0.5, 0, 0, 1) forwards;
  animation-delay: var(--description-delay);
}
.anim-active [data-enable-header-animation] .heading-group-button {
  animation: fadeInUp 0.4s cubic-bezier(0.5, 0, 0, 1) forwards;
  animation-delay: var(--button-delay);
}
.media {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.media > *:not(.zoom, .deferred-media__poster-button, .card__link),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img,
.media > .placeholder-svg {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-long) ease, transform var(--duration-long) ease;
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 114.2%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
.button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--font-button-scale) * 1rem);
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  line-height: 1.375;
  text-decoration: none;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
  min-height: 5.4rem;
  backface-visibility: hidden;
}
.button:disabled, .button[aria-disabled=true], .button.disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
.button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (pointer: fine) {
  .button:hover .animated-button-circle {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
}
.button--primary, .button--secondary, .button--tertiary, .button--transparent {
  padding: 1.4rem 4.8rem;
  border-radius: var(--border-radius-button);
  transform: translateZ(0);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), scale 0.55s cubic-bezier(0.5, 0, 0, 1);
}
.button--primary .button__label, .button--secondary .button__label, .button--tertiary .button__label, .button--transparent .button__label {
  white-space: nowrap;
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.button--primary .button__label::after, .button--secondary .button__label::after, .button--tertiary .button__label::after, .button--transparent .button__label::after {
  content: attr(data-label);
  position: absolute;
  inset: 100% auto auto 0%;
}
@media screen and (pointer: fine) {
  .button--primary:hover, .button--secondary:hover, .button--tertiary:hover, .button--transparent:hover {
    scale: 0.96;
  }
  .button--primary:hover .button__label, .button--secondary:hover .button__label, .button--tertiary:hover .button__label, .button--transparent:hover .button__label {
    transform: translate3d(0px, -100%, 0px);
  }
}
.button--primary.button--quick-view .button__icon, .button--primary.button--social-media-icon .button__icon, .button--primary.button--quick-add .button__icon, .button--primary.facets-button-show .button__icon, .button--primary.mobile-facets__open .button__icon, .button--primary.facet-sort-select__select .button__icon, .button--primary.copy-btn .button__icon, .button--primary.modal-close-button .button__icon, .button--secondary.button--quick-view .button__icon, .button--secondary.button--social-media-icon .button__icon, .button--secondary.button--quick-add .button__icon, .button--secondary.facets-button-show .button__icon, .button--secondary.mobile-facets__open .button__icon, .button--secondary.facet-sort-select__select .button__icon, .button--secondary.copy-btn .button__icon, .button--secondary.modal-close-button .button__icon, .button--tertiary.button--quick-view .button__icon, .button--tertiary.button--social-media-icon .button__icon, .button--tertiary.button--quick-add .button__icon, .button--tertiary.facets-button-show .button__icon, .button--tertiary.mobile-facets__open .button__icon, .button--tertiary.facet-sort-select__select .button__icon, .button--tertiary.copy-btn .button__icon, .button--tertiary.modal-close-button .button__icon, .button--transparent.button--quick-view .button__icon, .button--transparent.button--social-media-icon .button__icon, .button--transparent.button--quick-add .button__icon, .button--transparent.facets-button-show .button__icon, .button--transparent.mobile-facets__open .button__icon, .button--transparent.facet-sort-select__select .button__icon, .button--transparent.copy-btn .button__icon, .button--transparent.modal-close-button .button__icon {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button--primary.button--quick-view .button__icon svg, .button--primary.button--social-media-icon .button__icon svg, .button--primary.button--quick-add .button__icon svg, .button--primary.facets-button-show .button__icon svg, .button--primary.mobile-facets__open .button__icon svg, .button--primary.facet-sort-select__select .button__icon svg, .button--primary.copy-btn .button__icon svg, .button--primary.modal-close-button .button__icon svg, .button--secondary.button--quick-view .button__icon svg, .button--secondary.button--social-media-icon .button__icon svg, .button--secondary.button--quick-add .button__icon svg, .button--secondary.facets-button-show .button__icon svg, .button--secondary.mobile-facets__open .button__icon svg, .button--secondary.facet-sort-select__select .button__icon svg, .button--secondary.copy-btn .button__icon svg, .button--secondary.modal-close-button .button__icon svg, .button--tertiary.button--quick-view .button__icon svg, .button--tertiary.button--social-media-icon .button__icon svg, .button--tertiary.button--quick-add .button__icon svg, .button--tertiary.facets-button-show .button__icon svg, .button--tertiary.mobile-facets__open .button__icon svg, .button--tertiary.facet-sort-select__select .button__icon svg, .button--tertiary.copy-btn .button__icon svg, .button--tertiary.modal-close-button .button__icon svg, .button--transparent.button--quick-view .button__icon svg, .button--transparent.button--social-media-icon .button__icon svg, .button--transparent.button--quick-add .button__icon svg, .button--transparent.facets-button-show .button__icon svg, .button--transparent.mobile-facets__open .button__icon svg, .button--transparent.facet-sort-select__select .button__icon svg, .button--transparent.copy-btn .button__icon svg, .button--transparent.modal-close-button .button__icon svg {
  width: 100%;
  height: 100%;
}
@media screen and (pointer: fine) {
  .button--primary.button--quick-view:hover .button__icon, .button--primary.button--social-media-icon:hover .button__icon, .button--primary.button--quick-add:hover .button__icon, .button--primary.facets-button-show:hover .button__icon, .button--primary.mobile-facets__open:hover .button__icon, .button--primary.facet-sort-select__select:hover .button__icon, .button--primary.copy-btn:hover .button__icon, .button--primary.modal-close-button:hover .button__icon, .button--secondary.button--quick-view:hover .button__icon, .button--secondary.button--social-media-icon:hover .button__icon, .button--secondary.button--quick-add:hover .button__icon, .button--secondary.facets-button-show:hover .button__icon, .button--secondary.mobile-facets__open:hover .button__icon, .button--secondary.facet-sort-select__select:hover .button__icon, .button--secondary.copy-btn:hover .button__icon, .button--secondary.modal-close-button:hover .button__icon, .button--tertiary.button--quick-view:hover .button__icon, .button--tertiary.button--social-media-icon:hover .button__icon, .button--tertiary.button--quick-add:hover .button__icon, .button--tertiary.facets-button-show:hover .button__icon, .button--tertiary.mobile-facets__open:hover .button__icon, .button--tertiary.facet-sort-select__select:hover .button__icon, .button--tertiary.copy-btn:hover .button__icon, .button--tertiary.modal-close-button:hover .button__icon, .button--transparent.button--quick-view:hover .button__icon, .button--transparent.button--social-media-icon:hover .button__icon, .button--transparent.button--quick-add:hover .button__icon, .button--transparent.facets-button-show:hover .button__icon, .button--transparent.mobile-facets__open:hover .button__icon, .button--transparent.facet-sort-select__select:hover .button__icon, .button--transparent.copy-btn:hover .button__icon, .button--transparent.modal-close-button:hover .button__icon {
    transform: translate3d(0px, -100%, 0px);
  }
  .button--primary.button--quick-view:hover .button__icon--1, .button--primary.button--social-media-icon:hover .button__icon--1, .button--primary.button--quick-add:hover .button__icon--1, .button--primary.facets-button-show:hover .button__icon--1, .button--primary.mobile-facets__open:hover .button__icon--1, .button--primary.facet-sort-select__select:hover .button__icon--1, .button--primary.copy-btn:hover .button__icon--1, .button--primary.modal-close-button:hover .button__icon--1, .button--secondary.button--quick-view:hover .button__icon--1, .button--secondary.button--social-media-icon:hover .button__icon--1, .button--secondary.button--quick-add:hover .button__icon--1, .button--secondary.facets-button-show:hover .button__icon--1, .button--secondary.mobile-facets__open:hover .button__icon--1, .button--secondary.facet-sort-select__select:hover .button__icon--1, .button--secondary.copy-btn:hover .button__icon--1, .button--secondary.modal-close-button:hover .button__icon--1, .button--tertiary.button--quick-view:hover .button__icon--1, .button--tertiary.button--social-media-icon:hover .button__icon--1, .button--tertiary.button--quick-add:hover .button__icon--1, .button--tertiary.facets-button-show:hover .button__icon--1, .button--tertiary.mobile-facets__open:hover .button__icon--1, .button--tertiary.facet-sort-select__select:hover .button__icon--1, .button--tertiary.copy-btn:hover .button__icon--1, .button--tertiary.modal-close-button:hover .button__icon--1, .button--transparent.button--quick-view:hover .button__icon--1, .button--transparent.button--social-media-icon:hover .button__icon--1, .button--transparent.button--quick-add:hover .button__icon--1, .button--transparent.facets-button-show:hover .button__icon--1, .button--transparent.mobile-facets__open:hover .button__icon--1, .button--transparent.facet-sort-select__select:hover .button__icon--1, .button--transparent.copy-btn:hover .button__icon--1, .button--transparent.modal-close-button:hover .button__icon--1 {
    opacity: 0;
  }
  .button--primary.button--quick-view:hover .button__icon--2, .button--primary.button--social-media-icon:hover .button__icon--2, .button--primary.button--quick-add:hover .button__icon--2, .button--primary.facets-button-show:hover .button__icon--2, .button--primary.mobile-facets__open:hover .button__icon--2, .button--primary.facet-sort-select__select:hover .button__icon--2, .button--primary.copy-btn:hover .button__icon--2, .button--primary.modal-close-button:hover .button__icon--2, .button--secondary.button--quick-view:hover .button__icon--2, .button--secondary.button--social-media-icon:hover .button__icon--2, .button--secondary.button--quick-add:hover .button__icon--2, .button--secondary.facets-button-show:hover .button__icon--2, .button--secondary.mobile-facets__open:hover .button__icon--2, .button--secondary.facet-sort-select__select:hover .button__icon--2, .button--secondary.copy-btn:hover .button__icon--2, .button--secondary.modal-close-button:hover .button__icon--2, .button--tertiary.button--quick-view:hover .button__icon--2, .button--tertiary.button--social-media-icon:hover .button__icon--2, .button--tertiary.button--quick-add:hover .button__icon--2, .button--tertiary.facets-button-show:hover .button__icon--2, .button--tertiary.mobile-facets__open:hover .button__icon--2, .button--tertiary.facet-sort-select__select:hover .button__icon--2, .button--tertiary.copy-btn:hover .button__icon--2, .button--tertiary.modal-close-button:hover .button__icon--2, .button--transparent.button--quick-view:hover .button__icon--2, .button--transparent.button--social-media-icon:hover .button__icon--2, .button--transparent.button--quick-add:hover .button__icon--2, .button--transparent.facets-button-show:hover .button__icon--2, .button--transparent.mobile-facets__open:hover .button__icon--2, .button--transparent.facet-sort-select__select:hover .button__icon--2, .button--transparent.copy-btn:hover .button__icon--2, .button--transparent.modal-close-button:hover .button__icon--2 {
    opacity: 1;
  }
}
.button--primary {
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
  border: 0.15rem solid transparent;
}
.button--primary .button__label {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon--1 {
  color: rgb(var(--color-button-text));
}
.button--primary .button__icon--2 {
  color: rgb(var(--color-button-text-hover));
}
.button--primary .animated-button-circle {
  background-color: rgb(var(--color-button-hover));
}
@media screen and (pointer: fine) {
  .button--primary:hover {
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-text-hover));
  }
  .button--primary:hover .button__label {
    color: rgb(var(--color-button-text-hover));
    transform: translate3d(0px, -100%, 0px);
  }
}
.button--primary:focus {
  background-color: rgb(var(--color-button));
}
.button--secondary {
  color: rgb(var(--color-button-secondary-text));
  background-color: rgb(var(--color-button-secondary));
  border: 0.15rem solid transparent;
}
.button--secondary .button__label {
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary .button__icon--1 {
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary .button__icon--2 {
  color: rgb(var(--color-button-secondary-text-hover));
}
.button--secondary .animated-button-circle {
  background-color: rgb(var(--color-button-secondary-hover));
}
@media screen and (pointer: fine) {
  .button--secondary:hover {
    color: rgb(var(--color-button-secondary-text-hover));
    border-color: rgb(var(--color-button-secondary-text-hover));
  }
  .button--secondary:hover .button__label {
    color: rgb(var(--color-button-secondary-text-hover));
    transform: translate3d(0px, -100%, 0px);
  }
}
.button--secondary:focus {
  background-color: rgb(var(--color-button-secondary));
}
.button--tertiary {
  color: rgb(var(--color-button-tertiary-text));
  border: 0.15rem solid rgb(var(--color-button-tertiary-text));
}
.button--tertiary .button__label {
  color: rgb(var(--color-button-tertiary-text));
}
.button--transparent {
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: 0.15rem solid rgb(var(--color-foreground));
}
.button--transparent .button__label {
  color: rgb(var(--color-foreground));
}
.button--transparent .button__icon--1 {
  color: rgb(var(--color-foreground));
}
.button--transparent .button__icon--2 {
  color: rgb(var(--color-background));
}
.button--transparent .animated-button-circle {
  background-color: rgb(var(--color-foreground));
}
@media screen and (pointer: fine) {
  .button--transparent:hover {
    color: rgb(var(--color-background));
  }
  .button--transparent:hover .button__label {
    color: rgb(var(--color-background));
    transform: translate3d(0px, -100%, 0px);
  }
}
.button--underline {
  text-align: left;
  min-height: unset;
  word-break: break-word;
  color: rgba(var(--color-foreground));
  display: inline-block;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .button--underline:hover span {
    background-size: 0% 4%;
    background-position: right 100%;
    opacity: 0.7;
  }
}
.button--underline span {
  text-align: left;
  word-break: break-word;
  color: rgba(var(--color-foreground));
  display: inline;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 100%;
  background-size: 100% 4%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
}
.button--load-more {
  flex-shrink: unset;
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .button--load-more {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 990px) {
  .button--load-more {
    margin-top: 7.2rem;
  }
}
.button.button--quick-view .button__icons, .button.button--quick-add .button__icons, .button.button--social-media-icon .button__icons, .button.facets-button-show .button__icons, .button.mobile-facets__open .button__icons, .button.facet-sort-select__select .button__icons, .button.copy-btn .button__icons, .button.modal-close-button .button__icons {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.button.button--quick-view .button__icon--1, .button.button--quick-add .button__icon--1, .button.button--social-media-icon .button__icon--1, .button.facets-button-show .button__icon--1, .button.mobile-facets__open .button__icon--1, .button.facet-sort-select__select .button__icon--1, .button.copy-btn .button__icon--1, .button.modal-close-button .button__icon--1 {
  opacity: 1;
}
.button.button--quick-view .button__icon--2, .button.button--quick-add .button__icon--2, .button.button--social-media-icon .button__icon--2, .button.facets-button-show .button__icon--2, .button.mobile-facets__open .button__icon--2, .button.facet-sort-select__select .button__icon--2, .button.copy-btn .button__icon--2, .button.modal-close-button .button__icon--2 {
  opacity: 0;
}
.button.button--quick-view {
  padding: 1.1rem;
  border-radius: 100px;
  min-height: auto;
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), scale 0.45s cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (min-width: 750px) {
  .button.button--quick-view {
    padding: 1.4rem;
  }
}
.button.button--quick-view .button__content {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
.button.button--quick-view .button__icons {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 1.6rem;
  min-height: 1.6rem;
}
.button.button--quick-view .button__icon {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 1.6rem;
  min-height: 1.6rem;
}
.button.button--quick-view .button__icon svg {
  width: 100%;
  height: 100%;
}
.button.button--quick-view .animated-button-circle {
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
}
.button.button--quick-add .button__icons {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
.button.button--quick-add .button__icon {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
.button.button--quick-add .button__icon svg {
  width: 100%;
  height: 100%;
}
.button.button--quick-add .button__label {
  display: none;
}
@media screen and (max-width: 749px) {
  .button.button--quick-add {
    padding: 1.1rem;
    border-radius: 100px;
    min-height: auto;
  }
  .button.button--quick-add .button__content {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
  .button.button--quick-add .animated-button-circle {
    transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
  }
}
@media screen and (min-width: 750px) {
  .button.button--quick-add .button__icons {
    display: none;
  }
  .button.button--quick-add .button__label {
    display: block;
  }
}
.button.button--social-media-icon {
  border-radius: 100px;
  min-height: auto;
}
@media screen and (pointer: fine) {
  .button.button--social-media-icon:hover {
    scale: 0.92;
  }
}
.button.button--social-media-icon .button__content {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
.button.button--social-media-icon .button__icons {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
.button.button--social-media-icon .button__icon {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
.button.button--social-media-icon .button__icon svg {
  width: 100%;
  height: 100%;
}
.button.button--social-media-icon .animated-button-circle {
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
}
.button.facets-button-show, .button.facet-sort-select__select, .button.mobile-facets__open {
  padding: 1.4rem 2.8rem;
  gap: 0.8rem;
}
.button.facets-button-show .button__icons, .button.facet-sort-select__select .button__icons, .button.mobile-facets__open .button__icons {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
.button.facets-button-show .button__icon, .button.facet-sort-select__select .button__icon, .button.mobile-facets__open .button__icon {
  width: 2.2rem;
  min-width: 2.2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
.button.copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  min-height: 4.4rem;
  border-radius: 100px;
  padding: 0;
  overflow: initial;
  position: relative;
}
@media screen and (min-width: 990px) {
  .button.copy-btn {
    width: 5.4rem;
    min-width: 5.4rem;
    height: 5.4rem;
    min-height: 5.4rem;
  }
}
.button.copy-btn .copy-btn__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.button.copy-btn .button__content {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
@media screen and (min-width: 990px) {
  .button.copy-btn .button__content {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }
}
.button.copy-btn .button__icons {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
@media screen and (min-width: 990px) {
  .button.copy-btn .button__icons {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }
}
.button.copy-btn .button__icon,
.button.copy-btn .button__icon svg {
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
}
@media screen and (min-width: 990px) {
  .button.copy-btn .button__icon,
  .button.copy-btn .button__icon svg {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }
}
.button.copy-btn .animated-button-circle {
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
}
.button.modal-close-button {
  padding: 0;
  border-radius: 100px;
  min-height: auto;
}
@media screen and (min-width: 750px) {
  .button.modal-close-button {
    padding: 0;
  }
}
.button.modal-close-button .button__content {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 990px) {
  .button.modal-close-button .button__content {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}
.button.modal-close-button .button__icons {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 990px) {
  .button.modal-close-button .button__icons {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}
.button.modal-close-button .button__icon {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 990px) {
  .button.modal-close-button .button__icon {
    width: 2.4rem;
    min-width: 2.4rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}
.button.modal-close-button .animated-button-circle {
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
}
.button__loader {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
.button__loader svg.spinner {
  width: 2rem;
  height: 2rem;
}
.button.loading .button__content {
  visibility: hidden;
  opacity: 0;
}
.button.loading .button__loader {
  display: flex;
}
.animated-button-circle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 250%;
  padding-top: 100%;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0) translateZ(0);
  transform-origin: bottom;
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.6s;
}
.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]:not(.search__input),
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field textarea,
.field select {
  display: block;
  padding: 1.4rem 2.4rem;
  width: 100%;
  min-height: 5.4rem;
  border-radius: var(--border-radius-input);
  color: rgba(var(--color-foreground-input));
  background-color: rgba(var(--color-background-input));
  border: 1px solid rgba(var(--color-border-input));
  font-family: var(--font-input-family);
  font-size: calc(var(--font-input-scale) * 1rem);
  font-weight: var(--font-input-weight);
  font-style: var(--font-input-style);
  text-transform: var(--font-input-text-transform);
  letter-spacing: var(--font-input-letter-spacing);
  line-height: 1;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  transition: border var(--duration-default) ease;
}
.field input[type=text]:not(.search__input)::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=password]::placeholder,
.field textarea::placeholder,
.field select::placeholder {
  color: rgba(var(--color-foreground-input));
  transition: color var(--duration-default) ease;
}
@media screen and (pointer: fine) {
  .field input[type=text]:not(.search__input):hover::placeholder,
  .field input[type=email]:hover::placeholder,
  .field input[type=tel]:hover::placeholder,
  .field input[type=password]:hover::placeholder,
  .field textarea:hover::placeholder,
  .field select:hover::placeholder {
    color: rgba(var(--color-foreground-input), 0.5);
  }
}
.field input[type=text]:not(.search__input):focus, .field input[type=text]:not(.search__input):focus-visible, .field input[type=text]:not(.search__input):focus-within,
.field input[type=email]:focus,
.field input[type=email]:focus-visible,
.field input[type=email]:focus-within,
.field input[type=tel]:focus,
.field input[type=tel]:focus-visible,
.field input[type=tel]:focus-within,
.field input[type=password]:focus,
.field input[type=password]:focus-visible,
.field input[type=password]:focus-within,
.field textarea:focus,
.field textarea:focus-visible,
.field textarea:focus-within,
.field select:focus,
.field select:focus-visible,
.field select:focus-within {
  border: 1px solid rgba(var(--color-border-input-focus));
}
.field input[type=text]:not(.search__input):focus::placeholder, .field input[type=text]:not(.search__input):focus-visible::placeholder, .field input[type=text]:not(.search__input):focus-within::placeholder,
.field input[type=email]:focus::placeholder,
.field input[type=email]:focus-visible::placeholder,
.field input[type=email]:focus-within::placeholder,
.field input[type=tel]:focus::placeholder,
.field input[type=tel]:focus-visible::placeholder,
.field input[type=tel]:focus-within::placeholder,
.field input[type=password]:focus::placeholder,
.field input[type=password]:focus-visible::placeholder,
.field input[type=password]:focus-within::placeholder,
.field textarea:focus::placeholder,
.field textarea:focus-visible::placeholder,
.field textarea:focus-within::placeholder,
.field select:focus::placeholder,
.field select:focus-visible::placeholder,
.field select:focus-within::placeholder {
  color: transparent;
}
[dir=rtl] .field input[type=text]:not(.search__input),
[dir=rtl] .field input[type=email],
[dir=rtl] .field input[type=tel],
[dir=rtl] .field input[type=password],
[dir=rtl] .field textarea,
[dir=rtl] .field select {
  text-align: right;
}
.field textarea.field__input,
.field textarea,
.field .textarea,
.field .text-area {
  border-radius: min(var(--border-radius-input), 24px);
}
.field textarea.field__input:focus, .field textarea.field__input:focus-visible,
.field textarea:focus,
.field textarea:focus-visible,
.field .textarea:focus,
.field .textarea:focus-visible,
.field .text-area:focus,
.field .text-area:focus-visible {
  outline: 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.5rem;
  color: rgb(var(--color-error));
}
[dir=rtl] .field input[type=text][required] + label::after,
[dir=rtl] .field input[type=email][required] + label::after,
[dir=rtl] .field input[type=tel][required] + label::after,
[dir=rtl] .field input[type=password][required] + label::after,
[dir=rtl] .field .field__input[required] + label::after {
  left: auto;
  right: 0.5rem;
}
.field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 0.8rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground-secondary));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}
.field select {
  cursor: pointer;
  padding: 0.8rem 3.6rem 0.8rem 1.6rem;
  min-height: 5.4rem;
  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-input));
}
.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));
}
[dir=rtl] .field select[required] + label::after {
  left: auto;
  right: 0.5rem;
}
.field--checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
}
.field--checkbox input[type=checkbox]:focus-visible {
  outline-width: 2px;
  outline-offset: 1px;
  outline-style: auto;
}
[dir=rtl] .field--checkbox input[type=checkbox] {
  left: auto;
  right: 0;
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox {
  background-color: rgb(var(--color-foreground));
}
.field--checkbox input[type=checkbox]:checked + label .field__checkbox svg {
  opacity: 1;
}
.field--checkbox input[type=checkbox][required] + label .field__label::after {
  content: "*";
  position: relative;
  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;
  align-self: flex-start;
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.7rem;
  border: 0.2rem solid rgb(var(--color-foreground));
  background-color: transparent;
  transition: background-color var(--duration-default) ease;
}
.field--checkbox .field__checkbox svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  color: rgb(var(--color-background));
  opacity: 0;
  transition: opacity var(--duration-default) ease;
}
.field--checkbox .field__label {
  color: rgb(var(--color-foreground));
  word-break: break-word;
  line-height: 1;
}
.field--checkbox .field__label > a {
  display: inline-block;
  color: rgb(var(--color-foreground-secondary));
  background-position: left 100%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground-secondary)) 0% 90%);
  background-repeat: no-repeat;
  text-decoration: none;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) {
  .field--checkbox .field__label > a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: var(--hover-opacity);
  }
}
@media screen and (pointer: fine) {
  .field--checkbox:hover .field__checkbox {
    border-color: rgb(var(--color-foreground));
  }
}
.field--pass {
  position: relative;
}
[dir=ltr] .field--pass input[type=password] {
  padding-right: 4.2rem;
}
[dir=rtl] .field--pass input[type=password] {
  padding-left: 4.2rem;
}
.field--pass .button-pass-visibility {
  display: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  cursor: pointer;
}
[dir=rtl] .field--pass .button-pass-visibility {
  right: auto;
  left: 1.6rem;
}
.field--pass .button-pass-visibility svg {
  width: 2rem;
  height: 2rem;
  color: rgba(var(--color-foreground));
}
.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}
.field--pass-wrapper {
  width: 100%;
  position: relative;
}
.field--pass-wrapper + label {
  text-transform: none;
  color: rgb(var(--color-foreground));
  padding-bottom: 0.8rem;
}
.field--pass-wrapper + label::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0.5rem;
  color: rgb(var(--color-error));
}
.text-area {
  min-height: 10rem;
  resize: none;
}
.text-area--resize-vertical {
  resize: vertical;
}
.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.6rem;
  margin: 0;
  font-size: 1.4rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
.quantity {
  position: relative;
  width: 12rem;
  min-height: 4rem;
  display: flex;
  border: 0.1rem solid rgb(var(--color-border));
  background-color: transparent;
  border-radius: 10rem;
  overflow: hidden;
}
.quantity.quantity--cart {
  align-items: center;
  min-height: 3.2rem;
  width: 10.2rem;
  border: none;
  border-radius: 0;
}
.quantity.quantity--cart .quantity__input {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  font-weight: normal;
  border-radius: 8px;
  outline-offset: -0.2rem;
}
.quantity.quantity--cart .quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
  border: 0.15rem solid rgb(var(--color-button));
  border-radius: 100px;
  transition: background-color 0.4s cubic-bezier(0.5, 0, 0, 1), border-color 0.4s cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (pointer: fine) {
  .quantity.quantity--cart .quantity__button:hover {
    background-color: rgb(var(--color-button-hover));
    border-color: rgb(var(--color-button-text-hover));
    opacity: 1;
  }
  .quantity.quantity--cart .quantity__button:hover svg {
    color: rgb(var(--color-button-text-hover));
  }
}
@media screen and (pointer: fine) {
  .quantity.quantity--cart .quantity__button[disabled]:hover {
    background-color: rgb(var(--color-button));
    border-color: rgb(var(--color-button));
    opacity: 1;
  }
  .quantity.quantity--cart .quantity__button[disabled]:hover svg {
    color: rgb(var(--color-button-text));
  }
}
.quantity.quantity--cart .quantity__button svg {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.quantity__input {
  font-family: var(--font-body-family);
  font-size: inherit;
  font-weight: bold;
  color: rgb(var(--color-foreground));
  text-align: center;
  background-color: transparent;
  border: 0;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  width: 4.8rem;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  border: 0;
  transition: opacity var(--duration-default) ease;
}
@media screen and (pointer: fine) {
  .quantity__button:hover {
    opacity: 0.6;
  }
}
.quantity__button[name=minus] {
  padding-left: 2.4rem;
  justify-content: flex-start;
}
.quantity__button[name=plus] {
  padding-right: 2.4rem;
  justify-content: flex-end;
}
.quantity__button[disabled] {
  cursor: not-allowed;
}
.quantity__button svg {
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type=number] {
  -moz-appearance: textfield;
}
*:focus:not(:focus-visible) {
  outline: 0;
}
.focus-inset:focus-visible {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}
.focus-inset:focus {
  outline: 0.1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.2rem;
}
.focus-inset:focus:not(:focus-visible) {
  outline: 0;
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  z-index: 2;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.4rem;
  width: 1.4rem;
}
.modal__toggle-open {
  display: flex;
}
.no-js details[open] .modal__toggle-open {
  display: none;
}
.modal__content {
  position: absolute;
  inset: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quick-add {
  position: relative;
  grid-row-start: 4;
  z-index: 10;
}
.modal-opener {
  position: relative;
  z-index: 1;
}
.quick-add-modal {
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.quick-add-modal__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.section-announcement {
  z-index: 4;
}
.announcement-bar {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--announcement-height);
  color: rgb(var(--color-foreground));
  font-family: var(--font-announcement-family);
  font-style: var(--font-announcement-style);
  font-weight: var(--font-announcement-weight);
  font-size: calc(var(--font-announcement-scale) * 0.85rem);
  text-transform: var(--font-announcement-text-transform);
  letter-spacing: var(--font-announcement-letter-spacing);
}
@media screen and (min-width: 576px) {
  .announcement-bar {
    font-size: calc(var(--font-announcement-scale) * 1rem);
  }
}
.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1.6rem;
  row-gap: 0;
  text-align: center;
  padding-block: 0.6rem;
}
@media screen and (min-width: 576px) {
  .announcement-bar__message {
    padding-block: 0.4rem;
    column-gap: 3.2rem;
  }
}
.announcement-bar__text {
  text-align: center;
  word-break: break-word;
}
.announcement-bar__text a {
  color: rgba(var(--color-foreground));
  display: inline-block;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .announcement-bar__text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.announcement-bar__text_mobile {
  display: inline;
}
@media screen and (min-width: 576px) {
  .announcement-bar__text_mobile {
    display: none;
  }
}
.announcement-bar__text_desktop {
  display: none;
}
@media screen and (min-width: 576px) {
  .announcement-bar__text_desktop {
    display: inline;
  }
}
@media screen and (max-width: 575px) {
  .announcement-bar-countdown--mobile-hidden {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .announcement-bar-countdown--desktop-hidden {
    display: none;
  }
}
.announcement-bar-countdown__main {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: fit-content;
  z-index: 3;
  width: 100%;
}
@media (min-width: 990px) {
  .announcement-bar-countdown__main {
    gap: 0.8rem;
  }
}
.announcement-bar-countdown__main-block {
  display: flex;
  align-items: center;
}
.announcement-bar-countdown__block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  color: rgb(var(--color-foreground));
}
@media screen and (min-width: 576px) {
  .announcement-bar-countdown__block {
    min-height: 2.8rem;
  }
}
.announcement-bar-countdown__block_num {
  position: relative;
  z-index: 0;
  min-width: 3ch;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}
.announcement-bar-countdown__end-info {
  position: relative;
  display: none;
  flex-grow: 1;
  width: 100%;
  z-index: 3;
  max-width: 50rem;
}
@media (min-width: 990px) {
  .announcement-bar-countdown__end-info {
    max-width: unset;
  }
}
.announcement-bar-countdown__end-info-text {
  margin: 0;
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.announcement-bar-countdown__end-info-text a {
  color: rgba(var(--color-foreground));
  display: inline-block;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .announcement-bar-countdown__end-info-text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.shopify-section-header {
  position: relative;
  z-index: 12;
  will-change: transform;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  pointer-events: none;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
  z-index: 12;
}
.shopify-section-header-sticky .header-wrapper {
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .header-sticky-with-opened-mega-menu {
    position: sticky !important;
    top: 0 !important;
    z-index: 12 !important;
    background-color: rgb(var(--color-background)) !important;
    transform: translateY(0) !important;
  }
  .header-sticky-with-opened-mega-menu .header-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header.animate {
  transition: transform 0.85s cubic-bezier(0.602, 0.007, 0.374, 0.995), background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: all;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header {
  position: relative;
  display: block;
  justify-content: space-between;
  z-index: 4;
  min-height: 5.6rem;
  background-color: transparent;
}
@media screen and (min-width: 576px) {
  .header {
    min-height: 7rem;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    display: flex;
  }
}
.header > .header__heading, .header > .header__heading-link {
  display: flex;
  align-items: center;
}
.header__localization {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .header__localization {
    display: flex;
  }
}
.header__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__localization-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 3.2rem;
  min-height: 3.2rem;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__localization-button .icon-caret {
  width: 2rem;
  height: 2rem;
}
.header__localization-button[aria-expanded=true] .icon-caret {
  transform: rotate(180deg);
}
.header__localization .disclosure {
  position: static;
}
.header__localization .localization-selector + .disclosure__list-wrapper {
  left: 0;
  top: -0.6rem;
  bottom: auto;
  transform: translateY(-100%);
}
@media screen and (min-width: 1100px) {
  .header__localization .localization-selector + .disclosure__list-wrapper {
    top: calc(100% + 0.6rem);
    transform: translateY(0rem);
    min-width: 20rem;
  }
}
.header--border-bottom::after {
  position: absolute;
  content: "";
  bottom: 0;
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: rgb(var(--color-border));
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  pointer-events: none;
  z-index: 3;
}
.header--left-logo {
  display: flex;
  gap: 0.8rem;
}
.header--left-logo .header__heading + .header__inline-menu,
.header--left-logo .header__heading-link + .header__inline-menu {
  margin-left: 1.8rem;
}
.header--left-logo .header__contact {
  padding: 0;
}
.header--left-logo .header__shop {
  margin-left: 0;
}
.header--center-logo {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px) {
  .header--center-logo {
    display: grid;
    grid-template-columns: 5fr auto 5fr;
    gap: 0.8rem;
  }
}
.header--center-logo .header__contact {
  padding: 0;
}
.header--center-logo .header__shop {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .header--center-logo .header__localization {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.2rem;
  }
}
@media screen and (min-width: 1360px) {
  .header--center-logo .header__inline-menu {
    margin-left: -1.6rem;
  }
}
.header__heading-logo {
  display: block;
  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__heading-logo {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .header__heading-logo {
    max-width: 12rem;
  }
}
.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__heading-link {
  position: relative;
  display: inline-flex;
  padding: 0;
  text-decoration: none;
  word-break: break-word;
  z-index: 5;
  transition: opacity var(--duration-default) ease-in-out;
}
.header__heading-link::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
@media screen and (max-width: 576px) {
  .header__heading-link {
    max-width: 18rem;
  }
}
@media screen and (max-width: 374px) {
  .header__heading-link {
    max-width: 12rem;
  }
}
.header__heading-link span {
  display: flex;
  align-items: center;
  max-width: 25rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: var(--font-header-menu-text-transform);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__heading-link:hover {
    opacity: var(--hover-opacity);
  }
}
.header__heading-logo--overlay {
  opacity: 0;
  visibility: hidden;
}
.header *[tabindex="-1"]:focus {
  outline: none;
}
.header-full.header--left-logo .header__heading {
  text-align: left;
}
.header-full.header--center-logo .header__heading {
  text-align: center;
}
.header-compact .header__heading,
.header-burger .header__heading {
  text-align: center;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  width: auto;
  min-height: 100%;
  flex: 1;
}
.header__left > header-drawer {
  margin-right: 1.6rem;
}
.header__left:has(.header__mega-menu[open=true]) + .header__heading-link--center, .header__left:has(.header__mega-menu[open=true]) + .header__heading > .header__heading-link--center {
  z-index: 3;
}
.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-left: auto;
  width: auto;
}
[dir=rtl] .header__column {
  margin-left: 0;
  margin-right: auto;
}
.header__icons {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 100%;
}
.header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default) ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.header__icon svg {
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon-text {
  text-transform: uppercase;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__icon:hover {
    opacity: var(--hover-opacity);
  }
}
.header__icon-text {
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon .icon {
  width: 2.4rem;
  height: 2.4rem;
  color: rgba(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon .icon-hamburger {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--account {
  position: relative;
  transition: opacity var(--duration-default);
}
.header__icon--account .icon {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--menu {
  justify-content: center;
  width: 2.4rem;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--menu .header__modal-close-button {
  opacity: 0;
}
.header__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}
.header__icon--search .icon-search {
  width: 2.4rem;
  height: 2.4rem;
  transition: opacity var(--duration-default), color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header__icon--search .header__icon-name {
  position: relative;
}
.header__icon .header__icon-name {
  display: none;
  margin-left: 0.7rem;
}
.header__account {
  display: none;
  position: relative;
  align-items: center;
  height: 100%;
}
.header__account-modal {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: auto;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  min-width: 24rem;
  height: auto;
  margin: 0;
  text-transform: none;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  box-shadow: 0px 4px 35px 0px rgba(var(--color-foreground), 0.08);
  border-radius: min(var(--border-radius-block-small), 16px);
  transition: opacity var(--duration-default), visibility var(--duration-default);
  z-index: 10;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
[dir=rtl] .header__account-modal {
  left: 0;
  right: auto;
}
@keyframes animateAccountOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__account details[open] .header__account-modal {
  animation: animateAccountOpen var(--duration-default) ease;
  pointer-events: all;
  visibility: visible;
}
.header__account-login {
  width: 100%;
  min-width: max-content;
}
.header__account-register {
  width: 100%;
  min-width: max-content;
  margin-top: 0.8rem;
}
.header__account-name {
  position: relative;
  padding-bottom: 1rem;
  color: rgba(var(--color-foreground));
  line-height: var(--font-body-line-height);
}
.header__account-name::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
}
.header__account-body {
  margin: 0;
  padding: 0.6rem 0;
  list-style: none;
}
.header__account-body a {
  display: block;
  text-decoration: none;
  padding: 0.6rem 0;
  transition: opacity var(--duration-default);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__account-body a:hover {
    opacity: var(--hover-opacity);
  }
}
.header__account-logout {
  width: 100%;
  min-width: max-content;
}
@media screen and (min-width: 750px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .header__icons > .header__account {
    padding: 0;
  }
}
@media screen and (min-width: 750px) and (min-width: 990px) {
  .header__account summary {
    position: relative;
  }
}
@media screen and (min-width: 750px) {
  .header__account {
    display: inline-flex;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
menu-drawer + .header__search {
  display: none;
}
.header__search {
  display: none;
  align-items: center;
}
@media screen and (min-width: 750px) {
  .header__search {
    display: flex;
  }
}
.header__search[open] .header__search-close {
  display: block;
}
.header__search[open] .header__search-inner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media screen and (min-width: 990px) {
  .header__search[open] .header__search-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.header__search-container {
  height: 100%;
  max-height: 100%;
  display: block;
  overflow-y: auto;
}
.header__search-container::-webkit-scrollbar {
  width: 0.4rem;
}
.header__search-container::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 2rem;
}
.header__search-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.header__search-inner {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - var(--ann-height));
  height: calc(var(--vh, 1vh) * 100 - var(--ann-height));
  height: calc(100dvh - var(--ann-height));
  max-height: calc(100vh - var(--ann-height));
  max-height: calc(var(--vh, 1vh) * 100 - var(--ann-height));
  max-height: calc(100dvh - var(--ann-height));
  background: transparent;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 990px) {
  .header__search-inner {
    height: var(--header-search-height, 61.1rem);
  }
}
@media screen and (min-width: 1360px) {
  .header__search-inner {
    height: var(--header-search-height, 65rem);
  }
}
@media screen and (min-width: 1536px) {
  .header__search-inner {
    height: var(--header-search-height, 68rem);
  }
}
.header__search-overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(var(--color-modal-overlay), 0.2);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 990px) {
  .header__search-overlay {
    display: block;
  }
}
.header__search-close {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  transition: opacity var(--duration-default) ease;
}
.header__search-close svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .header__search-close {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search-close:hover {
    opacity: var(--hover-opacity);
  }
}
.header__search-content {
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  font-style: var(--font-body-style);
  border-radius: 0 0 var(--border-radius-block) var(--border-radius-block);
  background: rgb(var(--color-background));
  overflow: hidden;
}
.header__search-content predictive-search[open] ~ [data-header-popular],
.header__search-content predictive-search[loading] ~ [data-header-popular] {
  display: none;
}
.header__search-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  height: 100%;
  max-height: 100%;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 990px) {
  .header__search-wrapper.header__search-wrapper--2-menus {
    grid-template-columns: 0.66fr 1.34fr;
    gap: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__search-wrapper.header__search-wrapper--2-menus {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 990px) {
  .header__search-wrapper.header__search-wrapper--2-menus .header__search-popular {
    max-width: 44.2rem;
  }
}
@media screen and (min-width: 990px) {
  .header__search-wrapper.header__search-wrapper--2-menus .header__search-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .header__search-wrapper.header__search-wrapper--2-menus .header__search-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1360px) {
  .header__search-wrapper.header__search-wrapper--2-menus .header__search-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__search-products-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  margin-top: 2.4rem;
}
.header__search-products {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  column-gap: 2rem;
  row-gap: 3.2rem;
}
@media screen and (min-width: 576px) {
  .header__search-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 750px) {
  .header__search-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .header__search-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .header__search-products {
    column-gap: 2.4rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1360px) {
  .header__search-products {
    grid-template-columns: repeat(6, 1fr);
  }
}
.header__search-heading {
  min-height: var(--header-height);
  color: rgba(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .header__search-heading {
    min-height: unset;
    padding-top: 3rem;
    padding-bottom: 2.4rem;
  }
}
.header__search .predictive-search {
  overflow: unset;
}
.header__search-popular {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  gap: 1.2rem;
}
.header__search-popular-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.header__search-popular-link {
  display: block;
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: 5rem;
  text-decoration: none;
  word-break: break-word;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transition: border var(--duration-default), background-color var(--duration-default), color var(--duration-default);
}
@media screen and (min-width: 576px) {
  .header__search-popular-link {
    padding: 0.6rem 1.6rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__search-popular-link:hover {
    border-color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }
}
.header__inline-menu {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header__inline-menu {
    display: flex;
    height: 100%;
  }
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  overflow: hidden;
}
.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem 0;
}
.list-menu--inline li {
  display: flex;
  align-items: center;
}
.list-menu--inline li:not(.list-menu--megamenu) {
  position: relative;
}
.list-menu--inline .list-menu-item > .header__menu-item > span {
  display: inline-block;
  line-height: normal;
  color: rgb(var(--color-foreground-secondary));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out, color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
  vertical-align: middle;
}
.list-menu--inline .list-menu-item > .header__menu-item:hover > span {
  background-color: transparent;
  background-size: 100% 5%;
  background-position: left 100%;
}
.list-menu--inline .list-menu-item > .header__menu-item > .icon-arrow-down {
  display: none;
}
.list-menu--inline .list-menu--submenu {
  position: relative;
}
.list-menu--inline .list-menu--megamenu {
  position: relative;
}
.list-menu--inline .list-menu--megamenu > .header__menu-item > .icon-arrow-down,
.list-menu--inline .list-menu--submenu > .header__menu-item > .icon-arrow-down {
  display: inline-block;
}
.list-menu--inline .list-menu--submenu:hover > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--submenu:focus-within > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--submenu:focus > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--submenu:active > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--megamenu:hover > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--megamenu:focus-within > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--megamenu:focus > .header__menu-item .icon-arrow-down,
.list-menu--inline .list-menu--megamenu:active > .header__menu-item .icon-arrow-down {
  transform: rotate(180deg);
}
.list-menu--inline .list-menu-item:hover > .header__submenu,
.list-menu--inline .list-menu-item:focus-within > .header__submenu,
.list-menu--inline .list-menu-item:focus > .header__submenu,
.list-menu--inline .list-menu-item:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline > li > .header__menu-item--active .header__menu-item-title {
  background-color: transparent;
  background-size: 100% 5%;
  background-position: left 100%;
}
.list-menu--inline .list-menu-item > .header__menu-item {
  padding: 0 1rem;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none;
}
.list-menu--inline .header__menu-item + .header__submenu:hover, .list-menu--inline .header__menu-item + .header__submenu:focus-within, .list-menu--inline .header__menu-item + .header__submenu:focus, .list-menu--inline .header__menu-item + .header__submenu:active {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu, .list-menu--inline .header__menu-item:focus-within + .header__submenu, .list-menu--inline .header__menu-item:focus + .header__submenu, .list-menu--inline .header__menu-item:active + .header__submenu {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: all;
}
.list-menu__item .icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
  transition: transform var(--duration-default);
}
.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}
.header__submenu {
  text-transform: none;
  border-radius: min(var(--border-radius-block-small), 2.4rem);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 15;
}
.header__submenu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 0.8rem;
}
.header__submenu .header__menu-item {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  font-style: var(--font-body-style);
}
.header__submenu li.header__submenu-li {
  display: none;
}
.header__submenu li.header__submenu-li.active {
  display: flex;
}
.header__submenu.list-menu {
  display: flex;
  flex-direction: column;
  padding: 0.8rem 0;
}
.header__submenu .header__menu-item {
  width: 100%;
  justify-content: space-between;
  height: auto;
  padding: 0 0.8rem;
  color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default);
}
.header__submenu .header__menu-item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.6rem 0.8rem 0.6rem 1rem;
  border-radius: min(var(--border-radius-block-small), 0.8rem);
  transition: background-color var(--duration-default) ease, box-shadow var(--duration-default) ease;
}
.header__submenu .header__menu-item span .icon-arrow-down {
  transform: rotate(-90deg);
  transition: none;
}
[dir=rtl] .header__submenu .header__menu-item span .icon-arrow-down {
  transform: rotate(90deg);
}
.header__submenu .header__menu-item--active span {
  background-color: rgb(var(--color-background-secondary));
  box-shadow: 0 0 5px 2px rgba(var(--color-background), 1);
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__submenu .header__menu-item:hover span {
    background-color: rgb(var(--color-background-secondary));
    box-shadow: 0 0 5px 2px rgba(var(--color-background), 1);
  }
}
.header__submenu-button .button--underline {
  padding: 0.6rem 1.8rem;
  width: 100%;
  display: inline-block;
}
.header__submenu-button .button--underline span {
  display: inline;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.3rem);
  color: rgb(var(--color-foreground-secondary));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
}
@media only screen and (min-width: 750px) {
  .header__submenu-button .button--underline span {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.4rem);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__submenu-button .button--underline:hover span {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 100%;
    opacity: 0.7;
  }
}
.header__submenu-button.hide {
  display: none;
}
@media screen and (min-width: 1100px) {
  .header__submenu .header__submenu {
    --clientY: var(--header-height);
    max-height: calc(100vh - var(--clientY) - 2rem);
    overflow: auto;
    background-color: rgb(var(--color-background));
  }
  .header__submenu .header__submenu::-webkit-scrollbar {
    width: 0.4rem;
  }
  .header__submenu .header__submenu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.5);
    border-radius: 2rem;
  }
  .header__submenu .header__submenu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--color-foreground), 1);
  }
  .header__submenu .header__submenu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 12px 4px 10px 0 rgba(var(--color-foreground), 0.08);
    pointer-events: none;
    z-index: 0;
  }
  .header__submenu .header__submenu li {
    position: relative;
    z-index: 1;
  }
}
.header__submenu--simple > li {
  position: static !important;
}
.header__submenu--simple .header__submenu {
  top: 0;
  height: 100%;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: unset;
  border-left: 0.1rem solid rgb(var(--color-border));
  flex-wrap: wrap;
  column-gap: 5.7rem;
  max-width: 53.4rem !important;
  width: max-content !important;
  min-width: unset;
  padding-right: 10.8rem;
  padding-left: 2.4rem;
}
.header__inline-menu .list-menu--disclosure {
  position: absolute;
  width: 20rem;
  min-width: auto;
  top: calc(100% + 0.6rem);
  left: 0;
}
.header__inline-menu .list-menu--disclosure .list-menu--disclosure {
  margin: 0;
  top: -0.8rem;
  left: 100%;
}
[dir=rtl] .header__inline-menu .list-menu--disclosure {
  left: auto;
  right: 0;
}
[dir=rtl] .header__inline-menu .list-menu--disclosure .list-menu--disclosure {
  left: auto;
  right: 100%;
}
@media screen and (hover: hover) and (pointer: fine) {
  .header__inline-menu li:hover > .header__submenu {
    opacity: 1;
    pointer-events: all;
  }
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header__icon .header__icon-name {
  text-decoration: none;
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}
.header-wrapper.header-wrapper--compact {
  background-color: transparent;
  pointer-events: none;
}
.header.header-compact {
  background-color: transparent;
  pointer-events: none;
}
.header-compact__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  min-height: 5.4rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 1.2rem 2.4rem;
  border-radius: 4.6rem;
  pointer-events: all;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
@media screen and (min-width: 576px) {
  .header-compact__wrapper {
    min-width: 41rem;
  }
}
@media screen and (max-width: 749px) {
  .header-compact .burger-menu__icons-wrapper .header__search {
    display: none;
  }
}
.header-wrapper.header-wrapper--burger {
  background-color: transparent;
  pointer-events: none;
}
.header.header-burger {
  background-color: transparent;
  pointer-events: none;
}
.header-burger {
  justify-content: flex-end;
  min-height: unset;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 575px) {
  .header-burger--mobile-layout-left {
    justify-content: flex-start;
  }
  .header-burger--mobile-layout-stretch {
    justify-content: flex-start;
  }
  .header-burger--mobile-layout-stretch .header-burger__wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .header-burger--mobile-layout-right {
    justify-content: flex-end;
  }
}
.header-burger__wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  pointer-events: all;
}
.header-burger__burger {
  display: flex;
  justify-content: center;
  background-color: transparent;
  border-radius: 4.6rem;
  width: 5.2rem;
  height: 4rem;
}
@media screen and (min-width: 750px) {
  .header-burger__burger {
    width: 7rem;
    height: 5.4rem;
  }
}
.header-burger burger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4.6rem;
}
.header-burger .burger-menu__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.6rem;
}
.header-burger .burger-menu__button {
  width: 100%;
  height: 100%;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: 4.6rem;
  border: 0.15rem solid rgb(var(--color-background));
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), border 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), scale 0.4s cubic-bezier(0.5, 0, 0, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (pointer: fine) {
  .header-burger .burger-menu__button:hover {
    opacity: 1;
    scale: 0.93;
  }
  .header-burger .burger-menu__button:hover .animated-burger-menu-button-circle {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
  .header-burger .burger-menu__button:hover .burger-menu__button-icon {
    transform: translate3d(0px, -100%, 0px);
  }
  .header-burger .burger-menu__button:hover .burger-menu__button-icon--1 {
    opacity: 0;
  }
  .header-burger .burger-menu__button:hover .burger-menu__button-icon--2 {
    opacity: 1;
  }
}
.header-burger .burger-menu__button-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 750px) {
  .header-burger .burger-menu__button-content {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}
.header-burger .burger-menu__button-icons {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 750px) {
  .header-burger .burger-menu__button-icons {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.4rem;
    min-height: 2.4rem;
  }
}
.header-burger .burger-menu__button-icon {
  position: relative;
  transform: translate3d(0px, 0%, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  padding: 0.3rem 0;
}
@media screen and (min-width: 750px) {
  .header-burger .burger-menu__button-icon {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.4rem;
    min-height: 2.4rem;
    padding: 0.4rem 0;
  }
}
.header-burger .burger-menu__button-icon--1 {
  color: rgb(var(--color-foreground));
  opacity: 1;
}
.header-burger .burger-menu__button-icon--1 .icon {
  color: rgb(var(--color-foreground));
}
.header-burger .burger-menu__button-icon--2 {
  color: rgb(var(--color-background));
  opacity: 0;
}
.header-burger .burger-menu__button-icon--2 .icon {
  color: rgb(var(--color-background));
}
.header-burger .burger-menu__button-icon .icon {
  width: 2rem;
  min-width: 2rem;
  height: 1.4rem;
  min-height: 1.4rem;
  transition: color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
@media screen and (min-width: 750px) {
  .header-burger .burger-menu__button-icon .icon {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 1.6rem;
    min-height: 1.6rem;
  }
}
.header-burger .animated-burger-menu-button-circle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 250%;
  height: 150%;
  padding-top: 100%;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0) translateZ(0);
  transform-origin: bottom;
  background-color: rgb(var(--color-foreground));
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s, background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.header-burger__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4.6rem;
  background-color: transparent;
  border-radius: 4.6rem;
  width: 5.2rem;
  height: 4rem;
}
@media screen and (min-width: 750px) {
  .header-burger__cart {
    width: 7rem;
    height: 5.4rem;
  }
}
.header-burger__cart .header__cart {
  width: 100%;
  height: 100%;
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: 4.6rem;
  border: 0.15rem solid rgb(var(--color-background));
  overflow: hidden;
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), border 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995), scale 0.4s cubic-bezier(0.5, 0, 0, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (pointer: fine) {
  .header-burger__cart .header__cart:hover {
    opacity: 1;
    scale: 0.93;
  }
}
.header-burger__cart .header__cart .burger-menu__button-content {
  width: 2rem;
  min-width: 2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
@media screen and (min-width: 750px) {
  .header-burger__cart .header__cart .burger-menu__button-content {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.8rem;
    min-height: 2.8rem;
  }
}
.header-burger__cart .header__cart .burger-menu__button-icons {
  width: 2rem;
  min-width: 2rem;
  height: 2.2rem;
  min-height: 2.2rem;
}
@media screen and (min-width: 750px) {
  .header-burger__cart .header__cart .burger-menu__button-icons {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.8rem;
    min-height: 2.8rem;
  }
}
.header-burger__cart .header__cart .burger-menu__button-icon {
  width: 2rem;
  min-width: 2rem;
  height: 2.2rem;
  min-height: 2.2rem;
  padding: 0.1rem 0;
}
@media screen and (min-width: 750px) {
  .header-burger__cart .header__cart .burger-menu__button-icon {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.8rem;
    min-height: 2.8rem;
    padding: 0.3rem 0;
  }
}
.header-burger__cart .header__cart .burger-menu__button-icon .icon {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
@media screen and (min-width: 750px) {
  .header-burger__cart .header__cart .burger-menu__button-icon .icon {
    width: 2.2rem;
    min-width: 2.2rem;
    height: 2.2rem;
    min-height: 2.2rem;
  }
}
@media screen and (pointer: fine) {
  .header-burger__cart .header__icon--cart:hover {
    opacity: 1;
  }
  .header-burger__cart .header__icon--cart:hover .animated-burger-menu-button-circle {
    transform: translate(-50%, -50%) scale(1) translateZ(0);
  }
  .header-burger__cart .header__icon--cart:hover .burger-menu__button-icon {
    transform: translate3d(0px, -100%, 0px);
  }
  .header-burger__cart .header__icon--cart:hover .burger-menu__button-icon--1 {
    opacity: 0;
  }
  .header-burger__cart .header__icon--cart:hover .burger-menu__button-icon--2 {
    opacity: 1;
  }
}
.header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__cart--icon .header__cart-text {
  display: none;
}
[dir=rtl] .header__cart--icon {
  transform: rotateY(180deg);
}
.header__cart--text .icon-cart {
  display: none;
}
.header__cart--text .cart-count-bubble {
  display: none;
}
.header__cart--icon_and_text .cart-count-bubble {
  display: none;
}
.header__icon--cart {
  cursor: pointer;
  border: none;
  box-shadow: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: opacity var(--duration-default);
}
.header__icon--cart .icon {
  flex-shrink: 0;
}
.cart-count-bubble {
  position: absolute;
  top: 0.3rem;
  right: -0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: background-color 0.4s cubic-bezier(0.602, 0.007, 0.374, 0.995);
}
.mega-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.mega-menu {
  --top-margin: 6px;
  --bottom-margin: 20px;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.mega-menu-content {
  position: absolute;
  top: var(--top-margin);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.mega-menu-content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: var(--top-margin);
  pointer-events: all;
  opacity: 0;
}
.mega-menu-content-main {
  position: relative;
  width: 100%;
  height: auto;
  max-height: min(var(--products-height-with-padding, 82rem), var(--vh, 1vh) * 100 - var(--header-height, 70px) - var(--announcement-height, 0px) - var(--top-margin, 0px) - var(--bottom-margin, 0px));
  padding: 2.4rem 1.2rem 2.4rem 2.4rem;
  border-radius: var(--border-radius-block-small);
  background-color: rgb(var(--color-background));
  transition: max-height 0.1s linear;
  overflow: hidden;
  pointer-events: all;
  overscroll-behavior: contain;
}
.mega-menu-content-main__container {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: 1fr;
  column-gap: 4rem;
  row-gap: 3.2rem;
  height: 100%;
}
.mega-menu-content-main__container.mega-menu-content-main__container--mono {
  display: block;
}
.mega-menu-content-main__container.mega-menu-content-main__container--mono .mega-menu-menus--multi {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 990px) {
  .mega-menu-content-main__container.mega-menu-content-main__container--mono .mega-menu-menus--multi {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1360px) {
  .mega-menu-content-main__container.mega-menu-content-main__container--mono .mega-menu-menus--multi {
    grid-template-columns: repeat(4, 1fr);
  }
}
.mega-menu-menus {
  width: 100%;
  height: 100%;
  max-height: min(var(--products-height, 77.2rem), var(--vh, 1vh) * 100 - var(--header-height, 70px) - var(--announcement-height, 0px) - var(--top-margin, 0px) - var(--bottom-margin, 0px) - 2.4rem - 2.4rem);
  display: block;
  padding: 0 0.8rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.mega-menu-menus--multi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 3.2rem;
  row-gap: 3.2rem;
}
.mega-menu-menus::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(var(--color-foreground), 0.2);
}
.mega-menu-menus::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 20rem;
}
.mega-menu-menus::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mega-menu-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.mega-menu-menu__heading {
  display: inline-block;
}
.mega-menu-menu__heading a {
  display: inline;
  line-height: normal;
  color: rgb(var(--color-foreground));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
}
.mega-menu-menu__heading a[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu-menu__heading a:hover {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 100%;
  }
}
.mega-menu-menu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mega-menu-menu-list__list-item {
  width: 100%;
  display: inline-block;
}
.mega-menu-menu-list__list-link {
  display: inline-block;
  padding: 0.2rem 0;
}
.mega-menu-menu-list__list-link span {
  display: inline;
  line-height: normal;
  color: rgb(var(--color-foreground));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
}
.mega-menu-menu-list__list-link span[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mega-menu-menu-list__list-link span:hover {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 100%;
  }
}
.mega-menu-products {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100 - var(--header-height, 70px) - var(--announcement-height, 0px) - var(--top-margin, 0px) - var(--bottom-margin, 0px) - 2.4rem - 2.4rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: 0.8rem;
}
.mega-menu-products::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(var(--color-foreground), 0.2);
}
.mega-menu-products::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 20rem;
}
.mega-menu-products::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mega-menu-products-slider {
  display: block;
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.mega-menu-products-slider.swiper {
  width: 100%;
  min-width: 0;
}
.mega-menu-products-nav {
  width: 100%;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  transition: opacity var(--duration-default) ease;
  opacity: 0;
}
.mega-menu-products-nav.mega-menu-products-nav--visible {
  opacity: 1;
}
.list-menu--megamenu:hover .mega-menu, .list-menu--megamenu:focus .mega-menu, .list-menu--megamenu:focus-visible .mega-menu, .list-menu--megamenu:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
}
.list-menu--megamenu:hover .mega-menu-content-main, .list-menu--megamenu:focus .mega-menu-content-main, .list-menu--megamenu:focus-visible .mega-menu-content-main, .list-menu--megamenu:focus-within .mega-menu-content-main {
  pointer-events: all;
}
.list-menu--megamenu:hover > .mega-menu-tabs, .list-menu--megamenu:focus > .mega-menu-tabs, .list-menu--megamenu:focus-visible > .mega-menu-tabs, .list-menu--megamenu:focus-within > .mega-menu-tabs {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.mega-menu-tabs {
  --top-margin: 0.6rem;
  --tab-width: 56.8rem;
  position: absolute;
  top: calc(100% + var(--top-margin));
  left: -2rem;
  width: auto;
  max-width: 100rem;
  height: auto;
  max-height: 37rem;
  border-radius: var(--border-radius-block-small);
  box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 15;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
[dir=rtl] .mega-menu-tabs {
  left: auto;
  right: -2rem;
}
.mega-menu-tabs::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: var(--top-margin);
  opacity: 0;
}
.mega-menu-tabs-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-block-small);
}
.mega-menu-tabs-layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 20rem var(--tab-width);
  grid-template-rows: auto;
  justify-items: start;
}
.mega-menu-tabs-nav {
  --padding-overflow: 0px;
  display: block;
  width: 100%;
  height: auto;
  max-height: 35.6rem;
  padding: 0.8rem var(--padding-overflow) 0.8rem 0.8rem;
}
[dir=rtl] .mega-menu-tabs-nav {
  padding: 0.8rem 0.8rem 0.8rem var(--padding-overflow);
}
.mega-menu-tabs-nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  padding-right: max(var(--padding-overflow), 0.4rem);
}
[dir=rtl] .mega-menu-tabs-nav-list {
  padding-right: 0;
  padding-left: max(var(--padding-overflow), 0.4rem);
}
.mega-menu-tabs-nav-list::-webkit-scrollbar {
  width: 0.4rem;
}
.mega-menu-tabs-nav-list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 2rem;
}
.mega-menu-tabs-nav-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mega-menu-tabs-nav-list__item {
  width: 100%;
  display: block;
}
.mega-menu-tabs-nav-list__tab {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.6rem 1rem;
  border-radius: min(var(--border-radius-block-small), 0.8rem);
  color: rgb(var(--color-foreground));
  background-color: transparent;
  transition: background-color var(--duration-default) ease;
}
.mega-menu-tabs-nav-list__tab.active {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (pointer: fine) {
  .mega-menu-tabs-nav-list__tab:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}
.mega-menu-tabs-nav-list__tab:focus-visible {
  outline-offset: -0.1rem;
}
.mega-menu-tabs-main {
  display: block;
  width: 100%;
  height: auto;
  max-height: 37rem;
  padding: 1.8rem 2.4rem;
  border-left: 1px solid rgb(var(--color-border));
}
[dir=rtl] .mega-menu-tabs-main {
  border-left: none;
  border-right: 1px solid rgb(var(--color-border));
}
.mega-menu-tabs-container {
  display: grid;
  position: relative;
}
.mega-menu-tab {
  width: auto;
  height: auto;
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s linear;
}
.mega-menu-tab.active {
  opacity: 1;
  visibility: visible;
}
.mega-menu-tab-nav {
  display: block;
  width: auto;
  height: auto;
  max-height: 31.8rem;
  overflow-y: hidden;
  overflow-x: auto;
}
.mega-menu-tab-nav::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgba(var(--color-foreground), 0.2);
}
.mega-menu-tab-nav::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 20rem;
}
.mega-menu-tab-nav::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mega-menu-tab-nav__list {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  column-gap: 2rem;
  flex-wrap: wrap;
  height: auto;
  max-height: 31rem;
  padding-bottom: 0.8rem;
}
.mega-menu-tab-nav__list-item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 16rem;
}
.mega-menu-tab-nav__list-link {
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: min(var(--border-radius-block-small, 0), 0.8rem);
  background-color: transparent;
  transition: background-color var(--duration-default) ease;
}
.mega-menu-tab-nav__list-link:focus-visible, .mega-menu-tab-nav__list-link.mega-menu-tab-nav__list-link--active {
  background-color: rgb(var(--color-background-secondary));
}
@media screen and (pointer: fine) {
  .mega-menu-tab-nav__list-link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}
noscript .localization-form__select {
  position: relative;
  display: flex;
  align-items: center;
}
noscript .localization-form__select + .button--underline {
  font-size: 1.2rem;
}
noscript .localization-form__select svg {
  position: absolute;
  right: 1.2rem;
  pointer-events: none;
}
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
}
.menu-drawer__submenu--hidden {
  display: none;
}
header-drawer {
  height: 100%;
  position: relative;
  z-index: 100;
}
.menu-drawer-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.menu-drawer-container .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 100%;
  width: 2.4rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  cursor: pointer;
  transition: opacity var(--duration-default);
}
.menu-drawer-container .header__modal-close-button .icon-close {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .menu-drawer-container .header__modal-close-button:hover {
    opacity: var(--hover-opacity);
  }
}
.menu-opening .header__modal-close-button {
  opacity: 1;
}
.menu-opening .menu-drawer__localization {
  display: flex;
}
.menu-opening .header__localization--language {
  margin-left: 0;
}
.header__icon--menu {
  position: initial;
}
.header__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
}
menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
}
.menu-drawer__menu .menu-opening[open] > summary:not(.menu-drawer__menu-summary--mobile-mega-menu) {
  padding-bottom: 0.4rem;
}
.menu-drawer__menu .menu-opening[open] > summary:not(.menu-drawer__menu-summary--mobile-mega-menu) > .icon-caret-mobile-menu {
  transform: rotate(180deg);
}
.menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - (var(--ann-height)));
  height: calc(var(--vh, 1vh) * 100 - (var(--ann-height)));
  height: calc(100dvh - (var(--ann-height)));
  padding: 0;
  background-color: rgb(var(--color-background));
  border: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}
.menu-drawer .header__localization .localization-selector + .disclosure__list {
  top: auto;
  left: 0;
  right: unset;
  bottom: 110%;
}
.menu-drawer__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  min-height: var(--header-height);
  background-color: rgb(var(--color-background));
  position: relative;
  z-index: 1;
}
.header--left-logo .menu-drawer__top {
  display: flex;
  align-items: center;
}
.header--left-logo .menu-drawer__top .menu-drawer__cart {
  margin-left: auto;
}
.header--left-logo .menu-drawer__top .header__modal-close-button {
  margin-right: 0.8rem;
}
.menu-drawer__logo {
  height: 100%;
}
.menu-drawer__logo .header__heading,
.menu-drawer__logo .header__heading-link {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-drawer__cart {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-drawer__main {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  padding-top: 2rem;
  padding-right: 0.4rem;
}
.menu-drawer__navigation-container {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.menu-drawer__navigation-container::-webkit-scrollbar {
  width: 0.4rem;
}
.menu-drawer__navigation-container::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 2rem;
}
.menu-drawer__navigation-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.menu-drawer__navigation {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-drawer__menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 4rem;
}
.menu-drawer__menu .childlink {
  padding-left: 1.6rem;
}
.menu-drawer__menu .grandchildlink {
  padding-left: 3.2rem;
}
.menu-drawer__menu-item {
  width: 100%;
  color: rgb(var(--color-foreground));
}
.menu-drawer__menu-item:first-child > .menu-drawer__menu-link {
  padding-top: 0;
}
.menu-drawer__menu-item:first-child > details > summary > .menu-drawer__menu-link {
  padding-top: 0;
}
.menu-drawer__menu-item:last-child > .menu-drawer__menu-link {
  padding-bottom: 0;
}
.menu-drawer__menu-item:last-child > details > summary > .menu-drawer__menu-link {
  padding-bottom: 0;
}
.menu-drawer__menu-item--mega-menu-with-cards .icon-caret-mobile-menu {
  transform: rotate(-90deg);
}
.menu-drawer__menu-link {
  width: 100%;
  display: inline-block;
  padding: 0.4rem 0;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-text-scale) * 1rem);
  letter-spacing: var(--font-header-menu-letter-spacing);
  text-transform: var(--font-header-menu-text-transform);
}
.menu-drawer__menu-summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.menu-drawer__menu-summary .menu-drawer__menu-link {
  width: fit-content;
}
.menu-drawer__menu-summary .icon-caret-mobile-menu {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  transition: transform 0.2s ease-in-out;
}
.menu-drawer__menu-summary.menu-drawer__menu-summary--mobile-mega-menu .icon-caret-mobile-menu {
  transform: rotate(-90deg);
}
.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0.4rem;
}
.menu-drawer__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
  margin-top: auto;
  padding-top: 1.6rem;
  padding-bottom: 2.8rem;
  z-index: 2;
  background-color: rgb(var(--color-background));
  box-shadow: 0 -4px 20px 20px rgb(var(--color-background));
}
.menu-drawer__bottom-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.6rem;
  column-gap: 2.4rem;
}
.menu-drawer .header__localization-button,
.menu-drawer .header__localization-lang-button {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-text-scale) * 1rem);
  letter-spacing: var(--font-header-menu-letter-spacing);
  text-transform: var(--font-header-menu-text-transform);
}
.menu-drawer__search-and-account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
.menu-drawer__search-and-account .header__search {
  display: flex;
}
.menu-drawer__search-and-account .header__account {
  display: flex;
}
.menu-drawer__localization-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.menu-drawer .header__account-modal {
  left: auto;
  right: 0;
  top: auto;
  bottom: calc(100% + 0.6rem);
}
details[open] > .menu-drawer,
details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease, opacity var(--duration-default) ease;
}
details[open].menu-opening > .menu-drawer {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
details[open] > .menu-drawer__submenu {
  visibility: visible;
}
.menu-drawer__inner-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.js .menu-drawer__submenu {
  width: 100%;
  background-color: rgb(var(--color-background));
  z-index: 1;
  visibility: hidden;
}
.menu-drawer .list-social {
  justify-content: flex-start;
  margin-bottom: 0.6rem;
}
.menu-drawer .list-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-drawer .list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background-color: transparent;
  color: rgba(var(--color-foreground));
}
.menu-drawer .list-social__link .icon {
  height: 2.4rem;
  width: 2.4rem;
}
.menu-drawer .list-social:empty {
  display: none;
}
.mobile-mega-menu {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: calc(100vh - (var(--ann-height)));
  height: calc(var(--vh, 1vh) * 100 - (var(--ann-height)));
  height: calc(100dvh - (var(--ann-height)));
  z-index: 200;
  background-color: rgb(var(--color-background));
  transition: left 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  visibility: hidden;
}
details.menu-opening[open] > .mobile-mega-menu {
  left: 0;
  pointer-events: all;
  visibility: visible;
  transition: left 0.3s ease, visibility 0.3s ease;
}
.mobile-mega-menu-top {
  width: 100%;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-mega-menu-back-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 4rem;
  height: 100%;
  color: rgb(var(--color-foreground));
}
.mobile-mega-menu-back-button svg {
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(180deg);
}
.mobile-mega-menu-main {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - (var(--ann-height)) - var(--header-height));
  max-height: calc(var(--vh, 1vh) * 100 - (var(--ann-height)) - var(--header-height));
  max-height: calc(100dvh - var(--header-height) - var(--ann-height));
  background-color: rgb(var(--color-background));
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 1rem;
}
.mobile-mega-menu-main__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.4rem;
  overflow: auto;
  padding-right: 1rem;
}
.mobile-mega-menu-main__container::-webkit-scrollbar {
  width: 0.4rem;
}
.mobile-mega-menu-main__container::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 2rem;
}
.mobile-mega-menu-main__container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mobile-mega-menu-menus {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.4rem;
}
.mobile-mega-menu-menu {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 0.8rem;
}
.mobile-mega-menu-menu__heading {
  display: inline-block;
}
.mobile-mega-menu-menu__heading a {
  display: inline;
  line-height: normal;
  color: rgb(var(--color-foreground));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
}
.mobile-mega-menu-menu__heading a[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mobile-mega-menu-menu__heading a:hover {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 100%;
  }
}
.mobile-mega-menu-menu-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.mobile-mega-menu-menu-list__list-item {
  width: 100%;
  display: inline-block;
}
.mobile-mega-menu-menu-list__list-link {
  display: inline-block;
}
.mobile-mega-menu-menu-list__list-link span {
  display: inline;
  line-height: normal;
  color: rgb(var(--color-foreground));
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, currentColor 0% 100%);
  background-repeat: no-repeat;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
  transition: background-size var(--duration-default) ease-in-out;
}
.mobile-mega-menu-menu-list__list-link span[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
@media screen and (hover: hover) and (pointer: fine) {
  .mobile-mega-menu-menu-list__list-link span:hover {
    background-color: transparent;
    background-size: 100% 5%;
    background-position: left 100%;
  }
}
.mobile-mega-menu-products {
  display: block;
  width: 100%;
  min-width: 0;
}
.mobile-mega-menu-slider {
  display: block;
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.mobile-mega-menu-slider.swiper {
  width: 100%;
  min-width: 0;
}
.mobile-mega-menu-slider-nav {
  width: 100%;
  padding: 0 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  transition: opacity var(--duration-default) ease;
  opacity: 0;
}
.mobile-mega-menu-slider-nav.mobile-mega-menu-slider-nav--visible {
  opacity: 1;
}
.mobile-mega-menu-tabs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  padding-right: 1rem;
}
.mobile-mega-menu-tabs::-webkit-scrollbar {
  width: 0.4rem;
}
.mobile-mega-menu-tabs::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 2rem;
}
.mobile-mega-menu-tabs::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
.mobile-mega-menu-tabs-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
@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% - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: var(--duration-default);
}
@media screen and (min-width: 750px) {
  .popup {
    max-width: calc(100% - 6.4rem);
    max-height: calc(100vh - 6.4rem);
  }
}
.popup--top {
  top: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--top {
    top: 3.2rem;
  }
}
.popup--top-left {
  top: 2rem;
  left: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-left {
    top: 3.2rem;
    left: 3.2rem;
  }
}
.popup--top-right {
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--top-right {
    top: 3.2rem;
    right: 3.2rem;
  }
}
.popup--bottom {
  bottom: 2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 750px) {
  .popup--bottom {
    bottom: 3.2rem;
  }
}
.popup--bottom-left {
  left: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-left {
    left: 3.2rem;
    bottom: 3.2rem;
  }
}
.popup--bottom-right {
  right: 2rem;
  bottom: 2rem;
}
@media screen and (min-width: 750px) {
  .popup--bottom-right {
    right: 3.2rem;
    bottom: 3.2rem;
  }
}
.popup--left {
  left: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--left {
    left: 3.2rem;
  }
}
.popup--right {
  top: 50%;
  right: 2rem;
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 750px) {
  .popup--right {
    right: 3.2rem;
  }
}
.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: var(--border-radius-block);
}
.popup-wrap::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 2rem;
}
.popup-container {
  width: 100%;
  padding: 2.4rem;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-block);
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .popup-text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.popup-text.rte > * {
  word-break: break-word;
}
.popup-text.rte ul,
.popup-text.rte ol {
  width: max-content;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.popup .popup-close svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 576px) {
  .popup .popup-close svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .popup .popup-close:hover svg {
    transform: scale(1.05);
  }
}
.popup-open {
  display: flex;
}
@media (max-width: 576px) {
  .popup-open[data-mobile-disable=true] {
    display: none;
  }
  .popup-open[data-mobile-disable=true] + .popup-overlay {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-modal-overlay), 0.15);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}
.popup-main {
  border-radius: var(--border-radius-block);
  max-width: calc(100% - 4rem);
  max-height: calc(100vh - 4rem);
  max-height: calc(100svh - 4rem);
}
@media (min-width: 1200px) {
  .popup-main {
    max-width: calc(100% - 12.8rem);
    max-height: calc(100vh - 6.4rem);
    max-height: calc(100svh - 6.4rem);
  }
}
.popup-main .popup-close .icon {
  will-change: transform;
  transition: transform var(--duration-default) ease;
}
.popup-main-image--top .popup-content {
  padding-bottom: 0 !important;
}
.popup-main-image--top .popup-close {
  top: 1rem;
  left: 1rem;
  background-color: rgb(var(--color-background));
}
.popup-main-image--top .popup-close svg {
  width: 1.6rem;
  height: 1.6rem;
}
.popup-main-image--left .popup-close {
  left: unset;
  right: 0;
}
.popup-main-image--left .popup-outer_image, .popup-main-image--right .popup-outer_image {
  gap: 2.4rem;
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
}
.popup-main-image--left .popup-outer_image .popup-close, .popup-main-image--right .popup-outer_image .popup-close {
  top: 1rem;
  right: 1rem;
  left: unset;
  background-color: rgb(var(--color-background));
}
.popup-main-image--left .popup-outer_image .popup-close svg, .popup-main-image--right .popup-outer_image .popup-close svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 576px) {
  .popup-main-image--left .popup-outer_image .popup-close, .popup-main-image--right .popup-outer_image .popup-close {
    left: 0;
    right: unset;
    top: 0;
  }
  .popup-main-image--left .popup-outer_image .popup-close svg, .popup-main-image--right .popup-outer_image .popup-close svg {
    width: 2rem;
    height: 2rem;
  }
}
.popup-main-image--left .popup-outer--without-content .popup-content, .popup-main-image--right .popup-outer--without-content .popup-content {
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  top: 1rem;
}
.popup-main-image--left .popup-outer--without-content .popup-close, .popup-main-image--right .popup-outer--without-content .popup-close {
  right: 0;
  top: 0;
}
.popup-main-image--left .popup-outer--without-content .popup-close svg, .popup-main-image--right .popup-outer--without-content .popup-close svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (min-width: 576px) {
  .popup-main-image--left .popup-outer_image .popup-close {
    left: unset;
    right: 0;
    top: 0;
  }
}
.popup-main .popup-wrapper-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.popup-main .popup-column {
  flex: 1;
}
@media screen and (min-width: 990px) {
  .popup-main .popup-column:first-child {
    max-width: 49%;
  }
  .popup-main .popup-column:last-child {
    max-width: 44%;
  }
}
@media screen and (max-width: 989px) {
  .popup-main .popup-column:first-child *:first-child {
    margin-right: 4rem;
  }
}
.popup-main .unsubscribe-btn {
  font-weight: 700;
  position: relative;
  inset: unset;
  width: auto;
  height: auto;
  color: rgba(var(--color-foreground));
  display: inline;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .popup-main .unsubscribe-btn:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.popup-main .popup-heading {
  max-width: 28rem;
  margin: 0;
  font-size: calc(var(--font-popup-heading-scale) * 2rem);
}
@media screen and (min-width: 750px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.6rem);
  }
}
.popup-main .popup-description {
  max-width: 36.2rem;
  margin: 0;
  margin-top: 1.2rem;
  font-size: calc(var(--font-popup-desc-scale) * 1.3rem);
  color: rgb(var(--color-foreground-secondary));
  word-break: break-word;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-description {
    font-size: calc(var(--font-popup-desc-scale) * 1.6rem);
  }
}
.popup-main .popup-text {
  margin: 0;
  font-size: calc(var(--font-popup-text-scale) * 1rem);
  color: rgb(var(--color-foreground-secondary));
  word-break: break-word;
  max-width: 44rem;
}
@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    font-size: calc(var(--font-popup-text-scale) * 1.3rem);
  }
}
.popup-main .popup-text p {
  color: inherit;
}
.popup-main .popup-thumbnail {
  flex: 1 0 50%;
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.popup-main .popup-thumbnail::after {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--padding_bottom);
}
.popup-main .popup-thumbnail img,
.popup-main .popup-thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius-block-small);
  overflow: hidden;
}
.popup-main .popup-thumbnail--adapt img,
.popup-main .popup-thumbnail--adapt svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius-block-small);
  overflow: hidden;
  position: relative;
  inset: unset;
}
.popup-main .popup-outer_image .popup-content {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-outer_image .popup-content {
    padding: 4rem 0;
  }
}
.popup-main .popup-content {
  padding: 4rem 0;
  flex: 1 0 50%;
  order: 2;
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
.popup-main .popup-content .modal-close-button {
  color: rgb(var(--color-foreground));
}
.popup-main .popup-content .field__input::-webkit-input-placeholder {
  text-align: left;
}
.popup-main .popup-content .field__input:-moz-placeholder {
  text-align: left;
}
.popup-main .popup-content .field__input::-moz-placeholder {
  text-align: left;
}
.popup-main .popup-content .field__input:-ms-input-placeholder {
  text-align: left;
}
.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__inner {
  align-items: center;
}
.popup-main .popup-content--center .newsletter-form__message {
  justify-content: center;
}
.popup-main .popup-content--center .list-social {
  justify-content: center;
}
.popup-main .popup-content--left {
  text-align: left;
}
.popup-main .popup-content--left .popup-wrapper-text {
  align-items: flex-start;
}
.popup-main .popup-content--left .newsletter-form__inner {
  align-items: flex-start;
}
.popup-main .popup-content--left .list-social {
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .popup-main-image--left .popup-outer {
    flex-direction: row;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-content {
  padding-top: 4rem;
}
.popup-main .newsletter-form {
  width: 100%;
}
.popup-main .newsletter-form__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}
.popup-main .newsletter-form__inner .button {
  width: min(36.2rem, 100%);
}
.popup-main .newsletter-form__field-wrapper {
  width: min(36.2rem, 100%);
}
.popup-main .list-social {
  margin-left: -0.6rem;
  margin-bottom: 0.8rem;
}
.popup-main .list-social:last-child {
  margin-bottom: 0;
}
.popup-main .list-social:empty {
  display: none;
}
.popup-main:focus, .popup-main:focus-visible {
  outline: 0;
}
.age-verification {
  position: fixed;
  z-index: 9999999;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-width: unset;
  max-height: unset;
  background-color: rgb(var(--color-background));
}
.age-verification .popup-text p {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .age-verification .popup-text p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 750px) {
  .age-verification .popup-text p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 990px) {
  .age-verification .popup-text p {
    font-size: 2.4rem;
  }
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.age-verification__question {
  display: none;
  height: 100%;
}
.age-verification__question.show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question .popup-text {
  text-align: center;
  font-size: 2.4rem;
}
.age-verification__text-content {
  max-width: 67.2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  gap: 2.4rem;
}
.age-verification__text-content, .age-verification__buttons {
  flex-grow: 1;
}
.age-verification__heading {
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid rgb(var(--color-foreground));
  min-height: 50vh;
  position: relative;
}
.age-verification__buttons::before {
  content: "";
  position: absolute;
  background-color: rgb(var(--color-foreground));
  transition: background-color var(--duration-default) ease;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
  .age-verification__buttons::before {
    content: "";
    right: unset;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.age-verification__button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--duration-default) ease;
  flex-grow: 1;
}
@media screen and (pointer: fine) {
  .age-verification__button:hover {
    background-color: rgb(var(--color-foreground));
  }
  .age-verification__button:hover .age-verification__button-label {
    color: rgb(var(--color-background));
  }
}
.age-verification__button-label {
  transition: color var(--duration-default) ease;
}
.age-verification__declined {
  display: none;
  padding: 2.4rem;
}
.age-verification__declined.show {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.age-verification__declined .popup-text {
  text-align: center;
}
.age-verification:focus, .age-verification:focus-visible {
  outline: 0;
}
[dir=rtl] .popup-content--left .popup-heading,
[dir=rtl] .popup-content--left .popup-description {
  text-align: right;
}
[dir=rtl] .popup-content .field__input::-webkit-input-placeholder {
  text-align: right;
}
[dir=rtl] .popup-content .field__input:-moz-placeholder {
  text-align: right;
}
[dir=rtl] .popup-content .field__input::-moz-placeholder {
  text-align: right;
}
[dir=rtl] .popup-content .field__input:-ms-input-placeholder {
  text-align: right;
}
[dir=rtl] .popup-main-image--left .popup-outer .popup-close {
  right: 0rem;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .popup-main-image--left .popup-outer .popup-close {
    right: 0;
    left: 0;
  }
}
[dir=rtl] .popup-main-image--left .popup-outer_image .popup-close {
  right: 1rem;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .popup-main-image--left .popup-outer_image .popup-close {
    right: unset;
    left: 0;
  }
}
[dir=rtl] .popup-main-image--right .popup-outer .popup-close {
  right: 0rem;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .popup-main-image--right .popup-outer .popup-close {
    right: 0;
    left: 0;
  }
}
[dir=rtl] .popup-main-image--right .popup-outer_image .popup-close {
  right: 1rem;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .popup-main-image--right .popup-outer_image .popup-close {
    right: 0;
    left: 0;
  }
}
[dir=rtl] .notification-bar .popup-description {
  text-align: right;
}
.age-declined__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.notification-bar {
  width: 100%;
  transform: none;
  left: 2.4rem;
  right: 2.4rem;
  max-width: calc(100% - 4.8rem);
  top: unset;
  bottom: 0.8rem;
}
.notification-bar .popup-wrap {
  border: 0.1rem solid rgb(var(--color-border));
}
@media screen and (min-width: 750px) {
  .notification-bar {
    bottom: 1.2rem;
  }
}
.notification-bar--full-width {
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .notification-bar--full-width {
    bottom: 0;
  }
}
.notification-bar--full-width .popup-wrap {
  border-radius: 0;
  border: unset;
  border-top: 0.1rem solid rgb(var(--color-border));
}
@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 .popupOpenSlideFade {
  animation-name: barBottomOpenSlideFade;
  animation-duration: 0.5s;
}
.notification-bar .popupExitSlideFade {
  animation-name: barBottomExitSlideFade;
  animation-duration: 0.5s;
}
.notification-bar .popupOpenSlide {
  animation-name: barBottomOpenSlide;
  animation-duration: 0.5s;
}
.notification-bar .popupExitSlide {
  animation-name: barBottomExitSlide;
  animation-duration: 0.5s;
}
.notification-bar .popup-heading:first-child,
.notification-bar .popup-description:first-child {
  margin-top: 0;
}
.notification-bar .popup-outer {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 576px) {
  .notification-bar .popup-outer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.notification-bar .popup-container {
  padding: 2rem 3.2rem;
}
.notification-bar .popup-wrapper-text {
  max-width: 52rem;
  width: 100%;
}
.notification-bar .popup-wrapper-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.6rem;
  flex-wrap: wrap;
}
.infinite-scroll__loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-foreground));
}
.infinite-scroll__loader.loading {
  margin-top: 4rem;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__loader.loading {
    margin-top: 4.8rem;
  }
}
.infinite-scroll__loader.loading .infinite-scroll__spinner {
  display: flex;
}
.infinite-scroll__spinner {
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  color: rgb(var(--color-button-text));
  background-color: rgba(var(--color-button));
  border-radius: 100px;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__spinner {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.infinite-scroll__spinner svg.spinner {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 750px) {
  .infinite-scroll__spinner svg.spinner {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  color: rgb(var(--color-card-price-regular));
}
.price-item--regular {
  color: rgb(var(--color-card-price-regular));
}
.price-item--sale {
  color: rgb(var(--color-card-price-sale));
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  text-underline-offset: -0.4rem;
  color: rgb(var(--color-card-price-regular));
  text-decoration-color: rgb(var(--color-card-price-regular));
}
.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0.4rem;
}
.price.price--unavailable {
  visibility: hidden;
}
.price dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.price dd {
  margin: 0;
}
.price .price__last:last-of-type {
  margin: 0;
}
@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}
.price__sale,
.price__availability,
.price--on-sale .price__regular,
.price--on-sale .price__availability,
.price--no-compare .price__compare {
  display: none;
}
.unit-price {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 0.2rem;
  text-transform: none;
  color: rgb(var(--color-card-price-regular));
}
.unit-price * {
  text-transform: none;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  color: rgb(var(--color-foreground));
  word-break: break-word;
  font-family: var(--font-badge-card-family);
  font-style: var(--font-badge-card-style);
  font-weight: var(--font-badge-card-weight);
  font-size: calc(var(--font-badge-scale, 1.4) * 1rem);
  text-transform: var(--font-badge-text-transform);
  line-height: 1;
  border-radius: var(--border-radius-badge);
  pointer-events: none;
}
.badge--sold-out {
  background-color: rgb(var(--sold-out-badge-bg));
  color: rgb(var(--sold-out-badge-color));
}
.badge--custom {
  background-color: rgb(var(--custom-badge-bg));
  color: rgb(var(--custom-badge-color));
}
.badge--new {
  background-color: rgb(var(--new-badge-bg));
  color: rgb(var(--new-badge-color));
}
.badge--sale {
  flex-direction: column;
  padding: 0.8rem 1.6rem;
  color: rgb(var(--sale-badge-color));
  background-color: rgb(var(--sale-badge-bg));
  font-family: var(--font-sale-badge-card-family);
  font-style: var(--font-sale-badge-card-style);
  font-weight: var(--font-sale-badge-card-weight);
  font-size: calc(var(--font-sale-badge-scale, 1.6) * 1rem);
  text-transform: var(--font-sale-badge-text-transform);
  border-radius: var(--border-radius-sale-badge);
}
.badge__discount-amount, .badge__discount-label {
  display: inline-flex;
  align-items: center;
}
.discounts {
  font-size: 1.3rem;
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.discounts__discount {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.discounts__discount-label {
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  word-break: break-word;
}
.discounts__discount-label > .icon-discount {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}
[dir=rtl] .discounts__discount-label > .icon-discount {
  margin-right: 0;
  margin-left: 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;
}
[dir=rtl] .discounts__discount > .icon {
  margin-right: 0;
  margin-left: 0.7rem;
}
.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--color-background-secondary));
  color: rgb(var(--color-foreground));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity var(--duration-default), visibility var(--duration-default);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
@media (min-width: 576px) {
  .scroll-top {
    bottom: 4rem;
    right: 4rem;
  }
}
.scroll-top svg {
  flex: none;
  width: 2rem;
  height: 2rem;
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
}
@media screen and (hover: hover) and (pointer: fine) {
  .scroll-top:hover {
    opacity: var(--hover-opacity);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.copy-btn {
  z-index: 10;
}
.copy-btn__success, .copy-btn__error {
  display: none;
  z-index: 10;
  position: absolute;
  left: calc(100% + 0.4rem);
  top: 0;
  opacity: 0;
  animation-delay: 0.2s;
  width: max-content;
  padding: 0.4rem 0.8rem;
  line-height: 1;
  border-radius: var(--border-radius-button);
}
.copy-btn__success {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-foreground));
}
.copy-btn__error {
  color: rgb(var(--color-error));
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-error));
}
.copy-btn.copied {
  pointer-events: none;
}
.copy-btn.copied .copy-btn__success {
  display: block;
  animation: fadeInUp 0.3s ease;
  opacity: 1;
}
.copy-btn.notCopied {
  pointer-events: none;
}
.copy-btn.notCopied .copy-btn__error {
  display: block;
  animation: fadeInUp 0.3s ease;
  opacity: 1;
}
[dir=rtl] .copy-btn__success, [dir=rtl] .copy-btn__error {
  left: auto;
  right: calc(100% + 0.4rem);
}
.disclosure {
  position: relative;
}
.disclosure__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.disclosure__list-wrapper {
  display: block;
  position: absolute;
  bottom: 100%;
  max-width: 25rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 16.4rem;
  padding: 1.2rem 0.4rem 1.2rem 1.2rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  box-shadow: 0px 4px 35px 0px rgba(var(--color-foreground), 0.08);
  border-radius: min(var(--border-radius-block-small), 16px);
  transform: translateY(-1rem);
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.25s cubic-bezier(0.33, 1, 0.68, 1), visibility 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.disclosure__list-wrapper[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
[dir=rtl] .disclosure__list-wrapper {
  padding: 1.2rem 1.2rem 1.2rem 0.4rem;
}
.disclosure__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 14rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-input));
  overflow-y: scroll;
  padding-right: 0.4rem;
}
.disclosure__list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.disclosure__list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.5);
  border-radius: 20rem;
}
.disclosure__list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-foreground), 1);
}
[dir=rtl] .disclosure__list {
  padding-right: 0;
  padding-left: 0.4rem;
}
.disclosure__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: min(var(--border-radius-block-small), 8px);
}
.disclosure__item--active {
  order: -1;
}
.disclosure__item--active .disclosure__link {
  background-color: rgb(var(--color-background-secondary));
}
.disclosure__link {
  display: block;
  width: 100%;
  padding: 0.6rem;
  text-decoration: none;
  line-height: 1.4;
  border-radius: min(var(--border-radius-block-small), 8px);
  transition: background-color var(--duration-default) ease;
}
.disclosure__link > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.4rem;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.disclosure__link > span > span {
  flex-shrink: 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .disclosure__link:hover {
    background-color: rgb(var(--color-background-secondary));
  }
}
#FooterLanguageList .disclosure__link > span {
  display: inline;
  width: unset;
}
.disclosure__link--active span::after {
  width: 100%;
}
.localization-selector {
  color: rgb(var(--color-foreground));
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.localization-selector .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}
.localization-selector span,
.localization-selector .icon {
  transition: opacity 0.3s ease, transform 0.3s;
}
@media screen and (hover: hover) and (pointer: fine) {
  .localization-selector:hover span,
  .localization-selector:hover .icon {
    opacity: var(--hover-opacity);
  }
}
.localization-selector .icon-caret {
  flex: none;
}
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 3rem;
}
@media screen and (max-width: 749px) {
  .loading-overlay {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 750px) {
  .loading-overlay {
    left: 0;
  }
}
.loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
}
.loading-overlay__spinner svg {
  width: 4rem;
  height: 4rem;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}
.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}
.slider-button {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex-shrink: 0;
  pointer-events: all;
  border-radius: 50%;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button));
  border: 0.15rem solid transparent;
  transform: translateZ(0);
  transition: color 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), scale 0.45s cubic-bezier(0.5, 0, 0, 1);
}
@media screen and (min-width: 576px) {
  .slider-button {
    width: 5.4rem;
    height: 5.4rem;
  }
}
@media screen and (pointer: fine) {
  .slider-button:hover {
    color: rgb(var(--color-button-text-hover));
    border-color: rgb(var(--color-button-text-hover));
    scale: 0.95;
  }
  .slider-button:hover .animated-slider-button-circle {
    transform: translate(-50%, -50%) scaleX(1) translateZ(0);
  }
  .slider-button:hover .slider-button__icon {
    transform: translate3d(0, 0, 0);
  }
  .slider-button:hover .slider-button__icon--1 {
    opacity: 1;
  }
  .slider-button:hover .slider-button__icon--2 {
    opacity: 0;
  }
}
.slider-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-button--prev {
  transform: translateZ(0) rotate(180deg);
}
.slider-button--prev:hover {
  transform: rotate(180deg);
}
.slider-button__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 576px) {
  .slider-button__content {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.slider-button__icons {
  display: flex;
  position: relative;
  z-index: 1;
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 576px) {
  .slider-button__icons {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.slider-button__icon {
  position: relative;
  transform: translate3d(-100%, 0, 0);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s, opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 576px) {
  .slider-button__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.slider-button__icon--1 {
  color: rgb(var(--color-button-text-hover));
  opacity: 0;
}
.slider-button__icon--2 {
  color: rgb(var(--color-button-text));
  opacity: 1;
}
.slider-button__icon .icon.icon-btn-arrow {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 576px) {
  .slider-button__icon .icon.icon-btn-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.slider-button .animated-slider-button-circle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 250%;
  height: 150%;
  padding-top: 100%;
  z-index: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scaleX(0) translateZ(0);
  transform-origin: left center;
  background-color: rgb(var(--color-button-hover));
  transition: transform linear(0, 0.2342, 0.4374, 0.6093 37.49%, 0.6835, 0.7499, 0.8086, 0.8593, 0.9023, 0.9375, 0.9648, 0.9844, 0.9961, 1) 0.3s;
}
[dir=rtl] .slider-button {
  direction: ltr;
}
[dir=rtl] .slider-button--prev {
  transform: none;
}
[dir=rtl] .slider-button--next {
  transform: rotate(180deg);
}
.rte {
  width: 100%;
  overflow: hidden;
}
.rte::after {
  clear: both;
  content: "";
  display: table;
}
.rte .full-width {
  max-width: 100%;
  width: 100%;
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)) {
  color: rgb(var(--color-foreground));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 676px) {
  .rte > *:not(img, figure, table, p:has(img), div:has(img)) {
    max-width: 676px;
  }
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)):last-child {
  margin-bottom: 0 !important;
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)):last-child > *:last-child {
  margin-bottom: 0 !important;
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)):last-child > *:last-child img {
  margin-bottom: 0 !important;
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)):first-child {
  margin-top: 0 !important;
}
.rte > *:not(img, figure, table, p:has(img), div:has(img)):first-child > *:first-child {
  margin-top: 0 !important;
}
.rte > span {
  display: block;
  margin-bottom: 2rem;
}
.rte div {
  margin: 0 auto;
}
@media screen and (min-width: 676px) {
  .rte div:has(img[style*="float: left"]:only-child), .rte div:has(img[style*="float: right"]:only-child) {
    max-width: 676px;
  }
}
.rte div:has(img[style*="float: left"]:only-child) > img, .rte div:has(img[style*="float: right"]:only-child) > img {
  margin: 0;
}
.rte div > p, .rte div > pre, .rte div > span, .rte div > ul, .rte div > ol, .rte div > dl, .rte div > h1, .rte div > h2, .rte div > h3, .rte div > h4, .rte div > h5, .rte div > h6, .rte div > blockquote {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 676px) {
  .rte div > p, .rte div > pre, .rte div > span, .rte div > ul, .rte div > ol, .rte div > dl, .rte div > h1, .rte div > h2, .rte div > h3, .rte div > h4, .rte div > h5, .rte div > h6, .rte div > blockquote {
    max-width: 676px;
  }
}
.rte div:has(img) {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  .rte div:has(img) {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.rte div:has(img):last-child {
  margin-bottom: 0;
}
.rte p:has(img:only-of-type) {
  width: fit-content;
  margin-inline: auto;
}
.rte img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  border-radius: var(--border-radius-block);
}
.rte figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.4rem;
  max-width: 100%;
}
.rte figure img {
  margin: 0 auto;
  max-width: 100%;
}
.rte figure:first-child {
  margin-top: 0;
}
.rte figure:last-child {
  margin-bottom: 0;
}
.rte figcaption {
  width: 100%;
  color: rgb(var(--color-foreground-secondary));
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 676px) {
  .rte figcaption {
    max-width: 676px;
  }
}
@media only screen and (min-width: 750px) {
  .rte figcaption {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
.rte p:has(iframe) {
  max-width: 100%;
}
@media screen and (min-width: 676px) {
  .rte p:has(iframe) {
    max-width: 676px;
  }
}
.rte iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 676px) {
  .rte iframe {
    max-width: 676px;
  }
}
.rte iframe[src*="youtube.com"],
.rte iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.rte p {
  color: rgba(var(--color-foreground));
  margin-bottom: 1.2rem;
}
.rte p small {
  font-size: calc(var(--font-body-scale) * 1.2rem - 0.1rem);
}
@media only screen and (min-width: 750px) {
  .rte p small {
    font-size: calc(var(--font-body-scale) * 1.4rem - 0.2rem);
  }
}
.rte h1 {
  margin-top: 8rem;
}
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 5.6rem;
}
.rte h1 {
  color: rgb(var(--color-foreground));
  margin-bottom: 2.4rem;
}
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: rgb(var(--color-foreground));
  margin-bottom: 2rem;
}
.rte ol,
.rte ul {
  color: rgba(var(--color-foreground));
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.rte ol li,
.rte ul li {
  position: relative;
  margin-bottom: 1.2rem;
}
.rte ol li p,
.rte ul li p {
  margin: 0;
}
.rte ol li img,
.rte ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rte ol li ol,
.rte ol li ul,
.rte ul li ol,
.rte ul li ul {
  margin: 1.6rem 0 0;
}
.rte ol li ol,
.rte ul li ol {
  list-style: lower-latin;
}
.rte ol li ol ol,
.rte ul li ol ol {
  list-style: lower-roman;
}
.rte ol ol,
.rte ol ul {
  margin: 1.6rem 0 0;
}
.rte ol ol {
  list-style: lower-latin;
}
.rte ol ol ol {
  list-style: lower-roman;
}
.rte ol li::marker {
  position: absolute;
  top: 0;
  left: 0;
}
.rte ul {
  list-style: revert;
}
.rte ul li ol li {
  padding-left: 0;
}
.rte ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.rte ul {
  list-style-position: inside;
}
.rte blockquote {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.rte blockquote > *:first-child {
  margin-top: 0;
}
.rte blockquote > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .rte blockquote {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.rte blockquote.blockquote-alt {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 750px) {
  .rte blockquote.blockquote-alt {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.rte table {
  width: auto;
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}
.rte table + table {
  margin-top: 2rem;
}
.rte table:has(+ table) {
  margin-bottom: 2rem;
}
.rte table::-webkit-scrollbar:horizontal {
  height: 0.4rem;
}
.rte table::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 2rem;
}
.rte table:not(.table-gallery) {
  display: block;
  overflow-x: auto;
}
.rte table:not(.table-gallery) tbody,
.rte table:not(.table-gallery) thead {
  display: table;
  width: 100%;
}
.rte table th,
.rte table td {
  vertical-align: baseline;
  min-width: 200px;
}
.rte table th > *,
.rte table td > * {
  margin: 0;
}
.rte table.table-gallery {
  border-collapse: collapse;
  width: 100% !important;
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .rte table.table-gallery {
    max-width: 676px;
    max-height: 450px;
  }
}
.rte table.table-gallery td {
  display: block;
  padding: 0.8rem 0;
  width: auto !important;
  min-width: auto;
  max-width: none;
}
.rte table.table-gallery td:first-child {
  padding-top: 0;
}
.rte table.table-gallery td:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 575px) {
  .rte table.table-gallery td {
    height: auto !important;
  }
}
@media screen and (min-width: 750px) {
  .rte table.table-gallery td {
    display: table-cell;
    padding: 0.8rem;
  }
  .rte table.table-gallery td:first-child {
    padding-top: 0.8rem;
    padding-left: 0;
  }
  .rte table.table-gallery td:last-child {
    padding-bottom: 0.8rem;
    padding-right: 0;
  }
}
.rte table.table-gallery img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  object-fit: cover;
  margin: 0;
  padding: 0;
}
.rte a {
  display: inline;
  color: rgba(var(--color-foreground));
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .rte a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
[dir=rtl] .rte ul,
[dir=rtl] .rte ol {
  direction: rtl;
  text-align: right;
}
[dir=rtl] .rte ul li,
[dir=rtl] .rte ol li {
  text-align: right;
}
[dir=rtl] .rte ol {
  list-style-position: inside;
}
[dir=rtl] .rte ol ol {
  padding-left: 0;
  padding-right: 2.8rem;
}
[dir=rtl] .rte ol li {
  margin-left: 0;
  margin-right: 2/8rem;
}
[dir=rtl] .rte ul li {
  margin-left: 0;
  margin-right: 2.8rem;
}

@font-face {
  font-family: 'NewSpirit-Regular';
  src: url('/cdn/shop/files/NewSpirit-Regular.woff2?v=1776106713') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ABCGintoNord-Regular';
  src: url('/cdn/shop/files/ABCGintoNord-Regular.woff2?v=1776108404') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ViksjoeWeb-Regular';
  src: url('/cdn/shop/files/ViksjoeWeb-Regular.woff2?v=1776109961') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body, p, .newsletter__form input, .header__icon-text, .body-small {
  font-family: 'ABCGintoNord-Regular', sans-serif !important;
}

h1, h2, h4, {
  font-family: 'NewSpirit-Regular', serif !important;
}

nav a, .footer-menu-block__heading, h3, .rich-text__subheading, .image-parallax-with-text__subheading, .h6, .image-carousel__subtitle, .ticker-banner__ticker-text, .h5, h5, h6 {
  font-family: 'ViksjoeWeb-Regular', serif !important;
}

