/** Shopify CDN: Minification failed

Line 4854:0 Unexpected "}"
Line 4873:0 Unexpected "}"

**/
:root {
  --color-error: 195, 9, 9;
  --color-success: 34, 146, 92;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --menu-shadow-alpha: 0.08;
  --announcement-height: 0px;
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-placeholder-input: 0.5;
  --header-z-index: 1000;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --container-width: 192rem;
  --main-padding: 2rem;
}
@media screen and (min-width: 1150px) {
  :root {
    --main-padding: 8rem;
  }
}
.announcement-hide {
  --announcement-height: 0px;
}
[data-scheme="dark"] .placeholder-svg {
  filter: brightness(0.5) grayscale(1);
}
[data-scheme="dark"]
  #shopify-product-reviews
  .spr-form-review-body
  > .spr-form-input
  textarea,
[data-scheme="dark"]
  #shopify-product-reviews
  .spr-form-input.spr-form-input-text,
[data-scheme="dark"]
  #shopify-product-reviews
  .spr-form-input.spr-form-input-email {
  background: #1f1f1f;
}
[data-scheme="dark"] #shopify-product-reviews .spr-icon:before {
  color: rgb(var(--color-foreground));
}
@media (prefers-color-scheme: dark) {
  [data-scheme="auto"] .placeholder-svg {
    filter: brightness(0.5) grayscale(1);
  }
  [data-scheme="auto"]
    #shopify-product-reviews
    .spr-form-review-body
    > .spr-form-input
    textarea,
  [data-scheme="auto"]
    #shopify-product-reviews
    .spr-form-input.spr-form-input-text,
  [data-scheme="auto"]
    #shopify-product-reviews
    .spr-form-input.spr-form-input-email {
    background: #1f1f1f;
  }
  [data-scheme="auto"] #shopify-product-reviews .spr-icon:before {
    color: rgb(var(--color-foreground));
  }
}
.container-small,
.shopify-policy__container,
.container,
.container-fluid {
  width: 100%;
  padding-right: var(--main-padding);
  padding-left: var(--main-padding);
  margin-right: auto;
  margin-left: auto;
  max-width: var(--container-width);
}
.shopify-policy__container {
  max-width: calc(64rem + var(--main-padding) + var(--main-padding));
  padding-bottom: 6rem;
}
@media screen and (min-width: 990px) {
  .shopify-policy__container {
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1150px) {
  .shopify-policy__container {
    padding-bottom: 10rem;
  }
}
.shopify-policy__container .rte {
  margin: 0;
}
.shopify-policy__container .subtitle {
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid rgb(var(--color-border));
  color: rgba(var(--color-emphasis));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  line-height: 1.4;
}
.container-small {
  --small-padding: var(--main-padding);
  padding-right: var(--small-padding);
  padding-left: var(--small-padding);
}
@media screen and (min-width: 1150px) {
  .container-small {
    --small-padding: calc(var(--main-padding) / 2);
  }
}
@media screen and (min-width: 1560px) {
  .container-small {
    --small-padding: var(--main-padding);
  }
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
html.js .js-hidden {
  display: none !important;
}
html.no-js .no-js-block {
  display: block !important;
}
html.no-js .no-js-hidden {
  display: none !important;
}
.page-width {
  max-width: 139.6rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
input[type="radio"]:focus-visible + label,
input[type="checkbox"]:focus-visible + label,
*:focus-visible:not(.field__simple) {
  outline: 0.2rem solid rgb(var(--color-foreground));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgb(var(--color-foreground));
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.spaced-section {
  position: relative;
  background-color: rgb(var(--color-background));
}
.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 17.6rem);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background-color: rgba(var(--color-foreground), 0.2);
}
@media screen and (min-width: 990px) {
  .section-border-top {
    padding-top: 10rem;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}
body,
.color-inverse {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.visibility-hidden {
  visibility: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.overflow-hidden-tablet,
.overflow-hidden-mobile,
.overflow-hidden {
  overflow: hidden;
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: rgba(0, 0, 0, 0);
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 10;
}
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
[data-scheme="dark"] .icon-account-order-none circle + path {
  stroke: rgb(var(--color-background));
}
@media (prefers-color-scheme: light) {
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo--overlay,
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo--overlay {
    display: block;
  }
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo:not(.header__heading-logo--overlay),
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo:not(.header__heading-logo--overlay) {
    display: none;
  }
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading
    .header__heading-logo:only-child,
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__heading-link
    .header__heading-logo:only-child {
    display: block !important;
  }
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__offcanvas
    .header__heading-logo--overlay {
    display: none;
  }
  .header-main-section:not(.shopify-section-header-sticky.animate)
    .header-wrapper--overlay
    .header__offcanvas
    .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
  }
  .header__heading-logo:first-child:nth-last-child(2) {
    display: block;
  }
  .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .header__heading-logo:first-child:nth-last-child(2) {
    display: none;
  }
  .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
    display: block;
  }
  .header__heading-logo:first-child:nth-last-child(1) {
    display: none;
  }
  .header__heading-logo:only-child {
    display: block !important;
  }
}
[data-scheme="light"] .header__heading-logo:first-child:nth-last-child(2) {
  display: block;
}
[data-scheme="light"]
  .header__heading-logo:first-child:nth-last-child(2)
  ~ .header__heading-logo {
  display: none;
}
[data-scheme="light"]
  .header-overlay.color-inverse:not(.color-background-1)
  .header__heading-logo:first-child:nth-last-child(2) {
  display: none;
}
[data-scheme="light"]
  .header-overlay.color-inverse:not(.color-background-1)
  .header__heading-logo:first-child:nth-last-child(2)
  ~ .header__heading-logo {
  display: block;
}
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo--overlay,
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo--overlay {
  display: block;
}
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading
  .header__heading-logo:only-child,
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__heading-link
  .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo--overlay {
  display: none;
}
[data-scheme="light"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
}
[data-scheme="dark"] .header__heading-logo:first-child:nth-last-child(2) {
  display: none;
}
[data-scheme="dark"]
  .header__heading-logo:first-child:nth-last-child(2)
  ~ .header__heading-logo {
  display: block;
}
[data-scheme="dark"] .header__heading-logo:first-child:nth-last-child(1) {
  display: none;
}
[data-scheme="dark"] .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme="dark"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo--overlay {
  display: block;
}
[data-scheme="dark"]
  .header-main-section:not(.shopify-section-header-sticky.animate)
  .header-wrapper--overlay
  .header__offcanvas
  .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}
button,
input,
textarea {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.background {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
p {
  color: rgb(var(--color-foreground));
}
.shopify-challenge__container {
  padding: 2rem 0;
}
.shopify-challenge__container .shopify-challenge__message {
  font-size: 4.2rem;
  font-weight: 600;
}
.shopify-challenge__container #g-recaptcha {
  margin-bottom: 1.6rem;
}
.shopify-challenge__container .g-recaptcha-nojs__input-wrapper {
  color: rgb(var(--color-foreground-secondary));
}
.shopify-policy__title {
  text-align: left;
}
@media (max-width: 990px) {
  .icon-large {
    width: 66px;
    height: 66px;
  }
  .icon-medium {
    width: 44px;
    height: 44px;
  }
}
[data-hover-opacity]:not(.brands__item) > * {
  transition: all var(--duration-default) ease;
}
[data-hover-opacity].opacity > * {
  color: rgb(var(--color-foreground)) !important;
}
[data-hover-opacity].opacity svg,
[data-hover-opacity].opacity img {
  opacity: 0.6;
}
[data-hover-opacity].opacity .menu-drawer__menu-item {
  color: rgb(var(--color-foreground));
}
[data-hover-opacity].opacity .menu-drawer__menu-item-child {
  color: rgb(var(--color-foreground));
}
.section_border_top {
  border-top: 1px solid rgba(var(--color-border));
}
.section_border_bottom {
  border-bottom: 1px solid rgba(var(--color-border));
}
[data-animation-text="true"] {
  opacity: 0;
  position: relative;
}
[data-animation-text="true"] .char {
  opacity: 0;
}
.copy-wrapper {
  position: relative;
}
.copy-wrapper .tooltip {
  visibility: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: calc(-100% + 0.8rem);
  transform: translateY(-50%);
  font-size: 12px;
  border-radius: var(--badge-border-radius);
  padding: 2px 7px;
  color: rgb(var(--color-badge-text));
  background-color: rgb(var(--color-badge-background));
}
.copy-wrapper .tooltip.show {
  visibility: visible;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  text-transform: var(--font-heading-text-transform);
  word-wrap: break-word;
  max-width: 100%;
  margin: 0 0 0.8rem;
}
.h0 {
  font-size: calc(var(--font-heading-h0-scale) * 5.8rem);
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 7.2rem);
  }
}
@media only screen and (min-width: 1150px) {
  .h0 {
    font-size: calc(var(--font-heading-h0-scale) * 8.4rem);
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 4.6rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.8rem);
  }
}
@media only screen and (min-width: 1150px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale) * 5rem);
  }
}
h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 3.2rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.4rem);
  }
}
@media only screen and (min-width: 1150px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.6rem);
  }
}
h3,
.h3 {
  font-size: calc(var(--font-heading-h3-scale) * 2.2rem);
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.3rem);
  }
}
@media only screen and (min-width: 1150px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale) * 2.4rem);
  }
}
h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 1.6rem);
}
@media only screen and (min-width: 750px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 1.7rem);
  }
}
@media only screen and (min-width: 1150px) {
  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale) * 1.8rem);
  }
}
h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.4rem);
}
@media only screen and (min-width: 1150px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-h5-scale) * 1.5rem);
  }
}
h6,
.h6 {
  font-size: calc(var(--font-heading-h6-scale) * 1.2rem);
}
@media only screen and (min-width: 1150px) {
  h6,
  .h6 {
    font-size: calc(var(--font-heading-h6-scale) * 1.4rem);
  }
}
.h7 {
  font-size: calc(var(--font-body-scale) * 0.875rem);
}
.h8 {
  font-size: calc(var(--font-body-scale) * 0.75rem);
}
a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
  text-underline-offset: 0.3rem;
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
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;
  margin-block: 5rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  border: none;
}
@media screen and (min-width: 750px) {
  hr {
    margin-block: 16rem;
  }
}
.caption {
  font-size: 1rem;
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.caption-large,
.form__label {
  font-weight: 700;
  color: rgba(var(--color-foreground));
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.5rem;
  transition: var(--duration-default);
}
.link--text {
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}
.link--text:hover {
  opacity: 0.7;
}
.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}
.circle-divider:last-of-type::after {
  display: none;
}
.line-divider {
  align-items: center;
  justify-content: center;
}
.line-divider::after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 1px;
  margin: 0 8px 0 8px;
  background: rgba(var(--color-foreground), 0.6);
}
.line-divider:last-of-type::after {
  display: none;
}
.full-unstyled-link,
.unstyled-link {
  text-decoration: none;
  color: currentColor;
}
.full-unstyled-link {
  display: block;
}
.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.link-hover-line {
  position: relative;
}
.link-hover-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.link-hover-line:hover::after {
  width: 100%;
}
.link-hover-line-outer > span {
  position: relative;
}
.link-hover-line-outer > span::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.link-hover-line-outer:hover > span::after {
  width: 100%;
}
.link-hover-arrow svg {
  opacity: 0;
  transition: opacity var(--duration-default);
}
.link-hover-arrow:hover svg {
  opacity: 1;
}
.richtext__content p {
  margin: 0 0 1.6rem;
}
.richtext__content p:last-child {
  margin: 0;
}
.small-font {
  font-size: calc(var(--font-body-scale-s) * 0.9rem);
}
@media only screen and (min-width: 1150px) {
  .small-font {
    font-size: calc(var(--font-body-scale-s) * 1rem);
  }
}
.medium-font {
  font-size: calc(var(--font-body-scale-m) * 0.9rem);
}
@media only screen and (min-width: 1150px) {
  .medium-font {
    font-size: calc(var(--font-body-scale-m) * 1rem);
  }
}
.large-font {
  font-size: calc(var(--font-body-scale-l) * 0.9rem);
}
@media only screen and (min-width: 1150px) {
  .large-font {
    font-size: calc(var(--font-body-scale-l) * 1rem);
  }
}
.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 0.5s;
}
.animeslide-heading {
  transition-delay: 1s;
}
[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}
.title {
  margin: 3rem 0 2rem;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title--primary {
  margin: 4rem 0;
}
.title--section > * {
  margin: 0;
}
.title--section-mt-none {
  margin: 0 0 3rem 0;
}
.title--section-m-none {
  margin: 0;
}
@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin: 2.4rem 0 4rem;
  }
}
.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
}
.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}
.small-text,
.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
  line-height: 1.4;
}
.badge {
  display: inline-block;
  font-family: var(--font-badge-family);
  font-weight: var(--font-badge-weight);
  font-style: var(--font-badge-style);
  text-transform: var(--font-badge-text-transform);
  font-size: calc(var(--font-badge-scale) * 1rem);
  letter-spacing: calc(var(--font-badge-letter-spacing) * 0.1);
  line-height: var(--font-body-line-height);
  word-break: break-word;
  border-radius: var(--badge-border-radius);
  padding: 2px 7px;
  color: rgb(var(--color-badge-text));
  background-color: rgb(var(--color-badge-background));
}
.badge.badge--soldout {
  color: rgb(var(--color-badge-soldout-text));
  background-color: rgb(var(--color-badge-soldout-background));
}
.badge.badge--sale {
  color: rgb(var(--color-badge-sale-text));
  background-color: rgb(var(--color-badge-sale-background));
}
.badge.badge--custom {
  color: rgb(var(--color-badge-custom-text));
  background-color: rgb(var(--color-badge-custom-background));
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2.6666666667rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 2rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
.slider-btn {
  flex: none;
  padding: 0;
  width: 6.2rem;
  height: 3rem;
  color: rgba(var(--color-foreground-title), 1);
  background: none;
  border: none;
  border-radius: none;
  transition: var(--duration-default);
  transform: scale(1);
  cursor: pointer;
}
@media screen and (min-width: 1330px) {
  .slider-btn--next:hover {
    transform: translateX(0.5rem);
  }
  .slider-btn--prev:hover {
    transform: translateX(-0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .slider-btn {
    width: 3rem;
  }
}
.media {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
}
.media > *:not(.zoom, .deferred-media__poster-button, .card__link),
.media model-viewer,
.card-wrapper__link--overlay:empty {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-long), transform var(--duration-long);
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 114.2%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
.shopify-challenge__button,
.button,
.customer .button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: all var(--duration-default) ease;
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  gap: 0.4rem;
  --btn-bg: var(--color-button);
  --btn-color: var(--color-button-text);
  min-width: max-content;
}
.shopify-challenge__button--primary,
.shopify-challenge__button--secondary,
.button--primary,
.button--secondary,
.customer .button--primary,
.customer .button--secondary {
  background-color: rgba(var(--btn-bg), var(--alpha-button-background));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.8rem;
  padding: 1rem 2.4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all var(--duration-default) ease;
  color: rgb(var(--btn-color));
}
.shopify-challenge__button--primary:focus,
.shopify-challenge__button--secondary:focus,
.button--primary:focus,
.button--secondary:focus,
.customer .button--primary:focus,
.customer .button--secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)),
    0 0 0 0.3rem rgba(var(--color-foreground), 0.5),
    0 0 0.3rem 0.3rem rgba(var(--color-foreground), 0.2);
  outline-offset: -0.2rem;
}
.shopify-challenge__button--primary:not([disabled]):not(
    [aria-disabled="true"]
  ):hover,
.button--primary:not([disabled]):not([aria-disabled="true"]):hover,
.customer .button--primary:not([disabled]):not([aria-disabled="true"]):hover {
  --btn-bg: var(--color-button-hover);
  --btn-color: var(--color-button-text-hover);
}
.shopify-challenge__button--secondary,
.button--secondary,
.customer .button--secondary {
  --btn-bg: var(--color-button-secondary);
  --btn-color: var(--color-button-secondary-text);
}
.shopify-challenge__button--secondary:not([disabled]):not(
    [aria-disabled="true"]
  ):hover,
.button--secondary:not([disabled]):not([aria-disabled="true"]):hover,
.customer .button--secondary:not([disabled]):not([aria-disabled="true"]):hover {
  --btn-bg: var(--color-button-secondary-hover);
  --btn-color: var(--color-button-secondary-text-hover);
}
.shopify-challenge__button--tertiary,
.shopify-challenge__button--simple,
.button--tertiary,
.button--simple,
.customer .button--tertiary,
.customer .button--simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  --btn-bg: transparent;
  --btn-color: var(--color-button-tertiary-text);
  color: rgb(var(--btn-color));
  --alpha-button-background: 0;
  overflow: visible;
  flex: none;
  word-break: break-word;
  position: relative;
  padding: 0;
  min-height: 2.4rem;
}
.shopify-challenge__button--tertiary::after,
.shopify-challenge__button--tertiary::before,
.shopify-challenge__button--simple::after,
.shopify-challenge__button--simple::before,
.button--tertiary::after,
.button--tertiary::before,
.button--simple::after,
.button--simple::before,
.customer .button--tertiary::after,
.customer .button--tertiary::before,
.customer .button--simple::after,
.customer .button--simple::before {
  content: "";
  background-color: currentColor;
  height: 0.1rem;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  right: 0;
}
.shopify-challenge__button--tertiary::before,
.shopify-challenge__button--simple::before,
.button--tertiary::before,
.button--simple::before,
.customer .button--tertiary::before,
.customer .button--simple::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}
.shopify-challenge__button--tertiary::after,
.shopify-challenge__button--simple::after,
.button--tertiary::after,
.button--simple::after,
.customer .button--tertiary::after,
.customer .button--simple::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.shopify-challenge__button--tertiary:not([disabled]):not(
    [aria-disabled="true"]
  ):hover,
.shopify-challenge__button--simple:not([disabled]):not(
    [aria-disabled="true"]
  ):hover,
.button--tertiary:not([disabled]):not([aria-disabled="true"]):hover,
.button--simple:not([disabled]):not([aria-disabled="true"]):hover,
.customer .button--tertiary:not([disabled]):not([aria-disabled="true"]):hover,
.customer .button--simple:not([disabled]):not([aria-disabled="true"]):hover {
  --btn-color: var(--color-button-tertiary-text-hover);
}
.shopify-challenge__button--tertiary:not([disabled]):not(
    [aria-disabled="true"]
  ):hover::before,
.shopify-challenge__button--simple:not([disabled]):not(
    [aria-disabled="true"]
  ):hover::before,
.button--tertiary:not([disabled]):not([aria-disabled="true"]):hover::before,
.button--simple:not([disabled]):not([aria-disabled="true"]):hover::before,
.customer
  .button--tertiary:not([disabled]):not([aria-disabled="true"]):hover::before,
.customer
  .button--simple:not([disabled]):not([aria-disabled="true"]):hover::before {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.shopify-challenge__button--tertiary:not([disabled]):not(
    [aria-disabled="true"]
  ):hover::after,
.shopify-challenge__button--simple:not([disabled]):not(
    [aria-disabled="true"]
  ):hover::after,
.button--tertiary:not([disabled]):not([aria-disabled="true"]):hover::after,
.button--simple:not([disabled]):not([aria-disabled="true"]):hover::after,
.customer
  .button--tertiary:not([disabled]):not([aria-disabled="true"]):hover::after,
.customer
  .button--simple:not([disabled]):not([aria-disabled="true"]):hover::after {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.2s;
}
.shopify-challenge__button--full-width,
.button--full-width,
.customer .button--full-width {
  width: 100%;
}
.shopify-challenge__button .spinner,
.button .spinner,
.customer .button .spinner {
  display: none;
}
.shopify-challenge__button.loading span,
.button.loading span,
.customer .button.loading span {
  opacity: 0;
}
.shopify-challenge__button.loading .spinner,
.button.loading .spinner,
.customer .button.loading .spinner {
  position: absolute;
  display: inline-block;
}
.shopify-challenge__button.loading .spinner .path,
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
  stroke: currentColor;
}
.animation-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-wrapper .animation {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 0.3rem 0.6rem;
  flex-wrap: wrap;
}
.animation-wrapper .animation.is-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.animation-wrapper .animation > span {
  overflow: hidden;
}
.animation-wrapper .animation .word,
.animation-wrapper .animation .char {
  display: inline-block;
}
.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}
.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}
.share-button .share-button__button:hover {
  box-shadow: none;
}
.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}
.share-button__button .icon-share {
  margin-right: 1rem;
}
.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.share-button__fallback .button {
  margin-top: 1rem;
}
.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}
.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}
.share-buttons {
  display: inline-flex;
  position: relative;
  margin-top: 0;
}
.share-buttons__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.share-buttons__label:hover span::after {
  bottom: 0;
}
.share-buttons__label-name {
  font-size: 1.5rem;
}
.share-buttons__label .icon-share {
  width: 1.6rem;
}
@media (min-width: 576px) {
  .share-buttons__label .icon-share {
    width: 2.4rem;
  }
}
.quick-add-modal .share-buttons__label .icon-share {
  width: 2rem;
}
.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}
.share-buttons__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
.share-buttons__item {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-buttons__item a {
  color: rgba(var(--color-foreground));
  transition: all var(--duration-default) ease;
  width: 1.8rem;
  height: 1.8rem;
}
.share-buttons__item a:hover {
  color: rgba(var(--color-foreground), 0.5);
}
.share-buttons__item a:hover > span::after {
  bottom: 0;
}
.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}
.share-button__name {
  font-size: 1.2rem;
  font-weight: 500;
  transition: var(--duration-default);
}
.share-button__icon {
  display: flex;
  align-items: center;
  color: rgb(var(--color-foreground));
  padding: 0.8rem;
  background-color: rgb(var(--color-scondary-element-background));
  border-radius: 100%;
  transition: var(--duration-default);
}
.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-scondary-element-background), 0.5);
}
.share-buttons-simple {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.share-buttons-simple .icon {
  width: 1.8rem;
  height: 1.8rem;
  color: rgb(var(--color-foreground));
}
.share-buttons-simple .icon-copy {
  transform: rotate(-45deg);
}
.share-buttons-simple__button {
  display: block;
  padding: 1.3rem;
  transition: var(--duration-default);
}
.share-buttons-simple__button:hover {
  color: rgba(var(--color-foreground), 0.2);
}
.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgb(var(--color-foreground-secondary));
  background-color: rgba(0, 0, 0, 0);
  border: none;
  transform: translate(-16px, 16px);
  cursor: pointer;
}
.modal-close-button .icon-close {
  transition: var(--duration-default) ease;
}
.modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}
.header__offcanvas-toggle-link .icon-close {
  color: rgb(var(--color-foreground));
}
.swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: var(--duration-default);
}
@media (min-width: 990px) {
  .swiper-btn {
    display: flex;
  }
}
.swiper-btn.swiper-button-disabled {
  cursor: default;
}
.swiper-btn.swiper-button-disabled:hover svg {
  transform: none;
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-btn:not(.swiper-button-disabled):hover {
  opacity: 0.75;
}
.swiper-btn svg {
  transition: var(--duration-default);
}
.swiper-btn--prev {
  left: 2.4rem;
}
.swiper-btn--prev svg {
  transform-origin: right;
}
.swiper-btn--next {
  right: 2.4rem;
}
.swiper-btn--next svg {
  transform-origin: left;
}
.swiper-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.4rem;
  padding: 1rem;
  width: 14rem;
  height: 6.4rem;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  color: rgb(var(--color-button-text));
  text-decoration: none;
  background-color: rgba(var(--color-button));
  border-radius: var(--border-radius-button);
  border: 0;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}
.swiper-buttons .swiper-button-next .icon,
.swiper-buttons .swiper-button-prev .icon {
  transition: transform var(--duration-default);
}
.swiper-buttons .swiper-button-next:hover .icon,
.swiper-buttons .swiper-button-prev:hover .icon {
  transform: scale(1.3);
}
.swiper-buttons .swiper-button-next .icon {
  transform-origin: left;
}
.swiper-buttons .swiper-button-prev .icon {
  transform-origin: right;
}
.swiper-button-next-1,
.swiper-button-prev-1,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  --swiper-navigation-color: rgb(var(--color-accent));
  --swiper-pagination-color: rgb(var(--color-accent));
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.swiper-button-next-1.swiper-button-disabled,
.swiper-button-prev-1.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-pagination.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: unset;
  cursor: default;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination.swiper-pagination-default {
  padding-top: 2rem;
  display: flex;
  background: rgba(0, 0, 0, 0);
  z-index: 11;
  gap: 1.2rem;
}
@media screen and (min-width: 1150px) {
  .swiper-pagination.swiper-pagination-default {
    display: none;
  }
}
.swiper-pagination.swiper-pagination-default .swiper-pagination-bullet {
  transition: all var(--duration-default) ease;
  position: relative;
  margin: 0;
}
.swiper-pagination.swiper-pagination-default .swiper-pagination-bullet em {
  width: 4rem;
  height: 2rem;
}
.swiper-pagination.swiper-pagination-default .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination.swiper-pagination-lock + .popular-products-buttons {
  display: none !important;
}
.swiper-pagination-bullet-active em {
  position: relative;
}
.swiper-pagination-bullet-active em:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: border-color var(--duration-default);
  border: 1px solid rgb(var(--color-accent));
}
.swiper-button-next-1,
.swiper-button-next,
.swiper-button-prev-1,
.swiper-button-prev {
  flex: none;
  top: 0;
  transition: opacity var(--duration-default) ease;
}
.swiper-button-next-1 span,
.swiper-button-next span,
.swiper-button-prev-1 span,
.swiper-button-prev span {
  display: flex;
}
.swiper-button-next-1:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover,
.swiper-button-prev-1:not(.swiper-button-disabled):hover,
.swiper-button-prev:not(.swiper-button-disabled):hover {
  opacity: 0.75;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button {
  display: none;
}
@media screen and (min-width: 1150px) {
  .swiper-button {
    display: flex;
    width: auto;
  }
}
.slider-pagiantion-bullet .swiper-pagination {
  background: none;
}
.slider-pagiantion-bullet .swiper-bullets {
  margin-top: 2.4rem;
}
.slider-pagiantion-bullet .swiper-bullets .swiper-pagination-bullet {
  background-color: rgb(var(--color-button-secondary));
  opacity: 0.5;
}
.slider-pagiantion-bullet .swiper-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-bullet {
  border-radius: 10rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 4rem;
  height: 2px;
  margin: 0 !important;
}
.swiper-pagination-bullet em {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: rgb(var(--color-accent));
  display: block;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.button-wrapper .button svg {
  width: 2rem;
  height: 2rem;
}
.infinite-scroll__loading {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  color: rgba(
    var(--color-button-tertiary-text),
    var(--alpha-button-background)
  );
}
.infinite-scroll__loading .spinner {
  display: none;
  width: 2rem;
  height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
  display: block;
}
.scroll-top__block {
  cursor: pointer;
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  background-color: rgba(var(--color-button), 1);
  color: rgb(var(--color-button-text));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 9999999;
  overflow: hidden;
  transition: opacity var(--duration-default) ease;
  pointer-events: none;
}
.scroll-top__block.show {
  opacity: 1;
  pointer-events: all;
}
.scroll-top__block.show:hover {
  opacity: 0.5;
}
.scroll-top__block .scroll-top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
}
.scroll-top__block .scroll-top svg {
  width: 2.4rem;
  height: 2.4rem;
}
.no-js .swiper-button {
  display: none !important;
}
.shopify-challenge__button {
  padding: 1.5rem 2.5rem;
  background: rgb(var(--btn-bg));
  color: rgb(var(--btn-color));
}
.field {
  position: relative;
  width: 100%;
  display: flex;
}
.field label {
  position: relative;
  transition: var(--duration-short);
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="search"],
.field input[type="password"],
.field select,
.field textarea,
.field .field__input {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background-input));
  color: rgb(var(--color-foreground-title));
  font-size: 1.2rem;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  min-height: 3.8rem;
  box-sizing: border-box;
  transition: border, background var(--duration-default);
}
.field input[type="text"]:-internal-autofill-selected + label,
.field input[type="email"]:-internal-autofill-selected + label,
.field input[type="tel"]:-internal-autofill-selected + label,
.field input[type="search"]:-internal-autofill-selected + label,
.field input[type="password"]:-internal-autofill-selected + label,
.field select:-internal-autofill-selected + label,
.field textarea:-internal-autofill-selected + label,
.field .field__input:-internal-autofill-selected + label {
  display: none;
}
.field input[type="text"]:active,
.field input[type="text"]:hover,
.field input[type="email"]:active,
.field input[type="email"]:hover,
.field input[type="tel"]:active,
.field input[type="tel"]:hover,
.field input[type="search"]:active,
.field input[type="search"]:hover,
.field input[type="password"]:active,
.field input[type="password"]:hover,
.field select:active,
.field select:hover,
.field textarea:active,
.field textarea:hover,
.field .field__input:active,
.field .field__input:hover {
  border-color: rgb(var(--color-border-input-hover));
  background-color: rgb(var(--color-background-input-hover));
}
.field input[type="text"]:focus,
.field input[type="email"]:focus,
.field input[type="tel"]:focus,
.field input[type="search"]:focus,
.field input[type="password"]:focus,
.field select:focus,
.field textarea:focus,
.field .field__input:focus {
  border-color: rgb(var(--color-border-input));
}
.field input[type="text"]:focus-visible,
.field input[type="text"]:focus,
.field input[type="email"]:focus-visible,
.field input[type="email"]:focus,
.field input[type="tel"]:focus-visible,
.field input[type="tel"]:focus,
.field input[type="search"]:focus-visible,
.field input[type="search"]:focus,
.field input[type="password"]:focus-visible,
.field input[type="password"]:focus,
.field select:focus-visible,
.field select:focus,
.field textarea:focus-visible,
.field textarea:focus,
.field .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
.field input[type="search"] {
  border-color: rgb(var(--color-border-input));
}
.field input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.field input[type="search"]::placeholder {
  color: rgb(var(--color-foreground));
  font-weight: 500;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="password"],
.field .field__input {
  flex-grow: 1;
  padding: 1rem 1.6rem;
  text-align: left;
  border-radius: var(--border-radius);
  background: rgb(var(--color-background-input));
}
.field input[type="text"]::-webkit-search-cancel-button,
.field input[type="email"]::-webkit-search-cancel-button,
.field input[type="tel"]::-webkit-search-cancel-button,
.field input[type="password"]::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type="text"][required] + label:after,
.field input[type="email"][required] + label:after,
.field input[type="tel"][required] + label:after,
.field input[type="password"][required] + label:after,
.field .field__input[required] + label:after {
  content: "*";
  display: none;
  position: relative;
  top: -0.3rem;
  color: #eb5757;
  padding-left: 0.3rem;
}
.field input[type="text"] + label,
.field input[type="email"] + label,
.field input[type="tel"] + label,
.field input[type="password"] + label,
.field .field__input + label {
  display: none;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  pointer-events: none;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
  transition: opacity var(--duration-default) ease;
}
.field input[type="text"]:placeholder-shown + label,
.field input[type="email"]:placeholder-shown + label,
.field input[type="tel"]:placeholder-shown + label,
.field input[type="password"]:placeholder-shown + label,
.field .field__input:placeholder-shown + label {
  display: inline-block;
}
.field input[type="text"]:focus + label,
.field input[type="email"]:focus + label,
.field input[type="tel"]:focus + label,
.field input[type="password"]:focus + label,
.field .field__input:focus + label {
  display: none;
}
.field input[type="text"]:hover + label,
.field input[type="email"]:hover + label,
.field input[type="tel"]:hover + label,
.field input[type="password"]:hover + label,
.field .field__input:hover + label {
  opacity: 0.7;
}
.field textarea.field__input {
  padding: 1.5rem 1.8rem;
  border-radius: var(--border-radius);
  min-height: 9.5rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  color: rgba(var(--color-foreground), 0.5);
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
}
.field .select .placeholder-select span {
  color: var(--color-badge-icon);
}
.field select {
  cursor: pointer;
  padding: 0 4rem 0 1.8rem;
}
.field select + svg {
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.field select option {
  background-color: rgb(var(--color-background-input));
}
.field input[type="checkbox"] {
  display: none;
}
.field input[type="checkbox"]:checked + label b {
  background: rgba(var(--color-foreground))
    url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.66649 6.61451L10.7945 0.48584L11.7378 1.42851L4.66649 8.49984L0.423828 4.25717L1.36649 3.31451L4.66649 6.61451Z' fill='white'/%3e%3c/svg%3e ")
    no-repeat center center;
  border-color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-button));
}
.field input[type="checkbox"]:checked + label b svg {
  opacity: 1;
}
.field input[type="checkbox"]:focus + label b {
  outline: 0.1rem solid rgba(var(--color-border-input)) !important;
  outline-offset: 0;
}
.field input[type="checkbox"] + label {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}
.field input[type="checkbox"] + label:hover b {
  border-color: #bfbfbf;
}
.field input[type="checkbox"] + label b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 1.1rem 0 0;
  border: 0.1rem solid rgba(var(--color-border-input));
  background-color: rgb(var(--color-background-input));
  appearance: none;
  transition: var(--duration-default);
}
.field input[type="checkbox"] + label b svg {
  opacity: 0;
  color: rgb(var(--color-button-text));
}
.field--dark input[type="text"],
.field--dark input[type="email"],
.field--dark input[type="tel"],
.field--dark input[type="password"],
.field--dark input[type="search"] {
  border-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.field--dark input[type="text"]:hover,
.field--dark input[type="text"]:focus,
.field--dark input[type="email"]:hover,
.field--dark input[type="email"]:focus,
.field--dark input[type="tel"]:hover,
.field--dark input[type="tel"]:focus,
.field--dark input[type="password"]:hover,
.field--dark input[type="password"]:focus,
.field--dark input[type="search"]:hover,
.field--dark input[type="search"]:focus {
  border-color: #fff;
}
.field--dark input[type="text"] + label,
.field--dark input[type="email"] + label,
.field--dark input[type="tel"] + label,
.field--dark input[type="password"] + label,
.field--dark input[type="search"] + label {
  color: hsla(0, 0%, 100%, 0.5);
}
textarea.text-area {
  padding: 1.2rem 1.6rem;
  min-height: 12rem;
  resize: none;
}
.text-area--resize-vertical {
  resize: vertical;
}
.field .text-area + label {
  top: 2.5rem;
}
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.4rem;
}
.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.form-status {
  margin: 0;
  font-size: 1.4rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
.quantity {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  background-color: rgb(var(--color-background-input));
  border: 0.1rem solid rgb(var(--color-border-input));
  border-radius: var(--border-radius);
  width: 100%;
  box-sizing: border-box;
  transition: border var(--duration-default);
  position: relative;
  display: flex;
  align-items: center;
  width: 9.4rem;
}
.quantity__input {
  font-size: 1.2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0.5rem;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  color: rgb(var(--color-foreground-title));
}
.quantity__button {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-accent));
  transition: border-color var(--duration-default);
}
.quantity__button svg {
  transition: opacity var(--duration-default);
}
.quantity__button:hover svg {
  opacity: 0.5;
}
.quantity__button.disabled {
  pointer-events: none;
}
.quantity__button {
  padding: 0.4rem;
}
.quantity__button svg {
  pointer-events: none;
}
.quantity__button svg path {
  transition: var(--duration-default);
}
.quantity__button:hover svg path {
  color: rgba(var(--color-foreground));
}
.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):not(.button--secondary):not(
    .localization-selector.link
  ) {
  outline: 0;
  box-shadow: none;
}
.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.focus-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;
}
.no-js .modal-close-button.link {
  display: none;
}
.modal-close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  background-color: rgba(0, 0, 0, 0);
}
.modal-close-button .icon {
  width: 2.8rem;
  height: 2.8rem;
}
.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.have-overlay {
  position: relative;
  z-index: 1;
  --overlay-alpha: 0%;
}
.have-overlay::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(var(--color-overlay), var(--overlay-alpha));
  border-radius: inherit;
}
#shopify-section-announcement-bar {
  z-index: 4;
}
.section-announcement {
  transition: transform var(--duration-default);
}
.announcement-bar_soclal_media {
  display: none;
  position: absolute;
  gap: 0.5rem;
  right: 0;
  bottom: 10px;
}
@media screen and (min-width: 576px) {
  .announcement-bar_soclal_media {
    display: flex;
  }
}
.announcement-bar_soclal_media .button {
  display: none;
}
@media screen and (min-width: 990px) {
  .announcement-bar_soclal_media .button {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .announcement-bar_soclal_media {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
  }
}
@media screen and (min-width: 990px) {
  .announcement-bar_soclal_media {
    position: unset;
    bottom: 0;
  }
}
.announcement-bar_soclal_media svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 990px) {
  .announcement-bar_soclal_media svg {
    display: none;
  }
}
.announcement-bar {
  position: relative;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-secondary));
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: var(--announcement-height-fixed);
}
.announcement-bar .icon-close {
  cursor: pointer;
  z-index: 3;
  min-width: 16px;
  height: 16px;
  transition: opacity var(--duration-default) ease;
}
@media (min-width: 750px) {
  .announcement-bar .icon-close {
    min-width: 20px;
    height: 20px;
  }
}
.announcement-bar .icon-close:hover {
  opacity: 0.7;
}
.announcement-bar__container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.5rem;
}
@media (min-width: 750px) {
  .announcement-bar__container {
    padding: 0 1.6rem;
  }
}
.announcement-wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  position: relative;
  min-height: var(--announcement-height-fixed);
}
@media (min-width: 750px) {
  .announcement-wrapper {
    gap: 1rem;
  }
}
.announcement-bar__box {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}
.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  height: 100% !important;
}
.announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0;
}
.announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.announcement-bar__text {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
@media (min-width: 750px) {
  .announcement-bar__text {
    flex-direction: row;
  }
}
.announcement-bar__text p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .announcement-bar__text p {
    display: inline;
  }
}
.announcement-bar__text a {
  font-size: inherit;
  padding: 0;
  line-height: 1;
  align-items: flex-start;
  margin-left: 0.8rem;
}
.announcement-btn-prev.swiper-button,
.announcement-btn-next.swiper-button {
  background: none;
  backdrop-filter: none;
  width: 2.4rem;
  height: 2.4rem;
  color: rgb(var(--color-foreground));
}
.announcement-btn-prev.swiper-button {
  left: 5%;
}
@media (min-width: 750px) {
  .announcement-btn-prev.swiper-button {
    left: 15%;
  }
}
.announcement-btn-next.swiper-button {
  right: 5%;
}
@media (min-width: 750px) {
  .announcement-btn-next.swiper-button {
    right: 15%;
  }
}
body.body--hidden {
  overflow-y: hidden;
}
.shopify-section-header {
  z-index: var(--header-z-index);
  will-change: transform;
}
.shopify-section-header.header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background var(--duration-default);
  top: 0;
}
.shopify-section-header.header-overlay.announcement-bar-show {
  top: var(--announcement-height);
}
.shopify-section-header.header-overlay.countdown-timer-bar-show {
  top: var(--countdown-height);
}
.shopify-section-header.header-overlay.bars-show {
  top: calc(var(--announcement-height) + var(--countdown-height));
}
.shopify-section-header.header-overlay.color-background-1 {
  background-color: rgb(var(--color-background));
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-sticky .header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  transition: background var(--duration-default);
}
.shopify-section-header-sticky.always-fixed .header-wrapper--overlay {
  background-color: rgba(0, 0, 0, 0);
}
.shopify-section-header-sticky.header-overlay {
  position: sticky;
}
.shopify-section-header-sticky.header-overlay.announcement-bar-show,
.shopify-section-header-sticky.header-overlay.countdown-timer-bar-show,
.shopify-section-header-sticky.header-overlay.bars-show {
  top: 0;
}
.shopify-section-header-sticky
  sticky-header[data-sticky-type="always"].header-wrapper {
  background-color: rgb(var(--color-background));
  transition: background var(--duration-default);
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
.header-wrapper {
  display: block;
  position: relative;
  z-index: var(--header-z-index);
  height: 100%;
}
@media screen and (max-width: 1149px) {
  .header-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.header-wrapper[data-sticky-type="on-scroll-up"] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-wrapper .header {
  height: 100%;
}
.header-tabs,
.list-menu--inline > li > a {
  font-family: BETHANY;
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
  text-transform: var(--font-header-menu-text-transform);
  color: rgb(var(--color-foreground-title));
  letter-spacing: calc(var(--font-subtitle-letter-spacing) * 0.1);
}
.menu-drawer__menu a,
.menu-drawer__menu span {
  color: rgb(var(--color-foreground-title));
  margin-bottom: 1.6rem;
  display: block;
}
.header {
  position: relative;
  color: rgb(var(--color-foreground-title));
  min-height: 4rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1150px) {
  .header.header_border {
    border-bottom: 0.1rem solid rgb(var(--color-border));
  }
}
@media screen and (min-width: 1150px) {
  .header {
    border: 0;
    display: block;
  }
}
.header .header__icon {
  color: inherit;
}
.header a {
  text-decoration: none;
}
.header .list-menu--inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .list-menu--inline > li:hover > .header__menu-item {
  color: #d10001;
  opacity: 1;
}
.header .list-menu--inline > li > .header__menu-item {
  position: relative;
  padding: 1rem 1.2rem;
  margin: 0;
}
.header .list-menu--inline > li.list-menu-has-child {
  position: relative;
}
.header
  .list-menu--inline
  > li.list-menu-has-child:hover
  > .header__menu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 20rem;
  z-index: 5;
}
.header .list-menu--inline li:hover > .header__submenu,
.header .list-menu--inline li:focus > .header__submenu,
.header .list-menu--inline li:focus-within > .header__submenu {
  pointer-events: unset;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.header .list-menu--inline li:hover > .header-mega-menu,
.header .list-menu--inline li:focus > .header-mega-menu,
.header .list-menu--inline li:focus-within > .header-mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 5;
}
.header
  .list-menu--inline
  > li.list-menu--simple_mega_menu
  > .header__submenu
  li {
  position: static;
  max-width: 23rem;
}
.header
  .list-menu--inline
  > li.list-menu--simple_mega_menu
  > .header__submenu
  li
  .header__submenu {
  top: -0.1rem;
  min-height: calc(100% + 2px);
}
.header
  .list-menu--inline
  .list-menu--simple_mega_menu:hover
  > .simple_mega_menu
  li.active
  .header__menu-item
  + .header__submenu,
.header
  .list-menu--inline
  .list-menu--simple_mega_menu:focus-within
  > .simple_mega_menu
  li.active
  .header__menu-item
  + .header__submenu,
.header
  .list-menu--inline
  .list-menu--simple_mega_menu:focus-visible
  > .simple_mega_menu
  li.active
  .header__menu-item
  + .header__submenu,
.header
  .list-menu--inline
  .list-menu--simple_mega_menu:focus
  > .simple_mega_menu
  li.active
  .header__menu-item
  + .header__submenu,
.header
  .list-menu--inline
  .list-menu--simple_mega_menu:active
  > .simple_mega_menu
  li.active
  .header__menu-item
  + .header__submenu {
  z-index: -1;
  pointer-events: unset;
  visibility: visible;
  opacity: .7;
}
.header .list-menu--inline .list-menu--simple_mega_menu:hover::after,
.header .list-menu--inline .list-menu--simple_mega_menu:focus-within::after,
.header .list-menu--inline .list-menu--simple_mega_menu:focus-visible::after,
.header .list-menu--inline .list-menu--simple_mega_menu:focus::after,
.header .list-menu--inline .list-menu--simple_mega_menu:active::after {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 100%;
}
.header .list-menu--inline .list-menu--simple_mega_menu > .simple_mega_menu li {
  max-width: unset;
  position: static;
}
.header
  .list-menu--inline
  .list-menu--simple_mega_menu
  > .simple_mega_menu.header__submenu {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.header
  .list-menu--inline
  .list-menu--simple_mega_menu
  > .simple_mega_menu
  .header__submenu {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  max-height: calc(
    100vh - var(--header-height) - var(--announcement-height) - 20px
  );
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: unset;
}
.header
  .list-menu--inline
  .list-menu--simple_mega_menu
  > .simple_mega_menu
  .header__submenu::after {
  content: "";
  width: calc(100% + 0.1rem);
  height: calc(100% + 0.1rem);
  background: rgb(var(--color-background));
  position: absolute;
  left: -23rem;
  top: 0px;
  z-index: -1;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  max-width: 23rem;
  border-left: 0px solid rgba(var(--color-border), 0.1);
  border-bottom: 0px solid rgba(var(--color-border), 0.1);
}
.header
  .list-menu--inline
  .list-menu--simple_mega_menu
  > .simple_mega_menu
  .header__submenu:before {
  content: "";
  background: rgba(var(--color-border), 0.1);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
}
.header .header__menu-item {
  display: block;
}
.header .header__menu-item > .icon-arrow-small {
  transition: all var(--duration-short) linear;
  transform: rotate(-90deg);
}
.header span.header__menu-item {
  cursor: default;
}
.header
  .localization-selector
  + .disclosure__list:not(.disclosure__list-in__drawer) {
  bottom: unset;
  top: calc(100% + 3rem);
}
.header .localization-selector .link .value {
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
}
@media screen and (min-width: 1150px) {
  .header .disclosure__button {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.header .header__account details,
.header .header__account .header__details,
.header .header__search details,
.header .header__search .header__details {
  display: flex;
}
.header .cursor-default {
  cursor: default !important;
}
.header .hover-opacity {
  transition: all var(--duration-default) ease;
}
.header .hover-opacity:hover {
  opacity: 0.5;
}
.header__scheme {
  position: relative;
}
.header__scheme::after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  z-index: 3;
  top: 0;
  cursor: default;
}
.header__scheme::after :root,
[data-scheme="light"] .header__scheme::after {
  width: 60px;
  left: 0;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme="auto"] .header__scheme::after {
    width: 60px;
    left: 0;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__scheme::after {
    width: 55px;
    right: 0;
  }
}
[data-scheme="dark"] .header__scheme::after {
  width: 55px;
  right: 0;
}
[data-scheme="light"] .header__scheme::after {
  width: 60px;
  left: 0;
}
[data-scheme="dark"] .header__scheme::after {
  width: 55px;
  right: 0;
}
.header__toggle-scheme {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  gap: 0.6rem;
}
.header__toggle-scheme .header__toggle-scheme-dash {
  display: block;
  width: 14px;
  height: 1px;
  background-color: rgb(var(--color-foreground-title));
}
.header__toggle-scheme-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: rgb(var(--color-foreground-title));
}
.header__toggle-scheme-item:hover svg {
  opacity: 0.7;
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--dark {
    opacity: 1;
  }
}
.header__toggle-scheme-item--dark :root,
[data-scheme="light"] .header__toggle-scheme-item--dark {
  opacity: 1;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--dark {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--dark {
    opacity: 0.5;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--dark {
    opacity: 0.5;
  }
}
[data-scheme="dark"] .header__toggle-scheme-item--dark {
  opacity: 0.5;
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--light {
    opacity: 0.5;
  }
}
.header__toggle-scheme-item--light :root,
[data-scheme="light"] .header__toggle-scheme-item--light {
  opacity: 0.5;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--light {
    opacity: 0.5;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--light {
    opacity: 1;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme="auto"] .header__toggle-scheme-item--light {
    opacity: 1;
  }
}
[data-scheme="dark"] .header__toggle-scheme-item--light {
  opacity: 1;
}
.header__toggle-scheme-item--light .header__toggle-scheme-circle {
  order: 1;
}
.header__icon--search > span:not(.header__icon-name) {
  display: flex;
}
@media screen and (min-width: 1150px) {
  .header_border .header-top {
    border-bottom: 0.1rem solid rgb(var(--color-border));
  }
}
.header-top {
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .header-top {
    width: auto;
    min-height: var(--header-min-height);
    display: flex;
    align-items: center;
  }
}
.header-top .header-top__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.4rem;
  align-items: center;
  min-height: 4.5rem;
}
@media screen and (min-width: 1150px) {
  .header-top .header-top__wrapper {
    gap: 2.4rem;
    min-height: var(--header-min-height);
  }
}
@media screen and (min-width: 1360px) {
  .header-top .header-top__wrapper {
    gap: 3rem;
  }
}
.header-top .header-top__wrapper.header-top__wrapper-left {
  display: flex;
}
.header-top .header-top__wrapper.header-top__wrapper-left .header__menu {
  max-width: 93rem;
  margin-right: auto;
}
.header-top .header-top__wrapper.header-top__wrapper-left .header-top__right {
  flex: none;
}
.header-top .header-top__wrapper.header-top__wrapper-left .list-menu--inline {
  justify-content: flex-start;
}
.header-top__left,
.header-top__right {
  display: flex;
  align-items: center;
}
.header-top__left {
  gap: 0.4rem;
}
.header-top__right {
  justify-content: flex-end;
  gap: 2.4rem;
}
.header-top__right > *:not(.header__localization) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top__right .header__localization--language {
  margin-right: 2.4rem;
}
@media screen and (min-width: 1150px) {
  .header-top__right .header__localization--language {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1360px) {
  .header-top__right .header__localization--language {
    margin-right: 4rem;
  }
}
.header-top__logo h1 {
  margin: 0;
}
.header-top__logo span {
  margin: 0;
  display: block;
}
.header-top__logo .header__heading-link {
  display: flex;
}
.header-top__logo .header__heading-link img {
  width: calc(var(--header-logo-width) * 0.7);
}
@media screen and (min-width: 576px) {
  .header-top__logo .header__heading-link img {
    width: calc(var(--header-logo-width) * 0.85);
  }
}
@media screen and (min-width: 990px) {
  .header-top__logo .header__heading-link img {
    width: var(--header-logo-width);
  }
}
.header-top .header-top-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.header-top .header-top-container-background {
  background-color: rgb(var(--color-background));
}
.header-top .container .header-top__wrapper {
  position: relative;
  padding: 1.2rem 0;
}
@media screen and (min-width: 1150px) {
  .header-top .container .header-top__wrapper {
    padding: 0;
  }
}
.header-top .container .list-menu--inline {
  margin-left: -1.2rem;
}
.header-top .small-container {
  padding: 0;
}
@media screen and (min-width: 1150px) {
  .header-top .small-container {
    padding: 0 var(--main-padding);
  }
}
.header-top .small-container .header-top__wrapper {
  position: static;
  padding: 1.2rem var(--main-padding);
}
@media screen and (min-width: 1150px) {
  .header-top .small-container .header-top__wrapper {
    padding: 0 2.4rem;
  }
}
@media screen and (min-width: 1150px) {
  .header-overlay.color-inverse:not(.color-background-1)
    .header_border
    .header-top {
    border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.4);
  }
}
@media screen and (max-width: 1150px) {
  .header-overlay.color-inverse:not(.color-background-1) header.header_border {
    border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.4);
  }
}
.header__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.header__icon--account .header-tabs,
.header__icon--cart .header-tabs,
.header__icon--search .header-tabs {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.header__icon--cart.header__only-icon--cart {
  position: relative;
}
.header__icon--cart.header__only-icon--cart .cart-count-bubble {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -30%);
}
.header__submenu {
  position: absolute;
  padding: 1.2rem 0;
  top: 100%;
  width: max-content;
  max-width: 23rem;
  min-width: 23rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 1;
  transition: all var(--duration-default) ease;
  border: 0.0rem solid rgba(var(--color-border), 0.0);
  border-radius: var(--border-radius);
}
.header__submenu.header__submenu-first_level {
  margin-left: 1.2rem;
}
.header__submenu .header__submenu {
  top: -1.3rem;
  left: 100%;
  z-index: -1;
}
.header__submenu > li {
  position: relative;
}
.header__submenu > li .header__menu-item {
  padding: 0.8rem 2rem;
  transition: all var(--duration-default) ease;
  margin: 0;
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
}
.header__submenu li > a {
  opacity: 1;
}
.header__submenu li:hover > a {
  opacity: 1;
}
.header-mega-menu {
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  transition: all var(--duration-default) ease-in-out;
  z-index: -4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-mega-menu .header-mega-menu-container {
  min-height: 24rem;
  padding: 3.2rem 0;
  border-bottom: 1px solid rgb(var(--color-border));
  border-top: 1px solid rgb(var(--color-border));
  position: relative;
  display: flex;
  align-items: center;
}
.header-mega-menu .mega-menu__submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.header-mega-menu .header-mega-menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 152px);
  margin: 0 auto;
}
.header-mega-menu .mega-menu-list {
  display: flex;
  row-gap: 40px;
  column-gap: clamp(24px, 10vw, 80px);
  flex-wrap: wrap;
  justify-content: center;
}
.header-mega-menu .mega-menu-list a {
  opacity: 1;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default) ease;
}
.header-mega-menu .mega-menu-list a:hover {
  opacity: 1;
}
.header-mega-menu .burger-menu__items .burger-menu__item {
  transition: all var(--duration-default) ease;
  opacity: 1;
  position: absolute;
  left: var(--main-padding);
  bottom: 50%;
  transform: translateY(50%);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
}
.header-mega-menu .burger-menu__items .burger-menu__item img {
  width: auto;
  height: 100%;
  aspect-ratio: 3/4;
  max-width: 132px;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}
.header-mega-menu.small-container .burger-menu__items .burger-menu__item {
  left: 2.4rem;
}
.header_border .header-mega-menu .header-mega-menu-container {
  border-top: none;
}
.header-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: calc(var(--header-z-index) + 10);
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  visibility: hidden;
  transition: visibility var(--duration-default) ease;
}
.header-modal.active {
  pointer-events: all;
  visibility: visible;
}
.header-modal.active .header-modal_content {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header-modal .header-modal_content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 46rem;
  width: 100%;
  z-index: 1;
  background-color: rgb(var(--color-background));
  transition: all var(--duration-long) ease;
  transform: translateX(100%);
  opacity: 0.7;
  overflow-y: auto;
  visibility: hidden;
}
.header-modal .header-modal_content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.header-modal .header-modal_content::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
}
.header-modal .modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(var(--color-overlay), 0.4);
  backdrop-filter: blur(4px);
}
.header-modal .modal-close-button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-16px, 16px);
  transition: opacity var(--duration-default) linear;
}
.header-modal .modal-close-button:hover {
  opacity: 0.7;
}
.header__account .account__header {
  padding: 3.2rem 3.2rem 2.4rem;
}
.header__account .account__header .account__header-title {
  margin: 0;
}
.header__account .account__main {
  padding: 0 3.2rem 2.4rem;
}
.header__account .header__account__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.header__account .account__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  text-align: center;
}
.header__account .account__buttons > * {
  flex: 0 0 calc(50% - 6px);
}
.header__toggle-scheme-item {
  transition: all var(--duration-default) ease;
}
.header__toggle-scheme-item:hover {
  opacity: .9;
}
.header__icon--account,
.header__icon--search,
.header__icon--cart {
  transition: all var(--duration-default) ease;
}
.header__icon--account:hover,
.header__icon--search:hover,
.header__icon--cart:hover {
  opacity: 0.5;
}
.header-overlay-section .overlay-header-paddings {
  padding-top: var(--header-height);
}
.no-js .header__toggle-scheme {
  display: none;
}
.no-js .link {
  width: 100%;
}
.no-js .header__localization .field + button {
  margin-top: 1rem;
}
@media screen and (max-width: 1149px) {
  .header__menu,
  .header-top__right > .header__localization,
  .header-top__right > .header__toggle-scheme:not(.header__localization),
  .header__bottom,
  .header-top__left-center {
    display: none;
  }
  .header__modal-icon-dropdown {
    display: none !important;
  }
  .cart-count-bubble {
    font-size: 1.2rem;
  }
  .header-top__wrapper {
    display: flex;
    gap: 1.6rem;
  }
  .menu-drawer__menu-item span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .header-top__right {
    margin-left: auto;
    gap: 1.6rem;
  }
  .header__modal-close-button {
    display: none;
  }
  .header__modal-open {
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }
  .menu-drawer-container[open] .header__modal-open {
    display: none;
  }
  .menu-drawer-container[open] .header__modal-close-button {
    display: flex;
    align-items: center;
    margin-right: 1rem;
  }
  .menu-drawer-container[open] .header__modal-close-button svg.icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .header__icon-name__search,
  .header__cart-text {
    display: none;
  }
  .header__details {
    display: flex;
  }
  .menu-drawer__menu .menu-drawer__menu {
    padding-left: 1rem;
  }
  .menu-drawer__menu .menu-drawer__menu a,
  .menu-drawer__menu .menu-drawer__menu span {
    color: rgb(var(--color-foreground-title));
  }
  .menu-drawer__menu details[open] > .menu-drawer__menu-item .icon {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 750px) {
  .header-top__right > .header__scheme,
  .header__account {
    display: none !important;
  }
  .overflow-hidden-tablet .header__account {
    display: none !important;
  }
  .overflow-hidden-tablet .header-top__right > .header__search {
    display: none;
  }
  .overflow-hidden-tablet .header__icon--cart {
    display: none !important;
  }
}
@media screen and (max-width: 376px) {
  .header-top__right > .header__search {
    display: none;
  }
  .overflow-hidden-tablet .header-top__right > .header__search {
    display: flex;
  }
  .overflow-hidden-tablet .header-top__right {
    gap: 1.6rem;
  }
}
.overflow-hidden-tablet .header {
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.overflow-hidden-tablet .shopify-section-header-hidden {
  transform: translateY(0);
}
#burger-icon-bubble {
  margin-right: 2.4rem;
  line-height: 0;
}
.burger__close {
  transform: unset;
  margin-right: 2.4rem;
  display: none;
}
burger-drawer.burger-drawer {
  justify-content: flex-start !important;
  top: var(--header-height);
  overflow: hidden;
}
burger-drawer.burger-drawer .cart-drawer__overlay {
  top: var(--header-height);
}
burger-drawer.burger-drawer .drawer__inner {
  height: calc(100vh - var(--header-height));
  border-right: 0.1rem solid rgb(var(--color-border));
  border-left: none;
  justify-content: space-between;
  overflow: visible;
  transition: all var(--duration-default) ease;
  width: 48rem;
  padding: 6.4rem 8rem;
}
burger-drawer.burger-drawer .drawer__accordion-content-block,
burger-drawer.burger-drawer .drawer__inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
burger-drawer.burger-drawer .drawer__inner-wrapper {
  justify-content: space-between;
}
burger-drawer.burger-drawer .drawer__accordion-content-block::-webkit-scrollbar,
burger-drawer.burger-drawer .drawer__inner-wrapper::-webkit-scrollbar {
  display: none;
}
burger-drawer.burger-drawer .cart-drawer__overlay {
  height: 100vh;
}
burger-drawer.burger-drawer .burger_menu {
  color: rgb(var(--color-foreground-title));
}
burger-drawer.burger-drawer .burger_menu a {
  color: rgb(var(--color-foreground-title));
  transition: all var(--duration-default) ease;
}
burger-drawer.burger-drawer .burger_menu .first_level,
burger-drawer.burger-drawer .burger_menu .second_level {
  margin-bottom: 2.8rem;
}
burger-drawer.burger-drawer .burger_menu .third_level {
  line-height: 1.5;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: calc(var(--font-body-scale) * 0.9rem);
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1150px) {
  burger-drawer.burger-drawer .burger_menu .third_level body {
    font-size: calc(var(--font-body-scale) * 1rem);
  }
}
burger-drawer.burger-drawer
  .burger_menu
  .first_level
  + .drawer__accordion-content,
burger-drawer.burger-drawer
  .burger_menu
  .second_level
  + .drawer__accordion-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  visibility: hidden;
  background-color: rgb(var(--color-background));
  transition: all var(--duration-short) ease;
  padding: 6.4rem;
  width: 32rem;
  border-right: 0.1rem solid rgb(var(--color-border));
}
burger-drawer.burger-drawer
  .burger_menu
  .first_level.drawer__accordion-title.active
  + .drawer__accordion-content,
burger-drawer.burger-drawer
  .burger_menu
  .second_level.drawer__accordion-title.active
  + .drawer__accordion-content {
  opacity: 1;
  visibility: visible;
}
burger-drawer.burger-drawer
  .burger_menu
  .second_level
  + .drawer__accordion-content {
  left: calc(100% + 0.1rem);
}
burger-drawer.burger-drawer .burger_menu .drawer__accordion-title.first_level {
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
}
burger-drawer.burger-drawer .burger_menu_link {
  transition: opacity var(--duration-default) ease;
  opacity: 1;
}
burger-drawer.burger-drawer .burger_menu_link:hover {
  opacity: 0.7;
}
burger-drawer.burger-drawer .burger-menu__items {
  margin-top: auto;
  position: relative;
}
burger-drawer.burger-drawer .burger-menu__items .burger-menu__item {
  transition: all var(--duration-default) ease;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
burger-drawer.burger-drawer .burger-menu__items .burger-menu__item img {
  width: auto;
  height: 100%;
  aspect-ratio: 3/4;
  max-width: 192px;
  object-fit: cover;
  object-position: center;
}
burger-drawer.burger-drawer .opacity-1:hover ~ .burger-menu__items > .opacity-1,
burger-drawer.burger-drawer .opacity-2:hover ~ .burger-menu__items > .opacity-2,
burger-drawer.burger-drawer .opacity-3:hover ~ .burger-menu__items > .opacity-3,
burger-drawer.burger-drawer .opacity-4:hover ~ .burger-menu__items > .opacity-4,
burger-drawer.burger-drawer
  .opacity-5:hover
  ~ .burger-menu__items
  > .opacity-5 {
  opacity: 1;
}
burger-drawer.burger-drawer .drawer__bottom {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
burger-drawer.burger-drawer .drawer__bottom .drawer__bottom-text {
  opacity: 0.7;
}
burger-drawer.burger-drawer .drawer__bottom .drawer__bottom-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
.drawer #BurgerDrawer.cart-drawer {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 48rem;
  width: 100%;
  background-color: rgb(var(--color-background));
  overflow: visible;
  transform: translateX(-100%);
  opacity: 1;
  visibility: hidden;
  transition: all var(--duration-long) ease;
}
.drawer.active #BurgerDrawer.cart-drawer {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.section-announcement
  + .shopify-section-header:not(.shopify-section-header-sticky)
  burger-drawer.burger-drawer
  .drawer__inner {
  height: calc(100vh - var(--header-height) - var(--announcement-height));
}
.header__modal-icon-dropdown {
  cursor: pointer;
  transition: opacity var(--duration-default) ease;
}
.header__modal-icon-dropdown:hover {
  opacity: 0.7;
}
.information-bar__container {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  justify-content: flex-start;
}
.information-bar__wrapper {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.information-bar slider-component {
  position: static;
}
.information-bar slider-component .information-bar__wrapper {
  padding-bottom: 0 !important;
}
.information-bar slider-component .slider-buttons {
  position: static;
  margin-top: 0;
}
.information-bar slider-component .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.information-bar slider-component .slider-button--prev {
  left: 0;
}
.information-bar slider-component .slider-button--next {
  right: 0;
}
.information-bar--m-b {
  margin-bottom: 3.5rem;
}
.information-bar__container--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.3);
}
.information-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.information-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.5rem;
}
.information-bar__image {
  height: 2.5rem;
  margin: 0 0.5rem 0 0;
}
.information-bar__image svg {
  width: 100%;
  height: 100%;
}
.information-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.information-bar__message {
  margin: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 990px) {
  .information-bar__container {
    padding: 1.5rem 0;
    justify-content: center;
  }
  .information-bar__inner {
    padding: 0;
  }
}
.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.breadcrumb_margin {
  margin-bottom: 3.2rem;
  margin-top: 1.6rem;
}
.breadcrumb__delimiter {
  padding: 0px 1.6rem;
  line-height: 0.5;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  color: rgb(var(--color-foreground-title));
  text-decoration: none;
  text-underline-offset: 0.2rem;
}
.breadcrumb__link {
  transition: all var(--duration-default) ease;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb > a {
  color: rgba(var(--color-foreground-secondary));
  text-decoration: none;
}
.breadcrumb > a:first-child {
  color: rgb(var(--color-foreground));
}
.breadcrumb > a span {
  color: rgb(var(--color-foreground));
}
.breadcrumb a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumb__link {
  transition: all var(--duration-default) ease;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb div {
  opacity: 0.5;
}
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .popup-scroll-hidden {
    padding-right: 1.7rem;
  }
}
.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 popupOpenSlideRight {
  from {
    transform: translate3d(100vh, 0, 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 popupExitSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100vh, 0, 0);
  }
}
@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popupOpenSlideFadeRight {
  from {
    opacity: 0;
    transform: translate3d(100vh, 0, 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);
  }
}
@keyframes popupExitSlideFadeRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(100vh, 0, 0);
  }
}
.popupOpenFade {
  animation-name: popupOpenFade;
}
.popupExitFade {
  animation-name: popupExitFade;
}
.popupOpenSlide {
  animation-name: popupOpenSlide;
}
.popupExitSlide {
  animation-name: popupExitSlide;
}
.popupOpenZoom {
  animation-name: popupOpenZoom;
}
.popupExitZoom {
  animation-name: popupExitZoom;
}
.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}
.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}
.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: 100vw;
  max-height: 100vh;
  -webkit-backface-visibility: hidden;
}
.popup--top {
  top: 3.2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 3.2rem;
  left: 3.2rem;
}
.popup--top-right {
  top: 0;
  right: 0;
}
.popup--bottom {
  bottom: 3.2rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 3.2rem;
  bottom: 3.2rem;
}
.popup--bottom-left .popup-thumbnail {
  flex: 0 0 34% !important;
  max-height: 244px;
}
.popup--bottom-right {
  right: 3.2rem;
  bottom: 3.2rem;
}
.popup--left {
  top: 50%;
  left: 3.2rem;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 3.2rem;
  transform: translate3d(0, -50%, 0);
}
.popup--right .popupExitSlide {
  animation-name: popupExitSlideRight;
}
.popup--right .popupOpenSlide {
  animation-name: popupOpenSlideRight;
}
.popup--right .popupOpenSlideFade {
  animation-name: popupOpenSlideFadeRight;
}
.popup--right .popupExitSlideFade {
  animation-name: popupExitSlideRight;
}
.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);
  border: 1px solid rgba(var(--color-border));
}
.popup-wrap::-webkit-scrollbar {
  width: 1rem;
}
.popup-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.popup-wrap::-webkit-scrollbar-thumb {
  background: rgb(var(--color-accent));
}
.popup-container {
  width: 100%;
  overflow: hidden;
}
.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
.popup .popup__ticker-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  color: rgba(var(--color-accent));
  transform: translate(0%, -50%);
}
.popup .popup__ticker-wrapper .marquee {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.popup .popup__ticker-wrapper .marquee .marquee-content {
  display: flex;
  animation: marquee calc(var(--ticker-speed) * 10) linear infinite running;
  z-index: 1;
  gap: 3.2rem;
}
.popup .popup__ticker-wrapper .marquee .marquee-content:hover {
  animation-play-state: paused;
}
.popup .popup__ticker-wrapper .marquee .marquee-tag {
  min-width: max-content;
  padding: 0 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
}
.popup .popup-close_image {
  background-color: rgba(var(--btn-bg), var(--alpha-button-background));
  color: rgb(var(--btn-color));
  padding: 5.5px 9px;
}
.popup .popup-close_image-left {
  background-color: inherit;
  color: inherit;
  padding: 0;
}
.popup-open {
  display: flex;
}
@media (max-width: 576px) {
  .popup-open[data-mobile-disable="true"] {
    display: none;
  }
  .popup-open[data-mobile-disable="true"] + .popup-overlay {
    display: none;
  }
}
.popup-open + .popup-overlay {
  display: block;
}
.popup-overlay {
  background-color: rgba(var(--color-overlay), 0.3);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}
.popup-overlay .popup-wrap {
  box-shadow: none;
}
.popup-thumbnail img {
  width: 100%;
}
.popup-trigger {
  cursor: pointer;
}
.popup-newsletter .popup-text {
  margin: 0.8rem 0 0;
  color: rgb(var(--color-foreground));
}
.popup-newsletter .popup-text a {
  color: rgb(var(--color-foreground-title));
  transition: all var(--duration-default) linear;
  text-decoration: none;
}
.popup-newsletter .popup-text a:hover {
  opacity: 0.6;
}
.popup-newsletter .newsletter-form__inner {
  flex-direction: column;
  gap: 1rem;
}
.popup-icon,
.popup-newsletter {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 990px) {
  .popup-icon,
  .popup-newsletter {
    margin-bottom: 3.2rem;
  }
}
.popup-wraper-text > *:last-child {
  margin-bottom: 0;
}
.popup.popup-full-height,
.popup.popup-full-height .popup-container,
.popup.popup-full-height .popup-outer {
  height: 100%;
}
.popup.popup-full-height .popup-outer {
  justify-content: space-between;
}
@media (max-width: 750px) {
  .popup-main {
    max-width: calc(100vw - 4rem);
  }
}
.popup-main-image--left .popup-outer_image::before,
.popup-main-image--right .popup-outer_image::before {
  content: "";
  display: none;
  height: 100%;
  width: 0;
  padding-bottom: 34%;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image::before,
  .popup-main-image--right .popup-outer_image::before {
    display: block;
  }
}
.popup-main-image--left .popup-outer_image .popup-content,
.popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main-image--left .popup-outer_image .popup-wraper-text,
.popup-main-image--right .popup-outer_image .popup-wraper-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: calc(var(--font-popup-heading-scale) * 2.2rem);
}
@media only screen and (min-width: 750px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.4rem);
  }
}
@media only screen and (min-width: 1150px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.6rem);
  }
}
.popup-main .popup-heading-small {
  margin-bottom: 0.8rem;
}
.popup-main .popup-desc {
  font-size: calc(var(--font-popup-desc-scale) * 1.6rem);
  margin-bottom: 1.6rem;
}
.popup-main .popup-desc p {
  margin: 0;
}
.popup-main .popup-text {
  font-size: calc(var(--font-popup-text-scale) * 1rem);
}
.popup-main .popup-outer {
  overflow: auto;
}
@media (min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}
.popup-main .popup-thumbnail {
  flex: 1 1 auto;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 990px) {
  .popup-main .popup-thumbnail {
    flex: 0 0 44%;
  }
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 25px;
  flex: 1 0 56%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 40px;
  }
}
.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}
.popup-main-image--top .popup-outer {
  flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
  position: relative;
  padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
  min-width: 12rem;
}
.popup-main .list-social {
  margin-top: 1.2rem;
}
@media screen and (min-width: 990px) {
  .notification-banner {
    left: 4rem;
    bottom: 4rem;
  }
}
.notification-banner .popup-outer {
  padding: 30px;
}
.notification-banner .popup-outer.have-overlay::before {
  z-index: 1;
}
.notification-banner .popup-heading {
  margin: 0;
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
  font-size: calc(var(--font-notification-heading-scale) * 2rem);
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.2rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: calc(var(--font-notification-text-scale) * 1rem);
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.notification-banner--box .popup-close {
  top: 20px;
  right: 20px;
}
.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
}
.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}
.notification-banner--bar .popup-outer {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 750px) {
  .notification-banner--bar .popup-outer {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .notification-banner--bar .popup-close {
    top: 1rem;
    right: 1rem;
  }
  .notification-banner--bar .button {
    margin-top: 0;
    width: auto;
    min-width: 12rem;
  }
}
.notification-banner--banner .popup-outer {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.6rem;
}
.notification-banner--banner .popup-outer.popup-outer-image--overlay {
  align-items: flex-end;
}
.notification-banner--banner .popup-outer-image--right {
  flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
  flex-direction: column;
}
.notification-banner--banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--overlay.popup-outer {
  position: unset;
}
.notification-banner--banner
  .popup-outer-image--overlay
  .notification-banner__image {
  max-width: unset;
  flex: unset;
  min-width: unset;
}
.notification-banner--banner .popup-outer-image--overlay img {
  position: absolute;
  top: 0;
  left: 0;
}
.notification-banner--banner
  .popup-outer-image--overlay
  .notification-banner__content {
  z-index: 2;
  padding: 1.6rem 3.4rem;
}
.notification-banner--banner
  .popup-outer-image--top
  .notification-banner__image,
.notification-banner--banner
  .popup-outer-image--bottom
  .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
}
.notification-banner--banner
  .popup-outer-image--top
  .notification-banner__image
  img,
.notification-banner--banner
  .popup-outer-image--bottom
  .notification-banner__image
  img {
  position: absolute;
  inset: 0;
}
.notification-banner--banner
  .popup-outer-image--top
  .notification-banner__content,
.notification-banner--banner
  .popup-outer-image--bottom
  .notification-banner__content {
  width: 100%;
}
.notification-banner--banner .notification-banner__image {
  flex: 1 35%;
  min-width: 7.6rem;
  align-self: stretch;
  display: flex;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
  flex: 1 65%;
  padding: 2.4rem 2rem;
}
.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
  border: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--color-background));
  max-width: 466px;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid rgba(var(--color-border));
  border-radius: 4px;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
  width: 100%;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}
.section-header__line {
  padding: 0 0 3.2rem;
}
.section-header__line .section_border_bottom .section-header__btn-top,
.section-header__line .section_border_bottom .section-header__button-arrow {
  padding-bottom: 3.2rem;
}
.section-header__line .section_border_bottom .section-header__title-item {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 990px) {
  .section-header__line .section_border_bottom .section-header__title-item {
    padding-bottom: 3.2rem;
  }
}
.section-header__line .section-header__title-item {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title-item {
    padding-bottom: 0;
  }
}
.section-header__line .button--simple {
  margin-right: auto;
}
.section-header__line .section-header__button {
  display: flex;
  align-items: center;
  flex: none;
  gap: 2.4rem;
}
.section-header__line .section-header__button .button {
  flex: none;
}
.section-header__line .section-header__button .section-header__button-arrow {
  display: none;
}
@media screen and (min-width: 1150px) {
  .section-header__line .section-header__button .section-header__button-arrow {
    display: flex;
  }
}
.section-header__line .swiper-button-prev {
  transform: unset;
}
.section-header__line .section-header__title__block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title__block {
    flex-direction: row;
    align-items: flex-end;
  }
}
.section-header__line
  .section-header__title__center
  .section-header__title-item {
  align-items: center;
  text-align: center;
}
.section-header__line
  .section-header__title__center
  .section-header__title-item {
  margin: 0 auto;
}
.section-header__line .subtitle {
  color: rgb(var(--color-emphasis));
}
.section-header__line .section-header__title-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-direction: column;
  max-width: 650px;
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title-item {
    max-width: 700px;
  }
}
.section-header__line .section-header__title-item .section-header__title {
  margin: 0;
}
.section-header__line .section-header__desc {
  word-wrap: break-word;
  word-break: break-word;
}
.section-header__line .section-header__desc p {
  color: rgba(var(--color-foreground-secondary));
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.section-header_btn {
  margin-top: 3.2rem;
  display: flex;
}
.section-header_btn .button {
  margin: 0 auto;
  display: flex;
}
.products-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  gap: 2.4rem;
}
.products-slider
  .swiper:not(.swiper-initialized)
  .swiper-wrapper
  .swiper-slide {
  flex: 0 0 100%;
}
@media screen and (min-width: 576px) {
  .products-slider
    .swiper:not(.swiper-initialized)
    .swiper-wrapper
    .swiper-slide {
    flex: 0 0 calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 1150px) {
  .products-slider
    .swiper:not(.swiper-initialized)
    .swiper-wrapper
    .swiper-slide {
    flex: 0 0
      calc(
        100% / var(--slider-per-row) - (2.4rem - 2.4rem / var(--slider-per-row))
      );
  }
}
.products-slider
  .swiper:not(.swiper-initialized)
  + .products-slider_navigation {
  display: none;
}
.products-slider .swiper-container:not(.swiper-initialized) .swiper-wrapper {
  gap: 2.4rem;
}
.products-slider
  .swiper-container:not(.swiper-initialized)
  .swiper-wrapper
  .swiper-slide {
  flex: 0 0 100%;
}
@media screen and (min-width: 576px) {
  .products-slider
    .swiper-container:not(.swiper-initialized)
    .swiper-wrapper
    .swiper-slide {
    flex: 0 0 calc(50% - 1.2rem);
  }
}
@media screen and (min-width: 1150px) {
  .products-slider
    .swiper-container:not(.swiper-initialized)
    .swiper-wrapper
    .swiper-slide {
    flex: 0 0 100%;
  }
}
.products-slider
  .swiper-container:not(.swiper-initialized)
  + .products-slider_navigation {
  display: none;
}
.products-slider .products-slider_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.products-slider .products-slider_navigation .swiper-pagination {
  width: max-content;
  order: 1;
}
.products-slider
  .products-slider_navigation
  .swiper-pagination.swiper-pagination-lock
  + .swiper-button-disabled {
  display: none;
}
.products-slider .products-slider_navigation .swiper-button {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-slider .products-slider_navigation .swiper-button.swiper-button-prev {
  order: 0;
}
.products-slider .products-slider_navigation .swiper-button.swiper-button-next {
  order: 3;
}
.products-slider
  .products-slider_navigation
  .swiper-button.swiper-button-disabled
  + .swiper-button-disabled {
  display: none;
}

/* CUSTOM FONTS */

@font-face {
  font-family: "Chopin";
  src: url("/cdn/shop/files/Chopin.woff?v=1751902848");
}

@font-face {
  font-family: "Bethany";
  src: url("/cdn/shop/files/Bethany.woff?v=1751902874");
}

@font-face {
  font-family: "Herbus";
  src: url("/cdn/shop/files/Herbus.woff?v=1751902919");
}

@font-face {
  font-family: "ITC";
  src: url("/cdn/shop/files/ITC.woff?v=1751902899");
}

@font-face {
  font-family: "SailingItalic";
  src: url("/cdn/shop/files/SailingItalic.woff?v=1751902859");
}

@font-face {
  font-family: "SailingRegular";
  src: url("/cdn/shop/files/SailingRegular.woff?v=1751902907");
}

@font-face {
  font-family: "Kabel";
  src: url("/cdn/shop/files/Kabel.woff?v=1751902866");
}

@font-face {
  font-family: "Trooper";
  src: url("/cdn/shop/files/Trooper.woff?v=1751902893");
}

@font-face {
  font-family: "marlboro";
  src: url("/cdn/shop/files/marlboro.woff?v=1751908622");
}

@font-face {
  font-family: "marceline";
  src: url("/cdn/shop/files/Marceline.woff?v=1753042492");
}

@font-face {
  font-family: "itc2";
  src: url("/cdn/shop/files/ITC2.woff?v=1752528218");
}



/* FONT STYLING */
h1 {
  font-family: "SailingRegular";
}
p {
  font-family: "Bethany";
}
 


/* BUTTON FIXES */
.button,
.button--secondary,
.customer .button  {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;

}

.button--primary:not(.product-form__submit) { display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}
  
}
.button--primary:not(.product-form__submit):hover {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button--tertiary {
  font-family: ITC2;
  color: #020228;
  font-size: 15px;
  letter-spacing: 0.05em;
  display: inline-block;
  width: fit-content;
}
}
.button--tertiary:hover {
  color: #020228;
}
.button--primary {
  font-family: ITC2;
}

.product-form input.product-form__submit,
.product-form button.product-form__submit {
  background: white !important;
  color: #020228 !important;
  font-family: ITC2, sans-serif !important;
  font-size: 12px;
  border: 0.5px solid #020228!important;
  padding: 10px 20px !important;
  width: 100% !important;
  max-width: 100px !important;
  display: block !important;
  margin: 0 auto !important;
}
.product-form input.product-form__submit,
.product-form button.product-form__submit:hover {
  background: #020228 !important;
  color: white !important;
  font-family: ITC2 !important;
  font-size: 12px;
  border: 1px solid white !important;
  padding: 10px 20px !important;
  width: 100% !important;
  max-width: 100px !important;
  display: block !important;
  margin: 0 auto !important;
}

/*------------------------------------*
  BASE HEADER STYLING
*------------------------------------*/
.header,
.shopify-section-header,
.header-wrapper {
  background-color: #ffffff !important;
}

/*------------------------------------*
  HEADER LINKS & ICONS
*------------------------------------*/
.header a,
.header .list-menu--inline > li > a,
.header__icon,
.header__icon--search,
.header__icon--account {
  color: #020228 !important;
  font-family: 'ITC2', serif !important;
  font-size: 1.2rem !important;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color 0.5s ease, box-shadow 0.3s ease;
  position: relative;
  padding: 0.3rem 0;
}

.header__icon,
.header__icon--search,
.header__icon--account,
.header__icon--cart {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  color: #020228  !important; /* or your desired color */
  z-index: 1001;
}

.header .list-menu--inline > li {
  margin: 0 0.75rem;
  padding-bottom: 0.1rem;
}

/*------------------------------------*
  SUBMENU STYLING
*------------------------------------*/
@media screen and (min-width: 1151px) {
  .header__submenu,
  .header .menu-dropdown {
    position: absolute !important;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #ffffff !important;
    padding: 1.2rem 1.2rem; /* Reduced right/left padding */
    border: 1px solid #020228;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1000;
  }

  .header .list-menu--inline li:hover > .header__submenu,
  .header .list-menu--inline li:focus-within > .header__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .header__submenu li a {
    font-family: 'ITC2', serif !important;
    font-size: 1.2rem;
    color: #020228 !important;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0.1rem 0;
    text-align: left;
    transition: color 0.3s ease;
  }

  .header__submenu li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0%;
    height: 0.5px;
    background-color: #01482b;
    transition: width 0.5s ease;
  }

  .header__submenu li a:hover {
    color: #01482b !important;
  }

  .header__submenu li a:hover::after {
    width: 100%;
  }
}

/* ============================
   MENU DRAWER BASE STYLING
============================ */
.menu-drawer {
  width: 360px !important;
  max-width: 90vw;
  background-color: #ffffff !important;
  color: #020228 !important;
  padding: 1rem;
  box-sizing: border-box;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow-y: auto;
  text-transform: uppercase;
  border: 1px solid #020228;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  will-change: transform;
}
.menu-drawer.active {
  transform: translateX(0%);
}

/* ============================
   MENU STRUCTURE & TYPOGRAPHY
============================ */
.menu-drawer__menu {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.menu-drawer__menu > li {
  position: relative;
  font-family: 'ITC2', serif !important;
  font-size: 1.3rem;
  color: #020228;
  padding-bottom: 0.25rem;
  margin-bottom: 1.25rem;
}

/* Full-width underline for top-level items */
.menu-drawer__menu > li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #01482b;
  margin-top: 1rem;
}

/* Remove underline from submenu items */
.menu-drawer__menu ul li::after {
  display: none !important;
  content: none !important;
}

/* ============================
   LINK STYLING
============================ */
.menu-drawer__menu a,
.menu-drawer__menu summary {
  display: block;
  width: 100%;
  font-family: 'ITC2', serif !important;
  font-size: 1.2rem !important;
  color: #020228 !important;
  background: transparent;
  border: none;
  margin: 0 !important;
  text-transform: uppercase;
}
.menu-drawer__menu li ul li a {
  text-transform: none;
}

/* REMOVE HOVER UNDERLINE */
.menu-drawer__menu a:hover::after,
.menu-drawer__menu a[aria-current="page"]::after,
.menu-drawer__menu summary:hover::after {
  content: none !important;
  display: none !important;
}

/* ============================
   SUBMENU BEHAVIOR
============================ */
.menu-drawer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none !important;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-drawer__menu details > summary {
  margin-bottom: 0.25rem;
}

.menu-drawer__menu details[open] > ul {
  margin-top: 0.25rem;
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
}

/* ============================
   LOGO + HEADER ALIGNMENT
============================ */
.header .header__heading-logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 150px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__heading-logo img {
  width: 100%;
  height: auto !important;
  max-height: 48px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/* Lock logo size and icon font above 720px */
@media screen and (min-width: 720px) {
  .header__heading,
  .header__heading-link,
  .header__heading-logo {
    width: 150px !important;
    margin: 0 auto !important;
  }

  .header__icon {
    font-size: 1.0rem;
  }
}

/* Ensure logo does not change size when drawer is open */
body.overflow-hidden .header__heading-logo,
body.overflow-hidden .header__heading-logo img {
  height: auto !important;
  max-height: 48px !important;
}

/* ============================
   RESPONSIVE DRAWER HEADER
============================ */
@media screen and (max-width: 1150px) {
  .menu-drawer {
    width: 320px !important;
    padding: 2rem 1.5rem;
  }

  .header {
    padding: 1rem 1.5rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__heading,
  .header__heading-link,
  .header__heading-logo {
    max-width: 150px !important;
    margin: 0 auto !important;
  }
}

/* ============================
   PREVENT PAGE SHIFTING
============================ */
body, html {
  overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden !important;
  padding-right: 20px !important; /* Adjust for scrollbar width */
}

body.overflow-hidden::before {
  content: '';
  display: block;
  width: 100vw;
  height: 0;
}

/* ============================
   HEADER HEIGHT CONTROL
============================ */

/* Default header height */
.header {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}

/* Medium screen header height lock */
@media screen and (min-width: 720px) and (max-width: 1150px) {
  .header {
    height: 100px !important;
    max-height: 100px !important;
  }

  body.overflow-hidden .header {
    height: 100px !important;
    min-height: 100px !important;
  }
}
.header .header__heading-logo {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

/* === The Cap Product Grid (desktop + tablet) === */
@media (min-width: 750px) {
  /* Center the 2 cards and control the gap */
  ul#product-grid[data-id="template--17236795687008__product-grid"] {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px; /* spacing between the two cards */
    margin-left: auto;
    margin-right: auto;
  }

  /* Give each card a consistent width */
  ul#product-grid[data-id="template--17236795687008__product-grid"] > li.collection-product-card {
    width: 380px !important;           /* tweak: 360–420px works well */
    flex: 0 0 auto;
  }

  /* Make the media fill the card width and be visually bigger */
  ul#product-grid[data-id="template--17236795687008__product-grid"] .card,
  ul#product-grid[data-id="template--17236795687008__product-grid"] .card__inner,
  ul#product-grid[data-id="template--17236795687008__product-grid"] .media {
    width: 100%;
  }

  /* Slightly taller aspect ratio for presence (adjust if you like) */
  ul#product-grid[data-id="template--17236795687008__product-grid"] .media {
    padding-bottom: 125% !important;
  }

  /* Center the title/price and tidy spacing */
  ul#product-grid[data-id="template--17236795687008__product-grid"] .card-information {
    text-align: center;
    align-items: center;
  }
  ul#product-grid[data-id="template--17236795687008__product-grid"] .card__title {
    margin-top: 14px;
    margin-bottom: 6px;
  }
  ul#product-grid[data-id="template--17236795687008__product-grid"] .price {
    display: block;
    margin-top: 4px;
  }
}

/* === Product Grid: Smooth secondary image swap on hover === */
.collection-product-list .media {
  position: relative;
  overflow: hidden; /* Prevent scale from spilling out */
}

.collection-product-list .media img.media--first,
.collection-product-list .media img.media--second {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.collection-product-list .media img.media--second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Hover swap with smooth zoom */
.collection-product-list .card-wrapper:hover img.media--first {
  opacity: 0;
  transform: scale(1.05);
}

.collection-product-list .card-wrapper:hover img.media--second {
  opacity: 1;
  transform: scale(1.05);
}

