/** Shopify CDN: Minification failed

Line 5056:0 Unexpected "}"
Line 5069:17 Expected identifier but found "!"
Line 5075:8 Expected identifier but found "url("
Line 5085:8 Expected identifier but found "url("

**/
/* Color custom properties */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

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

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

/* base */

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

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

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

body, html {
    max-width: 100%;
    overflow-x: unset;
}

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

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

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

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



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

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

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

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

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

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

.isolate {
  position: relative;
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

button#google-login, button#facebook-login {
    border: 1px solid #e6e6e6!important;
}



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

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

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

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

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

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

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

*:focus-visible {
  outline: none;
  outline-offset: 0.3rem;
  box-shadow:none;
}

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

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

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

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

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

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

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

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 0rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

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

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

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

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

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

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

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

/* Button - other */

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

.field__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;
  width: 4.4rem;
}

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

.cart-count-bubble {
  position: relative;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px!important;
  line-height: 35px;
  text-transform: none;
}

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

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  text-decoration: none;
}

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

.footer-block__newsletter {
    margin-top: 30px;
}

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

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

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

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

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

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

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

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

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

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

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

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

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  #shopify-section-announcement-bar,
  div#shopify-section-header {
    z-index: 999 !important;
  }
  
}

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

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

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

/* Header icons */
.header__icons {
    display: inline-flex;
    grid-area: icons;
    justify-self: end;
    margin-right: 13px;
}

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate_search .search-modal {
  opacity: 1;
  transform:translateY(0);
}

.animate_search .modal-overlay {
  display: block !important;
}

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

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

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
  transform:translateY(-200px);
  transition:all .8s ease-in-out;
  z-index: 1001 !important;
}

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

.search-modal__content .field{
  gap:16px; 
}

.search-modal__content input {
    background: transparent !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #333;
    padding: 0 !important;
    font-size: 16px!important;
    letter-spacing: 0px!important;
    font-family: Plus Jakarta Sans!important;
    font-weight: 300!important;
}

.search-modal__content label{
    left: 0;
}

h3.predictive-search__item-heading.h5 {
    font-size: 16px!important;
    font-family: Plus Jakarta Sans!important;
    font-weight: 300!important;
}

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
  font-weight: 400;
  font-size: 13px;
  line-height: 35px;
  text-transform: none;
}

.list-menu li:hover span {
  text-decoration: underline;
  text-underline-offset: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.global-media-settings {
  position: relative;
  border: 0;
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

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

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

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

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

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

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

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

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

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

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

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

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

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

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

  
@font-face {
font-family: "Plus Jakarta Sans";
src: url("PlusJakartaSans-Regular.woff2") format("woff2"),
	 url("PlusJakartaSans-Regular.woff") format("woff");
	 }
  
  @font-face {
font-family: "Plus Jakarta Sans Bold";
src: url("PlusJakartaSans-Bold.woff2") format("woff2"),
	 url("PlusJakartaSans-Bold.woff") format("woff");
	 }



h1, h1 a, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, .multicolumn-list h3, .multicolumn-list p, .footer-block__details-content.rte, .footer__copyright.caption, .field, .newsletter__subheading.rte p, .image-with-text__text.rte.body p, #nav li a, div.title a, .headline, .subtitle, span, p#homepage-feature, .announcement-bar__link .announcement-bar__message, a.button.button--primary {
    font-family: "Plus Jakarta Sans"!important;
    letter-spacing: 0px!important;
}

h2 {
    font-family: RecklessNeue-Light!important;
    font-size: 35px;
}
  
  p {
    font-family: Plus Jakarta Sans!important;
}
  
  .rich-text__text.rte p {
    font-size: 14px!important;
    font-family: Plus Jakarta Sans!important;
    letter-spacing: 0px;
}

h1, h2, h3 {
    font-weight: 500!important;
}
  
p.announcement-bar__message.h5 {
    font-size: 14px;
    color: #121212;
}
  
  h2.image-with-text__heading.h2 {
    letter-spacing: .5px!important;
}
  
  a.button.button--primary {
    font-size: 14px!important;
    font-weight: 500;
    border: 1px solid black;
    border-radius: 30px;
}
  
  .bg-change {
    text-align: center;
    padding-top: 55px;
    padding-bottom: 75px;
}
  
  a.button.button--primary:hover {
    background: #F2E6D3;
    border: 1px solid #121212;
    color: #121212;
}
  
  .button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after {
    --border-offset: 1.3px;
    box-shadow: none;
}
    
 .footer-block__details-content.rte p {
    font-size: 14px;
}
    
 label.field__label {
    font-size: 15px;
    letter-spacing: 0px;
    padding-top: 2px;
}

.bg-change span {
    letter-spacing: -9px!important;
}
    
    
    
    
@media screen and (min-width: 814px) {
    .footer-block.grid__item {
    height: auto;
}
}
    
    
    footer.footer.color-accent-1.gradient.section-footer-padding {
    margin-top: 0px;
}section#shopify-section-template--15566458421425__multicolumn {
    margin-top: 0px;
}
    
    
    .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2%;
    padding-right: 2%;
}
    
    summary.header__menu-item.list-menu__item.link.focus-inset, a.header__menu-item.header__menu-item.list-menu__item.link.link--text.focus-inset {
    font-weight: 400;
    text-transform: none;
}

summary.header__menu-item.list-menu__item.link.focus-inset span {
    letter-spacing: 0px!important;
}
    
    a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large {
    font-family: Plus Jakarta Sans!important;
    text-transform: none;
}
    
    div#ImageWithText--template--15566458421425__image-with-text {
    background: #87BFD7;
}
    
    div#ImageWithText--template--15566458421425__image-with-text {
    border: 0px;
}

a.header__menu-item.list-menu__item.link.link--text.focus-inset.caption-large:hover {
    color: black;
    font-weight: 900!important;
    text-decoration: underline;
}

.menu-drawer__utility-links {
    display: none;
}



ul#HeaderMenu-MenuList-1, ul#HeaderMenu-MenuList-2 {
    background: #fffef5;
  border: 1px solid black!important;
}
    
    .image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media {
    border: 0px;
}
    
  slider-component.slider-mobile-gutter.page-width.page-width-desktop {
    padding-left: 2%;
    padding-right: 2%;
}
    
    .card__information {
    text-align: left;
}
    
    .card-information {
    text-align: right;
}
    
    div#ImageWithText--template--15566458421425__16519482973bb211a7 {
    border: 0px;
}
    
    .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--3-col-tablet {
    margin-left: 4%;
}
    
    .image-with-text__text.rte.body p {
    font-size: 14px;
}
    
   .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15566458421425__16519482973bb211a7-padding .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
    padding-left: 4%;
    padding-right: 4%;
}
    
    div#ImageWithText--template--15566458421425__16519482973bb211a7 {
    padding-left: 2%;
}
    
    
    .page-width-desktop {
    max-width: 100%;
    }
    
  .section-template--15566458421425__image-with-text-padding {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 100%;
}
    
    .list-menu__item {
      color: black;
      height: 4.4rem;
    }
    
    header.header.header--middle-left.page-width.header--has-menu {
    max-width: 100%;
}
    
    .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15566458421425__16519482973bb211a7-padding {
    max-width: 100%;
}
    
    .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--15566458421425__1651950185882a1313-padding .rich-text__blocks {
    width: 96%;
    max-width: 100%;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 30px;
    padding-bottom: 30px;
}
    
    .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--15566458421425__1651950185882a1313-padding .rich-text__text.rte p {
    font-size: 20px!important;
}
    
    .collection.section-template--15566458421425__1651950399ebedcd0e-padding {
    padding-left: 4%;
    padding-right: 4%;
}
    
    .collection.section-template--15566458421425__1651950399ebedcd0e-padding slider-component.slider-mobile-gutter.page-width.page-width-desktop {
    border-bottom: 0px;
}
    
    ul#Slider-template--15566458421425__1651950399ebedcd0e {
    margin-top: 45px;
}
    
li#Slide-template--15566458421425__1651950399ebedcd0e-1 {
    width: 51%!important;
    max-width: 51%;
    padding-right: 2%;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-2 {
    width: 12%;
      padding-right: 1%;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-3 {
    width: 12%;
      padding-left: 1%;
}
    
    .collection__description.body p {
    letter-spacing: 0px;
}
    
li#Slide-template--15566458421425__1651950399ebedcd0e-1 .card.card--standard.card--media {
    padding: 5%;
    background: #D6C0E3;
    border-radius: 20px;
    border: 2px solid black;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-1 a.full-unstyled-link {
    font-size: 25px;
}
    
    .card__inner.color-background-1.gradient.ratio {
    background: transparent;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-1 .card__information {
    padding-top: 30px;
}
    
       li#Slide-template--15566458421425__1651950399ebedcd0e-2 .card__information {
    padding-top: 30px;
}
    
        li#Slide-template--15566458421425__1651950399ebedcd0e-3 .card__information {
    padding-top: 30px;
}
    
li#Slide-template--15566458421425__1651950399ebedcd0e-1 span.price-item.price-item--regular {
    background: #BCE2C4;
    padding: 22px 13px 22px 13px;
    border-radius: 100px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-2 span.price-item.price-item--regular {
    background: #BCE2C4;
    padding: 22px 13px 22px 13px;
    border-radius: 100px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-3 span.price-item.price-item--regular {
    background: #BCE2C4;
    padding: 22px 13px 22px 13px;
    border-radius: 100px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-2 a.full-unstyled-link {
    font-size: 20px;
    width: 65%;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-3 a.full-unstyled-link {
    font-size: 20px;
    width: 62%;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-2 .card-information {
    text-align: right;
    margin-top: -44px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-3 .card-information {
    text-align: right;
    margin-top: -44px;
}
    
    .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    max-width: 100%;
}
    
    .footer__content-top.page-width, .footer__content-bottom-wrapper.page-width {
    max-width: 100%;
}
    
    p {
    letter-spacing: 0px;
}
    
    .bg-change p {
    max-width: 90%;
    margin: 0 auto;
}
    
    @media screen and (max-width: 813px) {
li#Slide-template--15566458421425__1651945247269c3fb4-1 {
    width: 100%!important;
    min-width: 100%;
    margin-right: 0px;
    border-right: 0px;
}
li#Slide-template--15566458421425__1651945247269c3fb4-2 {
    width: 100%;
    min-width: 100%;
    padding-bottom: 30px;
}
      
      li#Slide-template--15566458421425__1651945247269c3fb4-1 {
    width: 100%!important;
    min-width: 100%;
    margin-right: 0px;
    border-right: 0px;
    padding-top: 40px;
}
      
      .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15566458421425__16519482973bb211a7-padding {
    padding-top: 0px;
    padding-right: 2%;
    padding-left: 2%;
        padding-bottom: 0px;
}
      
      div#ImageWithText--template--15566458421425__16519482973bb211a7 {
    padding-left: 5%;
    padding-right: 4%;
}
      
      div#ImageWithText--template--15566458421425__16519482973bb211a7 {
    border-bottom: 1px solid black;
}
      
      .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    padding-right: 2%;
    padding-left: 2%;
    border-bottom: 0px;
}
      
      slider-component.slider-mobile-gutter.page-width.page-width-desktop {
    border-top: 0px;
}
      
      li#Slide-template--15566458421425__1651950399ebedcd0e-1 {
    min-width: 100%;
    max-width: 100%;
    padding-right: 0px;
}
      
      li#Slide-template--15566458421425__1651950399ebedcd0e-1 .card.card--standard.card--media {
    padding: 7%;
    background: #D6C0E3;
    border-radius: 20px;
    border: 2px solid black;
}
      
      li#Slide-template--15566458421425__1651950399ebedcd0e-2 {
    min-width: 100%;
    margin-top: 30px;
    padding-right: 0px;
}
      
      li#Slide-template--15566458421425__1651950399ebedcd0e-3 {
            min-width: 100%;
    margin-top: 30px;
    padding-left: 0px;
}
      
      li#Slide-template--15566458421425__1651945247269c3fb4-1 {
    border-right: 0px;
    margin-top: 40px!important;
}
      
      li#Slide-template--15566458421425__1651945247269c3fb4-2 {
    margin-bottom: 30px!important;
}
      
      slider-component.slider-mobile-gutter.page-width.page-width-desktop {
    border-top: 0px!important;
}
      
      li#Slide-template--15566458421425__1651950399ebedcd0e-2 .card-information, li#Slide-template--15566458421425__1651950399ebedcd0e-3 .card-information {
    text-align: right;
    margin-top: -35px;
}
      
    
      
    div#shopify-section-footer {
    padding-left: 0%;
    background: #d7c0e3;
    padding-right: 0%;
    min-width: 100%;
}
      
      .footer-block__newsletter {
    text-align: left;
}
    }
    
    h1.main-page-title.page-title.h0 {
    font-size: 35px;
}
    
    .page-width.page-width--narrow.section-template--15566458519729__main-padding {
    width: 100%;
    min-width: 100%;
    padding: 2%;
}
    
    small.copyright__content a {
    margin-right: 10px;
    margin-left: 10px;
}
    
    span#copyright-break {
    margin-left: 10px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-2 p#card-description {
    font-size: 14px;
    letter-spacing: 0px;
    width: 80%;
    margin-top: 27px;
}
    
    li#Slide-template--15566458421425__1651950399ebedcd0e-3 p#card-description {
    font-size: 14px;
    letter-spacing: 0px;
    width: 80%;
    margin-top: 27px;
}
    
  .banner--large:not(.banner--adapt) {
    min-height: 94vh!important;
}
    
  .banner__content.banner__content--middle-center {
    align-items: center!important;
    justify-content: left!important;
}
    
  h2.h1 {
    font-weight: normal!important;
}
    
.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    max-width: 80%!important;
}
    
h2.banner__heading.h0 {
    font-size: 140px;
    line-height: .9em;
}
    
 .banner__text.subtitle {
    font-size: 50px;
    margin-top: 30px;
}
    
    .subtitle {
    color: white!important;
}
    
    
a#cart-icon-bubble {
    font-size: 12px;
    font-family: Plus Jakarta Sans!important;
    padding-right: 0px;
}
    
    a#cart-icon-bubble {
    width: 180px;
}
    
    h2.banner__heading.h0 {
    font-size: 200px;
    line-height: .9em;
}
    
    @media screen and (min-width: 813px) and (max-width: 1300px) {
      
          h2.banner__heading.h0 {
    font-size: 150px;
    line-height: .9em;
}
    }
    

     @media screen and (max-width: 813px) {
       .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    max-width: 100%!important;
}
       
       h2.banner__heading.h0 {
    font-size: 4.3em;
    line-height: 1em;
}
       
.banner__text.subtitle {
    font-size: 2em;
    margin-top: 30px;
    line-height: 1em;
}
     }
    
  .field__input, .select__select, .customer .field input, .customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffffc7;
    color: rgb(var(--color-foreground));
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: none;
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    border: 0;
    letter-spacing:0;
    font-family: Plus Jakarta Sans !important;
}

.customer .field input::placeholder{
    font-family: Plus Jakarta Sans!important;
}
    
    .newsletter-form {
    align-items: flex-start;
    margin: 0!important;
    max-width: 36rem;
}
    
    label.field__label {
    color: #000000b5;
}
    
    input#NewsletterForm--template--15663026274481__1655739659f3dc59ae {
    color: black!important;
      border-radius: 100px;
}
    
   
    
 .field {
    position: relative;
    width: 100%;
    display: flex;
    transition: none;
}
    
    button.button, button, .button, .button-label, .shopify-challenge__button, .customer button {
    font-family: Plus Jakarta Sans!important;
    letter-spacing: 0px;
    font-size: 14px;
}
    
    .contact__button {
    float: right;
}
    
    .page-width.page-width--narrow.section-template--15663026340017__main-padding {
    display: none;
}
    
    .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--15663026340017__1655755442639191a4-padding {
    border-bottom: 0px;
    padding-top: 70px;
}
    
    .rich-text__blocks {
    text-align: left;
}
    
.rich-text__blocks {
    max-width: 100%!important;
}
    
    .contact.page-width.page-width--narrow.section-template--15663026340017__form-padding {
    max-width: 100%;
      width: calc(100% - 15rem);
}
    
    .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--15663026340017__1655755442639191a4-padding {
    padding-bottom: 20px;
}
    
    .newsletter-form {
    max-width: 42rem;
}

    .banner__box>*+* {
    margin-top: 2rem!important;
}
    
/* ::after {
    border-radius: 100px!important;
} */
    
    input#ContactForm-name {
    border-radius: 100px!important;
}
    
    a {
    font-family: Plus Jakarta Sans!important;
    font-size: 14px!important;
    letter-spacing: 0px;
}
    
    header.header.header--middle-left.page-width {
    max-width: 100%;
}
  
    .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 46rem!important;
}
    
          
      .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem!important;
    padding-right: 2.5rem!important;
}
     
      .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    padding: 0px!important;
}
    
    
    .banner__content.banner__content--middle-center.page-width {
    padding: 5rem!important;
    max-width: 100%;
}
    @media screen and (max-width: 813px) {
.banner:not(.banner--mobile-bottom) .field__input {
    background-color: #ffffffc9!important;
}
   
      
      .header__heading, .header__heading-link {
    grid-area: heading;
    justify-self: center;
}
      a.header__heading-link.link.link--text.focus-inset {
    padding: 0px!important;
}
      
      a.header__heading-link.link.link--text.focus-inset {
    padding: 0px!important;
}

      
      .banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient {
    padding-left: 5%;
    padding-right: 5%;
   margin-top: -35%!important;
}
      
      .banner__text.subtitle {
    line-height: 1.2em!important;
    width: 90%;
}
      
      .banner__content.banner__content--middle-center.page-width {
    padding: 2rem!important;
}
      
      .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}

      .header__icons {
    margin-right: 5px;
}
      

    }
    
  @media screen and (max-width: 990px){
    .header {
    display: grid;
    grid-template-areas: "left-icon heading icons";
    grid-template-columns: 1fr auto 1fr;
      }
    
    a#cart-icon-bubble {
    width: auto;
    font-size: 13px!important;
    margin-left: 5px;
    padding-right: 0px;
}
    
    .header__heading, .header__heading-link {
    grid-area: heading;
    justify-self: center;
}   
  }
    
    h2.banner__heading.h0 span {
    font-family: Plus Jakarta Sans Bold!important;
}
    

    
    h2.h1 {
    font-weight: normal!important;
    font-family: Plus Jakarta Sans Bold!important;
}
    
textarea#ContactForm-body {
    min-height: 250px;
    border-radius: 20px!important;
}  
    
    a#cart-icon-bubble {
    width: 180px;
    font-size: 13px!important;
}
    
    button#Subscribe {
    font-family: Plus Jakarta Sans Bold!important;
    font-weight: normal!important;
}
    
    h2.banner__heading.h0 span {
    font-family: Plus Jakarta Sans Bold!important;
    font-weight: normal!important;
}
    
    a.invite {
    font-size: 13px!important;
    color: #ffffffbd!important;
}
    
    p.invite {
    font-size: 13px;
    color: #ffffffbd;
}
    
    .rich-text__text.rte p {
    font-size: 16px!important;
}
    
    button.button, button, .button, .button-label, .shopify-challenge__button, .customer button {
    font-family: Plus Jakarta Sans!important;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: normal!important;
}
    
    .rich-text--full-width .rich-text__blocks {
    width: 100%!important;
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
    
    .contact.page-width.page-width--narrow.section-template--15663026340017__form-padding {
    max-width: 100%;
    width: calc(100% - 10rem)!important;
}
    
@media screen and (max-width: 813px){
  .rich-text--full-width .rich-text__blocks {
    width: 100%!important;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
  
  .contact.page-width.page-width--narrow.section-template--15663026340017__form-padding {
    max-width: 100%;
    width: calc(100% - 4rem)!important;
}
}
    
    input#ContactForm-email, label.field__label, input#invitecode {
    border-radius: 23px!important;
}
    
    a.invite-login {
    font-size: 12px!important;
    margin-top: 30px;
}
    
    label {
    letter-spacing: 0px!important;
    font-family: Plus Jakarta Sans!important;
}
    
    .customer th, .customer td {
    border: none;
    padding: 0;
    font-weight: normal!important;
    font-family: Plus Jakarta Sans!important;
    font-size: 14px;
}
    
    div#ruti-form {
    display: inline-grid;
      width: 100%;
}
    
.fsBody.fsEmbed {
    padding: 0px!important;
    border: 1px solid black;
    border-radius: 20px;
    width: 100%!important;
}
    
    form#fsForm4515033 {
    margin-top: 0px;
    border-radius: 20px;
}
    
    .fsSectionHeader {
    padding: 0px!important;
}
    
    .fsBody.fsEmbed {
    margin-bottom: 100px;
}
    
    .fsborderradius .fsBody .fsSectionHeader {
    margin-bottom: 30px;
}
    
    @media screen and (min-width: 750px) {
hr {
    margin: 5rem 0;
}
    }
    
    div#ruti-results {
    background: white;
    border: 1px solid black;
    border-radius: 20px;
    padding: 30px;
}
    
    h1#results {
    margin-top: 0px;
    font-family: Plus Jakarta Sans Bold!important;
    font-size: 35px;
}
    
    div#ruti-results h3 {
    font-size: 19px;
}
    
.product.product--small.product--stacked.grid.grid--1-col.grid--2-col-tablet {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
    
    legend.form__label {
    font-family: Plus Jakarta Sans!important;
    font-size: 12px;
    margin-bottom: 10px!important;
}
    
    .product__media.media.media--transparent.gradient.global-media-settings {
/*  border-left: 0px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black; */
}
    
    sticky-header.header-wrapper.color-background-1.gradient {
    border-bottom: 1px solid black;
}
    
    div#invite {
    width: 100%;
    display: grid;
}
    
    .needsclick.kl-private-reset-css-Xuajs1 {
    font-family: Plus Jakarta Sans Bold!important;
}
    
        .needsclick.kl-private-reset-css-Xuajs1:placeholder {
    font-family: Plus Jakarta Sans Bold!important;
}
    
    input.needsclick.go487820247.kl-private-reset-css-Xuajs1 {
    font-family: Plus Jakarta Sans!important;
}
    
    button.needsclick.go970770034.kl-private-reset-css-Xuajs1 {
    padding-left: 25px!important;
    padding-right: 25px!important;
    margin-left: -100px;
}
    
.go1086942174.go1086942174.go1086942174:hover {
    border-color: #ffffff !important;
}
    
    .contact .form__message {
    align-items: flex-start;
    font-family: Plus Jakarta Sans Bold!important;
}
    
    
section#MainProduct-template--15663026438321__main {
    padding-top: 0px;
    padding-bottom: 12px;
    margin-top: -1px;
}

    
    .product.product--small.product--stacked.grid.grid--1-col.grid--2-col-tablet {
    border-bottom: 1px solid black;
}
    
    
  li {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    letter-spacing: 0px!important;
    line-height: 25px;
}
    
  .product__description.rte.quick-add-hidden h4 {
    font-size: 16px;
}
    
    ul {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 18px;
}
    
.product__description.rte.quick-add-hidden h4 {
    font-size: 15px;
    margin-bottom: -4px;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
} 
    strong {
    font-family: Plus Jakarta Sans Bold!important;
      font-weight: normal!important;
}
    
/*     .product.product--large.product--thumbnail.grid.grid--1-col.grid--2-col-tablet {
    border-bottom: 1px solid black!important;
} */
    

    
    ul#Slider-Gallery-template--15663026438321__main {
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
    
    .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--3-col-tablet {
    margin-left: 0px;
}
    
    div#ImageWithText--template--15663026438321__16560295388ba1f9f3 {
    border: 0px;
}
    
    .image-with-text__media.image-with-text__media--small.gradient.color-background-2.global-media-settings.media {
    border: 0px;
}
    
    .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15663026438321__16560295388ba1f9f3-padding {
    background: #fffef5;
}
    
    div#ImageWithText--template--15663026438321__16560295388ba1f9f3 {
    background: #fffef5;
}
    
    .image-with-text__media.image-with-text__media--small.gradient.color-background-2.global-media-settings.media {
    background: #fffef5;
}
    
    .image-with-text__media.image-with-text__media--adapt.gradient.color-background-2.global-media-settings.media {
    border: 0px;
    background: transparent;
}
    
    .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
    padding: 40px;
}
    
    .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15663026438321__16560295388ba1f9f3-padding {
    padding-left: 5%;
    padding-right: 5%;
}
    
    div#ImageWithText--template--15663026438321__16560295388ba1f9f3 h2 {
    font-size: 40px;
    font-family: Plus Jakarta Sans Bold!important;
    font-weight: normal!important;
}
    
    @media screen and (min-width: 750px) {
.grid--3-col-tablet .grid__item {
    width: calc(36.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
    }
    
    .image-with-text__text.rte.body p {
    font-size: 16px;
}
    
    .slideshow__media.banner__media.media {
    background: transparent;
}
    
    section#shopify-section-template--15663026438321__16560312786b505630 {
    width: 80%;
    margin: 0 auto;
      padding-bottom: 100px;
}
    
    div#ImageWithText--template--15663026438321__16560295388ba1f9f3 {
    padding-left: 0px;
}
    
    .image-with-text__media-item.image-with-text__media-item--small.image-with-text__media-item--middle.grid__item {
    padding-right: 0px;
}
    
    .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15663026438321__16560295388ba1f9f3-padding {
    padding-left: 0;
    padding-right: 0;
    max-width: 80%;
}
     
button.product-form__submit.button.button--full-width.button--primary span {
    font-family: Plus Jakarta Sans!important;
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    font-weight: 400 !important;
    color: #324938;
}
    
a#cart-icon-bubble {
    width: auto;
    font-weight: 400;
    font-size: 13px!important;
    line-height: 35px;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    text-underline-offset: 18px;
}
  a#cart-icon-bubble:hover{
    text-decoration: underline;
  }  
    
    h1.cart__empty-text {
    font-size: 40px;
}
    
   @media screen and (max-width: 813px){ 
    a#cart-icon-bubble {
    width: auto;
    font-size: 13px!important;
    margin-left: 4px;
}
   }
    
    .field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
    }
  
    
    .customer h2.form__message {
    font-size: 14px;
}
    
button.product-form__submit.button.button--full-width.button--primary:hover {
    background: white;
    transition: var(--duration-default) ease;
    color: #333333!important;
}
   button.product-form__submit.button.button--full-width.button--primary:hover span{
     color: #333333!important;
     transition: var(--duration-default) ease;
   }
    
    button.link.button-label {
    border: 0px;
    font-size: 12px;
    margin-top: 10px;
}
    
    .product-option * {
    display: inline;
    margin: 0;
    font-family: Plus Jakarta Sans!important;
    font-size: 14px;
          font-weight: 400;
    letter-spacing: 0px;
}
    
    .cart-notification-product__image.global-media-settings {
    border: 0px;
}
    
    cart-items.page-width.section-template--15663025946801__cart-items-padding {
    margin-right: 4rem!important;
    margin-left: 4rem!important;
}
    
    .cart__footer {
    margin-right: 4rem!important;
    margin-left: 4rem!important;
}

.product-option dt, .product-option dd {
    font-weight: 400!important;
    font-size: 13px;
}
    
    span.badge.price__badge-sale.color-accent-2 {
    background: #D9C1DF;
}
    
       @media screen and (max-width: 813px){ 
    slider-component#GalleryViewer-template--15663026438321__main {
    max-width: 100%!important;
}
    
    slider-component#GalleryViewer-template--15663026438321__main {
    margin: 0px!important;
}
    
    li#Slide-template--15663026438321__main-24597693661361 {
    margin: 0px!important;
    margin-top: -6px!important;
}
    
    span.product__media-icon.motion-reduce.quick-add-hidden {
    display: none;
}
    
/*     .product__media.media.media--transparent.gradient.global-media-settings {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
} */
         
         li#Slide-template--15663026438321__main-24597693661361 {
    padding-bottom: 0px;
}
         
         .product__info-wrapper.grid__item {
    padding-top: 30px;
    padding-left: 1em;
    padding-right: 1em;
}
         
         .image-with-text.image-with-text--no-overlap.page-width.isolate.collapse-borders.collapse-corners.section-template--15663026438321__16560295388ba1f9f3-padding {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0px;
               padding-bottom: 0px;
}
         section#shopify-section-template--15663026438321__16560312786b505630 {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0px;
}
         
         h2.collapsible-content__heading.h1 {
    font-size: 30px;
}
         
         div#ImageWithText--template--15663026438321__16560295388ba1f9f3 h2 {
    font-size: 30px;
    font-family: Plus Jakarta Sans Bold!important;
    font-weight: 400!important;
}
         
         .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    display: none;
}
         
         label {
    font-size: 12px!important;
}
         .terms_and_conditions label a {
    text-decoration: underline;
    font-size: 12px!important;
}

         .terms_and_conditions label, .terms_and_conditions label a {
    margin-top: 2px;
}

         .ruti_addon p, .cart_extra_popup p {
    font-size: 12px!important;
}
}
    
    div#disclaimer {
    padding: 2rem;
    font-size: 13px;
}
    
    header.header.header--middle-left.page-width {
    border-bottom: 1px solid #d4d4d4;
       border-top: 1px solid #d4d4d4;
      padding-top:0;
      padding-bottom:0;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide.active {
    text-decoration:underline;
    text-underline-offset:18px;
}
    
    div#cart-drawer {
    background: #F9F7F1;
}
    
a.cart-item__name.h4.break.mb-1 {
    font-size: 19px!important;
    font-weight: bold!important;
    letter-spacing: 0px!important;
}
    
    .offcanvas-footer.border-top.px-3.py-3 {
    padding-top: 2rem!important;
}
    
    .text-muted {
    --bs-text-opacity: 1;
    color: #000000!important;
}
      
      b#cart-subtotal-value {
    color: black!important;
}
      
      .rich-text.content-container.color-background-1.gradient.rich-text--full-width.content-container--full-width.section-template--15709220208817__1655755442639191a4-padding {
    border-top: 0px!important;
    border-bottom: 0px!important;
}
      
    .section-template--15709220208817__16578291772df6d3f5-padding {
    padding-right: 4rem!important;
    padding-left: 4rem!important;
    margin-top: -35px;
}  
      
      input.needsclick.go3171906340.kl-private-reset-css-Xuajs1 {
    border: 1px solid black!important;
}
      
      input.needsclick.go3171906340.kl-private-reset-css-Xuajs1:hover {
    border: 1px solid black!important;
}
      
      .needsclick.kl-private-reset-css-Xuajs1 {
    min-width: 100px;
}
      
      input::placeholder {
    font-family: Plus Jakarta Sans!important;
}
      
@media screen and (max-width: 813px){ 
  .section-template--15709220208817__16578291772df6d3f5-padding {
    padding-right: 3rem!important;
    padding-left: 2rem!important;
    margin-top: -35px;
}
   .cart-count-bubble {
    position:absolute;
    bottom: 0.8rem;
    left: 2.2rem;
    background:black;
    color:white;
    font-size:0.9rem !important;
  }
  
}
      
a#login_cart {
    font-family: Plus Jakarta Sans!important;
    text-decoration: none;
    width: 100%;
    font-size: 14px!important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    background: #f3fe62;
    color: #000;
    padding: 13px;
    margin-left: auto;
    letter-spacing: 0px;
    font-weight: normal!important;
    border: 0.5px solid #d4d4d4;
    border-radius: 0.6rem!important;
    height: 5.6rem;
}
      
input#login {
    width: 100%;
    margin: 10px auto;
    min-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    background: #111111;
    border-radius: 0.6rem;
    border: 0.5px solid #d4d4d4;
    height: 5.6rem;
    color: #ffffff;
    font-family: Plus Jakarta Sans Bold!important;
    font-size: 15px;
}


input#login:hover {
    background: white!important;
    border: 0.5px solid black;
    color: black;
}
      
      div#register {
    text-align: center;
}
      
      a#register_cart {
    color: black;
    font-size: 13px!important;
}
      
      div#registercart {
    text-align: right;
}
      
      .product-option {
    font-family: 'Plus Jakarta Sans';
    letter-spacing: 0px;
}
      
      a.cart-item__name.h4.break {
    font-family: Plus Jakarta Sans!important;
    letter-spacing: 0px!important;
    font-size: 18px!important;
    text-decoration: none!important;
}

ul#Slider-Gallery-template--15766888415409__main {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}


ul#Slider-Gallery-template--15766888415409__main {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
}

span.badge.price__badge-sale.color-accent-2 {
    display: none;
}


.appointo-modal-content {
    background-color: #F9F7F1!important;
    padding: 20px;
    border: 1px solid #3d3d3d;
    width: 65%;
    margin: 0 auto;
    top: 12vh;
    position: relative;
}

p#appointo-product-name {
    margin: 0px!important;
    font-weight: 600!important;
    font-family: Plus Jakarta Sans!important;
    font-size: 30px!important;
}

h2.appointo-date-header {
    font-weight: 400!important;
    font-size: 16px!important;
}

.vanilla-calendar-header__label {
    font-family: Plus Jakarta Sans!important;
    font-size: 13px;
}

.vanilla-calendar .vanilla-calendar-week span {
  font-size: 12px!important;
}

.appointo-no-slots {
    display: none;
}

.appointo-slot {
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
}

div#appointo-confirm {
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    background: #F3FE62!important;
}

p#appointo-branding {
    display: none!important;
}

ul.list-menu.list-menu--inline {
    border-bottom: 0px;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 35px;
    text-transform: none;
    text-underline-offset: 18px;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide:hover{
  text-decoration: underline;
}

div#disclaimer {
    border-top: 1px solid #1B1B1B;
}

/* product page css */
.product__title h1 {
    font-family: RecklessNeue-Light!important;
    font-weight: 300 !important;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.02em !important;
    color: #fff;
}
.product__info-wrapper .price .price-item{
   font-weight: 700;
}

.product__info-wrapper variant-radios legend{
  display:none;
}

button.product-form__submit.button.button--full-width.button--primary {
    display: flex !important;
    justify-content: space-between;
    background: #f3fe62;
    margin: 0;
    border-radius: 32px !important;
}

.product__description.rte.quick-add-hidden {
    padding-bottom: 15px;
}

button.product-form__submit.button.button--full-width.button--primary:hover path {
    fill: #333333!important;
}

ul#Slider-Gallery-template--15768735318193__main {
    margin: 0;
}

button.product-form__submit.button.button--full-width.button--primary path:hover {
    fill: white!important;
}

ul.breadcrumbs__list {
    padding: 0;
    border: 0;
    margin-bottom: 40px;
}

li.breadcrumbs__item {
    display: inline-block;
}

a.breadcrumbs__link {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 15px;
}

.d-none{
  display:none;
}

.product--thumbnail .thumbnail-list{
  display:flex !important;
  flex-wrap:wrap;
}

.thumbnail-list__item.slider__slide{
  width:65px;
  margin-right:20px;
  margin-bottom:20px;
}
.slider_width{
  max-width:500px;
  margin:auto;
}
.product_img_border{
  border:1px solid black;
}

.thumbnail img{
  border:1px solid #b9b7b7;
}

.thumbnail[aria-current] img{
  border:1px solid black;
}

.announcement-bar {
    border-bottom: 0px;
    color: transparent;
}

p.announcement-bar__message.h5 {
    font-size: 12px;
    color: #121212;
    letter-spacing: 0px;
  font-weight: 400!important;
}

.offcanvas-cart-empty.d-flex.justify-content-center.flex-column.align-items-center.h-100 {
    font-family: Plus Jakarta Sans!important;
    font-size: 13px;
    letter-spacing: 0px;
}

.colored_header{
  background:#FBFE62 !important;
  border-bottom: 1px solid #000 !important;
}



html { 
  scroll-behavior: smooth; 
}

a#cart-icon-bubble:hover {
    text-decoration: underline;
/*     border-bottom: 1.5px solid black; */
}
@media screen and (min-width: 845px) {
  span#mobile {
    display: none;
}
}

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

  span#desktop {
    display: none;
}
  }

  button#Subscribe, h2.banner__heading.h0 span {
    font-family: Plus Jakarta Sans!important;
    font-weight: 300!important;
}

.footer_first_menu .list-menu__item--active {
    text-decoration: none;
    text-underline-offset: 0;
}


h1#login, h1#recover, .customer.register h1 {
    font-size: 25px;
}

.login p, p.shopify-challenge__message {
    margin: 1.5rem 0;
    font-size: 13px;
}

s.price-item.price-item--regular {
    opacity: 0.5;
}

nav.breadcrumbs {
    display: none;
}

footer.bg_footer.footer.color-accent-2.gradient.section-footer-padding {
    border-top: 1px solid #d4d4d4;
    background-position: center;
    background-size: contain;
}

.grid__item.product__media-wrapper .slider_width {
    max-width: 100%;
    margin: auto;
}

variant-radios.no-js-hidden {
    margin-top: 10px;
}

.product__description.rte.quick-add-hidden p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300!important;
    margin: 0;
    margin-bottom: 15px;
}

li {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    letter-spacing: 0px!important;
    line-height: 25px;
    font-weight: 300;
}

.product__description.rte.quick-add-hidden h4 {
    font-size: 15px;
    margin-bottom: -4px;
    border-top: 0 solid #ebebeb;
    padding-top: 12px;
}

ul {
    border-bottom: 0px solid #ebebeb;
    padding-bottom: 0px;
}

div#shopify-section-header {
    position: fixed;
    width: 100%;
    top: 35.94px;
    z-index:99;
}

main#MainContent {
    margin-top: 80px!important;
}

div#shopify-section-announcement-bar {
    position: fixed;
    width: 100%;
}

@media screen and (max-width: 813px){ 
div#shopify-section-header {
    top: 36.96px;
}

  main#MainContent {
    margin-top: 80px!important;
}
}

button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center, button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center.rale-checkout--invisible, button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center:after {
    border-radius: 0.6rem;
    padding: 1rem 3.2rem;
    height: 5.6rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    transition: var(--duration-default) ease;
    font-size: 1.6rem;
}

div#appointo-btn:after, div#appointo-btn:before {
      border-radius: 0.6rem;
  border: 0.5px solid black;
    padding: 1rem 3.2rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    transition: var(--duration-default) ease;
    font-size: 1.6rem;
}

div#appointo-btn {
    height: 55px;
    max-width: 185px;
}

button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center:hover {
  background: black;
  color: white;
}

button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center.rale-checkout--invisible:hover {
    background: black;
    color: white;
}

button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center {
  border: 0.5px solid black;
}

.hero_btn, .hero_btn2, .textfeature_main .hero_btn, .about_main .hero_btn {
    border-radius: 0.6rem;
    padding: 1rem 3.2rem;
    text-decoration: none;
    min-width: 19.9rem;
    height: 5.6rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    transition: var(--duration-default) ease;
    cursor: pointer;
    backdrop-filter: blur(8px);
    font-weight: 500;
    font-size: 1.6rem!important;
    line-height: 2.1;
}

  .hero_buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.5rem;
  }

  .hero_buttons p,
  .hero_buttons svg{
    cursor:pointer;
  }



@media (max-width:845px){
  


    .hero_btn, .hero_btn2, .textfeature_main .hero_btn, .about_main .hero_btn {
    border-radius: 0.6rem;
    padding: 1rem 1.2rem;
    text-decoration: none;
    min-width: 16rem;
    height: 4.6rem;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    transition: var(--duration-default) ease;
    cursor: pointer;
    backdrop-filter: blur(8px);
    font-weight: 500;
    font-size: 1.4rem!important;
    line-height: 1.8;
}

    a.hero_btn2 {
    margin-top: 22px;
}

  .footer__content-bottom {
    padding-bottom: 20px;
}
}

html {
  overflow: overlay;
}

cart-remove-button .button {
    border: 0px!important;
}

a.d-block.flex-shrink-0.me-3 {
    margin-right: 2rem!important;
}
.cart-item__image {
    border: 1px solid #f9f7f1;
    border-radius: 0.6rem;
}

.offcanvas-footer.border-top.px-3.py-3 {
    padding: 2rem 2rem 2rem 2rem!important;
}

button.button, button, .button, .button-label, .shopify-challenge__button, .customer button {
    border-radius: 0.6rem!important;
}

.customer button {
    margin: 4rem 0 1.5rem;
    border: 0.5px solid grey;
    padding: 1rem 1.2rem;
    height: 4.6rem;
    transition: var(--duration-default) ease;
    background: white;
    color: black;
}

.customer button:hover {
    background: black;
    color: white;
}

button.cart__checkout-button.button.button--full-width.d-flex.align-items-center.justify-content-center.rale-checkout--invisible {
    border: 0.5px solid black;
}

div#custom_contact_main-template--15768735154353__1663616680d60fec6a {
    border-top: 1px solid #d4d4d4;
}

ul.footer-block_first_menu.list-unstyled .list-menu__item--active {
    text-decoration: none;
    text-underline-offset: 0.3rem;
}

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


summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset, a.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    font-weight: 600;
}

.the_science_content_first, .the_science_content_last {
    z-index: 0;
}

@media screen and (max-width: 813px) {
.product__info-wrapper.grid__item {
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
}
}


@media screen and (min-width: 750px) {
.search-modal__content {
    padding: 0rem 7%;
    height: 90px;
    background: #f2f0e7;
    margin-top: 30px;
    animation: animateMenuOpen var(--duration-default) ease;
    justify-content: space-between;
}
}

.predictive-search.predictive-search--header {
    border: 1px solid grey;
    border-radius: 0.6rem;
    margin-top: 5px;
}

button.predictive-search__item.predictive-search__item--term.link.link--text.h5.animate-arrow {
    font-weight: 300!important;
    font-family: Plus Jakarta Sans!important;
    letter-spacing: 0px;
    font-size: 12px;
}

.page-width--narrow p {
    font-size: 14px;
}

button.product-form__submit.button.button--full-width.button--primary {
    transition: var(--duration-default) ease;
}

.suplement_main {
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0rem 3rem 3rem 3rem!important;
    display: flex;
    padding-top: 30px!important;
    padding-bottom: 90px!important;
}

.dynamic_btn, .dynamic_btn2 {
    border: 0px;
}

span.page {
    font-size: 14px;
    color: black;
    font-weight: 600;
}

span.page a {
    color: #b3b3b3;
    text-decoration: none;
    border-bottom: 0px;
}

div#paginate {
    text-align: center;
    padding-bottom: 60px;
}

span.page.current {
    color: black;
    font-family: Plus Jakarta Sans!important;
    font-weight: 600;
    font-size: 14px;
}

span.prev a {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}

span.prev {
    margin-right: 10px;
}

span.next {
    margin-left: 10px;
}

span.next a {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}

.testimonial_content p {
    font-size: 1.4rem;
}

span.product__media-icon.motion-reduce.quick-add-hidden {
    display: none;
}

.product-media-modal__dialog {
    display: none!important;
}

.product__media-toggle:after {
      cursor: auto!important;
}

div#template--15877874385073__1663086991aa7bf461 .section_img_div {
    display: none;
}
@media screen and (max-width: 750px) {
.collection_banner_main {
    height: auto!important;
    margin-top: 25px!important;
}

  .filter_div_inner {
        padding: 1.5rem!important;
  }

  .product_div p {
    font-size: 14px!important;
}

  .filter_main li a {
    font-size: 14px !important;
    line-height: 30px;
    text-transform: capitalize;
    color: #1B1B1B;
    text-decoration: none;
    text-underline-offset: 7px;
    padding: 0 16px!important;
    border-right: 1px solid #91A182;
    white-space: nowrap;
    font-weight: 600;
}

  ul.filter_main {
    width: 100%!important;
  }

  .global-media-settings {
    width: 99%;
  }

  .science_section_three_main p a {
    display: inline;
}

.science_section_four_inner div#button {
    margin-bottom: 30px;
    margin-top: -20px;
}

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

  .science_two_content h2 {
    max-width: 346px;
}
  .science_one_main {
    margin-top: 30px;
}

  .science_section_three_main h3 {
    font-family: RecklessNeue-Light!important;
    font-size: 55px!important;
    line-height: 94%!important;
    max-width: 325px;
}

  .science_one_content {
    margin-top: 15px!important;
}

div#science_section_four_main-template--15877874385073__1663077856c3d46acf  .science_section_four_inner {
    padding-top: 27px!important;
}
}

.widget-title, .widget-description {
    letter-spacing: 0px;
}

.timer-info {
    letter-spacing: 0px;
    font-size: 16px!important;
    margin-bottom: 10px;
}

select#cowlender_timezone {
    font-size: 15px!important;
    margin-bottom: 14px;
}

.cowlender .cowlender-content .main-contain, .cowlender .left-side, .cowlender, .booking-bottom, .booking-block, .cowlender .booking-block {
    background: #f9f7f1!important;
}

.booking-block {
    border-color: #f9f7f1!important;
}

.booking-element.required-ele {
    margin-top: 25px!important;
}

button.booking-confirm {
    background: black!important;
    font-size: 14px!important;
}

.cowlender .left-side {
    border: 1px solid #b5b5b5!important;
}

.cowlender {
  height: auto!important;
}

.cowlender-modal .cowlender-modal__block {
    top: 14%!important;
}
}
.menu-drawer__navigation .free_consult {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.cart_mobile svg.icon.icon-cart{
    width: 40px !important;
    height: 20px !important;
}
.cart_mobile svg.icon.icon-cart path{
   stroke: #333; !important;
}

     @font-face {
    font-family: 'RecklessNeue-Light';
    src: url('/cdn/shop/files/RecklessNeue-Light.woff?v=1677255124');
        url('https://cdn.shopify.com/s/files/1/0277/9027/files/AwesomeSerif-LightExtraTall.woff2?v=1676665718') format('woff2'),
        url('/cdn/shop/files/RecklessNeue-Light.woff2?v=1677255124') format('woff'),
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

     @font-face {
    font-family: 'RecklessNeue-Light';
    src: url('/cdn/shop/files/RecklessNeue-LightItalic.woff?v=1677255124');
        url('/cdn/shop/files/RecklessNeue-LightItalic.woff2?v=1677255124') format('woff2'),
        url('/cdn/shop/files/RecklessNeue-LightItalic.woff?v=1677255124') format('woff'),
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

.announcement-bar.color-accent-1.gradient {
    background: #f2f0e7!important;
    border-bottom: 1px solid #d4d4d4!important;
}

.header__search .header__icon .search {
    margin-right: 20px;
    text-decoration: none;
    font-weight: 400!important;
    font-size: 13px!important;
    line-height: 35px!important;
    text-transform: none;
    text-underline-offset: 18px!important;
}

.announcement-bar.color-accent-1.gradient.colored_announcement_bar{
  background: #FBFE62 !important;
}

nav.menu-drawer__navigation {
    border-bottom: 1px solid #00000030!important;
}
.colored_announcement_bar p{
  color: #000 !important;
}

.primary_btn{
    text-decoration: none;
    background:transparent;
    color: #333333;
    display: flex;
    align-items:center;
    gap: 16px;
    width: fit-content;
    border: 1px solid #1B1B1B;
    border-radius: 32px !important;
    padding: 16px 30px;
    text-align: center;
    margin-top: 32px;
    line-height: 20px;
    transition: var(--duration-default) ease;
    font-family: Plus Jakarta Sans!important;
    font-weight: 400;
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 0.1em!important;
    cursor: pointer !important;
}

button.primary_btn.product-form__submit span {
    letter-spacing: 0.1em!important;
}
@media screen and (max-width: 813px) { 
  header.header.header--middle-left.page-width{
  border-bottom: 1px solid #00000030!important;
    border-top: 1px solid #00000030;
}
}

.search-modal__content .primary_btn svg {
    width: 12px!important;
}
button.modal__close-button.link.link--text.focus-inset svg {
    width: 13px!important;
}

.search-modal__content .primary_btn {
    border-radius: 32px !important;
    background: transparent;
    margin: 0;
    font-size: 12px!important;
    padding: 10px 25px;
    height: 38px;
    margin-top: 5px;
    gap: 10px;
}

button.plyr__control.plyr__control--overlaid {
    background: #FBFE62!important;
    color: #333333!important;
}

.plyr--full-ui input[type=range] {
    color: #FBFE62!important;
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #FBFE62!important;
}

.popup_video_inner button.close {
  border-radius: 0px!important;
}


.template-product-logo{
  display:none;
}

.template-product .template-product-logo{
  display:block;
}

.template-product .default-logo{
  display:none;
}

.template-product header.header.header--middle-left.page-width,
.template-product .announcement-bar.color-accent-1.gradient{
  border-bottom:1px solid #ffffff21;
}

.template-product .announcement-bar.color-accent-1.gradient {
  background: #FBFE62!important;
}

.template-product header.header.header--middle-left.page-width,
.template-product .mega-menu:hover .mega-menu__content,
.template-product .main-product{
  background:#324938;
}

.template-product .list-menu__item,
.template-product .header__active-menu-item,
.template-product .header__icon,
.template-product .mega-menu__link,
.template-product .mega-menu__link--active,
.template-product .mega-menu__link:hover{
  color:#fff;
}
.template-product .cart_mobile svg.icon.icon-cart path {
    stroke: #fff;
}
.template-product .product__description.rte.quick-add-hidden,
.template-product .product__description.rte.quick-add-hidden p,
.template-product .product__description.rte.quick-add-hidden li,
.template-product .product__description.rte.quick-add-hidden a,
.template-product .product__description.rte.quick-add-hidden span,
.template-product .product__description.rte.quick-add-hidden div,
.template-product .product__description.rte.quick-add-hidden h1,
.template-product .product__description.rte.quick-add-hidden h2,
.template-product .product__description.rte.quick-add-hidden h3,
.template-product .product__description.rte.quick-add-hidden h4,
.template-product .product__description.rte.quick-add-hidden h5,
.template-product .product__description.rte.quick-add-hidden h6{
  color:#fff;
}

.product__info-wrapper .product__description.mobile-class,
.main-product-price{
  display:none; 
} 

.product__info-wrapper .product__description.desktop-class{
  display:block; 
}


.template-product .colored_header .header__icon {
  color:#000;
}

.template-product .colored_header .cart_mobile svg.icon.icon-cart path {
  stroke: #000;
}

.template-product .colored_header .default-logo {
    display: block;
}
.template-product .colored_header .template-product-logo {
    display: none;
}

.customer .field label{
  display:none;
}

.customer .field input:focus{
  padding:1.5rem;
}
@media (max-width:813px){
  .product__text,
  .product__title{
    display:none !important;
  }
  .product__description.rte.quick-add-hidden{
    text-align:center;
  }
  .main-product{
    padding:1.5rem!important;
  }

  .product__info-wrapper .product__description.mobile-class{
    display:block; 
   } 

  .product__info-wrapper .product__description.desktop-class{
    display:none; 
   }

   variant-radios.no-js-hidden {
    margin-top: 30px;
   }

  .product__description.rte.quick-add-hidden p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300!important;
}

  .footer_new_main_inner {
    padding: 40px 2.5rem!important;
}

  div#registercart {
    text-align: center;
}

  .cart__blocks>*+* {
    margin-top: 2rem!important;
}
.cart__footer {
    padding-top: 0px!important;
    padding-bottom: 30px!important;
}
  
}

h1, h2, h3 {
letter-spacing: -0.02em !important;
}

p {
    letter-spacing: 0px;
    font-weight: 300;
}

.terms_and_conditions {
  padding: 13px 0 20px!important;
}

input#Search-In-Modal-1::placeholder {
    color: black!important;
}

.fsBody .fsFieldRow {
    text-align: left;
}

.section-template--16067163324593__bb401180-012d-4d98-976c-fa35c2637a9e-padding {
  background: #faf9f4;
  width: 50%;
  margin: 0 auto !important;
  border-radius: 30px;
}
@media (max-width:813px){
.section-template--16067163324593__bb401180-012d-4d98-976c-fa35c2637a9e-padding {
    background: #faf9f4;
    width: 90%;
    margin: 0 auto !important;
    border-radius: 30px;
}
}

.fsRowBody input[type=radio], .fsRowBody input[type=checkbox] {
    top: 6px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #c8c8c8!important;
}

form#fsForm4515033 {
    background: #faf9f4!important;
}

#register_main form button.primary_btn:hover {
  background: #fbfe62 !important;
  color: #324938 !important;
  border: 1px solid #324938;
}
#register_main form button.primary_btn:hover path {
  fill: #324938 !important;
}
li.cancel {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding-left: 15px;
}
li.cancel:before {
  content: "X";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.header__menu-item .icon-caret {
  display: none;
}

.fsSectionHeader {
    display: none;
}

form#fsForm4515032 {
    background: #faf9f4;
}

.fsBody.fsEmbed {
    padding: 0px!important;
    border: 0px;
    border-radius: 20px;
    width: 100%!important;
}

.needsclick.kl-private-reset-css-Xuajs1 {
    min-width: 23px;
}

.kl-private-reset-css-Xuajs1 input[type=email]{
  border: none !important;
}
.kl-private-reset-css-Xuajs1 input[type=email] + div div {
  display: none !important;
}
button.product-form__submit.button.button--full-width.button--primary span.sale_price {
  opacity: 0.6;
  text-decoration: line-through;
}
.sale_text {
  color: #FFF;
  font-family: Plus Jakarta Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}

.oke-sr-count {
    color: white;
}
@media (max-width:913px){
div#shopify-block-okendo_star_rating_AdQCdC {
    padding-bottom: 10px;
    text-align: center;
}
}

