/** Shopify CDN: Minification failed

Line 6223:80 Unexpected "'active'"

**/
@charset "UTF-8";
/* Color custom properties */
:root {
  --color-error: 220, 119, 62;
  --color-success: 34, 146, 92;
  --duration-short: 100ms;
  --duration-button: 200ms;
  --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.4;
  --header-z-index: 1000;
  --swiper-navigation-color: rgb(var(--color-foreground));
  --swiper-pagination-color: rgb(var(--color-foreground));
  --container-width: 192rem;
  --main-padding: 2.4rem;
  --viewport-height: 100dvh;
}

[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,
.container-page,
.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);
}

.container-page .shopify-policy__title {
  padding-top: 2.4rem;
}
.container-page .shopify-policy__title h1 {
  text-transform: capitalize;
}
.container-page .shopify-policy__body {
  position: relative;
}
.container-page .shopify-policy__body:before {
  content: "";
  left: -100vw;
  width: 300vw;
  height: 0.1rem;
  position: absolute;
  background: rgb(var(--color-border));
  bottom: -24px;
}

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

html.no-js .no-js:not(html).product__media-list__container--large {
  display: grid !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.3rem;
  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;
}

/* 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: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: 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;
}
#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;
  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;
  }
}
.section_border_top {
  border-top: 1px solid rgba(var(--color-border));
}

.section_border_bottom {
  border-bottom: 1px solid rgba(var(--color-border));
}

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

.copy-wrapper {
  position: relative;
}
.copy-wrapper .tooltip {
  visibility: hidden;
  text-align: center;
  background-color: rgba(43, 43, 43, 0.3);
  color: #fff;
  border-radius: var(--border-radius-media);
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -50%;
  transform: translateX(-50%);
  font-size: 12px;
}
.copy-wrapper .tooltip.show {
  visibility: visible;
}

.dynamic-image .desktop_image,
.dynamic-image .desktop_video {
  display: none;
}
@media (min-width: 576px) {
  .dynamic-image .desktop_image,
.dynamic-image .desktop_video {
    display: block;
  }
}
@media (min-width: 576px) {
  .dynamic-image .mobile_image,
.dynamic-image .mobile_video {
    display: none;
  }
}

[dir=rtl] .header-top .container {
  padding-left: 0;
  padding-right: var(--main-padding);
}
@media screen and (min-width: 576px) {
  [dir=rtl] .slideshow .swiper-controllers {
    left: 0;
    right: auto;
  }
}
[dir=rtl] .slideshow .swiper-controllers .swiper-pagination:not(:only-child) {
  margin-left: 2.4rem;
}
[dir=rtl] .slideshow .slideshow-slide__text-left {
  margin: auto 0 auto auto !important;
  text-align: right !important;
}
[dir=rtl] .slideshow .slideshow-slide__text-left .slideshow-slide__desc {
  margin: auto 0 auto auto !important;
  text-align: right !important;
}
[dir=rtl] .slideshow .slideshow-slide_full-screen_text .slideshow-slide__text {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 750px) {
  [dir=rtl] .slideshow .slideshow-slide_full-screen_text .slideshow-slide__text {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .slideshow .slideshow-slide_full-screen_text .slideshow-slide__text {
    padding-right: 4rem;
  }
}
[dir=rtl] .slideshow .swiper-button.swiper-button-prev {
  order: 1;
}
[dir=rtl] .tabs .tabs-list .tab__item:before {
  right: 0;
  left: auto;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .tabs .tabs_left-wrapper {
    border-left: 1px solid rgb(var(--color-border));
    border-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .tabs .tabs_heading-wrapper {
    border-left: 1px solid rgb(var(--color-border));
    border-right: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .tabs .tabs_heading {
    transform: none;
  }
}
[dir=rtl] .collapsible-content-block .accordion::before {
  right: 0;
  left: auto;
}
[dir=rtl] .product-markers .product-markers__card {
  right: -12px;
  left: auto;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .product-markers .product-markers__card .card-horizontal-wrapper .card__button {
    padding: 0 0 0 2.4rem;
  }
}
[dir=rtl] .product-markers .card-wrapper .button-label-count {
  padding-left: 2.4rem;
}
[dir=rtl] .product-markers .product-markers-content .card__button {
  padding-left: 2.4rem;
}
[dir=rtl] .cards-grid__item:nth-child(1) .cards-grid__item_border {
  left: calc(var(--col-gap) / -2);
  right: auto;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cards-grid .cards-grid__hide {
    padding-right: 2.4rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cards-grid .cards-grid__wrapper-box .section-header__title {
    border-left: 0.1rem solid rgba(var(--color-border));
    border-right: none;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cards-grid .cards-grid__wrapper-box .section-header__title {
    padding: 2.4rem 1.9rem 2.4rem 4.3rem;
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .cards-grid .cards-grid__wrapper-box .section-header__title .section-header__text {
    transform: none;
  }
}
[dir=rtl] .product__info-wrapper {
  border-right: 1px solid rgb(var(--color-border));
  border-left: none;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .featured-blogs .blog__box-type1 .blog__posts .blog__post.article:nth-child(4):before {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .featured-blogs .blog__post:not(.hide_border):after {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .image-banner__column {
    padding: 6.4rem 6.4rem 2.4rem 2.4rem;
  }
}
[dir=rtl] .newsletter .newsletter-form__field-wrapper .newsletter-form__field + label {
  right: 0;
  left: auto;
}
[dir=rtl] .newsletter .newsletter-form__field-wrapper .newsletter-form__field {
  text-align: right;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .multicolumn .border-item .multicolumn-card:before {
    left: calc(var(--gap) / -2);
    right: auto;
  }
}
[dir=rtl] .contact .form-asterisk {
  padding-right: 0.5rem;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .collection-grid .border-item .collection-grid__cards:before {
    left: calc(var(--gap) / -2);
    right: auto;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .countdown .countdown_left-wrapper {
    border-left: 1px solid rgb(var(--color-border));
    border-right: none;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .countdown .countdown_heading-wrapper {
    border-left: 1px solid rgb(var(--color-border));
    border-right: none;
  }
}
@media screen and (min-width: 576px) {
  [dir=rtl] .our-team .border-item .our-team__cards:before {
    left: calc(var(--gap) / -2);
    right: auto;
  }
}
[dir=rtl] .popular-products .border-item:after {
  right: auto;
  transform: none;
  left: calc(0px - var(--col-gap) / 2);
}
[dir=rtl] .collection-product-list .collection-grid-card:after {
  left: calc(var(--gap) / 2 * -1);
  right: auto;
}
[dir=rtl] .testimonials .testimonials-tabs__item {
  border-left: 1px solid rgb(var(--color-border));
  border-right: none;
}
[dir=rtl] .video-banner__wrapper {
  right: 0;
  left: auto;
}
[dir=rtl] .video-banner .video-banner__block--center {
  right: auto;
}
[dir=rtl] .featured-blogs .blog__box-type2 .blog__posts .blog__post.article:nth-child(4n):before {
  right: -50vw;
  left: auto;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .featured-blogs .blog__box-type1 .blog__posts .blog__post.article:nth-child(6):before,
[dir=rtl] .featured-blogs .blog__box-type1 .blog__posts .blog__post.article:nth-child(10):before {
    right: -50vw;
    left: auto;
  }
}
[dir=rtl] .article-card .article-card__title {
  padding-left: 3.75vw;
  padding-right: 0;
}
[dir=rtl] .field input[type=text],
[dir=rtl] .bookeasy-widget-container-v2 input,
[dir=rtl] .field input[type=email],
[dir=rtl] .field input[type=tel],
[dir=rtl] .field input[type=password],
[dir=rtl] .field .field__input {
  text-align: right;
}
[dir=rtl] .search__form__wrapper .field__input + label {
  right: 4rem;
  left: auto;
}
[dir=rtl] .search__button {
  right: 0;
  left: auto;
  padding-right: 2rem;
  padding-left: 0.6rem;
}
[dir=rtl] .search__buttons {
  left: 1.3rem;
  right: auto;
}
[dir=rtl] .header__submenu .header__submenu {
  right: 100%;
  left: auto;
}
[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}
[dir=rtl] .drawer__header {
  padding-right: 2.4rem;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  [dir=rtl] .collection-list .border-item:before {
    left: 0;
    right: auto;
  }
}
[dir=rtl] .collection-product-list .collection-grid-card:before {
  right: calc(var(--gap) / 2 * -1);
  left: auto;
}
[dir=rtl] .main-blog .border-item:after {
  left: calc(var(--col-gap) / 2 * -1);
  right: auto;
  transform: none;
}
[dir=rtl] .facets-container-main .facets__container {
  border-left: 1px solid rgb(var(--color-border));
  border-right: none;
  padding-left: 2.4rem;
  padding-right: 0;
}
[dir=rtl] .facets__disclosure:not(.last-item):after {
  left: -24px;
  right: auto;
}
[dir=rtl] .price dd:not(:last-child) {
  margin: 0 0 0 0.8rem;
}
@media (min-width: 576px) {
  [dir=rtl] .product__media-sublist {
    border-left: 1px solid rgb(var(--color-border));
    border-right: none;
  }
}
[dir=rtl] .product-popup-modal__toggle {
  left: -1.8rem;
  right: auto;
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .article-template .article-template__box {
    border-right: 1px solid rgba(var(--color-border));
    border-left: none;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .article-template .article-template__box .article-template__img_box {
    padding-right: 2.4rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .article-template__header .breadcrumb {
    padding-right: 2.4rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .article-template .article-template__box .article-template__meta {
    padding-right: 2.4rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  [dir=rtl] .collection-results .template-search__item:not(:first-child)::before {
    right: -50vw;
    left: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 990px) {
  [dir=rtl] .collection-results .template-search__item:not(:nth-child(2n))::after {
    left: 0;
    right: auto;
  }
  [dir=rtl] .collection-results .template-search__item:not(:first-child):nth-child(2n+1)::before {
    right: -50vw;
    left: auto;
  }
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  [dir=rtl] .collection-results .template-search__item:not(:nth-child(3n))::after {
    left: 0;
    right: auto;
  }
  [dir=rtl] .collection-results .template-search__item:not(:first-child):nth-child(3n+1)::before {
    right: -50vw;
    left: auto;
  }
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .collection-results .template-search__item:not(:nth-child(4n))::after {
    left: 0;
    right: auto;
  }
  [dir=rtl] .collection-results .template-search__item:not(:first-child):nth-child(4n+1)::before {
    right: -50vw;
    left: auto;
  }
}
[dir=rtl] .featured-blogs .blog__box-type1 .blog__post:not(:nth-child(odd)):after,
[dir=rtl] .featured-blogs .blog__box-type2 .blog__post:not(:nth-child(odd)):after {
  left: 0;
  right: auto;
}
[dir=rtl] .header .header__localization,
[dir=rtl] .header__search,
[dir=rtl] .header__account,
[dir=rtl] .header__icon.header__icon--cart {
  border-right: 0.1rem solid rgb(var(--color-border));
  border-left: none;
}
[dir=rtl] .shopify-section-header.header-overlay.color-inverse .header__search + .header__account {
  border-right: none;
}
[dir=rtl] .shopify-section-header.header-overlay.color-inverse .header__account,
[dir=rtl] .shopify-section-header.header-overlay.color-inverse .header__search,
[dir=rtl] .shopify-section-header.header-overlay.color-inverse .header .header__localization,
[dir=rtl] .shopify-section-header.header-overlay.color-inverse .header__icon.header__icon--cart {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.25);
  border-left: none;
}
[dir=rtl] .header-mega-menu .mega-menu_list .mega-menu_additional_menu + .header-mega-menu__have-submenu__list {
  border-right: 0.1rem solid rgb(var(--color-border));
  border-left: none;
}
[dir=rtl] .header-mega-menu__submenu {
  right: calc(100% + 2.4rem);
  left: auto;
  border-right: 0.1rem solid rgb(var(--color-border));
  border-left: none;
}
[dir=rtl] .search-modal .search-modal_top .container {
  padding-right: var(--main-padding);
  padding-left: 0;
}
[dir=rtl] .search-modal .modal-close-button {
  border-right: 0.1rem solid rgb(var(--color-border));
  border-left: none;
}
@media screen and (max-width: 1099px) {
  [dir=rtl] .header-top__right {
    margin-right: auto;
    margin-left: 0;
  }
}
[dir=rtl] .menu-drawer {
  transform: translate(100%);
}
@media screen and (min-width: 1100px) {
  [dir=rtl] .footer__blocks-wrapper .footer-block {
    border-left: 1px solid rgb(var(--color-border));
    border-right: none;
  }
}
[dir=rtl] .login-wrapper .login__field .field__password-type {
  left: 0;
  right: auto;
  transform: translate(50%);
}
[dir=rtl] .burger-drawer .drawer__inner {
  transform: translate3d(100%, 0, 0);
}

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

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

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

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

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

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

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

.small-font {
  font-size: calc(var(--font-body-scale-xs) * 0.9rem);
}
@media only screen and (min-width: 1360px) {
  .small-font {
    font-size: calc(var(--font-body-scale-xs) * 1rem);
  }
}

.medium-font {
  font-size: calc(var(--font-body-scale-s) * 0.9rem);
}
@media only screen and (min-width: 1360px) {
  .medium-font {
    font-size: calc(var(--font-body-scale-s) * 1rem);
  }
}

.large-font {
  font-size: calc(var(--font-body-scale-l) * 0.8rem);
}
@media only screen and (min-width: 1100px) {
  .large-font {
    font-size: calc(var(--font-body-scale-l) * 0.9rem);
  }
}
@media only screen and (min-width: 1360px) {
  .large-font {
    font-size: calc(var(--font-body-scale-l) * 1rem);
  }
}

.slide-up-animated {
  overflow: hidden;
  display: block;
  transform: translateY(110%);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 1s ease;
}

.swiper-slide-active .slideshow-slide__text {
  opacity: 1;
}
.swiper-slide-active .slide-up-animated {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}

.swiper-slide-next .slide-up-animated {
  transform: translateY(20px);
}

.swiper-slide-prev .slide-up-animated {
  transform: translateY(-20px);
}

/* 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: calc(var(--font-subtitle-letter-spacing) * 0.1);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground-secondary));
  font-size: calc(var(--font-subtitle-scale) * 1rem);
}

.badge {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  word-break: break-word;
  color: rgb(var(--color-badge-text));
  background: rgb(var(--color-badge-background));
  transition: all var(--duration-default) ease;
  border-radius: var(--border-radius-media);
  font-family: var(--font-badge-family);
  font-weight: var(--font-badge-weight);
  font-style: var(--font-badge-style);
  letter-spacing: calc(var(--font-badge-letter-spacing) * 0.1);
  text-transform: var(--font-badge-text-transform);
  font-size: calc(var(--font-badge-scale) * 1rem);
}
.badge:hover {
  background: rgba(var(--color-badge-background), 1);
}
.badge.badge--soldout {
  color: rgb(var(--color-badge-soldout-text));
  background-color: rgb(var(--color-badge-soldout-background));
}
.badge.badge--sale {
  color: rgb(var(--color-badge-sale-text));
  background-color: rgb(var(--color-badge-sale-background));
}
.badge.badge--custom {
  color: rgb(var(--color-badge-custom-text));
  background-color: rgb(var(--color-badge-custom-background));
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2.6666666667rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 2rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.slider-btn {
  flex: none;
  padding: 0;
  width: 6.2rem;
  height: 3rem;
  color: rgba(var(--color-foreground-title), 1);
  background: none;
  border: none;
  border-radius: none;
  transition: var(--duration-default);
  transform: scale(1);
  cursor: pointer;
}

@media screen and (min-width: 1330px) {
  .slider-btn--next:hover {
    transform: translateX(0.5rem);
  }

  .slider-btn--prev:hover {
    transform: translateX(-0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .slider-btn {
    width: 3rem;
  }
}
/* Media */
.media {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 125%;
  border-radius: var(--border-radius-media);
}

.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;
  top: 0;
  left: 0;
}

.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,
.bookeasy-back-btn, .bookeasy-next-btn {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: calc(var(--font-button-letter-spacing) * 0.1);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-button);
  font-size: calc(var(--font-button-scale) * 1rem);
  line-height: 1.4;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 1;
  gap: 0.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);
  --btn-color: var(--color-button-text-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-button) linear;
  transform: rotate(-45deg);
}
.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: rotate(0);
}
.shopify-challenge__button--primary, .shopify-challenge__button--secondary,
.button--primary,
.button--secondary,
.customer .button--primary,
.customer .button--secondary {
  background-color: rgba(var(--btn-bg), var(--alpha-button-background));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.2rem;
  padding: 1rem 2.6rem;
  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,
.button--primary:not([disabled]):not([aria-disabled=true]):hover .button-items,
.button--secondary: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 {
  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);
  --btn-color: var(--color-button-secondary-text-hover);
}
.shopify-challenge__button--tertiary, .shopify-challenge__button--simple,
.button--tertiary,
.button--simple,
.customer .button--tertiary,
.customer .button--simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  --btn-bg: transparent;
  --btn-color: var(--color-button-tertiary-text);
  color: rgb(var(--btn-color));
  --alpha-button-background: 0;
  overflow: visible;
  flex: none;
  word-break: break-word;
  position: relative;
  padding: 5px 0;
}
.shopify-challenge__button--tertiary:not([disabled]):not([aria-disabled=true]):hover, .shopify-challenge__button--simple:not([disabled]):not([aria-disabled=true]):hover,
.button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.button--simple:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover {
  --btn-color: var(--color-button-tertiary-text-hover);
  opacity: 0.7;
}
.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 .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 {
  opacity: 0.75;
}

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

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

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-wrapper .spinner {
  width: 2rem;
  height: 2rem;
}

.infinite-scroll__loading {
  display: flex;
  justify-content: center;
  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;
}

.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: 4.2rem;
  display: flex;
}
.field label {
  position: relative;
  transition: var(--duration-short);
}
.field input[type=text],
.bookeasy-widget-container-v2 input,
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.bookeasy-widget-container-v2 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));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem !important;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  height: 4.2rem;
  box-sizing: border-box;
  transition: border, background var(--duration-default);
  border-radius: 2px;
}
.field input[type=text]:-internal-autofill-selected + label,
.bookeasy-widget-container-v2 input:-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,
.bookeasy-widget-container-v2 input:active, .bookeasy-widget-container-v2 input: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,
.bookeasy-widget-container-v2 input: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,
.bookeasy-widget-container-v2 input:focus-visible, .bookeasy-widget-container-v2 input: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],
.bookeasy-widget-container-v2 input,
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input,
.bookeasy-widget-container-v2 select {
    font-size: 1.2rem !important;
  }
}
.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],
.bookeasy-widget-container-v2 input,
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  flex-grow: 1;
  padding: 0.7rem 2rem;
  text-align: left;
  background: rgb(var(--color-background-input));
}
.field input[type=text]::-webkit-search-cancel-button,
.bookeasy-widget-container-v2 input::-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,
.bookeasy-widget-container-v2 input[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,
.bookeasy-widget-container-v2 input + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
  display: none;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  pointer-events: none;
  font-size: 1.2rem;
  text-transform: none;
  color: rgba(var(--color-foreground), var(--alpha-placeholder-input));
}
@media screen and (min-width: 576px) {
  .field input[type=text] + label,
  .bookeasy-widget-container-v2 input + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
    font-size: 1.2rem;
  }
}
.field input[type=text]:placeholder-shown + label,
.bookeasy-widget-container-v2 input: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,
.bookeasy-widget-container-v2 input: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;
}
.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 {
  position: relative;
}
.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.2rem;
  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-text-card-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  background-color: transparent;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border));
  box-sizing: border-box;
  transition: border var(--duration-default);
  position: relative;
  display: flex;
  align-items: center;
  width: 13rem;
}

.quantity__input {
  font-size: 1.4rem;
  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.2rem;
  height: 4.2rem;
  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: 0.8rem;
  pointer-events: none;
}
.quantity__button .icon-minus {
  height: 0.25rem;
}
.quantity__button .icon-plus {
  height: 0.8rem;
}

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

/* 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 (min-width: 750px) {
  .announcement-bar__text {
    flex-direction: row;
    align-items: baseline;
    max-width: 60%;
  }
}
.announcement-bar__text p {
  margin: 0;
}

.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.header-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: background var(--duration-default);
  background-color: rgb(var(--color-background));
}
.shopify-section-header.header-overlay.color-inverse {
  background: transparent;
}
.shopify-section-header.header-overlay.color-inverse .header--has-border {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.25);
}
.shopify-section-header.header-overlay.color-inverse .header__account,
.shopify-section-header.header-overlay.color-inverse .header__search,
.shopify-section-header.header-overlay.color-inverse .header .header__localization,
.shopify-section-header.header-overlay.color-inverse .header__icon.header__icon--cart {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.25);
}
.shopify-section-header.header-overlay.color-inverse .header__search + .header__account {
  border-left: none;
}
.shopify-section-header.header-overlay.color-inverse .header__heading-logo:not(.search-modal_top_main .header__heading-logo):not(.drawer_logo .header__heading-logo) {
  display: none;
}
.shopify-section-header.header-overlay.color-inverse .header__heading-logo:not(.search-modal_top_main .header__heading-logo):not(.drawer_logo .header__heading-logo):only-child {
  display: block;
}
.shopify-section-header.header-overlay.color-inverse .header__heading-logo--overlay:not(.search-modal_top_main .header__heading-logo):not(.drawer_logo .header__heading-logo) {
  display: block;
}
.shopify-section-header.header-overlay.announcement-bar-show {
  top: var(--announcement-height);
}
.shopify-section-header.header-overlay.color-background-1 {
  background-color: rgb(var(--color-background));
}
.shopify-section-header.header-overlay .header__account-modal {
  top: calc(100% + 0.2rem);
}

.overflow-hidden-tablet .header__heading-logo {
  display: block !important;
}
.overflow-hidden-tablet .header__heading-logo--overlay {
  display: none !important;
}

.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-sticky.header-overlay {
  position: fixed;
}
.shopify-section-header-sticky.header-overlay.announcement-bar-show {
  top: 0;
}

.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);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
  color: rgb(var(--color-foreground));
  min-height: 5.2rem;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .header {
    min-height: var(--header-height);
    padding: 0;
    border: 0;
    display: flex;
  }
}
.header.header--has-border {
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.header a {
  text-decoration: none;
}
.header .header__menu {
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
}
.header .list-menu--inline {
  display: flex;
  align-items: 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: -0.1rem;
  height: 0.1rem;
  left: 1.2rem;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
  z-index: 9;
}
.header .list-menu--inline > li > .header__menu-item.current-link:before {
  width: calc(100% - 2.4rem);
}
.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% - 2.4rem);
}
.header .list-menu--inline > li.list-menu-has-child:hover > .header__menu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 20rem;
  z-index: 5;
}
.header .list-menu--inline > li:hover .header__megamenu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 200%;
  height: 20rem;
  z-index: 5;
}
.header .list-menu--inline li:hover > .header__submenu, .header .list-menu--inline li:focus > .header__submenu {
  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;
}
.header .list-menu--inline li:hover > .header-mega-menu .header-mega-menu__collection-list, .header .list-menu--inline li:focus > .header-mega-menu .header-mega-menu__collection-list {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: all 1s 0.1s cubic-bezier(0.41, 0.38, 0.14, 1);
}
.header .list-menu-has-child {
  position: relative;
}
.header .header__menu-item {
  padding: 1.62rem 1.2rem;
  display: block;
}
.header .header__menu-item > .icon-arrow-small {
  transition: all var(--duration-short) linear;
  transform: rotate(-90deg);
  width: 1.6rem;
  height: 1.6rem;
}
.header span.header__menu-item {
  cursor: default;
}
.header .header__localization {
  flex: none;
  border-left: 0.1rem solid rgb(var(--color-border));
}
.header .header__localization:not(.header__localization--language) .disclosure__item {
  position: relative;
  width: max-content;
}
.header .header__localization:not(.header__localization--language) .disclosure__item:before {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  height: 0.1rem;
  left: 2.4rem;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header .header__localization:not(.header__localization--language) .disclosure__item:hover:before, .header .header__localization:not(.header__localization--language) .disclosure__item:focus:before, .header .header__localization:not(.header__localization--language) .disclosure__item:focus-within:before {
  width: calc(100% - 4.8rem);
}
.header .header__localization--language .disclosure__link span {
  position: relative;
}
.header .header__localization--language .disclosure__link span:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header .header__localization--language .disclosure__link span:hover:before, .header .header__localization--language .disclosure__link span:focus:before, .header .header__localization--language .disclosure__link span:focus-within:before {
  width: 100%;
}
.header .header__localization-button {
  height: auto;
  border: 0;
  display: block;
  padding: 1.8rem 2rem 1.8rem 2.4rem;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: opacity var(--duration-default) ease;
  min-height: var(--header-height);
}
.header .localization-form__select {
  min-height: var(--header-height);
}
.header .localization-form__select:before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header .localization-form__select:hover:before {
  width: 100%;
}
.header .localization-form__select[aria-expanded=true]:before {
  width: 100%;
}
.header .localization-selector + .disclosure__list:not(.disclosure__list-in__drawer) {
  bottom: unset;
  top: calc(100% + 0.7rem);
}
.header .localization-selector .link .value {
  font-size: calc(var(--font-header-menu-link-scale) * 1rem);
}
@media screen and (max-width: 750px) {
  .header .localization-selector + .disclosure__list {
    top: auto !important;
    bottom: 100% !important;
    border-top: 1px solid rgb(var(--color-border));
  }
}
.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%;
}
.header-top .container {
  padding-right: 0;
}
.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;
  }
}
.header-top__wrapper.header-top__wrapper-left {
  grid-template-columns: 1fr auto;
}
.header-top__wrapper.header-top__wrapper-center .header__menu {
  margin-left: -12px;
}
.header-top__wrapper.header-top__wrapper-center .header__modal-icon + .header__menu {
  margin-left: 0;
}
.header-top__left, .header-top__right {
  display: flex;
  align-items: center;
}
.header-top__left {
  gap: 1.2rem;
}
.header-top__right {
  justify-content: flex-end;
}
.header-top__logo h1 {
  margin: 0;
}
.header-top__logo span {
  margin: 0;
  display: block;
}
.header-top__logo .header__heading-link {
  display: flex;
  text-decoration: none;
}
.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.header__icon--account {
  padding: 1.62rem 2.4rem 1.62rem 2rem;
  position: relative;
  min-height: var(--header-height);
}
.header__icon.header__icon--account:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  left: 2.2rem;
  transition: all var(--duration-default) linear;
}
.header__icon.header__icon--account:hover:before {
  width: 2rem;
}
.header__icon.header__icon--search {
  position: relative;
  padding: 1.62rem 2.4rem;
  min-height: var(--header-height);
}
@media screen and (min-width: 750px) {
  .header__icon.header__icon--search {
    padding: 1.62rem 2rem 1.62rem 2.4rem;
  }
}
.header__icon.header__icon--search:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  left: 2.5rem;
  transition: all var(--duration-default) linear;
}
.header__icon.header__icon--search:hover:before {
  width: 2rem;
}
.header__icon.header__icon--cart {
  padding: 1.7rem 2.4rem;
  gap: 0.6rem;
  border-left: 0.1rem solid rgb(var(--color-border));
  position: relative;
  min-height: var(--header-height);
}
.header__icon.header__icon--cart:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  left: 0;
  transition: all var(--duration-default) linear;
}
.header__icon.header__icon--cart:hover:before {
  width: 100%;
}
.header__icon.header__icon--cart .header__cart-text {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.header__icon.header__icon--cart .header__cart-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.3);
}

.header__submenu {
  position: absolute;
  border-radius: 0.2rem;
  border: 0.1rem solid rgb(var(--color-border));
  padding: 1rem 0;
  left: 1.2rem;
  top: 100%;
  min-width: max-content;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all var(--duration-default) ease;
}
.header__submenu .header__submenu {
  top: -1rem;
  left: 100%;
  z-index: -1;
  border-top: none;
}
.header__submenu > li {
  position: relative;
}
.header__submenu > li .header__menu-item {
  padding: 0.7rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: all var(--duration-default) ease;
  position: relative;
  color: rgb(var(--color-foreground-secondary));
  transition: color var(--duration-default);
}
.header__submenu > li .header__menu-item:hover {
  color: rgb(var(--color-foreground));
}
.header__submenu > li .header__menu-item span {
  position: relative;
}
.header__submenu > li .header__menu-item span:before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header__submenu > li:hover > .header__menu-item span:before, .header__submenu > li:focus > .header__menu-item span:before, .header__submenu > li:focus-within > .header__menu-item span:before {
  width: 100%;
}

.header-mega-menu {
  position: fixed;
  top: 100%;
  left: 0;
  min-width: 100%;
  transition: all var(--duration-default) linear;
  z-index: -4;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0px 600px 0 600px rgba(var(--color-overlay), 0.3);
  box-shadow: 0px 600px 0 600px rgba(var(--color-overlay), 0.3);
}
.header-mega-menu .collection-card__tags-list a,
.header-mega-menu .collection-card__img,
.header-mega-menu .collection-card__title {
  pointer-events: none;
}
.header-mega-menu .mega-menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}
.header-mega-menu .mega-menu_list + .header-mega-menu__collection-list {
  border-left: 0.1rem solid rgb(var(--color-border));
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu {
  padding: 2.4rem 2.4rem 2.4rem 0;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li {
  padding: 0.6rem 0;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li:first-child {
  padding-top: 0;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span {
  transition: all var(--duration-short) ease;
  color: rgba(var(--color-foreground-secondary));
  position: relative;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:hover, .header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:focus, .header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:focus-within {
  color: rgba(var(--color-foreground));
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:hover:before, .header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:focus:before, .header-mega-menu .mega-menu_list .mega-menu_additional_menu > li span:focus-within:before {
  width: 100%;
}
.header-mega-menu .mega-menu_list .mega-menu_additional_menu + .header-mega-menu__have-submenu__list {
  border-left: 0.1rem solid rgb(var(--color-border));
  padding: 2.4rem;
  position: relative;
}
.header-mega-menu .header-mega-menu__collection-list {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 50%;
  transition: transform 0.4s 0s cubic-bezier(0.41, 0.38, 0.14, 1), opacity 0.1s cubic-bezier(0.41, 0.38, 0.14, 1);
  transform: translate3d(0, 24px, 0);
  opacity: 0;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block {
  flex: 0 0 50%;
  padding: 2.4rem;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block + .mega-menu__collection-block {
  border-left: 0.1rem solid rgb(var(--color-border));
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection {
  position: relative;
  height: 100%;
  min-height: 24rem;
  text-transform: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection {
    min-height: 24rem;
  }
}
@media screen and (min-width: 1360px) {
  .header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection {
    min-height: 24rem;
  }
}
@media screen and (min-width: 1540px) {
  .header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection {
    min-height: 24rem;
  }
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection:hover img {
  transform: scale(1.03);
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection svg,
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--duration-default) linear;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection svg {
  fill: rgb(var(--color-foreground-title), 0.5);
  scale: 3;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .image_overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-overlay));
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text .subtitle {
  opacity: 0.7;
  margin: 0;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text h5 {
  margin-bottom: 0;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text .button {
  margin: 2rem 0;
}
.header-mega-menu .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .mega-menu__collection-link-overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header-mega-menu-mobile {
  max-width: 50rem;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block {
  padding: 2.4rem 0;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection {
  position: relative;
  height: 100%;
  min-height: 24rem;
  text-transform: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection:hover img {
  transform: scale(1.03);
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection svg,
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--duration-default) linear;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection svg {
  fill: rgb(var(--color-foreground-title), 0.5);
  scale: 3;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .image_overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-overlay));
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  min-height: 24rem;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text .subtitle {
  opacity: 0.7;
  margin: 0;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text h5 {
  margin-bottom: 0;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .promo_text .button {
  margin: 2rem 0;
}
.header-mega-menu-mobile .header-mega-menu__collection-list .mega-menu__collection-block .mega-menu__collection .mega-menu__collection-link-overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mega-menu-announcement-bar {
  background: rgb(var(--color-background-secondary));
}
.mega-menu-announcement-bar .mega-menu-announcement-bar__text {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: baseline;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.mega-menu-announcement-bar .mega-menu-announcement-bar__text p {
  margin: 1rem 0;
}

.header-mega-menu__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.header-mega-menu__submenu {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 2.4rem;
  transition: opacity 0s, all var(--duration-default) cubic-bezier(0.77, 0, 0.175, 1);
  top: 0;
  left: calc(100% + 2.4rem);
  border-left: 1px solid rgb(var(--color-border));
  overflow-y: auto;
  max-height: 288px;
}
.header-mega-menu__submenu::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
}
.header-mega-menu__submenu::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
}
.header-mega-menu__submenu::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}
@media screen and (min-width: 1860px) {
  .header-mega-menu__submenu {
    min-width: 27.2rem;
  }
}
.header-mega-menu__submenu > li {
  padding: 0.6rem 0;
}
.header-mega-menu__submenu > li:first-child {
  padding-top: 0;
}
.header-mega-menu__submenu > li.menu_name {
  padding-bottom: 0.8rem;
}
.header-mega-menu__submenu > li.menu_name span {
  color: rgba(var(--color-foreground));
}
.header-mega-menu__submenu > li.menu_name span::before {
  display: none;
}
.header-mega-menu__submenu a {
  transition: all var(--duration-short) ease;
  font-family: var(--font-heading-card-family);
  font-style: var(--font-heading-card-style);
  font-weight: var(--font-heading-card-weight);
  letter-spacing: -0.02em;
  position: relative;
}
.header-mega-menu__submenu a:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header-mega-menu__submenu a:hover, .header-mega-menu__submenu a:focus, .header-mega-menu__submenu a:focus-within {
  color: rgba(var(--color-foreground));
}
.header-mega-menu__submenu a:hover:before, .header-mega-menu__submenu a:focus:before, .header-mega-menu__submenu a:focus-within:before {
  width: 100%;
}

.header-mega-menu__have-submenu__list {
  display: flex;
  flex-direction: column;
  max-width: 27.2rem;
  padding: 2.4rem 2.4rem 2.4rem 0;
  color: rgba(var(--color-foreground-secondary));
}
.header-mega-menu__have-submenu__list > li {
  padding: 0.6rem 0;
}
.header-mega-menu__have-submenu__list > li:first-child {
  padding-top: 0;
}
.header-mega-menu__have-submenu__list > li.menu_name {
  padding-bottom: 0.8rem;
}
.header-mega-menu__have-submenu__list > li.menu_name span {
  color: rgba(var(--color-foreground));
}
.header-mega-menu__have-submenu__list > li.menu_name span::before {
  display: none;
}
.header-mega-menu__have-submenu__list > li span {
  transition: all var(--duration-short) ease;
  color: rgba(var(--color-foreground-secondary));
  position: relative;
}
.header-mega-menu__have-submenu__list > li span:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.header-mega-menu__have-submenu__list > li span:hover, .header-mega-menu__have-submenu__list > li span:focus, .header-mega-menu__have-submenu__list > li span:focus-within {
  color: rgba(var(--color-foreground));
}
.header-mega-menu__have-submenu__list > li span:hover:before, .header-mega-menu__have-submenu__list > li span:focus:before, .header-mega-menu__have-submenu__list > li span:focus-within:before {
  width: 100%;
}
.header-mega-menu__have-submenu__list > li a {
  transition: all var(--duration-short) ease;
}
.header-mega-menu__have-submenu__list > li a:hover, .header-mega-menu__have-submenu__list > li a:focus, .header-mega-menu__have-submenu__list > li a:focus-within {
  color: rgba(var(--color-foreground));
}
.header-mega-menu__have-submenu__list > li:hover .header-mega-menu__submenu, .header-mega-menu__have-submenu__list > li:focus .header-mega-menu__submenu {
  visibility: visible;
  opacity: 1;
}

.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-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: 750px) {
  .header-top__right .header__localization,
.header-top__right .header__account {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .header__toggle-scheme {
    display: none;
  }

  .header-top__left .header__modal-icon,
.header-top__left .header__menu {
    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: 0.4rem;
  }

  .header-top__right {
    margin-left: auto;
  }

  .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 li {
    padding: 0.8rem 0;
  }
  .menu-drawer__menu li li {
    padding: 0.8rem 0;
  }

  .menu-drawer__menu details[open] > .menu-drawer__menu-item .icon {
    transform: rotate(180deg);
  }
}
.header__account {
  align-items: center;
  position: relative;
  border-left: 0.1rem solid rgb(var(--color-border));
}
.header__account-modal {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: -80%;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 18.7rem;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgba(var(--color-background));
  border: 0.1rem solid rgb(var(--color-border));
  border-top: none;
  transform: translateX(-50%);
  transition: opacity var(--duration-default);
  z-index: 10;
  opacity: 0;
  border-radius: 0.2rem;
}
details[open] > .header__account-modal {
  opacity: 1;
}
.header__account details[open] .header__icon--account:before {
  width: 2rem;
}
.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.2rem;
  justify-content: center;
}
.header__account__name {
  margin-bottom: 0.6rem;
}
.header__account__body {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__account__body a {
  display: block;
  padding: 0.6rem 0;
  text-decoration: none;
  transition: all var(--duration-default) ease;
}
.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%;
}

.header__search {
  border-left: 0.1rem solid rgb(var(--color-border));
}
.header__search + .header__account {
  border-left: none;
  margin-left: -1rem;
}

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

/* ____Header links hover ____ */
.burger-drawer {
  justify-content: flex-start !important;
}
.burger-drawer.announcement-bar-hide {
  top: 0;
}
.burger-drawer.announcement-bar-hide .cart-drawer__overlay {
  top: 0;
}
.burger-drawer.announcement-bar-show {
  top: calc(-1 * var(--announcement-height));
}
.burger-drawer.announcement-bar-show .cart-drawer__overlay {
  top: calc(-1 * var(--announcement-height));
}
.burger-drawer .drawer__inner {
  height: 100vh;
  transform: translate3d(-100%, 0, 0);
  border-left: none;
  transition: all var(--duration-long) ease, transform 0.5s 0s cubic-bezier(0.41, 0.38, 0.14, 1);
  width: 74rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.burger-drawer.drawer.active .cart-drawer {
  background: rgba(var(--color-overlay), 0);
}
.burger-drawer.drawer.active .drawer__inner {
  transform: translate3d(0, 0, 0);
  transition: all var(--duration-long) ease, transform 1s 0s cubic-bezier(0.41, 0.38, 0.14, 1);
  pointer-events: all;
}
.burger-drawer.drawer.active .drawer__right {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: all 1s 0.8s cubic-bezier(0.41, 0.38, 0.14, 1);
}
.burger-drawer .cart-drawer__overlay {
  height: 100vh;
}
.burger-drawer .drawer__top {
  display: flex;
  align-items: center;
  min-height: var(--header-height);
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.burger-drawer .drawer__top .drawer_logo {
  display: flex;
  align-items: center;
  padding-right: 2.4rem;
  flex: 1 0 54%;
  height: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.burger-drawer .drawer__top .drawer_logo .header-top__logo {
  padding-left: 1.4rem;
}
.burger-drawer .drawer__top .drawer_logo + .burger_heading {
  border-left: 0.1rem solid rgb(var(--color-border));
  padding-left: 2.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1 0 46%;
  transition: transform 0.5s 0s cubic-bezier(0.41, 0.38, 0.14, 1);
  transition: transform 0.4s 0s cubic-bezier(0.41, 0.38, 0.14, 1), opacity 0.5s cubic-bezier(0.41, 0.38, 0.14, 1);
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
.burger-drawer .drawer__top .burger__close {
  transform: translate(0);
  padding: 1.3rem;
  border-right: 0.1rem solid rgb(var(--color-border));
  height: 100%;
}
.burger-drawer.drawer.active .burger_heading {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 1s 0s cubic-bezier(0.41, 0.38, 0.14, 1), opacity 1s cubic-bezier(0.41, 0.38, 0.14, 1);
}
.burger-drawer .drawer__main {
  display: flex;
  height: 100%;
}
.burger-drawer .drawer__main .drawer__left {
  flex: 1 0 54%;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
}
.burger-drawer .drawer__main .drawer__left .burger_menu {
  color: rgb(var(--color-foreground-title));
}
.burger-drawer .drawer__main .drawer__left .burger_menu a {
  color: rgb(var(--color-foreground-title));
  transition: all var(--duration-default) ease;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .burger_menu_items:first-child > .drawer__accordion-title {
  padding-top: 0;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .h6 {
  margin: 0;
  padding: 0.7rem 0;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .h6 span {
  position: relative;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .h6 span:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .h6 span:hover:before, .burger-drawer .drawer__main .drawer__left .burger_menu .h6 span:focus:before, .burger-drawer .drawer__main .drawer__left .burger_menu .h6 span:focus-within:before {
  width: 100%;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .drawer__accordion-content {
  padding: 0.4rem 0;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: 16.8px;
  margin-bottom: 0.8rem;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .first_level {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .first_level a {
  position: relative;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .first_level a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .first_level a:hover:before, .burger-drawer .drawer__main .drawer__left .burger_menu .first_level a:focus:before, .burger-drawer .drawer__main .drawer__left .burger_menu .first_level a:focus-within:before {
  width: 100%;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .first_level svg {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform var(--duration-default) ease;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .second_level {
  padding: 0.5rem 0;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .second_level a {
  position: relative;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .second_level a:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  height: 0.1rem;
  left: 0;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.burger-drawer .drawer__main .drawer__left .burger_menu .second_level a:hover:before, .burger-drawer .drawer__main .drawer__left .burger_menu .second_level a:focus:before, .burger-drawer .drawer__main .drawer__left .burger_menu .second_level a:focus-within:before {
  width: 100%;
}
.burger-drawer .drawer__main .drawer__left .burger_account .menu-drawer__utility-account-header {
  margin: 0;
}
.burger-drawer .drawer__main .drawer__left .burger_account .burger_account_log_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.burger-drawer .drawer__main .drawer__left .burger_account .burger_account_log_in a {
  flex: 1 0 auto;
  max-width: max-content;
}
.burger-drawer .drawer__main .drawer__left + .drawer__right {
  border-left: 0.1rem solid rgb(var(--color-border));
}
.burger-drawer .drawer__main .drawer__right {
  flex: 1 0 46%;
  transition: transform 0.4s 0s cubic-bezier(0.41, 0.38, 0.14, 1), opacity 0.5s cubic-bezier(0.41, 0.38, 0.14, 1);
  transform: translate3d(0, 24px, 0);
  opacity: 0;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block {
  flex: 0 0 50%;
  padding: 2.4rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection {
  position: relative;
  height: 100%;
  min-height: 16.5rem;
  text-transform: none;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection:hover img {
  transform: scale(1.03);
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection svg,
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--duration-default) linear;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection svg {
  fill: rgb(var(--color-foreground-title), 0.5);
  scale: 3;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .image_overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-overlay));
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .promo_text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 16.5rem;
  gap: 1rem;
  padding: 1.6rem;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .promo_text .subtitle {
  margin: 0;
  opacity: 0.7;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .promo_text h5 {
  margin-bottom: 0;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .promo_text .button {
  margin: 2rem 0;
}
.burger-drawer .drawer__main .drawer__right .drawer__collection-block .drawer__collection .drawer__collection-link-overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.burger-drawer .drawer-announcement-bar {
  background: rgb(var(--color-background-secondary));
  margin-top: auto;
}
.burger-drawer .drawer-announcement-bar .container {
  padding-right: var(--main-padding);
}
.burger-drawer .drawer-announcement-bar .drawer-announcement-bar__text {
  display: flex;
  gap: 0.6rem;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.burger-drawer .drawer-announcement-bar .drawer-announcement-bar__text p {
  margin: 1rem 0;
}

.header__modal-icon-dropdown {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
}
.header__modal-icon-dropdown svg {
  transition: transform var(--duration-default) cubic-bezier(0.4, 0, 1, 1);
}
.header__modal-icon-dropdown:hover svg {
  transform: scale(0.9);
  transition: transform var(--duration-default) cubic-bezier(0.4, 0, 1, 1);
}

/* 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;
  font-size: 1.2rem;
  line-height: 150%;
  color: rgb(var(--color-foreground));
  font-weight: 400;
}
.breadcrumb_margin {
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.breadcrumb__delimiter {
  padding: 0px 6px;
  display: flex;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb > a {
  color: rgba(var(--color-foreground-secondary));
  text-decoration: none;
}
.breadcrumb > a:first-child {
  color: rgb(var(--color-foreground));
}
.breadcrumb > a span {
  color: rgb(var(--color-foreground));
}
.breadcrumb a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumb__link {
  transition: all var(--duration-default) ease;
}
.breadcrumb__link:hover {
  opacity: 0.7;
}
.breadcrumb span {
  color: rgba(var(--color-foreground-secondary));
}
.breadcrumb div {
  color: rgba(var(--color-foreground-secondary));
}
.breadcrumb svg {
  color: rgba(var(--color-foreground), 0.5);
}

/* 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: 24px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--top-left {
  top: 24px;
  left: 24px;
}
.popup--top-right {
  top: 0;
  right: 0;
}
.popup--bottom {
  bottom: 24px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.popup--bottom-left {
  left: 24px;
  bottom: 24px;
}
.popup--bottom-right {
  right: 24px;
  bottom: 24px;
}
.popup--left {
  top: 50%;
  left: 24px;
  transform: translate3d(0, -50%, 0);
}
.popup--right {
  top: 50%;
  right: 24px;
  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);
  border-radius: 2px;
}
.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 {
  transform: unset;
  margin-left: auto;
  border-left: 1px solid rgb(var(--color-border));
}
.popup .popup-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-border));
  padding-left: 24px;
}
.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 .popup-thumbnail, .popup-main-image--right .popup-outer_image .popup-thumbnail {
  padding: 24px;
}
.popup-main-image--left .popup-outer_image .popup-content, .popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup-main-image--left .popup-thumbnail_wrapper, .popup-main-image--right .popup-thumbnail_wrapper {
  position: relative;
  width: 100%;
  border-radius: 2px;
}
.popup-main-image--left .popup-thumbnail_wrapper::before, .popup-main-image--right .popup-thumbnail_wrapper::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  padding-bottom: 100%;
}
.popup-main-image--left .popup-thumbnail_wrapper img, .popup-main-image--right .popup-thumbnail_wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}
@media (min-width: 576px) {
  .popup-main-image--right .popup-thumbnail {
    border-left: 1px solid rgb(var(--color-border));
  }
  .popup-main-image--left .popup-thumbnail {
    border-right: 1px solid rgb(var(--color-border));
  }
}
.popup-main .popup-heading,
.popup-main .popup-desc p {
  margin: 0 0 0.8rem;
}
.popup-main .popup-text {
  color: rgb(var(--color-foreground-secondary));
}
.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 33%;
  }
}
.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-main .popup-content {
  padding: 24px;
  flex: 1 0 50%;
  order: 2;
}
.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-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(var(--color-foreground-secondary), 0.7);
  transition: all var(--duration-short) linear;
}
.popup-main .newsletter-form__field-wrapper:hover, .popup-main .newsletter-form__field-wrapper:focus-within {
  border-color: rgba(var(--color-foreground-secondary));
}
.popup-main .newsletter-form__field-wrapper .newsletter-form__field {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.popup-main .newsletter-form__field-wrapper .newsletter-form__field + label {
  left: 0;
  font-size: 1.4rem;
}
.popup-main .newsletter-form__field-wrapper .newsletter-form__field:hover,
.popup-main .newsletter-form__field-wrapper .newsletter-form__field:active,
.popup-main .newsletter-form__field-wrapper .newsletter-form__field:focus {
  background-color: transparent;
  border: none;
}
.popup-main .newsletter__button {
  height: 100%;
}
.popup-main .list-social {
  margin-top: 1.2rem;
}

@media screen and (min-width: 990px) {
  .notification-banner {
    left: 4rem;
    bottom: 4rem;
  }
}
.notification-banner .popup-wrap {
  border-radius: 2px;
}
.notification-banner .popup-outer {
  padding: 36px;
}
.notification-banner .popup-heading {
  margin: 0;
}
.notification-banner .popup-heading + .popup-text {
  margin-top: 0.8rem;
}
.notification-banner .popup-text {
  padding-right: 1rem;
}
.notification-banner .popup-button {
  width: 100%;
  margin-top: 1.6rem;
}
.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: 24px;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
}
@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: 48px;
    padding-right: 48px;
  }
  .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: var(--border-radius-media);
  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;
  align-items: 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 {
  text-align: center;
  padding: 0 0 3.2rem;
  border-bottom: 0.1rem solid rgb(var(--color-border));
}
.section-header__line .section-header__title {
  margin: 0;
}
.section-header__line .section-header__desc:not(:only-child) {
  margin-top: 1.6rem;
}
.section-header__line.section-header__line-sub {
  padding: 1.6rem 0;
}

.section-button__line {
  text-align: center;
  padding: 2.4rem 0 0;
  border-top: 0.1rem solid rgb(var(--color-border));
}

.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;
}
.bookeasy-appBlock {
  display: none !important;
}
.bookeasy-widget-content-v2 * {
  font-weight: 400 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 13px !important;
}
.bookeasy-widget-container-v2 .bookeasy-dropdown-box,
.bookeasy-widget-container-v2 .bookeasy-dropdown-list {
  border: .1rem solid rgb(var(--color-border)) !important;
  border-radius: 2px !important;
}
.neo-date-table-bookeasy,
.neo-time-bookeasy {
  border-radius: 2px !important;
}
.neo-day-enabled-bookeasy:hover,
span.neo-day-bookeasy.neo-day-selected-bookeasy,
.neo-time-bookeasy.neo-time-selected-bookeasy,
.neo-time-bookeasy.neo-time-selected-bookeasy *,
.bookeasy-next-btn {
  background-color: rgba(var(--color-button), var(--alpha-button-background)) !important;
  color: rgb(var(--color-button-text)) !important;
}
.bookeasy-dropdown-option-container:hover .bookeasy-dropdown-option-content {
  border-radius: 2px !important;
  background-color: rgba(var(--color-button-hover), 1) !important;
  color: var(--color-button-text-hover) !important;
}
.bookeasy-widget-content-v2 {
  border-radius: 0 !important;
}
bookeasy-locations-v2 {
  width: 100% !important;
}
.bookeasy-locations-dropdown-container {
  max-width: none !important;
  width: 100% !important;
}
.bookeasy-dropdown-icon,
.bookeasy-widget-container-v2 .bookeasy-dropdown-arrow {
  width: 40px !important;
}
.bookeasy-widget-container-v2 .bookeasy-dropdown-text {
  width: 100% !important;
}
.neo-slot-picker-bookeasy {
  gap: 4px !important;
}
.bookeasy-input-field,
.bookeasy-widget-container-v2 select {
  box-shadow: none !important;
  outline: none !important;
}
bookeasy-widget input[type="text"]:focus {
  margin-left: 0px !important;
}
.bookeasy-widget-container-v2 .bookeasy-dropdown-options .bookeasy-dropdown-option:not(:first-child) .bookeasy-dropdown-option-icon {
  display: none !important;
}
.bookeasy-widget-container-v2 .bookeasy-dropdown-options {
  position: relative;
}
.bookeasy-widget-container-v2 .bookeasy-dropdown-options .bookeasy-dropdown-option-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.time-grid-bookeasy {
  padding: 0;
  margin-top: -3px;
}
.neo-popup-bookeasy {
  overflow: hidden !important;
  padding-top: 0 !important;
}
.shopify-section-header:not(.color-inverse) .st-wishlist-icon {
    color: #18233F;
}
.shopify-section-header.color-inverse .st-number {
    background: #fff;
    color: #18233f;
    font-size: 8px !important;
}
.shopify-section-header .st-number {
    font-size: 12px !important;
}
.shopify-section-header .st-number[data-count="0"] {
    display: none;
}

.menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
}
.menu-drawer__utility-links > * {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start !important;
    padding: 10px 0 !important;
}
.menu-drawer__utility-links .st-wishlist-details-button[data-type=manually] .st-label {
    display: block !important;
    padding-left: 0;
}
.menu-drawer__utility-links .menu-drawer__account-register {
    margin-top: 0;
}
.menu-drawer__utility-links .header__localization {
    border: none;
}
.menu-drawer__utility-links .disclosure__button {
    padding: 0 !important;
}
.menu-drawer__utility-links .custom-laguages {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.menu-drawer__utility-links .localization-form__select {
    min-height: 0;
}
.product-card .st-wishlist-button svg {
    color: #fff;
}
.card-information .contact-us {
    margin-top: 6px;
    display: flex;
}
.card-information .contact-us .button {
    width: auto !important;
    height: auto;
    min-height: 0;
    background: transparent;
    color: #18233F;
    font-weight: 400;
    padding: 0 !important;
    font-size: 14px;
    text-transform: capitalize;
    
}
.header-top__right .st-wishlist-details-button {
    padding-right: 24px !important;
    padding-left: 0 !important;
    position: relative !important;
}
.header-top__right .st-wishlist-details-button .st-js-number {
right: 10px !important;
    transform: none !important;
    top: 0 !important;
    display: flex;
    align-items: baseline;
    line-height: 16px;
    width: 20px;
    height: 20px;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.st-wishlist-button .st-wishlist-icon {
  width:15px !important;
      height: 15px !important;
}
.header .header__menu {
    flex-grow: 2;
}
.header .list-menu--inline {
     justify-content: space-around; 
}
@media (max-width: 1099px) {
    .menu-drawer__utility-links {
        display: block !important;
    }
    .header-top__right .st-wishlist-details-button[data-type=manually] {
        display: none;
    }
    .menu-drawer__utility-links .st-wishlist-details-button .st-number {
        position: relative;
        transform: none;
        top: auto;
        right: auto;
        background: none;
        color: var(--bg-color);
        width: auto;
        height: auto;
        line-height: 20px;
        margin-left: -5px;
    }
  .menu-drawer__utility-links .st-wishlist-details-button .st-number:before {
      content: "(";
  }
  .menu-drawer__utility-links .st-wishlist-details-button .st-number:after {
      content: ")";
  }
    .st-initialized.st-wishlist-details-button--header-icon,
    .st-initialized.st-wishlist-details-button {}
}

.menu-drawer__utility-links .menu-drawer__account-register .button-label {
    font-size: 14px;
    text-transform: initial;
}

@media (max-width: 767px) {
    .product-form__buttons-row {
        flex-direction: row !important;
    }
    .product-form__submit {
        width: calc(100% - 52px) !important;
    }
}
.shopify-section-header .st-wishlist-icon {
    width: 15px;
    height: 15px;
}
.st-wishlist-details-button .st-number[data-count="0"] {
    display: none;
}
.product__info-wrapper .contact-us {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.product__info-wrapper .contact-us .button {
    width: calc(100% - 52px);
}
.product__info-wrapper .contact-us .st-label {
    display: none;
}
.menu-drawer__utility-links .st-wishlist-details-button .st-number {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    background: none;
    color: var(--bg-color);
    width: auto;
    height: auto;
    line-height: 20px;
    margin-left: -5px;
}

.card__title a, .product__title, .product__sku, .card__sku {
  font-family: "Afacad";
}

@media(min-width: 1100px) {
.header-mega-menu__wrapper.header-mega-menu__wrapper--custom {
  grid-template-columns: 1fr auto;
}

.header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu_list--custom {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu_list--custom ul ~ ul {
      padding-left: 24px;
      
  }
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul {
      margin-top: 10px;
  }
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul a {
      /* text-transform: lowercase; */
  }
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom ul {
      padding: 0;
      list-style: none;
  }
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .header-mega-menu__collection-list,
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu__collection-block {
      
  }
  .header-mega-menu__wrapper.header-mega-menu__wrapper--custom .mega-menu__collection-block {
      flex: auto !important;
  }

  .header-mega-menu__wrapper--custom .mega-menu_additional_menu ul {
    margin-top: 20px !important;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list {
    display: block !important;
    height: 100%;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .mega-menu__collection-block {
    height: 100%;
    display: flex !important;
    flex-direction: column;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .mega-menu__collection {
    min-height: 0 !important;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .mega-menu__collection:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .image_overlay {
    display: none;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list img {
    width: 100%;
    height: 100%;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .promo_text {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .promo_text .subtitle {
    order: 2;
}
.header-mega-menu__wrapper--custom .header-mega-menu__collection-list .promo_text h5 {
    font-size: 16px;
    text-transform: uppercase;
}
.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul li:not(:last-child) {
    margin-bottom: 15px;
}


}

.header-mega-menu__wrapper *, .header__submenu *, .menu-drawer__submenu ul a, .menu-drawer__menu-item .menu-drawer__inner-submenu a {
    font-family: "Afacad";
    text-transform: initial;
}
 .menu-drawer__utility-links .menu-drawer__account-register .button-label {
    font-family: "CormorantUpright";
 }
@media (min-width: 1100px) and (max-width: 1400px) {
    .header-top__wrapper.header-top__wrapper-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 0;
    }
    .header .list-menu--inline {
        display: none;
    }
    .mega-menu-responsive {
        display: block !important;
        width: 100%;
        position: relative;
    }
    .mega-menu-responsive:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -24px;
        width: calc(100% + 24px);
        height: 1px;
        background: rgb(var(--color-border));
    }
    .mega-menu-responsive .list-menu--inline {
        display: flex;
    }
}
.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul li:last-child a {
    text-decoration: underline;
}
.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul {
    margin-top: 20px !important;
}
.header-mega-menu__wrapper--custom .mega-menu_additional_menu ul li:not(:last-child) {
    margin-bottom: 15px;
}

[data-value="en"]::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 30" width="100" height="60"><clipPath id="t"><path d="M25,15h25v15zv15h-25zh-25v-15zv-15h25z"/></clipPath><path d="M0,0v30h50v-30z" fill="%23012169"/><path d="M0,0 50,30M50,0 0,30" stroke="%23fff" stroke-width="6"/><path d="M0,0 50,30M50,0 0,30" clip-path="url(%23t)" stroke="%23C8102E" stroke-width="4"/><path d="M-1 11h22v-12h8v12h22v8h-22v12h-8v-12h-22z" fill="%23C8102E" stroke="%23FFF" stroke-width="2"/></svg>');
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
[data-value="vi"]::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="60" viewBox="0 0 30 20" version="1.1"><rect width="30" height="20" fill="%23da251d"/><polygon points="15,4 11.47,14.85 20.71,8.15 9.29,8.15 18.53,14.85" fill="%23ff0"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 20px;
    display: inline-block;
}
[data-value="zh-CN"]::before {
    content: "";
    background-image: url("https://flagcdn.com/w40/cn.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 18px;
    display: inline-block;
}

[data-value="th"]::before {
    content: "";
    background-image: url("https://flagcdn.com/w40/th.png");
    background-size: contain;
    width: 30px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
}

#HeaderLanguageList a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 0.5!important;
    padding-left: 6px;
    padding-right: 6px;
    
}
@media (min-width: 1280px) and (max-width: 1400px) {
    .header__menu > ul > li > a {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
    }
    .localization-form__select {
        padding-left: 12px;
        padding-right: 12px;
    }
    .mega-menu-responsive.hidden.hide {
        width: auto;
        display: none !important;
    }
    .header .list-menu--inline {
        display: flex !important;
    }
    .header__icon.header__icon--search {
        padding: 1.62rem 10px 1.62rem 12px;
    }
    .header__icon.header__icon--search {
        padding: 1.62rem 10px 1.62rem 12px;
    }
  .header-top__left {
    flex-grow: 2;
  }
}

@media(min-width: 1400px) {
  .header-top .container {
    max-width: 100vw;
  }
}

.localization-form__select .value {
  text-transform: capitalize;
}

.multi_column_product {
    border-top: 1px solid #E7E6E5;
    background: #E8E9EB;
}
.multi_column_product .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.multi_column_product .container .item {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}
.multi_column_product .container .item:not(:last-child) {
    border-right: 1px solid #18233F;
}
@media (max-width: 767px) {
    .multi_column_product .container {
        flex-wrap: wrap;
    }
    .multi_column_product .container .item {
        width: 100%;
        flex: auto;
        border: none !important;
        text-align: left;
    }
    .multi_column_product .container .item:not(:first-child) {
        padding-top: 0;
    }
}
.multi_column_product .container a {
    text-decoration: none;
}
.multi_column_product .container .icon {
    width: 20px;
    height: 20px;
}
.multi_column_product .container .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.multi_column_product .container .text {
    font-family: "CormorantUpright", serif;
    font-size: 16px;
    text-transform: uppercase;
}

.body-template-product .product-section .video-banner__media.has-video-mobile .video-mobile {
    display: none;
}
@media (max-width: 767px) {
    .body-template-product .product-section .video-banner__media.has-video-mobile video {
        display: none;
    }
    .body-template-product .product-section .video-banner__media.has-video-mobile .video-mobile {
        display: block;
    }
    .body-template-product .product-section .video-banner__media.has-video-mobile .video-mobile video {
        display: block;
    }
}
.product-media-modal__content .slideshow-slide {
    display: flex;
    justify-content: center;
}

.shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"] {
    display: none;
    width: max-content;
}
.shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"] form-embed {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    padding: 50px 100px;
    max-height: 90vh;
    overflow: auto;
}
.shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"].active {
    display: block;
}
.shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"].active:before {
    content: '';
    display: flex;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(105, 102, 102, 0.53);
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
}
.shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"]:not('active') {
    display: none;
}

@media(max-width: 990px) {
  .shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"] form-embed {
    padding: 50px;
  }
}

@media(max-width: 750px) {
  .shopify-section-group-overlay-group div[data-forms-id="forms-root-576605"] form-embed {
    padding: 20px;
  }
}

.product-media-modal__content .slideshow__swiper {
    position: relative !important;
}
.product-media-modal__content .swiper-controllers {
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    
}
.product-media-modal__content .swiper-controllers .swiper-button {
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%) !important;
    opacity: 1;
    pointer-events: auto !important;
}
.product-media-modal__content .swiper-controllers .swiper-button.swiper-button-next svg {
    transform: rotate(180deg);
}
@media(max-width: 750px) {
  .product-media-modal__content img {
    width: 90% !important;
  }
}
@media(max-width: 575px) {
 .product-media-modal__content .swiper-controllers {
    
    position: static;
}   
.product-media-modal__content .swiper-controllers .swiper-button {
  background-color: #fff !important;
}
}

.predictive-search__results-groups-wrapper .product-card .st-wishlist-button svg {
    fill: #fff !important;
    color: #fff !important;
    
}

.shopify-payment-button__button {
  display: block !important;
}

.shopify-section.image-with-text-section .image-with-text__media-border.has-image-mobile img + img {
    display: none;
}
@media (max-width: 750px) {
    .shopify-section.image-with-text-section .image-with-text__media-border.has-image-mobile {
        padding-bottom: 108%;
    }
    .shopify-section.image-with-text-section .image-with-text__media-border.has-image-mobile img {
        display: none;
    }
    .shopify-section.image-with-text-section .image-with-text__media-border.has-image-mobile img + img {
        display: block;
    }
}
.addition-infomation .addition-infomation__item .addition-infomation__label {
    width: max-content;
        text-transform: inherit;
text-transform: capitalize;
}

.addition-infomation .addition-infomation__item span.addition-infomation__value {
    width: calc(70% - 15px);
    text-align: left;
    
}

body.overflow-hidden > .st-wishlist-details-button,
body.overflow-hidden > #shopify-chat {
    display: none;
}

@media(max-width: 750px) {
  .addition-infomation .addition-infomation__item span.addition-infomation__value {
    width: calc(55% - 15px);
  }
}
.cvc-switcher-btn--floating-bottom-left, .cvc-dropdown-btn.cvc-switcher-btn {
  background: #fff !important;
}
body.overflow-hidden .cvc-dropdown-btn.cvc-switcher-btn {
    z-index: 0;
}