/** Shopify CDN: Minification failed

Line 1422:13 Expected ":"

**/
/* base */

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

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

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

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

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

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

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

@media screen and (min-width: 769px) {
  .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: 768px) {
  .page-width, .page-width--cart-narrow {
    padding: 0 20px;
  }

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

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

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

.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);
  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: romie, 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: 768px) {
  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: 768px) {
  h2,
  .h2 {
    font-size: 44px;
    line-height: 1.1;
  }
}

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

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

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

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

h5,
.h5 {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

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

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

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

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

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

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

.sh4 {
  font-family: gordita;
  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: 768px) {
  .sh4 {
    font-size: 16px;
  }
}

.sh5 {
  font-family: gordita;
  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: 768px) {
  .sh5 {
    line-height: 2;
  }
}

.body-1 {
  font-family: gordita;
  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: 768px) {
  .body-1 {
    font-size: 16px;
  }
}

.body-2 {
  font-family: gordita;
  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: 768px) {
  .body-2 {
    font-size: 17px;
  }
}

.body-3 {
  font-family: gordita;
  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: 768px) {
  .body-3 {
    font-size: 13px;
  }
}

.body-4 {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
  text-transform: unset;
}

.body-5 {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: unset;
}

.body-6 {
  font-family: gordita;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.caption {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: unset;
}

.btn {
  font-family: gordita;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.btn--large {
  font-family: gordita;
  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: 768px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.detail {
  font-family: gordita;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.detail-2 {
  font-family: gordita;
  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: gordita;
  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: 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: 768px) {
  .small-hide {
    display: none;
  }
}

.hidden {
  display: none !important;
}

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

@media screen and (min-width: 769px) 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: 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;
}

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

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

.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: 769px) {
  hr {
    margin: 7rem 0;
  }
}

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media > *:not(.zoom, .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: 17px 60px 13px;
  display: inline-block;
  border-radius: 50px;
  background: var(--teal);
  color: white;
  font-family: gordita;
  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: 769px) {
  .button:not([disabled]):hover,
  .shopify-challenge__button:hover,
  .customer button:hover {
    background: #03ACC3;
  }
}

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

@media screen and (min-width: 769px) {
  .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: 0.5rem solid rgba(var(--color-button-text), 0.4);
  border-left: 0.5rem solid rgb(var(--color-button-text));
  border-radius: 100%;
  box-sizing: content-box;
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  width: 2rem;
  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: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  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: 0.3rem;
}

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

.share-button__button .icon-share {
  margin-right: 1rem;
}

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

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

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground),.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: 1.5rem;
  height: 1.5rem;
}

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.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 0.2rem 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 0.2rem 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: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: 1.6;
  padding: 0 4rem 0 1.5rem;
}

/* 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: 1.5rem;
}
  
  .no-margin{
    margin: 0 !important;
  }

.field__label{
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
  
.customer .field label,.contact .field label{
    display: inline-flex;
    width: 100%;
    text-align: left;
/*     line-height: 1.5; */
    font-family: gordita;
    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: 'gordita';
    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: 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;
}

/* Text area */

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

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

.form-status-list .link {
  font-family: gordita;
  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: 0.1rem solid rgba(var(--color-foreground), 0.55);
  position: relative;
  width: 14rem;
  display: flex;
}

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

.quantity__button {
  width: 4.5rem;
  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));
}

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

/* section-announcement-bar */
#shopify-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: 800px;
  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: 25px;
  width: 25px;
}

@media screen and (max-width: 768px) { 
  .announcement-bar { 
    padding: 10px 5px 9px;
  }
  
  .announcement-bar__message {
    font-size: 11px;
    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 */
#shopify-section-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: 768px) {
  .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: 768px) {
  .header__svg-logo {
    max-width: 200px;
  }
}

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

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

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

/* 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: 2rem;
  width: 2rem;
  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: 768px) {
  .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 1rem;
}

.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:after {
  position: absolute;
  content: "BIGGEST SAVINGS HERE";
  font-size: 10px;
  bottom: 13px;
  color: red;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-family: gordita;
  font-style: normal;
  font-weight: 600;
}

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

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

.header__mobile {
  display: none;
}

.header__mobile .header__icon--search svg {
  height: 24px;
  width : auto;
  display: block;
}
  
@media screen and (min-width: 769px) {
  .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;
  }

  .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: 2rem 0;
}

.header__submenu .header__submenu {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

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

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

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

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

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

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

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

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

@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 {
    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: 769px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

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

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

/* 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;
}
  
summary span svg.icon.icon-close {
  z-index: 999;
}
  .black-light {
    color: #2E2E2E;
  }
  .soft-grey {
    color: #606967;
  }
  .button.blue {
    color: var(--teal);
    background: none !important;
    padding: 0;
  }
  .button.black {
    color: black;
    background: none !important;
    padding: 0;
  }
  .none{
    display: none !important;
  }

  .page-about-us .spaced-section {
    margin-top: 0;
  }
  
  @media(max-width: 768px){
    .button.blue{
    	margin: 20px 0;
    }
  }
    .soft-grey {
 color: #606967;
  }

.breadcrumbs {
  color: var(--soft-gray);
  opacity: .5;
  font-weight: 500;
}

.breadcrumbs a {
  color: var(--soft-gray);
}

/* Legal popup */
.legal-popup {
  padding: 20px 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  display: none;
  z-index: 9999999;
}

.legal-popup__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legal-popup__container p {
  max-width: 795px;
  margin: 0;
  padding-right: 50px;
  font-size: 12px;
  line-height: 19px;
}

.legal-popup__container .btn {
  padding: 5px;
  display: inline-block;
  color: var(--teal);
  cursor: pointer;
}

.legal-popup__container a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .legal-popup {
    padding: 20px 20px 15px;
  }
  
  .legal-popup .page-width {
    padding: 0;
  }

  .legal-popup__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .legal-popup__container p {
    margin: 0 auto 10px;
    padding: 0;
  }
}

/* Site credits */
.site-credits {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1px;
  overflow: hidden;
  z-index: 999;
  background-color: var(--beige);
  color: black;
  transform: translateY(100%);
  transition: transform .3s ease, opacity .3s ease .3s;
}

.site-credits.is-visible {
  transform: translate(0);
}

.site-credits__container {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.site-credits__container p {
  margin: 0;
}

.site-credits__container a {
  color: black;
  text-decoration: underline;
}

.site-credits__x {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}

.site-credits__x svg {
  width: 12px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .site-credits__container {
    padding: 10px 0;
    flex-direction: column;
    gap: 10px;
  }
}
  
/* Img */
.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.aspect-ratio::before {
  content: "";
  display: block;
}

.aspect-ratio::before {
  padding-bottom: calc(100% / (var(--aspect-ratio)));
}

.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-fit: center;
}

.img-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-fill img {
  object-fit: cover;
  object-position: center;
}

.lazyload--blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.lazyload--blur.lazyloaded {
  filter: blur(0);
  -webkit-filter: blur(0);
}

.lazyload--fade {
  opacity: 0;
  transition: opacity .2s ease
}

.lazyload--fade.lazyloaded {
  opacity: 1;
}

/* Klaviyo Embed */
.kl-private-reset-css-Xuajs1 {
  min-height: 0 !important;
  max-width: 100% !important;
}
  
.kl-private-reset-css-Xuajs1 input[type='email'] {
  height: 43px !important;
  padding: 0 !important;
  font-family: gordita !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: .04em !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid white !important;
}
  
.go3172160169.go3172160169.go3172160169.go3172160169.go3172160169.go3172160169:hover {
  border-color: white !important;
  border-right: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid white !important;
}
  
.kl-private-reset-css-Xuajs1 input[type='email']::placeholder {
  font-family: gordita !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  letter-spacing: .04em !important;
  padding: 0 !important;
}
  
.kl-private-reset-css-Xuajs1 button {
  font-family: gordita!important;
  font-style: normal!important;
  font-weight: 700!important;
  font-size: 12px!important;
  line-height: 1.1!important;
  letter-spacing: .16em!important;
  text-transform: uppercase!important;
  height: 42px!important;
  padding: 0 0 0 10px !important;
  border-bottom: 1px solid white !important;
  display: flex !important;
  align-items: center !important;
}
  
.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-container.ql-container.ql-container p, 
.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-container.ql-container.ql-container a {
  font-family: gordita !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  letter-spacing: .05em !important;
}
  

/* Judge.me */
.jdgm-preview-badge .jdgm-star.jdgm-star {
  color: var(--teal) !important;
}
  
.jdgm-prev-badge__text {
  font-family: gordita !important;
  font-style: normal !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-transform: unset !important;
}
  
/* Partnerships Program */
.page-partnership-programs .rte button {
  padding: 17px 60px 13px !important;
  display: inline-block !important;
  border-radius: 50px !important;
  background: var(--teal) !important;
  color: white !important;
  font-family: gordita !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  transition: background .35s ease !important;
  text-align: center !important;
  height: auto !important;
}

/* Button - hover */
@media screen and (min-width: 769px) {
  .page-partnership-programs .rte button:hover {
    background: #03ACC3 !important;
  }
}

/* rise ai css */

.footer[data-v-0cd8a596] {
  display: none;
}

/* .announcement-bar .announce-block {
  visibility: hidden;
} */

.announcement-bar.slick-initialized .announce-block {
  display: flex !important;
  visibility: visible;
  justify-content: center;
  width: fit-content;
}

.jdgm-rev-widg__summary {
  margin: 0 auto !important;
}

.jdgm-rev-widg__summary-inner {
  display: flex;
  gap: 10px;
}

.jdgm-paginate__page.jdgm-curt {
  color: #06CCE8;
}

#shopify-section-template--15872364576939__16336315069732be85,
#shopify-section-template--15872365494443__16336315069732be85 {
  background: #EDE9E4;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  #shopify-section-template--15872364576939__16336315069732be85,
  #shopify-section-template--15872365494443__16336315069732be85 {
    margin-bottom: 0px;
  }
}
.jdgm-rev__buyer-badge, .jdgm-medals-wrapper, .jdgm-link {display: none !important;}

/*================ Quick View ================*/

.product-card__quick-view {
  position: relative;
}

.product-card__quick-view .loading-overlay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quick-view {
  /* max-height: 100%; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

.quick-view[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

.quick-view__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(79, 88, 87, 0.6);
}

.quick-view__container {
  width: 100%;
  padding: 70px 40px 35px;
  background: var(--beige-light);
  position: relative;
  max-height: 90vh;
  overflow-y: scroll;
}

.quick-view__close-button {
  position: absolute;
  top: 30px;
  right: 40px;
  box-sizing: border-box;
  pointer-events: auto;
  display: block;
  height: auto;
  cursor: pointer;
}

.quick-view__close-button svg {
  width: 15px;
}

.quick-view__back {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.quick-view .quick-view-hide {
  display: none !important;
}

.quick-view .product {
  padding: 0;
  margin: 0;
}

.quick-view .product__media-wrapper {
  top: 0px;
  padding-left: 54px;
}

.quick-view .product__slider-thumbnails-wrapper {
  top: 0 !important;
  left: 0;
  align-items: flex-start;
}

.quick-view .product__info-wrapper {
  padding-left: 20px;
  padding-right: 0;
}

.quick-view .product__title {
  /* font-size: 20px; */
  margin-top: 0;
}

.quick-view .product__pdp-link {
  text-align: center;
  margin-top: 20px;
}

.quick-view .product__pdp-link a {
  text-decoration: underline;
}


.quick-view .product__short-description {
  font-size: 13px;
}

.quick-view .product-form {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.quick-view .product-form__input {
  margin-bottom: 3px;
  border: 0;
}

.quick-view .product-form__input-label {
  padding: 6px 16px;
  font-size: 10px;
}

.quick-view .product__details {
  margin-top: 20px;
  text-align: center;
}

.quick-view .product__details a {
  opacity: .6;
  transition: opacity .3s ease;
}

.quick-view .product__details a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .quick-view__container {
    max-height: calc(95vh - 100px);
    padding-left: 25px;
    padding-right: 25px;
  }

  .quick-view .product__info-wrapper {
    padding-left: 0;
  }

  .quick-view .product-form {
    padding: 0 0 20px;
    border-top: 0;
  }
}

/*========== ARTICLE SEARCH BAR SECTION START ==========*/
.blog_search_bar .search-modal__form {
  max-width: 798px;
  margin: 0 auto;
}

.blog_search_bar .search__input.field__input {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7888 18.7749L14.0768 13.063C14.0125 13.002 13.9375 12.9536 13.8555 12.9202C15.1622 11.3722 15.8202 9.37932 15.6922 7.35767C15.5642 5.33602 14.66 3.44201 13.1686 2.07127C11.6771 0.700519 9.71368 -0.0409469 7.68843 0.00174646C5.66319 0.0444398 3.73276 0.86799 2.30037 2.30037C0.86799 3.73276 0.0444398 5.66319 0.00174646 7.68843C-0.0409469 9.71368 0.700519 11.6771 2.07127 13.1686C3.44201 14.66 5.33602 15.5642 7.35767 15.6922C9.37932 15.8202 11.3722 15.1622 12.9202 13.8555C12.9536 13.9375 13.002 14.0125 13.063 14.0768L18.7749 19.7888C18.8413 19.8557 18.9203 19.9088 19.0073 19.9451C19.0943 19.9813 19.1876 20 19.2819 20C19.3761 20 19.4694 19.9813 19.5564 19.9451C19.6435 19.9088 19.7224 19.8557 19.7888 19.7888C19.8557 19.7224 19.9088 19.6435 19.9451 19.5564C19.9813 19.4694 20 19.3761 20 19.2819C20 19.1876 19.9813 19.0943 19.9451 19.0073C19.9088 18.9203 19.8557 18.8413 19.7888 18.7749ZM7.85792 14.2839C6.58699 14.2839 5.34459 13.907 4.28785 13.2009C3.2311 12.4948 2.40747 11.4912 1.9211 10.317C1.43474 9.14284 1.30748 7.85079 1.55543 6.60428C1.80338 5.35776 2.41539 4.21276 3.31408 3.31408C4.21276 2.41539 5.35776 1.80338 6.60428 1.55543C7.85079 1.30748 9.14284 1.43474 10.317 1.9211C11.4912 2.40747 12.4948 3.2311 13.2009 4.28785C13.907 5.34459 14.2839 6.58699 14.2839 7.85792C14.2839 9.56219 13.6069 11.1967 12.4018 12.4018C11.1967 13.6069 9.56219 14.2839 7.85792 14.2839Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,30%);
  padding: 0.8rem 8rem 0.8rem 3rem;
  height: 38px;
}

.blog_search_bar .search-modal__content {
  padding: 0;
  background-color: #fff;
}

.blog_search_bar .search-modal__form .field__label {
  display: none;
}

.blog_search_bar {
  line-height: 0;
}

.blog-tabs .blog-tabs__container {
  align-items: center;
}

.blog_search_bar .search-modal__form .field__button {
  color: #06CCE8;
  text-transform: uppercase;
  width: auto;
  letter-spacing: 0.16em;
  font-weight: bold;
  height: 38px;
  font-family: gordita;
}

.blog_search_bar .search-modal__form .field__button:hover {
  color: #000;
}

.blog-tabs .blog-tabs__container .blog_search_bar .mobile_icon {
  display: none;
  margin-right: 20px;
}

.blog_search_bar .search-modal__form .field__button .mobile_label {
  display: none;
}

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

  .blog-tabs .blog-tabs__container .blog_search_bar .mobile_icon {
    display: block;
  }

  .blog-tabs .blog-tabs__container .blog_search_bar .desktop_icon {
    display: none;
  }

  .blog-tabs .blog-tabs__container .blog_search_bar {
    order: 1;
  }

  .blog-tabs .blog-tabs__container .blog-tabs__item {
    order: 2;
  }

  .blog-tabs .blog-tabs__container {
    align-items: flex-start;
  }

  .blog_search_bar .search-modal__form {
    padding: 0 20px;
  }

  .blog_search_bar .search-modal__form .field__button .desktop_label {
    display: none;
  }

  .blog_search_bar .search-modal__form .field__button .mobile_label {
    display: block;
  }

  .blog_search_bar .search__input.field__input {
    padding: 0.8rem 3rem 0.8rem 3rem;
    height: 46px;
  }

  .blog_search_bar .search-modal__form .field__button {
    height: 46px;
  }

}
/*========== ARTICLE SEARCH BAR SECTION END ==========*/

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

img.allImageHeightWidth{
  height:auto;
  width:auto;
}

.responsive-lazy-image img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

#loyaltylion > *, #loyaltylion button {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-transform: unset;
}

#loyaltylion button {
  font-family: gordita;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-transform: unset;
}

#loyaltylion .lion-claimed-rewards-list--empty {
  border: none;
}

#loyaltylion .lion-header__join-buttons .lion-action-button:first-child {
  background: #06cce8;
}

#loyaltylion .lion-integrated-page-section__heading-text {
  font-family: romie, serif;
}

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

.overlay__bg {
  text-align: center;
  border: 1px solid hsla(0,0%,100%,.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 24px;
}

.page-container {
  max-width: 1020px;
  padding: 0 15px;
  margin: 0 auto;
}

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

  .page-container {
    max-width: 540px;
  }
  
}


/* #shopify-section-announcement-bar {
  display: flex;
}
 */

.announcement-bar-wrap {
  padding: 9px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.announcement-bar .slick-arrow {
  display: none;
}

.announcement-bar-marquee {
  white-space: nowrap;
  will-change: transform;
  animation: marquee 200s .25s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 30px;
  text-align: center;
  margin: 0 auto;
}

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

  .announcement-bar-marquee {
    animation: marquee 300s .25s linear infinite;
  }
  
}

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