/** Shopify CDN: Minification failed

Line 1288:45 Unterminated string token

**/
/* base */

:root {
  /* Colors */
  --black: #000000;
  --white: #FFFFFF;
  --red: #D43620;
  --red-1: #e22120;
  --beige: #DCD7CF;
  --beige-medium: #EDE9E4;
  --beige-light: #F6F4F1;
  --teal: #06CCE8;
  --teal-1: #007D8A;
  --gray: #92928F;
  --gray-1: #5E5E5E;
  --soft-gray: #606967;
  --soft-gray-1: #5E5E5E;
  --color-button-text:255, 255, 255;
}

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.page-overlay {
  width: 100%;
  height: 100%;
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
}

.page-overlay.is-visible {
  visibility: visible;
  opacity: 1;
}

.page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.page-width--lg-wide {
  max-width: 1775px;
}

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

.page-width--cart-narrow {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1050px) {
  .page-width, .page-width--cart-narrow {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-width, .page-width--cart-narrow {
    padding: 0 20px;
  }

  .page-width-left {
    padding: 0 0 0 20px;
  }

  .page-width--narrow {
    padding: 0 90px;
  }

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

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

.page-margin,
.shopify-challenge__container {
  margin: 70px auto;
}

.rte-width {
  max-width: 820px;
  margin: 0 auto 20px; 
}

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

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  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;
}


/* Animations */
/* Marquee */
@keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

@-webkit-keyframes marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

/* Fade In Up */
/* .fade-in-up {
  opacity: 0;
  transform: translateY(25px);
}

html.no-js .fade-in-up {
  opacity: 1;
  transform: translateY(0);
} */

/* Fonts */

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.sh1,
.sh2,
.sh3 {
  font-family: Apris, serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 1.095;
  letter-spacing: -0.03em;
}

.h1--large {
  font-size: 100px;
}

.h1--medium {
  font-size: 80px;
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 1.1;
  }

  .h1--large {
    font-size: 65px;
  }

  .h1--medium {
    font-size: 44px;
  }
}

h2,
.h2 {
  font-size: 50px;
  line-height: 1.095;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 44px;
    line-height: 1.1;
  }
}

h3,
.h3 {
  font-size: 46px;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 38px;
  }
}

h4,
.h4 {
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 34px;
  }
}

h5,
.h5 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.32px;
}

@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

.sh1 {
  font-size: 28px;
  line-height: 1.095;
  letter-spacing: -0.08px;
}

.sh2 {
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.16px;
}

@media only screen and (max-width: 767px) {
  .sh2 {
    font-size: 24px;
  }
}

.sh3 {
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .sh3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

.sh4 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .sh4 {
    font-size: 16px;
  }
}

.sh5 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .sh5 {
    line-height: 2;
  }
}

.body-1 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: unset;
}

@media screen and (max-width: 767px) {
  .body-1 {
    font-size: 16px;
  }
}

.body-2 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-transform: unset;
}

@media screen and (max-width: 767px) {
  .body-2 {
    font-size: 17px;
  }
}

.body-3 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: unset;
}

@media screen and (max-width: 767px) {
  .body-3 {
    font-size: 13px;
  }
}

.body-4 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-transform: unset;
}

.body-5 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: unset;
}

.body-6 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.caption {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: unset;
}

.btn {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn--large {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 15px;
  }
}

.detail {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.detail-2 {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.form__message {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-transform: unset;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

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

@media screen and (max-width: 767px) {
  .small-hide {
    display: none;
  }
}

/* .hidden {
  display: none !important;
} */

@media screen and (max-width: 767px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.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: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  margin-bottom: 45px;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 15px;
  margin-left: 10px;
}

.arrow-link {
  display: flex;
  align-items: center;
}

.arrow-link svg {
  margin-bottom: 3px;
  margin-left: 10px;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 13px 0 15px;
}

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

hr {
  border: none;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  hr {
    margin: 70px 0;
  }
}

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness ease 100ms;
}

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

.icon-arrow {
  width: 15px;
}

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

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.5px);
}

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

summary .icon-caret {
  position: absolute;
  height: 6px;
  right: 15px;
  top: calc(50% - 2px);
}

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

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 30px 0 20px;
}

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

.title-wrapper {
  margin-bottom: 30px;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin: 40px 0 30px;
  flex-wrap: wrap;
}

.title--primary {
  margin: 40px 0;
}

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

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

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

  .title--primary {
    margin: 20px 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: 15px;
}

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

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

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

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.button,
.shopify-challenge__button,
.customer button {
  padding: 16px 60px 14px;
  display: inline-block;
  border-radius: 50px;
  background: var(--teal-1);
  color: white;
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background .35s ease;
  text-align: center;
  cursor: pointer;
}


/* Button - hover */
@media screen and (min-width: 768px) {
  .button:not([disabled]):hover,
  .shopify-challenge__button:hover,
  .customer button:hover {
    background: #03ACC3;
  }
}

/* Button - other */
.button--white {
  background: white;
  color: black;
}

.button--teal {
  color: var(--teal);
}

@media screen and (min-width: 768px) {
  .button--white:not([disabled]):hover {
    background: var(--teal);
    color: white;
  }
}

/* Button - lowercase */
.button--lowercase {
  padding: 16px 40px 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: unset;
}

.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;
  justify-content: center;
  width: 100%;
}

.button.loading,
[type="button"].loading{
  color: transparent;
  position:relative;
}

.button.loading:after,
[type="button"].loading:after{
  animation: loading var(--duration-long) infinite linear;
  border: 5px solid rgba(var(--color-button-text), 0.4);
  border-left: 5px solid rgb(var(--color-button-text));
  border-radius: 100%;
  box-sizing: content-box;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  top: 17%;
}

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

/* Button - social share */

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

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

.share-button__button {
  font-size: 14px;
  display: flex;
  min-height: 24px;
  align-items: center;
  color: rgba(var(--color-link), var(--alpha-link));
  margin-left: 0;
  padding-left: 0;
}

.share-button__button:hover, details[open] > .share-button__button {
  color: rgb(var(--color-link));
}

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

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background: rgb(var(--color-background));
  border: none;
}

.share-button__button .icon-share {
  margin-right: 10px;
}

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

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

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

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

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

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

.share-button__fallback .icon {
  width: 15px;
  height: 15px;
}

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.contact .field input,
.contact .field textarea,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 2px rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 2px rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

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

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 6px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.6;
  padding: 0 40px 0 15px;
}

/* Field */

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

.customer .field {
  display: inline-block;
}

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

.field__input,
.customer .field input ,
.contact .field input{
  flex-grow: 1;
  text-align: left;
  padding: 15px;
}
  
.no-margin{
  margin: 0 !important;
}

.field__label{
  font-size: 16px;
  left: 15px;
  top: 10px;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 1px;
  line-height: 1.5;
}
  
.customer .field label,.contact .field label{
    display: inline-flex;
    width: 100%;
    text-align: left;
    font-family: "Suisse Int'l",sans-serif;
    font-size: 12px;
    line-height: 13.2px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: var(--duration-short) ease;
    color: rgba(var(--color-foreground), 0.75);
}

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

.field__input::placeholder,
.contact .field input,
.customer .field input::placeholder {
  opacity: 0;
}
  .contact .field input,
  .contact .field textarea,
  .customer .field input,
  .customer .field select,
  .customer .field input::placeholder{
    opacity:1;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-transform: capitalize;
    font-family: '"Suisse Int'l",sans-serif';
    color: rgba(0,0,0,0.5);
  }  
  .contact .field input,
  .contact .field textarea,
  .customer .field input,
  .customer .field textarea,
  .customer .field select{
    color: rgb(0,0,0);
    text-transform: initial;
    border: 1px solid #DCD7CF;
    padding: 16px 0 13px 20px;
  }

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

.field__button > svg {
  height: 25px;
  width: 25px;
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 12px;
  min-height: 100px;
  resize: none;
}

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

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

/* Form global */

.form__label {
  display: block;
  margin-bottom: 6px;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.form__message--large {
  font-size: 16px;
}

.customer .field .form__message {
  font-size: 14px;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 13px;
  margin-right: 5px;
  width: 13px;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}

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

.form-status {
  margin: 0;
  font-size: 16px;
}

.form-status-list {
  padding: 0;
  margin: 20px 0 40px;
}

.form-status-list .link {
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  text-transform: unset;
}

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

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

/* component-quantity */
.quantity {
  border: 1px solid rgba(var(--color-foreground), 0.55);
  position: relative;
  width: 140px;
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 5px;
  height: 45px;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: 45px;
  flex-shrink: 0;
  font-size: 18px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}

.quantity__button svg {
  width: 10px;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 100px rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 100px 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: 2;
}

.modal__toggle-close {
  display: none;
}

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

.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: 0;
  height: 44px;
  width: 44px;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 17px;
  height: 17px;
}

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

/* navigation */
.navigation-wrapper {
  width: 100%;
  position: sticky;
  top: 0; 
  z-index: 9;
}

/* section-announcement-bar */
.section-announcement-bar {
  z-index: 9;
  position: sticky;
  top: 0;
  /* background-color: #DCD7CF; */
}

.announcement-bar {
  padding: 8px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  text-align: center;
  max-width: 90%;
  margin: 0 auto; 
}

.announcement-bar__message {
  margin: 0;
  white-space: nowrap;
  padding: 0 20px;
  width: 50%;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: unset;
}

.announcement-bar .announcement-bar__message:not(:first-of-type) {
  border-left: 1px solid white;
  text-align: left;
}

.announcement-bar .slick-list {
  width: 100%;
}

.announcement-bar__divider {
  height: 16px;
  margin: 0 30px;
  border-right: 1px solid white;
  display: block !important;
}

.announcement-bar .slick-track {
  display: flex;
  align-items: center;
}

.announcement-bar .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -45%);
}

.announcement-bar .slick-prev {
  left: 0;
  padding-left: 10px;
}

.announcement-bar .slick-next {
  right: 0;
  padding-right: 10px;
}

.announcement-bar .slick-prev svg,
.announcement-bar .slick-next svg {
  height: 15px;
  width: 15px;
}

@media screen and (max-width: 767px) { 
  .announcement-bar { 
    padding: 10px 5px 9px;
  }
  
  .announcement-bar__message {
    font-size: 10px;
    line-height: 1.2;
    max-width: 100%;
    white-space: inherit;
    padding: 0 30px;
  }

  .announcement-bar__message:nth-child(2) {
    display: none;
  }

  .announcement-bar__divider {
    display: none !important;
  }
}

/* section-header */
.section-main-header {
  will-change: transform;
  background-color: black;
  position: relative;
  z-index: 9;
  transition: transform .3s ease;
}

/* Main Header Layout */
.header-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  display: block;
  position: relative;
  color: white;
}

@media screen and (min-width: 1051px) {
  header-drawer {
    display: none;
  }
}

.header {
  display: grid;
  grid-template-areas: 'navigation heading icons';
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 11px 20px;
  }
}

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

.header__heading-link .h2 {
  line-height: 1;
}

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

.header__svg-logo svg {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .header__svg-logo {
    max-width: 200px;
  }
}

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

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

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

/* Header icons */
.header__icons {
  display: flex;
  align-items: center;
  grid-area: icons;
  justify-self: end;
  gap: 40px;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  height: 20px;
  width: 20px;
  fill: none;
  vertical-align: middle;
}

.header__icon--cart {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 11px;
}

.cart-count-bubble {
  height: 20px;
  width: 20px;
  margin-left: 6px;
  padding-top: 2px;
  padding-left: 2px;
  border-radius: 20px;
  background: var(--teal);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .header__icons {
    gap: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .header__icons {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .header__icon--cart {
    margin: 0;
    padding: 0;
  }

  .cart-count-bubble {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    font-size: 0;
    position: absolute;
    top: -4px;
    right: -4px;
  }
}

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

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

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

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

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

/* Header menu */
.header__inline-menu {
  grid-area: navigation; 
}

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

.header__menu {
  padding: 0 10px;
}

.header__inline-menu ul {
  display: flex;
  gap: 40px;
}

.header__inline-menu ul li {
  padding: 30px 0;
  display: flex;
}

.header__inline-menu ul .header__mega-menu-link {
  position: relative;
}

.header__inline-menu ul .header__mega-menu-link--holi-dose-bundles:after {
  position: absolute;
  content: "BIGGEST SAVINGS HERE";
  font-size: 10px;
  bottom: 13px;
  color: red;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: "Suisse Int'l",sans-serif;
  font-style: normal;
  font-weight: 600;
}

.header__menu-item {
  font-size: 11px;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 1350px) {
  .header {
    padding: 0 30px;
  }
  
  .header__inline-menu ul {
    gap: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .header__menu-item--retreat {
    display: none;
  }  
}

@media screen and (max-width: 1150px) {
  .header__mega-menu-link--gift-guide {
    display: none !important;
  }
}

.header__menu-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease;
}

.header__mega-menu-wrapper:hover .header__menu-item::after {
  /* border-color: var(--teal); */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  border-bottom: 3px solid #000;
  /* transition: border .3sease; */
}

.header__mobile {
  display: none;
}

.header__mobile .header__icon--search svg {
  height: 24px;
  width : auto;
  display: block;
}
  
@media screen and (min-width: 768px) {
  .header__menu-item--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .header__inline-menu {
    display: none!important;
  }

  .header__inline-menu ul {
    gap: 30px;
  }

  .header__menu-item--additional {
    display: none;
  }

  .header__mobile {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
  

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

.header__submenu.list-menu {
  padding: 20px 0;
}

.header__submenu .header__submenu {
  padding: 5px 0;
  margin: 5px 0;
}

.header__submenu .header__menu-item:after {
  right: 20px;
}

.header__submenu .header__menu-item {
  padding: 9.5px 35px 9.5px 20px;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 30px;
}

.header__menu-item .icon-caret {
  right: 8px;
}

.header__submenu .icon-caret {
  right: 20px;
}

details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }

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

/* Search */
.header__search {
  width: 100%;
  padding: 20px 60px;
  position: absolute;
  top: 100%;
  left: 0;
  background: black;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.header__search.is-visible {
  opacity: 1;
  visibility: visible;
}

.header__search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__search-form {
  max-width: 500px;
  width: 100%;
}

.header__search-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header__search-input {
  width: 100%;
  padding: 11px 0 9px 15px;
  border: 1px solid #DCD7CF;
  background-color: transparent;
  color: white;
  font-size: 12px;
  line-height: 1;
}

.header__search-input::placeholder {
  font-size: 12px;
  line-height: 1;
}

.header__search-button {
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.header__icon--menu,
.header__icon--search {
  cursor: pointer;
  color: #fff;
}

@media screen and (max-width: 1050px) {
  .header__search {
    padding: 10px 20px 20px;
  }

  .header__search-form {
    max-width: 100%;
  }

  .header__search-input {
    padding: 12px 0 10px 16px;
  }

  .header__icons .header__icon--search, .header__icon--search {
    display: none;
  }
}

/* Mega Menu */
.list-menu__item--mega::after {
  content: '';
  transition: all 0.3s ease-in-out;
}

.header__mega-menu-overlay {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  /* overflow: auto; */
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  text-align: left;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.header__mega-menu-wrapper:hover .header__mega-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.header__mega-menu {
  width: 100%;
  max-height: 600px;
  overflow: scroll;
  background: white;
  color: black;
}

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

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

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

.badge {
  border: 1px solid transparent;
  border-radius: 40px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 6px 13px;
  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;
}

/* Img */
.img-fill {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
  
.responsive-lazy-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

/* Lightbox */
.lightbox {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.lightbox[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.lightbox__overlay {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.lightbox__container {
  max-width: 1100px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.lightbox__embed-container {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.lightbox__container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lightbox__container video {
  width: 100%;
}

#lc-modal {
  z-index: 30005 !important;
}

#lc-modal-overlay {
  z-index: 30004 !important;
}

.signup-button_lcButton__E2b7h {
    transition: background .35s ease;
}

.signup-button_lcButton__E2b7h:hover {
  background: #03ACC3 !important;
}

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

  .button, .shopify-challenge__button, .customer button {
    padding: 16px 45px 14px;
  }

}