/** Shopify CDN: Minification failed

Line 4298:54 Unexpected "{"

**/
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: var(--color-base-text);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  /*--alpha-link: 0.7;*/
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

/* base */

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

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

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

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

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

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.swiper.scrollable-products, 
.swiper.collection-scrollable-content-scroller, 
.horizontally-scrollable-content .swiper, 
.list-collection-products .swiper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
  
  .swiper.scrollable-products, 
  .swiper.collection-scrollable-content-scroller, 
  .horizontally-scrollable-content .swiper, 
  .list-collection-products .swiper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

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

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 5rem;
}

.spaced-section {
  padding-top: 5rem;
}

.spaced-section:last-child {
  padding-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section {
    padding-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    padding-bottom: calc(5rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  padding-top: 0;
}

.spaced-section--full-width:first-child {
  padding-top: 0;
}

.spaced-section--full-width:last-child {
  padding-bottom: 0;
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: calc(6rem + var(--page-width-margin)) 0
      calc(5rem + var(--page-width-margin));
  }
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1, 
.h1,
h2, 
.h2, 
h3, 
.h3, 
h4, 
.h4, 
h5, 
.h5 {
  margin: 0;
}

h5,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

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

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

h6,
.h6 {
  /*color: rgba(var(--color-foreground), 0.75);*/
  color: var(--color-foreground);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  /*color: rgba(var(--color-foreground), 0.75);*/
  color: var(--color-foreground);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}
.rte.rte table{
  table-layout:unset;
}
table:not([class]) {
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

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

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  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.4rem;
  font-family: inherit;
}

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

.link--text:hover {
  /*color: rgba(var(--color-foreground), 0.75);*/
  color: var(--color-foreground);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

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

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  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;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  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,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

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

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

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

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible, 
.product-form__input input[type='radio']:focus-visible + label {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  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);
}

.focused.focus-inset,
.no-js .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);
}

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

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

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

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

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

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  /*color: rgba(var(--color-foreground), 0.7);*/
  color: var(--color-foreground);
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
    max-width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: border-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

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

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

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

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

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

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

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media .mute-button {
  z-index: 1;
  cursor: pointer;
}
.media .mute-button svg {
  width: 24px;
  height: 24px;
}
.media .mute-button .unmute-icon {
  display: none;
}
.media > *:not(.zoom):not(.deferred-media__poster-button).mute-button {
  top: 5px;
  left: auto;
  right: 5px;
  width: auto;
  height: auto;
  border: 0;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  width: 38px;
  height: 38px;
  display: none;
}
.media[loaded="true"] > *:not(.zoom):not(.deferred-media__poster-button).mute-button {
  display: flex;
}
.media > *:not(.zoom):not(.deferred-media__poster-button).mute-button:hover {
  background-color: rgb(239, 239, 239);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

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

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  border-radius: 0;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  min-width: 12rem;
  min-height: 48px;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: 9rem;
  min-height: 3.5rem;
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #D3D4D9;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  height: 4.5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: none;
}

/*.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: none;
  outline: transparent;
}*/

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  /*color: rgba(var(--color-foreground), 0.75);*/
  color: var(--color-foreground);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

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

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.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.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

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

/* component-quantity */
.quantity {
  border: 0.1rem solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  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));
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

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

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

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

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.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;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

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

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

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

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: var(--color-base-text);
}

.announcement-bar__link {
  display: block;
  width: calc(100% - 4rem);
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  font-size: 13px;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  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;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left) .header__inline-menu {
    /*margin-top: 1.05rem;*/
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--cart span.items {
  position: absolute;
  top: -5px;
  right: -7px;
  font-size: 10px;
  line-height: 12px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.search-modal__form {
  width: 100%;
}

.search-modal__form .field__label {
  color: #000;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 100;
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item, 
.header__menu-item a {
  padding: 1.2rem;
  text-decoration: none;
  /*color: rgba(var(--color-foreground), 0.75);*/
  color: var(--color-foreground);
  text-transform: uppercase;
}
.header__menu-item a {
  padding: 0;
}

.header__menu-item:hover, 
.header__menu-item a:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span, 
.header__menu-item a span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span, 
.header__menu-item:hover a:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.header__submenu.list-menu {
  padding: 2rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

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

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.header__submenu .header__menu-item:hover {
  text-decoration: underline;
}
#shopify-section-header {
  z-index: 91;
}
body.modal-opened {
  overflow: hidden;
}
body.modal-opened::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  z-index: 10001;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.money {
  white-space: nowrap;
}
.button {
  box-shadow: none;
}
.js .button.button-loading {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .5;
}
.js .button.button-loading span {
  display: none;
}
.js .button.button-loading .loading-overlay__spinner {
  display: block !important;
}

.breadcrumbs {
  font-size: .85em;
  margin: 0 0 2em;
}
@media screen and (max-width: 749px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}
.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs li:not(:last-child):after {
  content: "›\00a0";
  display: inline-block;
  padding-left: .75ch;
  padding-right: .75ch;
  speak: none;
}
.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumbs [aria-current="page"]:hover {
  text-decoration: underline;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 96;
  display: none;
}
.scroll-to-top svg {
  display: block;
  transform: rotate(-90deg);
}

.cart--drawer { 
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  z-index: 10002;
  overflow: hidden;
  display: none;
}
.cart--drawer-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10003;
  align-items: center;
  justify-content: center;
  display: none;
}
.cart--drawer-loading-overlay.show {
  display: flex;
}
.cart--drawer-loading-overlay svg {
  width: 50px;
  height: 50px;
}
.cart--drawer-announcement-bar {
  text-align: center;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 20px;
  font-weight: 600;
}
.cart--drawer-announcement-bar p {
  margin: 0;
}
.cart--drawer-header {
  position: relative;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.04);
}
.cart--drawer-close {
  position: absolute;
  top: 15px;
  right: 32px;
}
.cart--drawer-close a, 
.cart--drawer-close svg {
  display: block;
}
.cart--drawer-close .cart--drawer-close-mobile {
  display: none;
}
.cart--drawer-title, 
.cart--drawer-you-may-also-like-title {
  color: rgb(var(--color-foreground));
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 26px;
}
.cart--drawer-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 13px 32px;
  position: relative;
}
.cart--drawer-you-may-also-like-title {
  text-align: center;
}
.cart--drawer-process {
  padding: 12px 16px;
}
.cart--drawer-process-bar {
  background: #DFDFDF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: 100%;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.cart--drawer-process-bar div {
  width: 0;
  height: 12px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.cart--drawer-header .cart--drawer-free-shipping, 
.cart--drawer-header .cart--drawer-free-shipping-success {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  margin-bottom: 8px;
  text-align: center;
}
.cart--drawer-header .cart--drawer-free-shipping-success {
  display: none;
}
.cart--drawer-header .cart--drawer-free-shipping.hide {
  display: none;
}
.cart--drawer-header .cart--drawer-free-shipping-success.show {
  display: block;
}
.cart--drawer-content {
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 105px);
  padding-bottom: 193px;
}
.cart--drawer-products {
  padding-top: 24px;
  padding-left: 32px;
  padding-right: 32px;
}
.cart--drawer-product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e4e4e4;
}
.cart--drawer-product-image {
  width: 96px;
  margin-right: 20px;
}
.cart--drawer-product-image a {
  display: block;
}
.cart--drawer-product-image img {
  width: 100%;
  height: auto;
  display: block;
}
.cart--drawer-product-info {
  width: calc(100% - 116px);
  position: relative;
}
.cart--drawer-product-remove {
  position: absolute;
  top: 5px;
  right: 0;
}
.cart--drawer-product-remove svg {
  display: block;
}
.cart--drawer-product-name {
  padding-right: 30px;
  line-height: 19px;
  margin-bottom: 6px;
}
.cart--drawer-product-name a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  display: inline-block;
}
.cart--drawer-product-name a:hover {
  text-decoration: underline;
}
.cart--drawer-product-variant {
  font-size: 11px;
  line-height: 13px;
  color: #666;
  margin-bottom: 6px;
}
.cart--drawer-product-variant p {
  margin: 2px 0;
}
.cart--drawer-product-price {
  font-weight: 700;
  color: rgb(var(--color-foreground));
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 7px;
}
.cart--drawer-product-price .old {
  color: #666;
  margin-right: 2px;
}
.cart--drawer-product-options {
  margin-bottom: 12px;
}
.cart--drawer-product-options-option {
  margin-bottom: 12px; 
}
.cart--drawer-product-options-option select {
  width: 100%;
  color: rgb(var(--color-foreground));
  font-size: 11px;
  line-height: 16px;
  padding: 6px 8px;
  border: 1px solid rgb(var(--color-foreground));
}
.cart--drawer-product-options-option select, 
.cart--drawer-product-options-option select:focus {
  outline: none;
  box-shadow: none;
}
.cart--drawer-product-options .cart--drawer-product-options-option {
  margin-bottom: 0;
}
.cart--drawer-product-quantity {
  padding: 7px;
  border: 1px solid #D3D4D9;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  display: inline-block;
}
.cart--drawer-product-quantity label {
  display: none;
}
.cart--drawer-product-quantity div {
  display: flex;
  align-items: center;
}
.cart--drawer-product-quantity button,  
.cart--drawer-product-quantity input {
  background: transparent;
  border: 0;
}
.cart--drawer-product-quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart--drawer-product-quantity input {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 35px;
}
.cart--drawer-summary {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.08);
  padding: 24px 32px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cart--drawer-summary-prices {
  margin-bottom: 10px;
}
.cart--drawer-summary-prices p {
  font-size: 12px;
  line-height: 14px;
  color: #666;
  font-weight: 400;
  margin: 8px 0 0;
}

.cart--drawer-summary-prices .d-flex {
  display: flex;
  width: 100%;
}
.cart--drawer-summary-prices .d-flex:last-child {
  margin-bottom: 0;
}
.cart--drawer-summary-prices .d-flex .d-flex-left, 
.cart--drawer-summary-prices .d-flex .d-flex-right {
  width: 70%;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  font-weight: 700;
}
.cart--drawer-summary-prices .d-flex .d-flex-right {
  text-align: right;
  width: 30%;
}
.cart--drawer-summary-prices .discounts {
  margin-top: 5px;
}
.cart--drawer-summary button {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  display: block;
}
.cart--drawer-summary form {
  margin-bottom: 10px;
}
.cart--drawer-summary a {
  color: rgb(var(--color-foreground));
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  display: block;
}
.cart--drawer-summary .cart__note {
  margin-top: 7px;
}
.cart--drawer-summary .cart__note label {
  display: none;
}
.cart--drawer-summary .cart__note .text-area {
  padding: 1rem;
  min-height: 7rem;
  display: block;
}
.cart--drawer-summary .cart__note .text-area::placeholder {
  opacity: 1;
}
.cart--drawer-summary .cart__gift {
  margin-bottom: 5px;
}
.cart--drawer-summary .cart__gift label {
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
}
.cart--drawer-you-may-also-like-title {
  margin-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0;
}
.cart--drawer-no-items {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.cart--drawer-no-items div {
  width: 100%;
}
.cart--drawer-no-items div svg {
  width: 48px;
  height: 48px;
}
.cart--drawer-you-may-also-like {
  padding: 27px 0 32px;
  width: 100%;
}
.cart--drawer-you-may-also-like-scroller {
  display: flex;
  width: 100%;
}
.cart--drawer-you-may-also-like .swiper {
  padding-bottom: 30px;
}
.cart--drawer-you-may-also-like .swiper.swiper-horizontal > .swiper-scrollbar {
  max-width: calc(var(--page-width) - 60px);
  width: calc(100% - 60px);
  left: calc(50% + 4px);
}
.cart--drawer-product-big, 
.swiper-slide.cart--drawer-product-big {
  width: 150px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  padding-top: 5px;
}
.cart--drawer-product-big .button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cart--drawer-product-big:first-child {
  margin-left: 32px;
}
.cart--drawer-product-big a {
  text-decoration: none;
  display: block;
}
.cart--drawer-product-big a:hover, 
.cart--drawer-product-big a:focus {
  text-decoration: none;
}
.cart--drawer-product-big img {
  width: calc(100% - 2px);
  object-fit: cover;
  display: block;
  border: 1px solid #E4E4E4;
  margin-bottom: 14px;
}
.cart--drawer-product-big-name {
  color: #272727;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 4px;
}
.cart--drawer-product-big a:hover .cart--drawer-product-big-name, 
.cart--drawer-product-big a:focus .cart--drawer-product-big-name {
  text-decoration: underline;
}
.cart--drawer-product-big-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-top: 2px;
}
.cart--drawer-product-big button {
  margin-top: 5px;
  min-height: 42px;
  width: 100%;
}
.cart--drawer-product-big .card-wrapper-option {
  margin-top: 10px;
  display: none;
}
.cart--drawer-product-big .card-wrapper-option .select__select {
  height: 40px;
  margin-bottom: 1px;
}
.cart--drawer-product-big .card-wrapper-option {
  display: none;
}
.cart--drawer-product-big .card-wrapper-option .product-form__input--dropdown, 
.list-collection-products .card-wrapper .card-wrapper-option .product-form__input--dropdown {
  margin-bottom: 0;
}
.cart--drawer-product-big-button, 
.cart--drawer-product-big-button:focus {
  border: 1px solid #D3D4D9;
  color: #000;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  color: rgb(var(--color-foreground));
  padding: 13px 15px;
  margin-top: 10px;
  width: calc(100% - 32px);
  cursor: pointer;
  font-weight: 700;
  display: block;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: .3s;
}
.cart--drawer-product-big-button:hover {
  outline: none;
  box-shadow: none;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: .8rem;
  -ms-border-radius: .8rem;
  -o-border-radius: .8rem;
}
.cart--drawer-product-big-button .loading-overlay__spinner {
  width: 1.1rem;
}

.product--page-you-may-also-like-title {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 22px;
}
.product--page-you-may-also-like-description {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 48px;
}

.section-image-with-text,
.section-image-with-text .page-width {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.section-image-with-text .text,
.section-image-with-text .image {
  width: 50%;
  position: relative;
}
.section-image-with-text .image .image-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 2;
}
.section-image-with-text .image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image-with-text.screen-height-full:not(.section-adapt-to-image) .text,
.section-image-with-text.screen-height-full:not(.section-adapt-to-image) .image {
  height: calc(100vh - 112px);
}
.section-image-with-text.screen-height-three-quarters:not(.section-adapt-to-image) .text,
.section-image-with-text.screen-height-three-quarters:not(.section-adapt-to-image) .image {
  height: calc(75vh - 56px);
}
.section-image-with-text.screen-height-two-thirds:not(.section-adapt-to-image) .text,
.section-image-with-text.screen-height-two-thirds:not(.section-adapt-to-image) .image {
  height: calc(66vh - 56px);
}
.section-image-with-text.screen-height-one-half:not(.section-adapt-to-image) .text,
.section-image-with-text.screen-height-one-half:not(.section-adapt-to-image) .image {
  height: calc(50vh - 56px);
}
.section-image-with-text.screen-height-one-third:not(.section-adapt-to-image) .text,
.section-image-with-text.screen-height-one-third:not(.section-adapt-to-image) .image {
  height: calc(33vh - 56px);
}
.section-image-with-text.seven-fifty-height-hero:not(.section-adapt-to-image) .text,
.section-image-with-text.seven-fifty-height-hero:not(.section-adapt-to-image) .image {
  height: 750px;
}
.section-image-with-text.sixty-fifty-height-hero:not(.section-adapt-to-image) .text,
.section-image-with-text.sixty-fifty-height-hero:not(.section-adapt-to-image) .image {
  height: 650px;
}
.section-image-with-text.five-fifty-height-hero:not(.section-adapt-to-image) .text,
.section-image-with-text.five-fifty-height-hero:not(.section-adapt-to-image) .image {
  height: 550px;
}
.section-image-with-text.section-adapt-to-image .image {
  height: auto;
}
.section-image-with-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-image-with-text .image .full-fit {
  object-fit: contain;
}
.section-image-with-text.section-adapt-to-image .image img {
  height: auto;
  object-fit: fill;
}
.section-image-with-text .image.image-mobile {
  display: none;
}
.section-image-with-text .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}
.section-image-with-text .text a,
.section-image-with-text .text a:hover {
  text-decoration: none;
}
.section-image-with-text .text .pre-heading,
.section-image-with-text .text .heading,
.section-image-with-text .text .sub-heading,
.section-image-with-text .text .sub-sub-heading,
.section-image-with-text .text .text-image,
.section-image-with-text .text .btn {
  width: 100%;
}
.section-image-with-text .text p {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-image-with-text .text .pre-heading .h1 p:first-child,
.section-image-with-text .text .heading .h1 p:first-child,
.section-image-with-text .text .sub-heading .h1 p:first-child,
.section-image-with-text .text .sub-sub-heading .h1 p:first-child,
.section-image-with-text .text .pre-heading .h2 p:first-child,
.section-image-with-text .text .heading .h2 p:first-child,
.section-image-with-text .text .sub-heading .h2 p:first-child,
.section-image-with-text .text .sub-sub-heading .h2 p:first-child,
.section-image-with-text .text .pre-heading .h3 p:first-child,
.section-image-with-text .text .heading .h3 p:first-child,
.section-image-with-text .text .sub-heading .h3 p:first-child,
.section-image-with-text .text .sub-sub-heading .h3 p:first-child,
.section-image-with-text .text .pre-heading .h4 p:first-child,
.section-image-with-text .text .heading .h4 p:first-child,
.section-image-with-text .text .sub-heading .h4 p:first-child,
.section-image-with-text .text .sub-sub-heading .h4 p:first-child {
  margin-bottom: 0;
}
.section-image-with-text .text .pre-heading .h1 p:last-child,
.section-image-with-text .text .heading .h1 p:last-child,
.section-image-with-text .text .sub-heading .h1 p:last-child,
.section-image-with-text .text .sub-sub-heading .h1 p:last-child,
.section-image-with-text .text .pre-heading .h2 p:last-child,
.section-image-with-text .text .heading .h2 p:last-child,
.section-image-with-text .text .sub-heading .h2 p:last-child,
.section-image-with-text .text .sub-sub-heading .h2 p:last-child,
.section-image-with-text .text .pre-heading .h3 p:last-child,
.section-image-with-text .text .heading .h3 p:last-child,
.section-image-with-text .text .sub-heading .h3 p:last-child,
.section-image-with-text .text .sub-sub-heading .h3 p:last-child,
.section-image-with-text .text .pre-heading .h4 p:last-child,
.section-image-with-text .text .heading .h4 p:last-child,
.section-image-with-text .text .sub-heading .h4 p:last-child,
.section-image-with-text .text .sub-sub-heading .h4 p:last-child {
  margin-bottom: 20px;
}
.section-image-with-text .text .btn {
  margin-top: 12px;
}
.section-image-with-text .text .btn .button {
  margin-right: 12px;
}
.section-image-with-text .text .btn .button:last-child {
  margin-right: 0;
}
.section-image-with-text .btn button svg circle {
  stroke: #fff;
}
.swiper-images-with-text .swiper-pagination {
  padding-left: 10px;
  padding-right: 10px;
}
.swiper-images-with-text .swiper-pagination-left {
  text-align: left;
}
.swiper-images-with-text .swiper-pagination-right {
  text-align: right;
}
.swiper-images-with-text .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  opacity: 1;
}
.product.grid {
  margin-bottom: 56px;
}

.section-featured-reviews-carousel {
  padding: 1.5%;
}
.section-featured-reviews-carousel .swiper-horizontal>.swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.section-featured-reviews-carousel .featured-reviews-carousel {
  display: flex;
}
.section-featured-reviews-carousel .featured-reviews-carousel-stars {
  margin-bottom: 28px;
}
.section-featured-reviews-carousel .featured-reviews-carousel-review, 
.section-featured-reviews-carousel .featured-reviews-carousel-review p {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -2px;
}
.section-featured-reviews-carousel .featured-reviews-carousel-review p {
  margin: 0;
}
.section-featured-reviews-carousel .featured-reviews-carousel-author {
  margin: 28px 0 0;
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -2px;
}
.section-featured-reviews-carousel .featured-reviews-carousel-slider {
  width: calc(100% - 360px);
  position: relative;
}
.section-featured-reviews-carousel .featured-reviews-carousel-title {
  font-weight: 600;
  letter-spacing: -2px;
  width: 250px;
  margin-right: 110px;
}
.section-featured-reviews-carousel .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #A7A7A7;
  opacity: 1;
}
.section-featured-reviews-carousel .swiper-pagination-bullet-active { 
  background: #000;
}
.section-reasons-to-love, 
.section-featured-reviews {
  width: 100%;
  max-width: 1110px;
  padding: 56px 0 64px;
  margin: 0 auto;
}
.section-reasons-to-love .reasons-to-love-title, 
.section-featured-reviews .section-featured-reviews-title, 
.multicolumn .title {
  text-align: center;
  margin-top: 0;
}
.section-reasons-to-love .reasons-to-love-title, 
.section-featured-reviews .section-featured-reviews-title {
  margin-bottom: 16px;
}
.section-reasons-to-love .reasons-to-love-description, 
.section-featured-reviews .section-featured-reviews-description {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}
.section-reasons-to-love .image-texts-mobile {
  display: none;
}
.section-reasons-to-love .image-texts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-reasons-to-love .image-texts .image {
  width: 50%;
  height: 506px;
  padding-right: 36px;
}
.section-reasons-to-love .image-texts .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-reasons-to-love .image-texts .texts {
  padding-left: 105px;
  width: 50%;
}
.section-reasons-to-love .image-texts .texts a {
  display: block;
  text-decoration: none;
  margin-bottom: 44px;
  color: rgba(var(--color-base-text), 0.4);
  position: relative;
}
.section-reasons-to-love .image-texts .texts a:last-child {
  margin-bottom: 0;
}
.section-reasons-to-love .image-texts .texts svg {
  position: absolute;
  top: 0;
  left: -36px;
  display: none;
}
.section-reasons-to-love .image-texts .texts a.active {
  color: rgb(var(--color-base-text));
}
.section-reasons-to-love .image-texts .texts a.active svg {
  display: block;
}
.section-reasons-to-love .image-texts .texts a .texts-heading {
  font-weight: 700;
  margin-bottom: 16px;
  text-decoration: none;
}
.section-reasons-to-love .image-texts .texts a.active .texts-heading, 
.section-reasons-to-love .image-texts .texts a:not(.active):hover {
  color: rgb(var(--color-base-text));
} 
.section-reasons-to-love .image-texts .texts a .texts-description {
  font-size: 18px;
  line-height: 24px;
}
.swiper-reasons-to-love .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  opacity: 1;
}
.swiper-reasons-to-love .swiper-pagination-bullet:hover, 
.swiper-reasons-to-love .swiper-pagination-bullet:focus, 
.swiper-reasons-to-love .swiper-pagination-bullet-active {
  background-color: #000;
}

.section-faq {
  padding-top: 56px;
  padding-bottom: 64px;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.section-faq .section-faq-title {
  margin-bottom: 24px;
}
.section-faq .faqs .faq {
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(var(--color-foreground));
}
.section-faq .faqs .faq .faq-question {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  color: rgb(var(--color-foreground));
}
.section-faq .faqs .faq .faq-question svg {
  position: absolute;
  top: 7px;
  right: 0;
}
.section-faq .faqs .faq .faq-question svg.minus {
  top: 13px;
}
.section-faq .faqs .faq .faq-question svg.minus, 
.section-faq .faqs .faq.active .faq-question svg.plus {
  display: none;
}
.section-faq .faqs .faq.active .faq-question svg.minus {
  display: block;
}
.section-faq .faqs .faq .faq-answer, 
.section-faq .faqs .faq .faq-answer p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgb(var(--color-foreground));
}
.section-faq .faqs .faq .faq-answer {
  margin-bottom: 0;
}
.section-faq .faqs .faq .faq-answer {
  margin-bottom: 24px;
  display: none;
}
.section-faq .faqs .faq.active .faq-answer {
  display: block;
}
.section-faq .faqs .faq:last-child {
  margin-bottom: 0;
}

.section-featured-reviews .featured-reviews-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-featured-reviews .featured-reviews-content .left-side, 
.section-featured-reviews .featured-reviews-content .right-side {
  width: calc(50% - 20px);
}
.section-featured-reviews .featured-reviews-content .right-side {
  position: relative;
}
.section-featured-reviews .featured-reviews-content .right-side img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-featured-reviews .featured-reviews-content .featured-review {
  padding: 16px 20px;
  border: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-featured-reviews .featured-reviews-content .featured-review:last-child {
  margin-bottom: 0;
}
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-name {
  width: 60%;
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
}
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-rating {
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-review {
  width: 100%;
  margin-top: 12px;
}
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-review, 
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-review p {
  font-size: 15px;
  line-height: 22px;
}
.section-featured-reviews .featured-reviews-content .featured-review .featured-review-review p {
  margin: 0;
}
.section-announcement-bar {
  padding: 8px 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
}
.section-announcement-bar .announcement-bar-line {
  padding: 0 8px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-announcement-bar .announcement-bar-text, 
.section-announcement-bar .announcement-bar-text-success {
  text-align: center;
}
.section-announcement-bar .announcement-bar-text-success {
  display: none;
}
.section-announcement-bar .announcement-bar-text.hide {
  display: none;
}
.section-announcement-bar .announcement-bar-text-success.show {
  display: block;
}
.section-announcement-bar .announcement-bar-progress-bar {
  background: rgba(var(--color-foreground),.1);
  border-radius: 100px;
  width: 100%;
  max-width: 512px;
  height: 12px;
  margin-left: 24px;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  overflow: hidden;
}
.section-announcement-bar .announcement-bar-progress-bar div {
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  background: rgba(var(--color-button),var(--alpha-button-background));
  display: block;
}

.section-marquee .marquee-container {
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-marquee.section-marquee--medium .marquee-container {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.section-marquee.section-marquee--large .marquee-container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.section-marquee .marquee-container .marquee {
  color: #565656;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.section-marquee .marquee-container .marquee.marquee-auto-rotating {
  width: 220vw;
}
.section-marquee .marquee-container .marquee.marquee-left div, 
.section-marquee .marquee-container .marquee.marquee-right div {
  width: 100%;
  display: inline-flex;
}
.section-marquee .marquee-container .marquee.marquee-auto-rotating.marquee-left div {
  -webkit-animation: marqueeLeft 20s linear infinite;
  animation: marqueeLeft 20s linear infinite;
  width: 110vw;
  margin: 10px 0;
}
.section-marquee .marquee-container .marquee.marquee-auto-rotating.marquee-right div {
  -webkit-animation: marqueeRight 20s linear infinite;
  animation: marqueeRight 20s linear infinite;
  width: 100vw;
  margin: 10px 0;
}
.section-marquee .marquee-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
}
.section-marquee .marquee-container img {
  width: 100%;
  height: auto;
}
@-webkit-keyframes marqueeLeft{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}
@keyframes marqueeLeft{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}
@-webkit-keyframes marqueeRight{0%{transform:translate(-100%,0)}100%{transform:translate(0,0)}}
@keyframes marqueeRight{0%{transform:translate(-100%,0)}100%{transform:translate(0,0)}}

.section-featured-collections {
  background: #FDFAF4;
  padding-bottom: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
.section-featured-collections .section-featured-collections-title {
  color: #000;
  text-align: center;
  font-weight: 700;
  max-width: 1100px;
  margin: 0 auto 32px;
  display: block;
}
.section-featured-collections .featured-collections-list {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.section-featured-collections .featured-collections-list .featured-collection {
  width: 100%;
  position: relative;
}
.section-featured-collections .featured-collections-list .featured-collection a {
  display: block;
}
.section-featured-collections .featured-collections-list .featured-collection .featured-collection-image {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.section-featured-collections .featured-collections-list .featured-collection .featured-collection-image::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-featured-collections .featured-collections-list .featured-collection .featured-collection-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.section-featured-collections .featured-collections-list .featured-collection .featured-collection-title {
  width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
}

.list-collections .list-collection-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 72px;
}
.list-collections .list-collection-header:first-child {
  margin-top: 0;
}
.list-collections .list-collection-header .list-collection-title {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.list-collections .list-collection-header .list-collection-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.list-collections .list-collection-header .list-collection-link a span {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}
.list-collections .list-collection-header .list-collection-link a:hover span {
  text-decoration: underline;
}
.list-collection-products .card-wrapper .d-flex {
  padding: 0 1px;
  margin-bottom: 1px;
}

.collection-banner-main {
  position: relative;
}
.collection-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.collection-banner .image::after, 
.collection-banner .image.overlay-40::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.collection-banner .image.overlay-0::after {
  background: transparent;
}
.collection-banner .image.overlay-10::after {
  background: rgba(0, 0, 0, 0.1);
}
.collection-banner .image.overlay-20::after {
  background: rgba(0, 0, 0, 0.2);
}
.collection-banner .image.overlay-30::after {
  background: rgba(0, 0, 0, 0.3);
}
.collection-banner .image.overlay-50::after {
  background: rgba(0, 0, 0, 0.5);
}
.collection-banner .image.overlay-60::after {
  background: rgba(0, 0, 0, 0.6);
}
.collection-banner .image.overlay-70::after {
  background: rgba(0, 0, 0, 0.7);
}
.collection-banner .image.overlay-80::after {
  background: rgba(0, 0, 0, 0.8);
}
.collection-banner .image.overlay-90::after {
  background: rgba(0, 0, 0, 0.9);
}
.collection-banner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-banner-content {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 11;
}
.collection-banner.collection-image .collection-banner-content.large {
  padding-top: 120px;
  padding-bottom: 120px;
}
.collection-banner.collection-image .collection-banner-content.medium {
  padding-top: 80px;
  padding-bottom: 80px;
}
.collection-banner.collection-image .collection-banner-content.small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.collection-banner h1, 
.collection-list h1 {
  display: block;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  /*font-weight: 700;*/
  margin: 0;
}
.collection-list h1 {
  margin-bottom: 30px;
}
.collection-banner .count {
  margin-top: 14px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
.collection-banner .description {
  display: none;
}
.collection-banner-content .description {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 40px;
  display: block;
}
.collection-banner .collection-banner-content.text-left h1, 
.collection-banner .collection-banner-content.text-left .count, 
.collection-banner .collection-banner-content.text-left .description {
  text-align: left;
}
.collection-banner .collection-banner-content.text-center h1, 
.collection-banner .collection-banner-content.text-center .count, 
.collection-banner .collection-banner-content.text-center .description {
  text-align: center;
}
.collection-banner .collection-banner-content.text-right h1, 
.collection-banner .collection-banner-content.text-right .count, 
.collection-banner .collection-banner-content.text-right .description {
  text-align: right;
}

.collection-list .collection-list-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
}
.collection-list .collection-list-block {
  width: calc(25% - 24px);
  margin-bottom: 72px;
}
.collection-list .collection-list-block a {
  color: #000;
}
.collection-list .collection-list-block a img {
  width: 100%;
  max-width: 302px;
  height: 302px;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}
.collection-list .collection-list-block a .collection-title {
  font-weight: 700;
  color: #000;
  font-size: 21px;
  line-height: 25px;
}
.collection-list .collection-list-block a, 
.collection-list .collection-list-block a:hover {
  text-decoration: none;
}
.collection-list .collection-list-block a:hover .collection-title {
  text-decoration: underline;
}
.collection-list .collection-list-block p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 17px;
}

.collection-line {
  width: 100%;
  margin-bottom: 56px;
}
.collection-line .collection-line-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 20px;
  position: relative;
}
.collection-line .collection-filters-bar { 
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  max-width: 385px;
  border-right: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  background: #fff;
  padding: 22px 16px;
  z-index: 9;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  height: auto;
  display: none;
}
.collection-line .collection-filters-bar .collection-filters-tab {
  margin-bottom: 24px;
}
.collection-line .collection-filters-bar .collection-filters-tab:last-child {
  margin-bottom: 0;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-heading {
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid #F7F7F7;
  cursor: pointer;
  align-items: center;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-heading div {
  width: 50%;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-heading div:last-child {
  text-align: right;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-heading span {
  font-size: 13px;
  line-height: 15px;
  color: #000;
  font-weight: 700;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-heading svg {
  transition-duration: 0.5s;
  transition-property: transform;
}
.collection-line .collection-filters-bar .collection-filters-tab.open .collection-filters-tab-heading svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content {
  padding-top: 15px;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content::after {
  content: "";
  clear: both;
  display: table;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value .checkbox {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border: 2px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value .checkbox.checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #000;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value label {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  cursor: pointer;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color {
  width: auto;
  float: left;
  margin-bottom: 5px;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color .checkbox {
  border-radius: 100px;
  width: 48px;
  height: 48px;
  border: 0;
  position: relative;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color .checkbox::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #d3d4d9;
  border-radius: 100px;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color .checkbox:hover::after {
  border-color: #000;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color .checkbox span {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 100px;
  background-size: cover;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-tab-content-value-color .checkbox.checked::after {
  border-radius: 100px;
  background: none;
  border-color: #000;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-prices {
  display: flex;
  align-items: center;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-prices-between {
  color: #000;
  text-align: center;
  width: 20%;
  font-size: 20px;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-prices .collection-filters-prices-input {
  border: 1px solid #000;
  width: 40%;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-prices .collection-filters-prices-input label {
  display: none;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content .collection-filters-prices .collection-filters-prices-input input {
  border: 0;
  background: transparent;
  font-size: 12px;
  text-align: right;
  color: #757575;
  line-height: 16px;
  width: 100%;
}
.collection-line .collection-filters-bar .collection-filters-tab .collection-filters-tab-content #price-range {
  margin-bottom: 15px;
}
.ui-widget.ui-widget-content {
  border-color: #fff;
  background: #e4e4e4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.6em;
  margin-left: 0;
}
.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -1.2em;
}
.ui-slider .ui-slider-range {
  background: #000;
}
.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
  border-color: #000;
  background: #000;
  color: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.collection-line .collection-sort-bar {
  position: absolute;
  top: 54px;
  right: 0;
  width: 100%;
  max-width: 285px;
  border-left: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  background: #fff;
  padding: 22px 16px;
  z-index: 2;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  display: none;
}
.collection-line .collection-sort-bar a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
}
.collection-line .collection-sort-bar a:last-child {
  margin-bottom: 0;
}
.collection-line .collection-sort-bar a:hover {
  text-decoration: underline;
}
.collection-line .collection-sort-bar a.active {
  font-weight: 700;
}
.collection-line .collection-filters a, 
.collection-line .collection-filters a:hover, 
.collection-line .collection-sort a, 
.collection-line .collection-sort a:hover {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: 2px;;
}
.collection-line .collection-filters a svg, 
.collection-line .collection-sort a svg {
  margin-left: 7px;
  transition: transform .3s cubic-bezier(.215,.61,.355,1);
}
.collection-line .collection-filters a.active svg, 
.collection-line .collection-sort a.active svg {
  transform: rotate(180deg) translateY(1px);
}
.collection-filters-bar .apply-filters {
  width: 100%;
  font-weight: 700;
  margin-top: 20px;
}

.mobile-nav-bar {
  position: fixed;
  bottom: 24px;
  left: 23px;
  width: calc(100% - 46px);
  height: 64px;
  background: #fff;
  box-shadow: 0px 14px 56px rgba(0, 0, 0, 0.14);
  padding: 0 37px;
  align-items: center;
  justify-content: space-between;
  z-index: 90;
  display: none;
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
}
.mobile-nav-bar.product-nav-bar {
  bottom: -64px;
}
.mobile-nav-bar.product-nav-bar.fixed {
  bottom: 24px !important;
}
.mobile-nav-bar.product-nav-bar div:not(.loading-overlay__spinner) {
  display: none;
}
.mobile-nav-bar a, 
.mobile-nav-bar a:hover {
  text-decoration: none;
  position: relative;
  display: block;
}
.mobile-nav-bar a span {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  font-size: 10px;
  align-items: center;
  text-align: center;
}
.mobile-nav-bar a svg {
  display: block;
}
.mobile-nav-bar a svg path {
  fill: #888;
}
.mobile-nav-bar a.active svg path {
  fill: rgba(var(--color-button),var(--alpha-button-background));
}
.mobile-nav-bar button, 
.mobile-nav-bar button:hover, 
.mobile-nav-bar button:focus {
  border-radius: 69px;
  -webkit-border-radius: 69px;
  -moz-border-radius: 69px;
  -ms-border-radius: 69px;
  -o-border-radius: 69px;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background-color: rgba(var(--color-button),var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.mobile-nav-bar button .path, 
.cart--drawer-product-big-button .path {
  stroke: #fff;
}

.section-text-over-image {
  width: 100%;
}
.section-text-over-image .text-over-image-content {
  display: flex;
}
.section-text-over-image .text-over-image-content-mobile {
  display: none;
}
.section-text-over-image .text-over-image-content-mobile .swiper-slide {
  height: 300px;
  width: 80%;
}
.section-text-over-image .text-over-image-content-mobile .text-over-image-image, 
.section-text-over-image .text-over-image-content-mobile .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.section-text-over-image .text-over-image-content-mobile .text-over-image-image img {
  object-fit: cover;
  height: 100%;
  display: block;
}
.section-text-over-image .text-over-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-text-over-image .text-over-image {
  width: 100%;
  position: relative;
}
.section-text-over-image .text-over-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.section-text-over-image .text-over-image a, 
.section-text-over-image .text-over-image img, 
.section-text-over-image .text-over-image-content-mobile a, 
.section-text-over-image .text-over-image-content-mobile img {
  width: 100%;
  display: block;
}
.section-text-over-image .text-over-image img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-text-over-image .text-over-image a {
  height: 100%;
  color: #fff;
}
.section-text-over-image .text-over-image .text-over-image-image {
  width: 100%;
  height: 100%;
}
.section-text-over-image .text-over-image-image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
}
.section-text-over-image .text-over-image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, .3);
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
.section-text-over-image .text-over-image a:hover .text-over-image-text {
  display: none;
}
.section-text-over-image .text-over-image a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
}
.section-text-over-image .text-over-image a:hover svg {
  display: block;
}
.section-text-over-image .text-over-image .text-over-image-image svg {
  display: block;
}
.section-text-over-image .text-over-image-text .text-over-image-text-title {
  width: 100%;
}
.section-text-over-image .text-over-image-text .text-over-image-text-description {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
}
.section-text-over-image .text-over-image-text .text-over-image-text-description p {
  margin: 0;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input input[type='radio'] + label, 
.product-form__input label.color-picker.load-more {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 4rem;
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
}
.card-wrapper:not(.cart--drawer-product-big) .product-form__input input[type='radio'] + label {
  margin-right: 9px;
}
.product-form__input input[type='radio']:checked + label:not(.color-picker) {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
@media screen and (forced-colors: active) {
  .product-form__input input[type='radio']:checked + label:not(.color-picker) {
    text-decoration: underline;
  }
}
.product-form__input input[type='radio']:checked + label:not(.color-picker)::selection {
  background-color: rgba(var(--color-background), 0.3);
}
.product-form__input input[type='radio']:disabled + label:not(.color-picker), 
.product-form__input input[type='radio'].disabled + label:not(.color-picker) {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type='radio'].disabled:checked + label:not(.color-picker), 
.product-form__input input[type='radio']:disabled:checked + label:not(.color-picker) {
  color: rgba(var(--color-background),.4);
}
.product-form__input input[type='radio']:focus-visible + label:not(.color-picker) {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
/* Fallback */
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label:not(.color-picker) {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label:not(.color-picker) {
  box-shadow: none;
}

.card-wrapper:not(.cart--drawer-product-big) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.card-wrapper:not(.cart--drawer-product-big):not(.card-wrapper-blog), 
.card-wrapper:not(.cart--drawer-product-big):not(.card-wrapper-page) {
  background: #FAFAFA;
}
.card-wrapper:not(.cart--drawer-product-big) .require-select-variant {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  margin-top: 13px;
}
.card-wrapper:not(.cart--drawer-product-big) .require-select-variant svg {
  margin-right: 10px;
}
.grid__item .card-wrapper:not(.cart--drawer-product-big) {
  height: 100%;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-bottom {
  padding: 0 12px 12px;
}
.card-wrapper:not(.cart--drawer-product-big) a {
  display: block;
  text-decoration: none;
  color: #000;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image {
  position: relative;
  display: grid;
  overflow: hidden;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image img {
  height: auto;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image .card-wrapper-badges, 
.product__images-slider .swiper-media .product-badges, 
.product__images-slider .swiper-media-variant .product-badges {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product__images-slider .swiper-media-variant .product-badges {
  right: 70px;
}
.product__images-slider .swiper-media .product-badges,{
  right: 0px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image .card-wrapper-badges span, 
.product__images-slider .swiper-media .product-badges span, 
.product__images-slider .swiper-media-variant .product-badges span {
  margin-top: 10px;
  margin-right: 10px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 8px;
  display: inline-block;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image .card-wrapper-badges span.new, 
.product__images-slider .swiper-media .product-badges span.new, 
.product__images-slider .swiper-media-variant .product-badges span.new {
  background: #F3CFB8;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image .card-wrapper-badges span.on-sale, 
.product__images-slider .swiper-media .product-badges span.on-sale, 
.product__images-slider .swiper-media-variant .product-badges span.on-sale {
  background: #F3CFB8;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image .card-wrapper-badges span.sold-out, 
.product__images-slider .swiper-media .product-badges span.sold-out, 
.product__images-slider .swiper-media-variant .product-badges span.sold-out {
  background: #F3CFB8;
}
.card-wrapper:not(.cart--drawer-product-big) img {
  width: 100%;
  max-width: 100%;
  height: 375px;
  object-fit: cover;
  border: 1px solid #E4E4E4;
  border-bottom: 0;
  display: block;
}
.card-wrapper:not(.cart--drawer-product-big) img.variant, 
.card-wrapper:not(.cart--drawer-product-big) img.second, 
.card-wrapper:not(.cart--drawer-product-big) a:hover img.first, 
.list-collections .list-collection-products .list-collection-product img.second, 
.list-collections .list-collection-products .list-collection-product a:hover img.first {
  display: none;
}
.card-wrapper:not(.cart--drawer-product-big) img.variant.show, 
.card-wrapper:not(.cart--drawer-product-big) a img.first, 
.card-wrapper:not(.cart--drawer-product-big) a:hover img.second, 
.list-collections .list-collection-products .list-collection-product a:hover img.second {
  display: block;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-vendor, 
.card-wrapper:not(.cart--drawer-product-big) a .card-wrapper-vendor {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-title, 
.card-wrapper:not(.cart--drawer-product-big) a .card-wrapper-title {
  font-weight: 700;
  margin: 14px 0 7px;
  font-size: 1.525rem;
  line-height: 1.3;
  padding: 0 12px;
}
.card-wrapper:not(.cart--drawer-product-big) .card__text {
  font-weight: 700;
  font-size: 1.525rem;
  line-height: 1.3;
}
.card-wrapper:not(.cart--drawer-product-big) .card--text-only .card__content {
  margin: 0; 
  width: 100%;
  padding: 0 12px;
}
.card--search .card__badge>*, 
.card--text-only .card__badge>* {
  margin: 0 12px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-description {
  padding: 0 12px;
  font-size: 12px;
  line-height: 15px;
}
.card-wrapper:not(.cart--drawer-product-big) a:hover .card-wrapper-title {
  text-decoration: underline;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-price {
  color: #000;
  font-size: 1.325rem;
  line-height: 1.2;
  margin: 7px 0 14px;
  padding: 0 12px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option, 
.list-collection-product .list-collection-product-option, 
.upsell-product .card-wrapper-option {
  margin-bottom: 10px;
  width: 100%;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input--dropdown, 
.list-collection-product .list-collection-product-option, 
.upsell-product select {
  border: 1px solid #D3D4D9;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option {
  margin-top: 10px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input:last-child, 
.list-collection-product .list-collection-product-option:last-child, 
.upsell-product .card-wrapper-option:last-child, 
.list-collection-product .list-collection-product-option .product-form__input--dropdown, 
.upsell-product .card-wrapper-option .product-form__input--dropdown {
  margin-bottom: 0;
}
.grid__item .card-wrapper .card-wrapper-option, 
.grid__item .list-collection-product .list-collection-product-option, 
.upsell-product .card-wrapper-option {
  margin-bottom: 0;
  margin-top: 10px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input input[type=radio] + label.color-picker, 
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input label.color-picker.load-more, 
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input label.color-picker.load-more a {
  width: 32px;
  height: 32px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input label.color-picker.load-more a {
  display: block;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option label, 
.list-collection-product .list-collection-product-option label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .select label {
  display: none;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option select, 
.list-collection-product .list-collection-product-option select, 
.upsell-product select {
  width: 100%;
  padding: 8px 35px 8px 10px;
  height: 40px;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option select, 
.list-collection-product .list-collection-product-option select {
  border: 0;
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option select {
  height: 34px;
  padding: 7px 35px 7px 10px;
}
.upsell-product .select__select {
  background: transparent;
}
.upsell-content p {
  margin: 25px 0 5px;
  font-size: 12px;
  line-height: 14px;
}
.card-wrapper:not(.cart--drawer-product-big) a, 
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option select, 
.card-wrapper:not(.cart--drawer-product-big) .select .icon-caret, 
.card-wrapper:not(.cart--drawer-product-big) .product-form__input label.color-picker.load-more, 
.card-wrapper:not(.cart--drawer-product-big) .require-select-variant {
  color: rgb(var(--color-base-text));
}
.card-wrapper:not(.cart--drawer-product-big) .require-select-variant svg path {
  fill: rgb(var(--color-base-text));
}
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input input[type=radio]:hover+label.color-picker, 
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input input[type=radio]:checked+label.color-picker, 
.card-wrapper:not(.cart--drawer-product-big) .card-wrapper-option .product-form__input label.color-picker.load-more:hover {
  border-color: rgb(var(--color-base-text));
}
.list-collection-products .card-wrapper .card-wrapper-option {
  margin-top: 10px;
  margin-bottom: 0;
}

.facets facet-remove {
  margin-right: 5px;
}
.facets a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.facets a svg {
  margin-left: 5px;
}
.facets .clear_filters {
  margin-left: 5px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.facets .clear_filters:hover {
  text-decoration: underline;
}

.product__info-wrapper .product__info-container .product__text, 
.product__info-wrapper .product__info-container .product__description {
  font-size: 14px;
  line-height: 16px;
}
.product__info-wrapper .product__info-container .product__description, 
.product__info-wrapper .product__info-container .product__description p {
  font-size: 12px;
  line-height: 18px;
}
.product__info-wrapper .product__info-container .product__testimonial, 
.product__info-wrapper .product__info-container .product__testimonial p {
  font-size: 21px;
  line-height: 31px;
}
.product__info-wrapper .product__info-container .product__testimonial .author {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
  margin-bottom: 0;
}
.product__info-wrapper .product__info-container .product__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.product__info-wrapper .product__info-container .product__rating {
  margin-top: 15px;
  margin-bottom: 20px;
}
.product__info-wrapper .product__info-container .product__description, 
.product__info-wrapper .product__info-container .product__testimonial {
  margin-top: 0;
  margin-bottom: 20px;
}
.product__info-wrapper .product__info-container .product__description, 
.product__info-wrapper .product__info-container .product__description p {
  margin-top: 0;
}
.featured-product .product__info-wrapper .product__info-container .price {
  font-size: 36px;
  line-height: 54px;
}
.featured-product .product__info-wrapper .product__info-container .product__title {
  font-size: 36px;
  line-height: 43px;
}
.featured-product .product__info-wrapper .product__info-container .product__subtitle {
  font-size: 21px;
  line-height: 25px;
  margin-top: 15px;
}
.featured-product .product__info-container>*+* {
  margin: 3rem 0;
}
.product__info-wrapper .product__info-container .product-form__quantity {
  border: 1px solid #D3D4D9;
  display: flex;
  padding: 14px 12px 14px 16px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
}
.product__info-wrapper .product__info-container .product-form__quantity label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}
.product__info-wrapper .product__info-container .product-form__quantity .quantity {
  border: 0;
  height: auto;
}
.product__info-wrapper .product__info-container .product-form__quantity .quantity__input {
  font-size: 14px;
  line-height: 16px;
  color: rgb(var(--color-base-text));
  font-weight: 700;
  opacity: 1;
}
.product__images-slider .swiper-media, 
.product__images-slider .swiper-media-variant {
  max-width: 767px;
  margin: 0 auto;
  position: relative;
}
.product__images-slider .swiper-media img, 
.product__images-slider .swiper-media-variant img {
  border: 1px solid #E4E4E4;
  width: 100%;
  height: auto;
  display: block;
  max-width: 626px;
  margin: 0 auto;
}
.product__images-slider .swiper-media video, 
.product__images-slider .swiper-media-variant video {
  width: 100%;
  height: auto;
  display: block;
  max-width: 626px;
  margin: 0 auto;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev, 
.swiper-button-next {
  color: #ACACAC;
}
.swiper-button-prev::after, 
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev:hover, 
.swiper-button-next:hover {
  color: #111;
}
.product__images-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 628px;
  margin: 24px auto 0;
}
.product__images-thumbnails-variant, 
.product__images-thumbnails-variant-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.product__images-thumbnails a {
  position: relative;
}
.product__images-thumbnails a[data-index] {
  margin-right: 12px;
}
.product__images-thumbnails a[data-index]:last-child {
  margin-right: 0;
}
.product__images-thumbnails a span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #F8F3E7;
  padding: 5px;
  border-radius: 50%;
}
.product__images-thumbnails a span svg {
  width: 8px;
  height: auto;
  display: block;
  position: relative;
  left: 1px;
}
.product__images-thumbnails a:hover img, 
.product__images-thumbnails a.active img, 
.product__images-thumbnails .swiper-slide.swiper-slide-active img {
  border-color: #E4E4E4;
}
.product__images-thumbnails .swiper-slide {
  width: auto;
}
.product__images-thumbnails img {
  border: 2px solid #F8F3E7;
  height: 50px;
  width: auto;
  display: block;
}
.product-form .require-select-variant {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  margin-top: 13px;
}
.product-form .require-select-variant svg {
  margin-right: 10px;
}
.product-form__buttons {
  display: flex;
}
.product-form__buttons .product-form__submit {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 44px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
  min-height: auto;
  width: 100%;
}
.product-form__buttons .adc-button {
  width: 50%;
  margin-right: 12px;
}
.product-form__buttons .adc-button.button--full-width {
  width: 100%;
  margin-right: 0;
}
.product-form__buttons .shopify-payment-button {
  width: 50%;
  padding-left: 5px;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button {
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  min-height: auto;
  height: 44px;
  position: relative;
  top: 1px;
  padding: 10px;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded {
  height: 46px;
  top: 0;
  padding: 0;
}
.upsell-product {
  padding: 16px;
  border: 1px solid #D3D4D9;
  width: 100%;
  user-select: none;
}
.upsell-product .d-flex {
  align-items: center;
  width: 100%;
  margin-top: 0;
}
.upsell-product input {
  margin-left: 0;
  margin-right: 20px;
  display: block;
}
.upsell-product .select label {
  display: none;
}
.upsell-product-details label {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.upsell-product-details label div:nth-child(2) {
  width: 100%;
}
.upsell-product-details label div:nth-child(3) {
  padding-left: 20px;
}
.upsell-product-details {
  font-size: 12px;
  line-height: 14px;
  width: 100%; 
}
.upsell-product-details img {
  height: 64px;
  width: auto;
  border: 1px solid #E4E4E4;
  margin-right: 20px;
}
.upsell-product-details .money {
  margin-left: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #222;
}

.horizontally-scrollable-container {
  padding-top: 56px;
}
.horizontally-scrollable-container-mobile {
  display: none;
}
.horizontally-scrollable-container .horizontally-scrollable-title .horizontally-scrollable-subtitle {
  margin-top: 10px;
}
.horizontally-scrollable-container .button {
  display: none;
}
.horizontally-scrollable-container .horizontally-scrollable-description {
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.horizontally-scrollable-container .horizontally-scrollable-description p {
  margin: 0;
}
.horizontally-scrollable-container .horizontally-scrollable-description .button {
  margin-top: 24px;
  display: inline-flex;
}
.horizontally-scrollable-container .horizontally-scrollable-description .horizontally-scrollable-image {
  margin-right: 20px;
}
.horizontally-scrollable-content, 
.collection-scrollable-content {
  width: 100%;
  margin-top: 32px;
  padding-bottom: 56px;
  display: flex;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box, 
.collection-scrollable-content .collection-scrollable-content-box {
  position: relative;
  width: 300px;
  height: 199px;
  box-sizing: border-box;
  padding-top: 5px;
}
.collection .title {
  margin: 0 0 48px;
}
.collection-scrollable-content .collection-scrollable-content-box {
  width: 355px;
  height: auto;
}
.collection-scrollable-content .collection-scrollable-content-box .product-link {
  display: block;
  text-decoration: none;
}
.collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-image img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  display: block;
}
.collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-image {
  margin-bottom: 12px;
}
.collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-price {
  margin-top: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.collection-scrollable-content .collection-scrollable-content-box .product-link:hover .collection-scrollable-content-box-title {
  text-decoration: underline;
}
.scrollable-products:focus-visible {
  outline: none;
  box-shadow: none;
}
.scrollable-products .scrollable-product {
  width: 18%;
  min-width: 267px;
  height: auto;
  border-radius: 0;
  padding-top: 0;
  box-sizing: border-box;
  padding-top: 5px;
}
.swiper.scrollable-products, 
.swiper.collection-scrollable-content-scroller, 
.horizontally-scrollable-content .swiper, 
.list-collection-products .swiper {
  width: 100%;
  padding-bottom: 30px;
}
.horizontally-scrollable-content .swiper-slide, 
.list-collection-products .swiper-slide {
  width: 348px;
}
.list-collection-products .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
} 
.horizontally-scrollable-content .horizontally-scrollable-content-box a:hover {
  background: rgb(var(--color-background));
  box-shadow: rgb(0 0 0 / 8%) 0px 0.625rem 1.875rem;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .32);
}
.horizontally-scrollable-content .horizontally-scrollable-content-box.horizontally-scrollable-content-box-no-overlay .horizontally-scrollable-content-box-image::after {
  content: none;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box.horizontally-scrollable-content-box-no-overlay a:hover .horizontally-scrollable-content-box-image {
  background: #fff !important;
  box-shadow: rgb(0 0 0 / 8%) 0px 0.625rem 1.875rem;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box a:hover .horizontally-scrollable-content-box-image::after, 
.horizontally-scrollable-content .horizontally-scrollable-content-box a:focus .horizontally-scrollable-content-box-image::after {
  background: none;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
  flex-direction: column;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-decoration: none;
}
.card-wrapper .card-wrapper-price .old, 
.list-collection-product .list-collection-product-price .old {
  margin-left: 5px;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow svg {
  display: block;
  box-shadow: rgb(0 0 0 / 6%) 0px 4px 16px;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box a:hover .horizontally-scrollable-content-box-arrow svg {
  box-shadow: none;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow svg circle, 
.horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow svg path {
  transition-property: fill;
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box a:hover .horizontally-scrollable-content-box-arrow svg circle {
  fill: black;
}
.horizontally-scrollable-content .horizontally-scrollable-content-box a:hover .horizontally-scrollable-content-box-arrow svg path {
  fill: white;
}
.card-wrapper:not(.cart--drawer-product-big) .product-form__input input[type=radio] + label {
  margin-right: 7px;
}
.card-wrapper:not(.cart--drawer-product-big) .button {
  font-weight: 700;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  min-height: 42px;
  height: 42px;
  padding: 5px 10px;
  width: 100%;
  min-width: 100%;
  margin-top: 12px;
}
.card-wrapper:not(.cart--drawer-product-big) a.button {
  text-align: center;
  line-height: 30px;
  width: 100%;
}
.card-wrapper:not(.cart--drawer-product-big) a.button.disabled {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  cursor: pointer;
}
.card-wrapper:not(.cart--drawer-product-big) button.button span {
  white-space: nowrap;
}
.card-wrapper:not(.cart--drawer-product-big) button.button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-wrapper:not(.cart--drawer-product-big) button.button > div:last-child {
  padding-left: 10px;
  text-align: right;
}
.card-wrapper:not(.cart--drawer-product-big) button.button > div:last-child.text-center {
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.card-wrapper:not(.cart--drawer-product-big) .shopify-payment-button__more-options {
  display: none;
}

.collection-description-bottom {
  margin-bottom: 38px;
}
@media screen and (min-width: 990px) {
  .collection-description-bottom {
    margin-bottom: 54px;
  }
}
.collection-description-bottom .collection-description-bottom-box {
  border-top: 2px solid #000;
  padding-top: 12px;
}

.d-flex {
  display: flex;
  width: 100%;
  margin-top: 12px;
  justify-content: space-between;
}

.footer .footer-block__heading, 
.footer .copyright__content a, 
.footer .footer-block__details-content .list-menu__item--link, 
.footer .copyright__content a:hover, 
.footer .footer-block__details-content .list-menu__item--link:hover, 
.footer .list-social__item .icon {
  color: #212121;
}
.footer .list-social__link:last-child {
  margin-right: 0;
}
.footer .footer__content-bottom {
  border-top: 0;
}
.footer .footer__content-top {
  padding-bottom: 0;
}
.footer .footer__copyright a {
  margin-right: 20px;
}
.footer .footer__copyright a:last-child {
  margin-right: 0;
}
.footer .footer__localization:empty+.footer__column--info {
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .footer .footer__list-social.list-social:only-child {
    justify-content: flex-start;
  }
  .footer .list-social__link {
    padding: 0;
  }
  .footer .list-social__item {
    padding: 1.3rem 2.6rem 1.3rem 0;
  }
}
@media screen and (max-width: 749px) {
  .footer .list-social__item {
    padding: 0;
  }
  .footer__copyright {
    width: 100%;
  }
  .footer .footer__copyright a {
    margin-right: 0;
  }
  .footer .footer__copyright a.legal {
    margin-top: 10px;
    display: block; 
    width: 100%;
  }
}

.header-wrapper {
  background: #fff;
}
.header-wrapper.header-sticky.is-sticky {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.header-content, 
.header-search {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.header-search {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  display: none;
}
.header-search .search-modal__content {
  padding: 0;
}
.header-search .search__button svg {
  width: 20px;
  height: 20px;
}
.header-content .logo, 
.header-content .main-menu, 
.header-content .quick-links {
  display: flex;
  align-self: stretch;
}
.header-content .logo {
  flex: 1 0 0;
  justify-content: flex-start;
}
.header-content .main-menu {
  flex-grow: 0;
}
.header-content .quick-links {
  flex: 1 0 0;
  justify-content: flex-end;
}
.header-content .logo h4, 
.mobile-menu .mobile-menu-header .mobile-menu-logo h4 {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin: 0;
}
.header-content .logo a:not(.mobile-menu-toggle) {
  display: inline-block;
} 
.header-content .logo img, 
.mobile-menu .mobile-menu-header .mobile-menu-logo a, 
.mobile-menu .mobile-menu-header .mobile-menu-logo img {
  display: block;
  width: auto;
  text-decoration: none;
}
.header-content.header-logo-center .logo {
  order: 2;
  width: 250px;
}
.header-content.header-logo-center .logo img {
  margin: 0 auto;
}
.header-content .logo .mobile-menu-toggle span {
  display: none;
}
.header-content.header-logo-center .main-menu {
  order: 1;
  width: calc(50% - 125px);
  text-align: left;
}
.header-content.header-logo-center .quick-links {
  order: 3;
  width: calc(50% - 125px);
}
.header-content a, 
.header-content a:hover {
  text-decoration: none;
}
.header-content .quick-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-content .quick-links .button {
  min-height: auto;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.header-content .quick-links a {
  margin-right: 15px;
}
.header-content .quick-links a:last-child {
  margin-right: 0;
}
.header-content .quick-links a svg {
  display: block;
}
.header-content .quick-links a span:not(.items) {
  display: none;
}
.header-content .quick-links .header__icon--currency {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}
.header-content .quick-links .header__icon--currency form {
  position: relative;
  z-index: 10;
}
.header-content .quick-links .header__icon--currency select {
  height: 34px;
  padding: 0 40px 0 20px;
  background: transparent;
  border: 0;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
}
.header-content .quick-links .header__icon--currency select::-ms-expand {
  display: none;
}
.header-content .quick-links .header__icon--currency span.currency-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header-content .quick-links .header__icon--currency span.currency-arrow svg {
  display: block;
}
.header-content .main-menu {
  text-align: center;
  max-height: 75px;
}
.header-content .main-menu ul.menu-list  {
  margin: 0;
  padding: 0;
}
.header-content .main-menu .menu-list li {
  margin-right: 32px;
  display: inline-block;
  list-style: none;
}
.header-content .main-menu .menu-list li:not(.megamenu) {
  position: relative;
}
.header-content .main-menu .menu-list a.main-link {
  display: block;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #000;
  padding-top: 28px;
  padding-bottom: 26px;
  border-bottom: 2px solid transparent;
  text-align: left;
}
.header-content .main-menu .menu-list li:last-child {
  margin-right: 0;
}
.header-content .main-menu .menu-list a.main-link:hover, 
.header-content .main-menu .menu-list li.active a.main-link {
  border-bottom: 2px solid #000;
}
.header-content .main-menu .menu-list li ul {
  position: absolute;
  top: 75px;
  left: -34px;
  z-index: 11;
  background: #fff;
  min-width: 260px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px 0;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0 8px 8px 0;
}
.header-content .main-menu .menu-list li ul li ul {
  left: 100%;
  top: 0;
}
.header-content .main-menu .menu-list li li {
  display: block;
  margin-right: 0;
}
.header-content .main-menu .menu-list li li a {
  padding: 0;
  border-bottom: 0;
  padding: 12px 34px;
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.header-content .main-menu .menu-list li li a:hover, 
.header-content .main-menu .menu-list li li.active a {
  border-bottom: 0;
}
.header-content .main-menu .menu-list li li a:hover::after, 
.header-content .main-menu .menu-list li li.active > a::after {
  content: '';
  background: #D5D5D5;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.header-content .main-menu .menu-mega {
  background: #fff;
  width: 100%;
  padding: 24px 0 48px;
  position: absolute;
  top: 75px;
  left: 0;
  border-top: 1px solid #E1E1E1;
  display: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0 8px 8px 0;
}
.header-content .main-menu .megamenu.focus .menu-mega, 
.header-content .main-menu .link-level-1.focus .list-level-2, 
.header-content .main-menu .link-level-2.focus .list-level-3 {
  display: block !important; 
}
.header-content .main-menu .menu-mega .menu-mega-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column {
  width: 20%;
  padding: 0 12px;
  display: block;
  margin-top: 24px;
  order: 6;
}
.header-content .main-menu .menu-mega .mega-menu-column.mega-menu-column--left, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-sub--left {
  order: 1;
}
.header-content .main-menu .menu-mega .mega-menu-column.mega-menu-column--center-left, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-sub--center-left {
  order: 2;
}
.header-content .main-menu .menu-mega .mega-menu-column.mega-menu-column--center, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-sub--center {
  order: 3;
}
.header-content .main-menu .menu-mega .mega-menu-column.mega-menu-column--center-right, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-sub--center-right {
  order: 4;
}
.header-content .main-menu .menu-mega .mega-menu-column.mega-menu-column--right, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-sub--right {
  order: 5;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .menu-title, 
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .menu-title a {
  margin: 0 0 20px;
  color: #666;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .menu-title a:hover {
  text-decoration: underline;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column ul {
  position: static;
  top: auto;
  left: auto;
  box-shadow: none;
  display: block;
  min-width: auto;
  z-index: auto;
  padding: 0;
  margin: -6px 0 0;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column li {
  list-style: none;
  padding: 6px 0;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column li a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding: 0;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column li a:hover {
  text-decoration: underline;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column li a:hover::after {
  content: none;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image {
  width: 100%;
  max-width: 300px;
  height: 200px;
  margin-top: 6px;
  position: relative;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image {
  margin: 0 20px;
  text-align: left;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image img, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image .mobile-menu-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.16);
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content a, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image .mobile-menu-image-content a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content svg, 
.mobile-menu .mobile-menu-content .mobile-menu-sub .mobile-menu-image .mobile-menu-image-content svg {
  display: block;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content a:hover svg circle, 
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content a:focus svg circle {
  fill: #000;
}
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content a:hover svg path, 
.header-content .main-menu .menu-mega .menu-mega-row .mega-menu-column .mega-menu-image .mega-menu-image-content a:focus svg path  {
  fill: #fff;
}
.mobile-menu-toggle, 
.mobile-menu-toggle .close {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #fff;
  max-width: 580px;
  box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}
.mobile-menu.compact {
  top: auto;
  bottom: 0;
  height: calc(100% - 60px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
}
.mobile-menu .mobile-menu-header {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mobile-menu .mobile-menu-content {
  width: 100%;
  height: calc(100% - 64px);
  overflow: hidden;
  position: relative;
}
.mobile-menu.compact .mobile-menu-content {
  width: calc(100% - 4rem);
  height: 100%;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu.mobile-menu-customer .mobile-menu-content {
  height: calc(100% - 167px);
}
.mobile-menu .mobile-menu-content .mobile-menu-main, 
.mobile-menu .mobile-menu-content .mobile-menu-sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 16px 0 173px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub {
  left: 100%;
}
.mobile-menu .mobile-menu-content .mobile-menu-back {
  justify-content: flex-start;
  margin-bottom: 16px;
}
.mobile-menu .mobile-menu-content .mobile-menu-back span {
  margin-right: 9px;
}
.mobile-menu .mobile-menu-content .mobile-menu-back span:last-child {
  margin-right: 0;
}
.mobile-menu .mobile-menu-content a {
  display: block;
  width: 100%;
  padding: 16px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .mobile-menu-content a, 
.mobile-menu .mobile-menu-content a:hover {
  outline: 0;
}
.mobile-menu .mobile-menu-footer {
  padding: 34px 20px;
  width: 100%;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.08);
  background: rgba(255,255,255,.94);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mobile-menu.compact .mobile-menu-footer {
  width: calc(100% - 4rem);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile-menu .mobile-menu-content .mobile-menu-sub.mobile-menu-sub-mega .mobile-menu-title {
  color: #666;
  font-size: 12px;
  line-height: 14px;
  margin-top: 58px;
  margin-bottom: 8px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub.mobile-menu-sub-mega > .mobile-menu-title {
  margin-top: 38px;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub.mobile-menu-sub-mega > .mobile-menu-title ~ .mobile-menu-title {
  margin-top: 58px;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub.mobile-menu-sub-mega .mobile-menu-back {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-content .mobile-menu-sub.mobile-menu-sub-mega .mobile-menu-link-large {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}
.mobile-menu .mobile-menu-footer .customer-login {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  margin-bottom: 48px;
}
.mobile-menu .mobile-menu-footer .customer-login span {
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
}
.mobile-menu .mobile-menu-footer .customer-login:hover span {
  text-decoration: underline;
}
.mobile-menu .mobile-menu-social a, 
.mobile-menu .mobile-menu-social a:hover {
  text-decoration: none;
}
.mobile-menu .mobile-menu-social a svg {
  display: block;
}
.mobile-menu .mobile-menu-social a {
  margin-right: 14px;
  display: inline-block;
}
.mobile-menu .mobile-menu-social a:last-child {
  margin-right: 0;
}

body.overflow-hidden {
  overflow: hidden;
}

.footer {
  background: #f8f3e6;
  color: #212121;
  padding-top: 64px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-top {
  display: flex;
  width: 100%;
}
.footer .footer-top .footer-block {
  width: 20%;
  padding-right: 20px;
  min-width: 250px;
  max-width: 25%;
}
.footer .footer-top .footer-block.footer-block-newsletter {
  width: 60%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer-top .footer-block.footer-block-newsletter .newsletter-column {
  max-width: 520px;
  width: 100%;
}
.footer .footer-top .footer-block.footer-block-newsletter .newsletter-column .field__input {
  height: 48px;
  color: #eee;
  padding-right: 1.5rem;
}
.footer .footer-top .footer-block.footer-block-newsletter .newsletter-column .button {
  margin-left: 20px;
  background: #fff;
  color: #000;
}
.footer .footer-top .footer-block.footer-block-newsletter .newsletter-column .newsletter-form {
  max-width: none;
}
.footer .footer-top .footer-block .newsletter-content p {
  margin-top: 0;
}
.footer .footer-top .footer-block .newsletter-column p {
  font-size: 13px;
}
.footer .footer-top .footer-block .heading-sm {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin: 32px 0 12px;
}
.footer .footer-top .footer-block .heading-md {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 22px;
}
.footer .footer-top .footer-block .heading-sm:first-child, 
.footer .footer-top .footer-block .heading-md-:first-child {
  margin-top: 0;
}
.footer .footer-top .footer-block .heading-lg {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin: 0;
}
.footer .footer-top .footer-block .footer-logo {
  margin-top: 40px;
  width: 100%;
  max-width: 520px;
}
.footer .footer-top .footer-block .footer-image.footer-image-left, 
.footer .footer-top .footer-block .footer-logo.footer-logo-left {
  text-align: left;
}
.footer .footer-top .footer-block .footer-image.footer-image-center, 
.footer .footer-top .footer-block .footer-logo.footer-logo-center {
  text-align: center;
}
.footer .footer-top .footer-block .footer-image.footer-image-right, 
.footer .footer-top .footer-block .footer-logo.footer-logo-right {
  text-align: right;
}
.footer .footer-top .footer-block .social {
  margin-bottom: 32px;
}
.footer .footer-top .footer-block .social a, 
.footer .footer-top .footer-block .social a:hover {
  margin-right: 12px;
  text-decoration: none;
}
.footer .footer-top .footer-block .social a:last-child {
  margin-right: 0;
}
.footer .footer-top .footer-block li a {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  padding: 4px 0;
}
.footer .footer-top .footer-block ul, 
.footer .footer-top .footer-block li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-block ul li {
  line-height: 20px;
}
.footer .footer-top .footer-block ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-block:last-child {
  padding-right: 0;
}
.footer .footer-payment-methods ul, 
.footer .footer-payment-methods li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-payment-methods ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .footer-payment-methods .icon {
  width: 3.125em;
}
.footer .footer-payment-methods .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.footer .footer-bottom {
  margin-top: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.48);
}
.footer .footer-logo {
  margin-top: 34px;
  margin-bottom: -34px;
}
.footer .footer-logo.footer-logo-center .page-width {
  text-align: center;
}
.footer .footer-logo.footer-logo-right .page-width {
  text-align: right;
}
.footer .footer-bottom .page-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  font-size: 14px;
  line-height: 17px;
  position: relative;
}
.footer .footer-bottom a {
  font-size: 14px;
  line-height: 17px;
}
.footer .footer-bottom .links a.link {
  margin-right: 20px;
  line-height: 24px;
}
.footer .footer-bottom .links a.link:last-child {
  margin-right: 0;
}
.footer .footer-bottom .page-width > div {
  width: 33.3%;
}
.footer .copyrights {
  position: relative;
  text-align: center;
}
.footer .copyrights.copyrights-right {
  text-align: right;
}
.footer .footer-center {
  display: flex;
  width: 100%;
}
.footer .footer-center localization-form ul {
  width: 100%;
}
.footer .footer-center localization-form, 
.footer .footer-center localization-form form, 
.footer .footer-center localization-form button {
  min-width: 210px;
}
.footer .footer-center localization-form {
  margin-top: 64px;
  margin-right: 20px;
}
.footer .footer-center localization-form:last-child {
  margin-right: 0;
}

.product__info-container variant-radios, 
.product__info-container variant-selects {
  margin: 0;
}

.product__info-container .paywhirl-plan-selector {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group {
  width: calc(50% - 6px);
  margin-top: 0;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group label.checkbox {
  border: 1px solid #3A3A3A;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #3A3A3A;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group label.checkbox::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #3A3A3A;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group label.checkbox span {
  margin-left: 25px;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group.paywhirl-group-selected label.checkbox {
  background: #118E46;
  font-weight: 700;
  color: #fff;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group.paywhirl-group-selected label.checkbox::after {
  background: transparent;
  border: 0;
  content: url('data:image/svg+xml; utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM6.11216 12.2371L12.9423 5.41328L11.5287 3.99841L6.11216 9.40993L4.47166 7.77096L3.05811 9.18583L6.11216 12.2371Z" fill="white"/></svg>');
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-group>label>input, 
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-description {
  display: none;
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-plan {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  left: calc(-100% - 11px);
  width: calc(calc(100% + 100%) + 10px);
}
.product__info-container .paywhirl-plan-selector .paywhirl-plan-selector-plan>label {
  color: #3A3A3A;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 7px;
  font-weight: 700;
}

.form__label {
  font-size: 12px;
  font-weight: 700;
}
.select__select {
  font-size: 14px;
}

button:not([disabled]), 
.button:not([disabled]), 
.shopify-challenge__button, 
.customer button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
button:not([disabled]):hover, 
.button:not([disabled]):hover, 
.shopify-challenge__button:hover, 
.customer button:hover {
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.button:not([disabled]):hover {
  /*box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border));*/
  box-shadow: none;
}
.button .button-split {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 5px;
}

.is-sticky {
  position: relative;
  z-index: 90;
}

.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, 
.stamped-badge-starrating .stamped-fa {
  margin-right: 2px;
  color: #000;
}
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, 
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, 
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  color: #000;
}
.yotpo .text-m, 
.stamped-badge-caption {
  margin-left: 5px;
}
.stamped-badge-caption {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.newsletter__wrapper h2, 
.multicolumn-list h2 {
  /*font-weight: 700;*/
}
.multicolumn-list h2 {
  margin-top: 0;
}
#shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card__image-wrapper {
  width: 100px;
}
#shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card {
  padding: 74px 40px;
}
#shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card-center {
  max-width: 320px;
  margin: 0 auto;
}
#shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card__info .link {
  color: #EA2435;
  font-weight: 700;
}
#shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card__info .link:hover {
  text-decoration: underline;
}
.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width {
  width: 100%;
}

.section-you-may-also-like {
  padding-bottom: 80px;
}
.collection-section .title {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 22px;
}
.collection-section .description {
  text-align: center;
  font-size: 24px;
  line-height: 22px;
}
.collage-wrapper-title {
  margin-bottom: 32px;
}
.collection-section .category-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-section .category-heading.spacing {
  margin-top: 64px;
}
.collection-section .category-heading .link {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.collection-section .category-heading .link:hover {
  text-decoration: underline;
}

.list-collection-products .swiper .swiper-button-prev, 
.list-collection-products .swiper .swiper-button-next, 
.swiper.swiper-text-over-image .swiper-button-prev, 
.swiper.swiper-text-over-image .swiper-button-next,
.swiper.scrollable-products .swiper-button-prev, 
.swiper.scrollable-products .swiper-button-next, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev,
.swiper.collection-scrollable-content-scroller .swiper-button-next {
  top: calc(50% - 100px);
  transform: translateY(-50%);
  width: 40px;
}
.swiper.swiper-text-over-image .swiper-button-prev, 
.swiper.swiper-text-over-image .swiper-button-next,
.swiper.scrollable-products .swiper-button-prev, 
.swiper.scrollable-products .swiper-button-next, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev,
.swiper.collection-scrollable-content-scroller .swiper-button-next  {
  top: 50%;
}
.list-collection-products .swiper .swiper-button-prev,  
.swiper.swiper-text-over-image .swiper-button-prev, 
.swiper.scrollable-products .swiper-button-prev, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev {
  left: 60px;
}
.list-collection-products .swiper .swiper-button-next, 
.swiper.swiper-text-over-image .swiper-button-next,
.swiper.scrollable-products .swiper-button-next, 
.swiper.collection-scrollable-content-scroller .swiper-button-next  {
  right: 60px;
}
.list-collection-products .swiper .swiper-button-prev svg, 
.list-collection-products .swiper .swiper-button-next svg, 
.swiper.swiper-text-over-image .swiper-button-prev svg, 
.swiper.swiper-text-over-image .swiper-button-next svg,
.swiper.scrollable-products .swiper-button-prev svg, 
.swiper.scrollable-products .swiper-button-next svg, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev svg,
.swiper.collection-scrollable-content-scroller .swiper-button-next svg {
  width: 40px;
  height: 40px;
}
.list-collection-products .swiper .swiper-button-prev svg, 
.swiper.swiper-text-over-image .swiper-button-prev svg, 
.swiper.scrollable-products .swiper-button-prev svg, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev svg {
  transform: rotate(-180deg);
}
.list-collection-products .swiper .swiper-button-next.swiper-button-disabled, 
.list-collection-products .swiper .swiper-button-prev.swiper-button-disabled, 
.swiper.swiper-text-over-image .swiper-button-prev.swiper-button-disabled, 
.swiper.swiper-text-over-image .swiper-button-next.swiper-button-disabled, 
.swiper.scrollable-products .swiper-button-prev.swiper-button-disabled, 
.swiper.scrollable-products .swiper-button-next.swiper-button-disabled, 
.swiper.collection-scrollable-content-scroller .swiper-button-prev.swiper-button-disabled,
.swiper.collection-scrollable-content-scroller .swiper-button-next.swiper-button-disabled {
  display: none;
}

.section-object-over-image {
  padding-top: calc(5rem + var(--page-width-margin));
  padding-bottom: calc(5rem + var(--page-width-margin));
}
.section-object-over-image .section-object-over-image-title {
  margin-bottom: 36px;
}
.section-object-over-image .section-object-over-image-title.mobile {
  display: none;
}
.objects-over-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.objects-over-images .object-over-image-block {
  width: calc(50% - 40px);
  display: flex;
  align-items: flex-end;
  position: relative;
}
.objects-over-images .object-over-image-block .object-over-image-block-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.objects-over-images .object-over-image-block .object-over-image-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.objects-over-images .object-over-image-block .object-over-image-block-image::after {
  background: rgba(0, 0, 0, 0.52);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.objects-over-images .object-over-image-block .object-over-image-block-content {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.objects-over-images .object-over-image-block .object-over-image-block-content a.object-over-image-block-content-link {
  position: relative;
  padding: 48px 40px 24px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-title {
  color: rgb(var(--color-base-text));
  margin-bottom: 20px;
  width: 100%;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-description {
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding: 0 40px;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons button, 
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons a {
  margin-right: 24px;
  margin-bottom: 24px;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons button svg circle {
  stroke: #fff;
}
.objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons a:last-child {
  margin-right: 0;
}
.product-color-options {
  display: flex;
}
.product-color-options .product-color-option {
  margin-right: 12px;
  margin-bottom: 6px;
}
.product-color-options .product-color-option a, 
.product-color-options .product-color-option a img {
  display: block;
}
.product-color-options .product-color-option a img, 
.product-color-options .product-color-option a div, 
.product-form__input input[type=radio]+label.color-picker, 
.product-form__input label.color-picker.load-more, 
.facets__item .color-picker, 
.mobile-facets__item .color-picker {
  border-radius: 100px;
  border: 2px solid #d3d4d9;
  width: 48px;
  height: 48px;
}
.product-color-options .product-color-option a img {
  object-fit: cover;
}
.product-color-options .product-color-option a div {
  width: 44px;
  height: 44px;
  display: block;
}
.product-form__input input[type=radio]+label.color-picker, 
.product-form__input label.color-picker.load-more, 
.facets__item .color-picker, 
.mobile-facets__item .color-picker {
  position: relative;
  padding: 0;
}
.product-form__input input[type=radio]+label.color-picker span, 
.product-form__input label.color-picker.load-more span, 
.facets__item .color-picker span, 
.mobile-facets__item .color-picker span {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  background-size: cover;
}
.product-form__input input[type=radio].disabled+label.color-picker::after {
  border-top: 1px solid #d3d4d9;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
  width: 40px;
  height: 40px;
  top: 16px;
  left: 16px;
}
.product-form__input label.color-picker.load-more span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-form__input label.color-picker.load-more span svg {
  width: 16px;
  height: 16px;
}
.product-color-options .product-color-option a.active img, 
.product-color-options .product-color-option a:hover img, 
.product-form__input input[type='radio']:hover+label.color-picker, 
.product-form__input input[type='radio']:checked+label.color-picker, 
.product-color-options .product-color-option a.active div, 
.product-color-options .product-color-option a div:hover {
  border: 2px solid #000;
}
.product-form__input input[type='radio'].disabled:hover+label.color-picker::after, 
.product-form__input input[type='radio'].disabled:checked+label.color-picker::after {
  border-color: #000;
}
.facets__item .color-picker:hover, 
.facets__item input[type='checkbox']:checked + .color-picker, 
.mobile-facets__item input[type='checkbox']:checked + .color-picker {
  border-color: #000;
}
.product-form__input input[type='radio']:disabled + label.color-picker {
  opacity: .2;
}

.facets__list-color {
  display: flex;
  flex-wrap: wrap;
}
.facets__list-color .facet-checkbox {
  padding: 1rem 1.35rem 1rem 0;
}
.facets__list-color.mobile-facets__list .facet-checkbox {
  padding: 1rem;
}

.color-picker span::before, 
.color-picker span::after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease,visibility 0.3s ease,-webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease,visibility 0.3s ease,-moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease,visibility 0.3s ease,transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  bottom: 100%;
  left: 50%;
}
.color-picker span::before {
  content: '';
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
  border-top-color: #383838;
  margin-bottom: -11px;
  left: calc(50% - 6px);
  bottom: 100%;
}
.color-picker span::after {
  content: attr(data-color);
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}
.color-picker:hover span::before, 
.color-picker:hover span::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.color-picker:hover span::before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.color-picker:hover span::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.content-for-layout {
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
  
}
.page-search.overflow-hidden-mobile .content-for-layout {
  z-index: 91;
}

.price-line {
  display: flex;
}

.select2-container--default .select2-selection--single {
  border: .1rem solid rgba(var(--color-base-text),.08);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 11px;
  color: rgb(var(--color-foreground));
  padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgb(var(--color-foreground)) transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent rgb(var(--color-foreground)) transparent;
}
.select2-container {
  z-index: 10003;
}
.select2-search--dropdown {
  display: none;
}
.select2-dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgb(var(--color-foreground));
  color: #fff;
}
.select2-results__option {
  background-color: #fff;
  padding: 6px 13px;
  font-size: 11px;
}

.product-section.spaced-section {
  padding-top: 4rem;
}

#shopify-section-template--15331035742381__1641490099bba52157 {
  background: #F8F3E6;
  margin: 0;
  padding: 5rem 0;
}
#shopify-section-template--15331035742381__1641490099bba52157 h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}

.old {
  text-decoration: line-through;
}

.newsletter__wrapper h2, 
.multicolumn-list h2, 
.rich-text h2 {
  font-size: 30px;
  line-height: 36px;
}

.margin--small {
  padding-top: 50px;
  padding-bottom: 50px;
}
.margin--medium {
  padding-top: calc(50px * 2);
  padding-bottom: calc(50px * 2);
}
.margin--large {
  padding-top: calc(50px * 3);
  padding-bottom: calc(50px * 3);
}
.margin--zero {
  padding-top: 0;
  padding-bottom: 0;
}
.no-border {
  border: 0 !important;
}

.loading-overlay__spinner svg {
  display: block;
}

.icon_bar {
  display: flex;
  justify-content: center;
  width: 100%;
}
.icon_bar .icon_text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.icon_bar .icon_text:last-child {
  margin-right: 0;
}
.icon_bar .icon_text img {
  width: auto;
  height: 20px;
}
.icon_bar .icon_text img, 
.icon_bar .icon_text svg {
  margin-right: 8px;
}

li.multicolumn-list__item .media--adapt img {
  position: static !important;
  left: 0 !important;
  transform: none;
  margin: 0 auto;
  height: auto !important;
}
li.multicolumn-list__item .media--adapt img.img-width-24 {
  width: 24px;
}
li.multicolumn-list__item .media--adapt img.img-width-48 {
  width: 48px;
}
li.multicolumn-list__item .media--adapt img.img-width-72 {
  width: 72px;
}
li.multicolumn-list__item .media--adapt img.img-width-96 {
  width: 96px;
}
li.multicolumn-list__item .media--adapt img.img-width-120 {
  width: 120px;
}
li.multicolumn-list__item .media--adapt img.img-width-144 {
  width: 144px;
}
li.multicolumn-list__item .media--adapt img.img-width-168 {
  width: 168px;
}
li.multicolumn-list__item .multicolumn-card__info {
  padding-top: 1.5rem;
}
.multicolumn-list h2 {
  margin-bottom: 0;
}

.collection-grid-section {
  margin-top: 0 !important;
  overflow: hidden;
}

.product__description--collapse {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
}
.product__description--collapse span {
  display: flex;
  align-items: center;
}
.product__description--collapse span svg {
  margin-right: 10px;
}
.product__description--close {
  display: none;
}

.collage-card.collage-block {
  border: 0;
}
.collage-card.collage-block .collage-card-image {
  position: relative;
  overflow: hidden;
}
.collage-card.collage-block .collage-card-image, 
.collage-card.collage-block .collage-card-image img {
  height: 100%;
}
.collage-card.collage-block .collage-card-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.collage-card.collage-block img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.collage:not(.collage-blocks-4) .collage-card.collage-card--left,
.collage:not(.collage-blocks-4) .collage-card.collage-card--right {
  grid-row: 1 / 3;
}
.collage-card:not(.collage-card--left):not(.collage-card--right).collage-block img {
  position: relative;
  width: 100%;
  height: 100%;
}
.collage-card.collage-block .collage-card-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
  padding: 0 20px;
}
.collage.collage-blocks-1-2 .collage-card.collage-block .collage-card-title, 
.collage.collage-blocks-4 .collage-card.collage-block .collage-card-title, 
.collage:not(.collage-blocks-4) .collage-card:not(.collage-card--left):not(.collage-card--right).collage-block .collage-card-title {
  font-size: 40px;
  line-height: 50px;
}
.collage-card.collage-block .collage-discover-more {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  font-size: 18px;
  line-height: 26px;
}
.collage-card.collage-block .collage-discover-more svg {
  margin-right: 15px;
  display: block;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .collage-card.collage-block .collage-card-title {
    font-size: 40px;
    line-height: 50px;
  }
  .collage.collage-blocks-1-2 .collage-card.collage-block .collage-card-title, 
  .collage.collage-blocks-4 .collage-card.collage-block .collage-card-title, 
  .collage:not(.collage-blocks-4) .collage-card:not(.collage-card--left):not(.collage-card--right).collage-block .collage-card-title {
    font-size: 26px;
    line-height: 36px;
  }
  .collage-card.collage-block .collage-discover-more {
    font-size: 16px;
    line-height: 22px;
  }
  .collage-card.collage-block .collage-discover-more svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .collage-card.collage-block .collage-card-title {
    font-size: 60px;
    line-height: 70px;
  }
  .collage.collage-blocks-1-2 .collage-card.collage-block .collage-card-title, 
  .collage.collage-blocks-4 .collage-card.collage-block .collage-card-title, 
  .collage:not(.collage-blocks-4) .collage-card:not(.collage-card--left):not(.collage-card--right).collage-block .collage-card-title {
    font-size: 32px;
    line-height: 42px;
  }
}

.collection-grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 54px;
}
.collection-grid .collection-grid-col {
  width: calc(25% - 12px);
  margin-bottom: 24px;
}
.collection-grid .collection-banner-grid {
  display: flex;
  width: 100%;
}
.collection-grid .collection-banner-col {
  width: 33.3%;
  height: calc(100% - 24px);
  position: relative;
}
.collection-grid .collection-banner-grid.collection-banner-small .collection-banner-col {
  height: auto;
}
.collection-grid .collection-banner-col .collection-banner-col-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.collection-grid .collection-banner-col .collection-banner-col-image .collection-banner-col-image-overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}
.collection-grid .collection-banner-grid.collection-banner-right .collection-banner-col {
  order: 2;
}
.collection-grid .collection-banner-grid.collection-banner-right.collection-banner-small .collection-banner-col {
  order: 6;
}
.collection-grid .collection-banner-col .collection-banner-col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-grid .collection-banner-col img.mobile {
  display: none;
}
.collection-grid .collection-banner-cols {
  width: calc(66.7% - 24px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 24px;
}
.collection-grid .collection-banner-grid.collection-banner-small .collection-banner-cols {
  width: 100%;
  margin-left: 0;
}
.collection-grid .collection-banner-grid.collection-banner-right .collection-banner-cols {
  order: 1;
  margin-left: 0;
  margin-right: 24px;
}
.collection-grid .collection-banner-cols .collection-grid-col {
  width: calc(33.3% - 12px);
}
.collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col {
  width: calc(25% - 12px);
}
.collection-grid .collection-banner-col .collection-grid-col-text {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
}
.collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 24px;
  width: auto;
}
.collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-description {
  font-size: 18px;
  line-height: 27px;
  width: auto;
}
.collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-buttons {
  margin-top: 26px;
}
.collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-buttons .button {
  margin-right: 10px;
  margin-top: 10px;
}
.collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-buttons .button:last-child {
  margin-right: 0;
}

.cart__footer .cart-note-gift .cart__gift {
  margin-bottom: 20px;
}

.article-template__content img, 
.article-template__content iframe {
  max-width: 100%;
}
.article-template__sidebar-product-detail .button {
  margin-top: 10px;
}

.header-wrapper {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
}
.header-content .logo {
  display: flex;
  align-items: center;
}
.header-content.header-logo-center .logo {
  justify-content: center;
}
.header-content.header-logo-center .logo, 
.header-content.header-logo-center .main-menu, 
.header-content.header-logo-center .quick-links {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.header-wrapper.header-mobile-menu-large .header-content .main-menu {
  order: 1;
  display: none;
}
.header-wrapper.header-mobile-menu-large .header-content.header-logo-left .logo {
  width: 100%;
}
.header-wrapper.header-mobile-menu-large .header-content .logo {
  order: 2;
  padding: 0 10px;
}
.header-wrapper.header-mobile-menu-large .header-content .quick-links { 
  order: 3;
}
.header-wrapper.header-mobile-menu-large .main-menu .menu-list {
  display: none;
}
.header-wrapper.header-mobile-menu-large .mobile-menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 60px;
  margin-right: 10px;
}

localization-form {
  display: flex;
  position: relative;
}
localization-form button {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  justify-content: space-between;
}
localization-form button svg {
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
localization-form button[aria-expanded="true"] svg {
  transform: rotate(-180deg);
}
localization-form ul {
  padding: 0;
  background: #fff;
  min-width: 200px;
  overflow: hidden;  
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 2;
}
localization-form ul li {
  list-style: none;
  position: relative;
}
localization-form ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  border-bottom: 1px solid #eee;
  width: calc(100% - 20px);
}
localization-form ul li:last-child::after {
  content: none;
}
localization-form ul a, 
.footer localization-form ul a {
  color: #000;
  padding: 12px 15px;
  display: block;
  margin: 0;
  height: auto;
}
localization-form ul a:hover, 
localization-form ul a:focus, 
.footer localization-form ul a:hover, 
.footer localization-form ul a:focus {
  text-decoration: none;
  background: #eee;
}

.swiper-button-next::after, 
.swiper-rtl .swiper-button-prev::after, 
.swiper-button-prev::after, 
.swiper-rtl .swiper-button-next::after {
  content: none !important;
}
.swiper.swiper-horizontal > .swiper-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(var(--page-width) - 3rem);
  padding: 0;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 750px) {
  .swiper.swiper-horizontal > .swiper-scrollbar {
  	max-width: calc(var(--page-width) - 10rem);
    width: calc(100% - 10rem);
  }
}
.swiper.swiper-horizontal > .swiper-scrollbar div {
  display: block;
}

.show-mobile {
  display: none;
}

.grid {
  margin-left: -20px;
}
.grid__item {
  padding-left: 20px;
  padding-bottom: 20px;
  width: calc(25% - 20px * 3 / 4);
}
@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 25px * 3 / 4);
  }
  .product-form__submit .loading-overlay__spinner {
    width: 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .grid {
    margin-left: -25px;
  }
  .grid--2-col .grid__item {
    width: calc(50% - 25px / 2);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 25px * 2 / 3);
  }
  .grid__item {
    padding-left: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 749px) {
  .card-wrapper img {
    width: 100%;
    height: auto;
  }
  .collection-grid .collection-grid-col .card-wrapper:not(.cart--drawer-product-big) .card-wrapper-image img {
    max-height: none;
  }
  .product__modal-opener .product__media-icon, 
  .product__modal-opener--image .product__media-toggle {
    display: none;
  }
  .product__media-wrapper {
    padding-bottom: 0;
  }
  .section-featured-reviews-carousel .featured-reviews-carousel {
    flex-wrap: wrap;
  }
  .section-featured-reviews-carousel .featured-reviews-carousel-title,
  .section-featured-reviews-carousel .featured-reviews-carousel-slider {
    margin-right: 0;
    width: 100%;
  }
  .section-featured-reviews-carousel .featured-reviews-carousel-slider {
    margin-top: 35px;
  }
  
  body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 16px;
  }
}

@media (max-width: 1110px) {
  .section-reasons-to-love, 
  .section-featured-reviews {
    max-width: 100%;
  }
  .section-featured-reviews {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-announcement-bar .announcement-bar-progress-bar {
    margin-left: 14px;
  }
  .footer .footer-top .footer-block.footer-block-newsletter .newsletter-column {
    width: 100%;
  }
}

.footer .footer-top .footer-block .newsletter-heading-left, 
.footer .footer-top .footer-block .newsletter-content-left, 
.footer .footer-top .footer-block .text-below-newsletter-left, 
.footer .footer-top .footer-block .newsletter-heading-center, 
.footer .footer-top .footer-block .newsletter-content-center, 
.footer .footer-top .footer-block .text-below-newsletter-center, 
.footer .footer-top .footer-block .newsletter-heading-right, 
.footer .footer-top .footer-block .newsletter-content-right, 
.footer .footer-top .footer-block .text-below-newsletter-right {
  width: 100%;
}
@media (min-width: 990px) {
  .footer .footer-top .footer-block .newsletter-heading-left, 
  .footer .footer-top .footer-block .newsletter-content-left, 
  .footer .footer-top .footer-block .text-below-newsletter-left {
    text-align: left;
  }
  .footer .footer-top .footer-block .newsletter-heading-center, 
  .footer .footer-top .footer-block .newsletter-content-center, 
  .footer .footer-top .footer-block .text-below-newsletter-center {
    text-align: center;
  }
  .footer .footer-top .footer-block .newsletter-heading-right, 
  .footer .footer-top .footer-block .newsletter-content-right, 
  .footer .footer-top .footer-block .text-below-newsletter-right {
    text-align: right;
  }
}

@media (max-width: 989px) {
  .product-section.spaced-section {
    margin-top: 0;
  }
/*   .swiper:not(.swiper-text-over-image) .swiper-button-next, 
  .swiper:not(.swiper-text-over-image) .swiper-button-prev, 
  .product__images-thumbnails {
    display: none !important;
  } */
  .swiper:not(.swiper-text-over-image) .swiper-button-next, 
  .swiper:not(.swiper-text-over-image) .swiper-button-prev{
    display: none !important;
  }
  .product__images-slider .swiper-media, 
  .product__images-slider .swiper-media-variant {
    margin-top: 20px;
    margin-bottom: 36px;
    padding-right: 10rem;
  }
  .product__images-slider .swiper-media, 
  .product__images-slider .swiper-media img, 
  .product__images-slider .swiper-media video, 
  .product__images-slider .swiper-media-variant, 
  .product__images-slider .swiper-media-variant img, 
  .product__images-slider .swiper-media-variant video {
    width: 100%;
    max-width: none;
  }
  .product__images-slider .swiper-media img, 
  .product__images-slider .swiper-media video, 
  .product__images-slider .swiper-media .swiper-slide, 
  .product__images-slider .swiper-media-variant img, 
  .product__images-slider .swiper-media-variant video, 
  .product__images-slider .swiper-media-variant .swiper-slide {
    max-width: 322px;
  }
  .product__images-slider .swiper-media img, 
  .product__images-slider .swiper-media video, 
  .product__images-slider .swiper-media-variant img, 
  .product__images-slider .swiper-media-variant video {
    margin: 0;
  }
  .product__images-slider {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .product__images-slider .swiper-wrapper {
    padding-left: 5rem;
  }
  header .page-width {
    padding: 0 10px;
  }
  .main-menu .menu-list {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 60px;
    margin-right: 10px;
  }
  .header-content {
    min-height: 60px;
  }
  .header-content .logo, 
  .header-content .main-menu, 
  .header-content .quick-links {
    width: auto;
  }
  .header-content .main-menu {
    order: 1;
  }
  .header-content .logo {
    order: 2;
    width: 100%;
    padding: 0 10px;
  }
  .header-content.header-logo-center .logo {
    justify-content: flex-start;
  }
  .header-content .quick-links { 
    order: 3;
    margin-right: 10px;
  }
  .header-content .quick-links .button {
    display: none;
  }
  .header-search {
    padding: 14px 20px 14px 24px;
  }
  .footer .footer-top .footer-block.footer-block-newsletter {
    align-items: flex-start;
    order: 1;
  }
  .footer .footer-top .footer-block.footer-block-newsletter, 
  .footer .footer-top .footer-block.footer-block-newsletter .newsletter-column {
    width: 100%;
  }
  .footer .footer-container .footer-social, 
  .footer .footer-container .footer-menu, 
  .footer .footer-container .footer-newsletter, 
  .footer .footer-container .footer-payments-copyrights {
    width: 100%;
  }
  .footer .footer-container .footer-social {
    order: 1;
  }
  .footer .footer-container .footer-newsletter {
    order: 2;
  }
  .footer .footer-container .footer-menu {
    order: 3;
    flex-direction: column;
  }
  .footer .footer-container .footer-payments-copyrights {
    order: 4;
  }
  .footer .footer-container .footer-menu {
    margin-top: 48px;
    justify-content: flex-start;
  }
  .footer .footer-container .footer-menu a {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer .footer-container .footer-menu a:last-child {
    margin-bottom: 0;
  }
  .footer .footer-container .footer-newsletter .newsletter-form__field-wrapper {
    max-width: 100%;
  }
  .footer .footer-container .footer-payments-copyrights {
    justify-content: flex-start;
  }
  .footer .footer-container .footer-payments-copyrights, 
  .footer .footer-container .footer-payments-copyrights p {
    text-align: left;
  }
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-top .footer-block {
    min-width: auto;
    max-width: none;
    width: 33.3%;
    padding-right: 0;
    order: 2;
  }
  .footer .footer-top .footer-block .heading-sm:first-child, 
  .footer .footer-top .footer-block .heading-md:first-child {
    margin-top: 32px;
  }
  .footer .footer-top .footer-block .footer-logo {
    max-width: 100%;
  }
  .footer .footer-top .footer-block .newsletter-heading-mobile-left, 
  .footer .footer-top .footer-block .newsletter-content-mobile-left, 
  .footer .footer-top .footer-block .text-below-newsletter-mobile-left, 
  .footer .footer-top .footer-block .footer-image.footer-image-mobile-left, 
  .footer .footer-top .footer-block .footer-logo.footer-logo-mobile-left {
    text-align: left;
  }
  .footer .footer-top .footer-block .newsletter-heading-mobile-center, 
  .footer .footer-top .footer-block .newsletter-content-mobile-center, 
  .footer .footer-top .footer-block .text-below-newsletter-mobile-center, 
  .footer .footer-top .footer-block .footer-image.footer-image-mobile-center, 
  .footer .footer-top .footer-block .footer-logo.footer-logo-mobile-center {
    text-align: center;
  }
  .footer .footer-top .footer-block .newsletter-heading-mobile-right, 
  .footer .footer-top .footer-block .newsletter-content-mobile-right, 
  .footer .footer-top .footer-block .text-below-newsletter-mobile-right, 
  .footer .footer-top .footer-block .footer-image.footer-image-mobile-right, 
  .footer .footer-top .footer-block .footer-logo.footer-logo-mobile-right {
    text-align: right;
  }
  .footer .footer-bottom .page-width {
    flex-wrap: wrap;
  }
  .footer .footer-bottom .page-width > div {
    width: 100%;
  }
  .footer .footer-bottom .links, 
  .footer .footer-bottom .copyrights {
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom .copyrights {
    order: 3;
    margin-top: 20px;
  }
  .footer .copy-logo {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }
  .footer .copy-logo img {
    margin: 0 auto;
  }
  .footer .footer-bottom .links {
    order: 1;
  }
  .footer .footer-payment-methods {
    order: 2;
    margin-top: 20px;
  }
  .footer {
    padding-top: 18px;
  }
  .footer .footer-payment-methods ul {
    justify-content: center;
  }
  .footer .footer-top .footer-block.footer-block.footer-block-newsletter .field {
    flex-wrap: wrap;
  }
  .footer .footer-top .footer-block.footer-block-newsletter .newsletter-column .button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .collection-list .collection-list-block {
    width: calc(50% - 7px);
    margin-bottom: 56px;
  }
  .collection-list .collection-list-block a img {
    max-width: 100%;
    height: 180px;
    margin-bottom: 16px;
  }
  .collection-list .collection-list-block a .collection-title {
    font-size: 16px;
    line-height: 19px;
  }
  .collection-list .collection-list-block p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 13px;
  }
  .collection-scrollable-content .collection-scrollable-content-box {
    width: 300px;
  }
  .collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-image img {
	  height: 300px;
  }
  .collection-grid .collection-grid-col, 
  .collection-grid .collection-banner-cols .collection-grid-col {
    width: calc(50% - 12px);
  }
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col {
    width: calc(33.3% - 12px);
  }
  .collection-grid .collection-banner-grid.collection-banner-large .collection-grid-col:nth-child(5), 
  .collection-grid .collection-banner-grid.collection-banner-large .collection-grid-col:nth-child(6), 
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col:nth-child(7), 
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col:nth-child(8) {
    display: none;
  }
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col:nth-child(6) {
    display: block;
  }
  .collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-description {
    font-size: 16px;
    line-height: 24px;
  }
  .collection-grid .collection-banner-col .collection-grid-col-text .collection-grid-col-buttons {
    margin-top: 12px;
  }
}

@media (min-width: 750px) and (max-width: 1000px) {
  .objects-over-images .object-over-image-block {
    width: calc(50% - 20px);
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content a.object-over-image-block-content-link {
    padding: 28px 20px 4px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons {
    bottom: 4px;
    padding: 0 20px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons button, 
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons .button {
    padding: 12px 20px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons button {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .scroll-to-top.show {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .button.show-mobile {
    display: flex;
  }
  .header-wrapper .header-content.header-logo-mobile-center .logo, 
  .header-wrapper .header-content.header-logo-mobile-center .main-menu, 
  .header-wrapper .header-content.header-logo-mobile-center .quick-links {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .header-wrapper .header-content.header-logo-mobile-center .logo {
    justify-content: center;
  }
  .section-image-with-text, 
  .section-image-with-text .page-width {
    height: auto;
  }
  .section-image-with-text .text, 
  .section-image-with-text .image {
    width: 100% !important;
  }
  .section-image-with-text .image {
    order: 2;
  }
  .section-image-with-text .text .btn .button {
    margin-right: 0;
    margin-top: 12px;
    width: 100%;
  }
  .section-image-with-text .text {
    order: 1;
    padding: 20px 40px;
    height: auto !important;
  }
  .section-image-with-text .image.image-desktop {
    display: none;
  }
  .section-image-with-text .image.image-mobile {
    display: block;
  }
  .section-reasons-to-love .image-texts {
    flex-wrap: wrap;
    display: none;
  }
  .section-reasons-to-love .image-texts-mobile {
    display: block;
  }
  .section-reasons-to-love .image-texts-mobile .swiper {
    padding-bottom: 50px;
  }
  .section-reasons-to-love .image-texts-mobile .swiper-horizontal > .swiper-pagination-bullets, 
  .section-reasons-to-love .image-texts-mobile .swiper-pagination-bullets.swiper-pagination-horizontal, 
  .section-reasons-to-love .image-texts-mobile .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .section-reasons-to-love .image-texts-mobile .image-texts {
    display: flex;
  }
  .section-reasons-to-love .image-texts .image, 
  .section-reasons-to-love .image-texts .texts {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .section-reasons-to-love .image-texts .image {
    margin-bottom: 36px;
  }
  .section-reasons-to-love .image-texts .texts svg {
    display: none !important;
  }
  .section-reasons-to-love .image-texts .texts a {
    display: none;
    text-align: center;
    margin-bottom: 0;
  }
  .section-reasons-to-love .image-texts .texts a.active {
    display: block;
  }
  .swiper-reasons-to-love {
    padding-bottom: 50px;
  }
  .section-faq {
    max-width: 100%;
    padding: 0 24px;
  }
  .section-featured-reviews .featured-reviews-content .left-side {
    width: 100%;
  }
  .section-featured-reviews .featured-reviews-content .right-side {
    display: none;
  }
  .section-announcement-bar .announcement-bar-line {
    flex-wrap: wrap;
  }
  .section-announcement-bar .announcement-bar-text {
    width: 100%;
  }
  .section-announcement-bar .announcement-bar-progress-bar {
    width: 80%;
    margin-left: 0;
    margin-top: 4px;
  }
  .section-featured-collections {
    padding: 24px 0 34px;
  }
  .section-featured-collections .section-featured-collections-title, 
  .section-featured-collections .featured-collections-list .swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-featured-collections .section-featured-collections-title {
    margin-bottom: 19px;
  }
  .section-featured-collections .featured-collections-list .featured-collection .featured-collection-title {
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  .section-featured-collections .featured-collections-list .swiper-slide, 
  .list-collection-products .swiper-slide { 
    width: 204px;
  }
  .list-collections .list-collection-header {
    margin-bottom: 16px;
    margin-top: 48px;
  }
  .list-collections .list-collection-header .list-collection-title {
    font-size: 16px;
    line-height: 19px;
  }
  .list-collections .list-collection-header .list-collection-link a span {
    font-size: 11px;
    line-height: 13px;
  }
  .list-collections .list-collection-header .list-collection-link a svg {
    width: 18px;
    height: 18px;
  }
  .section-text-over-image .text-over-image-content {
    flex-wrap: wrap;
  }
  .section-text-over-image .text-over-image-content-desktop {
    display: none;
  }
  .section-text-over-image .text-over-image-content-mobile {
    display: flex;
  }
  .collection-banner-content {
    padding: 40px 20px;
  }
  .collection-banner.collection-image .collection-banner-content.large {
    padding: 86px 20px;
  }
  .collection-banner.collection-image .collection-banner-content.medium {
    padding: 56px 20px;
  }
  .collection-banner.collection-image .collection-banner-content.small {
    padding: 26px 20px;
  }
  .collection-banner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .collection-banner .count {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
  }
  .collection-banner .description {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    display: block;
  }
  .collection-banner-content .description {
    display: none;
  }
  .collection-line {
    margin-bottom: 24px;
  }
  .scrollable-products .scrollable-product {
    min-width: auto;
    width: 180px;
  }
  .card-wrapper:not(.cart--drawer-product-big) button.button {
    flex-wrap: wrap;
    height: auto;
  }
  .card-wrapper:not(.cart--drawer-product-big) button.button > div {
    width: 100%;
    text-align: center;
  }
  .card-wrapper:not(.cart--drawer-product-big) button.button > div:last-child {
    text-align: center;
    margin-top: 2px;
    padding-left: 0;
  }
  .card-wrapper img {
    margin-bottom: 16px;
  }
  .card-wrapper .card-wrapper-vendor, 
  .card-wrapper a .card-wrapper-vendor {
    font-size: 11px;
    line-height: 13px;
  }
  .card-wrapper .card-wrapper-title, 
  .card-wrapper a .card-wrapper-title {
    font-size: 16px;
    line-height: 19px;
  }
  .card-wrapper:not(.cart--drawer-product-big) .card-wrapper-title, 
  .card-wrapper:not(.cart--drawer-product-big) a .card-wrapper-title {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
  }
  .card-wrapper:not(.cart--drawer-product-big) .card__text {
    font-size: 14px;
    line-height: 18px;
  }
  .horizontally-scrollable-container {
    padding-top: 24px;
  }
  .horizontally-scrollable-container .horizontally-scrollable-title {
    width: 100%;
    padding-right: 0;
  }
  .horizontally-scrollable-container .horizontally-scrollable-description {
    margin-top: 12px;
    padding-top: 0;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    padding-left: 0;
  }
  .horizontally-scrollable-container .horizontally-scrollable-description .button {
    display: none;
  }
  .horizontally-scrollable-container.horizontally-scrollable-container-mobile {
    display: block;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .horizontally-scrollable-container.horizontally-scrollable-container-mobile .button {
    display: flex;
    width: 100%;
  }
  .horizontally-scrollable-content {
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .horizontally-scrollable-content .horizontally-scrollable-content-box {
    width: 142px;
    height: 142px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .horizontally-scrollable-content .horizontally-scrollable-content-box a {
    padding: 10px;
  }
  .horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-title {
    font-size: 12px;
    line-height: 15px;
  }
  .horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow {
    left: 10px;
    bottom: 10px;
  }
  .horizontally-scrollable-content .horizontally-scrollable-content-box .horizontally-scrollable-content-box-arrow svg {
    width: 20px;
    height: 20px;
  }
  .section-marquee .marquee-container .marquee.marquee-left div, 
  .section-marquee .marquee-container .marquee.marquee-right div { 
    display: flex;
  }
  .section-marquee .marquee-container .marquee.marquee-auto-rotating.marquee-left div, 
  .section-marquee .marquee-container .marquee.marquee-auto-rotating.marquee-right div {
    width: auto;
  }
  .section-marquee .marquee-container a {
    width: 33.3%;
    padding: 10px;
  }
  .section-marquee .marquee-container .marquee.marquee-auto-rotating a {
    width: 176px;
    padding: 0 10px;
  }
  .section-you-may-also-like {
    padding-bottom: 64px;
  }
  .collection-section .title, 
  .collection-section .description {
    text-align: left;
  }
  .collection-section .description, 
  .collection-section .category-heading .link {
    font-size: 15px;
    line-height: 23px;
  }
  .collection-section .category-heading, 
  .collage-wrapper-title {
    margin-bottom: 24px;
  }
  .collection-section .category-heading.spacing {
    margin-top: 24px;
  }
  .objects-over-images {
    flex-wrap: wrap;
  }
  .section-image-with-text.screen-height-auto--mobile:not(.section-adapt-to-image) .text,
  .section-image-with-text.screen-height-auto--mobile:not(.section-adapt-to-image) .image {
    height: auto;
  }
  .section-image-with-text.screen-height-full--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-full--mobile:not(.section-adapt-to-image) .image {
    height: calc(100vh - 145px);
  }
  .section-image-with-text.screen-height-three-quarters--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-three-quarters--mobile:not(.section-adapt-to-image) .image {
    height: calc(75vh - 145px);
  }
  .section-image-with-text.screen-height-two-thirds--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-two-thirds--mobile:not(.section-adapt-to-image) .image {
    height: calc(66vh - 145px);
  }
  .section-image-with-text.screen-height-one-half--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-one-half--mobile:not(.section-adapt-to-image) .image {
    height: calc(50vh - 145px);
  }
  .section-image-with-text.screen-height-one-third--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-one-third--mobile:not(.section-adapt-to-image) .image {
    height: calc(33vh - 145px);
  }
  .section-image-with-text.seven-fifty-height-hero--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.seven-fifty-height-hero--mobile:not(.section-adapt-to-image) .image {
    height: 750px;
  }
  .section-image-with-text.sixty-fifty-height-hero--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.sixty-fifty-height-hero--mobile:not(.section-adapt-to-image) .image {
    height: 650px;
  }
  .section-image-with-text.five-fifty-height-hero--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.five-fifty-height-hero--mobile:not(.section-adapt-to-image) .image {
    height: 550px;
  }
  .section-image-with-text.four-fifty-height-hero--mobile:not(.section-adapt-to-image) .text, 
  .section-image-with-text.four-fifty-height-hero--mobile:not(.section-adapt-to-image) .image {
    height: auto;
  }
  .section-image-with-text.four-fifty-height-hero--mobile:not(.section-adapt-to-image) .image img {
    object-fit: cover;
  }
  .section-image-with-text.four-fifty-height-hero--mobile:not(.section-adapt-to-image) {
    height: 450px;
  }
  .collection-grid {
    padding-bottom: 5rem;
  }
  .collection-grid .collection-grid-col, 
  .collection-grid .collection-banner-cols .collection-grid-col, 
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col:nth-child(6), 
  .collection-grid .collection-banner-grid.collection-banner-small .collection-grid-col:nth-child(7) {
    display: none;
  }
  .collection-grid .collection-banner-grid {
    flex-wrap: wrap;
  }
  .collection-grid .collection-banner-col {
    width: 100%;
    height: auto;
    min-height: 205px;
    margin-bottom: 20px;
  }
  .collection-grid .collection-banner-grid.collection-banner-right .collection-banner-col {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .collection-grid .collection-banner-cols {
    margin-left: 0;
    width: 100%;
  }
  .collection-grid .collection-banner-col img.desktop {
    display: none;
  }
  .collection-grid .collection-banner-col img.mobile {
    display: block;
  }
  .collection-grid .collection-banner-grid.collection-banner-right .collection-banner-cols {
    margin-right: 0;
  }
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-left.collection-banner-mobile-top .collection-banner-col, 
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-right.collection-banner-mobile-top .collection-banner-col {
    order: 1;
  }
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-left.collection-banner-mobile-top .collection-grid-col, 
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-right.collection-banner-mobile-top .collection-grid-col {
    order: 2;
  }
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-left.collection-banner-mobile-top .collection-banner-col, 
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-right.collection-banner-mobile-top .collection-banner-col {
    order: 1;
    width: 100%;
  }
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-left.collection-banner-mobile-top .collection-banner-cols, 
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-right.collection-banner-mobile-top .collection-banner-cols {
    order: 2;
  }
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-left.collection-banner-mobile-bottom .collection-banner-col, 
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-right.collection-banner-mobile-bottom .collection-banner-col {
    order: 2;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-left.collection-banner-mobile-bottom .collection-banner-cols, 
  .collection-grid .collection-banner-grid.collection-banner-large.collection-banner-right.collection-banner-mobile-bottom .collection-banner-cols {
    order: 1;
  }
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-left.collection-banner-mobile-bottom .collection-grid-col, 
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-right.collection-banner-mobile-bottom .collection-grid-col {
    order: 1;
  }
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-left.collection-banner-mobile-bottom .collection-banner-col, 
  .collection-grid .collection-banner-grid.collection-banner-small.collection-banner-right.collection-banner-mobile-bottom .collection-banner-col {
    order: 2;
    width: 100%;
  }
  .footer .footer-top .footer-block ul li {
    margin: 14px 0;
  }
  .footer .footer-logo.footer-logo-mobile-left .page-width {
    text-align: left;
  }
  .footer .footer-logo.footer-logo-mobile-center .page-width {
    text-align: center;
  }
  .footer .footer-logo.footer-logo-mobileright .page-width {
    text-align: right;
  }
}

@media (max-width: 749px) {
  .product__images-slider {
    margin-left: -20px;
    margin-right: 0;
  }
  .product__images-slider .swiper {
    width: calc(100% + 15px);
  }
  .product__images-slider .swiper-media, 
  .product__images-slider .swiper-media-variant {
    padding-right: 40px;
  }
  .product__images-slider .swiper-wrapper {
    /* padding-left: 20px; */
    padding-left: 0;
  }
  #shopify-section-template--15286655320257__164021131709e4195f .multicolumn-card {
    padding: 66px 50px;
  }
  .product-section.spaced-section {
    padding-top: 2rem;
  }
  .featured-product .product__media-list .deferred-media {
    display: block;
  }
  .section-collage .collage {
    display: flex;
    flex-wrap: wrap;
  }
  .collage-card.collage-block {
    width: 100%;
    height: 300px;
  }
  .collage-card.collage-block img, 
  .collage-card:not(.collage-card--left):not(.collage-card--right).collage-block img {
    height: 300px;
  }
  .collage-card.collage-block .collage-card-title, 
  .collage-card:not(.collage-card--left):not(.collage-card--right).collage-block .collage-card-title {
    font-size: 40px;
    line-height: 50px;
  }
  .collection .title {
    margin-bottom: 0;
  }
  .collection-scrollable-content {
    margin-top: 20px;
    padding-bottom: 24px;
  }
  .collection-scrollable-content .collection-scrollable-content-box {
    width: 180px;
  }
  .collection-scrollable-content .collection-scrollable-content-box .collection-scrollable-content-box-image img {
    height: 180px;
  }
  .section-featured-reviews-carousel .featured-reviews-carousel-review, .section-featured-reviews-carousel .featured-reviews-carousel-review p {
    font-size: 30px;
    line-height: 40px;
  }
  .objects-over-images {
    flex-wrap: wrap;
  }
  .objects-over-images .object-over-image-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .objects-over-images .object-over-image-block:last-child {
    margin-bottom: 0;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content a.object-over-image-block-content-link {
    padding: 38px 30px 14px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons {
    padding: 0 30px;
    bottom: 14px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons button, 
  .objects-over-images .object-over-image-block .object-over-image-block-content .object-over-image-block-content-buttons .button {
    padding: 12px 20px;
  }
  .objects-over-images .object-over-image-block .object-over-image-block-content {
    min-height: calc(100vw - 3rem);
  }
}

@media (min-width: 480px) {
  .collection-line .collection-filters-bar.sticky {
    position: fixed;
    top: 0;
  }
}

@media (max-width: 479px) {
  body.modal::after {
    background: #fff;
  }
  .cart--drawer {
    width: 100%;
    right: -100%;
    height: 100%;
    top: 0;
    box-shadow: none;
  }
  .cart--drawer-title {
    padding: 13px 32px 13px 60px;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
  }
  .cart--drawer-close {
    right: auto;
    left: 24px;
  }
  .cart--drawer-close-desktop {
    display: none;
  }
  .cart--drawer-close-mobile {
    display: block;
  }
  .cart--drawer-content {
    height: calc(100% - 107px);
    padding-bottom: 191px;
  }
  .cart--drawer-products {
    padding-top: 24px;
  }
  .cart--drawer-products, 
  .cart--drawer-you-may-also-like-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart--drawer-product-big:first-child {
    margin-left: 20px;
  }
  .cart--drawer-summary {
    width: 100%;
    padding: 13px 20px;
  }
  .section-you-may-also-like .product--page-you-may-also-like-title, 
  .section-you-may-also-like .product--page-you-may-also-like-description {
    padding: 0 20px;
  }
  .product--page-you-may-also-like-title {
    margin-top: 44px;
    text-align: left;
    margin-bottom: 11px;
  }
  .product--page-you-may-also-like-description {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 36px;
    text-align: left;
  }
  .section-image-with-text {
    padding: 0;
    margin: 0 auto;
  }
  .section-image-with-text .image {
    height: 414px;
  }
  .section-image-with-text .text {
    padding: 20px;
  }
  .section-featured-reviews {
    padding: 44px 12px 52px;
  }
  .section-reasons-to-love {
    padding: 44px 0 52px;
  }
  .section-reasons-to-love .reasons-to-love-title, 
  .section-featured-reviews .section-featured-reviews-title, 
  .multicolumn .title {
    margin-bottom: 8px;
  }
  .section-reasons-to-love .reasons-to-love-title, 
  .section-featured-reviews .section-featured-reviews-title {
    text-align: left;
  }
  .section-reasons-to-love .reasons-to-love-description, 
  .section-featured-reviews .section-featured-reviews-description {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 32px;
  }
  .section-reasons-to-love .reasons-to-love-title, 
  .section-reasons-to-love .reasons-to-love-description {
    padding: 0 12px;
  }
  .section-reasons-to-love .image-texts .image {
    height: 373px;
    margin-bottom: 28px;
  }
  .section-reasons-to-love .image-texts .texts a .texts-heading {
    margin-bottom: 12px;
  }
  .section-reasons-to-love .image-texts .texts a .texts-description {
    font-size: 16px;
    line-height: 24px;
  }
  .section-faq {
    padding-top: 44px;
    padding-bottom: 52px;
    margin: 0 auto;
  }
  .section-faq .section-faq-title {
    margin-bottom: 12px;
  }
  .section-faq .faqs .faq {
    margin-bottom: 16px;
  }
  .section-faq .faqs .faq .faq-question {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .section-faq .faqs .faq .faq-answer, 
  .section-faq .faqs .faq .faq-answer p {
    font-size: 14px;
    line-height: 22px;
  }
  .section-faq .faqs .faq:last-child {
    margin-bottom: 0;
  }
  .section-featured-collections .featured-collections-list .swiper-slide { 
    width: 104px;
  }
  .mobile-nav-bar {
    display: flex;
  }
  .section-text-over-image .text-over-image img {
    height: 100vw;
  }
  .section-text-over-image .text-over-image .text-over-image-text .text-over-image-text-title, 
  .section-text-over-image .text-over-image .text-over-image-text .text-over-image-text-description {
    text-align: left;
  }
  .product.grid {
    display: block;
  }
  .product__info-wrapper .product__info-container .product__text {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  .product__info-wrapper .product__info-container .product__title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 10px;
  }
  .product__info-wrapper .product__info-container .product__description, 
  .product__info-wrapper .product__info-container .product__description p {
    font-size: 14px;
    line-height: 22px;
  }
  .product__info-wrapper .product__info-container .product__description {
    margin-bottom: 24px;
  }
  .product-form__buttons {
    flex-wrap: wrap;
  }
  .product-form__buttons .shopify-payment-button {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  .product-form__buttons .adc-button {
    width: 100%;
    margin-right: 0;
    order: 2;
    margin-top: 20px;
  }
  .product-form__buttons .product-form__submit {
    font-size: 18px;
    line-height: 21px;
  }
  .product-form__buttons .shopify-payment-button .shopify-payment-button__button {
    height: 46px;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .upsell-product .d-flex {
    flex-wrap: nowrap;
  }
  .card-wrapper:not(.cart--drawer-product-big) button {
    width: 100%;
    margin-top: 10px;
  }
  .card-wrapper:not(.cart--drawer-product-big) button:first-child {
    margin-top: 0;
    padding: 5px 0;
  }
  .newsletter__wrapper h2, 
  .multicolumn-list h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .header-content .quick-links .header__icon--currency select {
    padding: 0 30px 0 10px;
  }
  .header-content .quick-links .header__icon--currency span.currency-arrow {
    right: 5px;
  }
  .footer .footer-top .footer-block {
    width: 100%;
  }
  .footer .footer-center {
    flex-wrap: wrap;
  }
  .footer .footer-center localization-form {
    margin-right: 0;
    margin-top: 20px;
  }
  .footer .footer-center localization-form, 
  .footer .footer-center localization-form form, 
  .footer .footer-center localization-form button {
    width: 100%;
  }
  .footer .footer-center localization-form:first-child {
    margin-top: 64px;
  }
  .footer .footer-bottom .links a.link {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .footer .footer-bottom .links a.link:last-child {
    margin-bottom: 0;
  }
  .footer .footer-payment-methods {
    margin-top: 64px;
  }
  .footer .footer-payment-methods ul {
    justify-content: flex-start;
  }
  .footer .copy-logo img {
    margin: 0;
  }
  .footer .footer-bottom .copyrights {
    margin-top: 64px;
    text-align: left;
  }
  .footer .footer-bottom {
    border-top: 0;
    padding-bottom: 64px;
    padding-top: 0;
  }
}
@media (max-width: 424px) {
  header .page-width {
    padding: 0;
  }
  .mobile-menu-toggle {
    margin: 0 10px;
  }
  .header-content .quick-links a, 
  .header-content .quick-links .header__icon--currency {
    margin-right: 10px;
  }
  .header-content .quick-links a {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .header-content .quick-links a.header__icon--cart {
    padding-right: 10px;
  }
  .header__icon--cart span.items {
    top: 11px;
    right: 3px;
  }
}

.placeholder-svg {
  width: 100%;
  height: 100%;
}

.age-gate {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
}
.age-gate-content {
  background-color: #000;
  color: #fff;
  margin: auto;
  padding: 5rem;
  border: 1px solid #888;
  /* width: 30%; */
  max-width: 27%;
  border-radius: 8px;
}
.age-gate-content h3 {
  font-size: 4.5rem;
  text-align: center;
  margin: 0;
  color: #fff;
}
.age-gate-desc {
  margin-bottom: 2rem;
}
.age-gate-desc p {
  text-align: center;
  font-size: 1.7rem;
}
.age-gate-actions {
  margin-bottom: 1rem;
}
.age-gate-actions button{
  display: block;
  min-width: 100%;
  padding: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: .5s;
}
.age-gate-true {
  background-color: #fff;
  border: 2px solid #fff;
  margin-bottom: 1rem;
}
.age-gate-true:hover {
  background-color: #2a2a2a;
  border: 2px solid #2a2a2a;
  color: #fff;
  border-radius: 0px !important;
}
.age-gate-false {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}
.age-gate-desc.false p {
  color: #8d8c8a;
  text-decoration: underline;
}
.age-gate-false:hover {
  background-color: #2a2a2a;
  border: 2px solid #2a2a2a;
  color: #fff;
  border-radius: 0px !important;
}
.age-gate-content .age-gate-top-logo img {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: auto;
}
.age-gate-content .age-gate-top-logo {
  width: 100%;
  margin-bottom: 2rem;
}
.age-gate.age-gate-invert .age-gate-content {
  background-color: #fff;
}
.age-gate.age-gate-invert .age-gate-content, 
.age-gate.age-gate-invert .age-gate-content h3 {
  color: #000;
}
.age-gate.age-gate-invert .age-gate-content .age-gate-true {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.age-gate.age-gate-invert .age-gate-content .age-gate-true:hover {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  color: #fff;
}
.age-gate.age-gate-invert .age-gate-content .age-gate-false {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.age-gate.age-gate-invert .age-gate-content .age-gate-false:hover {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
  color: #000;
}
@media only screen and (max-width: 1600px) {
  .age-gate-content {
	max-width: 30%;
  }
}
@media only screen and (max-width: 1560px) {
  .age-gate-content {
	max-width: 35%;
  }
}
@media only screen and (max-width: 1440px) {
  .age-gate-content {
	max-width: 35%;
  }
}
@media only screen and (max-width: 1366px) {
  .age-gate-content {
	max-width: 36%;
  }
}
@media only screen and (max-width: 1300px) {
  .age-gate-content {
	max-width: 45%;
  }
}
@media only screen and (max-width: 1080px) {
  .age-gate-content {
	max-width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .age-gate-content {
	max-width: 50%;
  }
  .age-gate {
	padding-top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .age-gate-content {
	padding: 3rem;
  }
  .age-gate-content h3 {
	font-size: 3.5rem;
  }
  .age-gate {
    background: #000;
  }
  .age-gate.age-gate-invert .age-gate-content {
    background: transparent;
  }
  .age-gate.age-gate-invert {
    background: #fff;
  }
  .age-gate-content {
	  width: 100%;
    max-width: 100%;
	  border-radius: 0;
    border: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .age-gate {
	padding-top: 0%;
	left: 0;
	top: 0;
  }
  .section-image-with-text.screen-height-full:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-full:not(.section-adapt-to-image) .image, 
  .section-image-with-text.screen-height-three-quarters:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-three-quarters:not(.section-adapt-to-image) .image, 
  .section-image-with-text.screen-height-two-thirds:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-two-thirds:not(.section-adapt-to-image) .image, 
  .section-image-with-text.screen-height-one-half:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-one-half:not(.section-adapt-to-image) .image, 
  .section-image-with-text.screen-height-one-third:not(.section-adapt-to-image) .text, 
  .section-image-with-text.screen-height-one-third:not(.section-adapt-to-image) .image, 
  .section-image-with-text.seven-fifty-height-hero:not(.section-adapt-to-image) .text, 
  .section-image-with-text.seven-fifty-height-hero:not(.section-adapt-to-image) .image, 
  .section-image-with-text.sixty-fifty-height-hero:not(.section-adapt-to-image) .text, 
  .section-image-with-text.sixty-fifty-height-hero:not(.section-adapt-to-image) .image, 
  .section-image-with-text.five-fifty-height-hero:not(.section-adapt-to-image) .text, 
  .section-image-with-text.five-fifty-height-hero:not(.section-adapt-to-image) .image, 
  .section-image-with-text.four-fifty-height-hero:not(.section-adapt-to-image) .text, 
  .section-image-with-text.four-fifty-height-hero:not(.section-adapt-to-image) .image {
    height: 50%;
  }
  .section-image-with-text.screen-height-full--mobile {
    height: calc(100vh - 112px);
  }
  .section-image-with-text.screen-height-three-quarters--mobile {
    height: calc(75vh - 56px);
  }
  .section-image-with-text.screen-height-two-thirds--mobile {
    height: calc(66vh - 56px);
  }
  .section-image-with-text.screen-height-one-half--mobile {
    height: calc(50vh - 56px);
  }
  .section-image-with-text.screen-height-one-third--mobile {
    height: calc(33vh - 56px);
  }
  .section-image-with-text.seven-fifty-height-hero--mobile {
    height: 750px;
  }
  .section-image-with-text.sixty-fifty-height-hero--mobile {
    height: 650px;
  }
  .section-image-with-text.five-fifty-height-hero--mobile {
    height: 550px;
  }
  .section-image-with-text.four-fifty-height-hero--mobile {
    height: 450px;
  }
}

.lozad:not([data-loaded="true"]) {
/*   filter: blur(8px); */
  transform: scale(1);
  overflow: hidden;
}


/*   eye */
div:empty{
    display: unset;
}
.foot_bar{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #F3F1EB;
    z-index: 800;
}  
.foot_bar .main {
    width: 1287px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_bar_left {
    display: flex;
}
  .foot_bar span:first-child {
    margin-left: 0;
}

.foot_bar span, .foot_bar a{
    display: block;
    /* color: #3E96D0; */
    color: #555;
    font-size: 15px;
    margin-left: 50px;
    cursor: pointer;
}
.foot_bar a {
    display: flex;
    align-items: center;
}
.foot_bar a button {
    background: none;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #1052C7, #2D70F3);
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 0.75em;
    font-weight: 300;
    text-transform: uppercase;
}
.word_style3 {
        animation: fade-in 1.1s ease 0s 1;
        animation-fill-mode: forwards;
}
@keyframes fade-in{
        0%{ opacity: 0;}
        100%{opacity:1;}
}
@keyframes big{ 
  from {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
  }
  to {
    transform:scale(1);
    -webkit-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
  } 
}
  .big {
    width: 100%;
    height: 100%;
    animation: big 2s;
}
   .fm1{
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden;
    }
    .fm1 img{
        width: 100%;
    }
    .fm1_word{
        position: absolute;
    }
    .fm1_word p{
        font-size: 24px;
        color: #000;
        margin-bottom: 6px;
        text-transform: uppercase;
    }
    .fm1_word h3{
        font-size: 45px;
        color: #000;
        margin-bottom: 4px;
    }
    .fm1_word a{
        display: inline-block;
        font-size: 14px;
        padding: 16px 40px;
        box-sizing: border-box;
        background: linear-gradient(to right, #1052C7, #2D70F3);
        color: #fff;
        text-transform: uppercase;
        border-radius: 10px;
        font-weight: 300;
    }
    .fm1_word a:hover{
        background: rgba(16,82,199,0.9);
    } 
   .star{
  	display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px auto 33px auto;
  }
.star-rating {
	unicode-bidi: bidi-override;
	color: #C4C4C4;
	font-size: 0;
	position: relative;
	display: table;
	padding: 0;
}
.star-rating span {
	padding: 0 5px 0 0;
	font-size: 30px;
}
.star-rating-top span:last-child{
	padding-right: 0;
}
.star-rating-bottom span:last-child{
	padding-right: 0;
}
.star-rating span:after {
	content: "★";
}
.star-rating-top {
	width: 93.5%;
	color: #3E96D0;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.star-rating-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}
  
  	.fm2{
      width: 59.72%;
      margin: auto;
    }
    .fm2 span{
        font-size: 1.03em;
        color: #717171;
        display: block;
        line-height: 35px;
        padding: 0 2% 3% 2%;
        box-sizing: border-box;
        text-align: center;
    }
    .fm2_across{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .fm2_box{
        text-align: center;
    }
    .fm2_box img{
        height: 50px;
        display: block;
        margin: auto auto 10px auto;
    }
    .fm2_box p,.fm2_box h3{
        font-size: 16px!important;
        color: #555555!important;
        box-sizing: border-box;
        line-height: 26px;
    }
  .fm4{
	width: 84.236%;
	margin: auto;
}
.fm4_bottom{
	margin: 20px 0 10px 0;
}
.fm4_content>section{
	display: none;
}
.fm4_content>.fm4_contentActive{
	display: flex;
	position: relative;
}
.fm4_content>.fm4_contentActive span{
	font-size: 16px;
	color: #D98139;
	display: inline-block;
	position: absolute;
	bottom: 148px;
}
.fm4_content>.fm4_contentActive span::after{
	width: 15.986vw;
	content: "";
	position: absolute;
	border-top: 2px solid #D98139;
	top: 10px;
	left: 104%;
}
.fm4_content section div.img{
	width: 45.775%;
	height: 550px;
	margin: auto;
	padding-right: 26px;
	display: flex;
	align-items: flex-end;
}
.fm4_contentActive div img{
	width: 100%;
}
.fm4_content section:nth-child(2) div.img img{
	margin-bottom: 6px;
}
.fm4_description{
	position: absolute;
	right: 0;
	bottom: 150px;
}
.fm4_description p{
	font-size: 16px;
	color: #D98139;
	position: relative;
}
.fm4_description p:first-child{
	margin-bottom: 50px;
}
.fm4_description p:first-child::before{
	width: 24.986vw;
	content: "";
	position: absolute;
	border-top: 2px solid #D98139;
	top: 10px;
	right: 104%;
}
.fm4_description p:last-child::before{
	width: 16.6vw;
	content: "";
	position: absolute;
	border-top: 2px solid #D98139;
	top: 10px;
	right: 104%;
}
.fm4_title{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.fm4_title li{
	color: #C4C4C4;
	font-size: 20px;
	text-transform: capitalize;
	transition: all ease-out .2s;
	position: relative;
}
.fm4_title li:first-child{
	margin-right: 70px;
}
.fm4_title li:first-child::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 36px;
	background: #cccccc;
	top: -5px;
	right: -35px;
}
.fm4_title li.fm4_titleActive{
	color: #555;
}
.fm4_title li:hover{
	cursor: pointer;
	transition: all ease-out .2s;
}
  
  .em6{
	  position: relative;
	  display: flex;
	  align-items: center;
  }
  .em6 img{
	  width: 100%;
  }
  .em6_word{
	  position: absolute;
	  padding-top: 10%;
	  width: 25%;
	  left: 12.5%
  }
  .em6_word span,.em6_word h3{
	  font-size: 24px;
	  color: #1052C7;
	  display: block;
	  line-height: 40px;
	  margin-bottom: 10px;
  }
  .em6_word p{
	  font-size: 1.05em;
	  color: #fff;
	  line-height: 30px;
  }
  .fm6{
	width: 75%;
	margin: 60px auto;
}
.fm6 h3,.em7 h2{
	color: #1153C8;
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 45px;
}
.fm6_across{
	display: flex;
	justify-content: space-between;
}
.fm6_box{
	width: 26.672%;
}
.fm6_box div{
	border-radius: 38px 38px 0 0;
	margin-bottom: 20px;
}
.fm6_box img{
	width: 100%;
}
.fm6_box p,.em7 .fm6_box h3{
	font-size: 1em;
	line-height: 1.2em;
	color: #1153C8;
	margin-bottom: 6px;
}
    .em7 .fm6_box h3{
    	text-align:left;
    }
.fm6_box span{
	color: #555555;
	font-size: 0.95em;
	display: block;
	line-height: 27px;
}

  .leftsidebar_box{
    width: 1240px;
    margin: auto;
  }
  .leftsidebar_box dl{
    padding: 32px 0 0 0;
  }
  .leftsidebar_box dl:nth-child(1){
    padding-top: 0;
  }
  .fm7 .leftsidebar_box dl dt{
    display: flex;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  .leftsidebar_box dl dt:hover{
    cursor: pointer;
  }
  .leftsidebar_box dl dt span{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    display: block;
  }
  .leftsidebar_box dl dd{
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    margin: 32px 0 13px 0;
  }
  .leftsidebar_box dl dd a{
    color: #54abb6;
  }
  .leftsidebar_box dl dt div img:last-child{
    display: none;
  }
   .fm7{
	  background: #F2F2F2;
	  padding: 52px 0 90px 0;
	  box-sizing: border-box;
  }
  .fm7 .leftsidebar_box{
	  width: 82.36%;
	  margin: auto;
  }
  .fm7 .leftsidebar_box dl dt span{
	  font-size: 24px;
	  color: #000000;
  }
  .fm7 .leftsidebar_box dl {
      padding: 48px 0 30px 0;
	  border-bottom: 1px solid #A0A0A0;
  }
  .fm7 .leftsidebar_box dl dt{
	  border-bottom: 0;
	  padding: 0;
  }
  .fm7 .leftsidebar_box dl dd span{
  	  font-size: 16px;
  	  color: #000;
  	  margin-right: 60px;
  	  display: inline-block;
  } 
  .fm7 .leftsidebar_box dl:first-child dd span:last-child{
  	  margin-right: 0;
  }
  .fm7 .leftsidebar_box dl dd div.fm7_dd_across1{
	  margin-right: 4%;
	  display: flex;
  }
  .fm7 .leftsidebar_box dl dd div.fm7_dd_across1 div{
	  margin-right: 48px;
	  font-size: 16px;
	  margin-bottom: 40px;
	  font-weight: 550;
  }
  .fm7 .leftsidebar_box dl dd div.fm7_dd_across1 span{
	  font-weight: normal;
	  margin: 0 0 0 10px;
  }
  .fm7 .leftsidebar_box dl{
	padding: 48px 15px 18px 18px;
	box-sizing: border-box;
}
.fm7 .leftsidebar_box dl dd{
	margin: 24px 0 0 0;
}
.fm7_together{
	display: flex;
	margin-bottom: 46px;
}
.fm7_together:last-child{
	margin-bottom: 0;
}
.fm7_together div:first-child{
	font-size: 16px;
	width: 15.586%;
	font-weight: 550;
	
}
.fm7_together div:last-child span{
	font-size: 16px!important;
	color: #787878!important;
	margin-right: 0!important;
	display: block!important;
	margin-bottom: 16px;
}
.fm7_together div:last-child span:last-child{
	margin-bottom: 0;
}
.fm7_content{
	width: 25.3%;
}
.fm7_across{
	display: flex;
	justify-content: space-between;
	width: 100%!important;
}
.fm7_across span:first-child{
	font-weight: 550;
}
.fm7_across span:last-child{
	font-weight: normal;
}

  
@media only screen and (max-width: 1024px){
    .foot_bar{
        display: flex;
        justify-content: space-between;
        height: inherit;
        padding: 0 10px 7px 16px;
    }
    .foot_bar span, .foot_bar a {
        margin-left: 23px;
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
	}
    .foot_bar a button {
        padding: 5px 11px;
        font-size: 12px;
  	}  
    .fm2_across{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
    .fm2_across .fm2_box:nth-child(3),.fm2_across .fm2_box:nth-child(4){
		margin-top: 26px;
	}
  	.em2 .fm2_box img{
		margin-bottom: 5px;
	}
	.em2 .fm2_box {
	    width: 38.31%;
	}
    .em6_word{
		position: inherit;
		width: 100%;
		padding: 32px 8.53% 38px 4.8%;
		box-sizing: border-box;
		left: 0;
		background: #000;
	}
    .em6 {
    	display: inherit;
    }
	.em6_word span{
		font-size: 20px;
		line-height: inherit;
	}
	.em6_word p{
		font-size: 1.05em;
		line-height: 18px;
	}
  .fm6{
		width: 100%;
		margin: 30px auto;
	}
	.fm6 h3,.em7 h2{
		font-size: 18px;
		margin-bottom: 25px;
        letter-spacing: inherit;
	}
	.fm6_across{
		width: 69.3%;
		margin: auto;
		display: inherit;
	}
	.fm6_box{
		width: 100%;
	}
	.fm6_box div{
		margin-bottom: 15px;
	}
	.fm6_box p,.em7 .fm6_box h3{
		font-size: 1.2em;
	}
	.fm6_box span{
		font-size: 0.95em;
		line-height: 1.5em;
		margin-bottom: 30px;
	}
	.fm6_across .fm6_box:last-child span{
		margin-bottom: 0;
	}
  .fm7{
		padding: 0 0 30px 0;
	}
	.fm7 .leftsidebar_box dl:last-child dt{
		border: none;
		border: 0 0 16px 0!important;
	}
	.fm7 .leftsidebar_box dl:last-child{
		border: none;
	}
	.fm7 .leftsidebar_box dl{
		padding: 20px 0 25px 0;
	}
	.fm7 .leftsidebar_box dl dt span{
		font-size: 20px;
	}
	.fm7 .leftsidebar_box dl:first-child dd span{
		display: block;
		margin-bottom: 20px;
	}
	.fm7 .leftsidebar_box dl:first-child dd span:last-child{
		margin-bottom: 0;
	}
	.fm7 .leftsidebar_box dl:last-child dd .fm7_dd_across1{
		display: block;
	}
	.fm7 .leftsidebar_box dl:last-child dd .fm7_dd_across1 div{
		margin: 0 0 20px 0;
		
	}
	.fm7 .leftsidebar_box{
		width: 82.6%;
	}
	.leftsidebar_box dl dd {
	    font-size: 17px;
	    margin: 18px 0 10px 0;
	    line-height: 23px;
	}
  	.fm7_together{
		display: inherit;
		margin-bottom: 20px;
	}
	.fm7_together div:first-child{
		width: 100%;
		margin-bottom: 18px;
	}
	.fm7_together div:last-child span{
		font-size: 12px!important;
	}
	.fm7_content{
		width: 82.31%;
	}
	.fm7_across:first-child{
		margin-bottom: 0!important;
	}
	.fm7 .leftsidebar_box dl{
		padding: 26px 8px 10px 8px;
	}
	.fm7 .leftsidebar_box dl dd{
		margin: 18px 0 0 0;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.fm7_content {
	    width: 28.3%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1650px){
   	  .fm2 span {
	      font-size: 22px;
	      line-height: 32px;
	  }
	  .fm1_word h3 {
	      font-size: 42px;
	  }
	  .fm1_word p {
	      font-size: 22px;
	      margin-bottom: 3px;
	   }
	  
  
}
  @media only screen and (min-width: 1200px) and (max-width: 1570px) {
      .fm1_word h3 {
	      font-size: 40px;
	  }
	  .fm1_word p {
	      font-size: 21px;
	  }
	  .fm1_word a{
		  font-size: 13px;
	  }
	 
  }
  @media only screen and (min-width: 1200px) and (max-width: 1460px){
      .fm1_word h3 {
	      font-size: 37px;
	  }
	  .fm1_word p {
	      font-size: 20px;
	  }
	  .fm1_word ul li {
	      font-size: 27px;
	  }
	  .fm1_word a {
	      font-size: 13px;
	  }
      .fm7 {
	      background: #F2F2F2;
	      padding: 28px 0 70px 0;
	  }
	  .fm7 .leftsidebar_box dl {
	      padding: 40px 0 28px 0;
	  }
	  .leftsidebar_box dl dt{
		  padding: 0 0 26px 0;
	  }
	  .fm7 .leftsidebar_box dl dt span {
	      font-size: 22px;
	  }
	  .leftsidebar_box dl dd {
	      font-size: 19px;
	      color: #000000;
	      font-weight: 300;
	      margin: 28px 0 9px 0;
	  }	
  }  
  @media only screen and (min-width: 1400px){
    .fm2_box h3.poppins{   
      padding: 0 33px;
    }
  }
/*   end */

@media screen and (min-width:1025px){
    .wap{
        display: none !important;
    }
}
@media screen and (max-width:1024px){
    .wap{
        display: block;
    }
    .pc{
        display: none;
    }
}

   /* Inter */
@font-face {
	font-family:Inter1;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Black.ttf?v=1623050616);
}
@font-face {
	font-family:Inter2;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Bold.ttf?v=1623050616);
}
@font-face {
	font-family:Inter3;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-ExtraLight.ttf?v=1623050616);
}
@font-face {
	font-family:Inter4;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Light.ttf?v=1623050616);
}
@font-face {
	font-family:Inter5;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Medium.ttf?v=1623050616);
}
@font-face {
	font-family:Inter6;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Regular.ttf?v=1623050616);
}
@font-face {
	font-family:Inter7;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-SemiBold.ttf?v=1623050616);
}
@font-face {
	font-family:Inter8;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-Thin.ttf?v=1623050616);
}
@font-face {
	font-family:Inter9;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Inter-ExtraBold.ttf?v=1623050616);
}
/* Poppins */
@font-face {
	font-family:Poppins;
	src: url(https://cdn.shopify.com/s/files/1/0550/7652/0125/files/Poppins-Regular.ttf?v=1619697077);
}
@font-face {
	font-family:Poppins1;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Black.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins2;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-BlackItalic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins3;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Bold.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins4;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-BoldItalic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins5;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-ExtraBold.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins6;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-ExtraBoldItalic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins7;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-ExtraLight.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins8;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-ExtraLightItalic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins9;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Italic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins10;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Light.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins11;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-LightItalic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins12;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Medium.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins13;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Italic.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins14;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-MediumItalic.ttf?v=1622015971);
}
@font-face {
	font-family:Poppins15;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-SemiBold.ttf?v=1622015971);
}
@font-face {
	font-family:Poppins16;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-SemiBoldItalic.ttf?v=1622015971);
}
@font-face {
	font-family:Poppins17;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-Thin.ttf?v=1622015970);
}
@font-face {
	font-family:Poppins18;
	src: url(https://cdn.shopify.com/s/files/1/0083/4630/4597/files/Poppins-ThinItalic.ttf?v=1622015970);
}

/* .header-content .main-menu>.menu-list>li:first-child a{
    color: #d8072c;
    font-weight: 700;
} */
.product-single__media video,.desc iframe{
    width: 100%;
}
.desc iframe{
    height: 315px;
}
.flip-clock-dividerht .flip-clock-label{
    display: none;
}
.shipping_list{
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}
.shipping_list li{
    width: 33.3%;
    text-align: center;
}
.shipping_list li img{
    max-height: 58px;
}
.shipping_list li a{
    text-decoration: none;
}
.shipping_list li span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
}
.card-wrapper:not(.cart--drawer-product-big) a:hover img.first{
    display: block !important;
}
.card-wrapper:not(.cart--drawer-product-big) a:hover img.second{
   display: none !important;
}
.brandingStyle{
  display: none !important;
}

@media screen and (max-width: 749px){
  .banner__box{
    padding:0.6rem 3.5rem !important; 
  }
}


/* eyeris 3 */
.contentAll{
    box-sizing: border-box;
}
.section-1{
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(0deg, #E4F3FB 0%, #E4F3FB 100%), url(<path-to-image>), lightgray -79.492px -250.075px / 108.226% 162.975% no-repeat;
    padding-top: 67px;
    padding-bottom: 67px;
}
.part-1{
    color: #000;
    text-align: center;
    font-family: Poppins;  
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.part-1 h2{
    color: #000;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Poppins3;
}
.part-1 h4{
    font-size: 30px;
    margin-bottom: 13px;
}
.part-1{
    font-size: 14px;
}
.part-2{
    margin-top: 20px;
}
.part-2 img{
    width: 100%;
}

.section-2{
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 39px;
}
.part-3{
    margin-bottom: 7px;
}
.part-3 span:first-child{
    font-size: 30px;
}
.part-3 span:last-child{
    color: #1052C7;
    font-size: 30px;
    font-weight: 700;
    font-family: Poppins3;
}
.part-4 {
    margin-bottom: 15px;
}
.part-4 span{
    font-size: 18px;
}
.part-4 span:first-child{
    font-weight: 400;
}
.part-4 span:last-child{
    font-weight: 700;
}
.perBtn{
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1052C7;
    color: #EEE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    text-decoration: none;
}

.section-3{
    box-sizing: border-box;
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), url(<path-to-image>), lightgray -79.492px -319.484px / 108.226% 162.975% no-repeat;
    padding-top: 183px;
    padding-bottom: 107px;
}

.part-5{
    width: 100%;
    box-sizing: border-box;
    /* background: radial-gradient(50% 50.00% at 50% 50.00%, rgba(255, 255, 255, 0.00) 0%, rgba(27, 162, 205, 0.24) 58.85%, rgba(255, 255, 255, 0.00) 100%); */
}
.part-5 img{
    width: 100%;
}
.part-6{
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.part-6 h3{
    color: #58C3E6;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    margin-bottom: 10px;
    line-height: 100%; 
}
.part-6 h3 span:first-child{
    color: #58C3E6;
    font-weight: 700;
    font-family: Poppins3;
}
.part-6 h3 span:last-child{
    color: #1B1B1B;
    font-weight: 400;
}
.part-title{
    color: #1B1B1B;
    font-family: Poppins12;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 39px */
    margin-bottom: 10px;
}
.part-line{
    color: #5B5B5B;
    text-align: center;
    font-family: Inter6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    padding: 0px 26%;
}
.part-7{
    box-sizing: border-box;
    color: #1B1B1B;
    text-align: center;
    font-family: Inter6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 465px;
}
.part-7 li{
    width: 25%;
    box-sizing: border-box;
}
.part-7 li img{
    margin: auto;
    margin-bottom: 8px;
}

.section-4{
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), url(<path-to-image>), lightgray -79.492px -242.59px / 108.226% 249.359% no-repeat;
    padding: 22px 0 87px 0;
}
.section-4>div{
    box-sizing: border-box;
    display: flex;
    max-width: 1434px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    margin: auto;
    overflow: hidden;
}
.part-left{
    box-sizing: border-box;
    font-style: normal;
    padding-left: 111px;
}
.part-left h3{
    color: #58C3E6;
    font-family: Poppins3;
    font-size: 40px;   
    font-weight: 700;
    line-height: 130%; /* 39px */
}
.part-left .p1{
    color: #1F1F1F;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 130%; /* 39px */
}
.part-left .p2{
    color: #606060;
    font-family: Inter6;
    font-size: 18px;  
    font-weight: 400;
    line-height: 130%; /* 39px */
    max-width: 420px;
}

.part-right{
    box-sizing: border-box;
    max-width: 748px;
}
.part-right img{
    width: 100%;
}

.section-5{
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), url(<path-to-image>), lightgray -79.492px -242.59px / 108.226% 249.359% no-repeat;
    box-sizing: border-box;
    text-align: center;
}
.section-5 ul{
    max-width: 1434px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}
.section-5 ul li{
    width: 29%;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    border-radius: 20px;
    overflow: hidden;
}
.section-5 ul li img{
    width: 100%;
    transition: .3s all;
}
.section-5 ul li img:hover{
    transform: scale(1.1);
}

.part-8{
    padding: 36px 53px 51px 31px;
    box-sizing: border-box;
}
.part-8 h4{
    color: #1F1F1F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 17px;
}
.part-8 p{
    color: #606060;
    font-family: Inter6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.heatm{
    font-size: 14px !important;
    margin-top: 25px;
}
.heatBot .part-8{
    padding: 36px 53px 21px 31px;
}

/* .section-6{
    box-sizing: border-box;
    padding-bottom: 39px;
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), url(<path-to-image>), lightgray -79.492px -250.075px / 108.226% 162.975% no-repeat;
}

.section-6>div{
    max-width: 1434px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    align-items: center;
} */
.p3{
    color: #58C3E6;
    font-family: 'Poppins3';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.p4{
    color: #1F1F1F;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.p5{
    color: #606060;
    font-family: Inter6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    width: 80%;
}
.p6{
    color: #606060;
    font-family: Inter6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.texMain{
    position: relative;
}
.p7{
    position: absolute;
    bottom: -100%;
}

/* .section-7{
    background: linear-gradient(0deg, #EEE 0%, #EEE 100%), url(<path-to-image>), lightgray -79.492px -242.59px / 108.226% 249.359% no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top: 188px;
    padding-bottom: 150px;
    color: #000;
    font-style: normal;
}
.section-7 h3{
    font-family: 'Poppins3';
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
}
.section-7 p{
    font-family: Poppins;
    font-size: 30px;
    line-height: 100%;
    margin: 20px 0;
}
.section-7>div img{
    width: 100%;
}
.section-7>div{
    margin-top:88px;
} */

@media screen and (min-width:1025px) {
    .wap{
        display: none;
    }
    .heatBot .part-8 h4{
        height: 60px;
    }
}

@media screen and (max-width:1024px) {
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .section-1{
        padding-top: 32px;
        padding-bottom: 15px;
    }
    .part-1 h2{
        font-size: 45px;
        padding: 0 5rem;
    }
    .part-1 h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .part-1 p{
        padding: 0 1rem;
        margin-bottom: 7rem;
    }
    .section-2{
        padding: 1.8rem 1rem 2.2rem 1rem;
    }
    .part-3 span{
        font-size: 18px !important;
    }
    .part-4{
        font-size: 14px;
    }
    .perBtn{
        font-size: 14px;
    }
    .section-3{
        padding-top: 61px;
        padding-bottom: 87px;
    }
    .part-6 h3 span:first-child{
        display: block;
        color: #1B1B1B;
        font-size: 30px;
        line-height: 11px;
        margin: 0;
    }
    .part-6{
        margin-bottom: 30px;
    }
    .part-6 h3 span:last-child{
        font-size: 20px;
    }
    .part-title{
        font-size: 16px;
    }
    .part-line{
        font-size: 14px;
        padding: 0 1rem;
    }
    .part-7{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .part-7 li img{
        width: 31px;
    }
    .section-4{
        padding: 0 1.1rem 20px 1.1rem;
    }
    .section-4>div{
        flex-wrap: wrap;
    }
    .part-left{
        padding-left: 32px;
        padding-top: 36px;
        padding-right: 16%;
    }
    .part-left h3{
        font-size: 30px;
    }
    .part-left .p1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .part-left .p2{
        font-size: 16px;
        margin-bottom: 18px;
    }
    .section-5 ul{
        flex-wrap: wrap;
    }
    .section-5 ul li{
        width: 100%;
        margin: 0 1.1rem;
        margin-bottom: 5%;
    }
    .section-5 ul li:last-child{
        margin-bottom: 0;
    }
    .heatBot .part-8 {
        padding: 16px 16px 23px 16px;
    }
    .part-8 p{
        font-size: 16px;
    }
    /* .section-6{
        padding: 0 1.1rem;
        padding-bottom: 50px;
    }
    .section-6>div{
        flex-wrap: wrap;
    }
    .section-6>div img{
        width: 100%;
    } */
    .texMain{
        box-sizing: border-box;
        padding: 20px 26px 45px;
    }
    .p3{
        font-size: 30px;
    }
    .p4{
        font-size: 20px;
        color: #000;
        font-family: 'Poppins12';
    }
    .p5{
        margin-bottom:20px;
        font-size: 16px;
    }
    .p7{
        position: unset;
        margin: 0;
    }
    /* .section-7{
        padding-bottom: 84px;    
    }
    .section-7 h3{
        font-size: 30px;
        margin: 0 16%;
        line-height: 130%;
    }
    .section-7 p{
        font-size: 16px;
        margin: 10px 16% 21px;
        line-height: 130%;
    }
    .eyeSnooze,.section-7{
        padding-top:167px !important;
    } */
}

@media screen and (min-width:1025px) and (max-width:1400px){
    .section-4>div{
        margin-left: 4%;
        margin-right: 4%;
    }
    .part-left{
        padding-left: 51px;
    }
    .part-left h3{
        font-size: 34px;
    }
    .part-left .p1{
        font-size: 20px;
    }
    .part-left .p2{
        font-size: 16px;
    }
    .part-right{
        max-width: 638px;
    }
    .section-5{
        padding: 0 5%;
    }
    .section-5 ul li{
        width: 31%;
    }
    /* .section-6{
        padding-left: 5%;
        padding-right: 5%;
    } */
    .divMain{
        width: 60%;
    }
    .divMain img{
        width: 100%;
    }
    .texMain{
        width: 40%;
    }
}

.product__images-slider .swiper-media .swiper-slide{
      margin-right: 0 !important;
      margin-left: 0 !important;
          padding: 0 4px;
          box-sizing: border-box;
}
.sold-out{
  margin-left:10px;
}
/* @media (min-width: 990px) {
    .product__images-slider .swiper-media img {
        width: 99%;
        margin: unset;
    }
  } */