/** Shopify CDN: Minification failed

Line 1458:19 Expected identifier but found whitespace
Line 1458:20 Unexpected "calc("
Line 2607:84 The "+" operator only works if there is whitespace on both sides
Line 4244:0 Unexpected "}"

**/
/* Color custom properties */
 
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}
  
    
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
/* 			-------------- New  Typography ----------------------
==================================== */
@font-face {
  font-family: 'Albra';
  src: url('AlbraRegular.eot');
  src: url('AlbraRegular.eot?#iefix') format('embedded-opentype'),
       url('AlbraRegular.svg#AlbraRegular') format('svg'),

       url('AlbraRegular.woff') format('woff'),
       url('AlbraRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
  @font-face {
  font-family: 'Albra';
  src: url('AlbraMedium.eot');
  src: url('AlbraMedium.eot?#iefix') format('embedded-opentype'),
       url('AlbraMedium.svg#AlbraRegular') format('svg'),

       url('AlbraMedium.woff') format('woff'),
       url('AlbraMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
  @font-face {
  font-family: 'Albra';
  src: url('AlbraSemi.eot');
  src: url('AlbraSemi.eot?#iefix') format('embedded-opentype'),
       url('AlbraSemi.svg#AlbraRegular') format('svg'),

       url('AlbraSemi.woff') format('woff'),
       url('AlbraSemi.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
  @font-face {
  font-family: 'Albra';
  src: url('AlbraBold.eot');
  src: url('AlbraBold.eot?#iefix') format('embedded-opentype'),
       url('AlbraBold.svg#AlbraRegular') format('svg'),
       url('AlbraBold.woff') format('woff'),
       url('AlbraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

  
  @font-face {
    font-family: "Maax Mono";
    src: url("MaaxMono-Regular.ttf") format("ttf"),
      url("MaaxMono-Regular.svg") format("svg"),
      url("MaaxMono-Regular.woff") format("woff"),
      url("MaaxMono-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;

  }
  @font-face {
    font-family: 'Maax Mono';
    src: url('MaaxMono-Bold.svg#MaaxMono-Bold') format('svg'),
      url('MaaxMono-Bold.ttf') format('truetype'),
      url('Maax_Mono_Bold.woff2') format('woff2'),
      url('MaaxMono-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }

  

  
  
/* base */
  html{
    scroll-behavior: smooth;
  }
.no-js:not(html) {
  display: none !important;
}

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 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: 90rem;
    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{
    text-rendering: optimizeLegibility;
  }
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 2.55rem);
}
  
.h1-5{
	font-size: calc(var(--font-heading-scale) * 2.1rem);
}
  
  .h0-5{
    font-size: calc(var(--font-heading-scale) * 2.85rem);
      } 
  
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
/*     font-size: calc(var(--font-heading-scale) * 4rem); */
    font-size: calc(var(--font-heading-scale) * 3.7rem);
  }
  .h1-5{
    font-size: calc(var(--font-heading-scale) * 2.9rem);
      }
  
  .h0-5{
    font-size: calc(var(--font-heading-scale) *  3.95rem);
      }  
}

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
cart-items form * {
	font-family: Maax Mono !important;
  	color: #000 !important;
	opacity: 1 !important;
}
  .cart-item__name {
	font-family: Albra !important;
}

  
cart-items .underlined-link {
	font-family: Maax Mono;
	color: var(--gradient-base-accent-2) !important;
}
  .cart-item cart-remove-button{
    position: relative;
    top: 2px;
  }
  .cart-item__price-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    right: -6.4rem;
    position: relative;
  }
  
  #cart .cart-items .cart-item__price-wrapper {
    right: unset;
  }
  
.caption-with-letter-spacing {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: calc(1 + 0.2 / var(--font-body-scale));
	text-transform: uppercase;
	color: #000 !important;
	opacity: 1;
}
cart-remove-button .icon-remove {
	height: 2.5rem !important;
	width: 2.5rem !important;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}
  .customer a {
    letter-spacing: 0;
    font-family: Maax Mono;
  }
.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.6rem;
  font-family: inherit;
  letter-spacing: 0;
}

.m-0{
  margin: 0;
}

.list-menu__seperator {
	display: flex !important;
	height: 100%;
	line-height: 125%;
}

.list-menu__seperator span{
	color: #595959 !important;
}

.link__decorative-badge {
  position: absolute;
  text-transform: uppercase;
  top: -4px;
  right: 5px;
  font-size: 1rem;
  background: #f02849;
  color: #f5f5f5;
  padding: 0.1rem 0.5rem;
  border-radius: 0.2rem;
  font-family: Maax Mono;
  letter-spacing: 0;
  z-index: 12;
  font-weight: bold;
}

.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: 10;
  }
}
#FacetFiltersForm * {
	font-family: Maax Mono !important;
	letter-spacing: -0.2px;
}
/* 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 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%;
}

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 5.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: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) #f02849;
  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;
}
#resetPassword {
	width: 100%;
	display: block;
	font-family: Maax Mono;
	text-decoration: navajowhite;
	letter-spacing: 0px;
	font-size: 1.55rem;
	color: black;
	font-weight: 500;
	opacity: .5;
  	transition: all .35s ease;	
}
  #createAccount {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Albra;
	font-weight: 600;
	font-size: 2rem;
}
 #createAccount a {
	margin: 0 0 0 0.8rem;
	color: var(--gradient-base-accent-2);
} 
  
  #resetPassword:hover{
  	opacity: 1;
  }
.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1.5rem + 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;
}

.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: 5.5rem;
  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: 2rem;
  width: 2rem;
  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) + 5.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);
	outline: 1px solid black;
	border-radius: var(--inputs-radius);
	transition: box-shadow var(--duration-short) ease;
	z-index: 1;
	border: 1px solid black;
}

.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;
  font-weight: 600;
  font-family: Maax Mono;
}

.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 {
	position: absolute;
	background-color: var(--gradient-base-accent-2);
	color: rgb(var(--color-button-text));
	height: 1.8rem;
	width: 1.8rem;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .9rem;
	top: .85em;
	left: 2.2rem;
	line-height: calc(1 + .1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  position: relative;
  z-index: 50;
}

.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 2rem;
  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 {
  font-family: 'Maax Mono';
  text-align: center;
  padding: .65rem 1rem;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .29px;
}

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

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

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

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

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

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



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

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

  .header-wrapper {
    border-bottom: 1px solid #e3e3e3;
  }

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

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

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: 1.01fr 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;
  }
}

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

.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%;
    font-family: Albra;
    font-size: 1.3rem;
    position: relative;
    font-weight: 600;
}

.header__icon::after {
  content: none;
}
.clr-inherit{color: inherit;}
.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;
}

.header__icon--cart {
  position: relative;
}
.header__icon--cart  svg{
	width: 2rem;  
}
  .header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))+ 2px);
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
  .header__icon--menu .icon.icon-hamburger {
	width: 2.4rem;
	height: 2.5rem;
	top: 1px;
	position: relative;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
  .header__icon--menu[aria-expanded="true"]::before {
	display: none;
}
}



/* 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__icon .icon.icon-account {
	height: 3.6rem;
	width: 3.6rem;
	position: relative;
	bottom: -0.15rem;
}
/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

.header__menu-item:hover span:not(.link__decorative-badge) {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.8rem 1.5rem;
  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;
    font-family: Maax Mono;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

  

  /* ========================== NEW CUSTOM STYLES ================================*/

  /* ========== Typograpghy */
  h1,h2,h3,h4,h5,h6,
  .h0,.h1,.h1-5,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Albra',sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 120%;
  }


  .dd-heading{
    font-family: 'Albra';
    color: #000;
    font-size: 3.7rem;
    line-height: 5rem;
    font-weight: 500;
    word-break: break-word;
  }
  /* ========== New Buttons */

  .dd-button {
    text-align:center !important;
    position: relative;
    display: inline-block;
    padding: .55em 1.25em;
    border: 2px solid;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'Maax Mono';
    transition: .5s ease;
    text-transform: uppercase;
    cursor: pointer;
  }


  .dd-button--medium{
    max-width: fit-content;
    width: 100%;
  }
  .dd-button--small {
    padding: 1em 2em;
    font-size: 1.5rem;
  }
  .dd-button--full-width {
    display: block;
    text-align: center;
    width: 100%;
  }

  .dd-button--secondary{
    background-color:var(--color-btn-secondary);
      color: var(--color-btn-secondary-text);
        border-color: var(--color-btn-secondary-border);
}

.dd-button--secondary-2{
  background-color:var(--color-btn-secondary);
    color: rgb(var(--color-foreground));
      border-color: rgb(var(--color-foreground));
}

  .dd-button--primary{
    background-color:var(--color-btn-primary);
      color: var(--color-btn-primary-text);
        border-color: var(--color-btn-secondary-border);
          }

  @media screen and (min-width: 450px){
    .dd-button {
      font-size: 2.1rem;
    }
    .dd-button--small {
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 560px){
    .dd-button--full-width-mb {
      width: calc(100% - 3rem);
      display: block;
      margin: 0px 1.5rem;
    }
  }
  /*   .dd-button--primary:before{
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
  .dd-button--primary:hover::before {
  -webkit-animation: ShineBtn .75s 0s linear;
  -moz-animation: ShineBtn .75s 0s linear;
  animation: ShineBtn .75s 0s linear;
} */
  /*   .dd-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline-offset: 6px;
  outline: 2px dashed var(--color-btn-primary);
  opacity: 0;
  transition: all .45s ease;
}
  .dd-button:hover::after {
  opacity: 1;
} */


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

  #wpv69evktt2g1650187019094[style] {
    visibility: visible !important;
  }

  .mega-menu-custom__products-wrapper > * {
    max-width: 100%;
  }
  .featured-products-grid__products > * {
    flex-basis: calc(100% / 3);
  }

  .featured-products-grid__products{
    padding: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    width: calc(100% + 1em);
    position: relative;
  }



  .mega-menu-custom__products-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-inline: -1rem;
    position: relative;
    align-items: start;
  }

  .mega-menu-custom .product-thumbnail {
    margin: 0 1rem;
    padding: 0 !important;
    transform: scale(1) !important;
    max-width: calc(25% - 2rem);
  }



      .go-cart-drawer__user-customs .featured-products-grid__products {
        left: -.5em
      }
  
  @media screen and (max-width: 989px){
    .featured-products-grid__products, .mega-menu-custom__products-wrapper {
      left: -.5em
    }

    .featured-products-grid__products .product-thumbnail {
      padding: 1.2em .6em;
    }
    
    .go-cart-drawer__user-customs  .featured-products-grid__products .product-thumbnail {
      padding: 0em .6em;
    }
    
    .mega-menu-custom__products-wrapper li:last-child {
      display: none;
    }
  }


/*   .mega-menu-custom__banners-wrapper .banner-badge {
    font-size: 1rem;
    text-transform: uppercase;
    padding: .35em 1em;
    margin: 1.5em auto .5em auto;
    max-width: 216px;
  } */


  /* ================== PRODUCT BANNER*/  
  .product-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4em 1.15em 2.4em 1.15em;
    border-radius: 10px;
    flex-direction: row;
  }
  .featured-products-grid > .product-banner + .product-banner {
    margin-top: 1.25em;
  }
  .product-banner__image {
    width: 18rem;
    height: 100%;
    object-fit: contain;
    object-position: center;
    min-width: 10rem;
  }
  .product-banner img{
    transition: 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }
  .product-banner__content > * {
    margin: 0;
  }

  .featured-products-grid a  {
    text-decoration: none;
    color: inherit;
  }

  .banner-badge {
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #f02849;
    color: #fff;
    text-align: center;
    padding: .15em 0.3em;
    font-weight: 500;
    display: block;
    margin-bottom: 1em;
    max-width: 180px;
  }
  .product-banner__content h5 {
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
    margin: .4em 0 .5em;
  }
  .product-banner__content p {
    font-family: Maax Mono;
    letter-spacing: 0;
    line-height: 120%;
    font-weight: 500;
    font-size: 1.3rem;
  }
  .product-thumbnail {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 .5em 1em;
    border-radius: 20px;
  }

  .mega-menu-custom__content, .featured-products-grid {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 1.5em;
  }

  .menu-drawer__menu.has-submenu > li {
    display: none;
  }
  .menu-drawer__menu.has-submenu li:first-child {
    display: block;
  }
  .menu-drawer__btn-wrapper{
    padding: 0 1.3em;
    margin-top: 1.2em;
  }

  .menu-drawer__btn-wrapper a {
     margin-bottom: 1rem;
  }

  .menu-drawer__btn-wrapper small {
    font-weight: 600;
    font-family: 'Maax Mono';
    letter-spacing: normal;
  }
  
  .go-cart-drawer__user-footer .menu-drawer__btn-wrapper {
    margin-top: 0.2em;
  }
  
  .featured-products-grid__products{
    margin-top: 1.2em
  }

  @media screen and (min-width: 500px){
    .mega-menu-custom__products-wrapper,
    .featured-products-grid__products{
      padding: 0;
      grid-template-columns: repeat(3,1fr);
    }
    .announcement-bar__message{
      font-size: 1.4rem;
    }
  }

  @media screen and (min-width: 990px){
    .product-banner__content h5 {
      font-size: 2.25rem;
    }
    .mega-menu-custom__content,
    .featured-products-grids{
      flex-direction: row;
      max-width: 125rem;
      margin: 0 auto;
    }

    .mega-menu-custom__content{
      padding-block: 2.5rem;
    }

    .product-banner {
      flex-direction: row;
    }
    .mega-menu-custom__banners-wrapper {
      max-width: 46.5rem;
      margin-right: .6em;
    }
    .banner-badge {
      display: inline-block;
      font-size: 1.2rem;
      max-width: none;
      margin: 0;
      padding: 0.15em 0.8em;
    }
    .product-banner__image {
      width: 13.5rem;
      margin-right: .75em;
    }

    .mega-menu-custom__products-wrapper{
      grid-template-columns: repeat(4,1fr);
    }
    .featured-products-grid__products{
      grid-template-columns: repeat(3,1fr);
    }

  }



  /* -------------------- NEW CUSTOM ------------------------
  ========================================================== */
  * img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  ::selection {
    background-color: var(--gradient-base-accent-2);
      color: var(--color-btn-primary-text);
        }

  /* ===FONTS AND TYPOGRAPHY
  */

  p{
    font-family: Maax Mono;  
    letter-spacing: 0;
    line-height: 135%;
    text-rendering: optimizeLegibility;
  }
  .dd-text, .dd-text p {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-family: Maax Mono;
  }
  .dd-subtitle{
    font-family: Maax Mono;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--gradient-base-accent-2);
      }
  .dd-subtitle--thick{
    font-weight: 700;
  }
  .dd-title{
    margin: 0;
    font-weight: 500;  
  }

  @media screen and (min-width: 768px){
    .dd-subtitle{
      font-size: 2rem;
    }
    .image-with-text__heading {
      margin-top: 0;
      text-align: left !important;
    }
    .image-with-text__text-item a {
      margin-bottom: 0rem;
    }
  }
  /* ------------ ADDITIONAL CLASSES ---- */ 


  /* ------------ IMAGES ---- */ 
  .img-ratio {
    position: relative;
    width: 100%;
    height: 0;
  }

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

  .img-ratio--30{
    padding-bottom: 30%;
  }
  .img-ratio--50{
    padding-bottom: 50%;
  }
  .img-ratio--60{
    padding-bottom: 60%;
  }
  .img-ratio--70{
    padding-bottom: 70%;
  }
  .img-ratio--80{
    padding-bottom: 80%;
  }
  .img-ratio--90{
    padding-bottom: 90%;
  }
  .img-ratio--100{
    padding-bottom: 100%;
  }


  /* ------------- #SNIPPETS ----------- */

  /*  ___ FOOTNOTE
  */
  /*  ___ STAR-RATING
  */
  /*  ___ PRODUCT-THUMBNAIL 
  */
  /*  #SNIPPET ___ FAQ ELEMENT ROW
  */






  /*  #SNIPPET ___PRODUCT-THUMBNAIL
  ========================================================== */
  .product-thumbnail {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 .6em 1em;
    border-radius: 20px;
    cursor: pointer;
  }

  .mega-menu-custom .product-thumbnail {
    padding: 0 .6em 0em;
  }


  .product-thumbnail .product-thumbnail__image {
    overflow:hidden;
    border-radius: 10px;
  }

  .product-thumbnail .product-thumbnail__image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000);
  }



  .product-thumbnail__title {
    display: block;
    font-family: Albra;
    font-weight: 600;
    font-size: 1.65rem;
    margin-top: 0.65em;
    text-align: center;
    line-height: 1.4;
    color: #000;
  }

  .product-thumbnail__product-count {
    display: block;
    width: 100%;
    font-family: Albra;
    text-transform: capitalize;
    color: #00000073;
    font-size: 1.4rem;
    margin-top: 0;
    text-align: center;
  }
  
  @media screen and (max-width: 1100px) {
    .product-thumbnail__title {
      font-size: 1.6rem;
    }
  }
  
  /*  #SNIPPET ___ FAQ ELEMENT ROW
  ========================================================== */    

  .dd-faq-element {
    position: relative;
    padding:  0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
        border-bottom: 2px solid #000;
  }
  .dd-faq-element::before {
    content: "+";
    position: absolute;
/*     right: .55em;
    top: 1.4rem;
    line-height: 100%; */
    width: 20px;
/*     height: 20px; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
/*     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z'/%3E%3C/svg%3E"); */
    z-index: 3;
    pointer-events: none;
    transition: all .55s ease;
  }

  .dd-faq-element.icon--arrow::before{
    content: "";
    right: 0;
    top: .65rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L10 11L15 6L17 7L10 14L3 7L5 6Z' fill='black'/%3E%3C/svg%3E%0A");
  }

  .dd-faq-element.dd-faq-element--expanded::before {
    content: "-";
/*     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 10h24v4h-24z'/%3E%3C/svg%3E");
   */
  }

  .dd-faq-element.dd-faq-element--expanded.icon--arrow::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L10 11L15 6L17 7L10 14L3 7L5 6Z' fill='%23F02849'/%3E%3C/svg%3E%0A");
    rotate: 180deg;
  }


  .dd-faq-element__term {
    position: relative;
    font-family: Maax Mono;
    text-transform: capitalize;
    font-size: 1.8rem;
    padding: .47em 1.55em .47em .55em;
/*     border-bottom: 2px solid #000; */
    z-index: 2;
    overflow: hidden;
    background: inherit;
    letter-spacing: 0;
    transition: all .45s ease;
  }
  .dd-faq-element--expanded .dd-faq-element__term {
    color: var(--gradient-base-accent-2);
      }  
  .dd-faq-element .dd-faq-element__description {
    max-height: 0;
    visibility: hidden;
    margin: 0;
    transition: .4s ease;
    padding: 0em 2em 0em 0;
    font-family: Maax Mono;
    line-height: 135%;
/*     border-bottom: 2px solid #000; */
  }

.mega-menu-custom__collections .dd-faq-element .dd-faq-element__description {
  transition: 0s;
}

  .dd-faq-element .dd-faq-element__description ul {
     margin-left: 0rem;
     margin-top: 10px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 5px;
  }

  .dd-faq-element.dd-faq-element--expanded .dd-faq-element__description {
    visibility: visible;
    padding: 0;
    max-height: fit-content;
    overflow: hidden;
    line-height: 135%;
  }

  .dd-faq-element__description p{
    margin: 0;
  }

  /*   *:first-child > .dd-faq-element{
  border-top: 2px solid black;
} */
  /*  #SNIPPET ___ PRODUCT ICON TAG
  ========================================================== */  

  .product-thumbnail .thumbnail-icon,
  .card__inner .thumbnail-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    left: 1.1em;
    top: 0.5em;
  }
  .card__inner .thumbnail-icon{
    left: .9em;
    top: .9em;
  }

  .product-thumbnail .thumbnail-icon .thumbnail-icon__svg{
    width: 2em;
    height: 2em;
    padding: .5em;
  }

  .card__inner .thumbnail-icon .thumbnail-icon__svg{
    width: 2.2em;
    height: 2.2em;
    padding: .5em;
  }

  .thumbnail-icon.dermatalogist-recommended {
    border-radius: inherit;
    padding: .2rem 0.2rem;
    line-height: 1.5em;
    background: var(--gradient-base-accent-2);
      color: #fff;
      letter-spacing: 0;
      display: inline-block;
      width: auto;
      margin: 0 auto;
      text-align: center;
      top: 0.9em;
      left: 1.2rem;
      right: 1.2rem;
      font-family: Maax Mono;
      font-size: 1.15rem;
      font-weight: 400;
      }

  /*  #SNIPPET ___FOOTNOTE
  ========================================================== */
  .footnote {
    font-family: Maax Mono;
    font-size: 1.45rem;
    letter-spacing: 0;
  }

  /*  #SNIPPET ___Terms of use
  ========================================================== */  
  .corpo-message {
    display: block;
    padding: 1rem .5rem 0;
    text-align: left;
    font-size: 1.2rem;
    font-family: Maax Mono;
    letter-spacing: 0;
    color: var(--color-btn-primary-text);
      opacity: 1;
      }
  .corpo-message a{
    color: var(--color-btn-primary-text);
      text-decoration: underline;
      }
  /*  #SNIPPET ___STAR-RATING
  ========================================================== */
  .badge-block.price__badge-block-sale {
    color: #fff;
    font-size: 1.2rem;
    font-family: Maax Mono;
    display: inline-block;
    letter-spacing: 0;
    background: var(--gradient-base-accent-2);
      border-radius: 1px;
      padding: .25em 1em;
      text-transform: uppercase;
      margin-left: auto;
      height: 100%;
      }

  /*  #SNIPPET ___STAR-RATING
  ========================================================== */
  .star-rating {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .star-rating .star-rating__stars {
    display: flex;
    letter-spacing:-0.5rem;
    line-height: 100%;
  }
  .star-rating__content {
    font-family: Maax Mono;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-left: 0.65em;
    line-height: 100%;
    /* 	bottom: .14rem; */
    position: relative;
  }

  /*  ADDITIONAL CLASSES
  ========================================================== */
  .text--center {
    text-align: center;
    display: block;
    width: 100%;
  }
  .mobile--hidden{
    display: none;
  }

  .desktop--hidden{
    display: block;
  }

  .bolder{
    font-weight: 700;
  }
  .list--unstyled{
    padding: 0;
    list-style-type: none;
  }

  .flex{
    display: flex;
  }

  .flex-y--center{
    align-items: center;
  }

  .flex--center{
    justify-content: center;	
  }
  .flex--between{
    justify-content: space-between;	
  }
  /*  END OF ADDITIONAL CLASSES 
  ========================================================== */  
  /*  SWIPER CSS
  ========================================================== */  
  /*
  ================ NAVIGATION: STYLE 1
  */
  .dd-navigation--1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .dd-navigation--1 .dd-pagination {
    display: flex;
    position: relative;
    width: fit-content !important;
    margin: auto 1.05em;
    top: 0em;
  }
  .dd-next, .dd-prev {
    width: 3rem;
    height: 3rem;
  }
  .dd-navigation--1 .dd-pagination .swiper-pagination-bullet {
    max-width: 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
  }

  .dd-navigation--1 .dd-pagination.dd-pagination--black .swiper-pagination-bullet {
    border: 1px solid #000;
  }

  .dd-navigation--1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background : #fff;
  }
  .dd-navigation--1 .dd-pagination.dd-pagination--black .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #000;
  }

  .dd-navigation--1 .dd-btn{
    background: transparent;
    border-radius: 100%;
    border: 0;
    padding: .5rem;
    cursor: pointer;
  }
  .dd-navigation--1 .dd-btn{
    fill: #fff;
  }
  .dd-navigation--1 .dd-btn:hover {
    background: #fff;
  }
  .dd-navigation--1 .dd-btn:hover svg {
    fill: #f02849;
  }
  .slider-icon-next {
    transform: rotate(180deg);
    position: relative;
  }



  @media screen and (min-width: 1000px){
    .mobile--hidden{
      display: block;
    }

    .desktop--hidden{
      display: none;
    }

  }
  /* ============================== CUSTOM DROPDOWN SELECT (CHECK PRODUCT PAGES)   ==========================
  ============================================================================== */
  custom-variant-selects{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    letter-spacing: 0;
  }
  
  custom-variant-selects fieldset:first-child {
    z-index: 9;
  }

  custom-variant-selects fieldset:nth-child(2) {
    z-index: 7;
  }

  custom-variant-selects fieldset:last-child {
    z-index: 4;
  }

  custom-variant-selects .product-form__input.input--custom-select {
    width: 100%;
    flex: unset;
    min-width: unset;
    max-width: none;
  }


  @media screen and ( min-width: 1200px){
    custom-variant-selects{
/*       justify-content: space-between;
      flex-direction: row; */
    }
    custom-variant-selects .product-form__input.input--custom-select {
      width: 100%;
      flex: unset;
      min-width: unset;
    }



  }

  .custom-variant-select {
    border: 2px solid black;
    position: relative;
    border-bottom: 0;
    cursor: pointer;
  }

  .custom-variant-select__selected {
    width: 100%;
    padding: .6em 1em;
    text-transform: uppercase;
    font-family: Maax Mono;
    pointer-events: none;
    position: relative;
    z-index: 5;
    background: #fff;
    border-bottom: 2px solid black;
    line-height: 120%;
    min-height: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .custom-variant-select__selected::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59272 6.05254L2.61898 12.3222C2.51925 12.4268 2.46362 12.5658 2.46362 12.7103C2.46362 12.8548 2.51925 12.9938 2.61898 13.0984L2.62573 13.1052C2.67407 13.1561 2.73227 13.1966 2.79677 13.2243C2.86127 13.252 2.93072 13.2662 3.00092 13.2662C3.07111 13.2662 3.14057 13.252 3.20507 13.2243C3.26957 13.1966 3.32776 13.1561 3.3761 13.1052L9.00109 7.20116L14.6238 13.1052C14.6722 13.1561 14.7304 13.1966 14.7949 13.2243C14.8594 13.252 14.9288 13.2662 14.999 13.2662C15.0692 13.2662 15.1387 13.252 15.2032 13.2243C15.2677 13.1966 15.3259 13.1561 15.3742 13.1052L15.381 13.0984C15.4807 12.9938 15.5363 12.8548 15.5363 12.7103C15.5363 12.5658 15.4807 12.4268 15.381 12.3222L9.40721 6.05254C9.35468 5.9974 9.2915 5.9535 9.22149 5.92351C9.15149 5.89352 9.07612 5.87805 8.99997 5.87805C8.92381 5.87805 8.84844 5.89352 8.77844 5.92351C8.70843 5.9535 8.64525 5.9974 8.59272 6.05254Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: 17px 17px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 1.7rem;
    height: 100%;
    right: 1rem;
    transform: rotate(-180deg);
    transition: .45s ease;
  }

  .custom-select--expanded .custom-variant-select__selected::after{
    transform: rotate(0deg);
    transition: .45s ease;
  }
  
/*   .custom-select--expanded .custom-variant-select__list {
    z-index: 5 !important;
  } */

  .selected-property--description {
    margin-top: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .custom-variant-select .custom-variant-select__list {
    margin: 0;
    transition: .35s ease;
    position: absolute;
    top: 100%;
    width: 100%;
    outline: 2px solid black;
    z-index: 3;
    background: #fff;
    transform: translateY(-65%) scaleY(0);
    -webkit-transform: translateY(-65%) scaleY(0);
    height: fit-content;
    border-top: 0;
    left: 0;
    right: 0;
  }
  .selected-property--description {
    display: block;
    margin-top: 0;
    font-weight: 400;
  }

  .custom-variant-select.custom-select--expanded .custom-variant-select__list {
    transition: .35s ease;
    transform: translateY(0%) scaleY(1);
    -webkit-transform: translateY(0%) scaleY(1);
    /* 	z-index: 8; */
  }

  .custom-variant-select__list li {
    pointer-events: none;
  }
  .custom-variant-select__list li > *{
    pointer-events: all;
  }

  .product-form__input.input--custom-select input[type="radio"] + label {
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    margin: 0;
    padding: 1em 1em;
    font-family: Maax Mono;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0;
    outline: 2px solid;
  }

  .product-form__input input[type="radio"] + label:hover{
    background: #f5f5f5;

  }

  .product-form__input.input--custom-select input[type="radio"]:checked + label {
    background-color: #e5e5e5;
    color: inherit;
  }

  /* ============================== APP SECTIONs FIXES   ==========================
  ============================================================================== */
  .shopify-policy__container {
    max-width: 90ch;
  }
  .shopify-policy__body .rte * {
    font-family: Maax Mono, monospace;
    letter-spacing: 0;
    line-height: 155%;
  }
  .review-app--people .vw-cmp__in-video-card--root:hover img {
    transform: scale(120%);
    transition: .55s ease !important;
  }
  .review-app--people .rw__swiper--carousel-btn svg path:last-child{
    stroke: black;
  }
  .review-app--people .vw-cmp__carousel--wrapper .rw__swiper--carousel-btn.rw__swiper-btn--next{
    right: -4px !important;
  }
  .review-app--people .vw-cmp__carousel--wrapper .rw__swiper--carousel-btn.rw__swiper-btn--prev{
    left: -4px !important;
  }

  .review-app--people .swiper-wrapper .swiper-slide .vw-cmp__in-video-card--root{
    width: auto;
    margin: 0 auto;
    padding-bottom: 2.5em;
  }
  #insta-feed a[href="#5-insta-feed"], .instafeed-shopify a[href="#5-insta-feed"], #insta-feed a[href="#6-insta-feed"], .instafeed-shopify a[href="#6-insta-feed"] {
    display: inline !important;
  }
  /*       div#insta-feed .instafeed-container { */
  /*         padding: 0 !important;
} */

  #mcbful1g79ts1652468935351{
    z-index: -5 !important;
  }
  @media screen and ( max-width: 800px ){
    #insta-feed a[href="#5-insta-feed"], .instafeed-shopify a[href="#5-insta-feed"], #insta-feed a[href="#6-insta-feed"], .instafeed-shopify a[href="#6-insta-feed"] {
      display: none !important;
    }
    div#insta-feed .instafeed-container {
      width: calc(50% - 10px) !important;
      padding-top: 50% !important;
      margin-left: 2.5px;
      margin-right: 2.5px;
      margin-bottom: 5px;
    }
  }
  @media screen and ( min-width: 1050px ){
    .review-app--people .swiper-wrapper .swiper-slide .vw-cmp__in-video-card--root{
      width: 30rem;
      margin: 0 auto;
      padding-bottom: 2.5em;
    }

  } 


  .review-app--people .vw-cmp__in-video-card--preview{
    padding-bottom: 130% !important;
    border-radius: 1.3rem !important;
  }

  .review-app--people .vw-cmp__carousel--wrapper .vw-content-under .vw-cmp__in-video-card--title{
    font-family: Maax Mono;
    letter-spacing: 0;
    margin-top: 0.5em;
  }
  /*       @media screen and ( max-width: 500px ){
  #vw-root .vw-cmp__carousel--root .swiper-slide {
  display: block !important;
  width: 300px !important;
} */
}


  /*   TEST ANIM */
/*   .menu-drawer-container .mega-menu-custom__content .product-thumbnail{
    transform: translateY(240%);
    transition: .35s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 1;
    will-change: transform;
    transition-delay: .0;
  }
  .menu-drawer-container.menu-opening .mega-menu-custom__content .product-thumbnail{
    transform: translateY(0);
    transition: .35s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    opacity: 1;
  }
  .menu-drawer-container .mega-menu-custom__banners-wrapper {
    opacity: 0;
    transition: .3s linear;
    transition-delay: .0;
    will-change: all;
  }

  .menu-drawer-container.menu-opening  .mega-menu-custom__banners-wrapper{
    opacity: 1;
    transition: .3s linear;
    transition-delay: 0.75s;
  } */

  .anim--fadeOut{
    animation: fadeOut .35s cubic-bezier(0.250, 0.460, 0.450, 0.940) .5s;
  }
  .anim--fadeOut2{
    animation: fadeOut 1s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  }

  @keyframes fadeOut{
    from{
      opacity: 0;
    }

    to{
      opacity: 1;
    }
  }
  @keyframes ShineBtn {
    0% {
      opacity: 0;
      left: 0%;
    }

    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      left: 100%;
    }
  }
  .jdgm-revs-tab.jdgm-revs-tab {
    display: none !important;
  }

  
  
  #rc-radio1, #rc-radio2 {
	pointer-events: none !important;
}
  
  
.image-with-text__checkmark-list {
   margin-top: 0.5rem;
}
  
  
  
.image-with-text__checkmark-list.checkmark-list--classic li {
	position: relative;
	font-family: Maax Mono;
	letter-spacing: -0.1px;
	margin-bottom: .65em;
	padding-left: 0;
	display: inline-block;
	line-height: 1.4;
}
  .image-with-text__checkmark-list.checkmark-list--classic {
  	margin-top: 0 !important;
  }
  
  .image-with-text__checkmark-list.checkmark-list--classic li::before {
	margin-right: .35em;
	content: "•";
    width: auto;
    height: auto;
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
    background-image: none;
}
  
.image-with-text__checkmark-list li{
  	position: relative;
  	font-family: Maax Mono;
  	letter-spacing: 0;
	font-size: 1.5rem;
  	display: flex;
  	align-items: center;
  	padding-left: 6rem;
}

.image-with-text__checkmark-list {
   
}
  
  
.image-with-text__checkmark-list li::before{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='182.5 -133.5 690.2 753.3' enable-background='new 182.5 -133.5 690.2 753.3' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23F02849' d='M490.3,308.3C581.8,130.1,700,6.8,823.1-119.2c34.4-34.4,65.9,0,40.1,31.5 C731.5,55.5,634.4,224.2,545.6,398.9c-12.7,22-69,37.5-94.8-2.6c-65.3-90.6-95.2-131.9-149.5-218.5c-1.4-4.1,1.4-11,3.9-12.7 c19.2-13.5,35.3-26,45.7-33.6c6.4-4.6,14.7-0.3,14.7-0.3S450.8,250.4,490.3,308.3z'/%3E%3C/g%3E%3Ccircle fill='none' stroke='%23F02849' stroke-width='49' stroke-miterlimit='10' cx='504.6' cy='297.6' r='297.6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  width: 4rem;
  height: 4rem;
  margin-right: .55em;
  content:"";
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.image-with-text__checkmark-list:not(.mobile--hidden) li::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='182.5 -133.5 690.2 753.3' enable-background='new 182.5 -133.5 690.2 753.3' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23F02849' d='M490.3,308.3C581.8,130.1,700,6.8,823.1-119.2c34.4-34.4,65.9,0,40.1,31.5 C731.5,55.5,634.4,224.2,545.6,398.9c-12.7,22-69,37.5-94.8-2.6c-65.3-90.6-95.2-131.9-149.5-218.5c-1.4-4.1,1.4-11,3.9-12.7 c19.2-13.5,35.3-26,45.7-33.6c6.4-4.6,14.7-0.3,14.7-0.3S450.8,250.4,490.3,308.3z'/%3E%3C/g%3E%3Ccircle fill='none' stroke='%23F02849' stroke-width='49' stroke-miterlimit='10' cx='504.6' cy='297.6' r='297.6'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: contain;
  background-position: center;
  width: 2.55rem;
  height: 2.55rem;
  margin-right: 0.55em;
  left: -0.1rem;
  top: 9%;
}

.witb_popup__content .image-with-text__checkmark-list li::before {
  left: 0;
  top: 0;
}

.witb_popup__content .image-with-text__checkmark-list li {
  padding-bottom: 1rem;
}
  
.recharge-details__list li::before {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='182.5 -133.5 690.2 753.3' enable-background='new 182.5 -133.5 690.2 753.3' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23F02849' d='M490.3,308.3C581.8,130.1,700,6.8,823.1-119.2c34.4-34.4,65.9,0,40.1,31.5 C731.5,55.5,634.4,224.2,545.6,398.9c-12.7,22-69,37.5-94.8-2.6c-65.3-90.6-95.2-131.9-149.5-218.5c-1.4-4.1,1.4-11,3.9-12.7 c19.2-13.5,35.3-26,45.7-33.6c6.4-4.6,14.7-0.3,14.7-0.3S450.8,250.4,490.3,308.3z'/%3E%3C/g%3E%3Ccircle fill='none' stroke='%23F02849' stroke-width='49' stroke-miterlimit='10' cx='504.6' cy='297.6' r='297.6'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: contain;
  background-position: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-right: .55em;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
}

.recharge-details__list li {
  padding-left: 4rem;
}

.recharge-details__text {
  margin: .35em 0 .85em;
}

.product__recharge-details {
  margin-bottom: 2.1em;
}
  .image-with-text__checkmark-list.recharge-details__list{
  	margin-top: .5em;
  }
/*   .recharge-details__title {
	font-size: 1.85rem;
} */
  .recharge-details__text {
	margin: .35em 0 .85em;
}
  
  @media screen and ( min-width: 750px){
    .image-with-text__checkmark-list.recharge-details__list li {
      font-size: 1.5rem;
      margin-bottom: .3em;
    }
  }


  .product__modal-opener {
    width: 100%;
    pointer-events: none;
  }
  .product__media-icon {
    display: none !important;
  }
  
  
/*   
  @media screen and (max-width: 767px) {
    .go-cart__drawer {
      height: calc(var(--vh, 1vh) * 100) !important;
        }

  } */
  
  
  .featured-products-grid .product-banner__image:hover, .product-banner:hover img {
    filter: unset !important;
  }
  
  
  /* What's in the box modal */
  
    .witb_popup, .variant_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) !important;
/*     opacity:0; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: none;
  
/*     transition: opacity 0.35s ease; */
  }
  
  .fadeIn {
/*     opacity: 1; */
    display: block;
  }

  .witb_popup__content {
    width: 90%;
    overflow: auto;
	padding: 2em;
    background: white;
    color: #313638;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;

    background: #fff !important;
    box-shadow: 0 5px 10px #00000026;
    z-index: 9999;
  }
  
  .witb_popup__content .image-with-text__checkmark-list {
    margin-bottom: 2.1em;
  }
  
  
 
  
  
  .go-cart-drawer__footer {
    box-shadow: 0 0 38px -3px #d2d1d1;
  }
  
  /* Rebuy styling */ 

  /*.rebuy-product-price .rebuy-money {*/
  /*  font-family: Maax Mono, sans-serif;*/
  /*  font-size: 1.3rem;*/
  /*}*/
  
  /*.rebuy-widget.widget-type-cart {*/
  /*  margin: 15px 1rem 15px;*/
  /*  padding: 20px 1.5em 0.4em 1.5em !important;*/
  /*  border-radius: 10px;*/
  /*  box-shadow: 0 0 38px -3px #d2d1d1;*/
  /*}*/

  /*.rebuy-widget.widget-type-cart .rebuy-product-grid {*/
  /*  padding: 0.7em 1.5em 0.7em 1.5em !important;*/
  /*  border-radius: 10px;*/
  /*}*/

  /*.rebuy-widget.widget-type-cart .rebuy-product-block {*/
  /*  padding: 15px 0px 15px !important;*/
  /*}*/
  
  /*.rebuy-widget.widget-type-cart .rebuy-product-options select {*/
  /*  font-family: var(--font-body-family);*/
  /*}*/
  
  /*.rebuy-widget.widget-type-cart .rebuy-product-block .rebuy-product-info .rebuy-product-price {*/
  /*  margin-top: 0;*/
  /*}*/

  /*.rebuy-widget.widget-type-cart .rebuy-product-title {*/
  /*  font-weight: 600;*/
  /*  line-height: normal;*/
  /*  color: rgb(var(--color-foreground));*/
  /*    margin-top: 0 !important;*/
  /*}*/
  
  /*.rebuy-widget.widget-type-cart .rebuy-button {*/
  /*  font-weight: 600;*/
  /*}*/

  /*@media screen and ( min-width: 500px){*/
  /*  .rebuy-widget.widget-type-cart .rebuy-product-block {*/
  /*    padding: 10px 0px 15px !important;*/
  /*  }*/

  /*  .rebuy-widget.widget-type-cart {*/
  /*    margin: 15px 3rem 15px;*/
  /*  }*/
  /*}*/

  /*.rebuy-widget .rebuy-checkbox {*/
  /*  width: 18px;*/
  /*}*/

  /*.rebuy-widget.widget-type-cart h4.super-title {*/
  /*  margin-bottom: 0;*/
  /*}*/

  /*.rebuy-widget.widget-type-cart .rebuy-select {*/
  /*  padding: 6px 40px 6px 15px;*/
  /*}*/

#rebuy-widget-87055{
  padding: 0 !important;
}

#rebuy-widget-87055 .rebuy-product-block{
  padding-top: 0;
}

#rebuy-widget-87055 .rebuy-variant-title{
  font-size: 12px !important;
  font-family: var(--font-body-family) !important;
  font-weight: 600;
  line-height: 1;
}

#rebuy-widget-87055 .rebuy-product-block .rebuy-product-info .rebuy-product-title.clickable{
  color: black;
  font-weight: 600;
}

#rebuy-widget-87055 .super-title{
  margin: 0 !important;
  line-height: 1;
}

#rebuy-widget-87055 .rebuy-product-block .rebuy-product-info .rebuy-product-title{
  margin-top: 0 !important;
  line-height: 1;
}

#rebuy-widget-87055 .rebuy-checkbox-label .checkbox-label{
  font-size: 12px !important;
  font-family: var(--font-body-family) !important;
  white-space: nowrap;
}

#rebuy-widget-87055 .rebuy-checkbox-label .checkbox-input{
  width: 18px;
}

#rebuy-widget-87055 .rebuy-money{
  font-family: "Maax Mono";
  font-weight: 600;
}

#rebuy-widget-87055 .rebuy-product-actions{
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
  order: 4;
  margin-top: 10px;
  margin-left: 10px;
  align-self: stretch;
  min-width: auto !important;
}

#rebuy-widget-87055 .subscription-checkbox{
  display: none;
}

#rebuy-widget-87055 .rebuy-product-options{
  flex-basis: 50%;
  align-self: stretch;
}

#rebuy-widget-87055 .rebuy-select, select.rebuy-select{
  border-width: 2px !important;
  background: white !important;
  border-color: black !important;
  font-family: "Maax Mono";
  font-size: 12px;
  padding: 10px 15px;
}

#rebuy-widget-87055 .rebuy-button{
  font-family: "Maax Mono";
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  height: 100%;
}

#rebuy-widget-87055 .rebuy-product-grid.large-carousel, .rebuy-recommended-products .rebuy-product-grid.large-carousel{
  padding-bottom: 10px;
}

.rebuy-widget.widget-type-cart .powered-by-rebuy {
  display: none;
}


  .go-cart-drawer_content-upsell-wrap {
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    height: 100%;
    scrollbar-width: thin;
    transition: all 1s ease;
    padding-bottom: 15px;
  }

.js-youtube {
  width: 100%;
  height: 212px;
}

@media screen and (min-width: 1200px) {
  .js-youtube {
    width: 500px;
    height: 281px;
  }
}

.overflowy {
  overflow-y: hidden; 
      position: relative;
    height: 100%;
}

#special-offer .step-modal-btn {
  color: #000;
}
.announcement-bar__message span {
  text-decoration-line: underline;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .announcement-bar__message span {
  margin-left: 10px;
  }

  .image-with-text__checkmark-list li::before {
    width: 3rem;
    height: 3rem;
  }

  .image-with-text__checkmark-list li {
    padding-left: 3.5rem;
  }
}
.image-with-text__checkmark-list li::before{
	background-image: url("data:image/svg+xml,%3Csvg class='comparison_true' width='40px' height='40px' viewBox='0 0 40 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-664.000000  -4612.000000)'%3E%3Cg transform='translate(664.000000  4612.000000)'%3E%3Ccircle class='icon_surround' fill='%23e8b29a' cx='20' cy='20' r='20'%3E%3C/circle%3E%3Cpolyline class='comparison_icon' stroke='black' stroke-width='3' points='11 19.8143133 17.1856867 26 29.1856867 14'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}



.w-full{
  width: 100%;
}

.h-full{
  height: 100%;
}

.custom-list{
  list-style-type: none;
  padding: 0;
}

.relative{
  position: relative;
}



#dd-system-subscribe, #dd-system-one-time {
  font-size: 1.65rem;
}

.press-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 900px;
}

.press-slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}

.dd-next {
  left: 5px;
}

.dd-prev {
  right: 5px;
}

@media screen and (min-width: 900px) {
  .dd-next {
    left: 0rem;
  }
  
  .dd-prev {
    right: 0rem;
  }
}


  .dd-faq-element::before {
    font-size: 1.8em;
    right: 0;
    height: unset !important;
    top: 50%;
    transform: translateY(-50%);
  }

  .dd-faq-element__term {
     padding: 1em 2em 1em 0;
     font-size: 1.8rem;
  }
  
  @media screen and (max-width: 1024px){
   .dd-faq-element__term {
      font-size: 1.5rem;
    }
    
    .dd-faq-element__description p{
      font-size: 1.5rem;
    }
  }


  
  .image-ratio{
    display: block;
    width: 100%;
    height: 0;
    position: relative;
  }
  .image-ratio img:not(.img-svg){
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
  }

  .image-ratio--120{padding-top: 120%;}
  .image-ratio--130{padding-top: 130%;}



  .thumbnail {
    overflow: hidden;
  }

  
  .thumbnail__image{
    border-radius: var(--card-corner-radius);
    overflow: hidden;
  }

  .thumbnail__title{padding: 1.3rem 0 0;}

  .thumbnail small{
    font-size: 1.3rem;
    font-family: Albra;
    opacity: .7
  }

  .thumbnail-icon {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    z-index: 10;
    background: #fff;
    border-radius: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .thumbnail-icon img {
    width: 55%;
    height: 55%;
  }

.collection-list.contains-card.contains-card--standard.grid{
  justify-content:center;
}


/*
.tier-objects{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.bundleProgressBarItem1{
  position: absolute;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  font-weight: bold;
  z-index: 1000;
  top: -10px;
}

.bundleProgressBarItem1:empty {
  background-color: transparent;
}

.bundleProgressBarItem1::before {
  position: absolute;
  top: calc(100% + 5px);
  white-space: nowrap;
  font-size: 11px;
  content: attr(label);
  color: black;
}

.bundleProgressBarItem1.active::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(malter-check.svg);
  position: absolute;
  top: 0;
  right: 0;
  background-size: 26px 26px;
  border-radius: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
}*/