/** Shopify CDN: Minification failed

Line 1399:0 Unexpected "@media"
Line 4031:29 Unexpected "!"

**/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

form .footer-block__newsletter__form__inputsubmit.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.NewsletterActions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.NewsletterActions p {
  color: white;
  text-align: left;
  letter-spacing: unset !important;
  line-height: 20px;
  text-transform: unset !important;
  font-size: 12px;
}

.NewsletterActions a {
  letter-spacing: 0.1em !important;
  transition: opacity .2s ease-in-out;
  color: white;
  line-height: 20px;
}

.NewsletterActions a:hover {
    opacity: 0.8;
}

.SuccessMessageNewsletter {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.SuccessMessageNewsletter p {
  color: white;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .SuccessMessageNewsletter {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .SuccessMessageNewsletter p {
    text-align: left;
  }
}


.noscroll {
  overflow: hidden !important
}

.fade-on-scroll {
  opacity: 0;
  will-change: opacity;
}

#shopify-section-header.fixed {
  position: fixed;
  width: 100%;
}

#shopify-section-header.fixed #site-header {
  background: none !important;
}

.template-404:not(body) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fbf3ea;
  height: 100vh;
  margin: 0 !important;
  padding-bottom: 60px !important;
  max-width: unset !important;
}

.template-404 .title {
  font-size: 16px;
  font-family: FormaDJRText-Regular,sans-serif!important;
  font-weight: 400;
  margin: 0 0 20px !important;
  line-height: 22.4px !important;
}

.template-404 .button {
  margin: 0 !important;
  height: 38px;
  padding: 0 20px;
  border-radius: 27px;
  appearance: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10%;
  cursor: pointer;
  font-family: FormaDJRText-Medium,sans-serif!important;
  letter-spacing: .1em;
  background-color: white;
  color: white;
  background-color: #05205C;
}

/* Color custom properties */

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

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

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

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* Primary CTA link */

.primary-cta-link {

    border-radius: 27px !important;
    appearance: none !important;
    border: none !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 10% !important;
    cursor: pointer !important;
    font-family: FormaDJRText-Medium,sans-serif !important;
    letter-spacing: .1em !important;
    background-color: white !important;
    color: white !important;
    background-color: #05205C !important;
    line-height: 14px !important;
    padding: 12px 20px !important;
    transition: border-radius .3s ease !important;
}


/* base */

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

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

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

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

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

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

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

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

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

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

  .page-width-tablet {
    padding: 0 4rem;
  }
}

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

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


.Cookies {
    width: 100vw;
    position: fixed;
    overflow: hidden;
    display: flex;
    pointer-events: none;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s backdrop-filter ease, 0.5s -webkit-backdrop-filter ease, 0.5s background-color ease;
}

.Cookies.open .CookiesInner {
  opacity: 1;
  pointer-events: auto;
}

.Cookies .CookiesInner {
    width: 100%;
    max-width: min(400px, calc(100vw - 40px));
    padding: 40px;
    margin: 20px;
    background-color: #05205C;
    color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    transition: 0.5s opacity ease;
    pointer-events: none;
}

.Cookies .CookiesInner .CookiesTextColumn {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-bottom: 16px;
}

.Cookies .CookiesInner .CookiesTextColumn h2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10%;
    font-family: FormaDJRText-Medium,sans-serif!important;
    color: white;
    letter-spacing: .1em;
    margin: 0;
}

.Cookies .CookiesInner .CookiesTextColumn p {
    font-size: 12px;
    font-family: FormaDJRText-Medium,sans-serif!important;
    color: white;
    margin: 0;
}

.Cookies .CookiesInner .CookiesTextColumn a {
    color: white;
    text-decoration: none;
    position: relative;
    font-family: FormaDJRText-Medium,sans-serif!important;
}

.Cookies .CookiesInner .CookiesTextColumn a:hover::before {
    width: 100%;
    visibility: visible;
}

.Cookies .CookiesInner .CookiesTextColumn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    transition: all .2s ease;
}

.Cookies .CookiesInner .CookiesRadios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Cookies .CookiesInner .CookiesRadios .Radio {
    width: 100%;
    color: white;
    height: 24px;
    border-radius: 10px;
    transition: border-radius .3s ease;
    position: relative;
    overflow: hidden;
}

.Cookies .CookiesInner .CookiesRadios .Radio:hover {
    border-radius: 10px;
}

.Cookies .CookiesInner .CookiesRadios .Radio input {
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px white;
    position: absolute;
    top: 4px;
    left: 12px;
    margin: 0;
}

.Cookies .CookiesInner .CookiesRadios .Radio input:checked {
    background-color: white;
}

.Cookies .CookiesInner .CookiesRadios .Radio label {
    position: absolute;
    line-height: 24px;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 10%;
    padding-left: 40px;
    cursor: pointer;
    font-family: FormaDJRText-Medium,sans-serif!important;
}

.Cookies .CookiesInner .CookiesRadios .Radio button {
    cursor: pointer;
    position: absolute;
    height: 24px;
    padding: 0 20px;
    right: 0;
    font-size: 12px;
    font-family: FormaDJRText-Medium,sans-serif!important;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: white;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text {
    position: absolute;
    top: 24px;
    padding: 0 25px 0 40px;
    width: 100%;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text .Radio {
  width: 100%;
  height: 24px;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text .Radio input {
  top: 4px;
  left: 0;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text .Radio label {
  line-height: 24px;
  text-transform: none;
  font-family: FormaDJRText-Regular,sans-serif!important;
  padding-left: 30px;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text p {
  font-size: 12px !important;
  font-family: FormaDJRText-Medium,sans-serif!important;
  margin: 0;
  color: white;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text a {
    color: white;
}

.Cookies .CookiesInner .CookiesRadios .Radio .Text a::before {
    background-color: white;
}

.Cookies .CookiesInner .CookiesActions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Cookies .CookiesInner .CookiesActions .Secondary,
.Cookies .CookiesInner .CookiesActions .Primary {
    width: 100%;
    height: 54px;
    border-radius: 27px;
    appearance: none;
    border: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10%;
    cursor: pointer;
    font-family: FormaDJRText-Medium,sans-serif!important;
    letter-spacing: .1em;
}

.Cookies .CookiesInner .CookiesActions .Secondary {
    background-color: transparent;
    color: white;
}

.Cookies .CookiesInner .CookiesActions .Primary {
    background-color: white;
    color: #05205C;
    transition: border-radius .3s ease;
}

.isolate {
  position: relative;
  z-index: 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-top {
  margin-top: 5rem;
}

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

body {
  font-family: 'FormaDJRText-Regular', sans-serif !important
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

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

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

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

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

h1,
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-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

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

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

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) * 1.8rem);
  }
}

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

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

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

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

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

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

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

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.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 rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a:not(.primary-cta-link) {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.customer a:not(.primary-cta-link) {
  font-size: inherit;
}

.customer a {
  text-transform: none;
}

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

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

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

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

a:not([href]) {
  cursor: not-allowed;
}

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

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

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

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

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 300ms;
  --duration-default: 300ms;
  --duration-long: 300ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 300ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: none;
  box-shadow: none;
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: none;
  box-shadow: none;
}

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

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

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

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

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

.grid:last-child {
  margin-bottom: 0;
}

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

.grid__item 

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

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

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

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

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

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

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

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

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

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

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

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

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

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

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

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

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-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: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

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

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 2rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

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

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - 72px);
  }

  
}

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

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

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

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

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

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

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

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

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

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

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

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

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

.media--16-9 {
  padding-bottom: 56.25%;
}

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

.media.media--hover-effect > img + img {
  opacity: 0;
}

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

deferred-media {
  display: block;
}

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

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  /*--border-opacity: calc(1 - var(--buttons-border-opacity)); */
  --border-opacity: 0;
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.customer button {
  display: flex;
}


.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

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

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

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

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

/* Button - other */

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

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

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

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

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

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

details[open] > .share-button__fallback {
  transition: opacity 0.3s ease;
}

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

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

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

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

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

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

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

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

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

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

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

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

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

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 16px;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground));
  letter-spacing: 0;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 4px;
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

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

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

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

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

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

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

/* Text area */

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

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

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

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

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

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

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

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

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

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

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

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-transform: inherit !important;
}

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

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

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

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 14px;
}

.announcement-bar__message p {
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin: 0;
}

.announcement-bar__message a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 14px;
  letter-spacing: 0.1rem;
  text-transform: inherit;
}

@media screen and (max-width: 749px) {
  .announcement-bar__message p, 
  .announcement-bar__message a {
    font-size: 13px;
  }
}

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

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

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

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

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

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 999;
}

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

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

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

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

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

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

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

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

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

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

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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


.header__icon,
.header__icon--cart .icon,
.swym-wishlist {
  height: 32px;
  width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon--menu {
  width: auto;
}

.header__icon--cart .icon {
  width: 16px;
}

.header__icon.header__search {
  width: 48px;
}

.header__icon.header__icon--cart .cart-items-number {
  background: #06205d;
  color: #fff;
  height: 14px;
  width: 14px;
  position: absolute;
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2px;
  right: 3px;
}

.swym-wishlist,
.header__icon.header__icon--account {
  margin-right: 8px;
}

.header__icon--cart {
  position: relative;
  margin-right: 0 !important;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

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

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

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

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

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

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

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

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

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

@keyframes animateOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.search-open .search-modal {
  opacity: 1;
}

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

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

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

.search-modal {
  height: 100%;
  top: 100%;
  background-color: white;
  opacity: 0;
  display: flex;
}

#SearchButton .closeText {
  display: none;
}

#SearchButton.open .closeText {
  display: flex;
}

#SearchButton.open .searchText {
  display: none;
}

#SearchButtonListItem {
  display: none;
}

.Search {
  display: flex;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  pointer-events: none;
  transition: background-color .3s ease !important;
  -webkit-transition: background-color .3s ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: background-color .3s ease !important; /* Firefox < 16 */
     -o-transition: background-color .3s ease !important; /* Opera < 12.10 */
        transition: background-color .3s ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: background-color .3s ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.Search .BackgroundView {
  z-index: -3;
  display: block;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  cursor: pointer;
}

.Search.open {
  pointer-events: auto;
  background-color: white !important;
}

.Search.open .BackgroundView {
  pointer-events: auto !important;
}

.Search.open .SearchInner {
  transform: translateY(0);
  opacity: 1;
}

.Search .SearchInner {
  padding: 20px;
  width: 100%;
  transform: translateY(-10px);
  opacity: 0;
  position: relative;
  transition: opacity .3s ease, 0.3s transform ease !important;
  -webkit-transition: opacity .3s ease, 0.3s transform ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: opacity .3s ease, 0.3s transform ease !important; /* Firefox < 16 */
     -o-transition: opacity .3s ease, 0.3s transform ease !important; /* Opera < 12.10 */
        transition: opacity .3s ease, 0.3s transform ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: opacity .3s ease, 0.3s transform ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

#SearchField, #Search-In-Template {
  border: none;
  outline: none;
  color: #05205C;
  text-transform: uppercase;
  -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;  /* Firefox 3.5 - 3.6 */
  box-shadow: none;  
  background-color: #FBF3EA;
  width: 100%;
  padding: 20px !important;
  font-size: 12px;
  letter-spacing: .1em;
  line-height: 14.500px !important;
  font-weight: normal;
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  border-radius: 500px !important;
}

.subtotale-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 800px) {
  .subtotale-container {
    flex-direction: column;
  }
}

.cart__note .cartNotesInput {
  border: none;
  outline: none;
  color: #05205C;
  text-transform: uppercase;
  -webkit-box-shadow: none;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: none;  /* Firefox 3.5 - 3.6 */
  box-shadow: none;  
  background-color: #FBF3EA;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: normal;
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  border-radius: 500px;
  min-height: unset !important;
  min-width: unset !important;
  border-radius: 10px !important;
  text-align: center;
  height: 54px !important;
}

#ClearButton {
  position: absolute;
  right: 40px;
  top: 50%;
  outline: 0;
  border: 0;
  transform: translateY(-50%);
  display: flex;
  background: none;
  opacity: 0;
  transition: opacity .3s ease, 0.3s transform ease !important;
  -webkit-transition: opacity .3s ease, 0.3s transform ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: opacity .3s ease, 0.3s transform ease !important; /* Firefox < 16 */
     -o-transition: opacity .3s ease, 0.3s transform ease !important; /* Opera < 12.10 */
        transition: opacity .3s ease, 0.3s transform ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: opacity .3s ease, 0.3s transform ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

#ClearButton.show {
  opacity: 1;
}

#ClearButton.show:hover {
  opacity: 0.6;
}

#SearchButtonMobile {
  display: none;
  font-family: FormaDJRText-Regular,sans-serif!important;
  font-size: 12px;
  align-items: center;
  letter-spacing: .1em;
  font-weight: 600;
}

@media only screen and (max-width: 800px) {
  #SearchButton {
    display: none;
  }

  #SearchButtonMobile {
    display: flex;
    height: 55px;
    border-radius: 27.5px;
  }

  #SearchButtonListItem {
    display: flex;
  }
}

.header__search .close_text {
  display: none;
}

.search-open .header__search .close_text {
  display: flex;
}

.search-open .header__search .search_text {
  display: none;
}

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

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  transition: opacity 0.3s ease;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

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

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

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

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

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

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

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

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

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

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

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

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

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

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

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

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

#header-menu .menu-drawer-mobile-text {
  display: none;
}

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

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

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

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

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

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

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

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

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

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}











/* CUSTOM CODE *** START ***/

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

@font-face {
  font-family: 'FormaDJRText-Regular';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/cdn/shop/files/FormaDJRText-Regular.woff2?v=1668770977') format('woff2'), 
       url('/cdn/shop/files/FormaDJRText-Regular.woff?v=1668770977') format('woff');
}

@font-face {
  font-family: 'FormaDJRText-Medium';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/cdn/shop/files/FormaDJRText-Medium.woff2?v=1668770977') format('woff2'), 
       url('/cdn/shop/files/FormaDJRText-Medium.woff?v=1668770977') format('woff');
}

@font-face {
  font-family: 'WT_Kormelink_Roman';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('/cdn/shop/files/WT_Kormelink_Roman.woff2?v=1666109005') format('woff2'), 
       url('/cdn/shop/files/WT_Kormelink_Roman.woff?v=1666109005') format('woff');
}


h1, h2, h1 p {
  font-family: 'WT_Kormelink_Roman', serif !important;
  line-height: 1;
}

body {
  font-family: 'FormaDJRText-Regular', sans-serif !important;
}

p, a {
  font-family: 'FormaDJRText-Regular', sans-serif !important;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(var(--color-foreground));
  font-size: 16px;
}

p.font-weight-med.small-p,
.font-weight-med.small-p p {
  letter-spacing: 0.1em !important;
}

a,
a p {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  font-size: 12px;
  text-transform: uppercase;
}

.small-p,
.small-p p {
  font-size: 12px;
}

.font-weight-med,
.font-weight-med p {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
}

.uppercase {
  text-transform: uppercase;
}

img,
video {
  vertical-align: text-bottom;
}

main {
  padding-bottom: 20px;
}

.template-login main,
.template-register main {
  padding-bottom: 0;
}

/* custom hovers *** Start ***/
a.custom-underline,
p.custom-underline {
  position: relative;
}
a.custom-underline:before,
p.custom-underline:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--color-foreground));
  visibility: hidden;
  transition: all .2s ease;
  -webkit-transition: all .2s ease-in-out; /* Chrome < 26, Safari < 7 */
   -moz-transition: all .2s ease-in-out; /* Firefox < 16 */
     -o-transition: all .2s ease-in-out; /* Opera < 12.10 */
        transition: all .2s ease-in-out; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: all .2s ease-in-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

a.custom-underline:hover:before,
p.custom-underline:hover:before {
  visibility: visible;
  width: 100%;
}

.site-header-transparent .menu-drawer-open-text.custom-underline:before,
.site-header-transparent .menu-drawer-close-text.custom-underline:before,
.site-header-transparent .header__icon--cart .custom-underline:before,
.site-header-transparent .header__icon--search .custom-underline:before {
  background-color: #fff;
}

.menu-open .menu-drawer-open-text.custom-underline:before,
.menu-open .menu-drawer-close-text.custom-underline:before,
.menu-open .header__icon--cart .custom-underline:before,
.menu-open .header__icon--search .custom-underline:before,
.site-header-transparent.white-bg .menu-drawer-open-text.custom-underline:before,
.site-header-transparent.white-bg .menu-drawer-close-text.custom-underline:before,
.site-header-transparent.white-bg .header__icon--cart .custom-underline:before,
.site-header-transparent.white-bg .header__icon--search .custom-underline:before {
  background-color: rgba(var(--color-foreground)) !important;
}

a.custom-opacity:hover,
p.custom-opacity:hover,
button.custom-opacity:hover{
  opacity: 0.8;
}

/* custom hovers *** End ***/


/* Scroll up button *** Start ***/

.scroll-up-link {
  display: none;
  /* display: flex; */
  justify-content: flex-end;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 40px;
}

.scroll-up-link button {
  background: none;
  cursor: pointer;
}

.scroll-up-link button p {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  text-transform: uppercase;
}


 @media only screen and (max-width: 800px) { 
   
   .scroll-up-link {
    padding-right: 20px;
  }
 }

/* Scroll up button *** End ***/


/* Scroll magic *** Start ***/


/* Scroll magic *** End ***/



.link {
  text-decoration: none;
}

.d-none {
  display: none;
}

@media (min-width: 990px){
  .header .header__inline-menu{
      display: none;
  }
  
  .header > *:nth-child(2) img{
    max-width: 120px;
    margin: 0 auto;
    display: block;
  }
  
  .header > *:nth-child(4){
      order: 3;
  }
  
  header-drawer{
      display: block !important;
  }
      
  /* logo */
  .header > *:nth-child(2){
      order: 2;
      width: 100%;
      position: relative;   
      left: 40px;
  }
}


.header__icons {
  
}

header-drawer {
    margin-left: 0px !important;
}

.header__icon--cart {
  text-decoration: none;
}

.header__search,
.header__icon--cart p {
  line-height: normal;
}


.header__icon.header__search {
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid rgba(255,255,255, 0.5);
}

#template-index .header__icon.header__search,
#template-il-nostro-mondo .header__icon.header__search,
#template-stores .header__icon.header__search,
.template-login .header__icon.header__search,
.template-register .header__icon.header__search {
  border-right: 1px solid rgba(255,255,255, 0.5);
}

#template-index .header__icon .icon,
#template-index .header__icon--cart .icon,
#template-index .swym-wishlist .icon,
#template-index .language-selector,
#template-index .language-selector a,
#template-il-nostro-mondo .header__icon .icon,
#template-il-nostro-mondo .header__icon--cart .icon,
#template-il-nostro-mondo .swym-wishlist .icon,
#template-il-nostro-mondo .language-selector,
#template-il-nostro-mondo .language-selector a,
#template-stores .header__icon .icon,
#template-stores .header__icon--cart .icon,
#template-stores .swym-wishlist .icon,
#template-stores .language-selector,
#template-stores .language-selector a,
.template-login .header__icon .icon,
.template-login .header__icon--cart .icon,
.template-login .swym-wishlist .icon,
.template-login .language-selector,
.template-login .language-selector a,
.template-register .header__icon .icon,
.template-register .header__icon--cart .icon,
.template-register .swym-wishlist .icon,
.template-register .language-selector,
.template-register .language-selector a {
  color: #fff;
}


#template-index .header__icon.header__icon--cart .cart-items-number,
#template-il-nostro-mondo .header__icon.header__icon--cart .cart-items-number,
#template-stores .header__icon.header__icon--cart .cart-items-number,
.template-login .header__icon.header__icon--cart .cart-items-number,
.template-register .header__icon.header__icon--cart .cart-items-number {
  background: #fff;
  color: #06205d;
}

.header__icon.header__search,
#template-index .white-bg .header__icon.header__search,
#template-index .menu-open .header__icon.header__search,
#template-il-nostro-mondo .white-bg .header__icon.header__search,
#template-il-nostro-mondo .menu-open .header__icon.header__search,
#template-stores .white-bg .header__icon.header__search,
#template-stores .menu-open .header__icon.header__search,
.template-login .white-bg .header__icon.header__search,
.template-login .menu-open .header__icon.header__search,
.template-register .white-bg .header__icon.header__search,
.template-register .menu-open .header__icon.header__search  {
  border-right: 1px solid rgba(5, 32, 92, 0.5);
}

#template-index .white-bg .header__icon.header__icon--cart .cart-items-number,
#template-index .menu-open .header__icon.header__icon--cart .cart-items-number,
#template-il-nostro-mondo
  .white-bg
  .header__icon.header__icon--cart
  .cart-items-number,
#template-il-nostro-mondo
  .menu-open
  .header__icon.header__icon--cart
  .cart-items-number,
  #template-stores
  .white-bg
  .header__icon.header__icon--cart
  .cart-items-number,
#template-stores
  .menu-open
  .header__icon.header__icon--cart
  .cart-items-number,
.template-login .white-bg .header__icon.header__icon--cart .cart-items-number,
.template-login .menu-open .header__icon.header__icon--cart .cart-items-number,
.template-register
  .white-bg
  .header__icon.header__icon--cart
  .cart-items-number,
.template-register
  .menu-open
  .header__icon.header__icon--cart
  .cart-items-number {
  color: #fff;
  background: #06205d;
}

.header__icon .icon,
.header__icon--cart .icon,
.swym-wishlist .icon,
.language-selector,
.language-selector a,
#template-index .white-bg .header__icon .icon,
#template-index .white-bg .header__icon--cart .icon,
#template-index .white-bg .swym-wishlist .icon,
#template-index .white-bg .language-selector,
#template-index .white-bg .language-selector a,
#template-index .menu-open .header__icon .icon,
#template-index .menu-open .header__icon--cart .icon,
#template-index .menu-open .swym-wishlist .icon,
#template-index .menu-open .language-selector,
#template-index .menu-open .language-selector a,
#template-il-nostro-mondo .white-bg .header__icon .icon,
#template-il-nostro-mondo .white-bg .header__icon--cart .icon,
#template-il-nostro-mondo .white-bg .swym-wishlist .icon,
#template-il-nostro-mondo .white-bg .language-selector,
#template-il-nostro-mondo .white-bg .language-selector a,
#template-il-nostro-mondo .menu-open .header__icon .icon,
#template-il-nostro-mondo .menu-open .header__icon--cart .icon,
#template-il-nostro-mondo .menu-open .swym-wishlist .icon,
#template-il-nostro-mondo .menu-open .language-selector,
#template-il-nostro-mondo .menu-open .language-selector a,
#template-il-nostro-mondo .white-bg .header__icon--cart .icon,
#template-stores .white-bg .header__icon .icon,
#template-stores .white-bg .swym-wishlist .icon,
#template-stores .white-bg .language-selector,
#template-stores .white-bg .language-selector a,
#template-stores .menu-open .header__icon .icon,
#template-stores .menu-open .header__icon--cart .icon,
#template-stores .menu-open .swym-wishlist .icon,
#template-stores .menu-open .language-selector,
#template-stores .menu-open .language-selector a,
.template-login .white-bg .header__icon .icon,
.template-login .white-bg .header__icon--cart .icon,
.template-login .white-bg .swym-wishlist .icon,
.template-login .white-bg .language-selector,
.template-login .white-bg .language-selector a,
.template-login .menu-open .header__icon .icon,
.template-login .menu-open .header__icon--cart .icon,
.template-login
  .menu-open
  .swym-wishlist
  .icon
  .template-register
  .white-bg
  .header__icon
  .icon,
.template-register .white-bg .header__icon--cart .icon,
.template-register .white-bg .swym-wishlist .icon,
.template-register .white-bg .language-selector,
.template-register .white-bg .language-selector a,
.template-register .menu-open .header__icon .icon,
.template-register .menu-open .header__icon--cart .icon,
.template-register .menu-open .swym-wishlist .icon,
.template-register .menu-open .language-selector,
.template-register .menu-open .language-selector a {
  color: #05205c;
}


.header__icon .icon-search {
  width: 18px;
  height: 18px;
}

.header__icon .icon-close {
  width: 16px;
  height: 16px;
}

.header-wrapper {
  transition: all .2s ease;
  -webkit-transition: all .2s ease-in-out; /* Chrome < 26, Safari < 7 */
   -moz-transition: all .2s ease-in-out; /* Firefox < 16 */
     -o-transition: all .2s ease-in-out; /* Opera < 12.10 */
        transition: all .2s ease-in-out; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: all .2s ease-in-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
  background-color: transparent;
}

.header-wrapper--border-bottom {
  border-bottom: none;
}

.mh-color-change {
  background-color: var(--gradient-background);
}

/* NAV HEADER *** START */

.header__icon--cart svg {
  width: 22px;
}


.header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 60px;
}

.menu-drawer {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease !important;
}

.menu-drawer {
  top: 0px;
 -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
     -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
         transform: translateY(100%);
}

.menu-drawer-close-text {
  display: none;
}

.menu-drawer-open-text,
.menu-drawer-close-text,
.header__icon p {
  transition: all .2s ease;
  -webkit-transition: all .2s ease-in-out; /* Chrome < 26, Safari < 7 */
   -moz-transition: all .2s ease-in-out; /* Firefox < 16 */
     -o-transition: all .2s ease-in-out; /* Opera < 12.10 */
        transition: all .2s ease-in-out; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: all .2s ease-in-out; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
 
}

.header__icon--menu[aria-expanded=true]:before {
  background: none;
}

.header__icon--menu[aria-expanded="false"] .menu-drawer-open-text {
  display: block;
}
.header__icon--menu[aria-expanded="false"] .menu-drawer-close-text {
  display: none;
}

.header__icon--menu[aria-expanded="true"] .menu-drawer-open-text {
  display: none;
}
.header__icon--menu[aria-expanded="true"] .menu-drawer-close-text {
  display: block;
}


/* Site header */

#site-header {
  transition: background-color .3s ease,
              transform .3s ease !important;
  -webkit-transition: background-color .3s ease, transform .3s ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: background-color .3s ease, transform .3s ease !important; /* Firefox < 16 */
     -o-transition: background-color .3s ease, transform .3s ease !important; /* Opera < 12.10 */
        transition: background-color .3s ease, transform .3s ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: background-color .3s ease, transform .3s ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
  background: white;
  transform: translateY(0);
  left: 0;
}

#site-header.hide {
  transform: translateY(-100%);
}

.menu-open #site-header.hide !important {
  transform: translateY(0);
}

.menu-open #site-header,
#site-header.white-bg {
  background-color: #fff !important;
}

#site-header p,
#site-header a {
  font-size: 12px;
}

.menu-open #site-header p,
#site-header.white-bg p {
  color: rgb(var(--color-foreground));
}



.header-logo-white,
.menu-open .header-logo-white,
#site-header.white-bg .header-logo-white {
  display: none;
}

.menu-open .header-logo-blue,
#site-header.white-bg .header-logo-blue {
  display: inline-block;
}



#site-header {
  padding-left: 40px;
  padding-right: 40px;
  max-width: none !important;
  /*
   background-color: transparent;
  
  
   position: absolute;
  
   border: none;
   width: 100%;
   left: 50%;
   transform: translateX(-50%);
  */

}



/* NAV HEADER *** END */


/* FOOTER *** START */

/* general */

#MainContent {
  z-index: 3;
  background-color: white;
  min-height: 100vh;
} 

#shopify-section-footer {
  margin-top: 0;
  width: 100%;
  z-index: 0;
}

.footer {
  border-top: none !important;
  margin-top: 0px !important;
  padding: 40px !important;
  background: rgba(var(--color-foreground)) !important;
  
}

.footer__blocks-wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: unset !important;
  gap: 10px;
}

.footer__blocks-wrapper .grid__item,
.footer__blocks-wrapper .footer-block--newsletter,
.footer__blocks-wrapper .footer__column,
.grid--4-col-tablet .grid__item,
.custom-footer-block {
  width: 100% !important;
  flex-grow: 0;
}

.footer__content-top {
  padding: 0px !important;
}

.footer-block,
.footer__column.footer__localization,
.footer-block--newsletter input,
.footer-block--newsletter input:focus {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  outline: 0;
  border: 0;
}

.footer-block__heading,
.footer-block__details-content a,
.footer__localization .caption-large,
.footer__localization a,
.newsletter-form__field-wrapper,
.footer-block--newsletter .field__button {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
  color: rgba(var(--color-foreground)) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 0px !important;
}

.custom-newsletter-input::placeholder,
.custom-newsletter-input::-ms-input-placeholder,
.newsletter-form__field-wrapper .field__input,
.newsletter-form__field-wrapper .field__input::placeholder {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

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

  .footer {
    padding: 20px !important;
  }
  
  .footer__blocks-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 10px !important;
  }

  .footer-block ul {
    margin-bottom: 0px !important;
    align-items: flex-start;
  }
  
  .newsletter-form,
  .newsletter-form__field-wrapper {
    max-width: none !important;
  }

  .footer__localization {
    justify-content: flex-start !important;
  }
  
}

/* general */

/* newsletter */
.footer-block--newsletter {
  margin-top: 0px !important;
}

.footer-block--newsletter input {
  height: 54px !important;
}

.footer-block--newsletter .field__label {
  top: 20px !important;
  opacity: 0.5;
}

.field__input:focus~.field__label, 
.field__input:not(:placeholder-shown)~.field__label, 
.field__input:-webkit-autofill~.field__label, 
.customer .field input:focus~label, 
.customer .field input:not(:placeholder-shown)~label, 
.customer .field input:-webkit-autofill~label {
  font-size: 12px !important;
}

.field__input:focus, 
.field__input:not(:placeholder-shown), 
.field__input:-webkit-autofill, 
.customer .field input:focus, 
.customer .field input:not(:placeholder-shown), 
.customer .field input:-webkit-autofill {
  padding: 20px 20px 10px !important;
}


.footer-block--newsletter .field__button {
  margin-top: 10px;
  position: static !important;
  background: #fff !important;
  width: 100% !important;
  border-radius: 50px;
  padding: 22px 20px 18px 20px!important;
}

.newsletter-form__message {
  color: #fff !important;
  margin-top: 2rem;
}

.newsletter-form__message--success,
.newsletter-form__message--success:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.newsletter-form__message,
.shopify-challenge__message,
.shopify-challenge__error,
.shopify-challenge__container input {
  font-family: 'FormaDJRText-Medium', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 0px !important;
}

.shopify-challenge__message,
.shopify-challenge__error {
  margin-bottom: 20px !important;
  color: rgba(var(--color-foreground)) !important;
}

.shopify-challenge__container input {
  margin-top: 20px !important;
  background-color: rgba(var(--color-foreground)) !important;
  color: #fff !important;
  border-radius: 10px;
}
/* newsletter */

/* language switch */
.footer__localization {
  display: flex;
  align-content: flex-start !important;
}

.footer__localization form,
.footer__localization h2 {
  padding: 0px !important;
  margin: 0px !important;
}

.footer__localization localization-form {
  display: flex;
}

.footer__localization button {
  display: none;
}

.footer .disclosure__link--active {
  text-decoration: none !important;
}

.footer-block__heading,
.footer__localization h2 {
  margin-bottom: 10px !important;
}

.custom-language-ul {
  padding-top: 2px !important;
  min-height: 10px !important;
}

.footer-block__details-content {
  display: flex;
  flex-direction: column;
}

.footer-block__details-content li {
  display: inline-block !important;
  margin: 0px !important;
  line-height: 1 !important;
  font-size: 16px !important;
}

.footer-block__details-content li a:hover {
  text-decoration: none !important;
}

localization-form .disclosure__list {
  min-width: min-content !important;
}

localization-form .disclosure__item {
  margin-bottom: 2px;
}
/* language switch */

/* FOOTER *** END */


/* CUSTOM SECTIONS *** START */

.custom-section {
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}

.custom-section.cs-fullscreen {
  padding: 0px;
}

.section-custom-image.cs-fullscreen {
  padding: 20px 0px;
  overflow: hidden;
}

.cs-inner {
  width: 100%;
  max-width: 1600px;
}

.custom-section.cs-fullscreen .cs-inner {
  max-width: none;
}
.cs-inner.centered video {
  width: 100%;
}

.hero-video.hero-image {
  height: 100vh;
}

.cs-inner.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}


@media only screen and (max-width: 800px) {
  
  .custom-section {
    padding: 20px 20px;
  }
}


/* hero visual *** Start */

.cs-hero-image-img {
  width: 100%;
  max-height: 120rem !important;
  height: 100vh;
  object-fit: cover;
}

main:first-child,
.section-custom-hero-image,
.hero-video,
.hero-video video {
  width: 100% !important;
}

.hero-video video {
  object-fit: cover;
  height: 100vh;
}

.cs-content {
  position: absolute;
  width: 100%;
  max-width: 820px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.cs-content .cs-title {
  color: #fff;
  font-size: 104px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}

@media screen and (max-width: 989px) {
    
  .cs-content .cs-title {
    font-size: 40px;
  }
}



/* hero visual *** End */


/* text-big *** Start */


.section-custom-text-big h1,
.tb-heading,
.tb-cta {
  text-transform: uppercase;
}

.section-custom-text-big .tb-heading {
  margin-bottom: 0 !important;
}

.tb-heading {
  margin-bottom: 15px;
  margin-top: 0px;
}

.tb-cta {
  display: inline-block;
}

.tb-copy {
  margin-top: 90px;
  margin-bottom: 0px;
}

.tb-copy p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-custom-text-big h1,
.section-custom-text-big h1 p{
  font-size: 5vw;
}

.tb-teaser-text-left,
.tb-teaser-text-right,
.tb-teaser-text-left p,
.tb-teaser-text-right p {
  margin: 0px !important;
}

.tb-teaser-text-right {
  text-align: right;
}

.tb-teaser-text-left.ta-reverse {
  text-align: right;
}

.tb-teaser-text-right.ta-reverse {
  text-align: left;
}

.tb-teaser-text-right.ta-center,
.tb-teaser-text-left.ta-center {
  text-align: center !important;
}

@media only screen and (max-width: 500px) {
  
  .section-custom-text-big h1,
  .section-custom-text-big h1 p{
    font-size: 9vw;
  }

  .section-custom-text-big .tb-cta p {
    margin-bottom: 0px !important;
  }
  
}

/* text-big *** End */


/* visual-teaser *** Start */

.vt-image,
.vt-video video {
  width: 100%;
  border-radius: 50vw;
  object-fit: cover;
  height: 50vw;
  max-height: 900px;
}

.vt-image.rectangle,
.vt-video.rectangle video {
  border-radius: 10px;
}

.vt-image.not-rounded-rectangle,
.vt-video.not-rounded-rectangle video {
  border-radius: 0px;
}

/*
.vt-image.interactive-img:hover,
.vt-video.interactive-img video:hover {
  border-radius: 10px;
}

.vt-image.interactive-img.rectangle:hover,
.vt-video.interactive-img.rectangle video:hover {
  border-radius: 50vw;
}

.vt-image.interactive-img.not-rounded-rectangle:hover,
.vt-video.interactive-img.not-rounded-rectangle video:hover {
  border-radius: 0px;
}

*/

.vt-visual-wrapper,
.vt-video {
  width: 100%;
}

.vt-copy {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.vt-copy p {
  margin: 0px;
}

.vt-cta {
  display: inline-block;
}

.vt-cta p,
.tb-cta p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 500px) {
  
  .vt-image,
  .vt-video video {
    height: 150vw;
  }
  
}

/* visual-teaser *** End */


/* fullscreen-image *** Start */

.cs-fullscreen {
  flex-direction: column;
}

.cs-image-img {
  width: 100%;
  max-height: 120rem !important;
  object-fit: cover;
}

.cs-fullscreen .vt-copy {
  margin-bottom: 60px;
  padding: 0px 40px;
}

@media only screen and (max-width: 800px) {
  
  .cs-fullscreen .vt-copy {
    margin-bottom: 60px;
    padding: 0px 20px;
  }
  
}

@media only screen and (max-width: 500px) {
  
  .cs-image-img {
    height: 90vh;
    max-height: none;
  }
  
}
/* fullscreen-image *** End */

.section-custom-visual-teaser .vt-copy {
  margin: 0px;
}

.section-custom-visual-teaser .cs-inner {
  gap: 20px;
}


/* image-slider *** Start */
 
.slider-container {
  position: relative;
  left: 0;
  height: auto;
  width:100%;
}



.slider-custom {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 display: block;
 height: 100%;
max-height: 1200px;
}

.cs-image-slider-item {
  width: 100%;
}

.cs-image-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}






/* image-slider *** End */


/* image-with-text *** Start */

.section-custom-image-with-text {
  margin: 0 auto;
}

.iwt-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.iwt-inner {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  justify-items: center;
  gap: 40px;
}

.iwt-block {
  width: 50%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.iwt-block img {
  width: 100%;
  object-fit: cover;
}

.iwt-image {
  object-fit: cover;
  overflow: hidden;
}

.iwt-video {
  overflow: hidden;
}

.iwt-image.circle,
.iwt-image.rounded-square,
.iwt-image.not-rounded-square,
.iwt-video.circle video,
.iwt-video.rounded-square video,
.iwt-video.not-rounded-square video {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 1px; /* for IE */
}

.iwt-image.circle,
.iwt-video.circle video {
  border-radius: 50%;
}

.iwt-image.rounded-rectangle,
.iwt-video.rounded-rectangle video {
  width: 100%;
  aspect-ratio: 2 / 3;
  min-height: 1px; /* for IE */
  border-radius: 10px;
}

.iwt-image.rounded-rectangle-hor,
.iwt-video.rounded-rectangle-hor video {
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 1px; /* for IE */
  border-radius: 10px;
}

.iwt-image.not-rounded-rectangle,
.iwt-video.not-rounded-rectangle video {
  width: 100%;
  aspect-ratio: 2 / 3;
  min-height: 1px; /* for IE */
  border-radius: 0px;
}

.iwt-image.rounded-square,
.iwt-video.rounded-square video {
  border-radius: 10px;
}

.iwt-image.not-rounded-square,
.iwt-video.not-rounded-square video {
  border-radius: 0px;
}

.iwt-video video {
  width: 100%;
  object-fit: cover;
  transition: all .4s ease;
  -webkit-transition: all .4s ease; /* Chrome < 26, Safari < 7 */
   -moz-transition: all .4s ease; /* Firefox < 16 */
     -o-transition: all .4s ease; /* Opera < 12.10 */
        transition: all .4s ease; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: all .4s ease; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.iwt-video.interactive-img {
  cursor: pointer;
}

.iwt-block .vt-copy {
  margin-bottom: 0px;
}

.iwt-block .vt-copy {
  margin-bottom: 0px;
}

.iwt-block .vt-copy .small-p {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.iwt-block .vt-cta {
  margin-top: 20px;
}

.vt-cta-image {
  width: 100%;
}

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

  .section-custom-image-with-text {
    margin: 0px;
  }
  
  .iwt-inner {
    flex-direction: column !important;
    gap: 20px;
  }

  .iwt-block {
    width: 100%;
    margin: 0;
  }

  
}


/* image-with-text *** End */


/* text *** Start */

.t-heading {
  margin-bottom: 25px;
  margin-top: 0px;
}

.section-custom-text .t-heading {
  text-transform: uppercase;
}

.section-custom-text .t-copy p {
  margin-top: 0;
}

.section-custom-text:not(.section-collection-text) .t-copy p {
  margin-bottom: 0;
}

.section-collection-text {
  text-align: center;
}

.section-collection-text h2 {
  font-family: 'WT_Kormelink_Roman', serif !important;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}

.section-collection-text h3 {
  margin-top: 28px;
  text-align: center;
}

.section-collection-text a,
.collection-hero__description a {
  text-transform: none;
  font-size: inherit;
  font-family: 'FormaDJRText-Regular', sans-serif !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section-custom-text .show-as-pill {
  padding: 12px 20px 10px;
  background-color: #fbf3ea;
  border-radius: 60px;
  line-height: 16px !important;
}

.section-custom-text .cs-inner {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-custom-text.section-collection-text .cs-inner {
  max-width: 100%;
}


/* text *** End */


/* anchor-sections *** Start */

.anchor-collection-sticky {
  position: sticky;
  top: 60px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.anchor-collection-sticky:not(:has(.collection-hidden)) {
  margin-top: 30px;
}

.section-anchor-collection {
  background-color: transparent;
  padding-top: 0 !important;
  padding-bottom: 0;
  transform: translateY(0%);
  transition: transform .5s ease, background-color .3s ease !important;
  -webkit-transition: transform .5s ease, background-color .3s ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: transform .5s ease, background-color .3s ease !important; /* Firefox < 16 */
     -o-transition: transform .5s ease, background-color .3s ease !important; /* Opera < 12.10 */
        transition: transform .5s ease, background-color .3s ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: transform .5s ease, background-color .3s ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.section-anchor-collection.white-bg {
  background-color: white;
}

.section-anchor-collection.hide {
  transform: translateY(-100%)
}

.section-anchor-collection.hide .cs-inner {
  opacity: 0;
}

.section-anchor-collection .cs-inner {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  gap: 32px;
  padding: 10px 0 20px 0;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: opacity .3s ease !important; /* Firefox < 16 */
     -o-transition: opacity .3s ease !important; /* Opera < 12.10 */
        transition: opacity .3s ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: opacity .3s ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}

.section-anchor-collection .cs-inner button {
  border: none !important;
  padding: 12px 20px 10px;
  border-radius: 500px;
  appearance: none;
  background-color: var(--gradient-base-accent-2);
  font-family: FormaDJRText-Medium,sans-serif!important;
  font-size: 12px;
  color: rgb(var(--color-foreground));
  letter-spacing: .1em;
  cursor: pointer;
  transform: translateY(0);
  transition: transform .5s ease, background-color .5s ease !important;
  transition-delay: 0.1s;
  -webkit-transition: transform .5s ease, background-color .5s ease !important; /* Chrome < 26, Safari < 7 */
   -moz-transition: transform .5s ease, background-color .5s ease !important; /* Firefox < 16 */
     -o-transition: transform .5s ease, background-color .5s ease !important; /* Opera < 12.10 */
        transition: transform .5s ease, background-color .5s ease !important; /* Chrome 26-35, Safari, Opera 15-23 */
        transition: transform .5s ease, background-color .5s ease !important; /* IE10+, Firefox 16+, Chrome 36+, Opera 12.10 */
}


@media only screen and (max-width: 989px) {
  
  .section-anchor-collection {
    padding: 20px 0 !important;
  }

  .section-anchor-collection .cs-inner {
    justify-content: flex-start;
    padding: 0 20px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;  
    scroll-snap-type: x proximity;
    gap: 6px;
  }
  
  .section-anchor-collection .cs-inner::-webkit-scrollbar { 
    display: none;
  }
  
  .section-anchor-collection .cs-inner button {
    flex: 0 0 auto;
  }
}


/* anchor-sections *** End */










/* CUSTOM SECTIONS *** END */



/* SEARCH *** START */

.template-search .template-search__header h1,
.facets__form,
.facets__form h2,
.facets__form span,
.facets__reset.link.underlined-link,
.facet-filters.sorting select,
.predictive-search__heading,
button.predictive-search__item,
.facets-container h2 {
  font-family: FormaDJRText-Medium,sans-serif!important;
  font-size: 12px !important;
  text-transform: uppercase;
  color: rgb(var(--color-foreground)) !important;
  letter-spacing: 0.1em !important;
}

.template-search__search .search__input {
  background-color: #FBF3EA;
  border-radius: 500px;
  border: none;
  outline: none;
}
.template-search__search form {
  border: none;
  outline: none;
}

.template-search__search form .field:hover {
  border: none;
  outline: none;
  box-shadow: none;
}

.template-search__search form:focus-visible,
.template-search__search form:focus,
.template-search__search input:focus-visible,
.template-search__search input:focus,
.facet-filters__sort:focus-visible,
.facet-filters__sort:focus {
  outline: none !important;
  box-shadow: none !important;
}

.template-search__search .search__button {
  display: none;
}

#FacetsWrapperDesktop details:nth-of-type(2) {
  display: none;
}

.facets__summary,
#FacetsWrapperDesktop details {
  opacity: 1 !important;
}

.facets__summary:hover span {
  text-decoration: none !important;
  opacity: .8;
}

.parent-display.facets__display {
  border-radius: 10px;
  background-color: #FBF3EA;
}

.facets__header {
  background-color: transparent !important;
  border: none !important;
}

.list-menu__item.facets__item svg:nth-of-type(1) {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground));
  border-radius: 8px;
}

.list-menu__item.facets__item svg:nth-of-type(2) {
  background: none;
  top: 1.5rem !important;
}

.facets__form .facets__summary .icon-caret,
.facet-filters.sorting .select .icon-caret, .customer select + svg {
  color: rgba(var(--color-foreground)) !important;
  top: calc(50% - 0.4rem) !important;
}

.facets__form .product-count.light {
  opacity: 1;
}

.predictive-search__list-item:hover button {
  background: none;
}

.card__badge.bottom.left span {
  font-family: FormaDJRText-Regular,sans-serif!important;
  text-transform: uppercase;
  border: none;
}

.mobile-facets__open-wrapper {
  display: none !important;
}

/* SEARCH *** END */

body {
  overflow: visible !important;
}





/* PRODUCT PAGE *** START */


.product .product__media-wrapper,
.product .product__info-wrapper {
  width: 50% !important;
  max-width: 50% !important;
}

/* right info part *** Start */
.product .product__info-wrapper {
  padding-left: 20px !important;
}

.product__info-wrapper .product__info-container {
  max-width: none !important;
}

.product__info-wrapper h1 {
  font-family: FormaDJRText-Regular,sans-serif!important;
  font-size: 18px !important;
  color: rgb(var(--color-foreground)) !important;
  letter-spacing: 0.1em !important;
  text-align: center;
}

.product__info-wrapper h2 {
  font-family: FormaDJRText-Regular,sans-serif!important;
  font-size: 12px !important;
  text-transform: uppercase;
}
/* right info part *** End */

/* Title, price, description, details *** Start */
.product__info-wrapper .product__info-container .product__title {
  margin-bottom: 5px;
}

.product__description,
.price__container {
  font-family: FormaDJRText-Regular,sans-serif!important;
  line-height: 1.4;
}

.product__info-wrapper .product__description,
.product__info-wrapper .price {
 text-align: center; 
}

.product__info-wrapper .product__tax {
  display: none;
}

.product__info-wrapper .product__accordion {
  border: none;
}

.product__info-wrapper .product__accordion details {
  background: var(--gradient-base-accent-2);
  border-radius: 10px;
}

.product__info-wrapper .product__accordion details h2,
.product-form__buttons button {
  font-family: FormaDJRText-Medium,sans-serif!important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
}

.product__info-wrapper .product__accordion summary,
.product__info-wrapper .product__accordion .accordion__content {
  padding: 24px 20px 21px 20px !important;
}

.product__info-wrapper .product__accordion .accordion__content {
  padding-top: 0 !important;
}

.product__info-wrapper .product__accordion {
  margin-bottom: 10px;  
}

/* Title, price, description, details *** Start */

/* Size select *** Start */
.product-form__input label {
  display: none;
}

.product-form__input .select {
  max-width: none !important;
}

.product-form__input .select select {
  background: rgba(var(--color-foreground)) !important;
  color: #fff !important;
  border-radius: 10px;
}

.product-form__input .select select {
  font-family: FormaDJRText-Medium,sans-serif!important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
}

.product-form__input .select .icon-caret {
  color: #fff;
}

/* Size select *** End */

/* Quantity *** Start */
.product-form__quantity .quantity {
  background: rgba(var(--color-foreground)) !important;
  border-radius: 10px;
  width: 100%;
  padding: 17.5px 0px;
  height: 54px !important;
}

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

  .product-form__quantity .quantity {
    padding: 14.5px 20px;
    height: 54px !important;
  }
}

.product-form__quantity label {
  display: none;
}

.product__info-wrapper .product-form__input,
.product-form__buttons {
  max-width: none !important;
}

.product__info-wrapper .product-form__input select {
  padding: 20px;
  height: auto !important;
}

.product-form__buttons button {
  background: rgba(var(--color-foreground)) !important;
  border-radius: 120px;
  border: 0px solid rgba(255, 0, 0, 0);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  outline: none !important;
  box-shadow: none !important;
  padding: 12px 20px;
}

.quantity__button,
.quantity__input {
  background: none !important;
   color: #fff !important;
}
/* Quantity *** End */

/* PRODUCT PAGE *** END */



/* CART PAGE *** START */

.cart-item .quantity__button,
.cart-item .quantity__input{
   color: rgba(var(--color-foreground)) !important;
}

/* CART PAGE *** END */



/* BEECLEVER COOKIE *** START */

body #cookie-banner_flag {
  top: unset !important;
  left: 20px !important;
  bottom: 20px !important;
}

#banner-wrapper div.banner-body {
  margin-left: calc(100% - 20px) !important;
  top: calc(100% - 20px) !important;
  transform: translate(-100% , -100%) !important;
  width: 100% !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

#banner-wrapper div.banner-body p {
  font-size: 12px !important;
}

#banner-wrapper div.banner-header {
  padding: 40px 0px 0px 0px !important;
}

#banner-wrapper div.banner-body__content .banner-main_header {
  padding: 0px 40px 26px 40px !important;
}

#banner-wrapper .cookie_tab__wrapper_header #count_0,
#banner-wrapper .cookie_tab__wrapper_header #count_1,
#banner-wrapper .cookie_tab__wrapper_header #count_2 {
  text-transform: uppercase !important; 
}

#banner-wrapper div.banner-body__content .banner-main_buttons {
  padding: 10px 40px !important;
}

#banner-wrapper div.banner-main_buttons p {
  margin: 5px 0px !important;
  border-radius: 50px !important;
  padding: 21px 19px 17px 19px !important;
  text-transform: uppercase !important;
}

#banner-wrapper div.banner-main_buttons p,
#banner-wrapper div.banner-main_buttons p.cursor, #banner-wrapper div.banner-main_buttons p span.btn-btn {
  font-family: FormaDJRText-Medium,sans-serif !important;
}

#banner-wrapper div.banner-footer {
  padding: 0px 20px 30px 20px !important;
  height: auto !important;
}

#banner-wrapper div.banner-footer a:nth-child(2) {
  border-left: none !important;
  border-right: none !important;
}

#banner-wrapper table td, table th {
  padding: 0em !important;
}

#banner-wrapper .cookie_tab__wrapper table tbody th:first-child {
  text-transform: uppercase !important;
}


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

  #banner-wrapper div.banner-body {
    margin-right: 0px !important;
    margin-top: 0px !important; 
    min-width: 0px !important;
  }
  
  #banner-wrapper div.banner-body__content .banner-main_header {
    padding: 40px 40px 26px 40px !important;  
  }
  
}

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

  #banner-wrapper div.banner-body {
    max-width: calc(100% - 40px) !important;
  }
  
}

/* BEECLEVER COOKIE *** END */



/* CUSTOM CODE *** END */








.cart-icon {
   display: none;
}





.secondary-cta-link {
  background-color: #fbf3ea;
  color: rgba(var(--color-foreground));
}









/* KLAVIYO BACK IN STOCK BTN */

.product__info-wrapper .button.klaviyo-bis-trigger {
  font-size: 12px;
  letter-spacing: .1em !important;
  font-family: FormaDJRText-Medium, sans-serif !important;
  border-radius: 120px;
  width: 100%;
  margin-top: 0.2rem;
  background: transparent;
  color: #06205d;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* KLAVIYO BACK IN STOCK BTN */




/* LANGUAGE SELECTOR */
.language-selector {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
  align-items: center;
  column-gap: 4px;
}
.language-selector * {
  font-size: 14px;
}
.language-selector a {
  font-size: 14px !important;
}
.language-selector.utility-link * {
  font-size: 12px;
}
.language-selector.utility-link a {
  font-size: 12px !important;
}

.language-selector a.active {
  font-weight: bold;
}
.language-selector.utility-link {
  column-gap: 4px !important;
}
@media screen and (max-width: 800px) {
  .language-selector:not(.utility-link) {
    display: none;
  }
}