/** Shopify CDN: Minification failed

Line 3554:0 Unexpected "="
Line 3678:31 Expected identifier but found "\"Lausanne-Regular\""
Line 4606:2 Unexpected "/"

**/
@import url('https://fonts.cdnfonts.com/css/roslindale');
/* Derived from base colors (theme settings) */

:root {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background);
  --color-heading: var(--color-base-heading);
  --color-border: var(--color-base-border);
}

/* Primary button */

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

/* Secondary button */

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

/* Tertiary button */

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

/* Links.. */

:root {
  --color-link: var(--color-base-outline-button-labels);
}

/* Badges..... */

:root {
  --color-badge-background: rgba(var(--color-background), 0.95);
  /* --color-badge-background: #AB1B1B; */
  --color-badge-foreground: rgb(var(--color-foreground));
  --color-badge-border: rgb(var(--color-border));
}

/* Duration */

:root {
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --duration-animate: 1000ms;
  --image-position: center center;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

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

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

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

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

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

.page-width--full-width {
  max-width: 100%;
  padding: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

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

.element-margin-small {
  margin-top: 3rem;
}

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

[data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] .shopify-section + .shopify-section,
.no-js [data-page-rendering] .shopify-section + .shopify-section {
  content-visibility: visible;
}

body {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
}

.background-secondary {
  border-top: 0.1rem solid rgb(var(--color-border));
  padding: 4rem 0 5rem;
}

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

.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: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  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;
}

body.overflow-hidden {
  padding-inline-end: var(--scrollbar-width);
}

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

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

.heading,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.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-heading));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 3.6rem);
}

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

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

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

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

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

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

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

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

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);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

[data-heading-capitalize] h1,
[data-heading-capitalize] h2,
[data-heading-capitalize] h3,
[data-heading-capitalize] .h0,
[data-heading-capitalize] .h1,
[data-heading-capitalize] .h2,
[data-heading-capitalize] .h3,
[data-heading-capitalize] .card-information__text,
[data-heading-capitalize] .bundle-products .product-title {
  text-transform: uppercase;
}

[data-heading-capitalize] .article-card__title,
[data-heading-capitalize] .article-template__navigation .h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem - 0.2rem);
  letter-spacing: 0.2em;
}

[data-heading-capitalize] .card-information__text.h4,
[data-heading-capitalize] .bundle-products .product-title {
  font-size: calc(var(--font-heading-scale) * 1.5rem - 0.2rem);
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 750px) {
  [data-heading-capitalize] .article-card__title,
  [data-heading-capitalize] .article-template__navigation .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem - 0.2rem);
  }

  [data-heading-capitalize] .card-information__text.h4,
  [data-heading-capitalize] .bundle-products .product-title {
    font-size: calc(var(--font-heading-scale) * 1.6rem - 0.2rem);
  }
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-inline-start: 0.2rem solid rgb(var(--color-border));
  padding-inline-start: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-inline-start: 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;
  }
}

.typeset0,
.typeset,
.typeset2,
.typeset3 {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
  color: rgb(var(--color-foreground));
}

.typeset0 {
  font-size: 1.3rem;
}

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

.typeset {
  font-size: 1.5rem;
}

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

.typeset2 {
  font-size: 1.8rem;
}

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

.typeset3 {
  font-size: 2rem;
}

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

.typeset .link,
.typeset2 .link,
.typeset3 .link {
  font-size: inherit;
}

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

.caption-with-letter-spacing .link {
  font-size: inherit;
  color: inherit;
}

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

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

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

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

.left {
  text-align: start;
}

.right {
  text-align: end;
}

@media screen and (max-width: 749px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: start;
  }

  .mobile-right {
    text-align: end;
  }
}

.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 {
  font-family: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 0;
  position: relative;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
  background-repeat: no-repeat;
  background-position: right bottom, right bottom;
  background-size: 0% 0.1rem, 100% 0.1rem;
  transition-property: background-size;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

@media screen and (hover: hover) {
  /* .link:hover {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  } */
}

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

.link--underline {
  background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
}

.link-with-icon {
  background-image: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
}

.link-with-icon .label {
  position: relative;
}

@media screen and (hover: hover) {
  .link-with-icon .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-link)) 0px, rgb(var(--color-link)) 0px), linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition: background-size var(--duration-default) ease;
  }

  .link-with-icon:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.link-with-icon .icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-inline-end: 1rem;
}

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

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

.dash-divider::after {
  content: '\2014';
  font-weight: 400;
  margin: 0 1rem 0 1.2rem;
}

.dash-divider:last-of-type::after {
  content: none;
}

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

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

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.placeholder {
  background-color: rgba(var(--color-base-text), 0.04);
  color: rgba(var(--color-base-text), 0.55);
  fill: rgba(var(--color-base-text), 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;
    animation: none !important;
  }
}

/* arrow animation */
@media screen and (hover: hover) {
  .animate-arrow .icon-arrow path {
    transform: translateX(-0.25rem);
    transition: transform var(--duration-default) 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;
  top: 50%;
  right: 1.5rem;
  margin-top: -0.3rem;
  height: 0.6rem;
  transition: transform var(--duration-default) ease;
}

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

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

.disclosure-has-popup[open] > summary::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: block;
  cursor: default;
  background: none;
}

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

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

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

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

*:focus-visible {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-keyboard-focus), 0.5);
}

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

/* 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 rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgb(var(--color-keyboard-focus));
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-keyboard-focus), 0.5);
}

.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 rgb(var(--color-keyboard-focus));
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-keyboard-focus), 0.5);
}

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

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

/* component-title */
.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.title-wrapper.center {
  justify-content: center;
}

.title-wrapper.right {
  justify-content: flex-end;
}

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

.title {
  margin: 3rem 0 2rem;
}

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

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

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

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

.title-wrapper .link {
  font-size: 1.6rem;
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper .link-with-icon {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 1.3rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
}

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

.title-wrapper--no-margin {
  margin-bottom: 0;
}

.title-wrapper--no-heading {
  display: none;
}

@media screen and (max-width: 989px) {
  .title-wrapper--mobile-link {
    display: flex;
  }
}

[data-heading-center] .title-wrapper:not(.title-wrapper--no-heading) {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

[data-heading-center] .page-title {
  text-align: center;
}

.title .link {
  font-size: inherit;
  line-height: normal;
}

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

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-horizontal-spacing);
  --grid-horizontal-spacing: 1rem;
}


@media screen and (min-width: 480px) {
  .grid {
    --grid-horizontal-spacing: 2rem;
  }
}

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

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

@media screen and (min-width: 750px) {
  .grid__item {
    padding-bottom: 1rem;
  }

  .grid__item--one-third {
    max-width: 100%;
    width: calc(33.33% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--two-third {
    max-width: 100%;
    width: calc(66.67% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--one-quarter {
    max-width: 100%;
    width: calc(25% - var(--grid-horizontal-spacing) / 2);
  }

  .grid__item--three-quarter {
    max-width: 100%;
    width: calc(75% - var(--grid-horizontal-spacing) / 2);
  }
}

.grid--gapless {
  margin-bottom: 0;
  --grid-horizontal-spacing: 0rem;
}

.grid--gapless .grid__item {
  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--1-col-tablet .grid__item {
    max-width: 100%;
  }

  .grid--one-third-max.grid--2-col-tablet .grid__item {
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

@media screen and (min-width: 990px) {
  .grid--one-third-max.grid--3-col-desktop .grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  }
}

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

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
}

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

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-horizontal-spacing) / 2);
  /* max-width: 100%; */
}

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

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

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

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }

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

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
  }

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

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

@media screen and (max-width: 480px) {
  .grid--1-col-mobile .grid__item {
    max-width: 100%;
    width: 100%;
  }
}

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

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

.grid--no-gutters {
  column-gap: 0;
}

.grid--no-gutters .grid__item {
  padding-bottom: 0;
}

/* component-media */

.media-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  /* background-color: rgb(var(--color-placeholder)); */
}

[data-lazy-image] .media-wrapper.loading,
.media-wrapper[loading] {
  position: relative;
}

/* [data-lazy-image] .media-wrapper.loading::before,
[data-lazy-image] .media-wrapper.loading::after,
.media-wrapper[loading]::before,
.media-wrapper[loading]::after {
  content: '';
  position: absolute;
  width: 5rem;
  height: 0.2rem;
  left: 50%;
  top: 50%;
  margin-top: -0.1rem;
  margin-left: -2.5rem;
  z-index: 1;
  background-color: rgb(var(--color-base-background));
} */

[data-lazy-image] .media-wrapper.loading::before,
.media-wrapper[loading]::before {
  opacity: 1;
  background-color: rgb(var(--color-base-text));
}

/* [data-lazy-image] .media-wrapper.loading::after,
[data-lazy-image] .media-wrapper--small.loading::after,
.media-wrapper[loading]::after {
  animation: preloading 1.5s infinite ease;
  will-change: transform;
} */

[data-lazy-image] .media-wrapper.loading img[is=lazy-image],
.media-wrapper[loading] img[is=lazy-image] {
  opacity: 0;
}

.media-wrapper--large[loading]::before,
.media-wrapper--large[loading]::after {
  width: 8rem;
  height: 0.3rem;
  margin-left: -4rem;
  margin-top: -0.15rem;
}

[data-lazy-image] .media-wrapper--small.loading::before,
[data-lazy-image] .media-wrapper--small.loading::after {
  width: 3rem;
  margin-left: -1.5rem;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.media > img {
  backface-visibility: hidden;
  object-fit: cover;
  object-position: var(--image-position);
  transition: opacity var(--duration-long) ease;
}

.media--image-contain > img {
  object-fit: contain;
}

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

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

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--wide {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
  background-color: rgb(var(--color-placeholder));
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

.media .image-fit {
  position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	object-position: var(--image-position);
}

.media--image-contain .image-fit {
	object-fit: contain;
}

.media--adapt {
	position: relative;
	height: 0;
	padding-bottom: var(--image-ratio-percent);
}

.media--adapt .image-fit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.media--400px {
	height: 260px
}

.media--450px {
	height: 292.5px
}

.media--500px {
	height: 325px
}

.media--550px {
	height: 357.5px
}

.media--600px {
	height: 390px
}

.media--650px {
	height: 422.5px
}

.media--700px {
	height: 455px
}

.media--750px {
	height: 487.5px
}

.media--850px {
	height: 552.5px
}

.media--900px {
	height: 585px
}

.media--100vh {
	height: 100vh
}

@media screen and (min-width: 750px) {
	.media--400px {
		height: 400px
	}

  .media--450px {
		height: 450px
	}

	.media--500px {
		height: 500px
	}

  .media--550px {
		height: 550px
	}

	.media--600px {
		height: 600px
	}

  .media--650px {
		height: 650px
	}

  .media--700px {
		height: 700px
	}

	.media--750px {
		height: 750px
	}

  .media--850px {
		height: 850px
	}

  .media--900px {
		height: 900px
	}
}

@media screen and (max-width: 749px) {
  .media-mobile--200px {
		height: 200px
	}

	.media-mobile--250px {
		height: 250px
	}

	.media-mobile--300px {
		height: 300px
	}

	.media-mobile--400px {
		height: 400px
	}

	.media-mobile--500px {
		height: 500px
	}

  .media-mobile--600px {
		height: 600px
	}

	.media-mobile--100vh {
		height: 90vh
	}

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

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

  .media-mobile--landscape {
    padding-bottom: 66.6%;
  }

  .media-mobile--adapt {
    position: relative;
    height: 0;
    padding-bottom: var(--image-ratio-percent);
  }

  .media-mobile--adapt .image-fit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: inherit;
  padding: 1rem 3rem;
  padding-top: calc(1rem + var(--font-button-baseline));
  text-decoration: none;
  border-radius: var(--button-radius);
  border: var(--button-border-width) solid;
  color: rgb(var(--color-button-text));
  /* background-color: rgb(var(--color-button-background)); */
  /* font-family: var(--font-button-family); */
  min-width: 24rem;
  max-width: 100%;
  min-height: 4.6rem;
  text-transform: uppercase;
  font-weight: 600;
  transition-property: color, background-color, box-shadow;
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
  background-color: transparent;
}

.shopify-challenge__button {
  border: var(--button-border-width) solid rgb(var(--color-button-border));
}

@media screen and (min-width: 750px) {
  .button,
  .shopify-challenge__button {
    min-height: 4rem;
  }

  .button--large {
    font-size: calc(var(--font-button-size) + 2px);
    padding: 1.5rem 3rem;
    padding-top: calc(1.5rem + var(--font-button-baseline));
    min-height: 6rem;
  }
}

.button[disabled],
.button[aria-disabled=true] {
  pointer-events: none;
}

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

.button--tertiary {
  font-size: calc(var(--font-button-size) - 1px);
  padding: 0.8rem 1.5rem;
  padding-top: calc(0.8rem + var(--font-button-baseline));
  min-width: 9rem;
  min-height: 4rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  border: none;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-button-border));
  transition: box-shadow var(--duration-default) ease;
}

.button--small {
  font-size: max(calc(var(--font-button-size) - 2px), 1.2rem);
  padding: 0.6rem 2rem;
  padding-top: calc(0.6rem + var(--font-button-baseline));
  min-height: 4rem;
  min-width: 18rem;
}

.shopify-challenge__container .shopify-challenge__button {
  min-width: 16rem;
  margin-top: 3rem;
}

/* Button - hover */

@media screen and (hover: hover) {
  /* .button::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background-image: linear-gradient(90deg, transparent, rgba(var(--color-button-text), 0.25), transparent);
  } */

  /* .button--secondary::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: none;
    background-color: rgb(var(--color-button-text));
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform var(--duration-long) ease;
  } */

  .button--tertiary::after {
    content: none;
  }

  .button:hover {
    box-shadow: none;
    background-color: transparent, 0.85);
    transition-delay: var(--duration-default);
  }

  .button:hover::after {
    animation: shine var(--duration-animate) ease;
  }

  .button--secondary:hover {
    color: rgb(var(--color-button-background));
    transition-delay: 0s;
  }

  .button--secondary:hover::after {
    animation: none;
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }

  .button--tertiary:hover {
    color: rgb(var(--color-button-text));
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-button-border));
    transition-delay: 0s;
  }

  @keyframes shine {
    to {
      left: 100%;
    }
  }
}

/* Button - other */

.button:disabled,
.button[aria-disabled=true],
.button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.button.loading {
  color: transparent;
}

.button.loading::after {
  content: '';
  display: block;
  animation: loading var(--duration-long) infinite linear;
  border: 0.2rem solid transparent;
  border-inline-start: 0.2rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  height: 2.4rem;
  width: 2.4rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.2rem;
  margin-left: -1.2rem;
  right: auto;
  bottom: auto;
  background: none;
  transform: none;
  transform-origin: unset;
}

.button--small.loading:before {
  width: 2rem;
  height: 2rem;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.button--cta {
  min-height: 4.5rem;
  background: none;
  box-shadow: none;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  border: none;
  justify-content: space-between;
  text-transform: none;
  color: rgb(var(--color-link));
}

.button--cta.button--small {
  min-height: 2.7rem;
  min-width: auto;
}

.button--cta.button--small .label {
  padding-inline-end: 1rem;
  font-size: 1rem;
  line-height: 2rem;
  text-transform: uppercase;
  /* letter-spacing: 0.2em; */
}

@media screen and (min-width: 750px) {
  .button--cta {
    min-width: 22.5rem;
  }

  .button--cta.button--large .label {
    font-size: 1.8rem;
  }
}

@media screen and (hover: hover) {
  .button--cta:hover {
    color: rgb(var(--color-link));
    background-color: transparent;
  }
}

.button--cta::before,
.button--cta::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: none;
  border: none;
  background-image: none;
  background-color: rgb(var(--color-border));
  transition: transform var(--duration-default) ease;
}

.button--cta::before {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

.button--cta::after {
  transform-origin: right;
  transition-delay: 0.25s;
}

@media screen and (hover: hover) {
  /* .button--cta:hover::before {
    transform: scaleX(1);
    transition-delay: 0.25s;
  }

  .button--cta:hover::after {
    transform: scaleX(0);
    transition-delay: 0s;
  } */
}

.button--cta .label {
  padding-inline-end: 2rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.04rem;
  text-align: start;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  /* .button--cta:hover .label {
    transform: translateX(0.5rem);
  } */
}

.button--cta .icon {
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.button--cta.loading {
  color: rgb(var(--color-link));
}

.button--cta.loading::before {
  content: none;
}

.button--cta.loading::after {
  background-color: transparent;
  border-width: 0.1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  margin-left: 0;
  left: auto;
  right: 0;
}

.button--cta.loading .icon {
  color: transparent;
}

.button--arrow {
  box-shadow: none;
  min-height: auto;
  min-width: auto;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  width: 100%;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .field__input,
  .select__select,
  .customer .field input,
  .customer select {
    min-height: 4.5rem;
  }
}

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

.select__select option {
  color: initial;
}

@media screen and (hover: hover) {
  .field__input:hover,
  .select__select:hover,
  .customer .field input:hover,
  .customer select:hover {
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
  }
}

.field__input.invalid,
.select__select.invalid,
.customer .field input.invalid,
.customer select.invalid {
  box-shadow: inset 0 0 0 0.1rem var(--color-critical);
}

@media screen and (hover: hover) {
  .field__input.invalid:hover,
  .select__select.invalid:hover,
  .customer .field input.invalid:hover,
  .customer select.invalid:hover {
    box-shadow: inset 0 0 0 0.2rem var(--color-critical);
  }
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.2rem rgb(var(--color-border));
}

.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.35rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  padding: 0;
  padding-inline-start: 1.5rem;
  padding-inline-end: 4rem;;
}

/* 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: start;
  padding: 1.5rem;
}

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

.field__input::placeholder,
.customer .field input::placeholder {
  color: rgb(var(--color-foreground));
  opacity: 0.7;
  transition: opacity var(--duration-default) ease;
}

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

.field__input:-webkit-autofill,
.customer .field input:-webkit-autofill {
  background-clip: text;
  -webkit-background-clip: text;
}

.field__input::-webkit-search-decoration,
.customer .field input::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

@media screen and (hover: hover) {
  .field__button:hover {
    color: currentColor;
  }
}

.field__button::before {
  content: none;
}

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

/* 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-inline-end: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  font-family: var(--font-body-family);
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-success);
}

.form__message.errors {
  color: var(--color-critical);
}

.form__message.errors .rte a {
  color: inherit;
}

.form__message.errors + .errors {
  margin-top: 1rem;
}

.form__message.errors + .errors ul {
  margin-top: 0;
}

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

.form__message .icon,
.customer .form__message .icon {
  align-self: flex-start;
  height: 1.6rem;
  width: 1.6rem;
  margin-inline-end: 0.5rem;
}

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

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

.form-status .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.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 {
  position: relative;
  width: 12rem;
  display: flex;
  align-items: center;
  --color-keyboard-focus: var(--color-border);
}

.form__label + .quantity {
  width: 14rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

.no-js .quantity {
  height: 4rem;
  width: 10rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border));
}

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

.form__label + .quantity .quantity__input {
  height: 4.5rem;
}

.quantity__button {
  padding: 0;
  position: relative;
  flex: 0 0 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.06);
  transition: color var(--duration-default) ease;
}

.form__label + .quantity .quantity__button {
  flex: 0 0 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
}

.form__label + .quantity .quantity__button:first-child {
  margin-inline-start: 1rem;
}

.form__label + .quantity .quantity__button:last-child {
  margin-inline-end: 1rem;
}

.quantity__button::after {
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(0);
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .quantity__button:hover {
    color: rgb(var(--color-background));
  }

  .quantity__button:hover::after {
    transform: scale(1);
  }
}

.quantity__button .icon {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.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: 101;
  height: 3.4rem;
  width: 4.4rem;
  right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .no-js details[open] .modal__toggle {
    height: 4.4rem;
    right: calc(100% / 2 - 30rem);
  }
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] .modal__toggle span {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.no-js details[open] .modal__toggle .icon-close {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button {
  visibility: hidden;
}

.modal__close-button {
  padding: 1.2rem;
  height: 4.4rem;
  width: 4.4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: rgb(var(--color-link));
}

.modal__close-button .icon {
  width: 2rem;
  height: 2rem;
  transition: transform var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .modal__close-button:hover .icon {
    transform: scale(0.8) rotate(90deg);
  }
}

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

.no-js details[open] .modal__content {
  overflow: visible;
}

.no-js details[open] .modal-overlay {
  display: block;
  animation: fade-in var(--duration-long) ease;
}

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-base-accent));
  color: rgb(var(--color-base-solid-button-labels));
  font-family: var(--font-button-family);
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  top: 0;
  right: 0.5rem;
  line-height: 1;
  transition-property: opacity, transform, color, background-color;
  transition-duration: var(--duration-default);
  transition-timing-function: ease;
}

@media screen and (min-width: 750px) {
  .cart-count-bubble {
    top: 0.6rem;
  }
}

.cart-count-bubble--dot {
  top: 1.2rem;
  right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: rgb(var(--color-header-foreground));
}

/* section-header */
.shopify-section-header.animate {
  transition: transform var(--duration-default) ease;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  z-index: 20;
  transition: box-shadow var(--duration-default) ease;
}

/* .header-wrapper--border-bottom {
  box-shadow: 0 0.1rem 0 rgba(var(--color-header-border), 0.3);
} */

.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--top-left {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

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

  .header--center-split .header__heading {
    margin: 0 1rem;
  }

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

  .header--off-canvas header-drawer {
    display: block;
  }

  .header--off-canvas .header__inline-menu {
    display: none;
  }

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

  .header--middle-left .header__inline-menu {
    min-width: 45rem;
  }

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

.header-wrapper > .header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background));
}

@media screen and (min-width: 750px) {
  .header-wrapper > .header::before {
    transition: height var(--duration-default) ease;
  }
}

.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: block;
  position: relative;
  word-break: break-word;
  text-decoration: none;
}

.header__heading-link::before,
.header__heading-link::after {
  content: none;
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

@media screen and (hover: hover) {
  .header__heading-link:hover .h2 {
    color: rgb(var(--color-header-foreground), 0.7);
  }
}

.header__heading-logo {
  width: auto;
  height: auto;
  min-width: var(--image-logo-height);
}

@media screen and (min-width: 750px) {
  .header__heading-logo {
    transition: opacity var(--duration-default) ease;
  }
}

.header__heading-logo.inverse {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header__heading,
  .header__heading-link {
    justify-self: center;
  }

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

/* Header icons */
.header__right {
  display: flex;
  grid-area: icons;
  justify-self: end;
  margin-inline-end: -1.5rem;
}

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

.header__icon span:not(.cart-count-bubble) {
  height: 100%;
}

.header__icon {
  /* color: rgb(var(--color-header-foreground)); */
  color:#e5d8ca;;
  height: 3.4rem;
  width: 5.2rem;
}

@media screen and (hover: hover) {
  /* .header__icon:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  } */
}

@media screen and (min-width: 750px) {
  .header__icon {
    height: 4.4rem;
    transition: color var(--duration-default) ease;
  }
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  stroke-width: var(--icon-weight);
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
  transition: transform var(--duration-default) ease;
  will-change: transform;
}

.header__icon .icon,
#icon-close,
#icon-search,
#icon-cart {
  overflow: visible;
}

@media screen and (hover: hover) {
  .header__icon:hover .icon {
    transform: scale(1.07);
  }
}

.header__icon--cart {
  position: relative;
}

.no-js .cart-drawer-container {
  display: none;
}

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

/* Search */
.header__left {
  display: flex;
  grid-area: left-icon;
  margin-inline-start: -1.5rem;
}

.header__left header-menu-toggle,
.header__left--localization search-modal,
.header__left--localization > localization-form,
.header--top-center .header__left search-modal,
.header--center-split .header__left search-modal {
  display: none;
}

search-modal {
  display: inline-flex;
  line-height: 0;
}

.header--top-center .header__right search-modal,
.header--center-split .header__right search-modal,
.header--top-center .header__left--localization ~ .header__right search-modal,
.header--center-split .header__left--localization ~ .header__right search-modal {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header__left--localization > localization-form,
  .header--top-center .header__left search-modal,
  .header--center-split .header__left search-modal {
    display: block;
  }

  .header--top-center .header__right search-modal,
  .header--center-split .header__right search-modal {
    display: none;
  }
}

.details-modal {
  overflow: hidden;
  height: 0;
}

/* Header localization */
.header .localization-selector {
  width: auto;
  padding: 0;
  height: 3.4rem;
  color: rgb(var(--color-header-foreground));
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 750px) {
  .header .localization-selector {
    height: 4.4rem;
  }
}

.header .localization-selector .icon + .label {
  margin-inline-start: 0.8rem;
}

.header .localization-selector .label {
  font-family: var(--font-navigation-family);
  font-size: calc(var(--font-navigation-size) - 0.2rem);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

.header .menu-drawer .localization-selector {
  color: rgb(var(--color-link));
}

.header__left > localization-form .localization-selector + .disclosure__list,
.header__right > localization-form .localization-selector + .disclosure__list {
  animation-name: animateHeaderLocalization;
  top: calc(100% + 1rem);
  bottom: auto;
  border: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), 0.08);
  --color-background: var(--color-header-background);
  --color-link: var(--color-header-foreground);
}

@keyframes animateHeaderLocalization {
  0% {
    opacity: 0;
    transform: translate(-50%, -1rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.header__right .localization-form {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__right .localization-form {
    display: block;
  }
}

/* Header cart drawer */
summary .header__icon--summary::after,
drawer-close-button.header__icon--summary::after,
drawer-close-button.header__icon--menu::after {
  content: '';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  transform: scale(0);
  /* background-color: rgba(var(--color-foreground), 0.08); */
  transition: transform var(--duration-default) ease;
}

details[open].menu-opening > summary .header__icon--summary::after {
  transform: scale(1);
}

drawer-close-button.header__icon--summary,
drawer-close-button.header__icon--menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

drawer-close-button.header__icon--menu {
  right: auto;
  left: 1rem;
}

drawer-close-button.header__icon--summary .icon-close,
drawer-close-button.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
  /* color: rgb(var(--color-link)); */
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
  stroke-width: calc(calc(var(--icon-weight) * 2) - 0.4px);
}

.header__icon--menu .icon-close {
  height: 1.4rem;
  width: 1.4rem;
  stroke-width: calc(var(--icon-weight) - 0.1px);
}

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

details[open].menu-opening > .header__icon--menu span {
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.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 menu */
.header__inline-menu {
  margin-inline-start: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header__inline-menu-split {
  grid-area: navigation-split;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link,
.header--center-split .header__inline-menu,
.header--center-split .header__heading-link {
  margin-inline-start: 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--center-split .header__inline-menu:not(.header__inline-menu-split) {
    text-align: end;
  }

  .header--center-split .header__inline-menu .list-menu {
    justify-content: center;
    column-gap: 0;
  }

  .header--middle-left .header__inline-menu {
    margin-inline-start: 0;
    text-align: start;
  }
}

@media screen and (min-width: 1200px) {
  .header--center-split .header__inline-menu .list-menu {
    column-gap: 1.5rem;
  }

  .header--middle-left .header__right {
    margin-inline-start: 8rem;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  font-weight: var(--font-navigation-weight);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 1.2rem 1.5rem;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.header-wrapper--uppercase .header__menu-item {
  text-transform: uppercase;
}

@media screen and (hover: hover) {
  .header__menu-item:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }
}

/* .header__menu-item--top .label {
  --color-border: var(--color-header-border);
} */

@media screen and (hover: hover) {
  .header__menu-item .label {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
    background-repeat: no-repeat;
    background-position: right bottom, right bottom;
    background-size: 0% 0.1rem, 100% 0.1rem;
    transition-property: background-size;
    transition-timing-function: ease;
    transition-duration: var(--duration-default);
  }

  /* details[open].menu-opening > .header__menu-item .label,
  .no-js details[open] > .header__menu-item .label,
  .header__menu-item:hover .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  } */
}

/* .header__active-menu-item .label,
.list-menu__item--active .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
} */

.header__menu-item .icon-caret {
  position: static;
  height: .6rem;
  width: auto;
  display: none;
  transition: transform var(--duration-default) ease;
}

.header__submenu .icon-caret {
  margin-inline-start: 1.2rem;
  margin-top: 0.3rem;
  display: block;
}

.header__submenu details[open] > summary .icon-caret {
  transform: scaleY(-1);
}

@keyframes animateMenuOpen {
  0% {
    height: 0;
  }

  100% {
    height: 27rem;
  }
}

@keyframes animateOverlayOpen {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Sections */
.section--divider {
  border-top: 0.1rem solid rgb(var(--color-base-border));
}

.section--padding,
.header-section--padding {
  padding-top: calc(var(--section-padding-top) * 0.75);
  padding-bottom: calc(var(--section-padding-bottom)  * 0.75);
}

.spacing-section {
  display: block;
  min-height: var(--spacing-section-mobile);
}

@media screen and (min-width: 750px) {
  .section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  .spacing-section {
    min-height: var(--spacing-section-desktop);
  }
}

@media screen and (min-width: 990px) {
  .header-section--padding {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }
}

.transition-body {
  position: relative;
}

.transition-body::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: url(cross.svg),url(cross.png),zoom-out;
  pointer-events: none;
  transition: opacity var(--duration-long) ease;
  background-color: rgba(var(--color-overlay), 0.5);
}

#MainContent,
.shopify-section-footer {
  transition: transform var(--duration-long) ease;
}

.badge {
  border: 0.1rem solid transparent;
  display: inline-block;
  font-size: 1.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  word-break: break-word;
  width: max-content;
  background-color: var(--color-badge-background);
  border-color: var(--color-badge-border);
  color: var(--color-badge-foreground);
  font-family: var(--font-button-family);
  padding-top: calc(0.5rem + var(--font-button-baseline));
  border-radius: min(var(--button-radius), 0.2rem);
}

@media screen and (max-width: 480px) {
  .badge {
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    padding-top: calc(0.3rem + calc(var(--font-button-baseline) * 0.65));
  }
}

.badge:empty {
  display: none;
}

.badge--onsale {
  color: rgb(var(--color-background));
  background-color: var(--color-sale-badge-background);
  border-color:var(--color-sale-badge-background);
}

.icon-plus-alt {
  position: relative;
}

.icon-plus-alt::before,
.icon-plus-alt::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}

.icon-plus-alt::before {
  width: 100%;
  height: 0.1rem;
}

.icon-plus-alt::after {
  width: 0.1rem;
  height: 100%;
}

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

quick-view-drawer {
  display: none;
}

/* Animate */

use-animate {
  display: block;
}

[data-animate-image] use-animate {
  transition-duration: var(--duration-long);
  transition-timing-function: ease;
}

[data-animate-image] use-animate[data-animate^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-animate-image] use-animate[data-animate^=fade][animate],
.no-js [data-animate-image] use-animate[data-animate^=fade] {
  opacity: 1;
  transform: translateZ(0);
}

[data-animate-image] use-animate[data-animate=fade-up] {
  transform: translate3d(0, 5rem, 0);
}

[data-animate-image] use-animate[data-animate=zoom-fade][animate]:not(.loading) .image-animate {
  animation: zoom-fade var(--duration-animate) ease forwards;
}
[data-animate-image] use-animate[data-animate=zoom-fade-small][animate]:not(.loading) .image-animate {
  animation: zoom-fade-small var(--duration-animate) ease forwards;
}
.no-js [data-animate-image] use-animate .image-animate {
  opacity: 1;
}

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-fade-small {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes preloading {
  0%, 44%, 88.1%, 100% {
		transform-origin: left;
	}

	0%, 100%, 88% {
		transform: scaleX(0);
	}

	44.1%, 88% {
		transform-origin: right;
	}

	33%, 44% {
		transform: scaleX(1);
	}
}

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  top: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.breadcrumb {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.breadcrumb--divider {
  border-bottom: 0.1rem solid rgb(var(--color-border));
  padding-bottom: 0.6rem;
}

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

.shopify-policy__container {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .shopify-policy__container {
    margin-bottom: 7rem;
  }
}

/* Flickity v3.0.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background-color: rgb(var(--color-background));
  border: none;
  color: rgb(var(--color-foreground));
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-page-dots {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  padding: 0 1rem;
  background-color: rgb(var(--color-background));
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  animation: fade-in var(--duration-default) ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 4rem;
  opacity: 0.4;
  cursor: pointer;
  transition: transform var(--duration-default) ease;
  font-size: 0;
}

.flickity-page-dot.is-selected {
  opacity: 1;
}

.flickity-page-dot::after {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-foreground));
  transition: transform var(--duration-default) ease;
}

.flickity-page-dot.is-selected::after {
  transform: scale(1.5);
}

/* Ambient animation */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% { transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2); }
    100% { transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2); }
  }
}

/* Highlight text */

span[data-highlight=marker] {
  background-color: unset;
}

[animate] span[data-highlight=marker] {
  animation: 1s hlMarker 0.5s 1 normal forwards;
  animation-timing-function:cubic-bezier(0.86, 0, 0.07, 1);
  background: linear-gradient(90deg,rgb(var(--color-highlight)),rgba(var(--color-highlight),0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 0.15rem;
}

@keyframes hlMarker {
  to {
    background-position: 0 0;
  }
}

span[data-highlight] {
  position: relative;
}

span[data-highlight=circle] {
  padding: 0 1rem 0;
}

span[data-highlight] mark,
span[data-highlight] mark {
  background-color: transparent;
  width: 100%;
  position: absolute;
}

span[data-highlight=circle] mark {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-43%);
}

span[data-highlight=underline] mark {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

span[data-highlight] mark svg {
  fill: none;
  color: rgb(var(--color-highlight));
  transition: stroke-dashoffset 0s 0.2s;
}

span[data-highlight=circle] mark svg {
  stroke-width: 2px;
  stroke-miterlimit: 10;
  stroke-dasharray: 338;
  stroke-dashoffset: 338;
  stroke-linecap: round;
}

[animate] span[data-highlight=circle] mark svg {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.5s cubic-bezier(.645,.045,.355,1);
}

span[data-highlight=underline] mark svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

[animate] span[data-highlight=underline] mark svg path {
  opacity: 1;
  animation: hlUnderline 1.3s cubic-bezier(.65,0,.35,1) forwards;
}

@keyframes hlUnderline {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
===========================================================================================
.featured-product:not(.product--no-media) .product__info-wrapper {display: flex;align-items: center;}


.v-stack {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  display: grid;
}

.h-stack {
  align-items: center;
  display: flex;
justify-content:center;
}
.snap-center {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.blog-post-card {
  align-content: start;
  gap: 1.25rem;
  display: grid;
}
.content-over-media > :is(img, video, iframe, svg, video-media), .content-over-media > picture img {
  overflow-wrap: anywhere;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  grid-area: full-start / full-start / full-end / full-end;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img {
  color: #0000;
  max-width: 100%;
  height: auto;
}
.w-full {
  width: 100%;
}
/* ================================================================================================================================================================================= */

:root {
    --kl-reviews-stars-star-color: #000!important;
  }


 @font-face {
      font-family: "NeueHaasUnicaW1G-XBlack";
      src: url("/cdn/shop/files/NeueHaasUnicaW1G-XBlack.otf?v=1731493492");
    }

@font-face {
  font-family: "RoslindaleVariableDisplay";
  font-style: normal;
  font-weight: 200;
  src: local('Roslindale Variable Display'), url('https://fonts.cdnfonts.com/s/92648/RoslindaleVariable-VF[Display]-Testing.woff') format('woff');
}


 @font-face {
      font-family: "Wigrum-Regular";
      src: url("/cdn/shop/files/Wigrum-Regular.otf?v=1706873955");
    }
body,summary,header a,p,.header__primary-nav ul li a,.Wigrum-Regular  { font-family: "Wigrum-Regular"!important; }
 @font-face {
      font-family: "Lausanne-Regular";
      src: url("/cdn/shop/files/Lausanne-Regular_46981949-e1e1-4870-9199-6b9538681356.otf?v=1706873954");
    }
.footer .text-subdued p,.price-list--product .text-subdued,.rio-product-option-title,.lausanne,.lausanne h6{
  font-family: "Lausanne-Regular"!important;
  text-transform: capitalize;
}
.price bdi, .product__text .link,.Button, .shopify-payment-button__button--unbranded, input.spr-button-primary, .spr-summary-actions-newreview, .spr-button-primary:not(input), .spr-pagination-prev>a, .spr-pagination-next>a, .variant-picker__option-info {
font-family: "Lausanne-Regular"!important;
}
.footer__block div .h6{font-size:14px;}

.footer .accordion__title{ font-family: "Lausanne-Regular"!important;text-transform: uppercase;}
.mega-menu__promo-heading .label,.header__menu-item .label,.mega-menu__promo-subheading,.product__description p{font-family: "Lausanne-Regular";font-weight:100; letter-spacing: 0rem;}
.product__text, p, .slideshow__text, .rich-text__text p, .circle-divider, .article-template__content p {
  font-family: "Lausanne-Regular" !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .lausanne *, .menu-drawer__menu-item, .price bdi {
  font-family: "Lausanne-Regular" !important;
}

.title.title-sans-serif {
  font-family: "Lausanne-Regular" !important;
  letter-spacing: -2px;
}
.rich-text__text p{font-size:14px;}
.rich-text__heading{text-transform:uppercase;}
.image-with-text__text p{font-family: "Lausanne-Regular"!important;}
.article__wrapper p{font-family: "Lausanne-Regular" !important;font-style: italic;font-weight: 400!important;}
.article__wrapper h1{text-align:center;font-style: italic;font-family: "Lausanne-Regular"!important;}
.product-form__submit{border: 1px solid #000!important;font-family: Lausanne-Regular;padding-top: 5px;padding-bottom: 5px;min-height: 40px;font-size:14px;font-weight:100;background-color:transparent;transition:0.5s ease;}
/* .slider-mobile-gutter {
  position: relative;
  display: block;
  width: 100%;
  scrollbar-width: auto;
  margin-bottom: 1.01em !important;
  padding-bottom: 4rem;
  overflow: auto;
} */
.footer__copyright{display:none;}
.banner__text *{margin:0;}
.full_height{height:100vh;display:flex;align-items:center;}
.col_img,.col_icon{display:flex;justify-content:center;}
.collection-hero__text-wrapper > *{margin:10px 0;color:#E5D8CA;}
.product-grid-container h1{margin-top:5px;}
.card-wrapper:hover .card-information__button .button {display: none;}
.product__info-wrapper shopify-payment-terms{display:none!important;}
.article-template__content h1,."Lausanne-Regular"Text-Regular{font-family: "Lausanne-Regular" !important;text-transform: uppercase;}
.product-count,.popup-floating{display:none!important;}
.product-form__submit {min-width: 220px;background-color: #000;color:#fff;transition:0.5s ease-in-out;min-height:35px;}
.button.swym-button{min-height:35px;height:35px!important;}
.swym-btn-container .swym-button:after {top: 10px;left: 6px;opacity: 1 !important;}
.mega-menu__promo_div{display:flex;width:75%;gap:2rem;height:100;justify-content: flex-end;}
.mega-menu__promo_div .mega-menu__promo{width:25%;}
*::-webkit-scrollbar{width: 2px;height:9px;background-color: #f5f5f5;}
*::-webkit-scrollbar-thumb{background-color: #000000;}
.recently-viewed-products .product-grid {padding-bottom: 3rem;}
.outer-wrapper::-webkit-scrollbar {
  height: 5px;
}

.product-grid ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.product-grid ::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}

.product-grid ::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
.badge{border:0;}

@media (min-width: 1281px) {
/* .variant_height{min-height:30px;width:100%;background-color: #f1eae1;display:block!important;}   */
.content-over-media{height: -webkit-fill-available;}
.collection-banner {height: 100vh;overflow: hidden;}
.la-select-lenses-btn {font-size: 14px;line-height: 1;}
.footer__block {flex: auto;width: 25%;}
.header{margin-top:0px;}
.footer__aside {justify-self: flex-end;}
.product-info__block-item .prose h6{font-size:18px;}
.footer__content-top {position: relative;}
.footer__localization {position: absolute;bottom: -50px;}
.pro_img_div{width: 80%;align-self: center;justify-self: flex-end;display: inline-grid;}
.featured_img .blog-post-card__title{font-size:52px;}
.facets__wrapper {justify-content: flex-end;}
.product-grid-container {position: relative;}
.blog-pag-width{max-width:1000px;margin:0px auto;}
.product__info-container { width: 100%;}
.featured-product.product__grid--reverse .product__info-container {padding-inline-end: 0rem!important;}
.featured-product .product-form__buttons {justify-content: center;}
.product-form__submit:hover {background-color: transparent!important;color:#000;}
.collection-grid-section{position:relative;}.collection .product-grid {margin-top: 0.5rem!important;margin-bottom: 0rem!important;}
.footer-block-image {padding-left: 15px;margin-top:-10px;}
.footer-block--newsletter {padding-right: 40px;}
.header__heading-logo {z-index: 2;}
.grid__item--one-quarter {text-align: end;}
.landing_heading_1,.landing_heading_4{font-size:86px!important;letter-spacing:-5px;}
.landing_heading_5{font-size:18px!important;line-height: 1!important;}
.landing_heading_2{display:none;}
.Img_relative{width:40%!important;}
.text_relative{width:60!important;}
.blackfriday_section .form__message {font-size: 24px;}

}
@media screen and (min-width: 1024px) {
    .product__info-container-overrides {padding: 3rem 3rem 0 4rem !important;}
}

/* =================================================== */
.var_height{height:20px;margin-top: 0 !important;}
.recently-viewed-products .var_height{display:none!important;}
.collection-hero__inner{position:relative;}
.collection-hero__text-wrapper{position:absolute!important;bottom:0;width:100%;z-index: 1;left: 0;}
.footer__inner{position: relative;}
.show_country_selector{position: absolute;bottom:0;}
.product-card__info .price-list .h6 {font-size: 16px;font-family: "Lausanne-Regular"!important;}
.product-card__image--primary {width: 85%;}
.SectionHeader__SubHeading{letter-spacing:1px;font-family: "Lausanne-Regular"!important;}
.SectionHeader__Heading,.ProductMeta__Title,.ProductItem__Title,.SectionHeader__Description,.product-title{font-family: "Lausanne-Regular"!important;line-height: 1.2;font-weight: 400;}
.button_div{display:flex;justify-content: space-between;align-content: center;margin-top:1rem;}
.button_div a{display:flex;align-content: center;}
.mega-menu__linklist {display: block;}
.payment-methods{gap: 5px;}
.payment-methods svg{width:30px;}
.form .input,.form .button{height:35px;text-transform: uppercase;text-align: center;}
.footer__inner .footer__block--text .v-stack .text-subdued > p{font-size: 14px;line-height: 1.5;}
.header_img{width: 100%;margin: 15px auto;}
.row-rev{flex-direction: row-reverse;align-items: center;}
.small_txt{font-size:18px;font-family: "Lausanne-Regular"!important;}
.icon_size{font-size:24px;}
.icon-with-text{display:flex;gap:1rem;align-items: center;font-size:14px;margin:1.5rem 0;}
.icon-with-text img{width:30px;}
.announcement-bar {font-size: 13px;margin-bottom: -2px;}
.footer__block--newsletter {font-size: 13px;}
.text-left{text-align:left;}
.title_div{position:relative;}
.filter_div{position:absolute;right:0;bottom:0;}
.second-block .blog-post-list-custom {grid-template-columns: 2fr 1fr;border-bottom: 1px solid #000;padding-bottom: 2rem;}
.blog-post-card__info p{text-align:center;width:100%;font-weight:400;}
.blog-post-card__title{font-size:32px;line-height:1.2;text-decoration:none;}
.featured-blog-post h2{line-height:1;margin:2rem 0;}
.blog-post-card__excerpt{font-family: "Lausanne-Regular"!important;font-style:italic;line-height:1.5;margin:0;}
.mega-menu__linklist {min-width: 20%;}
.blog_header{display:flex;display: flex;text-transform: uppercase;align-items: center;justify-content: space-between;border-top: 1px solid #000;border-bottom: 1px solid #000;padding: 10px 0!important;}
.desk{display:block;}
.mob{display:none!important;}
.show{display:block!important;z-index:1;}
.p_flex{cursor:pointer;}
.global_shipping{background-color:#000;display:block;align-items: center;justify-content: center;margin: 2rem 0 2rem;gap: 1rem;padding: 10px 0;}
.global_shipping p{margin:0;text-transform: uppercase;}
.custom_heading{font-size:52px;margin:0;}
.featured-blog-post{padding: 1rem 0;}
.blog-post-list{--blog-post-list-row-gap: 0rem!important;}
.blog-post-card__info{padding: 1rem 0rem 2rem;}
.product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--secondary {object-fit: cover;}
.pointer svg{width: 5px;cursor: pointer;margin: 0 10px;}
.product-card__info .gap-2{margin-top:1rem;}
.produc_swatch_full{width:100%!important;}
.rating-badge__stars svg{width:18px;}
.varint_scroll{display: flex;align-items: center;width: 100%;justify-content: center;}
.multiple-media-with-text__media-wrapper div img{width:100%;}
.image-with-text picture img{width:100%;}
.col_heading{font-size:52px;}
.tab-content {font-size:14px;padding: 0 10px;}
.metafield-multi_line_text_field,.image-with-text .Lausanne p{color: #000;font-family:"Lausanne-Regular"!important;}
.aboutheading_size{font-size:52px;}
.is-solid .header__logo-image{filter: invert(1);}
.header:hover .header__logo-image {filter: invert(1);}
.article img{width:100%;}
.js{padding-bottom:0px!important;}
.variant_upper{z-index: 99999999999999999999999999999;position: relative;}
.product-card .product-card__image--secondary{transition:1s ease;}
.product-card:hover .product-card__image--secondary{opacity:1;}
.blog_half{display: flex;align-items: baseline;gap: 1.5rem;text-align: justify;line-height: 1.5;}
.blog_half p{width:50%;}
.image__content{width:65%!important;}
.text__content{width:35%!important;}
variant-radios{position:relative;}
.product__pickup-availabilities{display:none!important;}
.text-center{text-align:center;}
.image-with-text__heading{line-height:1;font-size: 52px;text-transform: uppercase;}
.banner__text{display: flex;justify-content: center;}
.card-information__text {font-size: 32px;}
.title-wrapper .title{font-size:52px;}
.newsletter-form .field__input {
border: 1px solid #e1d4c6!important;
  border-radius: 45px;
}
.footer .typeset {margin: 2rem 0;font-size:12px;}
 .footer-block__details-content > p {
    font-size: 12px;
    line-height: 1.5;
  }
.title_img {
  text-transform: uppercase;
}
.la-select-lenses-btn {
  background-color: transparent!important;
  border: 1px solid #000!important;
  color: #000!important;
  font-weight: 100 !important;
  min-height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.la-select-lenses-btn:hover {
  color: #fff!important;
}
.product_flex_btn{display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;}
 .card-information__text {
    text-transform: uppercase;
  }
.price .price__suffix {
  display: none;
}
.heading_img{display: flex; justify-content: center;}
.klaviyo-star-rating-widget{text-align:center;}
#shopify-section-template--17491515441409__rich_text_PwDmt7{display:none;}
.card-information__text {
    display: block!important;
    margin-top: 1rem !important;
  }
.slick-dots li button::before{font-size: 12px!important;content: '○'!important;opacity:1!important;}
.slick-dots .slick-active button::before{font-size: 12px!important;content: '•'!important;top: 2px;}
.slick-dotted.slick-slider {padding-bottom: 30px;margin-bottom: 0!important;}
.card--image-animate > img:first-of-type {background-color: #f2eae1 !important;}
.header__menu-item .label {
    opacity: 1;
    color: #e5d8ca;
  }
.swym-button{z-index:5!important;}
.card + .card-information {
  background-color: #f1e9e0;
}
.card-wrapper{transition: 0.5s ease;}
.second-img {display: none;position: absolute;top: 0;left: 50%;transition: 0.5s ease;top: 50%;transform: translate(-50% ,-50%);width: 100%;}
.card--product:hover .second-img{display:block;}
.contact__button .button{border: 1px solid #000;}
.card--product:hover + .card-information {z-index: 2;background-color: #f2eae180;}
.feature-icon-with-text{display:flex;gap:1rem;align-items:center;justify-content: center;}
.feature-icon-with-text img{width:100px;}
.banner__box .button{font-size:14px;}
.product_tab .button,.accordion_tab .button{border:1px solid #000;}
.custom_act_var{width:100%;margin:1rem 0;}
.act_var{display: inline-block;border-radius: 50%;overflow: hidden;height: 25px;width: 25px;}
.act_var img{width:100%;height:100%;}
.var_img[src=""] {display: none;}
.grid_btn{border: 1px solid #000;padding: 8px 10px;display: flex;gap: 5px;border-radius: 30px;padding-top: 13px;}
.grid_btn span{margin-bottom:0;font-size: 14px;margin-left: 0;opacity:0.5;font-weight: 100;}
.grid_btn .span_act{opacity:1;}
.mob_flex{display:flex;align-items:center;justify-content: space-between;}
.mob_flex .button--small {min-width: 10rem;}
.thumbnail::after{content: none!important;}
.variant-metafield{font-size:13px;font-weight: 100;text-decoration: none;color:#000000b3;text-transform: capitalize;display: flex;gap: 5px;align-items: center;}
.variant-metafield .variantMetaList label:first-of-type{border-left: 1px solid #646464;padding-left: 5px;}
.home-blog-slideshow .button--cta {text-decoration:none;opacity:1!important;font-weight:100;}
.home-blog-slideshow .button--cta span{font-size:14px;}
media-gallery {display: flex!important;flex-direction: row-reverse;gap:0rem;}
.product__thumbnails-wrapper{overflow:scroll;}
.product-form__input .form__label {display: flex;align-items: flex-start;gap: 5px;}
.cart-recommendations   a.product-title {font-size: 24px;}
.button-container .button{background-color:transparent;}
.facets__open:hover,.mini-cart__footer .button:hover,.cart__checkout-button:hover{background-color: #000 !important;color: #fff;}
.card-information__text_custom{font-size: 28px;text-decoration: none;padding:5px 0;text-transform:uppercase;display: block;}
.card-information .price {justify-content: center;}
.collection .product-grid li{background-color: #f2eae1;}
.banner__box .button{transition:0.3s ease-in-out;}
.banner__box .button:hover,.facets__summary .button:hover{background-color:#000;color:#e5d8ca;}
.facets__display{position:relative;}
/* .facets__display:after{width: 0px;height: 0px;border-style: solid;border-width: 0 100px 150px 100px;border-color: transparent transparent #F5F5F5 transparent;transform: rotate(0deg);content: "";
  z-index: 9999999999999999999999999999999999999999999;
  left: -71px;
  position: absolute;
  top: -115px;} */
.video-section .title-wrapper {margin-bottom: 0rem;}
.text_relative{position:relative;}
.top_text{display:flex;justify-content:space-between;padding:0 10px;position:absolute;left:0;top:0;width:100%;}
.bottom_text{display:flex;justify-content:end;padding:0 10px;position:absolute;left:0;bottom:0;width:100%;}
.top_text p,.bottom_text p{font-size:12px;margin:0;}
.bottom_text p{text-align:right;margin:0;}
.form__message .icon-success{display:none;}

/* ===================================================================================================== */

@media (min-width: 320px) and (max-width: 830px) {
.header_img{width: 100%;margin: 10px auto;}
.view_all{display:none;}
.blog-post-list-custom {grid-template-columns: 1fr;}
.blog-post-card__title{font-size:18px;}
.featured-blog-post h2{font-size:24px;line-height:1.2;}
.blog_header{ margin-top: 1rem;}
.product-gallery{margin-top:1rem;}
.desk{display:none!important;}
.mob{display:block!important;}
.bordered-section{border-block-start-width: 0px!important;}
.payment-methods svg{width: 45px;}
.payment-methods{gap: 15px 5px;}
.custom_heading{font-size:30px;}
.produc_swatch {width: 70%!important;text-align: center;}
.col_heading{font-size:30px;}
.multiple-media-with-text__media-wrapper {display: block;}
.multiple-media-with-text__media-wrapper div {margin:20px 0;}
.multiple-media-with-text__content-wrapper .prose .h3 {text-align: center;}
.header-sidebar__linklist-button {font-family: "Lausanne-Regular";font-size: 36px;justify-content: center;padding-block-start: 10px!important;padding-block-end: 10px!important;}
.drawer--sm {--drawer-max-width: min(100vw);}
.header-sidebar__linklist li{border:0;}
.menu_icon{border: 0;display: flex;justify-content: center;padding: 10px 0;}
.menu_icon svg{width:40px;}
.menu_drawer_icon{display: flex;align-items: center;justify-content: center;gap: 2.5rem;margin-top: 2.5rem;}
.menu_drawer_icon a svg{width:35px;}
.product-card__image--secondary {display: none!important;}
.aboutheading_size {font-size: 36px;line-height: 1.5;}
.col_icon {display: flex;justify-content: center;margin-top: 1rem;}
.col_icon svg {width:30px;}
.shopify-section:not(:first-child) .bordered-section {border-color: #000000;}
.mob_hide{display:none;}
.grid_section_hr {padding-top: 0rem!important;border-top: 0px solid #000!important;}
.SectionHeader__SubHeading{font-size: 12px;line-height: 1.5;}
.blog_half{flex-wrap: wrap;gap: 0rem;}
.blog_half p{width:100%;}
.image__content{width:100%!important;}
.text__content{width:100%!important;}
.icon_with_txt {font-size: 12px;}
.image-with-text__heading{text-align:center;line-height: 1;width: 100%;font-size: 32px;}
.image-with-text__content > * + * {font-size: 14px;text-align: center;}
.title-wrapper .title{font-size:28px;}
hr { margin: 2rem 0;height:0;}
.card + .card-information {
  padding-top: 0rem!important;
}
.card-information__text {
  font-size: 18px;
}
.product-form__buttons {
  width: 100%!important;
}
.product-form__submit {
  min-height: 40px!important;
  height: 30px!important;
  min-width: 50%;
  font-size: 10px!important;
}
.product_flex_btn {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
.heading_img img{filter: invert(1);}
#shopify-section-template--17459175293185__image_banner_yQarwQ .banner__content {align-items: center!important;}
#shopify-section-template--17491515441409__rich_text_pBhy97{display:none;}
#shopify-section-template--17491515441409__rich_text_PwDmt7{display:block;}
.price bdi {font-size: 12px!important;font-weight:500;}
.full_height{height:auto;display:flex;align-items:center;}
.slick-dots {bottom: 0px!important;}
.slider-mobile-gutter {
  padding-bottom: 0rem;
}
.product__text {font-size: 12px!important;}
.container.container--lg {
  width: 100%!important;
  padding: 0 2rem;
}
.la-select-lenses-btn {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-weight: 100 !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  width: 100%;
}
.header-wrapper--uppercase .menu-drawer__menu-item {
  border: 0;
}
.footer__localization {
  justify-content: left!important;
}
.header-wrapper--uppercase .menu-drawer__menu-item {
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  padding: 5px 0;
  font-size: 28px;
  color:#E5D8CA;
}
.menu-drawer__navigation-container {
  background-color: #231F20;
}
footer .accordion__title {
  font-size: 16px!important;
}
 footer details[empty] summary ~ * {
    padding-top: 35px!important;
    margin-bottom: 20px;
  }
.article-template__navigation li + li {
  padding-top: 0!important;
  margin-top: 0!important;
}
.article-template__navigation {
  display: flex!important;
  align-items: baseline!important;
  padding: 10px!important;
  margin-top: 0!important;
}
.navigation__previous{text-align:left!important;}
.navigation__next{text-align:right!important;}
.footer-block-image{display:none;}
.mobile-facets__open{justify-content: end;}
.small_txt {
  display: none;
}
.menu-drawer__account,.collection-list::-webkit-scrollbar {
  display: none;
}
.product-grid{--grid-horizontal-spacing: 5px!important;}
.slideshow__text{font-size:12px;}
.featured-product .product-form__submit {min-width: 140px;}
.card-information__text_custom {font-size: 18px;}
.card__colors {padding-top: 5px!important;padding-bottom: 5px!important;}
.card__colors {gap: 0.8rem!important;}
.accordion_tab .button{padding: 5px 10px !important;min-width: 10rem;font-size: 10px;min-height: 3rem;}
.product__media-list {width: 100%!important;}
media-gallery {display: block!important;}
.text-section .about {min-width: -webkit-fill-available;padding: 10px 0;min-height: 10px;line-height: 1;border: 0;text-align: left;justify-content: left;text-decoration: underline;border-radius: 0;}
.grid--1-col-mobile .card-information__text_custom{font-size: 24px!important;}
.variant-metafield {margin:0px 0;}
.product-form__input .form__label {display: block;gap: 5px;flex-wrap: wrap;}
.cart-recommendations   a.product-title {font-size: 14px;}
.slider-button--next::after {content: none!important;}
.shopify-section-header-sticky .icon-hamburger {color: #f9f6f3;}
.rich-text__text p{font-family: "Lausanne-Regular"!important;}
.recently-viewed-products .grid--1-col-mobile .card-information__text_custom{font-size: 14px!important;}
.slider-button{display: flex;justify-content: center;align-items: center;}
.slider-mobile-gutter .slider-buttons {width: 100%;justify-content: space-between;bottom: 10px !important;}
.product__media-wrapper .slider-mobile--overlay .slider-button {background-color: transparent;}
.slider-button .icon {color: #000;}
.landing_heading_2{font-size:48px!important;letter-spacing:-3px;margin-bottom:0!important;}
.landing_heading_3{font-size:32px!important;}
.landing_heading_4{line-height: 1!important;}
.blackfriday_section .NeueHaasUnicaW1G-XBlack{color:#fff;}
.blackfriday_section .newsletter-form .field__button {background-color: #1a1b18;color: #fff;width: 65px!important;min-width: 65px !important;}
.blackfriday_section .field__input::placeholder {color:#fff!important;}
.blackfriday_section .field__input {color:#fff!important;background-color: #00000085!important;box-shadow:none!important;}
.blackfriday_section .field {gap: 1rem;flex-wrap:wrap;justify-content:center;}
.blackfriday_section .newsletter-form .field__button {background-color: #ffffff;color: #000000;}
.landing_heading_1,.landing_heading_4{display:none;}
.top_text{display:none;}
.bottom_text{display:none;}
.image-with-text__content {padding-top: 0rem!important;}
.landing_heading_5{font-size:16px;line-height:1!important;margin-bottom: 6rem !important;}
.blackfriday_section.image-with-text__content>*+* {margin-top: 0rem!important;}
.blackfriday_section .field {gap: 1rem!important;}
.blackfriday_signup {margin-bottom: 0rem!important;margin-top: 0rem!important;}
.acumin-pro {color: #fff;}
.blackfriday_section .form__message {font-size: 20px;}
}



div.card-information__top {justify-content: center;}
.account_menu{display: flex;justify-content: space-between;gap: 2rem;text-decoration: none;padding-bottom: 1rem;border-bottom: 1px solid #283440;margin-bottom: 3rem;}
.account_menu a {
  text-decoration: none;
  font-family: "Wigrum-Regular" !important;
  text-transform: uppercase;
  font-size: 12px;
  color: #1a1b18;
  margin: 0 1rem;
  opacity:0.7;
  letter-spacing: 0px;
}
.acc_active{opacity:1!important;}
.ac_title {
  margin-bottom: 0px !important;
  font-size: 12px !important;
  display: contents;
}
 .featured-product {
    position: relative;
  }
#tab-1 p{margin:0px;}
.NeueHaasUnicaW1G-XBlack{font-family: NeueHaasUnicaW1G-XBlack!important;line-height: 0.8; margin: 1rem 0;}
.blackfriday_section .image-with-text .image-with-text__content {max-width: 100%!important;}
.blackfriday_signup{width:90%;margin-bottom: 1rem;margin-top: -1rem!important;}
.blackfriday_section .newsletter-form .field__button {background-color: #1a1b18;color: #fff;width: 100px;position:unset!important;}
.blackfriday_section .field {gap: 1.5rem;}
.blackfriday_section .newsletter-form .field__input {font-size: 18px;}

@media only screen and (max-width:830px){
.second-img {display: none;position: absolute;top: 0;left: 50%;transition: 0.5s ease;top: 50%;transform: translate(-50% ,-50%);width: 100%;}
.card--product:hover .second-img{display:none;}
.variant-metafield .variantMetaList label:first-of-type {border-left: 0px solid #646464;padding-left: 0px;}
.color_swatch{margin-bottom:1rem;}
.product-form__input {display: contents!important;}
.account_menu {
  flex-wrap: wrap!important;
  justify-content: center!important;
}
}
@media (min-width: 480px) and (max-width: 990px) {
.featured-product .product__info-wrapper {
    position: absolute;
    width: 80%!important;
    background-color: #f9f6f3;
    padding: 0 2rem;
    transform: translate(-50%,-50%);
    left: 50%!important;
    top: 50%;
}
 .featured-product.product__grid--reverse .product__info-container {
    padding-inline-end: 0rem!important;
  }
  .landing_heading_2{display:none;}
}
/* ======================================Tablet================================================== */
@media (min-width: 768px) and (max-width: 1550px) {
.card-information__text_custom {
  font-size: 18px!important;
}
.collection .product-grid {
  margin-top: 0.5rem!important;
  margin-bottom: 0rem!important;
}
.menu_drawer_icon {padding-left: 3rem!important;}
.featured-product .product__title .product__heading {font-size: 24px;}
.featured-product .product__text {
  text-align: center;
  font-size: 12px!important;
  line-height: 1.4!important;
}
.full_height {
  height: auto!important;
}
.slideshow__heading{font-size:22px;}
.slideshow__subheading{font-size:16px;}
.slideshow__text{font-size:10px;}
.flickity-viewport {min-height: 400px!important;}
/* .home-blog-slideshow .slideshow__center {max-width: 80%!important;margin:0px auto;transform: translate(-50%,-50%);left: 50% !important;top: 50% !important;} */
.featured-product .price bdi {font-size: 16px!important;}
.menu-drawer__navigation-container {background-color: #231F20;}
 .header-wrapper--uppercase .menu-drawer__menu-item {
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    font-size: 28px;
    color: #E5D8CA;
  }
.menu_drawer_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
   .menu_drawer_icon a svg {
    width: 35px;
  }
  .menu_icon svg {
    width: 40px;
  }
   .menu_icon {
    border: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
 .footer__content-left {
    width: 100%!important;
  }
.footer .icon-with-text{font-size:12px!important;}
.footer .list-menu__item--link {
  font-size: 12px!important;
}
.full_height .container,.full_height .container .image-with-text {
  height: auto!important;
}
.content_width {
  width: 100%!important;
  margin: 0px auto;
}
.image-with-text .text-section {
  width: 50%;
  padding: 6rem 5rem!important;
}
.image-with-text .image-section {
  padding: 5rem 1rem!important;
}
.heading_size {
  font-size: 20px !important;
}
.image-with-text .text-section p {
  font-size: 12px!important;
}
.title_big {
  font-size: 32px !important;
}
.flexbox_lst,.flexbox_lst2 {
  flex-wrap: wrap;
}
blog-posts.first-block.blog-post-list.blog-post-list-custom {
  width: 100%!important;
  border-right: 0px solid #000!important;
  padding-right: 0px!important;
}
blog-posts.second-block.blog-post-list.blog-post-list-custom {
  width: 100%!important;
}
.second-block .overflow-hidden {
  height: auto!important;
}
.collection .grid--2-col .grid__item {
    max-width: calc(50% - var(--grid-horizontal-spacing) / 2)!important;
  }
.footer-block-image {display: block!important;}
.home-blog-slideshow .slideshow__content .flickity-button {
  top: unset;
  background-color: transparent;
  border: 0;
}
.banner__media,.banner__media .media {
  height: 80vh;
}
.landing_heading_2{display:none;}
}

@media (min-width: 768px) and (max-width: 1024px) {
 .home-blog-slideshow .slideshow__center {
    max-width: 60%!important;
    width: 100%!important;
    margin: 0 auto!important;
    padding: 1rem;
    flex: unset!important;
    align-self: center!important;
    position: absolute!important;
    transform: translate(-50%,-50%)!important;
    left: 50%!important;
    top: 50%!important;
  }

.template-product .grid--2-col-tablet .grid__item {
    width: max-content!important;
  }

}




@media (min-width: 1800px) and (max-width: 15000px) {
.landing_heading_1, .landing_heading_4 {font-size: 142px !important;letter-spacing: -11px;}
.blackfriday_signup {width: 70%;margin-bottom: 1.5rem;margin-top: -1.5rem !important;}
.center_text_div img {width: 350px!important;}
.Img_relative{width:40%!important;}
.text_relative{width:60!important;}
.landing_heading_5 {font-size: 24px !important;line-height: 1 !important;}
.top_text p, .bottom_text p {font-size: 18px;}
.blackfriday_section .form__message {font-size: 28px;}


}

/*.card-information span.price-item.price-item--sale {
    display: none!important;
}*/
@media (min-width: 760px){
.card-wrapper .card__badge .badge--onsale {
font-size: 1.2rem!important;
}
}

.recently-viewed-products sup.price__suffix {
    display: contents!important;
    font-size: large!important;
}
/*Custom Animations*/
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade-in-on-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}



/* Suppress the black line in de menu */
body:not(.template-index):not(.template-collection)
  .transition-content,
body:not(.template-index):not(.template-collection)
  .transition-content::before,
body:not(.template-index):not(.template-collection)
  .transition-content::after,
body:not(.template-index):not(.template-collection)
  .header-background::before,
body:not(.template-index):not(.template-collection)
  .header-background::after,
body:not(.template-index):not(.template-collection)
  .list-menu-dropdown::before,
body:not(.template-index):not(.template-collection)
  .list-menu-dropdown::after {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  outline: none !important;
  height: auto !important;
}


/* Remove hover promo banner */
.promotion__animation {
  animation: scroll-infinite 25s linear infinite !important;
  pointer-events: none !important; /* empêche le hover/clic */
  will-change: transform; 
}


/* Footer Color */


footer,
footer .grid,
footer .grid__item {
  background-color: #1C1A1A !important;
}
footer .footer-block,
footer .footer__content-left,
footer .footer__content-right {
  background-color: #1C1A1A !important;
}


/* Font banner but you can do it on the custom theme */
.custom-announcement-font .announcement-text {
  font-family: "Lausanne-Regular" !important;
}



/* fix the flex */
.snptwgt-feed__items-inner {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  justify-content: flex-start !important;
  gap: 16px !important; /* si besoin */
}

.snptcrd--vid {
  min-width: 300px !important;
  max-width: 100% !important;
}
/*Mobile xs*/
@media screen and (min-width: 320px){
  .mob-xs {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .desk {
    display: none !important;
  }
  .mob {
    display:block !important;
  }
  
}

/* Patch for the product--page-container */

/* Disable SNPT animations */
.snptwdgt-feed,
.snptwdgt-feed__items-inner,
.snptwdgt-container {
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
  transform: none !important;
}

/* General container */
.product--page-container {
  overflow: hidden;
  transition: none !important;
}

/* Layout main responsive  */
.worn-by-you--wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .worn-by-you--wrapper {
    flex-direction: row;
    align-items: stretch;
  }
}

/* Text block */
.worn-by-you--legend {
  flex: 0 0 320px;
  max-width: 100%;
  background-color: rgb(242, 233, 224);
  border-radius: 20px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.worn-by-you--legend .title {
  font-size: 6rem;
  line-height: 1;
  margin: 0;
  padding: 0 1rem;
}

.worn-by-you--legend .text {
  font-size: 1.2rem;
}

.worn-by-you--ornament {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
}

/* Fluid carousel on the right */
.worn-by-you--carousel {
  flex: 1 1 auto;
  overflow: hidden;
}

/* Ensure the carousel layout doesn't jump */
.snptwdgt-container {
  min-height: 600px;
  overflow: hidden;
}

/* Internal carousel structure */
.snptwdgt-feed__items-inner {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
}

.snptwdgt-feed__items-inner {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.snptwdgt-feed__items-inner::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}


.snptcrd {
  flex-shrink: 0;
}

/* Hide SNPT auto footer */
.worn-by-you--carousel .snptwdgt-rtd__f6tr {
  display: none !important;
}



/* Sunglasses Lausanne */
h2.title.h1 {
  font-family: 'Lausanne', sans-serif !important;
  font-weight: bold; 
  font-size: 48px; 
  letter-spacing: -0.02em;
}

.collection-header-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.collection-header-custom img {
  margin-bottom: 0.5rem;
}

.collection-header-custom p {
  font-family: 'Lausanne-Regular', sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

.collection-header-custom h2.title.h1 {
  font-family: 'Lausanne', sans-serif !important;
  font-weight: 300;
  font-size: 48px;
  letter-spacing: -0.02em;
  margin-top: 0.8rem;
}


/* bande free shipping */

.global_shipping_container {
  margin: 2rem 0;
}

.global_shipping {
  background-color: #000 !important;
  border-radius: 9999px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global_shipping p {
  color: #fff;
  font-family: 'Lausanne', sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
}

/* Suppress the icon */

.global_shipping .slick-slide::before,
.global_shipping svg,
.global_shipping img {
  display: none !important;
}

/* lausanne bande product page */
.promotion__text.heading {
  font-family: 'Lausanne', sans-serif !important;
}
/* Force lausanne */

@font-face {
  font-family: "Lausanne-Regular";
  src: url("/cdn/shop/files/Lausanne-Regular_46981949-e1e1-4870-9199-6b9538681356.otf?v=1706873954") format("opentype");
  font-display: swap;
} 

*,
*::before,
*::after {
  font-family: "Lausanne-Regular" !important;
}*/


/* Force capital-lowercase cards*/

.card-information__text,
.card-information__text_custom,
.card__heading,
.product-title {
  text-transform: capitalize !important;
}


/* reduce letter spacing in the cards */

.card-information__text_custom.h4 {
  letter-spacing: -0.02rem !important;
}


/* Appliquer RoslindaleVariableDisplay aux textes clés */

p.product__text,
.slideshow__text.typeset,
.product__type {
  font-family: "RoslindaleVariableDisplay"!important;
}

.slideshow__text.typeset,
.slideshow__text.typeset2,
.rich-text__text.typeset3,
p.product__text,
.product__type {
  font-family: "RoslindaleVariableDisplay", serif !important;
}


.slideshow__text.typeset,
.slideshow__text.typeset2,
.rich-text__text.typeset3,
p.product__text,
.product__type,
.banner__text.typeset2,
p.banner__subheading.h4 {
  font-family: "RoslindaleVariableDisplay", serif !important;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* Titre principal type h1 hero : moins serré */
.banner__heading.h1 {
  font-family: "RoslindaleVariableDisplay", serif !important;
  letter-spacing: -0.02em;
}

/* Sous-titres et accroches en Roslindale */
.banner__text.typeset2.rte em,
.banner__text.typeset2.rte h3 em,
.banner__text.typeset2.rte h4 em {
  font-family: "RoslindaleVariableDisplay", serif !important;
  letter-spacing: 0.00em;
  line-height: 1.4;
}

/* Titre principal "COLLABORATIONS" en Lausanne (rien à toucher si déjà ok) */
.banner__heading.h1 {
  font-family: "Lausanne-Regular", sans-serif !important;
  letter-spacing: -;
}


.slideshow__text.typeset2 {
  font-size: 1.6rem !important; /* ou 1rem si tu veux encore plus petit.. */
  line-height: 1.4;
  font-family: "RoslindaleVariableDisplay", serif !important;
  letter-spacing: -0.0em;
}

/* Réduction d'interlettrage pour tous les textes en Lausanne-Regular.. */

body, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.lausanne, .price bdi,
.menu-drawer__menu-item,
.product__title, .product__heading {
  letter-spacing: -0.02em;
}

.banner__heading.h1 {
  letter-spacing: -0.02em !important;
}

h2.title.h1 {
  font-weight: normal !important;
}

/* Price suffix */

.recently-viewed-products sup.price__suffix {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  vertical-align: baseline !important;
  top: 0 !important;
  position: relative !important;
}



/* Font slide show */
.slideshow__text.typeset {
 font-family: "RoslindaleVariableDisplay", serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5;
  letter-spacing: -0.01em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slideshow__text.typeset {
    display: block !important;
  }
}
.slideshow__text.typeset * {
  all: unset;
  font-family: "RoslindaleVariableDisplay", serif !important;
  font-size: inherit;
  line-height: inherit;
}



/* svg en couleur */

.heading-img-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .heading-img-desktop {
    display: none !important;
  }
  .heading-img-mobile {
    display: inline-block !important;
  }
}
.heading-img-mobile {
  filter: none !important;
  mix-blend-mode: normal !important;
  color: bisque !important;
  fill: bisque !important;
}

/* grid */


@media screen and (min-width: 750px) {
  #ProductGridContainer .product-grid {
    column-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  #ProductGridContainer .product-grid .grid__item {
    padding: 0 !important;
    margin: 0 !important;
    width: calc((100% - 1rem) / 3); /* 3 colonnes avec 0.5rem * 2 de gap..... */
    max-width: calc((100% - 1rem) / 3);
  }
}

/* font add to cart */

@media screen and (max-width: 749px) {
  .product-form__submit.button--full-width {
    font-size: 1.5rem !important; /* force la taille */
  }
}


/* interlettrage slishow - As seen on */



/* Réduit l’interlettrage pour les titres du slideshow */
.slideshow__heading.h1 {
  letter-spacing: -0.02em;
}

/* Réduit l’interlettrage pour les titres de texte enrichi comme "As Seen On" */
.rich-text__heading.h0 {
  letter-spacing: -0.02em;
}



/* css lettrage png */

/* Ne cible QUE cette bannière */
#shopify-section-template--19462283657473__image_banner_yQarwQ .banner__media {
  position: relative;
  overflow: hidden;
}

#shopify-section-template--19462283657473__image_banner_yQarwQ .banner-font--desktop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  mix-blend-mode: multiply; /* ou normal si tu préfères.. */
  opacity: 1;
}

#shopify-section-template--19462283657473__image_banner_yQarwQ .banner-font--mobile {
  display: none;
}

/* Pour mobile : affiche le lettrage mobile et cache le desktop */
@media (max-width: 750px) {
  #shopify-section-template--19462283657473__image_banner_yQarwQ .banner-font--desktop {
    display: none !important;
  }
  #shopify-section-template--19462283657473__image_banner_yQarwQ .banner-font--mobile {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    height: auto;
    max-width: 90vw;
    max-height: 80vw;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 1;
  }
}
/* Mask everywhere */
.banner-font--mobile {
  display: none !important;
}


/* Cible UNIQUEMENT le h2 du titre produit dans la fiche produit */
.product__title h2 {
  font-family: "RoslindaleVariableDisplay", serif !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product__title h2,
.product__title h2 * {
  text-transform: uppercase !important;
  font-size: 3rem !important; 
}


.product__info-container .product__text {
  font-family: "Lausanne-Regular", sans-serif !important;
  font-size: 1.6rem !important;
}


.product__text.subtitle {
  font-family: "Lausanne-Regular", sans-serif !important;
  font-size: 1.1rem !important;     
  font-weight: normal;
  opacity: 0.8;                   
}


/* Animation color card*/
.card .flip-icon {
  color: #fff;              /* face photo */
  transition: color 0.4s cubic-bezier(.68,-0.55,.27,1.55);
}
.card.is-flipped .flip-icon {
  color: #231F20;           /* face texte */
}


  /* Add prescription lenses (Lensadvizor)... */
@media screen and (max-width: 830px) {
 .lensadvizor-btn.la-select-lenses-btn,
  #la-select-lenses-btn {
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}
@media screen and (max-width: 830px) {
  /* Text bouton wishlist (Swym) */
  .swym-button.swym-add-to-wishlist .swym-wishlist-cta {
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: none !important; /* minuscule on "wishlist" */
  }
}



/* UNIKA_wholesale-page media Css Sunarc -- 24/06/25 */
@media screen and (max-width: 1024px) {
  body.page-wholesale-program-test h2.landing_heading_1.h1 {
    display: block;
    font-size: 55px !important;
    margin-bottom: 10px !important;
  }
  body.page-wholesale-program-test .image-with-text__grid {
    padding-left: 0px !important;
  }
  body.page-wholesale-program-test .image-with-text__content {
    padding: 20px;
  }
  body.page-wholesale-program-test .scrolling-promotion {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  body.page-wholesale-program-test .lens-carousel-section {
    padding: 20px;
    margin:22px auto;
  }
  body.page-wholesale-program-test .carousel-heading h2 {
    font-size: 45px!important;
  }
  body.page-wholesale-program-test .carousel-bottom {
    margin-top: 50px;
  }
  body.page-wholesale-program-test .wholesale-heading {
    font-size: 30px;
  }
  body.page-wholesale-program-test .slider__slide .media-wrapper {
  border-radius: 0;
}

body.page-wholesale-program-test a.card-information__text_custom.h4 {
  font-size: 20px !important;
}
body.page-wholesale-program-test .wholesale-intro-section{
  padding:20px 20px!important;
}
  
}

/* Hide the blue circle around add prescription */
.lensadvizor-btn.la-select-lenses-btn:focus,
#la-select-lenses-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}


/* black hover wishlist cta */
.swym-button.swym-add-to-wishlist-view-product:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}


/* Adjust width on small screens (mobile) */
@media (max-width: 767px) {
  .message-window-iframe-xidf9w {
   width: 226px;
    left: 5%;     
  }
}


/* Hide widget on desktop */
@media (min-width: 1024px) {
  .message-window-iframe-xidf9w {
    display: none !important;
  }
}

/* Show widget on mobile/tablet */
@media (max-width: 1023px) {
  .message-window-iframe-xidf9w {
    display: block !important;
  }
}


/* Style for the product label badge on collection product cards */
.badge-list--vertical.card__badge {
  position: absolute;
  top: 10px;         /* adjust as needed */
  left: 10px;        /* adjust as needed */
  z-index:99999;       /* ensures it appears above the product image */
}
.product-label {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 44px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap; /* prevents breaking into 2 lines */
  margin-right: 6px;   /* spacing if multiple tags */
}

/* Tablet and smaller screens */
@media (max-width: 768px) {
  .product-label {
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 30px;
  }
}

/* Small mobile screens */
@media (max-width: 480px) {
  .product-label {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 20px;
  }
}


.badge--soldout {
  background-color: #e3342f;
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
}



#shopify-section-template--19680644595969__blackfriday_img_with_text_dWxiyU .image-with-text__grid {
    background-color: #f0e8df;
    border-radius: 25px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
  #shopify-section-template--19680644595969__blackfriday_img_with_text_dWxiyU .image-with-text__grid {
    padding-left: 0px;
    border-radius: 15px; /* optional: adjust for mobile if needed */
  }
  #shopify-section-template--19680644595969__blackfriday_img_with_text_dWxiyU .landing_heading_1, .landing_heading_4{
   margin-bottom:0!important;
    text-align: center;
 }
}

 #shopify-section-template--19680644595969__blackfriday_img_with_text_dWxiyU .landing_heading_1, .landing_heading_4{
   display:flex!important;
   margin-bottom:0;
 }

 /* Cible le titre H0 de n’importe quelle section “Featured product” */
div[id^="ProductInfo-"] h2.product__heading.h0 {
  text-transform: none !important;
  letter-spacing: -0.03em !important;
  font-family: "Lausanne-Regular", sans-serif !important;
  font-size: 3.6rem !important;     
  font-weight: normal;
}



/* === Forcer RoslindaleVariableDisplay Regular (wght 400, wdth 100) uniquement sur les éléments qui l’utilisent === */
@supports (font-variation-settings: normal) {
  /* Sélectionne tous les éléments dont la font-family contient “RoslindaleVariableDisplay” */
  [style*="RoslindaleVariableDisplay"],
  .product__heading, /* si tu utilises cette classe pour tes headings */
  .heading,         /* ajoute ici d’autres sélecteurs de tes titres */
  body, p, span, a, li, div {
    font-variation-settings: 
      "wght" 400 !important,  /* Regular weight */
      "wdth" 100 !important;   /* Normal width */
  }
}


/* override CSS */

/* Fix: Prevent product images disappearing on Mac Chrome */
.media > img {
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
  -webkit-transform: translateZ(0); /* force GPU render */
}


/* Slide show sunarc-3nov 2025 */
.ai-slideshow-button-wrapper-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq a{
    padding
: 1rem 3rem; 
    padding-top: calc(1rem + var(--font-button-baseline));
    text-decoration: none;
    border-radius: var(--button-radius);
    border: var(--button-border-width) solid #F5F5DC;
    color:#F5F5DC ;
    min-width:240px;
    max-width: 100%;
    min-height: 4.6rem;
    text-transform: uppercase;
    font-weight: 600;
    transition-property: color, background-color, box-shadow;
    transition-duration: var(--duration-long);
    transition-timing-function: ease;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity));
    background-color: transparent;
}


@media (max-width: 1024px) {
  .ai-slideshow-button-wrapper-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq {
    top: 85%;
  }
}

.ai-slideshow-button-wrapper-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq {
    top: 90%!important;
}

@media (max-width:768px) {
 .ai-slideshow-button-wrapper-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq {
    top: 100%!important;
}
}

/* iPads (portrait & landscape) */
/* @media (min-width: 768px) and (max-width: 1024px) {
  .ai-slideshow-container-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq {
    height:380px!important;
    padding-bottom:0px;
  }
} */


.ai-slideshow-dots-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq{
  display:none!important;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 430px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  
  .ai-slideshow-button-wrapper-amwxravjml0tqk0pudaigenblock165d3a9jw9xtq {
    top: 98% !important;
  }
  /* div#shopify-section-template--20574564122881__blocks_7LgACp {
    height: 65vh;
} */
}



