/** Shopify CDN: Minification failed

Line 3761:37 Expected ":"
Line 5789:0 "@charset" must be the first rule in the file

**/
@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error: 220, 119, 62;
  --color-success: 34, 146, 92;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --menu-shadow-alpha: 0.08;
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-placeholder-input: 0.5;
  --header-z-index: 1000;
  --swiper-navigation-color: rgb(var(--color-foreground));
  --swiper-pagination-color: rgb(var(--color-foreground));
  --container-width: 192rem;
  --main-padding: 2rem;
}
@media screen and (min-width: 1200px) {
  :root {
    --main-padding: 6.4rem;
  }
}

[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: 102rem;
}

.container-small {
  --small-padding: var(--main-padding);
  padding-right: var(--small-padding);
  padding-left: var(--small-padding);
}
@media screen and (min-width: 1100px) {
  .container-small {
    --small-padding: calc(var(--main-padding) / 2);
  }
}
@media screen and (min-width: 1560px) {
  .container-small {
    --small-padding: var(--main-padding);
  }
}

/* Base */
html {
  scrollbar-gutter: stable;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

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

.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 {
  overflow: hidden;
}

@media screen and (min-width: 1100px) {
  .overflow-hidden {
    padding-right: 1.7rem;
  }
}

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

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

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 10;
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
[data-scheme=dark] .icon-account-order-none circle + path {
  stroke: rgb(var(--color-background));
}

/* Light header on dark bg */
@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-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));
}

/* Reviews */
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-review,
#shopify-product-reviews .spr-form {
  border: 0;
}
#shopify-product-reviews .spr-container {
  padding: 0;
}
#shopify-product-reviews .spr-summary-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(var(--color-foreground), 0.7);
}
#shopify-product-reviews .spr-header-title {
  display: none;
}
#shopify-product-reviews .spr-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0;
  text-align: left;
  justify-content: flex-start;
}
#shopify-product-reviews .spr-summary::before {
  display: none;
}
#shopify-product-reviews .spr-summary-actions {
  width: 100%;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  float: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem 2.8rem;
  margin-top: 2rem;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
}
#shopify-product-reviews .spr-summary-actions-newreview:hover,
#shopify-product-reviews .spr-button:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
#shopify-product-reviews .spr-reviews {
  margin-top: 3.2rem;
}
#shopify-product-reviews .spr-review {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 1rem;
  break-inside: avoid;
  border-radius: var(--border-radius-button);
  padding: 3.2rem 0;
  position: relative;
}
#shopify-product-reviews .spr-review:first-child {
  margin-top: 0;
  padding-top: 0;
}
#shopify-product-reviews .spr-review:last-child {
  padding-bottom: 0;
}
#shopify-product-reviews .spr-review:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-foreground), 0.2);
}
#shopify-product-reviews .shopify-product-reviews {
  margin: 0;
}
#shopify-product-reviews .spr-review-header-title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0.5rem;
  width: 100%;
}
#shopify-product-reviews .spr-review-content-body {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgb(var(--color-foreground-title));
}
@media (min-width: 750px) {
  #shopify-product-reviews .spr-review-content-body {
    font-size: 1.6rem;
  }
}
#shopify-product-reviews .spr-review-header-byline {
  font-size: 1.5rem;
  font-style: var(--font-heading-style);
  color: rgba(var(--color-foreground-secondary), 0.5);
  margin-bottom: 1.2rem;
}
#shopify-product-reviews .spr-review-header-byline strong:first-child {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground-title));
}
#shopify-product-reviews .spr-review-header-byline strong:last-child {
  color: rgba(var(--color-foreground-secondary), 0.5);
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 1.3rem;
  line-height: 2rem;
  color: rgba(var(--color-foreground-secondary));
  text-decoration-color: inherit;
  transition: all var(--duration-default) ease;
}
#shopify-product-reviews .spr-review-reportreview:hover {
  color: rgba(var(--color-foreground-secondary), 0.6);
}
#shopify-product-reviews .spr-form {
  background-color: rgb(var(--color-background-input));
  padding: 4rem;
  margin-top: 3.2rem;
  border-radius: 8px;
}
#shopify-product-reviews .spr-form-title {
  width: 100%;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: rgb(var(--color-foreground-title));
  margin-bottom: 3.2rem;
}
#shopify-product-reviews .spr-review-footer {
  margin-bottom: 0 !important;
}
#shopify-product-reviews .spr-form-label {
  display: none;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text, #shopify-product-reviews .spr-form-input.spr-form-input-email {
  width: 100%;
  min-height: 5.8rem;
  padding: 1.6rem 2rem;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-title));
  background-color: #ffffff;
  border: 0.2rem solid rgb(var(--color-border-input));
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  transition: border var(--duration-default);
  overflow: hidden;
  position: relative;
  margin-bottom: 2.4rem;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text::placeholder, #shopify-product-reviews .spr-form-input.spr-form-input-email::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary));
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:hover:not(:focus), #shopify-product-reviews .spr-form-input.spr-form-input-email:hover:not(:focus) {
  border-color: rgb(var(--color-accent));
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:focus, #shopify-product-reviews .spr-form-input.spr-form-input-email:focus {
  border-color: rgb(var(--color-accent));
  outline: none;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:focus::placeholder, #shopify-product-reviews .spr-form-input.spr-form-input-email:focus::placeholder {
  opacity: 0;
}
#shopify-product-reviews .spr-form > form {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews fieldset.spr-form-contact {
  order: 1;
}
#shopify-product-reviews fieldset.spr-form-actions {
  order: 2;
}
#shopify-product-reviews .spr-form-review {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-form-review-rating {
  margin-bottom: 4rem;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin: 0;
}
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 2.4rem;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input {
  height: 8.8rem !important;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea {
  border: 0;
  padding: 1.6rem 2rem;
  resize: none;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-title));
  background-color: #ffffff;
  border-radius: 9px;
  inset: 0;
  height: 100%;
  min-height: unset;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary));
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea:focus {
  border: 0;
  outline: none;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea:focus::placeholder {
  opacity: 0;
}
#shopify-product-reviews .spr-form-actions input[type=submit] {
  margin-top: 0.8rem;
}
#shopify-product-reviews .spr-form-message-error {
  border: 0.2rem solid rgb(var(--color-button));
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground-title));
  background-color: rgb(var(--color-background-card));
}
#shopify-product-reviews .spr-pagination {
  border: 0;
}
#shopify-product-reviews .spr-pagination > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
  position: relative;
  right: unset;
  left: unset;
}
#shopify-product-reviews .spr-pagination-next a,
#shopify-product-reviews .spr-pagination-prev a {
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: var(--duration-default);
}
#shopify-product-reviews .spr-pagination-next a:hover,
#shopify-product-reviews .spr-pagination-prev a:hover {
  opacity: 0.5;
}
#shopify-product-reviews .spr-pagination-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 0.5rem;
  transition: background-color var(--duration-default);
}
#shopify-product-reviews .spr-pagination-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
#shopify-product-reviews .spr-pagination-page:not(.is-active):hover, #shopify-product-reviews .spr-pagination-page:focus {
  background-color: rgb(var(--color-background-secondary));
}
#shopify-product-reviews .spr-pagination-page.is-active {
  color: rgb(var(--color-background-input));
  background-color: rgb(var(--color-button));
}
#shopify-product-reviews .spr-pagination-page:not(.is-active):hover {
  background-color: rgb(var(--color-background-secondary));
}
#shopify-product-reviews .spr-icon {
  display: inline-flex;
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 0.2rem;
}
#shopify-product-reviews .spr-icon::before {
  color: rgba(var(--color-button));
}

.spr-starrating {
  margin-bottom: 2rem;
}

.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-policy__title {
  text-align: left;
}

@media (max-width: 990px) {
  .icon-large {
    width: 66px;
    height: 66px;
  }
  .icon-medium {
    width: 44px;
    height: 44px;
  }
}
.fix-paddings {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
@media screen and (min-width: 1100px) {
  .fix-paddings {
    padding-top: var(--main-padding) !important;
    padding-bottom: var(--main-padding) !important;
  }
}

@media screen and (min-width: 990px) {
  .slideshow-slide__text.section-to-center .slideshow-slide__title {
    margin: auto auto 2.4rem auto !important;
  }
}
.popular-products .button--primary {
  width: 100%;
  max-width: fit-content;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.product-banner-product .card__inner {
  border-radius: 0.8rem;
}

[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}
[dir=rtl] input.quantity__input[dir=ltr][type=number] {
  text-align: center !important;
}
[dir=rtl] input[type=range] {
  direction: initial !important;
}
[dir=rtl] .icon-button-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .header .header__menu-item > .icon-arrow-small {
  transform: rotate(90deg);
}
@media screen and (max-width: 1099px) {
  [dir=rtl] .header-top__right {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .testimonials .testimonials__desc {
    text-align: right;
  }
}
[dir=rtl] .header__submenu .header__submenu {
  right: 100%;
}
[dir=rtl] .header__submenu {
  left: auto;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=search],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=password],
[dir=rtl] .field__input {
  text-align: right;
  direction: rtl;
}
[dir=rtl] input[type=text][required] + label:after,
[dir=rtl] input[type=email][required] + label:after,
[dir=rtl] input[type=search][required] + label:after,
[dir=rtl] input[type=tel][required] + label:after,
[dir=rtl] input[type=password][required] + label:after,
[dir=rtl] .field__input[required] + label:after {
  content: "*";
  padding-right: 0.3rem;
}
[dir=rtl] input[type=text] + label,
[dir=rtl] input[type=email] + label,
[dir=rtl] input[type=search] + label,
[dir=rtl] input[type=tel] + label,
[dir=rtl] input[type=password] + label,
[dir=rtl] .field__input + label {
  right: 2.8rem;
  left: unset;
}
[dir=rtl] .search__buttons {
  right: auto;
  justify-content: flex-end;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .search__buttons {
    left: 1.5rem;
  }
}
[dir=rtl] .search__buttons .search-reset__button {
  padding-right: 1.2rem;
  padding-left: 0;
}
[dir=rtl] .search__input {
  padding-left: 9rem !important;
  padding-right: 2.8rem !important;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .slideshow-slide__text.section-to-left,
[dir=rtl] .slideshow-slide__desc.section-to-left {
    margin: auto 0 auto auto !important;
    text-align: right !important;
  }
}
[dir=rtl] .slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
  transform: rotate(180deg);
}
[dir=rtl] summary .icon-caret {
  right: unset;
  left: 0;
}
[dir=rtl] .title-for-rtl {
  text-align: right;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .countdown__header {
    text-align: right;
  }
}
[dir=rtl] .price dd:not(:last-child) {
  margin: 0 0 0 0.8rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .product-banner .product-banner-text > * {
    text-align: start;
  }
}
[dir=rtl] .product .price dd {
  margin: 0 0 0 1.2rem;
}
[dir=rtl] .product-markers .card-horizontal__collection-title a {
  margin: 0 0 0 1rem;
}
[dir=rtl] .social-media-collage__images .social-media-collage__text-box {
  margin: 0 1.2rem 0 0;
}
[dir=rtl] .video-banner .video-banner__column--center,
[dir=rtl] .video-banner .video-banner__wrapper {
  left: auto;
  right: 0;
}
[dir=rtl] .breadcrumb__delimiter {
  transform: rotate(180deg);
}
[dir=rtl] .facet-checkbox .icon-checkmark {
  left: 0;
  right: 0.4rem;
}
[dir=rtl] .mobile-facets__label:not(.facet-checkbox--color):not(.facet-checkbox--image) .icon-checkmark {
  left: 0;
  right: 1.9rem;
}
[dir=rtl] .facets__container .facets__price-wrapper,
[dir=rtl] .facets__container .facets__range,
[dir=rtl] .facets__container .facets__summary {
  direction: ltr;
}
[dir=rtl] .facets__container input[dir=ltr],
[dir=rtl] .facets__container textarea[dir=ltr] {
  text-align: left !important;
}
[dir=rtl] .mobile-facets__open > * + * {
  margin-left: 0;
  margin-right: 1rem;
}
[dir=rtl] .mobile-facets__arrow {
  transform: rotate(90deg);
  margin-right: auto;
  margin-left: 0;
}
[dir=rtl] .mobile-facets__details .field select {
  padding: 0 1.8rem 0 4rem;
}
[dir=rtl] .mobile-facets__details .field select + svg {
  left: 2rem;
  right: unset;
}
[dir=rtl] summary.list-menu__item {
  padding-right: unset;
  padding-left: 2.7rem;
}
[dir=rtl] .facets__sort-wrapper_vertical {
  right: unset;
  left: 0;
}
[dir=rtl] .collection-list .pagination__item-arrow,
[dir=rtl] .article-template .pagination__item-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .collection-list .pagination__item-arrow[aria-label="Previous page"],
[dir=rtl] .article-template .pagination__item-arrow[aria-label="Previous page"] {
  justify-content: flex-start;
}
[dir=rtl] .collection-list .pagination__item-arrow[aria-label="Next page"],
[dir=rtl] .article-template .pagination__item-arrow[aria-label="Next page"] {
  justify-content: flex-end;
}
[dir=rtl] .page-header .title--page {
  text-align: start;
}
[dir=rtl] .contact .form-asterisk {
  padding-left: 0;
  padding-right: 0.5rem;
}
[dir=rtl] .article-slider__main-title.slideshow-slide__title,
[dir=rtl] .article-slider__main-desc.slideshow-slide__desc {
  text-align: right;
}
[dir=rtl] .article-slider__button.slideshow-slide__button {
  display: flex;
}
[dir=rtl] .article-slider__button.slideshow-slide__button .button:hover .button-icon {
  transform: translate(-0.6rem);
}
[dir=rtl] #CartDrawer .drawer__close {
  right: unset;
  left: 1.6rem;
}
[dir=rtl] cart-drawer-items {
  padding-right: 0;
  padding-left: 1.6rem;
}
[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .cart-items th {
  text-align: right;
}
[dir=rtl] .totals > * + * {
  margin-left: unset;
  margin-right: 0.5rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cart-items th + th {
    padding-left: 0;
    padding-right: 3rem;
  }
  [dir=rtl] .cart-item .cart-item__quantity,
[dir=rtl] .cart-items .cart-items__heading--wide {
    padding-left: 0;
    padding-right: 10rem;
  }
  [dir=rtl] .cart-item > td.cart-item__details {
    padding-left: 0;
    padding-right: 1.6rem;
  }
  [dir=rtl] .cart-item > td + td {
    padding-left: 0;
    padding-right: 3rem;
  }
}
[dir=rtl] .cart-items th.total-th {
  text-align: left;
}
[dir=rtl] .login-wrapper .login .page-header__inner {
  text-align: right;
}
[dir=rtl] .login-wrapper .customer-form__placeholder-block label .form-asterisk {
  margin-left: unset;
  margin-right: 0.5rem;
}
[dir=rtl] .shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon {
  transform: translate(-0.6rem);
}
[dir=rtl] .article-template .article-template__title {
  text-align: right;
}
[dir=rtl] .article-template__footer-content .share-buttons-simple span {
  margin-right: unset;
  margin-left: 0.6rem;
}
[dir=rtl] .newsletter .content_position-left {
  margin-right: unset;
  margin-left: auto;
}
[dir=rtl] .blog-post-arrows {
  display: flex;
}
[dir=rtl] .blog__post .article-card .article-card__tags,
[dir=rtl] .article-card .article-card__tags {
  justify-content: flex-start;
}
@media (min-width: 990px) {
  [dir=rtl] .quick-add-modal__announcement-bar {
    border-radius: 0 0 0 0.8rem;
    right: unset;
    left: 0;
  }
  [dir=rtl] .quick-add-modal .js-media-list {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .footer .newsletter__form {
    margin-right: auto;
    margin-left: unset;
  }
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .footer-block--logo:first-child {
    margin-right: unset;
    margin-left: auto;
  }
}
[dir=rtl] .menu-drawer {
  transform: translate(100%);
}
[dir=rtl] .compare__block.compare__block_before {
  z-index: 10;
  left: unset;
  right: 0;
}
[dir=rtl] .compare__block.compare__block_after {
  z-index: 20;
  right: unset;
  left: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 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 1.6rem;
}

.h0 {
  font-size: 4.2rem;
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .h0 {
    font-size: 7.2rem;
  }
}
@media only screen and (min-width: 1540px) {
  .h0 {
    font-size: 10.4rem;
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3rem);
}
@media only screen and (min-width: 750px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 5.6rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 2.8rem);
  }
}
@media only screen and (min-width: 1360px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.5rem);
  }
}
@media only screen and (min-width: 1540px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 4.2rem);
  }
}

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.4rem);
  }
}
@media only screen and (min-width: 1360px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 4rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 2rem);
}
@media only screen and (min-width: 1360px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.4rem);
  }
}
@media only screen and (min-width: 1540px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 3.2rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.8rem);
}
@media only screen and (min-width: 1360px) {
  h5,
.h5 {
    font-size: calc(var(--font-heading-h5-scale) * 2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h5,
.h5 {
    font-size: calc(var(--font-heading-h5-scale) * 2.4rem);
  }
}

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

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

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;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.caption-large,
.form__label {
  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: transparent;
  font-size: 1.5rem;
  transition: var(--duration-default);
}

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

.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}

.circle-divider:last-of-type::after {
  display: none;
}

.line-divider {
  align-items: center;
  justify-content: center;
}

.line-divider::after {
  content: "";
  display: inline-flex;
  width: 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 2rem;
}
.richtext__content p:last-child {
  margin: 0;
}

.extra_small-font {
  font-size: calc(var(--font-body-scale) * 1rem * 0.834);
}

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

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

.slide-up-animated {
  overflow: hidden;
}
.slide-up-animated .slide-up-item {
  display: block;
  transform: translateY(110%);
}

.swiper-slide-active .slide-up-animated .slide-up-item {
  animation: show 1s forwards;
}

.swiper-slide-next .slide-up-animated .slide-up-item, .swiper-slide-prev .slide-up-animated .slide-up-item {
  transform: translateY(0);
}

@keyframes show {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Component-title */
.title {
  margin: 3rem 0 2rem;
}

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

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

.title--page {
  text-align: left;
}

.title--section > * {
  margin: 0;
}

.title--section-mt-none {
  margin: 0 0 3rem 0;
}

.title--section-m-none {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin: 2.4rem 0 1.6rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin: 4.8rem 0 3.2rem;
  }
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
}

.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}

.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  margin-bottom: 0.8rem;
}

.badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-subtitle-letter-spacing);
  word-break: break-word;
  color: rgb(var(--color-badge-text));
  background: rgba(var(--color-badge-background), 0.7);
  transition: all var(--duration-default) ease;
  border-radius: 3rem;
}
.badge:hover {
  background: rgba(var(--color-badge-background), 1);
}

@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 */
.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;
}

/* Button */
/* Button - default */
.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: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 1;
  gap: 1.2rem;
  --btn-bg: var(--color-button);
  --btn-color: var(--color-button-text);
}
.shopify-challenge__button:not([disabled]):not([aria-disabled=true]):hover,
.button:not([disabled]):not([aria-disabled=true]):hover,
.customer .button:not([disabled]):not([aria-disabled=true]):hover {
  --btn-bg: var(--color-button-hover);
}
.shopify-challenge__button--primary span, .shopify-challenge__button--secondary span, .shopify-challenge__button--tertiary span, .shopify-challenge__button--simple span,
.button--primary span,
.button--secondary span,
.button--tertiary span,
.button--simple span,
.customer .button--primary span,
.customer .button--secondary span,
.customer .button--tertiary span,
.customer .button--simple span {
  transition: inherit;
}
.shopify-challenge__button--primary .button-icon, .shopify-challenge__button--secondary .button-icon, .shopify-challenge__button--tertiary .button-icon, .shopify-challenge__button--simple .button-icon,
.button--primary .button-icon,
.button--secondary .button-icon,
.button--tertiary .button-icon,
.button--simple .button-icon,
.customer .button--primary .button-icon,
.customer .button--secondary .button-icon,
.customer .button--tertiary .button-icon,
.customer .button--simple .button-icon {
  display: flex;
  transition: all var(--duration-long) linear;
}
.shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon {
  transform: translateX(0.6rem);
}
.shopify-challenge__button--primary, .shopify-challenge__button--secondary, .shopify-challenge__button--tertiary,
.button--primary,
.button--secondary,
.button--tertiary,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary {
  background-color: rgba(var(--btn-bg), var(--alpha-button-background));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem 2.8rem;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: rgb(var(--btn-color));
}
.shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items, .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items, .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items {
  transform: translateY(0) scale(2);
}
.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);
}
.shopify-challenge__button--tertiary,
.button--tertiary,
.customer .button--tertiary {
  --btn-color: var(--color-button-tertiary-text);
  --btn-bg: var(--color-button-tertiary);
  position: relative;
  z-index: 1;
}
.shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover {
  --btn-bg: var(--color-button-tertiary-hover);
}
.shopify-challenge__button--simple,
.button--simple,
.customer .button--simple {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.2rem;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground-title));
  --alpha-button-background: 0;
  line-height: 1.5;
  overflow: visible;
  flex: none;
  max-width: 30rem;
  word-break: break-word;
  position: relative;
}
.shopify-challenge__button--primary-size,
.button--primary-size,
.customer .button--primary-size {
  min-height: 5.6rem;
  padding: 0 3.2rem;
}
.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;
}

/* Button - other */
.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}

.share-button .share-button__button:hover {
  box-shadow: none;
}

.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid 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;
}

/* Button - social share new */
.share-buttons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.share-buttons__label-name {
  font-size: 1.5rem;
}

.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}

.share-buttons__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.4rem;
}

.share-buttons__item {
  width: 2.4rem;
  height: 2.4rem;
}
.share-buttons__item a {
  color: rgba(var(--color-foreground));
  transition: all var(--duration-default) ease;
}
.share-buttons__item a:hover {
  color: rgba(var(--color-foreground), 0.5);
}

.share-buttons__item .icon {
  width: 100%;
  height: 100%;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons-simple {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: 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;
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  transform: translateX(1.6rem) translateY(-1.6rem);
  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));
}

.fancybox-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

/* Swiper styles */
.swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  opacity: 0.5;
  background-color: rgb(var(--color-button-secondary));
  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: 1;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.05);
}
.swiper-btn svg {
  transition: var(--duration-default);
  color: black;
}
.swiper-btn--prev {
  left: 4rem;
}
.swiper-btn--prev svg {
  transform-origin: right;
}
.swiper-btn--prev:hover svg {
  transform: translateX(-3px);
}
.swiper-btn--next {
  right: 4rem;
}
.swiper-btn--next svg {
  transform-origin: left;
}
.swiper-btn--next:hover svg {
  transform: translateX(3px);
}

.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: var(--font-button-letter-spacing);
  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-buttons.swiper-buttons--secondary {
  background-color: rgb(var(--color-button-secondary));
}
.swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button));
}
.swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-button-secondary-text));
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-pagination.swiper-button-disabled {
  opacity: 0;
  pointer-events: unset;
  cursor: default;
}

.swiper-button-next,
.swiper-button-prev {
  backdrop-filter: blur(0.7rem);
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .swiper-button-next,
.swiper-button-prev {
    backdrop-filter: blur(0.07rem);
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.swiper-pagination.swiper-pagination-default {
  padding-top: 2rem;
  display: flex;
  background: transparent;
}
@media screen and (min-width: 1100px) {
  .swiper-pagination.swiper-pagination-default {
    display: none;
  }
}
.swiper-pagination.swiper-pagination-default .swiper-pagination-bullet {
  background: rgb(var(--color-foreground));
  transition: all var(--duration-default) ease;
  position: relative;
  margin: 0;
}
.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-button-next,
.swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
  top: 50%;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 1360px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
  }
  .swiper-button-next .icon,
.swiper-button-prev .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-next span,
.swiper-button-prev span {
  display: flex;
}
.swiper-button-next:not(.swiper-button-disabled) .icon,
.swiper-button-prev:not(.swiper-button-disabled) .icon {
  transition: all var(--duration-default) ease;
}
.swiper-button-next:not(.swiper-button-disabled):hover .icon,
.swiper-button-prev:not(.swiper-button-disabled):hover .icon {
  transform: translateX(3px);
}

.swiper-button-next {
  right: -1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 1360px) {
  .swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}

.swiper-button-prev {
  left: -1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 1360px) {
  .swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button {
  display: none;
}
@media screen and (min-width: 1100px) {
  .swiper-button {
    display: flex;
  }
}

.slider-pagiantion-bullet .swiper-pagination {
  background: none;
}
.slider-pagiantion-bullet .swiper-pagination__button {
  background: none;
  backdrop-filter: unset;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 990px) {
  .slider-pagiantion-bullet .swiper-pagination__button {
    gap: 2.4rem;
  }
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: 0.4rem;
  text-align: left;
  border-radius: 10rem;
  backdrop-filter: blur(0.7rem);
  opacity: 1;
}
@media (min-width: 576px) {
  .slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
    flex: 0 0 8%;
    max-width: 12rem;
  }
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4.4rem;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet em {
  display: none;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet i,
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  height: 0.4rem;
  outline: none;
  border-radius: inherit;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet i {
  left: 0;
  z-index: 1;
  background: rgba(var(--color-foreground), 0.2);
  width: 100%;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet b {
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all var(--duration-default) linear;
  background: rgb(var(--color-foreground));
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  width: 100%;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-pagiantion-bullet .swiper-pagination-bullet {
  background: transparent;
}
.slider-pagiantion-bullet .swiper-pagination__wrapper {
  position: relative;
  flex: 1 1 auto;
}
.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;
}

[data-autoplay=true] .swiper-pagination__button .swiper-pagination-bullet b {
  width: 0;
  left: 0;
  transform: translate(0);
  transition: none;
}
[data-autoplay=true] .swiper-pagination__button .swiper-pagination-bullet-active b {
  animation: countingBar var(--bullet-duration) linear 1 alternate forwards;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.button-wrapper .button {
  min-width: 17.6rem;
}
.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: 1rem;
  right: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(var(--color-background), 1);
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 9999999;
  overflow: hidden;
}
@keyframes animation-scroll-top-one {
  0% {
    top: 50%;
  }
  100% {
    top: -100%;
  }
}
@keyframes animation-scroll-top-two {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
.scroll-top__block.show {
  opacity: 1;
}
.scroll-top__block .scroll-top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.scroll-top__block .scroll-top svg {
  width: 2.4rem;
  height: 2.4rem;
}
.scroll-top__block .scroll-top-one {
  top: 50%;
}
.scroll-top__block .scroll-top-two {
  top: 150%;
}
.scroll-top__block:hover .scroll-top-one {
  animation: animation-scroll-top-one var(--duration-long) linear;
}
.scroll-top__block:hover .scroll-top-two {
  animation: animation-scroll-top-two var(--duration-long) linear;
}

.remove-button button,
.remove-button a,
facet-remove button,
facet-remove a,
cart-remove-button button,
cart-remove-button a {
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 0.6;
  transition: all var(--duration-default) linear;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.remove-button button:hover,
.remove-button a:hover,
facet-remove button:hover,
facet-remove a:hover,
cart-remove-button button:hover,
cart-remove-button a:hover {
  opacity: 1;
}

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

/* Form */
.field {
  position: relative;
  width: 100%;
  min-height: 5.5rem;
  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 .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));
  border-radius: 10rem;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  height: 5.5rem;
  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 .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 .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 .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 .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
@media screen and (min-width: 576px) {
  .field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
    font-size: 1.5rem;
  }
}
.field input[type=search] {
  border-color: transparent;
}
.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: 0.7rem 2.8rem;
  text-align: left;
  border-radius: 10rem;
  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: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 0.5;
  pointer-events: none;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(var(--color-foreground), var(--alpha-placeholder-input));
}
@media screen and (min-width: 576px) {
  .field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
    font-size: 1.5rem;
  }
}
.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 textarea.field__input {
  padding: 1.5rem 1.8rem;
  border-radius: 0.9rem;
}
.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;
  color: rgb(var(--color-button));
}
.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: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: transparent;
}
.field--dark input[type=text]:hover, .field--dark input[type=text]:focus,
.field--dark input[type=email]:hover,
.field--dark input[type=email]:focus,
.field--dark input[type=tel]:hover,
.field--dark input[type=tel]:focus,
.field--dark input[type=password]:hover,
.field--dark input[type=password]:focus,
.field--dark input[type=search]:hover,
.field--dark input[type=search]:focus {
  border-color: white;
}
.field--dark input[type=text] + label,
.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: rgba(255, 255, 255, 0.5);
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

.field .text-area + label {
  top: 2.5rem;
}

/* Form global */
.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 */
.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-radius: 10rem;
  width: 100%;
  box-sizing: border-box;
  transition: border var(--duration-default);
  position: relative;
  display: flex;
  align-items: center;
  width: 13rem;
}

.quantity__input {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  padding: 0 0.5rem;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

.quantity__button {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  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 svg {
  width: 1.2rem;
  pointer-events: none;
}
.quantity__button .icon-minus {
  height: 0.25rem;
}
.quantity__button .icon-plus {
  height: 1.2rem;
}

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

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible):not(.button--secondary):not(.localization-selector.link) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.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);
}

/* Fallback */
.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 ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

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

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

.modal__toggle-close {
  display: none;
}

.no-js details[open] 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: transparent;
}

.modal__close-button .icon {
  width: 2.4rem;
  height: 2.4rem;
}

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

.fancybox-skin {
  padding: 0 !important;
}

.have-overlay {
  position: relative;
  z-index: 1;
  --overlay-alpha: 40%;
}
.have-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(var(--color-overlay), var(--overlay-alpha));
  will-change: transform;
}

/* Announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.section-announcement {
  transition: transform var(--duration-default);
}

.announcement-bar {
  position: relative;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .announcement-bar {
    min-height: var(--announcement-height);
  }
}

.announcement-bar__slide-box {
  display: flex;
  align-items: center;
}

.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  min-height: 4rem;
}

.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;
  font-weight: 400;
  line-height: 145%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 80%;
}
@media screen and (max-width: 576px) {
  .announcement-bar__text {
    font-size: 1.24rem;
  }
}
@media (min-width: 750px) {
  .announcement-bar__text {
    flex-direction: row;
    max-width: 60%;
  }
}
.announcement-bar__text p {
  margin: 0;
}
.announcement-bar__text a {
  font-size: inherit;
  padding: 0;
  line-height: 1;
}

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

/* Header */
body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  z-index: 11;
  will-change: transform;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-sticky .header-wrapper {
  background-color: rgb(var(--color-background));
  transition: background var(--duration-default);
}
.shopify-section-header-sticky.always-fixed .header-wrapper--overlay {
  background-color: transparent;
}
.shopify-section-header-sticky.fixed .header-wrapper {
  background-color: rgb(var(--color-background));
}

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

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: var(--header-z-index);
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header {
  position: relative;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
  text-transform: var(--font-header-menu-text-transform);
  color: rgb(var(--color-foreground));
  min-height: 5.6rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header {
    min-height: var(--header-height);
    padding: 0;
    border: 0;
    display: block;
  }
}
.header a {
  text-decoration: none;
}
.header .list-menu--inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .list-menu--inline > li > .header__menu-item {
  position: relative;
}
.header .list-menu--inline > li > .header__menu-item:before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  height: 0.1rem;
  left: 1.6rem;
  border-radius: 0 0.1rem 0.1rem 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
@media screen and (min-width: 1360px) {
  .header .list-menu--inline > li > .header__menu-item:before {
    bottom: 2.3rem;
  }
}
.header .list-menu--inline > li > .header__menu-item.current-link:before {
  width: calc(100% - 3.2rem);
}
.header .list-menu--inline > li:hover > .header__menu-item:before, .header .list-menu--inline > li:focus > .header__menu-item:before, .header .list-menu--inline > li:focus-within > .header__menu-item:before {
  width: calc(100% - 3.2rem);
}
.header .list-menu--inline > li.list-menu-has-child:hover > .header__menu-item:after {
  content: "";
  position: absolute;
  top: 80%;
  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 {
  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 {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 5;
}
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__tags-list a,
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__img,
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__title, .header .list-menu--inline li:focus > .header-mega-menu * .collection-card__tags-list a,
.header .list-menu--inline li:focus > .header-mega-menu * .collection-card__img,
.header .list-menu--inline li:focus > .header-mega-menu * .collection-card__title {
  pointer-events: all !important;
}
.header .list-menu--inline li .header-nested-menu {
  height: initial;
  max-height: 45vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header .list-menu--inline li .header-nested-menu::-webkit-scrollbar {
  display: none;
}
.header .list-menu-has-child {
  position: relative;
}
.header .header__menu-item {
  padding: 1.6rem;
  display: block;
}
.header .header__menu-item > .icon-arrow-small {
  transition: all var(--duration-short) linear;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1360px) {
  .header .header__menu-item {
    padding: 2.4rem 1.6rem;
  }
}
.header span.header__menu-item {
  cursor: default;
}
.header .header__localization {
  flex: none;
}
.header .header__localization-button {
  height: auto;
  border: 0;
  font-size: inherit;
  display: block;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity var(--duration-default) ease;
}
.header .header__localization-button:hover {
  box-shadow: none;
  background-color: transparent;
  opacity: 0.7;
}
.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);
}
.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;
}

@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--dark {
    display: flex;
  }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
  display: flex;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--dark {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: none;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
  display: none;
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--light {
    display: none;
  }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--light {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: flex;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
  display: flex;
}
.header__toggle-scheme-item {
  cursor: pointer;
  background: transparent;
  border: 0;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
}
.header__toggle-scheme .icon {
  padding: 0.6rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgb(var(--color-accent));
  flex: none;
}
.header__toggle-scheme .icon > span {
  flex: none;
}

.header__icon--search > span:not(.header__icon-name) {
  display: flex;
}

.header-top {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .header-top {
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid rgb(var(--color-border));
    width: auto;
  }
}
.header-top__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header-top__wrapper {
    gap: 1.4rem;
  }
}
@media screen and (min-width: 1360px) {
  .header-top__wrapper {
    gap: 3rem;
  }
}
.header-top__left, .header-top__right {
  display: flex;
  align-items: center;
}
.header-top__left {
  gap: 1.2rem;
}
.header-top__right {
  justify-content: flex-end;
  gap: 1.2rem;
}
@media screen and (min-width: 1360px) {
  .header-top__right {
    gap: 2.5rem;
  }
}
.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);
  height: auto;
}
@media screen and (min-width: 990px) {
  .header-top__logo .header__heading-link img {
    width: var(--header-logo-width);
  }
}

.header__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.header__icon svg.icon {
  transform: translateY(0);
}

.header__submenu {
  position: absolute;
  border-radius: 0rem;
  padding: 1.2rem 0;
  left: 0;
  top: calc(100% + 0.8rem);
  min-width: 19rem;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all var(--duration-default) ease;
}
.header__submenu .header__submenu {
  top: -1.2rem;
  left: 100%;
  z-index: -1;
}
.header__submenu > li {
  position: relative;
}
.header__submenu > li .header__menu-item {
  padding: 1.3rem 2.4rem;
  display: grid;
  grid-template-columns: auto 2rem;
  align-items: center;
  gap: 0.8rem;
  transition: all var(--duration-default) ease;
}
.header__submenu > li .header__menu-item:hover, .header__submenu > li .header__menu-item:focus, .header__submenu > li .header__menu-item:focus-within {
  background: rgb(var(--color-accent));
}

.header-mega-menu {
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 4rem 0;
  transition: all var(--duration-long) ease-out;
  z-index: -4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
}
.header-mega-menu .collection-card__tags-list a,
.header-mega-menu .collection-card__img,
.header-mega-menu .collection-card__title {
  pointer-events: none !important;
}

.header-mega-menu__wrapper {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 27rem 1fr;
}

.header-mega-menu__submenu {
  padding-top: 2rem;
  display: grid;
  gap: 1.2rem;
}
.header-mega-menu__submenu a {
  opacity: 0.7;
  transition: all var(--duration-short) ease;
}
.header-mega-menu__submenu a:hover, .header-mega-menu__submenu a:focus, .header-mega-menu__submenu a:focus-within {
  opacity: 1;
}

.header-mega-menu__have-submenu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 26.3rem;
  padding-right: 3.2rem;
  border-right: 0.1rem solid rgb(var(--color-border));
}

.mega-menu-details summary span {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
}
.mega-menu-details summary span .icon {
  position: unset;
  height: auto;
  transition: all var(--duration-short) ease;
}

.mega-menu-details[open] summary span .icon {
  transform: rotate(180deg);
}

.header-mega-menu__product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}

.mega_menu-collections {
  display: grid;
  grid-template-columns: repeat(var(--collection-per-row), 1fr);
  gap: 2.4rem;
}

.header-collection-banner {
  border-radius: 0.8rem;
  padding: 2.4rem;
}

.header-collection-banner__title {
  margin-bottom: 2rem;
}

.header-collection-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 1099px) {
  .header__bottom,
.header-top__left,
.header__toggle-scheme,
.header__account {
    display: none;
  }

  .cart-count-bubble {
    font-size: 1.2rem;
  }

  .header-top__wrapper {
    display: flex;
    gap: 1.6rem;
  }

  summary.menu-drawer__menu-item + .menu-drawer__submenu {
    margin-top: 1rem;cart-icon-bubble
  }

  .header-top__right {
    margin-left: auto;
    gap: 1.6rem;
  }

  .header__modal-close-button {
    display: none;
  }

  .menu-drawer-container[open] .header__modal-open {
    display: none;
  }
  .menu-drawer-container[open] .header__modal-close-button {
    display: block;
  }

  .header__modal-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }

  .header__icon-name__search,
.header__cart-text {
    display: none;
  }

  .header__details {
    display: flex;
  }

  .menu-drawer__menu .menu-drawer__menu {
    padding: 0;
  }
  .menu-drawer__menu .menu-drawer__menu a,
.menu-drawer__menu .menu-drawer__menu span {
    color: rgba(var(--color-foreground), 0.7);
  }
  .menu-drawer__menu .menu-drawer__menu a svg,
.menu-drawer__menu .menu-drawer__menu span svg {
    color: rgba(var(--color-foreground), 1);
  }
  .menu-drawer__menu li {
    padding: 1rem 0;
  }
  .menu-drawer__menu li li {
    padding: 0.5rem 0;
  }

  .menu-drawer__menu details[open] > .menu-drawer__menu-item .icon {
    transform: rotate(180deg);
  }
}

.header__account {
  align-items: center;
  position: relative;
}
.header__account-modal {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 20rem;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgba(var(--color-background));
  transform: translateX(-50%);
  transition: opacity var(--duration-default);
  z-index: 10;
  opacity: 0;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
}
details[open] > .header__account-modal {
  opacity: 1;
}
.header__account__login {
  width: 100%;
}
.header__account__login .icon {
  margin-right: 1rem;
  margin-left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.header__account__register {
  margin-top: 1.6rem;
  justify-content: center;
}
.header__account__name {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  font-weight: 700;
}
.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  padding: 0.6rem;
  text-decoration: none;
  transition: all var(--duration-default) ease;
  font-weight: 500;
}
.header__account__body a:hover, .header__account__body a:focus, .header__account__body a:focus-within {
  opacity: 0.7;
}
.header__account__logout {
  margin-top: 1rem;
  width: 100%;
}

.no-js .header__toggle-scheme {
  display: none;
}
.no-js .link {
  width: 100%;
}
.no-js .header__localization .field + button {
  margin-top: 1rem;
}

/* ____Header links hover ____ */
.header-mega-menu__link,
.header__icon--account,
.header__toggle-scheme-item,
.header__icon--search,
.header__icon--cart {
  transition: all var(--duration-default) ease;
}
.header-mega-menu__link:hover,
.header__icon--account:hover,
.header__toggle-scheme-item:hover,
.header__icon--search:hover,
.header__icon--cart:hover {
  opacity: 0.7;
}

/* Info-bar */
.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  */
.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgb(var(--color-foreground));
  font-weight: 500;
}
.breadcrumb_margin {
  margin-bottom: 1.6rem;
}
.breadcrumb__delimiter {
  padding: 0px 8px;
}
.breadcrumb--center {
  justify-content: center;
}
.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 span {
  color: rgb(var(--color-foreground), 0.8);
}

/* Popup */
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .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: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 0;
  left: 0;
}
.popup--top-right {
  top: 0;
  right: 0;
}
.popup--bottom {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 0;
  bottom: 0;
}
.popup--bottom-right {
  right: 0;
  bottom: 0;
}
.popup--left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 0;
  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%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.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-text {
  color: rgb(var(--color-foreground-secondary));
  margin-bottom: 3.2rem;
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 2;
  transform: unset;
}
@media screen and (max-width: 576px) {
  .popup .popup-close {
    right: 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 {
  opacity: 0.5;
  margin: 1.6rem 0 0;
  font-size: 1.3rem !important;
}
.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: 45%;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
    display: block;
  }
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: calc(var(--font-popup-heading-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.8rem);
  }
}
@media only screen and (min-width: 1360px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 3.5rem);
  }
}
@media only screen and (min-width: 1540px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 4.2rem);
  }
}
.popup-main .popup-text {
  font-size: calc(var(--font-popup-text-scale) * 2rem);
  line-height: 1.2;
}
.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;
}
@media only screen and (min-width: 990px) {
  .popup-main .popup-thumbnail {
    flex: 1 0 50%;
  }
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 25px;
  flex: 1 0 50%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 64px;
  }
}
.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 .field,
.popup-main .newsletter-form .button {
  min-height: 5.8rem;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
  min-width: 12rem;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.2rem;
}

.popup-heading {
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
}

.popup-text {
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
}

@media screen and (min-width: 990px) {
  .notification-banner {
    left: 4rem;
    bottom: 4rem;
  }
}
.notification-banner .popup-wrap {
  border-radius: 8px;
}
.notification-banner .popup-outer {
  padding: 30px;
}
.notification-banner .popup-heading {
  margin: 0;
  font-size: calc(var(--font-notification-heading-scale) * 2rem);
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-size: calc(var(--font-notification-text-scale) * 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-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--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: 0.3rem;
  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;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification .popup-text p {
  text-align: center;
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}

.section-header__line {
  padding: 0 0 4rem;
}
.section-header__line .button--simple {
  margin-right: auto;
}
.section-header__line .section-header__title__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title__block .section-header__title-item {
    max-width: 80%;
  }
}
@media screen and (min-width: 1360px) {
  .section-header__line .section-header__title__block .section-header__title-item {
    max-width: unset;
  }
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title__block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section-header__line .section-header__title__block .button--simple {
    margin-right: unset;
  }
}
@media screen and (min-width: 1200px) {
  .section-header__line .section-header__title__block {
    align-items: flex-end;
  }
}
.section-header__line .section-header__title {
  margin: 0;
}
.section-header__line .section-header__desc {
  margin-top: 1.6rem;
}

.products-slider .products-slider__wrapper {
  position: relative;
  z-index: 1;
}
.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: 1100px) {
  .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) ~ .swiper-button {
  display: none;
}

/* =====================================================
   END OF APPLE-STYLE MEGA MENU V2 WITH OPEN DETAILS
   ===================================================== */




/* =====================================================
   AGGRESSIVE FIX: REMOVE ALL WHITE SPACE BELOW HEADER
   ===================================================== */

@media screen and (min-width: 1100px) {
  
  /* Force header section to have no bottom spacing */
  .header-main-section,
  .shopify-section-header,
  section[id*="shopify-section-header"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Force header wrapper to have no bottom spacing */
  .header,
  .header-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
  }
  
  /* Force header__bottom to have no bottom spacing */
  .header__bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Remove any border creating space */
  .header,
  .header-wrapper,
  .header__bottom {
    border-bottom-width: 0 !important;
  }
  
  /* Force the main content to start immediately after header */
  main,
  #MainContent,
  .main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Target the first section after header */
  .header + *,
  .header-wrapper + *,
  .shopify-section-header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* If there's a specific hero section */
  .shopify-section:first-of-type,
  section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
}

/* =====================================================
   NUCLEAR OPTION - Use if above doesn't work
   ===================================================== */

/*
If the white space persists, add this:

@media screen and (min-width: 1100px) {
  .header {
    max-height: 120px !important;
    overflow: visible !important;
  }
}

This forces the header to a maximum height of 120px.
Adjust the value as needed.
*/

/* =====================================================
   END OF FIX
   ===================================================== */



/* MOBILE: Hide entire menu */
@media screen and (max-width: 749px) {
  .header__menu {
    display: none !important;
  }
}

/* =====================================================
   ANCHOR LOGO TO THE LEFT
   ===================================================== */

/* Desktop: Logo anchored left */
@media screen and (min-width: 750px) {
  /* Make the top wrapper use flexbox */
  .header-top__wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  
  /* Logo stays on the left */
  .header-top__logo {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  
  /* Right side (menu + icons) stays on the right */
  .header-top__right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}


/* =====================================================
   PARALLAX (hero only)
   ===================================================== */

/* Only the FIRST image banner (hero) gets the sticky parallax effect */
.image-banner-section:first-of-type {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
}

/* All other sections slide over with white background */
.shopify-section:not(.image-banner-section):not(.shopify-section-header),
.image-banner-section:not(:first-of-type) {
  position: relative !important;
  z-index: 2 !important;
  background-color: #ffffff !important;
}

/* Subtle shadow on sections sliding over the hero */
.image-banner-section:first-of-type + .shopify-section:not(.image-banner-section) {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Hide scroll/discover indicator on ALL image banners */
.image-banner-section .additional-text,
.image-banner .additional-text {
  display: none !important;
}

/* =====================================================
   APPLE-STYLE MODULAR CARDS (non-hero image banners)
   ===================================================== */

.image-banner-section:not(:first-of-type) {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-sizing: border-box !important;
}

/* =====================================================
   VIDEO BANNER — Match image banner spacing
   ===================================================== */

.video-banner-section.spaced-section {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ffffff !important;
}

.video-banner-section .video-banner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.video-banner-section .video-banner[class*="padding"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Video banner — anchor text to bottom third */
.video-banner__content.video-banner--container {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding-bottom: 6rem !important;
}

.video-banner .video-banner__wrapper {
  align-items: flex-end !important;
  justify-content: center !important;
}

/* Mobile fix */
@media screen and (max-width: 749px) {
  .video-banner__content.video-banner--container {
    padding-bottom: 3rem !important;
    min-height: 30vh !important;
  }

  .video-banner-section .video-banner__media video,
  .video-banner-section .video-banner__media {
    min-height: 30vh !important;
    object-fit: cover !important;
  }
}




/* ============================================
   MOBILE DRAWER - Apple-Style Visual Hierarchy
   Only applies below 750px (mobile)
   ============================================ */

@media screen and (max-width: 749px) {

  /* --- Hide caret arrows since menus are permanently open --- */
  .menu-drawer__navigation details[open] > summary .icon-caret-footer {
    display: none !important;
  }

  /* --- Hide the back buttons inside submenus --- */
  .menu-drawer__navigation .menu-drawer__close-button {
    display: none !important;
  }

  /* --- Reset submenu positioning (they normally slide in as panels) --- */
   .menu-drawer__navigation .menu-drawer__submenu {
    display: block !important;
    position: static !important;
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
  }


  .menu-drawer__navigation .menu-drawer__inner-submenu {
    padding: 0 !important;
  }

  /* --- LEVEL 1: Top-level headers (DISCOVER, SUPPORT) --- */
  .menu-drawer__navigation > ul > li > details > summary {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 1 !important;
    padding: 1.4rem 0 !important;
    pointer-events: auto !important;
    border-bottom: none !important;
  }

  /* SUPPORT (top-level link, not a details/summary) */
  .menu-drawer__navigation > ul > li > a.menu-drawer__menu-item {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 1 !important;
    padding: 1.4rem 0 !important;
  }

  /* --- LEVEL 2: Sub-category headers (SHOP ALL, LEARN) --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary,
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 0.7 !important;
    padding: 1rem 0 1rem 1.6rem !important;
    pointer-events: auto !important;
    border-bottom: none !important;
  }

  /* Make Level 2 links clickable if they are <a> tags */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    pointer-events: auto !important;
  }

  /* --- Divider between Level 2 groups --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li + li {
    margin-top: 0.6rem !important;
    padding-top: 0.6rem !important;
    border-top: 1px solid rgba(var(--color-foreground), 0.08) !important;
  }

  /* --- LEVEL 3: Leaf items (NMN, Resveratrol, About, etc.) --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 0.55 !important;
    padding: 0.7rem 0 0.7rem 3.2rem !important;
    pointer-events: auto !important;
  }

  /* Hover effect on leaf items */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item:hover {
    opacity: 1 !important;
  }

  /* --- Disable toggle on summaries (prevent collapsing) but keep links clickable --- */
  .menu-drawer__navigation details > summary {
    cursor: pointer !important;
  }

  /* --- Spacing between top-level sections --- */
  .menu-drawer__navigation > ul > li {
    margin-bottom: 0.8rem !important;
  }

  .menu-drawer__navigation > ul > li + li {
    margin-top: 1.2rem !important;
    padding-top: 1.2rem !important;
    border-top: 1px solid rgba(var(--color-foreground), 0.1) !important;
  }

}

  /* Make Level 2 summary links clickable and styled */
  .menu-drawer__menu-item-link {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: auto !important;
    display: inline !important;
  }

  /* Prevent summary toggle when clicking the link */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary {
    pointer-events: none !important;
  }

  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary a {
    pointer-events: auto !important;
    cursor: pointer !important;
  }


/* =====================================================
   FIX MEGA-SUBMENU POSITIONING (LEARN, EXPLORE BY PURPOSE)
   Override inline left positioning that pushes submenus off-screen
   ===================================================== */
@media screen and (min-width: 750px) {
  .mega-submenu__submenu {
    position: static !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.8rem !important;
  }
}

/* Prevent mega-submenu tab switching - keep all columns visible */
@media screen and (min-width: 750px) {
  .mega-submenu .mega-menu-details > summary {
    pointer-events: none !important;
    cursor: default !important;
  }
  
  .mega-submenu .mega-menu-details {
    display: block !important;
  }
  
  .mega-submenu .mega-menu-details[open] > .mega-submenu__submenu,
  .mega-submenu .mega-menu-details:not([open]) > .mega-submenu__submenu,
  .mega-submenu .mega-menu-details > ul {
    position: static !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    gap: 0.8rem !important;
  }
}

/* =====================================================
   HERO BANNER - Apple-Style Text Styling
   Adjust the --hero-* custom properties to fine-tune
   ===================================================== */

:root {
  /* Hero Heading */
  --hero-heading-size-mobile: 2.5rem;
  --hero-heading-size-tablet: 4rem;
  --hero-heading-size-desktop: 4.5rem;
  --hero-heading-weight: 600;
  --hero-heading-letter-spacing: -0.02em;
  --hero-heading-line-height: 1.1;
  --hero-heading-color: #ffffff;

  /* Hero Subheading */
  --hero-sub-size-mobile: 1.5rem;
  --hero-sub-size-tablet: 4rem;
  --hero-sub-size-desktop: 4rem;
  --hero-sub-weight: 400;
  --hero-sub-letter-spacing: -0.01em;
  --hero-sub-line-height: 1.3;
  --hero-sub-color: rgba(255, 255, 255, 0.85);

  /* Spacing between heading and subheading */
  --hero-text-gap: 1.2rem;
}

/* --- Heading --- */
.image-banner h2.image-banner__heading {
  font-size: var(--hero-heading-size-mobile) !important;
  font-weight: var(--hero-heading-weight) !important;
  letter-spacing: var(--hero-heading-letter-spacing) !important;
  line-height: var(--hero-heading-line-height) !important;
  color: var(--hero-heading-color) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Subheading / Description --- */
.image-banner .image-banner__information {
  margin-top: var(--hero-text-gap) !important;
}

.image-banner .image-banner__information.richtext__content p,
.image-banner .image-banner__information.large-font p,
.image-banner .image-banner__information p {
  font-size: var(--hero-sub-size-mobile) !important;
  font-weight: var(--hero-sub-weight) !important;
  letter-spacing: var(--hero-sub-letter-spacing) !important;
  line-height: var(--hero-sub-line-height) !important;
  color: var(--hero-sub-color) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) !important;
  margin: 0 !important;
}

/* --- Tablet --- */
@media screen and (min-width: 750px) {
  .image-banner h2.image-banner__heading {
    font-size: var(--hero-heading-size-tablet) !important;
  }
  .image-banner .image-banner__information p {
    font-size: var(--hero-sub-size-tablet) !important;
  }
}

/* --- Desktop --- */
@media screen and (min-width: 1100px) {
  .image-banner h2.image-banner__heading {
    font-size: var(--hero-heading-size-desktop) !important;
  }
  .image-banner .image-banner__information p {
    font-size: var(--hero-sub-size-desktop) !important;
  }
}


/* =====================================================
   HERO BANNER - Content Anchored to Lower Third (All Screens)
   ===================================================== */

.image-banner .image-banner-box {
  position: relative !important;
}

.image-banner .image-banner__wrapper {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  padding-bottom: 10rem !important;
}

.image-banner .image-banner__column--center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.image-banner .image-banner__button-wrapper {
  margin-top: 1.6rem !important;
}



/* =====================================================
   HERO BANNER - Apple-Style Image Sizing (Desktop/Tablet)
   Prevents image from stretching too tall on wide screens
   Adjust --hero-banner-* variables to fine-tune
   ===================================================== */

:root {
  /* Desktop banner height constraints */
  --hero-banner-height-desktop: 65vh;
  --hero-banner-min-height: 450px;
  --hero-banner-max-height: 650px;
}

@media screen and (min-width: 750px) {
  /* Constrain the banner container height */
  .image-banner .image-banner-box {
    height: var(--hero-banner-height-desktop) !important;
    min-height: var(--hero-banner-min-height) !important;
    max-height: var(--hero-banner-max-height) !important;
    overflow: hidden !important;
  }

  /* Image fills the container and crops instead of stretching */
  .image-banner .image-banner__img img,
  .image-banner .image-banner__img video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
  }

  /* Make sure the image container fills the box */
  .image-banner .image-banner__img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
  }
}

/* =====================================================
   FIX: Mobile image wrapper must fill the banner container
   ===================================================== */

.image-banner__img--mobile,
.image-banner__img--desktop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.image-banner__img--mobile img,
.image-banner__img--desktop img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


/* ============================================================
   APPLE-STYLE GLASS BUTTONS — AlphaCell Labs (v3 FINAL)
   REPLACES the entire previous glass button block
   ============================================================ */

/* ---------------------------------------------------------
   1. HERO IMAGE BANNER — CTA Button
   Parent: div.image-banner__button-wrapper
   Button: a.button.button--primary.button--primary-size
   --------------------------------------------------------- */

:root {
  /* ===== IMAGE BANNER CTA BUTTON — DESKTOP ===== */
  --hero-font-size: 2rem;
  --hero-font-weight: 400;
  --hero-padding-y: 1.2rem;
  --hero-padding-x: 2.8rem;
  --hero-border-radius: 980px;
  --hero-letter-spacing: 0.01em;

  /* ===== IMAGE BANNER CTA BUTTON — MOBILE ===== */
  --hero-font-size-mobile: 1.5rem;
  --hero-font-weight-mobile: 400;
  --hero-padding-y-mobile: 1.1rem;
  --hero-padding-x-mobile: 3.4rem;

  /* ===== QUICK VIEW BUTTON — DESKTOP ===== */
  --qv-font-size: 1.8rem;
  --qv-font-weight: 400;
  --qv-padding-y: 1.2rem;
  --qv-padding-x: 2.8rem;
  --qv-border-radius: 980px;
  --qv-bottom: 4rem;
  --qv-letter-spacing: 0.02em;

  /* ===== QUICK VIEW BUTTON — MOBILE ===== */
  --qv-font-size-mobile: 1.5rem;
  --qv-padding-y-mobile: 1.1rem;
  --qv-padding-x-mobile: 3.4rem;
  --qv-bottom-mobile: 5rem;

  
  /* ===== PRODUCT CARD IMAGE ===== */
  --card-image-ratio: 1 / 1;

  /* ===== PRODUCT CARD TITLE — DESKTOP ===== */
  --card-title-font-size: 1.7rem;
  --card-title-font-weight: 500;
  --card-title-line-height: 1.3;
  --card-title-color: inherit;
  --card-title-font-family: inherit;
  --card-title-text-align: left;
  --card-title-text-transform: none;
  --card-title-letter-spacing: normal;
  --card-title-max-lines: 2;
  --card-title-margin-top: 1.2rem;

  /* ===== PRODUCT CARD PRICE — DESKTOP ===== */
  --card-price-font-size: 1.5rem;
  --card-price-font-weight: 400;
  --card-price-color: inherit;
  --card-price-font-family: inherit;
  --card-price-text-align: center;
  --card-price-text-transform: none;
  --card-price-letter-spacing: normal;
  --card-price-margin-top: 0.4rem;

  /* ===== CARD TITLE/PRICE — MOBILE ===== */
  --card-title-font-size-mobile: 1.8rem;
  --card-title-font-weight-mobile: 500;
  --card-price-font-size-mobile: 1.7rem;
  --card-price-font-weight-mobile: 400;
  
  /* ===== VIDEO BANNER CTA BUTTON — DESKTOP ===== */
  --video-font-size: 1.7rem;
  --video-font-weight: 400;
  --video-padding-y: 1.2rem;
  --video-padding-x: 2.8rem;
  --video-border-radius: 980px;
  --video-letter-spacing: 0.01em;

  /* ===== VIDEO BANNER CTA BUTTON — MOBILE ===== */
  --video-font-size-mobile: 1.5rem;
  --video-font-weight-mobile: 400;
  --video-padding-y-mobile: 1rem;
  --video-padding-x-mobile: 2.2rem;

    /* ===== VIDEO BANNER HEADING — DESKTOP ===== */
  --video-heading-size: 3rem;
  --video-heading-weight: 600;
  --video-heading-spacing: -0.02em;

  /* ===== VIDEO BANNER HEADING — MOBILE ===== */
  --video-heading-size-mobile: 1.5rem;
  --video-heading-weight-mobile: 600;
  --video-heading-spacing-mobile: -0.01em;

}

/* Glass effect base */
.image-banner__button-wrapper .button.button--primary,
.image-banner__button-wrapper .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: var(--hero-border-radius) !important;
  color: #fff !important;
  font-size: var(--hero-font-size) !important;
  font-weight: var(--hero-font-weight) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--hero-padding-y) var(--hero-padding-x) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  text-transform: none !important;
}


/* Glass button hover — fills with brand color */
.image-banner__button-wrapper .button.button--primary:hover,
.image-banner__button-wrapper .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}


/* Remove the theme's default ::before pseudo-element hover fill */
.image-banner__button-wrapper .button.button--primary::before,
.image-banner__button-wrapper .button.button--primary-size::before {
  display: none !important;
}


/* Button label inside — ensure clean typography */
.image-banner__button-wrapper .button .button-label {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}


/* ---------------------------------------------------------
   2. PRODUCT GRID — "Quick View" / "Add To Cart" Button
   Parent: div.products-grid > ... > div.product-card
   Button: button.card__link.button.button--primary

   EASY TUNING: Change the --qv-* variables below to
   adjust size, font, padding, and position in one place.
   --------------------------------------------------------- */


/* Force always visible on desktop */
@media screen and (min-width: 1100px) {
  .products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
  .products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Glass effect + sizing + positioning */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
  background-color: rgba(255, 255, 255, 0.18) !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
  backdrop-filter: blur(10px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: var(--qv-border-radius) !important;
  color: #fff !important;
  font-size: var(--qv-font-size) !important;
  font-weight: var(--qv-font-weight) !important;
  letter-spacing: var(--qv-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--qv-padding-y) var(--qv-padding-x) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
  text-transform: none !important;
  bottom: var(--qv-bottom) !important;
}

/* Hover — brand color fill */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary:hover,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(40, 146, 208, 0.3) !important;
}

/* Remove theme's default ::before hover fill */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary::before,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary::before {
  display: none !important;
}

/* Quick view text span inherits from button */
.products-grid .card__link .card__quickview-text {
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  .products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
  .products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
    font-size: var(--qv-font-size-mobile) !important;
    padding: var(--qv-padding-y-mobile) var(--qv-padding-x-mobile) !important;
    bottom: var(--qv-bottom-mobile) !important;
  }
}

/* ---------------------------------------------------------
   PRODUCT GRID — Title & Price Styling
   Adjust the --card-* variables in :root to change
   --------------------------------------------------------- */

/* Product card image — aspect ratio */
.products-grid .product-card .media,
.products-grid .product-card-alt .media {
  aspect-ratio: var(--card-image-ratio) !important;
  padding-bottom: unset !important;
  height: auto !important;
}

.products-grid .product-card .media img,
.products-grid .product-card-alt .media img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Product card title */
.products-grid .card__title,
.products-grid .card__title a {
  font-size: var(--card-title-font-size) !important;
  font-weight: var(--card-title-font-weight) !important;
  line-height: var(--card-title-line-height) !important;
  color: var(--card-title-color) !important;
  font-family: var(--card-title-font-family) !important;
  text-align: var(--card-title-text-align) !important;
  text-transform: var(--card-title-text-transform) !important;
  letter-spacing: var(--card-title-letter-spacing) !important;
}

/* Title — max lines truncation */
.products-grid .card__title a {
  display: -webkit-box !important;
  -webkit-line-clamp: var(--card-title-max-lines) !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Title — spacing from image */
.products-grid .card-information__wrapper,
.products-grid .card-information {
  margin-top: var(--card-title-margin-top) !important;
}

/* Product card price */
.products-grid .price,
.products-grid .price .money {
  font-size: var(--card-price-font-size) !important;
  font-weight: var(--card-price-font-weight) !important;
  color: var(--card-price-color) !important;
  font-family: var(--card-price-font-family) !important;
  text-align: var(--card-price-text-align) !important;
  text-transform: var(--card-price-text-transform) !important;
  letter-spacing: var(--card-price-letter-spacing) !important;
}

/* Price — spacing from title */
.products-grid .price {
  margin-top: var(--card-price-margin-top) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .products-grid .card__title,
  .products-grid .card__title a {
    font-size: var(--card-title-font-size-mobile) !important;
    font-weight: var(--card-title-font-weight-mobile) !important;
  }
  .products-grid .price,
  .products-grid .price .money {
    font-size: var(--card-price-font-size-mobile) !important;
    font-weight: var(--card-price-font-weight-mobile) !important;
  }
}

/* ---------------------------------------------------------
   3. SLIDESHOW SECTION — CTA Buttons (compatibility)
   --------------------------------------------------------- */

.slideshow-slide__button .button.button--primary,
.slideshow-slide__button .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 980px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  min-height: unset !important;
  padding: 1rem 2.4rem !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  text-transform: none !important;
}

.slideshow-slide__button .button.button--primary:hover,
.slideshow-slide__button .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}

.slideshow-slide__button .button.button--primary::before,
.slideshow-slide__button .button.button--primary-size::before {
  display: none !important;
}


/* ---------------------------------------------------------
   4. MOBILE RESPONSIVE ADJUSTMENTS
   --------------------------------------------------------- */

@media screen and (max-width: 749px) {

   /* Hero image-banner button — mobile */
  .image-banner__button-wrapper .button.button--primary,
  .image-banner__button-wrapper .button.button--primary-size {
    font-size: var(--hero-font-size-mobile) !important;
    font-weight: var(--hero-font-weight-mobile) !important;
    padding: var(--hero-padding-y-mobile) var(--hero-padding-x-mobile) !important;
  }

  /* Slideshow button — mobile */
  .slideshow-slide__button .button.button--primary,
  .slideshow-slide__button .button.button--primary-size {
    font-size: 1.3rem !important;
    padding: 0.9rem 2rem !important;
  }
}


/* ---------------------------------------------------------
   5. SECONDARY / OUTLINE BUTTONS ON IMAGE BACKGROUNDS
   --------------------------------------------------------- */

.image-banner__button-wrapper .button.button--outline,
.slideshow-slide__button .button.button--outline {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 980px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  min-height: unset !important;
  padding: 1rem 2.4rem !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  text-transform: none !important;
}

.image-banner__button-wrapper .button.button--outline:hover,
.slideshow-slide__button .button.button--outline:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #fff !important;
}

.image-banner__button-wrapper .button.button--outline::before,
.slideshow-slide__button .button.button--outline::before {
  display: none !important;
}

/* ---------------------------------------------------------
   VIDEO BANNER — Glass CTA Button (matches image banner)
   --------------------------------------------------------- */

.video-banner__button-wrapper .button.button--primary,
.video-banner__button-wrapper .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: var(--video-border-radius) !important;
  color: #fff !important;
  font-size: var(--video-font-size) !important;
  font-weight: var(--video-font-weight) !important;
  letter-spacing: var(--video-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--video-padding-y) var(--video-padding-x) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.video-banner__button-wrapper .button.button--primary:hover,
.video-banner__button-wrapper .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}

.video-banner__button-wrapper .button.button--primary::before,
.video-banner__button-wrapper .button.button--primary-size::before {
  display: none !important;
}

.video-banner__button-wrapper .button .button-label {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.video-banner__heading {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-width: 749px) {
  .video-banner__button-wrapper .button.button--primary,
  .video-banner__button-wrapper .button.button--primary-size {
    font-size: var(--video-font-size-mobile) !important;
    font-weight: var(--video-font-weight-mobile) !important;
    padding: var(--video-padding-y-mobile) var(--video-padding-x-mobile) !important;
  }
}

/* Force white page background (overscroll/pull-to-refresh) */
html {
  background-color: #ffffff !important;
}

/* Preserve footer dark background */
.footer,
.shopify-section-group-footer-group,
.section-footer {
  background-color: rgb(var(--color-background)) !important;
}


@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error: 220, 119, 62;
  --color-success: 34, 146, 92;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --menu-shadow-alpha: 0.08;
  --alpha-link: 0.5;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-placeholder-input: 0.5;
  --header-z-index: 1000;
  --swiper-navigation-color: rgb(var(--color-foreground));
  --swiper-pagination-color: rgb(var(--color-foreground));
  --container-width: 192rem;
  --main-padding: 2rem;
}
@media screen and (min-width: 1200px) {
  :root {
    --main-padding: 6.4rem;
  }
}

[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: 102rem;
}

.container-small {
  --small-padding: var(--main-padding);
  padding-right: var(--small-padding);
  padding-left: var(--small-padding);
}
@media screen and (min-width: 1100px) {
  .container-small {
    --small-padding: calc(var(--main-padding) / 2);
  }
}
@media screen and (min-width: 1560px) {
  .container-small {
    --small-padding: var(--main-padding);
  }
}

/* Base */
html {
  scrollbar-gutter: stable;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

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

.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 {
  overflow: hidden;
}

@media screen and (min-width: 1100px) {
  .overflow-hidden {
    padding-right: 1.7rem;
  }
}

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

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

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 10;
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
[data-scheme=dark] .icon-account-order-none circle + path {
  stroke: rgb(var(--color-background));
}

/* Light header on dark bg */
@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-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));
}

/* Reviews */
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-review,
#shopify-product-reviews .spr-form {
  border: 0;
}
#shopify-product-reviews .spr-container {
  padding: 0;
}
#shopify-product-reviews .spr-summary-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(var(--color-foreground), 0.7);
}
#shopify-product-reviews .spr-header-title {
  display: none;
}
#shopify-product-reviews .spr-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0;
  text-align: left;
  justify-content: flex-start;
}
#shopify-product-reviews .spr-summary::before {
  display: none;
}
#shopify-product-reviews .spr-summary-actions {
  width: 100%;
}
#shopify-product-reviews .spr-summary-actions-newreview,
#shopify-product-reviews .spr-button {
  float: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem 2.8rem;
  margin-top: 2rem;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
}
#shopify-product-reviews .spr-summary-actions-newreview:hover,
#shopify-product-reviews .spr-button:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}
#shopify-product-reviews .spr-reviews {
  margin-top: 3.2rem;
}
#shopify-product-reviews .spr-review {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 1rem;
  break-inside: avoid;
  border-radius: var(--border-radius-button);
  padding: 3.2rem 0;
  position: relative;
}
#shopify-product-reviews .spr-review:first-child {
  margin-top: 0;
  padding-top: 0;
}
#shopify-product-reviews .spr-review:last-child {
  padding-bottom: 0;
}
#shopify-product-reviews .spr-review:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-foreground), 0.2);
}
#shopify-product-reviews .shopify-product-reviews {
  margin: 0;
}
#shopify-product-reviews .spr-review-header-title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
#shopify-product-reviews .spr-review-header-starratings {
  margin-bottom: 0.5rem;
  width: 100%;
}
#shopify-product-reviews .spr-review-content-body {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: rgb(var(--color-foreground-title));
}
@media (min-width: 750px) {
  #shopify-product-reviews .spr-review-content-body {
    font-size: 1.6rem;
  }
}
#shopify-product-reviews .spr-review-header-byline {
  font-size: 1.5rem;
  font-style: var(--font-heading-style);
  color: rgba(var(--color-foreground-secondary), 0.5);
  margin-bottom: 1.2rem;
}
#shopify-product-reviews .spr-review-header-byline strong:first-child {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground-title));
}
#shopify-product-reviews .spr-review-header-byline strong:last-child {
  color: rgba(var(--color-foreground-secondary), 0.5);
}
#shopify-product-reviews .spr-review-reportreview {
  font-size: 1.3rem;
  line-height: 2rem;
  color: rgba(var(--color-foreground-secondary));
  text-decoration-color: inherit;
  transition: all var(--duration-default) ease;
}
#shopify-product-reviews .spr-review-reportreview:hover {
  color: rgba(var(--color-foreground-secondary), 0.6);
}
#shopify-product-reviews .spr-form {
  background-color: rgb(var(--color-background-input));
  padding: 4rem;
  margin-top: 3.2rem;
  border-radius: 8px;
}
#shopify-product-reviews .spr-form-title {
  width: 100%;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: rgb(var(--color-foreground-title));
  margin-bottom: 3.2rem;
}
#shopify-product-reviews .spr-review-footer {
  margin-bottom: 0 !important;
}
#shopify-product-reviews .spr-form-label {
  display: none;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text, #shopify-product-reviews .spr-form-input.spr-form-input-email {
  width: 100%;
  min-height: 5.8rem;
  padding: 1.6rem 2rem;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-title));
  background-color: #ffffff;
  border: 0.2rem solid rgb(var(--color-border-input));
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  transition: border var(--duration-default);
  overflow: hidden;
  position: relative;
  margin-bottom: 2.4rem;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text::placeholder, #shopify-product-reviews .spr-form-input.spr-form-input-email::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary));
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:hover:not(:focus), #shopify-product-reviews .spr-form-input.spr-form-input-email:hover:not(:focus) {
  border-color: rgb(var(--color-accent));
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:focus, #shopify-product-reviews .spr-form-input.spr-form-input-email:focus {
  border-color: rgb(var(--color-accent));
  outline: none;
}
#shopify-product-reviews .spr-form-input.spr-form-input-text:focus::placeholder, #shopify-product-reviews .spr-form-input.spr-form-input-email:focus::placeholder {
  opacity: 0;
}
#shopify-product-reviews .spr-form > form {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews fieldset.spr-form-contact {
  order: 1;
}
#shopify-product-reviews fieldset.spr-form-actions {
  order: 2;
}
#shopify-product-reviews .spr-form-review {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-form-review-rating {
  margin-bottom: 4rem;
}
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin: 0;
}
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 2.4rem;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input {
  height: 8.8rem !important;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea {
  border: 0;
  padding: 1.6rem 2rem;
  resize: none;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-title));
  background-color: #ffffff;
  border-radius: 9px;
  inset: 0;
  height: 100%;
  min-height: unset;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary));
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea:focus {
  border: 0;
  outline: none;
}
#shopify-product-reviews .spr-form-review-body > .spr-form-input textarea:focus::placeholder {
  opacity: 0;
}
#shopify-product-reviews .spr-form-actions input[type=submit] {
  margin-top: 0.8rem;
}
#shopify-product-reviews .spr-form-message-error {
  border: 0.2rem solid rgb(var(--color-button));
  border-radius: var(--border-radius-button);
  color: rgb(var(--color-foreground-title));
  background-color: rgb(var(--color-background-card));
}
#shopify-product-reviews .spr-pagination {
  border: 0;
}
#shopify-product-reviews .spr-pagination > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
  position: relative;
  right: unset;
  left: unset;
}
#shopify-product-reviews .spr-pagination-next a,
#shopify-product-reviews .spr-pagination-prev a {
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
  transition: var(--duration-default);
}
#shopify-product-reviews .spr-pagination-next a:hover,
#shopify-product-reviews .spr-pagination-prev a:hover {
  opacity: 0.5;
}
#shopify-product-reviews .spr-pagination-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 0.5rem;
  transition: background-color var(--duration-default);
}
#shopify-product-reviews .spr-pagination-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: var(--font-heading-card-weight);
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
#shopify-product-reviews .spr-pagination-page:not(.is-active):hover, #shopify-product-reviews .spr-pagination-page:focus {
  background-color: rgb(var(--color-background-secondary));
}
#shopify-product-reviews .spr-pagination-page.is-active {
  color: rgb(var(--color-background-input));
  background-color: rgb(var(--color-button));
}
#shopify-product-reviews .spr-pagination-page:not(.is-active):hover {
  background-color: rgb(var(--color-background-secondary));
}
#shopify-product-reviews .spr-icon {
  display: inline-flex;
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 0.2rem;
}
#shopify-product-reviews .spr-icon::before {
  color: rgba(var(--color-button));
}

.spr-starrating {
  margin-bottom: 2rem;
}

.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-policy__title {
  text-align: left;
}

@media (max-width: 990px) {
  .icon-large {
    width: 66px;
    height: 66px;
  }
  .icon-medium {
    width: 44px;
    height: 44px;
  }
}
.fix-paddings {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}
@media screen and (min-width: 1100px) {
  .fix-paddings {
    padding-top: var(--main-padding) !important;
    padding-bottom: var(--main-padding) !important;
  }
}

@media screen and (min-width: 990px) {
  .slideshow-slide__text.section-to-center .slideshow-slide__title {
    margin: auto auto 2.4rem auto !important;
  }
}
.popular-products .button--primary {
  width: 100%;
  max-width: fit-content;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.product-banner-product .card__inner {
  border-radius: 0.8rem;
}

[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}
[dir=rtl] input.quantity__input[dir=ltr][type=number] {
  text-align: center !important;
}
[dir=rtl] input[type=range] {
  direction: initial !important;
}
[dir=rtl] .icon-button-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .header .header__menu-item > .icon-arrow-small {
  transform: rotate(90deg);
}
@media screen and (max-width: 1099px) {
  [dir=rtl] .header-top__right {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .testimonials .testimonials__desc {
    text-align: right;
  }
}
[dir=rtl] .header__submenu .header__submenu {
  right: 100%;
}
[dir=rtl] .header__submenu {
  left: auto;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=search],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=password],
[dir=rtl] .field__input {
  text-align: right;
  direction: rtl;
}
[dir=rtl] input[type=text][required] + label:after,
[dir=rtl] input[type=email][required] + label:after,
[dir=rtl] input[type=search][required] + label:after,
[dir=rtl] input[type=tel][required] + label:after,
[dir=rtl] input[type=password][required] + label:after,
[dir=rtl] .field__input[required] + label:after {
  content: "*";
  padding-right: 0.3rem;
}
[dir=rtl] input[type=text] + label,
[dir=rtl] input[type=email] + label,
[dir=rtl] input[type=search] + label,
[dir=rtl] input[type=tel] + label,
[dir=rtl] input[type=password] + label,
[dir=rtl] .field__input + label {
  right: 2.8rem;
  left: unset;
}
[dir=rtl] .search__buttons {
  right: auto;
  justify-content: flex-end;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .search__buttons {
    left: 1.5rem;
  }
}
[dir=rtl] .search__buttons .search-reset__button {
  padding-right: 1.2rem;
  padding-left: 0;
}
[dir=rtl] .search__input {
  padding-left: 9rem !important;
  padding-right: 2.8rem !important;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .slideshow-slide__text.section-to-left,
[dir=rtl] .slideshow-slide__desc.section-to-left {
    margin: auto 0 auto auto !important;
    text-align: right !important;
  }
}
[dir=rtl] .slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
  transform: rotate(180deg);
}
[dir=rtl] summary .icon-caret {
  right: unset;
  left: 0;
}
[dir=rtl] .title-for-rtl {
  text-align: right;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .countdown__header {
    text-align: right;
  }
}
[dir=rtl] .price dd:not(:last-child) {
  margin: 0 0 0 0.8rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .product-banner .product-banner-text > * {
    text-align: start;
  }
}
[dir=rtl] .product .price dd {
  margin: 0 0 0 1.2rem;
}
[dir=rtl] .product-markers .card-horizontal__collection-title a {
  margin: 0 0 0 1rem;
}
[dir=rtl] .social-media-collage__images .social-media-collage__text-box {
  margin: 0 1.2rem 0 0;
}
[dir=rtl] .video-banner .video-banner__column--center,
[dir=rtl] .video-banner .video-banner__wrapper {
  left: auto;
  right: 0;
}
[dir=rtl] .breadcrumb__delimiter {
  transform: rotate(180deg);
}
[dir=rtl] .facet-checkbox .icon-checkmark {
  left: 0;
  right: 0.4rem;
}
[dir=rtl] .mobile-facets__label:not(.facet-checkbox--color):not(.facet-checkbox--image) .icon-checkmark {
  left: 0;
  right: 1.9rem;
}
[dir=rtl] .facets__container .facets__price-wrapper,
[dir=rtl] .facets__container .facets__range,
[dir=rtl] .facets__container .facets__summary {
  direction: ltr;
}
[dir=rtl] .facets__container input[dir=ltr],
[dir=rtl] .facets__container textarea[dir=ltr] {
  text-align: left !important;
}
[dir=rtl] .mobile-facets__open > * + * {
  margin-left: 0;
  margin-right: 1rem;
}
[dir=rtl] .mobile-facets__arrow {
  transform: rotate(90deg);
  margin-right: auto;
  margin-left: 0;
}
[dir=rtl] .mobile-facets__details .field select {
  padding: 0 1.8rem 0 4rem;
}
[dir=rtl] .mobile-facets__details .field select + svg {
  left: 2rem;
  right: unset;
}
[dir=rtl] summary.list-menu__item {
  padding-right: unset;
  padding-left: 2.7rem;
}
[dir=rtl] .facets__sort-wrapper_vertical {
  right: unset;
  left: 0;
}
[dir=rtl] .collection-list .pagination__item-arrow,
[dir=rtl] .article-template .pagination__item-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .collection-list .pagination__item-arrow[aria-label="Previous page"],
[dir=rtl] .article-template .pagination__item-arrow[aria-label="Previous page"] {
  justify-content: flex-start;
}
[dir=rtl] .collection-list .pagination__item-arrow[aria-label="Next page"],
[dir=rtl] .article-template .pagination__item-arrow[aria-label="Next page"] {
  justify-content: flex-end;
}
[dir=rtl] .page-header .title--page {
  text-align: start;
}
[dir=rtl] .contact .form-asterisk {
  padding-left: 0;
  padding-right: 0.5rem;
}
[dir=rtl] .article-slider__main-title.slideshow-slide__title,
[dir=rtl] .article-slider__main-desc.slideshow-slide__desc {
  text-align: right;
}
[dir=rtl] .article-slider__button.slideshow-slide__button {
  display: flex;
}
[dir=rtl] .article-slider__button.slideshow-slide__button .button:hover .button-icon {
  transform: translate(-0.6rem);
}
[dir=rtl] #CartDrawer .drawer__close {
  right: unset;
  left: 1.6rem;
}
[dir=rtl] cart-drawer-items {
  padding-right: 0;
  padding-left: 1.6rem;
}
[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .cart-items th {
  text-align: right;
}
[dir=rtl] .totals > * + * {
  margin-left: unset;
  margin-right: 0.5rem;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cart-items th + th {
    padding-left: 0;
    padding-right: 3rem;
  }
  [dir=rtl] .cart-item .cart-item__quantity,
[dir=rtl] .cart-items .cart-items__heading--wide {
    padding-left: 0;
    padding-right: 10rem;
  }
  [dir=rtl] .cart-item > td.cart-item__details {
    padding-left: 0;
    padding-right: 1.6rem;
  }
  [dir=rtl] .cart-item > td + td {
    padding-left: 0;
    padding-right: 3rem;
  }
}
[dir=rtl] .cart-items th.total-th {
  text-align: left;
}
[dir=rtl] .login-wrapper .login .page-header__inner {
  text-align: right;
}
[dir=rtl] .login-wrapper .customer-form__placeholder-block label .form-asterisk {
  margin-left: unset;
  margin-right: 0.5rem;
}
[dir=rtl] .shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .shopify-challenge__button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
[dir=rtl] .customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon {
  transform: translate(-0.6rem);
}
[dir=rtl] .article-template .article-template__title {
  text-align: right;
}
[dir=rtl] .article-template__footer-content .share-buttons-simple span {
  margin-right: unset;
  margin-left: 0.6rem;
}
[dir=rtl] .newsletter .content_position-left {
  margin-right: unset;
  margin-left: auto;
}
[dir=rtl] .blog-post-arrows {
  display: flex;
}
[dir=rtl] .blog__post .article-card .article-card__tags,
[dir=rtl] .article-card .article-card__tags {
  justify-content: flex-start;
}
@media (min-width: 990px) {
  [dir=rtl] .quick-add-modal__announcement-bar {
    border-radius: 0 0 0 0.8rem;
    right: unset;
    left: 0;
  }
  [dir=rtl] .quick-add-modal .js-media-list {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .footer .newsletter__form {
    margin-right: auto;
    margin-left: unset;
  }
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .footer-block--logo:first-child {
    margin-right: unset;
    margin-left: auto;
  }
}
[dir=rtl] .menu-drawer {
  transform: translate(100%);
}
[dir=rtl] .compare__block.compare__block_before {
  z-index: 10;
  left: unset;
  right: 0;
}
[dir=rtl] .compare__block.compare__block_after {
  z-index: 20;
  right: unset;
  left: 0;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 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 1.6rem;
}

.h0 {
  font-size: 4.2rem;
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 1100px) {
  .h0 {
    font-size: 7.2rem;
  }
}
@media only screen and (min-width: 1540px) {
  .h0 {
    font-size: 10.4rem;
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale) * 3rem);
}
@media only screen and (min-width: 750px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1360px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 4.2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h1,
.h1 {
    font-size: calc(var(--font-heading-h1-scale) * 5.6rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 2.8rem);
  }
}
@media only screen and (min-width: 1360px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 3.5rem);
  }
}
@media only screen and (min-width: 1540px) {
  h2,
.h2 {
    font-size: calc(var(--font-heading-h2-scale) * 4.2rem);
  }
}

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.4rem);
  }
}
@media only screen and (min-width: 1360px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 3.2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h3,
.h3 {
    font-size: calc(var(--font-heading-h3-scale) * 4rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale) * 2rem);
}
@media only screen and (min-width: 1360px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 2.4rem);
  }
}
@media only screen and (min-width: 1540px) {
  h4,
.h4 {
    font-size: calc(var(--font-heading-h4-scale) * 3.2rem);
  }
}

h5,
.h5 {
  font-size: calc(var(--font-heading-h5-scale) * 1.8rem);
}
@media only screen and (min-width: 1360px) {
  h5,
.h5 {
    font-size: calc(var(--font-heading-h5-scale) * 2rem);
  }
}
@media only screen and (min-width: 1540px) {
  h5,
.h5 {
    font-size: calc(var(--font-heading-h5-scale) * 2.4rem);
  }
}

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

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

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;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.caption-large,
.form__label {
  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: transparent;
  font-size: 1.5rem;
  transition: var(--duration-default);
}

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

.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}

.circle-divider:last-of-type::after {
  display: none;
}

.line-divider {
  align-items: center;
  justify-content: center;
}

.line-divider::after {
  content: "";
  display: inline-flex;
  width: 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 2rem;
}
.richtext__content p:last-child {
  margin: 0;
}

.extra_small-font {
  font-size: calc(var(--font-body-scale) * 1rem * 0.834);
}

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

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

.slide-up-animated {
  overflow: hidden;
}
.slide-up-animated .slide-up-item {
  display: block;
  transform: translateY(110%);
}

.swiper-slide-active .slide-up-animated .slide-up-item {
  animation: show 1s forwards;
}

.swiper-slide-next .slide-up-animated .slide-up-item, .swiper-slide-prev .slide-up-animated .slide-up-item {
  transform: translateY(0);
}

@keyframes show {
  0% {
    transform: translateY(110%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Component-title */
.title {
  margin: 3rem 0 2rem;
}

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

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

.title--page {
  text-align: left;
}

.title--section > * {
  margin: 0;
}

.title--section-mt-none {
  margin: 0 0 3rem 0;
}

.title--section-m-none {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin: 2.4rem 0 1.6rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .page-header {
    margin: 4.8rem 0 3.2rem;
  }
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
}

.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}

.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
  margin-bottom: 0.8rem;
}

.badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-button-family);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-subtitle-letter-spacing);
  word-break: break-word;
  color: rgb(var(--color-badge-text));
  background: rgba(var(--color-badge-background), 0.7);
  transition: all var(--duration-default) ease;
  border-radius: 3rem;
}
.badge:hover {
  background: rgba(var(--color-badge-background), 1);
}

@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 */
.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;
}

/* Button */
/* Button - default */
.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: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 1;
  gap: 1.2rem;
  --btn-bg: var(--color-button);
  --btn-color: var(--color-button-text);
}
.shopify-challenge__button:not([disabled]):not([aria-disabled=true]):hover,
.button:not([disabled]):not([aria-disabled=true]):hover,
.customer .button:not([disabled]):not([aria-disabled=true]):hover {
  --btn-bg: var(--color-button-hover);
}
.shopify-challenge__button--primary span, .shopify-challenge__button--secondary span, .shopify-challenge__button--tertiary span, .shopify-challenge__button--simple span,
.button--primary span,
.button--secondary span,
.button--tertiary span,
.button--simple span,
.customer .button--primary span,
.customer .button--secondary span,
.customer .button--tertiary span,
.customer .button--simple span {
  transition: inherit;
}
.shopify-challenge__button--primary .button-icon, .shopify-challenge__button--secondary .button-icon, .shopify-challenge__button--tertiary .button-icon, .shopify-challenge__button--simple .button-icon,
.button--primary .button-icon,
.button--secondary .button-icon,
.button--tertiary .button-icon,
.button--simple .button-icon,
.customer .button--primary .button-icon,
.customer .button--secondary .button-icon,
.customer .button--tertiary .button-icon,
.customer .button--simple .button-icon {
  display: flex;
  transition: all var(--duration-long) linear;
}
.shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon, .shopify-challenge__button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-icon,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-icon {
  transform: translateX(0.6rem);
}
.shopify-challenge__button--primary, .shopify-challenge__button--secondary, .shopify-challenge__button--tertiary,
.button--primary,
.button--secondary,
.button--tertiary,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary {
  background-color: rgba(var(--btn-bg), var(--alpha-button-background));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 5.6rem;
  padding: 1rem 2.8rem;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: rgb(var(--btn-color));
}
.shopify-challenge__button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items, .shopify-challenge__button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items, .shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover .button-items {
  transform: translateY(0) scale(2);
}
.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);
}
.shopify-challenge__button--tertiary,
.button--tertiary,
.customer .button--tertiary {
  --btn-color: var(--color-button-tertiary-text);
  --btn-bg: var(--color-button-tertiary);
  position: relative;
  z-index: 1;
}
.shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover {
  --btn-bg: var(--color-button-tertiary-hover);
}
.shopify-challenge__button--simple,
.button--simple,
.customer .button--simple {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.2rem;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground-title));
  --alpha-button-background: 0;
  line-height: 1.5;
  overflow: visible;
  flex: none;
  max-width: 30rem;
  word-break: break-word;
  position: relative;
}
.shopify-challenge__button--primary-size,
.button--primary-size,
.customer .button--primary-size {
  min-height: 5.6rem;
  padding: 0 3.2rem;
}
.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;
}

/* Button - other */
.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}

.share-button .share-button__button:hover {
  box-shadow: none;
}

.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid 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;
}

/* Button - social share new */
.share-buttons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.share-buttons__label-name {
  font-size: 1.5rem;
}

.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}

.share-buttons__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.4rem;
}

.share-buttons__item {
  width: 2.4rem;
  height: 2.4rem;
}
.share-buttons__item a {
  color: rgba(var(--color-foreground));
  transition: all var(--duration-default) ease;
}
.share-buttons__item a:hover {
  color: rgba(var(--color-foreground), 0.5);
}

.share-buttons__item .icon {
  width: 100%;
  height: 100%;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons-simple {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: 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;
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  transform: translateX(1.6rem) translateY(-1.6rem);
  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));
}

.fancybox-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

/* Swiper styles */
.swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  opacity: 0.5;
  background-color: rgb(var(--color-button-secondary));
  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: 1;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.05);
}
.swiper-btn svg {
  transition: var(--duration-default);
  color: black;
}
.swiper-btn--prev {
  left: 4rem;
}
.swiper-btn--prev svg {
  transform-origin: right;
}
.swiper-btn--prev:hover svg {
  transform: translateX(-3px);
}
.swiper-btn--next {
  right: 4rem;
}
.swiper-btn--next svg {
  transform-origin: left;
}
.swiper-btn--next:hover svg {
  transform: translateX(3px);
}

.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: var(--font-button-letter-spacing);
  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-buttons.swiper-buttons--secondary {
  background-color: rgb(var(--color-button-secondary));
}
.swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button));
}
.swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-button-secondary-text));
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-pagination.swiper-button-disabled {
  opacity: 0;
  pointer-events: unset;
  cursor: default;
}

.swiper-button-next,
.swiper-button-prev {
  backdrop-filter: blur(0.7rem);
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .swiper-button-next,
.swiper-button-prev {
    backdrop-filter: blur(0.07rem);
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.swiper-pagination.swiper-pagination-default {
  padding-top: 2rem;
  display: flex;
  background: transparent;
}
@media screen and (min-width: 1100px) {
  .swiper-pagination.swiper-pagination-default {
    display: none;
  }
}
.swiper-pagination.swiper-pagination-default .swiper-pagination-bullet {
  background: rgb(var(--color-foreground));
  transition: all var(--duration-default) ease;
  position: relative;
  margin: 0;
}
.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-button-next,
.swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
  top: 50%;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 1360px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
  }
  .swiper-button-next .icon,
.swiper-button-prev .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.swiper-button-next span,
.swiper-button-prev span {
  display: flex;
}
.swiper-button-next:not(.swiper-button-disabled) .icon,
.swiper-button-prev:not(.swiper-button-disabled) .icon {
  transition: all var(--duration-default) ease;
}
.swiper-button-next:not(.swiper-button-disabled):hover .icon,
.swiper-button-prev:not(.swiper-button-disabled):hover .icon {
  transform: translateX(3px);
}

.swiper-button-next {
  right: -1rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 1360px) {
  .swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
  }
}

.swiper-button-prev {
  left: -1rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 1360px) {
  .swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button {
  display: none;
}
@media screen and (min-width: 1100px) {
  .swiper-button {
    display: flex;
  }
}

.slider-pagiantion-bullet .swiper-pagination {
  background: none;
}
.slider-pagiantion-bullet .swiper-pagination__button {
  background: none;
  backdrop-filter: unset;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 990px) {
  .slider-pagiantion-bullet .swiper-pagination__button {
    gap: 2.4rem;
  }
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  height: 0.4rem;
  text-align: left;
  border-radius: 10rem;
  backdrop-filter: blur(0.7rem);
  opacity: 1;
}
@media (min-width: 576px) {
  .slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet {
    flex: 0 0 8%;
    max-width: 12rem;
  }
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4.4rem;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet em {
  display: none;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet i,
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  height: 0.4rem;
  outline: none;
  border-radius: inherit;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet i {
  left: 0;
  z-index: 1;
  background: rgba(var(--color-foreground), 0.2);
  width: 100%;
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet b {
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all var(--duration-default) linear;
  background: rgb(var(--color-foreground));
}
.slider-pagiantion-bullet .swiper-pagination__button .swiper-pagination-bullet.swiper-pagination-bullet-active b {
  width: 100%;
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-pagiantion-bullet .swiper-pagination-bullet {
  background: transparent;
}
.slider-pagiantion-bullet .swiper-pagination__wrapper {
  position: relative;
  flex: 1 1 auto;
}
.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;
}

[data-autoplay=true] .swiper-pagination__button .swiper-pagination-bullet b {
  width: 0;
  left: 0;
  transform: translate(0);
  transition: none;
}
[data-autoplay=true] .swiper-pagination__button .swiper-pagination-bullet-active b {
  animation: countingBar var(--bullet-duration) linear 1 alternate forwards;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.button-wrapper .button {
  min-width: 17.6rem;
}
.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: 1rem;
  right: 1rem;
  width: 4.8rem;
  height: 4.8rem;
  background-color: rgba(var(--color-background), 1);
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 9999999;
  overflow: hidden;
}
@keyframes animation-scroll-top-one {
  0% {
    top: 50%;
  }
  100% {
    top: -100%;
  }
}
@keyframes animation-scroll-top-two {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
.scroll-top__block.show {
  opacity: 1;
}
.scroll-top__block .scroll-top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.scroll-top__block .scroll-top svg {
  width: 2.4rem;
  height: 2.4rem;
}
.scroll-top__block .scroll-top-one {
  top: 50%;
}
.scroll-top__block .scroll-top-two {
  top: 150%;
}
.scroll-top__block:hover .scroll-top-one {
  animation: animation-scroll-top-one var(--duration-long) linear;
}
.scroll-top__block:hover .scroll-top-two {
  animation: animation-scroll-top-two var(--duration-long) linear;
}

.remove-button button,
.remove-button a,
facet-remove button,
facet-remove a,
cart-remove-button button,
cart-remove-button a {
  background: transparent;
  border: 0;
  padding: 0;
  opacity: 0.6;
  transition: all var(--duration-default) linear;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.remove-button button:hover,
.remove-button a:hover,
facet-remove button:hover,
facet-remove a:hover,
cart-remove-button button:hover,
cart-remove-button a:hover {
  opacity: 1;
}

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

/* Form */
.field {
  position: relative;
  width: 100%;
  min-height: 5.5rem;
  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 .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));
  border-radius: 10rem;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  height: 5.5rem;
  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 .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 .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 .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 .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
@media screen and (min-width: 576px) {
  .field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
    font-size: 1.5rem;
  }
}
.field input[type=search] {
  border-color: transparent;
}
.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: 0.7rem 2.8rem;
  text-align: left;
  border-radius: 10rem;
  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: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 0.5;
  pointer-events: none;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(var(--color-foreground), var(--alpha-placeholder-input));
}
@media screen and (min-width: 576px) {
  .field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
    font-size: 1.5rem;
  }
}
.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 textarea.field__input {
  padding: 1.5rem 1.8rem;
  border-radius: 0.9rem;
}
.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;
  color: rgb(var(--color-button));
}
.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: rgba(255, 255, 255, 0.4);
  color: white;
  background-color: transparent;
}
.field--dark input[type=text]:hover, .field--dark input[type=text]:focus,
.field--dark input[type=email]:hover,
.field--dark input[type=email]:focus,
.field--dark input[type=tel]:hover,
.field--dark input[type=tel]:focus,
.field--dark input[type=password]:hover,
.field--dark input[type=password]:focus,
.field--dark input[type=search]:hover,
.field--dark input[type=search]:focus {
  border-color: white;
}
.field--dark input[type=text] + label,
.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: rgba(255, 255, 255, 0.5);
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

.field .text-area + label {
  top: 2.5rem;
}

/* Form global */
.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 */
.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-radius: 10rem;
  width: 100%;
  box-sizing: border-box;
  transition: border var(--duration-default);
  position: relative;
  display: flex;
  align-items: center;
  width: 13rem;
}

.quantity__input {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  padding: 0 0.5rem;
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}

.quantity__button {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  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 svg {
  width: 1.2rem;
  pointer-events: none;
}
.quantity__button .icon-minus {
  height: 0.25rem;
}
.quantity__button .icon-plus {
  height: 1.2rem;
}

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

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible):not(.button--secondary):not(.localization-selector.link) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.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);
}

/* Fallback */
.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 ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

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

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

.modal__toggle-close {
  display: none;
}

.no-js details[open] 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: transparent;
}

.modal__close-button .icon {
  width: 2.4rem;
  height: 2.4rem;
}

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

.fancybox-skin {
  padding: 0 !important;
}

.have-overlay {
  position: relative;
  z-index: 1;
  --overlay-alpha: 40%;
}
.have-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(var(--color-overlay), var(--overlay-alpha));
  will-change: transform;
}

/* Announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.section-announcement {
  transition: transform var(--duration-default);
}

.announcement-bar {
  position: relative;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .announcement-bar {
    min-height: var(--announcement-height);
  }
}

.announcement-bar__slide-box {
  display: flex;
  align-items: center;
}

.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  min-height: 4rem;
}

.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;
  font-weight: 400;
  line-height: 145%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 80%;
}
@media screen and (max-width: 576px) {
  .announcement-bar__text {
    font-size: 1.24rem;
  }
}
@media (min-width: 750px) {
  .announcement-bar__text {
    flex-direction: row;
    max-width: 60%;
  }
}
.announcement-bar__text p {
  margin: 0;
}
.announcement-bar__text a {
  font-size: inherit;
  padding: 0;
  line-height: 1;
}

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

/* Header */
body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  z-index: 11;
  will-change: transform;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-sticky .header-wrapper {
  background-color: rgb(var(--color-background));
  transition: background var(--duration-default);
}
.shopify-section-header-sticky.always-fixed .header-wrapper--overlay {
  background-color: transparent;
}
.shopify-section-header-sticky.fixed .header-wrapper {
  background-color: rgb(var(--color-background));
}

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

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: var(--header-z-index);
}
.header-wrapper[data-sticky-type=on-scroll-up] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header {
  position: relative;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
  text-transform: var(--font-header-menu-text-transform);
  color: rgb(var(--color-foreground));
  min-height: 5.6rem;
  padding: 1.2rem 0;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header {
    min-height: var(--header-height);
    padding: 0;
    border: 0;
    display: block;
  }
}
.header a {
  text-decoration: none;
}
.header .list-menu--inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header .list-menu--inline > li > .header__menu-item {
  position: relative;
}
.header .list-menu--inline > li > .header__menu-item:before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  height: 0.1rem;
  left: 1.6rem;
  border-radius: 0 0.1rem 0.1rem 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
@media screen and (min-width: 1360px) {
  .header .list-menu--inline > li > .header__menu-item:before {
    bottom: 2.3rem;
  }
}
.header .list-menu--inline > li > .header__menu-item.current-link:before {
  width: calc(100% - 3.2rem);
}
.header .list-menu--inline > li:hover > .header__menu-item:before, .header .list-menu--inline > li:focus > .header__menu-item:before, .header .list-menu--inline > li:focus-within > .header__menu-item:before {
  width: calc(100% - 3.2rem);
}
.header .list-menu--inline > li.list-menu-has-child:hover > .header__menu-item:after {
  content: "";
  position: absolute;
  top: 80%;
  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 {
  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 {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  z-index: 5;
}
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__tags-list a,
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__img,
.header .list-menu--inline li:hover > .header-mega-menu * .collection-card__title, .header .list-menu--inline li:focus > .header-mega-menu * .collection-card__tags-list a,
.header .list-menu--inline li:focus > .header-mega-menu * .collection-card__img,
.header .list-menu--inline li:focus > .header-mega-menu * .collection-card__title {
  pointer-events: all !important;
}
.header .list-menu--inline li .header-nested-menu {
  height: initial;
  max-height: 45vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header .list-menu--inline li .header-nested-menu::-webkit-scrollbar {
  display: none;
}
.header .list-menu-has-child {
  position: relative;
}
.header .header__menu-item {
  padding: 1.6rem;
  display: block;
}
.header .header__menu-item > .icon-arrow-small {
  transition: all var(--duration-short) linear;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1360px) {
  .header .header__menu-item {
    padding: 2.4rem 1.6rem;
  }
}
.header span.header__menu-item {
  cursor: default;
}
.header .header__localization {
  flex: none;
}
.header .header__localization-button {
  height: auto;
  border: 0;
  font-size: inherit;
  display: block;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity var(--duration-default) ease;
}
.header .header__localization-button:hover {
  box-shadow: none;
  background-color: transparent;
  opacity: 0.7;
}
.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);
}
.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;
}

@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--dark {
    display: flex;
  }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
  display: flex;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--dark {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: none;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
  display: none;
}
@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--light {
    display: none;
  }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--light {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: flex;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
  display: flex;
}
.header__toggle-scheme-item {
  cursor: pointer;
  background: transparent;
  border: 0;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
}
.header__toggle-scheme .icon {
  padding: 0.6rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: rgb(var(--color-accent));
  flex: none;
}
.header__toggle-scheme .icon > span {
  flex: none;
}

.header__icon--search > span:not(.header__icon-name) {
  display: flex;
}

.header-top {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .header-top {
    padding: 1.2rem 0;
    border-bottom: 0.1rem solid rgb(var(--color-border));
    width: auto;
  }
}
.header-top__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.2rem;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header-top__wrapper {
    gap: 1.4rem;
  }
}
@media screen and (min-width: 1360px) {
  .header-top__wrapper {
    gap: 3rem;
  }
}
.header-top__left, .header-top__right {
  display: flex;
  align-items: center;
}
.header-top__left {
  gap: 1.2rem;
}
.header-top__right {
  justify-content: flex-end;
  gap: 1.2rem;
}
@media screen and (min-width: 1360px) {
  .header-top__right {
    gap: 2.5rem;
  }
}
.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);
  height: auto;
}
@media screen and (min-width: 990px) {
  .header-top__logo .header__heading-link img {
    width: var(--header-logo-width);
  }
}

.header__icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.header__icon svg.icon {
  transform: translateY(0);
}

.header__submenu {
  position: absolute;
  border-radius: 0rem;
  padding: 1.2rem 0;
  left: 0;
  top: calc(100% + 0.8rem);
  min-width: 19rem;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all var(--duration-default) ease;
}
.header__submenu .header__submenu {
  top: -1.2rem;
  left: 100%;
  z-index: -1;
}
.header__submenu > li {
  position: relative;
}
.header__submenu > li .header__menu-item {
  padding: 1.3rem 2.4rem;
  display: grid;
  grid-template-columns: auto 2rem;
  align-items: center;
  gap: 0.8rem;
  transition: all var(--duration-default) ease;
}
.header__submenu > li .header__menu-item:hover, .header__submenu > li .header__menu-item:focus, .header__submenu > li .header__menu-item:focus-within {
  background: rgb(var(--color-accent));
}

.header-mega-menu {
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 4rem 0;
  transition: all var(--duration-long) ease-out;
  z-index: -4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
}
.header-mega-menu .collection-card__tags-list a,
.header-mega-menu .collection-card__img,
.header-mega-menu .collection-card__title {
  pointer-events: none !important;
}

.header-mega-menu__wrapper {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 27rem 1fr;
}

.header-mega-menu__submenu {
  padding-top: 2rem;
  display: grid;
  gap: 1.2rem;
}
.header-mega-menu__submenu a {
  opacity: 0.7;
  transition: all var(--duration-short) ease;
}
.header-mega-menu__submenu a:hover, .header-mega-menu__submenu a:focus, .header-mega-menu__submenu a:focus-within {
  opacity: 1;
}

.header-mega-menu__have-submenu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 26.3rem;
  padding-right: 3.2rem;
  border-right: 0.1rem solid rgb(var(--color-border));
}

.mega-menu-details summary span {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
}
.mega-menu-details summary span .icon {
  position: unset;
  height: auto;
  transition: all var(--duration-short) ease;
}

.mega-menu-details[open] summary span .icon {
  transform: rotate(180deg);
}

.header-mega-menu__product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}

.mega_menu-collections {
  display: grid;
  grid-template-columns: repeat(var(--collection-per-row), 1fr);
  gap: 2.4rem;
}

.header-collection-banner {
  border-radius: 0.8rem;
  padding: 2.4rem;
}

.header-collection-banner__title {
  margin-bottom: 2rem;
}

.header-collection-banner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 1099px) {
  .header__bottom,
.header-top__left,
.header__toggle-scheme,
.header__account {
    display: none;
  }

  .cart-count-bubble {
    font-size: 1.2rem;
  }

  .header-top__wrapper {
    display: flex;
    gap: 1.6rem;
  }

  summary.menu-drawer__menu-item + .menu-drawer__submenu {
    margin-top: 1rem;
  }

  .header-top__right {
    margin-left: auto;
    gap: 1.6rem;
  }

  .header__modal-close-button {
    display: none;
  }

  .menu-drawer-container[open] .header__modal-open {
    display: none;
  }
  .menu-drawer-container[open] .header__modal-close-button {
    display: block;
  }

  .header__modal-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }

  .header__icon-name__search,
.header__cart-text {
    display: none;
  }

  .header__details {
    display: flex;
  }

  .menu-drawer__menu .menu-drawer__menu {
    padding: 0;
  }
  .menu-drawer__menu .menu-drawer__menu a,
.menu-drawer__menu .menu-drawer__menu span {
    color: rgba(var(--color-foreground), 0.7);
  }
  .menu-drawer__menu .menu-drawer__menu a svg,
.menu-drawer__menu .menu-drawer__menu span svg {
    color: rgba(var(--color-foreground), 1);
  }
  .menu-drawer__menu li {
    padding: 1rem 0;
  }
  .menu-drawer__menu li li {
    padding: 0.5rem 0;
  }

  .menu-drawer__menu details[open] > .menu-drawer__menu-item .icon {
    transform: rotate(180deg);
  }
}

.header__account {
  align-items: center;
  position: relative;
}
.header__account-modal {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 20rem;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgba(var(--color-background));
  transform: translateX(-50%);
  transition: opacity var(--duration-default);
  z-index: 10;
  opacity: 0;
  border-radius: 0.8rem;
  box-shadow: 0 1rem 4rem 0 rgba(var(--menu-shadow-color), var(--menu-shadow-alpha));
}
details[open] > .header__account-modal {
  opacity: 1;
}
.header__account__login {
  width: 100%;
}
.header__account__login .icon {
  margin-right: 1rem;
  margin-left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.header__account__register {
  margin-top: 1.6rem;
  justify-content: center;
}
.header__account__name {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
  font-weight: 700;
}
.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  padding: 0.6rem;
  text-decoration: none;
  transition: all var(--duration-default) ease;
  font-weight: 500;
}
.header__account__body a:hover, .header__account__body a:focus, .header__account__body a:focus-within {
  opacity: 0.7;
}
.header__account__logout {
  margin-top: 1rem;
  width: 100%;
}

.no-js .header__toggle-scheme {
  display: none;
}
.no-js .link {
  width: 100%;
}
.no-js .header__localization .field + button {
  margin-top: 1rem;
}

/* ____Header links hover ____ */
.header-mega-menu__link,
.header__icon--account,
.header__toggle-scheme-item,
.header__icon--search,
.header__icon--cart {
  transition: all var(--duration-default) ease;
}
.header-mega-menu__link:hover,
.header__icon--account:hover,
.header__toggle-scheme-item:hover,
.header__icon--search:hover,
.header__icon--cart:hover {
  opacity: 0.7;
}

/* Info-bar */
.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  */
.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgb(var(--color-foreground));
  font-weight: 500;
}
.breadcrumb_margin {
  margin-bottom: 1.6rem;
}
.breadcrumb__delimiter {
  padding: 0px 8px;
}
.breadcrumb--center {
  justify-content: center;
}
.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 span {
  color: rgb(var(--color-foreground), 0.8);
}

/* Popup */
.popup-scroll-hidden {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .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: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 0;
  left: 0;
}
.popup--top-right {
  top: 0;
  right: 0;
}
.popup--bottom {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 0;
  bottom: 0;
}
.popup--bottom-right {
  right: 0;
  bottom: 0;
}
.popup--left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 0;
  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%;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);
}
.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-text {
  color: rgb(var(--color-foreground-secondary));
  margin-bottom: 3.2rem;
}
.popup-text a {
  text-decoration: underline;
  transition: color var(--duration-default);
}
.popup-text p {
  margin: 0;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 2;
  transform: unset;
}
@media screen and (max-width: 576px) {
  .popup .popup-close {
    right: 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 {
  opacity: 0.5;
  margin: 1.6rem 0 0;
  font-size: 1.3rem !important;
}
.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: 45%;
}
@media (min-width: 750px) {
  .popup-main-image--left .popup-outer_image::before, .popup-main-image--right .popup-outer_image::before {
    display: block;
  }
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main .popup-heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: calc(var(--font-popup-heading-scale) * 2.4rem);
}
@media only screen and (min-width: 750px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 2.8rem);
  }
}
@media only screen and (min-width: 1360px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 3.5rem);
  }
}
@media only screen and (min-width: 1540px) {
  .popup-main .popup-heading {
    font-size: calc(var(--font-popup-heading-scale) * 4.2rem);
  }
}
.popup-main .popup-text {
  font-size: calc(var(--font-popup-text-scale) * 2rem);
  line-height: 1.2;
}
.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;
}
@media only screen and (min-width: 990px) {
  .popup-main .popup-thumbnail {
    flex: 1 0 50%;
  }
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 25px;
  flex: 1 0 50%;
  order: 2;
}
@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 64px;
  }
}
.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 .field,
.popup-main .newsletter-form .button {
  min-height: 5.8rem;
}
.popup-main .newsletter-form .button {
  max-width: 100%;
  min-width: 12rem;
}
.popup-main .list-social {
  margin-left: -1.2rem;
  margin-top: 1.2rem;
}

.popup-heading {
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
}

.popup-text {
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
}

@media screen and (min-width: 990px) {
  .notification-banner {
    left: 4rem;
    bottom: 4rem;
  }
}
.notification-banner .popup-wrap {
  border-radius: 8px;
}
.notification-banner .popup-outer {
  padding: 30px;
}
.notification-banner .popup-heading {
  margin: 0;
  font-size: calc(var(--font-notification-heading-scale) * 2rem);
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
  font-size: calc(var(--font-notification-text-scale) * 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-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--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: 0.3rem;
  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;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}
.age-verification .popup-text p {
  text-align: center;
}
.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}
.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.age-verification__question {
  display: none;
}
.age-verification__question.show {
  display: block;
}
.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}
.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}
.age-verification__buttons .button {
  min-width: 12rem;
}
.age-verification__declined {
  display: none;
}
.age-verification__declined.show {
  display: block;
}

.section-header__line {
  padding: 0 0 4rem;
}
.section-header__line .button--simple {
  margin-right: auto;
}
.section-header__line .section-header__title__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title__block .section-header__title-item {
    max-width: 80%;
  }
}
@media screen and (min-width: 1360px) {
  .section-header__line .section-header__title__block .section-header__title-item {
    max-width: unset;
  }
}
@media screen and (min-width: 990px) {
  .section-header__line .section-header__title__block {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .section-header__line .section-header__title__block .button--simple {
    margin-right: unset;
  }
}
@media screen and (min-width: 1200px) {
  .section-header__line .section-header__title__block {
    align-items: flex-end;
  }
}
.section-header__line .section-header__title {
  margin: 0;
}
.section-header__line .section-header__desc {
  margin-top: 1.6rem;
}

.products-slider .products-slider__wrapper {
  position: relative;
  z-index: 1;
}
.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: 1100px) {
  .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) ~ .swiper-button {
  display: none;
}

/* =====================================================
   END OF APPLE-STYLE MEGA MENU V2 WITH OPEN DETAILS
   ===================================================== */




/* =====================================================
   AGGRESSIVE FIX: REMOVE ALL WHITE SPACE BELOW HEADER
   ===================================================== */

@media screen and (min-width: 1100px) {
  
  /* Force header section to have no bottom spacing */
  .header-main-section,
  .shopify-section-header,
  section[id*="shopify-section-header"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Force header wrapper to have no bottom spacing */
  .header,
  .header-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
  }
  
  /* Force header__bottom to have no bottom spacing */
  .header__bottom {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* Remove any border creating space */
  .header,
  .header-wrapper,
  .header__bottom {
    border-bottom-width: 0 !important;
  }
  
  /* Force the main content to start immediately after header */
  main,
  #MainContent,
  .main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Target the first section after header */
  .header + *,
  .header-wrapper + *,
  .shopify-section-header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* If there's a specific hero section */
  .shopify-section:first-of-type,
  section:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
}

/* =====================================================
   NUCLEAR OPTION - Use if above doesn't work
   ===================================================== */

/*
If the white space persists, add this:

@media screen and (min-width: 1100px) {
  .header {
    max-height: 120px !important;
    overflow: visible !important;
  }
}

This forces the header to a maximum height of 120px.
Adjust the value as needed.
*/

/* =====================================================
   END OF FIX
   ===================================================== */



/* MOBILE: Hide entire menu */
@media screen and (max-width: 749px) {
  .header__menu {
    display: none !important;
  }
}

/* =====================================================
   ANCHOR LOGO TO THE LEFT
   ===================================================== */

/* Desktop: Logo anchored left */
@media screen and (min-width: 750px) {
  /* Make the top wrapper use flexbox */
  .header-top__wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  
  /* Logo stays on the left */
  .header-top__logo {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  
  /* Right side (menu + icons) stays on the right */
  .header-top__right {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}


/* =====================================================
   PARALLAX (hero only)
   ===================================================== */

/* Only the FIRST image banner (hero) gets the sticky parallax effect */
.image-banner-section:first-of-type {
  position: sticky !important;
  top: 0 !important;
  z-index: 1 !important;
}

/* All other sections slide over with white background */
.shopify-section:not(.image-banner-section):not(.shopify-section-header),
.image-banner-section:not(:first-of-type) {
  position: relative !important;
  z-index: 2 !important;
  background-color: #ffffff !important;
}

/* Subtle shadow on sections sliding over the hero */
.image-banner-section:first-of-type + .shopify-section:not(.image-banner-section) {
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Hide scroll/discover indicator on ALL image banners */
.image-banner-section .additional-text,
.image-banner .additional-text {
  display: none !important;
}

/* =====================================================
   APPLE-STYLE MODULAR CARDS (non-hero image banners)
   ===================================================== */

.image-banner-section:not(:first-of-type) {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-sizing: border-box !important;
}

/* =====================================================
   VIDEO BANNER — Match image banner spacing
   ===================================================== */

.video-banner-section.spaced-section {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #ffffff !important;
}

.video-banner-section .video-banner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.video-banner-section .video-banner[class*="padding"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Video banner — anchor text to bottom third */
.video-banner__content.video-banner--container {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  padding-bottom: 6rem !important;
}

.video-banner .video-banner__wrapper {
  align-items: flex-end !important;
  justify-content: center !important;
}

/* Mobile fix */
@media screen and (max-width: 749px) {
  .video-banner__content.video-banner--container {
    padding-bottom: 3rem !important;
    min-height: 30vh !important;
  }

  .video-banner-section .video-banner__media video,
  .video-banner-section .video-banner__media {
    min-height: 30vh !important;
    object-fit: cover !important;
  }
}




/* ============================================
   MOBILE DRAWER - Apple-Style Visual Hierarchy
   Only applies below 750px (mobile)
   ============================================ */

@media screen and (max-width: 749px) {

  /* --- Hide caret arrows since menus are permanently open --- */
  .menu-drawer__navigation details[open] > summary .icon-caret-footer {
    display: none !important;
  }

  /* --- Hide the back buttons inside submenus --- */
  .menu-drawer__navigation .menu-drawer__close-button {
    display: none !important;
  }

  /* --- Reset submenu positioning (they normally slide in as panels) --- */
   .menu-drawer__navigation .menu-drawer__submenu {
    display: block !important;
    position: static !important;
    transform: none !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 !important;
  }


  .menu-drawer__navigation .menu-drawer__inner-submenu {
    padding: 0 !important;
  }

  /* --- LEVEL 1: Top-level headers (DISCOVER, SUPPORT) --- */
  .menu-drawer__navigation > ul > li > details > summary {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 1 !important;
    padding: 1.4rem 0 !important;
    pointer-events: auto !important;
    border-bottom: none !important;
  }

  /* SUPPORT (top-level link, not a details/summary) */
  .menu-drawer__navigation > ul > li > a.menu-drawer__menu-item {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 1 !important;
    padding: 1.4rem 0 !important;
  }

  /* --- LEVEL 2: Sub-category headers (SHOP ALL, LEARN) --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary,
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 0.7 !important;
    padding: 1rem 0 1rem 1.6rem !important;
    pointer-events: auto !important;
    border-bottom: none !important;
  }

  /* Make Level 2 links clickable if they are <a> tags */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    pointer-events: auto !important;
  }

  /* --- Divider between Level 2 groups --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li + li {
    margin-top: 0.6rem !important;
    padding-top: 0.6rem !important;
    border-top: 1px solid rgba(var(--color-foreground), 0.08) !important;
  }

  /* --- LEVEL 3: Leaf items (NMN, Resveratrol, About, etc.) --- */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgb(var(--color-foreground)) !important;
    opacity: 0.55 !important;
    padding: 0.7rem 0 0.7rem 3.2rem !important;
    pointer-events: auto !important;
  }

  /* Hover effect on leaf items */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > a.menu-drawer__menu-item:hover {
    opacity: 1 !important;
  }

  /* --- Disable toggle on summaries (prevent collapsing) but keep links clickable --- */
  .menu-drawer__navigation details > summary {
    cursor: pointer !important;
  }

  /* --- Spacing between top-level sections --- */
  .menu-drawer__navigation > ul > li {
    margin-bottom: 0.8rem !important;
  }

  .menu-drawer__navigation > ul > li + li {
    margin-top: 1.2rem !important;
    padding-top: 1.2rem !important;
    border-top: 1px solid rgba(var(--color-foreground), 0.1) !important;
  }

}

  /* Make Level 2 summary links clickable and styled */
  .menu-drawer__menu-item-link {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: auto !important;
    display: inline !important;
  }

  /* Prevent summary toggle when clicking the link */
  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary {
    pointer-events: none !important;
  }

  .menu-drawer__navigation .menu-drawer__submenu .menu-drawer__inner-submenu > ul > li > details > summary a {
    pointer-events: auto !important;
    cursor: pointer !important;
  }


/* =====================================================
   FIX MEGA-SUBMENU POSITIONING (LEARN, EXPLORE BY PURPOSE)
   Override inline left positioning that pushes submenus off-screen
   ===================================================== */
@media screen and (min-width: 750px) {
  .mega-submenu__submenu {
    position: static !important;
    left: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.8rem !important;
  }
}

/* Prevent mega-submenu tab switching - keep all columns visible */
@media screen and (min-width: 750px) {
  .mega-submenu .mega-menu-details > summary {
    pointer-events: none !important;
    cursor: default !important;
  }
  
  .mega-submenu .mega-menu-details {
    display: block !important;
  }
  
  .mega-submenu .mega-menu-details[open] > .mega-submenu__submenu,
  .mega-submenu .mega-menu-details:not([open]) > .mega-submenu__submenu,
  .mega-submenu .mega-menu-details > ul {
    position: static !important;
    left: auto !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    gap: 0.8rem !important;
  }
}

/* =====================================================
   HERO BANNER - Apple-Style Text Styling
   Adjust the --hero-* custom properties to fine-tune
   ===================================================== */

:root {
  /* Hero Heading */
  --hero-heading-size-mobile: 2.5rem;
  --hero-heading-size-tablet: 4rem;
  --hero-heading-size-desktop: 4.5rem;
  --hero-heading-weight: 600;
  --hero-heading-letter-spacing: -0.02em;
  --hero-heading-line-height: 1.1;
  --hero-heading-color: #ffffff;

  /* Hero Subheading */
  --hero-sub-size-mobile: 1.5rem;
  --hero-sub-size-tablet: 4rem;
  --hero-sub-size-desktop: 4rem;
  --hero-sub-weight: 400;
  --hero-sub-letter-spacing: -0.01em;
  --hero-sub-line-height: 1.3;
  --hero-sub-color: rgba(255, 255, 255, 0.85);

  /* Spacing between heading and subheading */
  --hero-text-gap: 1.2rem;
}

/* --- Heading --- */
.image-banner h2.image-banner__heading {
  font-size: var(--hero-heading-size-mobile) !important;
  font-weight: var(--hero-heading-weight) !important;
  letter-spacing: var(--hero-heading-letter-spacing) !important;
  line-height: var(--hero-heading-line-height) !important;
  color: var(--hero-heading-color) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* --- Subheading / Description --- */
.image-banner .image-banner__information {
  margin-top: var(--hero-text-gap) !important;
}

.image-banner .image-banner__information.richtext__content p,
.image-banner .image-banner__information.large-font p,
.image-banner .image-banner__information p {
  font-size: var(--hero-sub-size-mobile) !important;
  font-weight: var(--hero-sub-weight) !important;
  letter-spacing: var(--hero-sub-letter-spacing) !important;
  line-height: var(--hero-sub-line-height) !important;
  color: var(--hero-sub-color) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) !important;
  margin: 0 !important;
}

/* --- Tablet --- */
@media screen and (min-width: 750px) {
  .image-banner h2.image-banner__heading {
    font-size: var(--hero-heading-size-tablet) !important;
  }
  .image-banner .image-banner__information p {
    font-size: var(--hero-sub-size-tablet) !important;
  }
}

/* --- Desktop --- */
@media screen and (min-width: 1100px) {
  .image-banner h2.image-banner__heading {
    font-size: var(--hero-heading-size-desktop) !important;
  }
  .image-banner .image-banner__information p {
    font-size: var(--hero-sub-size-desktop) !important;
  }
}


/* =====================================================
   HERO BANNER - Content Anchored to Lower Third (All Screens)
   ===================================================== */

.image-banner .image-banner-box {
  position: relative !important;
}

.image-banner .image-banner__wrapper {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  padding-bottom: 10rem !important;
}

.image-banner .image-banner__column--center {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.image-banner .image-banner__button-wrapper {
  margin-top: 1.6rem !important;
}



/* =====================================================
   HERO BANNER - Apple-Style Image Sizing (Desktop/Tablet)
   Prevents image from stretching too tall on wide screens
   Adjust --hero-banner-* variables to fine-tune
   ===================================================== */

:root {
  /* Desktop banner height constraints */
  --hero-banner-height-desktop: 65vh;
  --hero-banner-min-height: 450px;
  --hero-banner-max-height: 650px;
}

@media screen and (min-width: 750px) {
  /* Constrain the banner container height */
  .image-banner .image-banner-box {
    height: var(--hero-banner-height-desktop) !important;
    min-height: var(--hero-banner-min-height) !important;
    max-height: var(--hero-banner-max-height) !important;
    overflow: hidden !important;
  }

  /* Image fills the container and crops instead of stretching */
  .image-banner .image-banner__img img,
  .image-banner .image-banner__img video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
  }

  /* Make sure the image container fills the box */
  .image-banner .image-banner__img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
  }
}

/* =====================================================
   FIX: Mobile image wrapper must fill the banner container
   ===================================================== */

.image-banner__img--mobile,
.image-banner__img--desktop {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.image-banner__img--mobile img,
.image-banner__img--desktop img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


/* ============================================================
   APPLE-STYLE GLASS BUTTONS — AlphaCell Labs (v3 FINAL)
   REPLACES the entire previous glass button block
   ============================================================ */

/* ---------------------------------------------------------
   1. HERO IMAGE BANNER — CTA Button
   Parent: div.image-banner__button-wrapper
   Button: a.button.button--primary.button--primary-size
   --------------------------------------------------------- */

:root {
  /* ===== IMAGE BANNER CTA BUTTON — DESKTOP ===== */
  --hero-font-size: 2rem;
  --hero-font-weight: 400;
  --hero-padding-y: 1.2rem;
  --hero-padding-x: 2.8rem;
  --hero-border-radius: 980px;
  --hero-letter-spacing: 0.01em;

  /* ===== IMAGE BANNER CTA BUTTON — MOBILE ===== */
  --hero-font-size-mobile: 1.5rem;
  --hero-font-weight-mobile: 400;
  --hero-padding-y-mobile: 1.1rem;
  --hero-padding-x-mobile: 3.4rem;

  /* ===== QUICK VIEW BUTTON — DESKTOP ===== */
  --qv-font-size: 1.8rem;
  --qv-font-weight: 400;
  --qv-padding-y: 1.2rem;
  --qv-padding-x: 2.8rem;
  --qv-border-radius: 980px;
  --qv-bottom: 4rem;
  --qv-letter-spacing: 0.02em;

  /* ===== QUICK VIEW BUTTON — MOBILE ===== */
  --qv-font-size-mobile: 1.5rem;
  --qv-padding-y-mobile: 1.1rem;
  --qv-padding-x-mobile: 3.4rem;
  --qv-bottom-mobile: 5rem;

  
  /* ===== PRODUCT CARD IMAGE ===== */
  --card-image-ratio: 1 / 1;

  /* ===== PRODUCT CARD TITLE — DESKTOP ===== */
  --card-title-font-size: 1.7rem;
  --card-title-font-weight: 500;
  --card-title-line-height: 1.3;
  --card-title-color: inherit;
  --card-title-font-family: inherit;
  --card-title-text-align: left;
  --card-title-text-transform: none;
  --card-title-letter-spacing: normal;
  --card-title-max-lines: 2;
  --card-title-margin-top: 1.2rem;

  /* ===== PRODUCT CARD PRICE — DESKTOP ===== */
  --card-price-font-size: 1.5rem;
  --card-price-font-weight: 400;
  --card-price-color: inherit;
  --card-price-font-family: inherit;
  --card-price-text-align: center;
  --card-price-text-transform: none;
  --card-price-letter-spacing: normal;
  --card-price-margin-top: 0.4rem;

  /* ===== CARD TITLE/PRICE — MOBILE ===== */
  --card-title-font-size-mobile: 1.8rem;
  --card-title-font-weight-mobile: 500;
  --card-price-font-size-mobile: 1.7rem;
  --card-price-font-weight-mobile: 400;
  
  /* ===== VIDEO BANNER CTA BUTTON — DESKTOP ===== */
  --video-font-size: 1.7rem;
  --video-font-weight: 400;
  --video-padding-y: 1.2rem;
  --video-padding-x: 2.8rem;
  --video-border-radius: 980px;
  --video-letter-spacing: 0.01em;

  /* ===== VIDEO BANNER CTA BUTTON — MOBILE ===== */
  --video-font-size-mobile: 1.5rem;
  --video-font-weight-mobile: 400;
  --video-padding-y-mobile: 1rem;
  --video-padding-x-mobile: 2.2rem;

    /* ===== VIDEO BANNER HEADING — DESKTOP ===== */
  --video-heading-size: 3rem;
  --video-heading-weight: 600;
  --video-heading-spacing: -0.02em;

  /* ===== VIDEO BANNER HEADING — MOBILE ===== */
  --video-heading-size-mobile: 1.5rem;
  --video-heading-weight-mobile: 600;
  --video-heading-spacing-mobile: -0.01em;

}

/* Glass effect base */
.image-banner__button-wrapper .button.button--primary,
.image-banner__button-wrapper .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: var(--hero-border-radius) !important;
  color: #fff !important;
  font-size: var(--hero-font-size) !important;
  font-weight: var(--hero-font-weight) !important;
  letter-spacing: var(--hero-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--hero-padding-y) var(--hero-padding-x) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  text-transform: none !important;
}


/* Glass button hover — fills with brand color */
.image-banner__button-wrapper .button.button--primary:hover,
.image-banner__button-wrapper .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}


/* Remove the theme's default ::before pseudo-element hover fill */
.image-banner__button-wrapper .button.button--primary::before,
.image-banner__button-wrapper .button.button--primary-size::before {
  display: none !important;
}


/* Button label inside — ensure clean typography */
.image-banner__button-wrapper .button .button-label {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}


/* ---------------------------------------------------------
   2. PRODUCT GRID — "Quick View" / "Add To Cart" Button
   Parent: div.products-grid > ... > div.product-card
   Button: button.card__link.button.button--primary

   EASY TUNING: Change the --qv-* variables below to
   adjust size, font, padding, and position in one place.
   --------------------------------------------------------- */


/* Force always visible on desktop */
@media screen and (min-width: 1100px) {
  .products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
  .products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Glass effect + sizing + positioning */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
  background-color: rgba(255, 255, 255, 0.18) !important;
  -webkit-backdrop-filter: blur(10px) saturate(140%) !important;
  backdrop-filter: blur(10px) saturate(140%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: var(--qv-border-radius) !important;
  color: #fff !important;
  font-size: var(--qv-font-size) !important;
  font-weight: var(--qv-font-weight) !important;
  letter-spacing: var(--qv-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--qv-padding-y) var(--qv-padding-x) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1) !important;
  text-transform: none !important;
  bottom: var(--qv-bottom) !important;
}

/* Hover — brand color fill */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary:hover,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;
  backdrop-filter: blur(14px) saturate(160%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(40, 146, 208, 0.3) !important;
}

/* Remove theme's default ::before hover fill */
.products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary::before,
.products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary::before {
  display: none !important;
}

/* Quick view text span inherits from button */
.products-grid .card__link .card__quickview-text {
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  .products-grid .product-card.card-wrapper .quick-add .card__link.button.button--primary,
  .products-grid .product-card-alt.card-wrapper .quick-add .card__link.button.button--primary {
    font-size: var(--qv-font-size-mobile) !important;
    padding: var(--qv-padding-y-mobile) var(--qv-padding-x-mobile) !important;
    bottom: var(--qv-bottom-mobile) !important;
  }
}

/* ---------------------------------------------------------
   PRODUCT GRID — Title & Price Styling
   Adjust the --card-* variables in :root to change
   --------------------------------------------------------- */

/* Product card image — aspect ratio */
.products-grid .product-card .media,
.products-grid .product-card-alt .media {
  aspect-ratio: var(--card-image-ratio) !important;
  padding-bottom: unset !important;
  height: auto !important;
}

.products-grid .product-card .media img,
.products-grid .product-card-alt .media img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Product card title */
.products-grid .card__title,
.products-grid .card__title a {
  font-size: var(--card-title-font-size) !important;
  font-weight: var(--card-title-font-weight) !important;
  line-height: var(--card-title-line-height) !important;
  color: var(--card-title-color) !important;
  font-family: var(--card-title-font-family) !important;
  text-align: var(--card-title-text-align) !important;
  text-transform: var(--card-title-text-transform) !important;
  letter-spacing: var(--card-title-letter-spacing) !important;
}

/* Title — max lines truncation */
.products-grid .card__title a {
  display: -webkit-box !important;
  -webkit-line-clamp: var(--card-title-max-lines) !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Title — spacing from image */
.products-grid .card-information__wrapper,
.products-grid .card-information {
  margin-top: var(--card-title-margin-top) !important;
}

/* Product card price */
.products-grid .price,
.products-grid .price .money {
  font-size: var(--card-price-font-size) !important;
  font-weight: var(--card-price-font-weight) !important;
  color: var(--card-price-color) !important;
  font-family: var(--card-price-font-family) !important;
  text-align: var(--card-price-text-align) !important;
  text-transform: var(--card-price-text-transform) !important;
  letter-spacing: var(--card-price-letter-spacing) !important;
}

/* Price — spacing from title */
.products-grid .price {
  margin-top: var(--card-price-margin-top) !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .products-grid .card__title,
  .products-grid .card__title a {
    font-size: var(--card-title-font-size-mobile) !important;
    font-weight: var(--card-title-font-weight-mobile) !important;
  }
  .products-grid .price,
  .products-grid .price .money {
    font-size: var(--card-price-font-size-mobile) !important;
    font-weight: var(--card-price-font-weight-mobile) !important;
  }
}

/* ---------------------------------------------------------
   3. SLIDESHOW SECTION — CTA Buttons (compatibility)
   --------------------------------------------------------- */

.slideshow-slide__button .button.button--primary,
.slideshow-slide__button .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 980px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  min-height: unset !important;
  padding: 1rem 2.4rem !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  text-transform: none !important;
}

.slideshow-slide__button .button.button--primary:hover,
.slideshow-slide__button .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}

.slideshow-slide__button .button.button--primary::before,
.slideshow-slide__button .button.button--primary-size::before {
  display: none !important;
}


/* ---------------------------------------------------------
   4. MOBILE RESPONSIVE ADJUSTMENTS
   --------------------------------------------------------- */

@media screen and (max-width: 749px) {

   /* Hero image-banner button — mobile */
  .image-banner__button-wrapper .button.button--primary,
  .image-banner__button-wrapper .button.button--primary-size {
    font-size: var(--hero-font-size-mobile) !important;
    font-weight: var(--hero-font-weight-mobile) !important;
    padding: var(--hero-padding-y-mobile) var(--hero-padding-x-mobile) !important;
  }

  /* Slideshow button — mobile */
  .slideshow-slide__button .button.button--primary,
  .slideshow-slide__button .button.button--primary-size {
    font-size: 1.3rem !important;
    padding: 0.9rem 2rem !important;
  }
}


/* ---------------------------------------------------------
   5. SECONDARY / OUTLINE BUTTONS ON IMAGE BACKGROUNDS
   --------------------------------------------------------- */

.image-banner__button-wrapper .button.button--outline,
.slideshow-slide__button .button.button--outline {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 980px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  min-height: unset !important;
  padding: 1rem 2.4rem !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  text-transform: none !important;
}

.image-banner__button-wrapper .button.button--outline:hover,
.slideshow-slide__button .button.button--outline:hover {
  background-color: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #fff !important;
}

.image-banner__button-wrapper .button.button--outline::before,
.slideshow-slide__button .button.button--outline::before {
  display: none !important;
}

/* ---------------------------------------------------------
   VIDEO BANNER — Glass CTA Button (matches image banner)
   --------------------------------------------------------- */

.video-banner__button-wrapper .button.button--primary,
.video-banner__button-wrapper .button.button--primary-size {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(12px) saturate(150%) !important;
  backdrop-filter: blur(12px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: var(--video-border-radius) !important;
  color: #fff !important;
  font-size: var(--video-font-size) !important;
  font-weight: var(--video-font-weight) !important;
  letter-spacing: var(--video-letter-spacing) !important;
  min-height: unset !important;
  padding: var(--video-padding-y) var(--video-padding-x) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.video-banner__button-wrapper .button.button--primary:hover,
.video-banner__button-wrapper .button.button--primary-size:hover {
  background-color: #2892D0 !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  border-color: #2892D0 !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 146, 208, 0.35) !important;
}

.video-banner__button-wrapper .button.button--primary::before,
.video-banner__button-wrapper .button.button--primary-size::before {
  display: none !important;
}

.video-banner__button-wrapper .button .button-label {
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
}

.video-banner__heading {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

@media screen and (max-width: 749px) {
  .video-banner__button-wrapper .button.button--primary,
  .video-banner__button-wrapper .button.button--primary-size {
    font-size: var(--video-font-size-mobile) !important;
    font-weight: var(--video-font-weight-mobile) !important;
    padding: var(--video-padding-y-mobile) var(--video-padding-x-mobile) !important;
  }
}

/* Force white page background (overscroll/pull-to-refresh) */
html {
  background-color: #ffffff !important;
}

/* Preserve footer dark background */
.footer,
.shopify-section-group-footer-group,
.section-footer {
  background-color: rgb(var(--color-background)) !important;
}


/* =============================================
   TRUSTPILOT WIDGET & TAGLINE STYLING
   Adjust --tp-* variables to customize
   ============================================= */

:root {
  /* Tagline – Desktop */
  --tp-tagline-size-desktop: 3.7rem;
  --tp-tagline-weight-desktop: 500;
  --tp-tagline-color: #00b67a;
  --tp-tagline-letter-spacing: -0.02em;
  --tp-tagline-line-height: 1.2;
  --tp-tagline-padding-top-desktop: 0rem;
  --tp-tagline-padding-bottom-desktop: 1rem;
  --tp-tagline-padding-left-desktop: 3rem;
  --tp-tagline-padding-right-desktop: 0rem;

  /* Tagline – Mobile */
  --tp-tagline-size-mobile: 3.3rem;
  --tp-tagline-weight-mobile: 500;
  --tp-tagline-line-height-mobile: 1.1;
  --tp-tagline-padding-top-mobile: 0rem;
  --tp-tagline-padding-bottom-mobile: 2rem;
  --tp-tagline-padding-left-mobile: 1rem;
  --tp-tagline-padding-right-mobile: 0rem;

  /* Testimonial Card – Mobile */
  --tp-card-image-max-width-mobile: 160px;
  --tp-card-image-border-radius-mobile: 14px;
  --tp-card-padding-mobile: 1rem;
  --tp-card-padding-top-mobile: 0.5rem;
  --tp-card-stars-margin-mobile: 0.8rem 0;
  --tp-card-text-margin-mobile: 0.8rem 0;
  --tp-card-author-margin-mobile: 1rem 0 0 0;
  --tp-card-image-margin-bottom-mobile: 0rem;
  --tp-card-pagination-margin-top-mobile: 2rem;

  /* Articles – Section */
  --articles-bg-color: rgb(247, 247, 247);
  --articles-bg-color-mobile: rgb(247, 247, 247);
  --articles-padding-top: 4rem;
  --articles-padding-bottom: 4rem;
  --articles-padding-top-mobile: 2rem;
  --articles-padding-bottom-mobile: 2rem;

  /* Articles – Card Sizing (Mobile) */
  --articles-card-image-height-mobile: 250px;
  --articles-card-padding-mobile: 1rem;
  --articles-card-border-radius-mobile: 14px;

  /* Articles – Heading */
  --articles-heading-size-desktop: 2.5rem;
  --articles-heading-size-mobile: 2rem;
  --articles-heading-color: #16181D;
  --articles-heading-weight: 600;
  --articles-heading-padding-left-desktop: 2rem;
  --articles-heading-padding-left-mobile: 1rem;

  /* Articles – Card Title & Text Area */
  --articles-card-title-color: #16181D;
  --articles-card-title-size-desktop: 1.4rem;
  --articles-card-title-size-mobile: 1.2rem;
  --articles-card-title-weight: 600;
  --articles-card-text-bg: rgb(255, 255, 255);
  --articles-card-text-bg-mobile: #16181D;
}

/* =============================================
   TRUSTPILOT – DESKTOP
   ============================================= */

/* Align Trustpilot widget to the left */
.testimonials .trustpilot-widget iframe {
  text-align: left !important;
}
.testimonials .trustpilot-widget {
  text-align: left !important;
  padding: 1rem 1rem !important;
  margin-bottom: 20px;
}

/* "Don't Just Take Our Word For It" tagline styling */
.testimonials .section-header__line,
.testimonials .section-header__line * {
  color: var(--tp-tagline-color) !important;
  font-family: var(--font-heading-family) !important;
  font-style: var(--font-heading-style) !important;
  font-weight: var(--tp-tagline-weight-desktop) !important;
  font-size: var(--tp-tagline-size-desktop) !important;
  letter-spacing: var(--tp-tagline-letter-spacing) !important;
  line-height: var(--tp-tagline-line-height) !important;
}
.testimonials .section-header__line {
  padding-top: var(--tp-tagline-padding-top-desktop) !important;
  padding-bottom: var(--tp-tagline-padding-bottom-desktop) !important;
  padding-left: var(--tp-tagline-padding-left-desktop) !important;
  padding-right: var(--tp-tagline-padding-right-desktop) !important;
}

/* =============================================
   TESTIMONIALS – MOBILE OVERRIDES
   ============================================= */
@media screen and (max-width: 749px) {

  /* Trustpilot widget scaling */
  .testimonials .trustpilot-widget {
    transform: scale(0.75) !important;
    transform-origin: left top !important;
    margin-bottom: -50px !important;
  }

  /* Tagline – mobile overrides */
  .testimonials .section-header__line,
  .testimonials .section-header__line * {
    font-size: var(--tp-tagline-size-mobile) !important;
    font-weight: var(--tp-tagline-weight-mobile) !important;
    line-height: var(--tp-tagline-line-height-mobile) !important;
  }
  .testimonials .section-header__line {
    padding-top: var(--tp-tagline-padding-top-mobile) !important;
    padding-bottom: var(--tp-tagline-padding-bottom-mobile) !important;
    padding-left: var(--tp-tagline-padding-left-mobile) !important;
    padding-right: var(--tp-tagline-padding-right-mobile) !important;
  }

  /* Section spacing */
  .testimonials .container:first-child {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .testimonials-section {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 0 !important;
  }

  .testimonials {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .testimonials .testimonials__block {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: -1rem !important;
    padding-bottom: 0 !important;
  }

  /* Card image – proper responsive sizing */
  .testimonials .testimonials__author-img {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    margin: 0 auto var(--tp-card-image-margin-bottom-mobile) auto !important;
    max-width: var(--tp-card-image-max-width-mobile) !important;
    overflow: visible !important;
  }

  /* Remove the :after aspect-ratio trick on mobile */
  .testimonials .testimonials__author-img:after {
    display: none !important;
  }

  /* Make the image flow naturally instead of absolute positioning */
  .testimonials .testimonials__author-img img,
  .testimonials .testimonials__author-img svg {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: var(--tp-card-image-border-radius-mobile) !important;
  }

  /* Card layout – vertically center content, collapse gap */
  .testimonials .testimonials__item-block {
    height: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0 !important;
  }

  /* Card text area – reduced top padding */
  .testimonials .testimonials__text-item {
    height: auto !important;
    flex: none !important;
    width: 100% !important;
    padding: var(--tp-card-padding-top-mobile) var(--tp-card-padding-mobile) var(--tp-card-padding-mobile) var(--tp-card-padding-mobile) !important;
  }

  /* Card inner elements */
  .testimonials .testimonials__slide-stars {
    padding: 0 !important;
    margin: var(--tp-card-stars-margin-mobile) !important;
  }

  .testimonials .testimonials__desc {
    padding: 0 !important;
    margin: var(--tp-card-text-margin-mobile) !important;
  }

  .testimonials .testimonials__author-text {
    padding: 0 !important;
    margin: var(--tp-card-author-margin-mobile) !important;
  }

  /* Pagination dots spacing */
  .testimonials .swiper-pagination {
    margin-top: var(--tp-card-pagination-margin-top-mobile) !important;
    padding-bottom: 1rem !important;
  }

  .testimonials .testimonials__slider {
    overflow: visible !important;
    padding-right: 6rem !important;
  }

  .testimonials .testimonials__block {
    overflow: hidden !important;
  }
}



/* =============================================
   ARTICLES / BLOG POST SECTION
   ============================================= */

/* Background */
.section-blog-post,
.section-blog-post .featured,
.section-blog-post .container,
.section-blog-post .blog__box-slider_hover {
  background-color: var(--articles-bg-color) !important;
}

/* Section padding */
.section-blog-post .featured {
  padding-top: var(--articles-padding-top) !important;
  padding-bottom: var(--articles-padding-bottom) !important;
}

/* Heading */
.section-blog-post .section-header__title {
  color: var(--articles-heading-color) !important;
  font-size: var(--articles-heading-size-desktop) !important;
  font-weight: var(--articles-heading-weight) !important;
  padding-left: var(--articles-heading-padding-left-desktop) !important;
}

/* Hide arrows */
.section-blog-post .swiper-button-next,
.section-blog-post .swiper-button-prev {
  display: none !important;
}

/* Card overall background/overlay */
.section-blog-post .article-card.overlay {
  background-color: var(--articles-card-text-bg) !important;
}

.section-blog-post .article-card.overlay::before {
  background-color: var(--articles-card-text-bg) !important;
}

/* Card text area background */
.section-blog-post .article-card__text,
.section-blog-post .article-card__text.padding-small {
  background-color: var(--articles-card-text-bg) !important;
}

/* Card title styling */
.section-blog-post .article-card__title,
.section-blog-post .article-card__title a {
  color: var(--articles-card-title-color) !important;
  font-size: var(--articles-card-title-size-desktop) !important;
  font-weight: var(--articles-card-title-weight) !important;
}

/* ---- Articles – Mobile overrides ---- */
@media screen and (max-width: 749px) {
  .section-blog-post,
  .section-blog-post .featured,
  .section-blog-post .container,
  .section-blog-post .blog__box-slider_hover {
    background-color: var(--articles-bg-color-mobile) !important;
  }

  .section-blog-post .featured {
    padding-top: var(--articles-padding-top-mobile) !important;
    padding-bottom: var(--articles-padding-bottom-mobile) !important;
  }

  .section-blog-post .section-header__title {
    font-size: var(--articles-heading-size-mobile) !important;
    padding-left: var(--articles-heading-padding-left-mobile) !important;
  }

  /* Card image height */
  .section-blog-post .article-card__image-wrapper {
    height: var(--articles-card-image-height-mobile) !important;
    max-height: var(--articles-card-image-height-mobile) !important;
    overflow: hidden !important;
  }

  .section-blog-post .article-card__image-wrapper img,
  .section-blog-post .article-card__image-wrapper svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: var(--articles-card-border-radius-mobile) !important;
  }

  /* Card text area */
  .section-blog-post .article-card__text {
    padding: var(--articles-card-padding-mobile) !important;
    background-color: var(--articles-card-text-bg-mobile) !important;
  }

  /* Card title */
  .section-blog-post .article-card__title,
  .section-blog-post .article-card__title a {
    font-size: var(--articles-card-title-size-mobile) !important;
  }

  /* Peek pattern – show next card edge */
  .section-blog-post .blog__box-slider_hover {
    overflow: visible !important;
    padding-right: 4rem !important;
  }

  .section-blog-post .swiper {
    overflow: visible !important;
  }

  .section-blog-post .container {
    overflow: hidden !important;
  }
}

/* =============================================
   YOUTUBE LIGHTBOX MODAL
   ============================================= */
.yt-lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yt-lightbox-overlay.active {
  display: flex;
}

.yt-lightbox-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.yt-lightbox-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.yt-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  font-family: sans-serif;
  line-height: 1;
}



/* =============================================
   APPLE-STYLE PAGE TEMPLATE ENHANCEMENTS
   Scroll animations, typography, and spacing
   for premium default pages (About, Certs, etc.)
   ============================================= */

/* ----- Scroll-Triggered Fade-In Animation ----- */
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays for child elements within a section */
.scroll-fade-children > *:nth-child(1) { transition-delay: 0s; }
.scroll-fade-children > *:nth-child(2) { transition-delay: 0.12s; }
.scroll-fade-children > *:nth-child(3) { transition-delay: 0.24s; }
.scroll-fade-children > *:nth-child(4) { transition-delay: 0.36s; }

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ----- Apple-Style Typography for Page Templates ----- */

/* Large hero-style headings */
.rich-text .title--section.h1 {
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.rich-text .title--section.h2 {
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* Category label / subheading (like Apple's "Entertainment", "Productivity") */
.rich-text .rich-text__subheading.subtitle {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

/* Body text — constrained width for readability */
.rich-text .rich-text__text {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.65;
}

/* Image-with-text section — larger heading */
.image-with-text .image-with-text__heading {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Image-with-text section — body text */
.image-with-text .image-with-text__text {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 1.65;
}

/* Multicolumn card headings */
.multicolumn .multicolumn-card__info-title {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ----- Apple-Style Section Spacing ----- */

/* Generous vertical padding for rich-text sections */
.rich-text.section-padding-l {
  padding-top: clamp(8rem, 10vw, 14rem);
  padding-bottom: clamp(8rem, 10vw, 14rem);
}

/* Image banners used as dividers — no extra margin needed */
.image-banner-section + .spaced-section {
  margin-top: 0;
}

.spaced-section + .image-banner-section {
  margin-top: 0;
}

/* ----- Mobile Refinements ----- */
@media screen and (max-width: 749px) {

  .rich-text .rich-text__text {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .rich-text .rich-text__subheading.subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
  }

  .rich-text.section-padding-l {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ----- Apple-Style Rich Text Section Control ----- */

/* TOP & BOTTOM padding - Desktop */
.shopify-section:has(.rich-text) {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

/* LEFT & RIGHT padding - Desktop */
.shopify-section .rich-text {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* Content max-width */
.shopify-section .rich-text .rich-text__blocks {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Subtitle */
.rich-text .rich-text__subtitle,
.rich-text .subtitle {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #86868b !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

/* Heading */
.rich-text .title--section {
  font-size: clamp(29px, 5vw, 45px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #1d1d1f !important;
  text-transform: none !important;
  margin-bottom: 24px !important;
}

/* Body text */
.rich-text .rich-text__text p {
  font-size: clamp(17px, 2vw, 21px) !important;
  line-height: 1.5 !important;
  color: #424245 !important;
  font-weight: 400 !important;
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* MOBILE overrides */
@media (max-width: 749px) {
  /* TOP & BOTTOM padding - Mobile */
  .shopify-section:has(.rich-text) {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  /* LEFT & RIGHT padding - Mobile */
  .shopify-section .rich-text {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .rich-text .title--section {
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  .rich-text .rich-text__text p {
    font-size: 14px !important;
  }
}

/* ----- Apple-Style Scroll Fade In + Out ----- */
.scroll-fade-io {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
  filter: blur(6px);
}

.scroll-fade-io.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.scroll-fade-io.is-hidden {
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(6px);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fade-io,
  .scroll-fade-io.is-visible,
  .scroll-fade-io.is-hidden {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}



/* =====================================================
   CONSOLIDATED APPLE-STYLE MEGA MENU
   All mega menu styles in one clean block.

   QUICK CONTROLS — adjust these values to fine-tune:
   ─────────────────────────────────────────────────────
   DESKTOP (1200px+)
     Alignment from right:  Search "DESKTOP-ALIGN"  → padding-right
     Column gap:            Search "DESKTOP-GAP"    → gap value
     Column inner padding:  Search "DESKTOP-COLPAD" → padding value

   TABLET (750px–1199px)
     Alignment from right:  Search "TABLET-ALIGN"   → padding-right
     Column gap:            Search "TABLET-GAP"     → gap value
     Column inner padding:  Search "TABLET-COLPAD"  → padding value
   ─────────────────────────────────────────────────────
   ===================================================== */

@media screen and (min-width: 750px) {

/* --- 1. MEGA MENU CONTAINER --- */
.header-mega-menu {
  position: fixed !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  min-width: 100vw !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
  padding: 3.6rem 0 !important;
  margin: 0 !important;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1),
              visibility 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) !important;
  z-index: 990 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* --- 2. SHOW ON HOVER --- */
.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,
.header-mega-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

/* --- 3. PAGE BACKDROP --- */
.header-mega-menu::before {
  content: "" !important;
  position: fixed !important;
  top: 100% !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.01) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) !important;
}

.header .list-menu--inline li:hover > .header-mega-menu::before,
.header .list-menu--inline li:focus > .header-mega-menu::before,
.header .list-menu--inline li:focus-within > .header-mega-menu::before,
.header-mega-menu.active::before {
  opacity: 1 !important;
}

/* --- 4. CONTENT WRAPPER --- */
.header-mega-menu .container {
  display: flex !important;
  justify-content: flex-end !important;
}

.header-mega-menu__wrapper {
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* --- 5. COLUMN ROW LAYOUT --- */
.header-mega-menu__have-submenu__list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  list-style: none !important;
}

/* --- 6. COLUMN STYLING --- */
.header-mega-menu__have-submenu__list > li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.header-mega-menu__have-submenu__list > li:last-child {
  border-right: none !important;
}

/* --- 7. SUBMENU LISTS --- */
.header-mega-menu__submenu,
.mega-submenu__submenu {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  list-style: none !important;
}

/* --- 8. FORCE DETAILS OPEN --- */
.mega-menu-details,
.header-mega-menu details {
  display: block !important;
}

.mega-menu-details[open],
.mega-menu-details:not([open]),
.header-mega-menu details[open],
.header-mega-menu details:not([open]) {
  display: block !important;
}

.mega-menu-details summary,
.header-mega-menu details summary {
  pointer-events: none !important;
  cursor: default !important;
  list-style: none !important;
  display: block !important;
}

.mega-menu-details summary::-webkit-details-marker,
.header-mega-menu details summary::-webkit-details-marker,
.mega-menu-details summary::marker,
.header-mega-menu details summary::marker {
  display: none !important;
}

.mega-menu-details .header-mega-menu__submenu,
.mega-menu-details .mega-submenu__submenu,
.header-mega-menu details .header-mega-menu__submenu,
.header-mega-menu details .mega-submenu__submenu {
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}

.mega-menu-details summary ~ *,
.header-mega-menu details summary ~ * {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mega-menu-details ul,
.mega-menu-details ol,
.header-mega-menu details ul,
.header-mega-menu details ol {
  display: flex !important;
  flex-direction: column !important;
}

.mega-menu-details summary span {
  display: block !important;
  gap: 0 !important;
}

.mega-menu-details[open] summary span .icon {
  transform: none !important;
}

/* --- 9. TYPOGRAPHY: Section Headers --- */
.header-mega-menu__have-submenu__list > li > a:first-child,
.mega-menu-details summary,
.header-mega-menu strong,
.header-mega-menu .h5 {
  font-size: 0.5rem !important;
  font-weight: 500 !important;
  color: #6e6e73 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  opacity: 1 !important;
}

/* --- 10. TYPOGRAPHY: Menu Links --- */
.header-mega-menu__submenu a,
.header-mega-menu a {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.6 !important;
  padding: 0.4rem 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: color 0.2s ease, opacity 0.2s ease !important;
}

/* Hover — brand blue */
.header-mega-menu__submenu a:hover,
.header-mega-menu__submenu a:focus,
.header-mega-menu a:hover,
.header-mega-menu a:focus {
  color: rgb(0, 151, 227) !important;
  opacity: 1 !important;
}

/* --- 11. SUMMARY LINKS (clickable) --- */
.mega-menu-details summary a,
.mega-menu-details summary .header-menu-sublink,
.header-mega-menu details summary a,
.header-mega-menu details summary .header-menu-sublink {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.6 !important;
  padding: 0.4rem 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: color 0.2s ease !important;
}

.mega-menu-details summary a *,
.mega-menu-details summary .header-menu-sublink *,
.header-mega-menu details summary a *,
.header-mega-menu details summary .header-menu-sublink * {
  color: inherit !important;
  transition: color 0.2s ease !important;
}

.mega-menu-details summary a:hover,
.mega-menu-details summary a:hover *,
.mega-menu-details summary .header-menu-sublink:hover,
.mega-menu-details summary .header-menu-sublink:hover *,
.header-mega-menu details summary a:hover,
.header-mega-menu details summary a:hover *,
.header-mega-menu details summary .header-menu-sublink:hover,
.header-mega-menu details summary .header-menu-sublink:hover * {
  color: rgb(0, 151, 227) !important;
}

/* --- 12. SUBMENU LINKS (clickable) --- */

.header-mega-menu__submenu a:hover,
.header-mega-menu__submenu-link:hover,
.mega-submenu__submenu a:hover,
.header-mega-menu__submenu li a:hover {
  color: rgb(0, 151, 227) !important;
}

.header-mega-menu a.hover-opacity:hover {
  color: rgb(0, 151, 227) !important;
  opacity: 1 !important;
}

/* --- 13. HIDE ICONS --- */
.header-mega-menu .icon,
.header-mega-menu svg,
.mega-menu-details .icon,
.mega-menu-details summary svg,
.mega-menu-details summary .icon,
.header-mega-menu details summary svg,
.header-mega-menu details summary .icon {
  display: none !important;
}

/* --- 14. PRODUCT GRID --- */
.header-mega-menu__product-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  gap: 2.4rem !important;
  padding: 0 !important;
}

/* --- 15. COLLECTION CARDS --- */
.mega_menu-collections {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 2.4rem !important;
}

.header-collection-banner {
  border-radius: 1.2rem !important;
  padding: 2.4rem !important;
  background: rgba(0, 0, 0, 0.02) !important;
  transition: background 0.2s ease !important;
}

.header-collection-banner:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}

.header-collection-banner__title {
  margin-bottom: 1.2rem !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #1d1d1f !important;
}

/* --- 16. POINTER EVENTS --- */
/* Re-enable pointer events on all children only when the mega menu is visible */
.header .list-menu--inline li:hover > .header-mega-menu *,
.header-mega-menu.active * {
  pointer-events: all !important;
}

/* --- 17. MEGA-SUBMENU POSITIONING FIX --- */
.mega-submenu__submenu {
  position: static !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

.mega-submenu .mega-menu-details > summary {
  pointer-events: none !important;
  cursor: default !important;
}

.mega-submenu .mega-menu-details {
  display: block !important;
}

.mega-submenu .mega-menu-details[open] > .mega-submenu__submenu,
.mega-submenu .mega-menu-details:not([open]) > .mega-submenu__submenu,
.mega-submenu .mega-menu-details > ul {
  position: static !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  gap: 0.8rem !important;
}

/* --- 18. MEGA-SUBMENU INNER ITEMS (not top-level columns) --- */
.mega-submenu .header-mega-menu__have-submenu__list > li > .header-mega-menu__submenu,
.mega-submenu .header-mega-menu__have-submenu__list > li > .mega-submenu__submenu,
.mega-submenu .header-mega-menu__submenu li,
.mega-submenu .mega-submenu__submenu li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 5px !important;
  position: static !important;
  overflow: visible !important;
  max-height: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}



} /* End @media screen and (min-width: 750px) */


/* =====================================================
   RESPONSIVE CONTROLS
   Separate controls for Desktop and Tablet.
   Adjust values below independently.
   ===================================================== */

/* --- DESKTOP (1200px and up) --- */
@media screen and (min-width: 1200px) {

  /* DESKTOP-ALIGN: How far from the right edge. Increase = move left, Decrease = move right */
  .header-mega-menu .container {
    padding-right: 10% !important;
  }

  /* DESKTOP-GAP: Space between columns. Increase = wider gap */
  .header-mega-menu__have-submenu__list {
    gap: 3rem !important;
  }

  /* DESKTOP-COLPAD: Padding inside each column. Format: top right bottom left */
  .header-mega-menu__have-submenu__list > li {
    padding: 0 3rem !important;
  }
  .header-mega-menu__have-submenu__list > li:first-child {
    padding-left: 0rem !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    padding-right: 0rem !important;
  }
}

/* --- TABLET (750px to 1199px) --- */
@media screen and (min-width: 750px) and (max-width: 1199px) {

  /* TABLET-ALIGN: How far from the right edge. Increase = move left, Decrease = move right */
  .header-mega-menu .container {
    padding-right:2% !important;
  }

  /* TABLET-GAP: Space between columns. Increase = wider gap */
  .header-mega-menu__have-submenu__list {
    gap: 1.2rem !important;
  }

  /* TABLET-COLPAD: Padding inside each column. Format: top right bottom left */
  .header-mega-menu__have-submenu__list > li {
    padding: 0 1.5rem !important;
  }
  .header-mega-menu__have-submenu__list > li:first-child {
    padding-left: 0 !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    padding-right: 0 !important;
  }
}

/* --- MOBILE (below 750px) — stacked layout --- */
@media screen and (max-width: 749px) {
  .header-mega-menu {
    padding: 3.2rem 0 !important;
  }
  .header-mega-menu__have-submenu__list {
    flex-direction: column !important;
    gap: 2.4rem !important;
  }
  .header-mega-menu__have-submenu__list > li {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 0 0 2.4rem 0 !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}

/* --- MOBILE: Hide entire mega menu --- */
@media screen and (max-width: 749px) {
  .header-mega-menu {
    display: none !important;
  }
}

/* =====================================================
   END OF CONSOLIDATED MEGA MENU
   ===================================================== */



/* =============================================
   ARTICLES / BLOG POST SECTION
   ============================================= */

/* Background */
.section-blog-post,
.section-blog-post .featured,
.section-blog-post .container,
.section-blog-post .blog__box-slider_hover {
  background-color: var(--articles-bg-color) !important;
}

/* Section padding */
.section-blog-post .featured {
  padding-top: var(--articles-padding-top) !important;
  padding-bottom: var(--articles-padding-bottom) !important;
}

/* Heading */
.section-blog-post .section-header__title {
  color: var(--articles-heading-color) !important;
  font-size: var(--articles-heading-size-desktop) !important;
  font-weight: var(--articles-heading-weight) !important;
  padding-left: var(--articles-heading-padding-left-desktop) !important;
}

/* Hide arrows */
.section-blog-post .swiper-button-next,
.section-blog-post .swiper-button-prev {
  display: none !important;
}

/* Card overall background/overlay */
.section-blog-post .article-card.overlay {
  background-color: var(--articles-card-text-bg) !important;
}

.section-blog-post .article-card.overlay::before {
  background-color: var(--articles-card-text-bg) !important;
}

/* Card text area background */
.section-blog-post .article-card__text,
.section-blog-post .article-card__text.padding-small {
  background-color: var(--articles-card-text-bg) !important;
}

/* Card title styling */
.section-blog-post .article-card__title,
.section-blog-post .article-card__title a {
  color: var(--articles-card-title-color) !important;
  font-size: var(--articles-card-title-size-desktop) !important;
  font-weight: var(--articles-card-title-weight) !important;
}

/* ---- Articles – Mobile overrides ---- */
@media screen and (max-width: 749px) {
  .section-blog-post,
  .section-blog-post .featured,
  .section-blog-post .container,
  .section-blog-post .blog__box-slider_hover {
    background-color: var(--articles-bg-color-mobile) !important;
  }

  .section-blog-post .featured {
    padding-top: var(--articles-padding-top-mobile) !important;
    padding-bottom: var(--articles-padding-bottom-mobile) !important;
  }

  .section-blog-post .section-header__title {
    font-size: var(--articles-heading-size-mobile) !important;
    padding-left: var(--articles-heading-padding-left-mobile) !important;
  }

  /* Card image height */
  .section-blog-post .article-card__image-wrapper {
    height: var(--articles-card-image-height-mobile) !important;
    max-height: var(--articles-card-image-height-mobile) !important;
    overflow: hidden !important;
  }

  .section-blog-post .article-card__image-wrapper img,
  .section-blog-post .article-card__image-wrapper svg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: var(--articles-card-border-radius-mobile) !important;
  }

  /* Card text area */
  .section-blog-post .article-card__text {
    padding: var(--articles-card-padding-mobile) !important;
    background-color: var(--articles-card-text-bg-mobile) !important;
  }

  /* Card title */
  .section-blog-post .article-card__title,
  .section-blog-post .article-card__title a {
    font-size: var(--articles-card-title-size-mobile) !important;
  }

  /* Peek pattern – show next card edge */
  .section-blog-post .blog__box-slider_hover {
    overflow: visible !important;
    padding-right: 4rem !important;
  }

  .section-blog-post .swiper {
    overflow: visible !important;
  }

  .section-blog-post .container {
    overflow: hidden !important;
  }
}

/* =============================================
   YOUTUBE LIGHTBOX MODAL
   ============================================= */
.yt-lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.yt-lightbox-overlay.active {
  display: flex;
}

.yt-lightbox-wrapper {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.yt-lightbox-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

.yt-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  font-family: sans-serif;
  line-height: 1;
}



/* =============================================
   APPLE-STYLE PAGE TEMPLATE ENHANCEMENTS
   Scroll animations, typography, and spacing
   for premium default pages (About, Certs, etc.)
   ============================================= */

/* ----- Scroll-Triggered Fade-In Animation ----- */
.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
              transform 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delays for child elements within a section */
.scroll-fade-children > *:nth-child(1) { transition-delay: 0s; }
.scroll-fade-children > *:nth-child(2) { transition-delay: 0.12s; }
.scroll-fade-children > *:nth-child(3) { transition-delay: 0.24s; }
.scroll-fade-children > *:nth-child(4) { transition-delay: 0.36s; }

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ----- Apple-Style Typography for Page Templates ----- */

/* Large hero-style headings */
.rich-text .title--section.h1 {
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.rich-text .title--section.h2 {
  font-size: clamp(2.8rem, 4vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* Category label / subheading (like Apple's "Entertainment", "Productivity") */
.rich-text .rich-text__subheading.subtitle {
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

/* Body text — constrained width for readability */
.rich-text .rich-text__text {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.65;
}

/* Image-with-text section — larger heading */
.image-with-text .image-with-text__heading {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* Image-with-text section — body text */
.image-with-text .image-with-text__text {
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 1.65;
}

/* Multicolumn card headings */
.multicolumn .multicolumn-card__info-title {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ----- Apple-Style Section Spacing ----- */

/* Generous vertical padding for rich-text sections */
.rich-text.section-padding-l {
  padding-top: clamp(8rem, 10vw, 14rem);
  padding-bottom: clamp(8rem, 10vw, 14rem);
}

/* Image banners used as dividers — no extra margin needed */
.image-banner-section + .spaced-section {
  margin-top: 0;
}

.spaced-section + .image-banner-section {
  margin-top: 0;
}

/* ----- Mobile Refinements ----- */
@media screen and (max-width: 749px) {

  .rich-text .rich-text__text {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .rich-text .rich-text__subheading.subtitle {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
  }

  .rich-text.section-padding-l {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ----- Apple-Style Rich Text Section Control ----- */

/* TOP & BOTTOM padding - Desktop */
.shopify-section:has(.rich-text) {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}

/* LEFT & RIGHT padding - Desktop */
.shopify-section .rich-text {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* Content max-width */
.shopify-section .rich-text .rich-text__blocks {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Subtitle */
.rich-text .rich-text__subtitle,
.rich-text .subtitle {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #86868b !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

/* Heading */
.rich-text .title--section {
  font-size: clamp(29px, 5vw, 45px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  color: #1d1d1f !important;
  text-transform: none !important;
  margin-bottom: 24px !important;
}

/* Body text */
.rich-text .rich-text__text p {
  font-size: clamp(17px, 2vw, 21px) !important;
  line-height: 1.5 !important;
  color: #424245 !important;
  font-weight: 400 !important;
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* MOBILE overrides */
@media (max-width: 749px) {
  /* TOP & BOTTOM padding - Mobile */
  .shopify-section:has(.rich-text) {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  /* LEFT & RIGHT padding - Mobile */
  .shopify-section .rich-text {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .rich-text .title--section {
    font-size: 25px !important;
    line-height: 1.15 !important;
  }

  .rich-text .rich-text__text p {
    font-size: 14px !important;
  }
}

/* ----- Apple-Style Scroll Fade In + Out ----- */
.scroll-fade-io {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease, filter 0.9s ease;
  filter: blur(6px);
}

.scroll-fade-io.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.scroll-fade-io.is-hidden {
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(6px);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-fade-io,
  .scroll-fade-io.is-visible,
  .scroll-fade-io.is-hidden {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}


/* ----- Boxed Layout: Cap main content width, header/footer remain full-width ----- */
@media (width >= 1920px) {
    #MainContent, .main-content {
      max-width: 1920px;
      margin-left: auto;
      margin-right: auto;
    }
}

/* =====================================================
   CONSOLIDATED APPLE-STYLE MEGA MENU
   All mega menu styles in one clean block.

   QUICK CONTROLS — adjust these values to fine-tune:
   ─────────────────────────────────────────────────────
   DESKTOP (1200px+)
     Alignment from right:  Search "DESKTOP-ALIGN"  → padding-right
     Column gap:            Search "DESKTOP-GAP"    → gap value
     Column inner padding:  Search "DESKTOP-COLPAD" → padding value

   TABLET (750px–1199px)
     Alignment from right:  Search "TABLET-ALIGN"   → padding-right
     Column gap:            Search "TABLET-GAP"     → gap value
     Column inner padding:  Search "TABLET-COLPAD"  → padding value
   ─────────────────────────────────────────────────────
   ===================================================== */

@media screen and (min-width: 750px) {

/* --- 1. MEGA MENU CONTAINER --- */
.header-mega-menu {
  position: fixed !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  min-width: 100vw !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
  padding: 3.6rem 0 !important;
  margin: 0 !important;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1),
              visibility 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) !important;
  z-index: 990 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* --- 2. SHOW ON HOVER --- */
.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,
.header-mega-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

/* --- 3. PAGE BACKDROP --- */
.header-mega-menu::before {
  content: "" !important;
  position: fixed !important;
  top: 100% !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.01) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  z-index: -1 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) !important;
}

.header .list-menu--inline li:hover > .header-mega-menu::before,
.header .list-menu--inline li:focus > .header-mega-menu::before,
.header .list-menu--inline li:focus-within > .header-mega-menu::before,
.header-mega-menu.active::before {
  opacity: 1 !important;
}

/* --- 4. CONTENT WRAPPER --- */
.header-mega-menu .container {
  display: flex !important;
  justify-content: flex-end !important;
}

.header-mega-menu__wrapper {
  max-width: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

/* --- 5. COLUMN ROW LAYOUT --- */
.header-mega-menu__have-submenu__list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  list-style: none !important;
}

/* --- 6. COLUMN STYLING --- */
.header-mega-menu__have-submenu__list > li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.header-mega-menu__have-submenu__list > li:last-child {
  border-right: none !important;
}

/* --- 7. SUBMENU LISTS --- */
.header-mega-menu__submenu,
.mega-submenu__submenu {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  list-style: none !important;
}

/* --- 8. FORCE DETAILS OPEN --- */
.mega-menu-details,
.header-mega-menu details {
  display: block !important;
}

.mega-menu-details[open],
.mega-menu-details:not([open]),
.header-mega-menu details[open],
.header-mega-menu details:not([open]) {
  display: block !important;
}

.mega-menu-details summary,
.header-mega-menu details summary {
  pointer-events: none !important;
  cursor: default !important;
  list-style: none !important;
  display: block !important;
}

.mega-menu-details summary::-webkit-details-marker,
.header-mega-menu details summary::-webkit-details-marker,
.mega-menu-details summary::marker,
.header-mega-menu details summary::marker {
  display: none !important;
}

.mega-menu-details .header-mega-menu__submenu,
.mega-menu-details .mega-submenu__submenu,
.header-mega-menu details .header-mega-menu__submenu,
.header-mega-menu details .mega-submenu__submenu {
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
  overflow: visible !important;
  height: auto !important;
}

.mega-menu-details summary ~ *,
.header-mega-menu details summary ~ * {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mega-menu-details ul,
.mega-menu-details ol,
.header-mega-menu details ul,
.header-mega-menu details ol {
  display: flex !important;
  flex-direction: column !important;
}

.mega-menu-details summary span {
  display: block !important;
  gap: 0 !important;
}

.mega-menu-details[open] summary span .icon {
  transform: none !important;
}

/* --- 9. TYPOGRAPHY: Section Headers --- */
.header-mega-menu__have-submenu__list > li > a:first-child,
.mega-menu-details summary,
.header-mega-menu strong,
.header-mega-menu .h5 {
  font-size: 0.5rem !important;
  font-weight: 500 !important;
  color: #6e6e73 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  opacity: 1 !important;
}

/* --- 10. TYPOGRAPHY: Menu Links --- */
.header-mega-menu__submenu a,
.header-mega-menu a {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.6 !important;
  padding: 0.4rem 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: color 0.2s ease, opacity 0.2s ease !important;
}

/* Hover — brand blue */
.header-mega-menu__submenu a:hover,
.header-mega-menu__submenu a:focus,
.header-mega-menu a:hover,
.header-mega-menu a:focus {
  color: rgb(0, 151, 227) !important;
  opacity: 1 !important;
}

/* --- 11. SUMMARY LINKS (clickable) --- */
.mega-menu-details summary a,
.mega-menu-details summary .header-menu-sublink,
.header-mega-menu details summary a,
.header-mega-menu details summary .header-menu-sublink {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #1d1d1f !important;
  text-decoration: none !important;
  display: block !important;
  line-height: 1.6 !important;
  padding: 0.4rem 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  transition: color 0.2s ease !important;
}

.mega-menu-details summary a *,
.mega-menu-details summary .header-menu-sublink *,
.header-mega-menu details summary a *,
.header-mega-menu details summary .header-menu-sublink * {
  color: inherit !important;
  transition: color 0.2s ease !important;
}

.mega-menu-details summary a:hover,
.mega-menu-details summary a:hover *,
.mega-menu-details summary .header-menu-sublink:hover,
.mega-menu-details summary .header-menu-sublink:hover *,
.header-mega-menu details summary a:hover,
.header-mega-menu details summary a:hover *,
.header-mega-menu details summary .header-menu-sublink:hover,
.header-mega-menu details summary .header-menu-sublink:hover * {
  color: rgb(0, 151, 227) !important;
}

/* --- 12. SUBMENU LINKS (clickable) --- */
/* pointer-events on submenu links are controlled by the parent .header-mega-menu visibility state */

.header-mega-menu__submenu a:hover,
.header-mega-menu__submenu-link:hover,
.mega-submenu__submenu a:hover,
.header-mega-menu__submenu li a:hover {
  color: rgb(0, 151, 227) !important;
}

.header-mega-menu a.hover-opacity:hover {
  color: rgb(0, 151, 227) !important;
  opacity: 1 !important;
}

/* --- 13. HIDE ICONS --- */
.header-mega-menu .icon,
.header-mega-menu svg,
.mega-menu-details .icon,
.mega-menu-details summary svg,
.mega-menu-details summary .icon,
.header-mega-menu details summary svg,
.header-mega-menu details summary .icon {
  display: none !important;
}

/* --- 14. PRODUCT GRID --- */
.header-mega-menu__product-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
  gap: 2.4rem !important;
  padding: 0 !important;
}

/* --- 15. COLLECTION CARDS --- */
.mega_menu-collections {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  gap: 2.4rem !important;
}

.header-collection-banner {
  border-radius: 1.2rem !important;
  padding: 2.4rem !important;
  background: rgba(0, 0, 0, 0.02) !important;
  transition: background 0.2s ease !important;
}

.header-collection-banner:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}

.header-collection-banner__title {
  margin-bottom: 1.2rem !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #1d1d1f !important;
}

/* --- 16. POINTER EVENTS --- */
/* Re-enable pointer events on all children only when the mega menu is visible */
.header .list-menu--inline li:hover > .header-mega-menu *,
.header-mega-menu.active * {
  pointer-events: all !important;
}

/* --- 17. MEGA-SUBMENU POSITIONING FIX --- */
.mega-submenu__submenu {
  position: static !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}

.mega-submenu .mega-menu-details > summary {
  pointer-events: none !important;
  cursor: default !important;
}

.mega-submenu .mega-menu-details {
  display: block !important;
}

.mega-submenu .mega-menu-details[open] > .mega-submenu__submenu,
.mega-submenu .mega-menu-details:not([open]) > .mega-submenu__submenu,
.mega-submenu .mega-menu-details > ul {
  position: static !important;
  left: auto !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  gap: 0.8rem !important;
}

/* --- 18. MEGA-SUBMENU INNER ITEMS (not top-level columns) --- */
.mega-submenu .header-mega-menu__have-submenu__list > li > .header-mega-menu__submenu,
.mega-submenu .header-mega-menu__have-submenu__list > li > .mega-submenu__submenu,
.mega-submenu .header-mega-menu__submenu li,
.mega-submenu .mega-submenu__submenu li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 5px !important;
  position: static !important;
  overflow: visible !important;
  max-height: none !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}



} /* End @media screen and (min-width: 750px) */


/* =====================================================
   RESPONSIVE CONTROLS
   Separate controls for Desktop and Tablet.
   Adjust values below independently.
   ===================================================== */

/* --- DESKTOP (1200px and up) --- */
@media screen and (min-width: 1200px) {

  /* DESKTOP-ALIGN: How far from the right edge. Increase = move left, Decrease = move right */
  .header-mega-menu .container {
    padding-right: 10% !important;
  }

  /* DESKTOP-GAP: Space between columns. Increase = wider gap */
  .header-mega-menu__have-submenu__list {
    gap: 3rem !important;
  }

  /* DESKTOP-COLPAD: Padding inside each column. Format: top right bottom left */
  .header-mega-menu__have-submenu__list > li {
    padding: 0 3rem !important;
  }
  .header-mega-menu__have-submenu__list > li:first-child {
    padding-left: 0rem !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    padding-right: 0rem !important;
  }
}

/* --- TABLET (750px to 1199px) --- */
@media screen and (min-width: 750px) and (max-width: 1199px) {

  /* TABLET-ALIGN: How far from the right edge. Increase = move left, Decrease = move right */
  .header-mega-menu .container {
    padding-right:2% !important;
  }

  /* TABLET-GAP: Space between columns. Increase = wider gap */
  .header-mega-menu__have-submenu__list {
    gap: 1.2rem !important;
  }

  /* TABLET-COLPAD: Padding inside each column. Format: top right bottom left */
  .header-mega-menu__have-submenu__list > li {
    padding: 0 1.5rem !important;
  }
  .header-mega-menu__have-submenu__list > li:first-child {
    padding-left: 0 !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    padding-right: 0 !important;
  }
}

/* --- MOBILE (below 750px) — stacked layout --- */
@media screen and (max-width: 749px) {
  .header-mega-menu {
    padding: 3.2rem 0 !important;
  }
  .header-mega-menu__have-submenu__list {
    flex-direction: column !important;
    gap: 2.4rem !important;
  }
  .header-mega-menu__have-submenu__list > li {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding: 0 0 2.4rem 0 !important;
  }
  .header-mega-menu__have-submenu__list > li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
}

/* --- MOBILE: Hide entire mega menu --- */
@media screen and (max-width: 749px) {
  .header-mega-menu {
    display: none !important;
  }
}

/* =====================================================
   END OF CONSOLIDATED MEGA MENU
   ===================================================== */
   



.scroll-top__block.color-background-3.show {
    display: none;
}

.klaviyo-close-form {
  top: 0px !important;
  right: 0px !important;
  bottom: unset !important;
  left: unset !important;
}

.gorgias-chat-key-1vly0ou {
  z-index: 10 !important;
}



.collection-product-card .product-card .price__compare .conversion-bear-money {
    display: none;
}