/** Shopify CDN: Minification failed

Line 4777:4 "margi-bottom" is not a known CSS property
Line 5346:12 Expected identifier but found whitespace
Line 5346:14 Unexpected "{"
Line 5346:25 Expected ":"
Line 5377:13 Expected identifier but found whitespace
Line 5377:14 Unexpected "0"
Line 5377:25 Unexpected "{"
Line 5377:39 Expected ":"
Line 5420:19 Expected identifier but found whitespace
Line 5420:21 Unexpected "{"
... and 33 more hidden warnings

**/
/* Color custom properties */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* base */

.c-checkbox__wrapper {
  padding-top: 20px;
  font-size: 18px;
}

a:link {
  text-decoration: none;
}

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

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

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

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

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

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

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

.c-product__featureImg {
  display: block !important;
}

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

  .page-width {
    /*     padding: 0 5rem; */
  }

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

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

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

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

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

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

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

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

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

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground));
  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;
  max-width: 45rem;
  font-family: 'Nan Holo Regular', Arial, sans-serif;
  padding: 0 1.6rem;
}

.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.6rem;
  /* letter-spacing: 0.06rem; */
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: 'NaN Holo Narrow Condensed', Arial, sans-serif;
  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: 'NaN Holo Narrow', Arial, sans-serif;
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

h4,
.h4 {
  font-family: 'NaN Holo Narrow', Arial, sans-serif;
  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: 2.3rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
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: not-allowed;
} */

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 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;
}

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

/* 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;
  text-align: center;
}

.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;
  margin: 0 auto;
}

#product-grid .grid__item {
  margin: 0 !important;
}

@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) {

  .banner__heading.h1 {
    color: #000 !important;
    text-align: center !important;
  }
  
  .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--2-col-tablet .grid__item {
    max-width: 100%;
    /*     max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4); */
  }
}

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

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

@media screen and (max-width: 1000px) {
  .product__info-container {
    margin-top: 2em;
  }
}

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

  .product__info-container {
    margin-top: 2em;
  }
}

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

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

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

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

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - 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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

.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%;
  --border-offset: none;
  text-transform: uppercase;
  padding: 1.5em;
  font-weight: 600;
}

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

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

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

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

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

/* Button - social share */

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

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

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

details[open] > .share-button__fallback {
  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;
}

.field:after,
.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: 'NaN Holo Condensed', Arial, sans-serif;
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  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,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 1;
  border-bottom: 2px solid #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

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

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

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

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

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

details[open] .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%;
}

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

details[open] > .header__submenu {
  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: 5rem 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

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

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

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

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

/* 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-underline-offset: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

@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.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/********************************************************

*********************************************************

Didit CSS

********************************************************

********************************************************/






/*************************   

Homepage

*************************/

main#MainContent {
  /* max-width: 1440px; */
  margin: 0 auto;
  background-color: #fff;
}

#spb-information-bar {
  background-color: #357E8D !important;
}

.c-testimonials__right_white {
  background-color: white;
}

.c-hero:hover {
  cursor: pointer;
}

.home-bulk-banner {
  margin: 0.45em 0 0 !important;
}

.disclaimer {
  font-size: 1.5rem;
  border: 2px solid #999;
  padding: 1rem;
  margin: 2em 0 0;
}

h2.product__title.h0 {
  font-weight: 700;
  text-align: center;
}

h2.product__title.h1 {
  text-align: center;
  font-family: 'NaN Holo Narrow', Arial, sans-serif;
}

.product__view-details {
  text-align: right;
}

p.product__text.subtitle {
  font-weight: 500;
  color: black;
  font-size: 2.5rem;
  text-align: center;
}

.product__info-wrapper .product__text {
  text-align: center;
  margin: 0 auto;
  font-size: 1.7rem;
}

h2.banner__heading.h1 {
  color: white;
}

div#Banner-template--15898650411178__166361940018c63c3b {
  margin: 0.5em 0;
}

.shopify-payment-button__button--branded {
  flex-direction: row;
}

div#ProductInfo-template--15898650411178__16636233747a252608 div {
  margin: 0 auto;
}

a.c-btn.c-btn-primary {
  border: 2px solid #000;
  padding: 1.5rem 5rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 1.7rem;
}

.feat-product-shop-btn {
  display: flex;
  justify-content: center;
  margin-top: 3em !important;
}

.image-with-text__content a.button.button--primary {
  width: 14em;
  height: 3.5em;
  font-size: 1.8rem;
}

.featured-product.product.grid.grid--1-col.gradient.color-background-1.product--left.isolate.grid--2-col-tablet {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

/* a#cart-icon-bubble {
    width: 130px;
    height: 123px;
    background-color: #EFEAE5;
} */

.product__info-wrapper.grid__item-homepage {
  background-color: #F0ECE8;
}

img.product__media-item-link-image {
  width: 100%;
}

@media (max-width: 1200px) {
  div#MegaMenu-Content-2 {
    grid-template-columns: 22% 1% 76% 1% !important;
  }
}

@media (max-width: 1000px) {
  .featured-product.product__info-wrapper.grid__item {
    margin: 0 auto 2em;
    padding: 1em;
  }

  .image-with-text__content a.button.button--primary {
    margin:0 auto;
  }

  .image-with-text__text {
    text-align: center !important;
    margin-bottom: 2em;
  }

  .image-with-text__heading {
    margin: 0 auto;
    text-align: center !important;
  }

  .product__info-wrapper.grid__item-homepage {
    padding-bottom: 3rem !important;
  }
  
}

@media (max-width: 750px) {
  h2.banner__heading.h0 {
    font-size: 3.5rem;
  }

  .product__info-wrapper .product__text {
    margin: 0 auto;
  }

  .image-with-text__heading {
    font-size: 2.5rem;
  }

  .banner__content {
    position: absolute !important;
  }

  .banner__box .banner__heading {
    font-size: 26px !important;
    line-height: 35px !important;
    text-align: center;
    padding: 1em;
  }

  .footer-block__newsletter h2 {
    max-width: 96% !important;
    font-size: 2.5rem !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 999px) {
  .product__info-wrapper {
    padding: 0 0 0 5rem;
    max-width: 100% !important;
    justify-content: center;
  }

  .image-with-text__grid {
    gap: 0 !important;
  }
}

@media (max-width: 600px) {
  ul.c-icons {
    gap: 2em;
  }

  /* a#cart-icon-bubble {
      width: 80px;
      height: 105px;
  } */
}


/*************************   

Header

*************************/

.c-header__navLeft {
  display: flex;
  flex-direction: row;
}

h2.banner__heading.h1 {
  color: #fff;
  font-size: 52px;
  line-height: 54px;
  font-family: "NaN Holo Narrow",Arial,sans-serif;
}

.list-menu--inline {
  gap: 2em;
  font-weight: 900;
}

.header__inline-menu a,
.header__inline-menu span {
  font-size: 1.6rem;
  text-decoration: none;
}

.header__menu-item span {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(var(--color-foreground),.75);
}

.header__icon--account {
  margin-right: 1rem;
}


/*************************   

Footer

*************************/

/* Style The Dropdown Button */
.c-store-dropbtn {
  background-color: #EFEAE5;
  color: #000;
  padding: 14px 0;
  font-size: 16px;
  border: solid 1px #000;
  cursor: pointer;
  width: 100%;
  min-width: 100%;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

/* The container <div> - needed to position the dropdown content */
.c-store-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.c-store-dropdown-content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 100%;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  height: 250px;
  overflow: auto;
}

/* Links inside the dropdown */
.c-store-dropdown-content a {
  display: flex;
  flex-direction: row;
  padding: 1em 0 1em 1em;
  align-items: center;
  width: 100%;
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
}

/* Change color of dropdown links on hover */
.c-store-dropdown-content a:hover,
.c-store-dropdown-content a:focus {
  background-color: #999999;
}

/* Show the dropdown menu on hover */
.c-store-dropdown:hover .c-store-dropdown-content,
.c-store-dropdown:focus .c-store-dropdown-content,
.c-store-dropdown:active .c-store-dropdown-content {
  display: flex;
  flex-direction: column;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.c-store-dropdown:hover .dropbtn,
.c-store-dropdown:focus .dropbtn {
  background-color: #f9f9f9;
}

/* Change the font color of the dropdown button when the dropdown content is shown */
.c-store-dropbtn:hover,
.c-store-dropbtn:focus {
  color: white !important;
  border: 1px solid;
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #001e46;
  background-color: #398797;
}

.c-footer-disclaimer {
  text-align: center;
  padding: 2em 0 1em;
}

.c-store-dropdown-content img {
  width: 40px;
  margin-right: 2rem;
}

.footer-block__newsletter h2 {
  max-width: 40%;
  font-size: 3rem
}

.footer-block--newsletter .footer-form {
  width: 86%;
}

@media (min-width: 751px) and (max-width: 1260px) {
  .c-footer-disclaimer, .disclaimer {
    margin: 2em 1em 0;
  }
}

@media (max-width: 580px) {
  .footer-block--newsletter .footer-form {
    width: 100%;
  }
}


/*************************   

Product Page

*************************/

img.image-zoom {
  width: 100%;
  height: auto;
}

img.zoomImg {
  width: 1540px !important;
  height: auto !important;
}

.product__media-item.grid__item:not(.is-active) {
  border: 2px solid #f2f2f2;
}

span.c-product-icon img {
  width: 35px;
}

p.product__text.caption-with-letter-spacing {
  text-align: left;
}

.c-product__title img {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
  margin-left: 10px;
}

.c-variant__boxItem span {
  font-size: 2rem;
  color: black;
  font-weight: 600;
}

.c-quantity {
  display: inline-block;
}

.c-quantity label {
  font-weight: 700;
}

.c-product-made {
  display: inline-block;
  margin-left: 13em;
}

div#size-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}

#size-box div {
  padding: 1em 3em;
}

.c-product__usage {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 6em auto 0;
  background-color: #FBFBF6;
  justify-content: space-between;
}

.c-product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 4em;
}

.c-product-detail .c-heading {
  font-size: 4.2rem;
  font-weight: 500;
  margin: 0;
}

.myprice {
  font-size: 20px;
}

.price-and-submit-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  align-items: center;
}

.price-and-submit-btn .form {
  width: 50%;
}

.c-product__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-product-detail .c-product__text p {
  font-size: 2rem;
  max-width: 78%;
  text-align: center;
  margin-block-start: 1.6rem; 
  margin-block-end: 1.6rem;
}

.product-options-bottom .del-interval__heading {
  font-family: 'NaN Holo Narrow', Arial, sans-serif;
  margin-block-start: 2rem;
  margin-block-end: 2rem;
}

.c-iconSection {
  max-width: 600px;
  padding-top: 2em;
}

.c-iconSection ul {
  padding: 0;
}

ul.c-icons {
  display: flex;
  flex-direction: row;
  gap: 3em;
}

.c-icons li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-icons img {
  width: 60px;
  height: 60px;
}

.c-icons span {
  font-weight: 700;
}

.c-product__features {
  display: flex;
  gap: 5em;
  margin-top: 4em;
}

.c-product__featureImg img {
  max-width: 340px;
}

.c-product__featureImg {
  display: flex;
  max-width: 340px;
  align-items: center;
}

.c-product__featureList {
  max-width: 500px;
}

.c-product__featureList ul {
  padding-left: 23px;
  line-height: 3rem;
  list-style-type: disc;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem;
}

.c-product__featureList b {
  font-size: 1.3em;
}

.c-product__featureList li {
  font-size: 16px;
}

.c-product__usageLeft {
  max-width: 695px;
  padding: 0 10em;
}

.c-product__usagetext {
  max-width: 100%;
  font-size: 1.5rem;
}

.c-product__usageImg {
  max-width: 745px;
}

.c-product__usageImg img {
  max-width: 100%;
  max-height: 100%;
}

.c-product__usagetext h3 {
  font-weight: 900;
  font-size: 2.4rem;
}

.c-product__usagetext p {
  font-weight: 500;
  font-size: 1.5rem;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem;
}

img.c-variant__icon {
  max-width: 25px;
}

.c-product-made {
  display: inline-block;
  margin-left: 33%;
}

.c-icon-usa {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-icon-usa img {
  width: 26px;
  margin-right: 1rem;
}

nav.breadcrumb {
  margin-left: 2%;
}

@media only screen and (max-width: 1350px) {
  .c-product__usageLeft {
    max-width: 543px;
    padding: 0 8em;
  }
  .c-product__usagetext {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 1240px) {
  .c-product__usageLeft {
    padding: 0 6em;
  }
}

@media only screen and (max-width: 1150px) {
  .c-product__usageLeft {
    max-width: 475px;
    padding: 0 4em;
  }
  
  .c-product-made {
    margin-left: 22%;
  }

  .c-product__slider {
    width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media only screen and (max-width: 1000px) {
  main#MainContent {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(8,1fr) !important;
  }

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

  .featured-product.product.grid.grid--1-col.gradient.color-background-1.product--left.isolate.grid--2-col-tablet {
    max-width: 100vw;
  }

  .product__media-wrapper {
    padding-left: 0;
    align-self: center;
  }
  
  .c-product__usageLeft {
    padding: 0 2em 3em;
  }
  



  h2.c-heading {
    font-size: 4rem;
  }

  .c-product__featureList li {
    font-size: 1.4rem;
  }

  .footer-block__newsletter h2 {
    max-width: 33%;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 850px) {
  .c-product__features {
    flex-direction: column;
    align-items: center;
  }

  .c-product__usage {
    flex-direction: column-reverse;
  }

  .c-product__usagetext p {
    font-size: 1.5rem;
  }

  .footer-block--newsletter {
    margin: 0 !important;
  }

  .footer-block__newsletter {
    flex-direction: column;
    gap: 1em;
  }

  .footer-block__newsletter h2 {
    max-width: 38%;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 750px) {
  .grid {
    flex-direction: unset;
    gap: 0;
  }

  .c-product__text p {
    max-width: 91%;
  }

  .c-product__featureList {
    margin: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  .c-icons img {
    width: 35px;
    height: 35px;
  }

  ul.c-icons {
    gap: 1em;
  }

  .c-product-detail .c-product__text p {
    font-size: 1.5rem !important;
  }
}

/***** Custom Colors ***/

.product-organic-b12 #spb-information-bar,
.product-organic-b12 .custom-color {
  background-color: var(--organicb12-wcag-bg-color) !important;
}

.product-organic-b12 .custom-border-color {
  border: 3px solid var(--organicb12-wcag-bg-color) !important;
}

.product-organic-b12 .custom-text-color {
  color: var(--organicb12-wcag-bg-color) !important;
}

.product-zinc #spb-information-bar,
.product-zinc .custom-color {
  background-color: var(--zinc-wcag-bg-color) !important;
}

.product-zinc .custom-border-color {
  border: 3px solid var(--zinc-wcag-bg-color) !important;
}

.product-zinc .custom-text-color {
  color: var(--zinc-wcag-bg-color) !important;
}

.product-lemon-balm #spb-information-bar,
.product-lemon-balm .custom-color {
  background-color: var(--lemonbalm-wcag-bg-color) !important;
}

.product-lemon-balm .custom-border-color {
  border: 3px solid var(--lemonbalm-wcag-bg-color) !important;
}

.product-lemon-balm .custom-text-color {
  color: var(--lemonbalm-wcag-bg-color) !important;
}

.product-organic-cats-claw #spb-information-bar,
.product-organic-cats-claw .custom-color {
  background-color: var(--organiccatsclaw-wcag-bg-color) !important;
}

.product-organic-cats-claw .custom-border-color {
  border: 3px solid var(--organiccatsclaw-wcag-bg-color) !important;
}

.product-organic-cats-claw .custom-text-color {
  color: var(--organiccatsclaw-wcag-bg-color) !important;
}

.product-organic-nettle #spb-information-bar,
.product-organic-nettle .custom-color {
  background-color: var(--organicnettle-wcag-bg-color) !important;
}

.product-organic-nettle .custom-border-color {
  border: 3px solid var(--organicnettle-wcag-bg-color) !important;
}

.product-organic-nettle .custom-text-color {
  color: var(--organicnettle-wcag-bg-color) !important;
}

.product-propolispure #spb-information-bar,
.product-propolispure .custom-color {
  background-color: var(--propolispure-wcag-bg-color) !important;
}

.product-propolispure .custom-border-color {
  border: 3px solid var(--propolispure-wcag-bg-color) !important;
}

.product-propolispure .custom-text-color {
  color: var(--propolispure-wcag-bg-color) !important;
}

.product-elderberry #spb-information-bar,
.product-elderberry .custom-color {
  background-color: var(--elderberry-wcag-bg-color) !important;
}

.product-elderberry .custom-border-color {
  border: 3px solid var(--elderberry-wcag-bg-color) !important;
}

.product-elderberry .custom-text-color {
  color: var(--elderberry-wcag-bg-color) !important;
}

.product-organic-goldenseal #spb-information-bar,
.product-organic-goldenseal .custom-color {
  background-color: var(--organicgoldenseal-wcag-bg-color) !important;
}

.product-organic-goldenseal .custom-border-color {
  border: 3px solid var(--organicgoldenseal-wcag-bg-color) !important;
}

.product-organic-goldenseal .custom-text-color {
  color: var(--organicgoldenseal-wcag-bg-color) !important;
}

.product-organic-dulse #spb-information-bar,
.product-organic-dulse .custom-color {
  background-color: var(--organicdulse-wcag-bg-color) !important;
}

.product-organic-dulse .custom-border-color {
  border: 3px solid var(--organicdulse-wcag-bg-color) !important;
}

.product-organic-dulse .custom-text-color {
  color: var(--organicdulse-wcag-bg-color) !important;
}

.product-vegan-d3 #spb-information-bar,
.product-vegan-d3 .custom-color {
  background-color: var(--vegand3-wcag-bg-color) !important;
}

.product-vegan-d3 .custom-border-color {
  border: 3px solid var(--vegand3-wcag-bg-color) !important;
}

.product-vegan-d3 .custom-text-color {
  color: var(--vegand3-wcag-bg-color) !important;
}

.product-organic-ashwagandha #spb-information-bar,
.product-organic-ashwagandha .custom-color {
  background-color: var(--organicashwagandha-wcag-bg-color) !important;
}

.product-organic-ashwagandha .custom-border-color {
  border: 3px solid var(--organicashwagandha-wcag-bg-color) !important;
}

.product-organic-ashwagandha .custom-text-color {
  color: var(--organicashwagandha-wcag-bg-color) !important;
}

.product-organic-licorice #spb-information-bar,
.product-organic-licorice .custom-color {
  background-color: var(--organiclicorice-wcag-bg-color) !important;
}

.product-organic-licorice .custom-border-color {
  border: 3px solid var(--organiclicorice-wcag-bg-color) !important;
}

.product-organic-licorice .custom-text-color {
  color: var(--organiclicorice-wcag-bg-color) !important;
}

.product-organic-milk-thistle #spb-information-bar,
.product-organic-milk-thistle .custom-color {
  background-color: var(--organicmilkthistle-wcag-bg-color) !important;
}

.product-organic-milk-thistle .custom-border-color {
  border: 3px solid var(--organicmilkthistle-wcag-bg-color) !important;
}

.product-organic-milk-thistle .custom-text-color {
  color: var(--organicmilkthistle-wcag-bg-color) !important;
}

.product-organic-olive-leaf #spb-information-bar,
.product-organic-olive-leaf .custom-color {
  background-color: var(--organicoliveleaf-wcag-bg-color) !important;
}

.product-organic-olive-leaf .custom-border-color {
  border: 3px solid var(--organicoliveleaf-wcag-bg-color) !important;
}

.product-organic-olive-leaf .custom-text-color {
  color: var(--organicoliveleaf-wcag-bg-color) !important;
}

.product-barleygrass-juice #spb-information-bar,
.product-barleygrass-juice .custom-color {
  background-color: var(--barleygrassjuice-wcag-bg-color) !important;
}

.product-barleygrass-juice .custom-border-color {
  border: 3px solid var(--barleygrassjuice-wcag-bg-color) !important;
}

.product-barleygrass-juice .custom-text-color {
  color: var(--barleygrassjuice-wcag-bg-color) !important;
}

.product-usa-grown-spirulina #spb-information-bar,
.product-usa-grown-spirulina .custom-color {
  background-color: var(--usagrownspirulina-wcag-bg-color) !important;
}

.product-usa-grown-spirulina .custom-border-color {
  border: 3px solid var(--usagrownspirulina-wcag-bg-color) !important;
}

.product-usa-grown-spirulina .custom-text-color {
  color: var(--usagrownspirulina-wcag-bg-color) !important;
}

.product-wild-blueberry #spb-information-bar,
.product-wild-blueberry .custom-color {
  background-color: var(--wildblueberry-wcag-bg-color) !important;
}

.product-wild-blueberry .custom-border-color {
  border: 3px solid var(--wildblueberry-wcag-bg-color) !important;
}

.product-wild-blueberry .custom-text-color {
  color: var(--wildblueberry-wcag-bg-color) !important;
}

.product-chaga #spb-information-bar,
.product-chaga .custom-color {
  background-color: var(--chaga-wcag-bg-color) !important;
}

.product-chaga .custom-border-color {
  border: 3px solid var(--chaga-wcag-bg-color) !important;
}

.product-chaga .custom-text-color {
  color: var(--chaga-wcag-bg-color) !important;
}

.product-reishi #spb-information-bar,
.product-reishi .custom-color {
  background-color: var(--reishi-wcag-bg-color) !important;
}

.product-reishi .custom-border-color {
  border: 3px solid var(--reishi-wcag-bg-color) !important;
}

.product-reishi .custom-text-color {
  color: var(--reishi-wcag-bg-color) !important;
}

.product-micro-c #spb-information-bar,
.product-micro-c .custom-color,
.product-micro-c .message-text {
  background-color: var(--microc-wcag-bg-color) !important;
  color: #000 !important;
}

.product-micro-c .custom-border-color {
  border: 3px solid var(--microc-wcag-bg-color) !important;
}

.product-micro-c .custom-text-color {
  color: var(--microc-wcag-bg-color) !important;
}

.product-l-lysine #spb-information-bar,
.product-l-lysine .custom-color {
  background-color: var(--llysine-wcag-bg-color) !important;
}

.product-l-lysine .custom-border-color {
  border: 3px solid var(--llysine-wcag-bg-color) !important;
}

.product-l-lysine .custom-text-color {
  color: var(--llysine-wcag-bg-color) !important;
}

.product-vegan-epa-dha #spb-information-bar,
.product-vegan-epa-dha .custom-color {
  background-color: var(--veganepadha-wcag-bg-color) !important;
}

.product-vegan-epa-dha .custom-border-color {
  border: 3px solid var(--veganepadha-wcag-bg-color) !important;
}

.product-vegan-epa-dha .custom-text-color {
  color: var(--veganepadha-wcag-bg-color) !important;
}

.product-celeryforce #spb-information-bar,
.product-celeryforce .custom-color {
  background-color: var(--celeryforce-wcag-bg-color) !important;
}

.product-celeryforce .custom-border-color {
  border: 3px solid var(--celeryforce-wcag-bg-color) !important;
}

.product-celeryforce .custom-text-color {
  color: var(--celeryforce-wcag-bg-color) !important;
}

.product-curcumin #spb-information-bar,
.product-curcumin .custom-color {
  background-color: var(--curcumin-wcag-bg-color) !important;
}

.product-curcumin .custom-border-color {
  border: 3px solid var(--curcumin-wcag-bg-color) !important;
}

.product-curcumin .custom-text-color {
  color: var(--curcumin-wcag-bg-color) !important;
}

.product-magnesium-glycinate #spb-information-bar,
.product-magnesium-glycinate .custom-color {
  background-color: var(--magnesiumglycinate-wcag-bg-color) !important;
}

.product-magnesium-glycinate .custom-border-color {
  border: 3px solid var(--magnesiumglycinate-wcag-bg-color) !important;
}

.product-magnesium-glycinate .custom-text-color {
  color: var(--magnesiumglycinate-wcag-bg-color) !important;
}

.product-adapto-bcomplex #spb-information-bar,
.product-adapto-bcomplex .custom-color {
  background-color: var(--adaptobcomplex-wcag-bg-color) !important;
}

.product-adapto-bcomplex .custom-border-color {
  border: 3px solid var(--adaptobcomplex-wcag-bg-color) !important;
}

.product-adapto-bcomplex .custom-text-color {
  color: var(--adaptobcomplex-wcag-bg-color) !important;
}

.product-gaba #spb-information-bar,
.product-gaba .custom-color {
  background-color: var(--gaba-wcag-bg-color) !important;
}

.product-gaba .custom-border-color {
  border: 3px solid var(--gaba-wcag-bg-color) !important;
}

.product-gaba .custom-text-color {
  color: var(--gaba-wcag-bg-color) !important;
}

.product-glutathione #spb-information-bar,
.product-glutathione .custom-color {
  background-color: var(--glutathione-wcag-bg-color) !important;
}

.product-glutathione .custom-border-color {
  border: 3px solid var(--glutathione-wcag-bg-color) !important;
}

.product-glutathione .custom-text-color {
  color: var(--glutathione-wcag-bg-color) !important;
}

.product-usa-grown-spirulina-capsules #spb-information-bar,
.product-usa-grown-spirulina-capsules .custom-color {
  background-color: var(--usagrownspirulinacapsules-wcag-bg-color) !important;
}

.product-usa-grown-spirulina-capsules .custom-border-color {
  border: 3px solid var(--usagrownspirulinacapsules-wcag-bg-color) !important;
}

.product-usa-grown-spirulina-capsules .custom-text-color {
  color: var(--usagrownspirulinacapsules-wcag-bg-color) !important;
}

.product-melatonin #spb-information-bar,
.product-melatonin .custom-color {
  background-color: var(--melatonin-wcag-bg-color) !important;
}

.product-melatonin .custom-border-color {
  border: 3px solid var(--melatonin-wcag-bg-color) !important;
}

.product-melatonin .custom-text-color {
  color: var(--melatonin-wcag-bg-color) !important;
}

.product-organic-barleygrass-juice-capsules #spb-information-bar,
.product-organic-barleygrass-juice-capsules .custom-color {
  background-color: var(--organicbarleygrassjuicecapsules-wcag-bg-color) !important;
}

.product-organic-barleygrass-juice-capsules .custom-border-color {
  border: 3px solid var(--organicbarleygrassjuicecapsules-wcag-bg-color) !important;
}

.product-organic-barleygrass-juice-capsules .custom-text-color {
  color: var(--organicbarleygrassjuicecapsules-wcag-bg-color) !important;
}

.product-organic-chaga-capsules #spb-information-bar,
.product-organic-chaga-capsules .custom-color {
  background-color: var(--organicchagacapsules-wcag-bg-color) !important;
}

.product-organic-chaga-capsules .custom-border-color {
  border: 3px solid var(--organicchagacapsules-wcag-bg-color) !important;
}

.product-organic-chaga-capsules .custom-text-color {
  color: var(--organicchagacapsules-wcag-bg-color) !important;
}

.product-5-htp #spb-information-bar,
.product-5-htp .custom-color {
  background-color: var(--5htp-wcag-bg-color) !important;
}

.product-5-htp .custom-border-color {
  border: 3px solid var(--5htp-wcag-bg-color) !important;
}

.product-5-htp .custom-text-color {
  color: var(--5htp-wcag-bg-color) !important;
}

.product-5-mthf #spb-information-bar,
.product-5-mthf .custom-color {
  background-color: var(--5mthf-wcag-bg-color) !important;
}

.product-5-mthf .custom-border-color {
  border: 3px solid var(--5mthf-wcag-bg-color) !important;
}

.product-5-mthf .custom-text-color {
  color: var(--5mthf-wcag-bg-color) !important;
}

.product-msm #spb-information-bar,
.product-msm .custom-color {
  background-color: var(--msm-wcag-bg-color) !important;
}

.product-msm .custom-border-color {
  border: 3px solid var(--msm-wcag-bg-color) !important;
}

.product-msm .custom-text-color {
  color: var(--msm-wcag-bg-color) !important;
}


/*************************   

Collection Page

*************************/

.collection-hero__description h1 {
  margin-bottom: 0 !important;
  font-size: 25px;
  font-weight: 600;
}

.collection-header-image {
  padding-left: 2em;
}

form#FacetSortForm {
  margin: 0 1rem;
}

.collection-hero {
  padding: 3rem 2rem 0;
}

aside#main-collection-filters {
  padding: 0 2rem;
}

.collection-header-bg {
  margin-left: 2em;
  min-height: 100px;
  margin-bottom: 1rem;
  display: grid;
}

.collection-header-title {
  font-family:'NaN Holo Narrow', Arial, sans-serif;
  font-size: 2.2rem;
  color: white;
  z-index: 3;
  padding-top: 45px;
  padding-left: 1.2rem;
}

.collection-header-title, .collection-header-overlay {
  grid-area: 1 / 1;
}

.collection-header-overlay {
  background-color: rgb(0,0,0,0.4);
}

.card__content {
  max-height: 355px;
}

.facet-checkbox {
  padding: 0rem 2rem 1rem 0;
  flex-grow: 1;
  position: relative;
  font-size: 1.4rem;
  display: flex;
  word-break: break-word;
}

.facet-checkbox span {
  font-size: 12px;
}

.card__information .full-unstyled-link {
  font-weight: 300;
  font-family: 'NaN Holo Narrow';
}




/*************************   

Healing Day

*************************/

.hday-collection-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .65em;
}

.hday-collection-container div {
  width: 19.4%;
}

.hday-collection-container img {
  width: 100%;
}

.hday-collection-top, .hday-collection-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65em;
}

.home-hero-hday img {
  display: block;
  width: 100%;
}

.hday-home-mobile {
  display: block !important;
}

.hday-home-large {
  display: none !important;
}

@media only screen and (min-width: 1500px) {
  .hday-collection-container div {
    width: 19.42%;
  }
}


@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .hday-collection-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .hday-collection-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1%;
  }

  .hday-collection-bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1%;
  }
  
  .hday-home-mobile {
    display: none !important;
  }
    
  .hday-home-large {
    display: block !important;
  }
}

@media only screen and (max-width: 1000px) {
  .hday-collection-container div:nth-child(-n + 2) {
    width: 48.9%;
  }

  .hday-collection-container div:nth-last-child(-n + 3) {
    width: 31.9vw;
  }
}

@media only screen and (max-width: 499px) {
  .hday-collection-container div:nth-child(-n + 2) {
    width: 48vw;
  }

  .hday-collection-container div:nth-last-child(-n + 3) {
    width: 31vw;
  }
}

@media only screen and (max-width: 1400px) {
  .hday-collection-container div {
    width: 19.1%;
  }
  
  .hday-collection-container {
    width: 100vw;
  }
}

@media only screen and (min-width: 1001px) {
  .hday-collection-container {
    display: flex;
    flex-direction: row;
  }
  
  .hday-collection-top {
    width: 39.55%;
    display: flex;
    flex-direction: row;
    gap: .65em;
  }
  
  .hday-collection-bottom {
    width: 59.56%;
    display: flex;
    flex-direction: row;
    gap: .65em;
  }
  
  .hday-home-mobile {
    display: none !important;
  }
  
  .hday-home-large {
    display: block !important;
  }
}

/*************************   

Popup Container

*************************/
.popup {
  position: relative;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 340px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 22%;
  margin-left: -81px;
  padding: 0.5em;
}

.popuptext a{
  color: lightblue !important;
}

.popuplink:hover {
  color: lightblue !important;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.prop65-embed {
  display: none;
  font-size: 1rem;
}

span.popuplink {
  cursor: pointer;
}

/*************************   

Bulk Page

*************************/

.bulk-background {
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.bulk-background::after {
  content: '';
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* z-index: 1; */
}

@media (min-width: 900px) {
  .bulk-background {
    padding: 0 0 25px;
  }
}

.bulk-container {
  margin: 0 auto;
  padding: 50px 0 0;
  width: 100%;
}

.bulk-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.bulk-pricing-table {
  /*   box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02); */
  display: flex;
  flex-direction: row;
}

.bulk-pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.bulk-pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  width: 50%;
}

.bulk-pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .bulk-pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
  }

  .bulk-pricing-plan:last-child {
    border-right: none;
  }
}

.bulk-pricing-img {
  max-width: 100%;
  padding: 1em;
  border: none !important;
}

.bulk-pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.bulk-panel.bulk-pricing-table,
.bulk-panel.bulk-pricing-table div {
  border-bottom: none;
}

.bulk-pricing-features {
  color: #011F47;
  font-weight: 600;
  letter-spacing: 1px;
}

p.bulk-pricing-features {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.bulk-pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  padding: 15px 0;
}

.bulk-pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.bulk-pricing-price {
  color: #011F47;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.bulk-pricing-button {
  color: #fff !important;
  display: block;
  margin: 25px auto;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  text-align: center;
  width: 300px;
  background-color: #64BAB0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}

.bulk-pricing-button:hover,
.bulk-pricing-button:focus {
  background-color: #000;
}

.bulk-pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.bulk-pricing-button.is-featured:hover,
.bulk-pricing-button.is-featured:active {
  background-color: #269aff;
}

p.bulk-savings-copy {
  font-size: 2.4rem!important;
  margin-bottom: 0!important;
  max-width: 93%;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 4rem;
}

.free-shipping-plan {
  display: flex;
  flex-direction: row;
  background-color: #3C86B8;
  border-bottom: none !important;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}

.free-shipping-plan div {
  border-bottom: none;
}

.free-shipping-img {
  width: 8em;
  margin: 0 2em;
}

p.free-shipping-features {
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  padding: 0 1.8em;
  line-height: 2.25rem;
}

span.big-bold {
  font-weight: 800 !important;
  font-size: 30px;
  line-height: 40px;
}

p.bulk-discounts-auto-apply {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2.5rem !important;
}

@media (max-width: 1200px) {
  p.bulk-pricing-features {
    font-size: 1.2rem;
  }
  
  p.free-shipping-features {
    font-size: 1em;
    padding: 0 1.8em;
    line-height: 1.5rem;
  }
}

@media (max-width: 1000px) {
  p.bulk-pricing-features {
    line-height: 27px;
    font-size: 1rem;
  }
  
  p.free-shipping-features {
    font-size: .9em;
    padding: 0 1.6em;
    line-height: 1.4rem;
  }

  .free-shipping-img {
    width: 6em;
    margin: 0 1.5em;
  }
}

@media (max-width: 900px) {
  .bulk-pricing-table {
    flex-wrap: wrap;
  }

  .bulk-savings-plan {
    margi-bottom: 0 !important;
  }

  .bulk-pricing-plan:nth-child(1) {
    border-bottom: 1px solid #e1f1ff !important;
  } 
    
  .bulk-pricing-plan:nth-child(2) {
    border-left: 1px solid #e1f1ff;
    border-bottom: 1px solid #e1f1ff !important;
  }

  .bulk-pricing-plan:nth-child(3) {
    border-right: 1px solid #e1f1ff;
  }

  p.bulk-discounts-auto-apply {
    font-size: 1.3rem;
  }
}

@media (max-width: 800px) {
  p.bulk-savings-copy {
    font-size: 1.4rem!important;
    line-height: 2rem;
  }
  p.free-shipping-features {
    font-size: .75em;
    padding: 0 1.2em;
    line-height: 1.3rem;
  }

  .free-shipping-img {
    width: 5em;
    margin: 0 1.5em;
  }
  
  p.bulk-discounts-auto-apply {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  p.bulk-savings-copy {
    font-size: 1.2rem!important;
    line-height: 2rem;
  }
  
  p.bulk-pricing-features {
    font-size: 1rem;
  }

  .free-shipping-plan {
    padding: 0.5em !important;
  }
  
  p.free-shipping-features {
    font-size: .75em;
    padding: 0 1.8em;
    line-height: 1.5rem;
  }

  .free-shipping-img {
    width: 6em;
    margin: 0 0 0 .75em;
  }

  .fsi-2 {
    display: none !important;
  }

  p.bulk-discounts-auto-apply {
    font-size: 0.8rem;
  }

  span.big-bold {
    font-size: 25px;
  }
}


/*************************   

Blog Page

*************************/

#dib-template-2 {
  width: 1440px !important;
  margin: 0 0 50px !important;
}

#dib-template-2 .dib-post-wrap {
  gap: 2em;
  justify-content: center;
  margin-top: 0 !important;
}

#dib-template-2 a.dib-post {
  flex: 0 0 31% !important;
  margin: 0 !important;
  min-height: 490px;
}

.dib-heading-bg {
  min-height: 193px !important;
}

ul.dib-cat-menu {
  margin: 1em auto !important;
}

#dib-template-2 p.dib-meta-text .dib-meta-item {
  margin-left: 1em;
}

.blog-articles .full-unstyled-link {
  font-size: 20px;
  font-family: 'NaN Holo Narrow';
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}

.blog-articles .article-card__info time {
  font-family: 'NaN Holo Narrow';
  font-weight: 600;
}

article header h1 {
  text-align: center;
}

article header p {
  text-align: center;
}

.article-template__content a {
  font-weight: 700;
  text-decoration: underline;
  color: #001E46;
}

.article-template__content a:hover {
  color: #398797 !important;
}

.blog-articles .card__information {
  border: solid 1px #f2f2f2;
  padding: 2rem !important;
}

article .article-template__content .article-note {
  font-size: .25rem;
}

.article-template .circle-divider.caption-with-letter-spacing {
  width: 100% !important;
  display: block;
}

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

@media screen and (max-width: 1152px) {
  .article-template__social-sharing + header, .article-template__social-sharing + .article-template__content {
    padding: 0 2rem;
  }
}

/*************************   

Mega Menu

*************************/

/* Top Level Menu Items */
.menu {
  display: flex;
  margin: 0;
  padding: 0;
  font-family: 'NaN Holo Narrow',Arial,sans-serif;
  margin-top: 2em;
}

.menu li {
  list-style: none;
  margin-right: 1em;
}

.menu li a {
  padding: 1em;  
  display: block;
  text-decoration: none;
}

.menu li > .parent-links {
  font-size: 15px;
  font-family: "NaN Holo Narrow Condensed",Arial,sans-serif;
  padding-bottom: 2.6em;
}

.menu li:hover {
  color: #398797;
}

/* Mega Menu Items */

.mega-menu-custom {
  position: absolute;
  left: 0;
  width: 100%;
  background: #EFEAE5;
  opacity: 0;  
  visibility: hidden;  
  z-index: 2;
}

.mega-menu-content {
  display: flex;    
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 3em;
}

.mmc-type {
  justify-content: flex-end !important;
  align-items: center !important;
}

.menu li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-box-shadow: 0px 10px 13px -7px grey, 0px 10px 25px -4px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px grey, 0px 10px 25px -4px rgb(0 0 0 / 0%);
  z-index: 100;
}

.mega-menu-header {
  margin-top: 1em;
  margin-left: 25%;
}

.mega-menu-header-types {
  margin-top: 1em;
  margin-left: 11%;
}

.mm-header-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 1em;
}

.mm-header-types {
  margin-left: 4%;
  font-size: 1.4rem;
}

.mm-header-benefits {
  margin-left: 24%;
  font-size: 1.4rem;
}

/* Mega Menu Content */

.mega-menu-custom .col {
  padding: 1em 1em 1em 0;
}

.mega-menu-custom .type-col {
  padding: .5em !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
}

.mega-menu-custom .types-box {
  width: 31.5%;
}

a.types-img img {
  max-height: 250px;
}

a.types-label {
  text-align: center;
}

.mega-menu-custom .col ul {
  margin: 0;
  padding: 0;
}

.mega-menu-custom .col li {
  margin-bottom: 1em;
  font-size: .80rem;
  font-weight: 800;
}

.mega-menu-custom .col h4 {
  text-transform: uppercase; 
  margin: 0 0 1em 0;
}

.mega-menu-custom .col a {
  padding: 0;
}

.mega-menu-custom .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75em;
  font-size: .80rem;
}

.type-col-with-icons {
  margin-right: 55%;
}

.col-img {
  max-width: 228px;
  /*   background-color: whitesmoke; */
}

.col-divider {
  margin-top: 1em;
  border-right: 2px solid #999;
  height: 260px;
  margin-right: 3%;
}

.mega-menu-custom .col p {
  margin-bottom: 0;
  text-align: center;
}

.mega-menu-custom .col strong {
  text-transform: uppercase; 
}

.col-icon img{
  width: 25px !important;
  height: 25px;
}

.col-icon-DAWN img{
  width: 25px !important;
  height: 25px;
}

@media (max-width: 1200px) {
  .col-img {
    display: none;
  }
}

@media (max-width: 1023px) {
  .c-header__navItem {
    margin-left: 0 !important;
  }
  
  .menu {
    flex-direction: column;
    margin-top: 0 !important;
  }

  .menu li a {
    padding: 1em 0;
  }

  .menu li>.parent-links {
    padding-bottom: 1.6em;
  }

  .parent-list-links {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .parent-links {
    cursor: pointer;
    font-family: "NaN Holo Narrow Condensed",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #393d4e;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;  
  }

  .child-links {
    padding-left: 3em;
    font-size: 0.75em;
  }

  li.child-links a {
    padding: 0.3em;
  }
}

/******* DAWN Mega Menu ********/

.mm-header-container-DAWN {
  grid-area: categories;
  display: flex;
  flex-direction: row;
  padding-top: 1em;
  padding-left: 5%;
  gap: 30%;
}

.mm-header-container-DAWN h3{
  font-size: 2.7rem;
  color: #5d9ba6!important;
  font-family: 'NaN Holo Condensed', Arial, sans-serif;
}

.mm-type-list {
  grid-area: shop-by-type;
}

.mm-benefit-list {
  grid-area: shop-by-benefit;
}

.col-divider-DAWN {
  grid-area: divider;
  border-right: 2px solid #999;
  height: 302px;
  margin-right: 3%;
  padding: 1em 1em 1em 0;
  display: block!important;
}

.col-img {
  grid-area: featured-product;
}

div#MegaMenu-Content-2 {
  display: grid;
  grid-template-columns: 17% 1% 64% 18%;
  grid-template-rows: auto;
  grid-template-areas:
    "categories categories categories ."
    "shop-by-type divider shop-by-benefit featured-product";
  box-shadow: 0 10px 13px -7px grey, 0 10px 25px -4px #0000;
  background: #EFEAE5;
  padding-top: 0;
  max-width: 1440px;
  margin: 0 auto;
}

ul.mm-benefit-list {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 63px;
}

.mm-benefit-list li {
  font-size: .8rem;
  font-weight: 800;
}

.col-img-DAWN img {
  width: 100%;
}

.col-img-DAWN p {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

span.col-icon-DAWN {
  margin-right: 1.4rem;
}

.featured-product-heading {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 200 !important;
}

.featured-product-title {
  font-size: 15px !important;
}

.col-img-DAWN span {
  display: block;
  text-align: center;
  color: #000;
  line-height: 21px;
}

/********** Fix Product Images *************/

@media (max-width: 1550px) {
  .c-product__sliderNav {
    display: flex;
    flex-wrap: wrap!important;
    height: 301px;
  }
}

@media (max-width: 425px) {
  .c-product__slideItem {
    width: 80px;
    height: 80px;
  }
}

/*************************   

Cart Progress Bar

*************************/

.shipping_bar_custom {
  text-align: center;
  border: solid 1px #E5E1DC;
  padding: 1.5rem .5rem;
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 15px;
}

.shipping_bar_custom progress {
  margin-top: 1rem;
  border-radius: 7px;
  width: 80%;
  height: 1.5rem;
}

.shipping_bar_custom progress::-webkit-progress-bar {
  background-color: #d6d5d4;
  border-radius: 7px;
}

.shipping_bar_custom progress::-webkit-progress-value {
  background: linear-gradient(90deg,rgba(241,238,151,1) 10%, rgba(79,176,163,1) 100%);
  border-radius: 7px;
}

.shipping_bar_custom progress::-moz-progress-bar {
  background: linear-gradient(90deg,rgba(241,238,151,1) 10%, rgba(79,176,163,1) 100%);
  border-radius: 7px;
}

/*************************   

Testimonial Section

*************************/

.testimonials-section {
  max-width: {{ max_width | append: 'px' }};
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials-section {
  padding-bottom: 2.1875rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 719px) {
  .testimonial {
    margin-right: 10px;
  }
}

@media screen and (min-width: 720px) {
  .testimonial {
    margin-right: 15px;
  }
}

.testimonial:hover {
  box-shadow: 0 2px 8px {{ color_border | color_modify: 'alpha', 0.2color_modify }};
}

.testimonial:last-child {
  margin-right: 0;
}

.testimonial .pxu-lia-element {
  --zoom-fade-scale: 0.9;
  animation: zoom-fade 500ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
  animation-delay: calc(100ms * var(--pxu-lia-outer-sequence));
}

.testimonials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  outline: none;
  position: relative;
  overflow: hidden;
  gap: 2em;
}

.testimonials.flickity-enabled {
  overflow: visible;
  flex-direction: column;
}

.testimonials.flickity-enabled .testimonial {
  width: 100%;
}

.testimonials .flickity-slider {
  pointer-events: auto;
}

.testimonials .flickity-button {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: {{ color_background }};
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 2px 5px rgba(127, 127, 127, 0.5);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials .flickity-button:disabled {
  cursor: initial;
  opacity: 0.5;
}

.testimonials .flickity-button:disabled svg {
  opacity: 0.3;
}

.testimonials .flickity-button:not(:disabled):hover {
  transform: translateY(-50%) scale(1.125);
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 3px 10px rgba(127, 127, 127, 0.5);
}

.testimonials .flickity-button.previous {
  left: -17px;
}

.testimonials .flickity-button.previous svg {
  left: -1px;
}

.testimonials .flickity-button.next {
  right: -17px;
}

.testimonials .flickity-button.next svg {
  right: -1px;
}

.testimonials .flickity-button .flickity-button-icon {
  position: relative;
  top: initial;
  left: initial;
}

.testimonials .flickity-page-dots {
  position: relative;
  bottom: 0;
  margin-top: {{ space_x_large | divided_by: 16.0 |; append: 'rem' }};
}

.testimonials .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 7.5px;
  background-color: {{ settings.color_text }};
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonials .flickity-page-dots .dot.is-selected {
  transform: scale(1.25);
}

.testimonial__content {
  display: flex;
  padding: {{ space_x_large | divided_by: 16.0 |; append: 'rem' }} {{ space_large | divided_by: 16.0 |; append: 'rem' }};
  text-align: center;
  align-items: center;
  flex-direction: column;
  flex: max-content;
}

.testimonial__text {
  font-style: italic;
  margin: 1rem 0 {{space_x_large | divided_by: 16 |; append: "rem"}} 0;
  border: 1px solid #e4e6e3;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 2rem;
  min-height: 205px;
}

.testimonial__text a {
  color: {{ color_links }};
}

.testimonial__author {
  font-style: normal;
  color: {{ settings.color_text_light }};
}

.testimonial__author a {
  color: {{ settings.color_text }};
}

.testimonial__text p,
.testimonial__author p {
  margin: 0;
  color: #000;
}

.testimonials--small {
  font-size: var(--font-size-body-small);
}

.testimonials--medium {
  font-size: var(--font-size-body);
  margin-top: 1em;
}

.testimonials--large {
  font-size: var(--font-size-heading-5);
}

.testimonial__star-ratings .testimonial__star-rating {
  fill: {{ settings.color_product_review_star }};
}

.testimonial__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.testimonial__image-container {
  position: relative;
}

.testimonial__image-container.testimonial__image-container--rounded, .testimonial__image-container.testimonial__image-container--rounded .testimonial__image {
  border-radius: 6px;
}

.testimonial__image-container.testimonial__image-container--circle, .testimonial__image-container.testimonial__image-container--rounded {
  width: 341px;
  height: 500px;
}

.banner_bg {
  background: none !important;
}

.testimonials .flickity-button.previous svg {
  left: -1px;
}

.testimonials .flickity-button.next {
  right: -17px;
}
@media screen and (max-width: 550px) {
  .testimonial__text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 720px) {
  .testimonials-section {
    padding-left: 15px;
  }

  .testimonials.flickity-enabled .testimonial {
    width: 35vw;
  }
}

@media screen and (max-width: 750px) {
  .testimonial__image-container.testimonial__image-container--original img{
    width: 110px;
  }  

  div#Banner-template--16038950830250__1663623915ebe0d559 .banner__content.banner__content--top-left {
    background-color: #0000004d;
    height: 100%;
  }

  #Banner-template--16038950830250__1663623915ebe0d559 h2.banner__heading.h1 {
    color: #fff !important;
  }

  .c-store-dropdown-content {
    height: 25rem;
  }

  .o-wrapper {
    padding: 0 25px;
  }
  
  .c-about .c-about-banner.c-productCol.o-flex.o-flex--center {
    flex-direction: column !important;
  }

  .c-about .c-productCol__image.o-flex__item.o-flex__col-lg-5 {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .c-about .c-productCol__content.o-flex__item.o-flex--center.o-flex__col-lg-7 {
    width: 100% !important;
  }
  
  .c-about .c-about-banner.c-about-banner-1.o-flex {
    flex-direction: column !important;
  }
  .c-about .c-about-banner__img.o-flex__item--is-right.o-flex__col-lg-7 {
    width: 100% !important;
  }

  .c-about .c-about-banner__img.o-flex__item--is-right.o-flex__col-lg-7 {
    width: 100% auto;
  }
  .c-about .c-about-banner__info.o-flex--center.o-flex__item.o-flex__col-lg-5 {
    width: 100% !important;
  }

  .c-about .c-sideBartext {
    display: none;
  }


  .c-product__featureImg {
    display: block;
  }
  
}

@media screen and (max-width: 900px) {
  .testimonials {
    flex-direction: column;
  }

  .testimonial__image-container.testimonial__image-container--original {
    align-self: stretch;
  }

  .testimonial__image-container.testimonial__image-container--original img {
    width: 212px;
    min-width: 212px;
  }

  .testimonial__content {
    flex-direction: row;
  }

  .testimonial__text {
    height: auto;
    min-height: none;
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  
}
  
@media screen and (min-width: 1024px) {
  .testimonials-section { 
    padding-right: 25px;
    padding-left: 25px;
  }
}


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



  
  .testimonial__content {
    padding: {{ space_xx_large | divided_by: 16.0 |; append: 'rem' }};
  }

  .testimonials-section {
    overflow: hidden;
  }

  .testimonials .flickity-button {
    display: none;
  }

  .testimonials.flickity-enabled .pxu-lia-block {
    animation: hide-on-load 5s step-end running;
  }

  .testimonials.flickity-enabled .flickity-viewport .pxu-lia-block {
    --slide-fade-translate-x: 30px;
    animation: slide-fade-x 500ms cubic-bezier(0.4, 0, 0.2, 1) both paused;
    animation-delay: 100ms;
  }

  .pxu-lia-section--play .testimonials.flickity-enabled .flickity-viewport .pxu-lia-block {
    animation-play-state: running;
  }
}

@media screen and (min-width: 1080px) {
  .testimonials .flickity-button.previous {
    left: -5px;
  }

  .testimonials .flickity-button.next {
    right: -5px;
  }

  .testimonials.flickity-enabled .testimonial {
    width: calc((100% - 40px) / 3);
  }

  .testimonials.flickity-enabled .flickity-viewport {
    overflow: hidden;
  }
}

@media screen and (min-width: 1500px) {
  .testimonials .flickity-button.previous {
    left: -64px;
  }

  .testimonials .flickity-button.next {
    right: -64px;
  }
}



/******************** 

SWYM BUTTON - DAWN

********************/

button.swym-button-DAWN {
  padding: 0 60px !important;
}

.swym-button-DAWN.swym-add-to-watchlist {
  font-size: 20px !important;
}

.swym-button-DAWN.swym-add-to-watchlist-view-product {
  min-width: 161px !important;
  font-family: "NaN Holo Narrow",Arial,sans-serif !important;
  font-size: 10px !important;
  padding: 10px !important;
  background: #000 !important;
  color: #fff !important;
}

.swym-button-DAWN.swym-add-to-watchlist-view-product:after {
  content: "" !important;
}

.image-with-text__text p {
  font-weight: 500;
  font-size: 1.8rem;
}

/******************** 

About Page

********************/

.c-about {
  display: flex;
  flex-direction: column;
  /*     gap: 7em; */
}

/*****  TOP BANNER *****/

.c-about-banner.c-productCol.o-flex.o-flex--center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
}

.c-productCol__image.o-flex__item.o-flex__col-lg-5 {
  width: 52%;
  padding-right: 5%;
}

.c-productCol__content.o-flex__item.o-flex--center.o-flex__col-lg-7 {
  width: 43%;
}

.c-productCol__detail.u-textLeft {
  padding: 0px 13% 20% 11%;
}

h1.c-heading {
  color: #253237;
  font-family: "NaN Holo Narrow",Arial,sans-serif !important;
  margin-bottom: 29px;
  font-size: 3.5rem;
  font-weight: 700;
}

.c-sideBartext {
  width: 5%;
  padding: 0 0 13% 0;
}

.c-productCol .c-side-text {
  width: 290px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg) translateY(-372%);
  -webkit-transform: rotate(270deg) translateY(-372%);
  font-size: 17px;
  font-family: "NaN Holo Narrow",Arial,sans-serif;
  font-weight: 700;
}

/*****  MIDDLE CONTENT *****/

.c-about-banner.c-about-banner-1.o-flex {
  display: flex;
  flex-direction: row-reverse;
}

.c-about-banner__img.o-flex__item--is-right.o-flex__col-lg-7 {
  width: 53%;
}

.c-about-banner__info.o-flex--center.o-flex__item.o-flex__col-lg-5 {
  width: 47%;
}

.c-about__content.u-textLeft {
  padding: 23% 14% 7%;
  font-family: "NaN Holo Narrow",Arial,sans-serif;
}

.c-about__content .c-heading {
  font-size: 5rem;
  font-weight: 500;
}

/*****  BOTTOM CONTENT *****/

.c-about-bannerFull.c-hero.c-hero--bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.c-about-bannerFull .c-sideBartext {
  padding: 0px 0px 13% 0%;
}

.c-about-bannerFull .c-side-text {
  width: 229px;
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg) translateY(-372%);
  -webkit-transform: rotate(270deg) translateY(-367%);
  font-size: 17px;
  font-family: "NaN Holo Narrow",Arial,sans-serif;
  font-weight: 700;
}

.c-side-text::before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #253237;
  display: block;
  top: 50%;
  left: -32px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 73.75em) {
  .c-side-text {
    margin: auto;
    width: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    left: -50%;
    bottom: 38%;
  }
}

@media (min-width: 48em) {
  .c-side-text {
    margin: auto;
    width: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    left: -130%;
    bottom: 220px;
  }
}

.o-wrapper-background {
  background-color: #fff;
}

@media (min-width: 64em) {
  .o-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 48em) {
  .o-wrapper {
    padding: 0 40px;
    max-width: 192rem;
  }
}

.c-content-pages {
  padding: 40px 0;
  padding: 2.5rem 0;
  color: #393d4e;
}

.c-content-pages div:last-child {
  border: 0;
}

.c-content-pages .c-cs-container, .c-content-pages .col2-left-layout .main, .col2-left-layout .c-content-pages .main {
  /*   max-width: 900px; */
  margin: 0 auto;
}

.c-content-pages .c-page-head {
  margin-bottom: 10px;
}

.c-content-pages h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 4rem;
}

.c-content-pages p {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  font-family: 'Nan Holo',Arial,sans-serif !important;
}

.c-content-pages ul {
  margin-left: 16px;
  margin-bottom: 13px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 3em;
}

/***** International List *******/

.intl-list img {
  width: 3em;
  height: 3em;
}

/*************************   

Product Recommendations in Cart

*************************/

.product-recommendations {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EFEAE5;
}

.product-recommendations-header {
  background-color: rgba(0, 101, 170, 0.71);
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
  padding: 1rem;
  margin-top: 2em;
  margin-bottom: 0;
}

.prod-rec-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.prod-rec-box {
  width: 100%;
  border: solid 1px #E5E1DC;
  display: flex;
  padding: 0.5em 0.3em;
  background: #fff;
}

.prod-rec-left-img {
  width: 100px;
  height: 100px;
}

.prod-rec-right {
  width: 68%;
}

h4.prod-rec-right-title {
  margin: 0.5rem 0;
  font-size: 98%;
}

.prod-rec-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.prod-rec-right-btn {
  color: #3C86B8;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
  width: 51%;
  padding: 0 .5rem;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 2px solid #3C86B8;
}

.prod-rec-right-btn:hover {
  color: #000;
  background-color: #A7C2D3;
  border-color: #5F6779;
}

.prod-rec-right-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}

.prod-rec-right-btn:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}

.prod-rec-right-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}

.prod-rec-right-btn:hover::after {
  opacity: 1;
  transform: scale(1,1);
}

.prod-rec-right .prod-rec-right-url {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-align: center;
  width: 35%;
  line-height: 13px;
}

.prod-rec-right .prod-rec-right-price {
  font-size: 13px;
}

.icon-discount {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .7em;
}

li.discounts__discount {
  font-size: 13px;
  color: #398797;
}

.prod-rec-right .product-form .product-form__buttons {
  margin-top: 0;
}

/*************** Cart *****************/

tbody.cart-items-in-drawer {
  background-color: #fff;
}

.cart-drawer__footer {
  margin-bottom: 1em;
}

.drawer__footer button#CartDrawer-Checkout {
  font-size: 2.5rem;
  padding: 1.75rem;
  text-transform: uppercase;
  background-color: #253237;
}

@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }

  .card:hover .media.media--hover-effect > img:first-child:only-child,
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }

  .card-wrapper:hover
  .media.media--hover-effect
  > img:first-child:not(:only-child) {
    opacity: 0;
  }

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }

  .underline-links-hover:hover a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
}

@media screen and (max-width: 599px) {
  .cart-count-bubble {
    bottom: 5.5rem;
    left: 4.5rem;
  }
}

/*************** Subscribe Section *****************/

.c-subscribe {
  padding: 50px 0;
  text-align: center;
  max-width:1150px;
}

/* .c-subscribe .o-flex {
    max-width: 1210px;
    max-width: 75.625rem;
} */

.c-subscribe__right {
  width:314px;
  margin: 0px auto;
}

.c-subscribe__right .c-input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
  text-transform: uppercase;
}

.c-subscribe__right .c-input::-moz-placeholder {/* Firefox 19+ */
  text-transform: uppercase;
}

.c-subscribe__right .c-input:-ms-input-placeholder {/* IE 10+ */
  text-transform: uppercase;
}

.c-subscribe__right .c-input:-moz-placeholder {/* Firefox 18- */
  text-transform: uppercase;
}

.c-subscribe h2 {
  margin:0px auto;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width:100%;

}

.c-subscribe #mailchimp {
  max-width: 512px;
  width:100%;
  float: right;
  margin-right: 20px;
}

.c-subscribe #mc-embedded-subscribe-form .input-group .form-field {
  height:76px;
  outline:none;
  border:none;
  color:#253237;
  font-size:13px;
  line-height:18px;
  padding:10px 25px;
  font-family: 'NaN Holo Narrow',Arial,sans-serif;
  letter-spacing:1px;
}

.c-subscribe #mc-embedded-subscribe-form .input-group {
  position: relative;
}

.c-subscribe #mc-embedded-subscribe-form .input-group #mc-embedded-subscribe{
  width: 150px;
  height: 100%;
  font-size: 13px;
  line-height: 18px;
  font-family: 'NaN Holo Narrow',Arial,sans-serif;
  text-transform:uppercase;
  color:#253237;
  top: 0;
  right: 0;
  position: absolute;
  text-align: left;
  background-color: transparent;
  border: none;
  background:url('right-arrow.png') no-repeat 0 0;
  background-size: 22px;
  background-position: 79% center;
  padding-left:13px
}

.c-subscribe #mc-embedded-subscribe-form .input-group #mc-embedded-subscribe:hover, .c-subscribe #mc-embedded-subscribe-form .input-group #mc-embedded-subscribe:focus, .c-subscribe #mc-embedded-subscribe-form .input-group #mc-embedded-subscribe:active {
  outline:none;
}

.c-btn.secondary, .button.secondary {
  padding: 9px 32px;
  padding: .5625rem 2rem;
  font-size: 14px;
  font-size: .875rem;
  color: #fff;
  background-color: #393D4E;
}

.c-footer__social a:hover {
  text-decoration: underline;
  color:#75D08C;
}

html div#om-cpfqxacjz70fam0hvvwu *, html div#om-cpfqxacjz70fam0hvvwu *:before, html div#om-cpfqxacjz70fam0hvvwu *:after {
  width: 100%;
}

@media (max-width: 47.9375em) {
  .c-footer  .c-footer_content {
    text-align: center;
  }

  .c-subscribe #mailchimp {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float:none;
  }

  .c-subscribe__left  {
    width:255px;
    margin:0px auto;
  }

  .c-subscribe #mailchimp {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float:none;
  }
}

@media (min-width: 48em) {
  .c-subscribe .o-flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
  }

  .c-subscribe h2 {
    font-size: 22px;
    line-height:32px;
    max-width: 100%;
    text-align: left;
    padding-right:10px;
  }

  .c-subscribe__right {
    width: auto;
  }
}

@media (min-width: 64em) {
  .c-subscribe h2 {
    font-size: 25px;
    line-height:34px;
    padding:0px;
  }
}

@media (min-width: 73.75em) {
  .c-footer__social {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .c-subscribe__left h2 {
    float: left;
  }

  .c-subscribe__left  {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-top: -3px;
    padding-left: 0px;
  }

  .c-subscribe__right {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-right:15px;
    padding-left:10px;
  }
}

@media (max-width: 767px) {
  .c-subscribe h2 {
    font-size: 24px;
    line-height: 35px;
    max-width: 463px;
  }

  .footer-block--newsletter {
    flex-direction: column !important;
  }

  .list-social {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .footer-block__heading {
    font-weight: 600;
  }

  .c-subscribe {
    padding: 0 0 2em;
  }
}

/*************** Search Page *****************/

.template-search {
  width: 1440px;
}

.template-search.responsive-search{
  width: 100vw;
  max-width: 192rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

/*************** Careers Page *****************/

.careersDarkdiv {
  background: #F6F6F7;
  padding: 35px;
}

.careersContainer h2 {
  font-family: 'NaN Holo Condensed', Arial, sans-serif;
}

/*************** Subscriptions Page *****************/

@media (min-width: 1440px) {
  div#__nuxt {
    width: 1440px;
  }
}

/*************** Sales Homepage Banner *****************/


img.home-hero-banner {
  width: 100%;
  height: auto;
}

div#Banner-template--15898650411178__12a1da90-84b6-4c18-8e01-f6069196e745 {
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}

div#Banner-template--16038950830250__631ec478-7bb2-4a17-a40f-f24a2dbd0fb0 {
  margin-bottom: 1rem;
}

.banner__content--middle-center {
  max-width: 100%;
  height: auto;
}

.featured-product-homepage {
  max-width: 100%;
  height: auto;
}

.banner__content.banner__content--middle-center.page-width {
  position: absolute;
  padding: 3em;
}

@media (min-width: 1000px) {
  .banner__content.banner__content--middle-center.page-width {
    padding: 0;
    margin: 7em;
  }
}

/*************** AblePlayer *****************/

.able-wrapper {
  margin: 1em auto !important;
}

#price-template--15898650378410__main {
  display: none;
}

/*************** Cart-Drawer *****************/

.js-cart-checkout-recharge-btn {
  display: none;
  width: 100%;
  padding: 2rem;
  font-size: 2rem;
}

.product-option {
  display: none;
}

.cart-item {
  border-bottom: 1px solid #ccc;
}

/*************** Accessibility Changes *****************/

a.z-flag:focus {
  border: 2px solid #000;
}

/*************** mix and save Changes *****************/

.bulk-mix-save .bulk-panel.bulk-pricing-table p{font-size: 1rem; margin:0}
.section-template--16122404765866__main-padding .bulk-background,
.section-template--16122404765866__main-padding .bulk-background .bulk-panel,
.bulk-mix-save .bulk-panel.bulk-pricing-table,
.bulk-mix-save{padding:0}
.section-template--16122404765866__main-padding .bulk-pricing-table p{font-size: 1rem; margin:0}

.bulk-pricing-button{
  line-height:calc(1 + 0.8 / var(--font-body-scale));
}
@media (min-width: 375px) {
  .section-template--16122404765866__main-padding .bulk-pricing-table p,
  .bulk-mix-save .bulk-panel.bulk-pricing-table p{font-size: 1.2rem;}
}

@media (min-width: 900px) {
  .section-template--16122404765866__main-padding .bulk-pricing-table p,
  .bulk-mix-save .bulk-panel.bulk-pricing-table p{font-size: 2rem;}
}

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

.shopify-challenge__button {
  margin-top: 2.4rem !important;
  max-width: 30.4rem;
}