/** Shopify CDN: Minification failed

Line 4657:30 Expected ":"
Line 4815:19 Expected identifier but found "*"

**/

p a {
    text-decoration: underline!important;             
    text-decoration-thickness: 1px!important;         
    text-underline-offset: 2px!important;            
}

h3 a {
    text-decoration: underline!important;             
    text-decoration-thickness: 1px!important;         
    text-underline-offset: 2px!important;            
}

/* 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);
  --shadow-visible: var(--card-shadow-visible);
}
.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}
.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}
/* base */
.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: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}
.element-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 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;
  height: auto;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* ::selection {
     background-color: rgba(var(--color-foreground), 0.2);
}
 */
.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}
.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}
h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}
@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}
h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}
h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}
h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.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;
  }
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
/*a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty {
     display: none;
}
*/
.link,
.customer a {
  text-decoration: underline;
  /* cursor: pointer;
     display: inline-block;
     border: none;
     box-shadow: none;
     text-decoration: underline;
     text-underline-offset: 0.3rem;
     color: rgb(var(--color-link));
     background-color: transparent;
     font-size: 1.4rem;
     font-family: inherit;
     */
}
.link--text {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}
.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: underline;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}
.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
}
.icon-arrow {
  width: 1.5rem;
}
h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}
/* base-focus */
/* Focus ring - default (with offset) */
/**:focus {
     outline: 0;
     box-shadow: none;
}
 *:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
*/
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
/*.focused, .no-js *:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 0.3rem;
     box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
/*.no-js *:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - inset */
/*.focus-inset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .focused.focus-inset, .no-js .focus-inset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: -0.2rem;
     box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-inset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* Focus ring - none */
/* Dangerous for a11y - Use with care */
/*.focus-none {
     box-shadow: none !important;
     outline: 0 !important;
}
 .focus-offset:focus-visible {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .focus-offset.focused, .no-js .focus-offset:focus {
     outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
     outline-offset: 1rem;
     box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
 .no-js .focus-offset:focus:not(:focus-visible) {
     outline: 0;
     box-shadow: none;
}
/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin {
  margin-top: 0;
}
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}
.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
.grid:last-child {
  margin-bottom: 0;
}
.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    min-width: 35%;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 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);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}
.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}
.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}
.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}
.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.button--small {
  padding: 1.2rem 2.6rem;
}
/* Button - other */
.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
}
.share-button details {
  width: fit-content;
}
.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}
.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}
.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}
.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.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), 0.3);
}
.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .field__input:hover {
  box-shadow: none;
}
.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}
/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.select__select {
  font-family: 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))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}
/* Select */
.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
/* Field */
.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field {
  display: flex;
}
.field--with-error {
  flex-wrap: wrap;
}
.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  /* padding: 2.2rem 1.5rem 0.8rem 2rem;
     */
  margin: var(--inputs-border-width);
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}
/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}
input[type="checkbox"] {
  display: block;
}
/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
  font-size: 1.6rem;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}
.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  display: block;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.quantity__button_plus {
  margin-bottom: 9px;
  background: url('//cdn.shopify.com/s/files/1/0657/4089/8560/files/arrow-quantity-plus.svg?v=1665072644') no-repeat 50% 0;
}
.quantity__button_minus {
  background: url('//cdn.shopify.com/s/files/1/0657/4089/8560/files/arrow-quantity-minus.svg?v=1665072644') no-repeat 50% 100%;
}
.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: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}
.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 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 {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}
/* section-header */
#shopify-section-header {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
/*.header {
     display: grid;
     grid-template-areas: 'left-icon heading icons';
     grid-template-columns: 1fr 2fr 1fr;
     align-items: center;
}
*/
@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }
  .header--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%;
}
.header__icon::after {
  content: none;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}
.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}
.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}
.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
/* Search */
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header:not(.header--has-menu) * > .header__search {
  /* display: none;
     */
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }
  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}
.no-js .predictive-search {
  display: none;
}
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 {
 
  align-items: center;
  justify-content: center;

  height: 100%;
/*   padding: 0 5rem 0 1rem; */
  line-height: calc(1 + 0.8 / var(--font-body-scale));

}
.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
/* @media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
} */
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}
@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}
.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}
/* @media screen and (min-width: 990px) {
     .header__inline-menu {
         display: block;
    }
     .header--top-center .header__inline-menu {
         justify-self: center;
    }
     .header--top-center .header__inline-menu > .list-menu--inline {
         justify-content: center;
    }
     .header--middle-left .header__inline-menu {
         margin-left: 0;
    }
}
 .header__menu {
     padding: 0 1rem;
}
 .header__menu-item {
     padding: 1.2rem;
     text-decoration: none;
     color: rgba(var(--color-foreground), 0.75);
}
 .header__menu-item:hover {
     color: rgb(var(--color-foreground));
}
 .header__menu-item span {
     transition: text-decoration var(--duration-short) ease;
}
 .header__menu-item:hover span {
     text-decoration: 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;
}
@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
  .icon-close-small path {
    stroke: CanvasText;
  }
}
.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}
.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}
.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}
@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}
.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}
.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}
.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);
}
.ssw-fave-item {
  border: none !important;
  background: rgb(247, 247, 247) !important;
  width: 300px !important;
  height: 380px !important;
}
/************************************************************************************/
/* CART CSS */
.cart-count-bubble {
  display: block;
  background: transparent;
  color: rgb(var(--color-button));
  line-height: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) !important;
  text-align: center;
  font-size: 11px;
  font-family: "FuturaLT-Book";
}
div#CartDrawer h2.drawer__heading span {
  font-size: 16px;
  font-family: "FuturaLT-Book";
}
div#CartDrawer .drawer__close {
  background: url('//cdn.shopify.com/s/files/1/0657/4089/8560/files/icon_cart.svg') no-repeat 50% 50%;
}
.gd-free-shipping-bar p {
  height: 40px;
  margin: 0;
  font-size: 0.85em;
  padding: 0 15px;
  line-height: 38px;
  letter-spacing: 0.32px;
  font-family: "FuturaLT-Book";
  font-size: 16px;
}
.gd-free-shipping-bar {
  display: block;
  width: 100%;
  margin-bottom: 38px;
}
div#CartDrawer table.cart-items thead {
  display: none;
}
div#CartDrawer .cartContentDrawer {
  flex-grow: 2;
  height: 100%;
  border-right: 0;
  background-color: rgb(var(--color-background));
  overflow: hidden;
  display: flex;
  padding-top: 30px;
  padding-left: 26px;
  padding-right: 26px;
  flex-direction: column;
  transition: transform var(--duration-default) ease;
}
div#CartDrawer .drawer__inner {
  width: 60rem;
  flex-direction: row;
  padding-left: calc(1.5rem + 3%);
  max-width: 100%;
}
.mainClassWrap {
  padding: 30px 26px 10px 26px;
}
.mainClassWrap.showMeNow {
  display: flex;
  flex-direction: column;
}
.cart__quantity-input {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: left;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 40px;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  font-family: "TTCommons-Medium";
  font-size: 15px;
  color: #000 !important;
  -moz-appearance: textfield;
}
.cart__button-remove {
  font-size: 16px;
  font-family: "FuturaLT-Book";
  letter-spacing: 0.32px;
}
.cartDesktopUpsellDrawer {
  width: 195px;
  display: flex;
  flex-direction: column;
  padding: 60px 3% 50px 0;
  border-right: 2px solid #d6d6d6;
}
.ProductsWrapperVertical {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  margin-right: 30px;
}
.cartDesktopUpsellDrawer .ProductsWrapperVertical::-webkit-scrollbar,
cart-drawer-items::-webkit-scrollbar {
  width: 8px !important;
}
.cartDesktopUpsellDrawer .ProductsWrapperVertical::-webkit-scrollbar-track,
cart-drawer-items::-webkit-scrollbar-track {
  background: #f6f6f6 !important;
}
.cartDesktopUpsellDrawer .ProductsWrapperVertical::-webkit-scrollbar-thumb,
cart-drawer-items::-webkit-scrollbar-thumb {
  background: #c2c2c2 !important;
  border-radius: 8px !important;
}
cart-drawer-items {
  scrollbar-width: thin !important;
}
span.upsellTitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 70%;
  line-height: 1.3;
  letter-spacing: 0px;
  min-height: 30px;
}
strong.upsellTitle {
  min-height: 52px;
  font-size: 0.65em;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
}
strong.upsellPrice {
  font-weight: 600;
  font-size: 70%;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block;
  margin-top: 5px;
}
.upsellDrawerItem {
  margin-bottom: 35px;
  width: 90%;
}
.upsellDrawerItem button.product-form__submit {
  width: 100%;
  font-size: 60%;
  letter-spacing: 0px;
  padding: 6px 0;
  min-height: 30px;
  min-width: 0px;
}
strong.gd-free-shipping-bar-number {
  font-weight: normal;
}
form#CartDrawer-Form a.cart-item__name.h4.break {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 78%;
/*   line-height: 1.3; */
  letter-spacing: 0px;
  text-decoration: none !important;
}
.cart-drawer .cart-item {
  display: flex !important;
  position: relative;
  width: 100%;
  gap: 0px !important;
}
.cart-drawer .cart-item .product-option {
  font-size: 12px;
  font-family: "FuturaLT-Book";
  line-height: 1;
  color: #919191;
}

  .cart-drawer .cart-item td.cart-item__media {
      min-width: 70px;
}


.cart-drawer .cart-item td.cart-item__details {
  /* width: 60%; */
  width: 70%;
  display: flex;
  flex-direction: column;
/*   justify-content: space-between; */
}
.cart-drawer .cart-item td.cart-item__totals.right {
  width: 21.5%;
}
.cart-drawer .cart-item__quantity {
  padding: 0 !important;
}
.cart-drawer quantity-input.quantity {
  width: auto !important;
  min-height: 0px !important;
}
.cart-drawer quantity-input.quantity:before,
.cart-drawer quantity-input.quantity:after {
  display: none;
}
.cart-drawer quantity-input.quantity input.quantity__input {
  width: 2em;
  padding: 0;
  flex-grow: unset;
}
.cart-drawer .quantity__button {
  width: auto;
  height: 15px;
}
.cart-drawer .cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-drawer .cart-item td.cart-item__totals.right span.price.price--end {
  font-size: 0.8em;
  padding-top: 4px;
}
.cart-drawer cart-remove-button .button {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 70%;
}
/*.cart-drawer .drawer__footer {
  border-top: 0.1rem solid #e3e3e3;
  padding: 0 0 40px 0;
}*/
.cart-drawer .drawer__footer .totals__subtotal-value {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  letter-spacing: 0px;
}
.cart-drawer .tax-note {
  margin: 5px 0 20px;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 70%;
}
.cart-drawer .cart__checkout-button {
  max-width: none;
  font-size: 0.8em;
}
cart-drawer.drawer.is-empty .cartDesktopUpsellDrawer {
  display: none;
}
cart-drawer.is-empty .drawer__inner {
  width: 40rem !important;
  padding: 0 1.5rem !important;
}
.checkboxUpsell__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px; 
  height: 160px;
  margin-bottom: 10px;
  background-color: #f6f6f6
}
.upsellQuantityOpt {
  margin-left: 3px;
}
a.continueShop {
  color: rgba(var(--color-foreground), 1);
  font-size: 0.8em;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media (max-width: 750px) {
  .cartDesktopUpsellDrawer {
    display: none;
  }
  .mainClassWrap.showMeNow {
    margin: 0;
    padding: 20px;
  }
  .gd-free-shipping-bar p {
    padding: 10px;
  }
  div#CartDrawer .drawer__inner {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    padding-left: 1.5rem;
  }
  div#CartDrawer .cartContentDrawer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cartMobileUpsellDrawer {
    display: block !important;
    flex: 1;
    max-height: 35%;
  }
  .cartMobileUpsellDrawer strong.upsellTitle {
    font-size: 90%;
    display: block;
    padding-top: 15px;
    width: 100% !important;
    min-width: 100%;
    margin-left: 0 !important;
  }
  .ProductsWrapperVertical {
/*     width: 97%; */
    display: flex;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    overflow: auto;
 
  }
  .ProductsWrapperVertical .upsellDrawerItem {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 19px;
  }
  .upsellDrawerItem img {
    height: 150px;
    width: auto;
    object-fit: contain;
    max-height: 100%;
  }
}
@media (max-width: 380px) {
  .upsellDrawerItem img {
    height: 90px;
  }
  .cartMobileUpsellDrawer strong.upsellTitle {
    margin-bottom: 10px;
    padding-top: 8px;
  }
}
/* Alex cart.css */
.drawer__inner {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: -130px !important;
}
.drawer__heading {
  margin-bottom: 35px;
  font-size: 16px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0.32px !important;
  text-transform: uppercase !important;
}
.drawer__info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  margin: 0 0 10px 0;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
  letter-spacing: .32px;
  font-family: FuturaLT-Book;
  font-size: 16px;
  background: #f6f6f6;
  cursor: pointer;
}
.drawer__info-bar_no-margin {
  margin: 0;
}
.drawer__info-bar p {
  margin-bottom: 0;
}
.drawer__info-bar::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.drawer__info-bar_open::after {
  background-image: url('/cdn/shop/files/icon_minus.svg?v=1676481528');  
}
.drawer__info-bar_closed::after {
  background-image: url('/cdn/shop/files/icon_plus.svg?v=1676481529');  
}
.drawer__samples {
  padding-top: 10px;
  margin-bottom: 10px;
}
/*.drawer__samples::-webkit-scrollbar {
  width: 8px !important;
}
.drawer__samples::-webkit-scrollbar-track {
  background: #f6f6f6 !important;
}
.drawer__samples::-webkit-scrollbar-thumb {
  background: #c2c2c2 !important;
  border-radius: 8px !important;
}*/
.drawer__note-wrapper {
  display: none;
  padding-right: 10px;
}
.drawer__note {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #707070;
}
.cart-item__name {
  font-size: 14px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0.32px !important;
  /*text-transform: uppercase !important;*/
}
.button.button--tertiary {
  font-size: 15px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0.32px !important;
  color: #919191 !important;
}
.price.price--end.h4 {
  font-size: 14px !important;
  font-family: "FuturaLT-Book" !important;
}
.quantity__input {
  font-size: 13px !important;
  font-family: TT Commons !important;
}
.quantity__button {
  width: 9px !important;
  height: 6px !important;
}
.gd-free-shipping-bar-on {
  font-size: 14px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  margin-bottom: 10px !important;
}
.cart-item {
  height: 85px !important;
  margin-bottom: 28px !important;
}
.cart-item__media {
  padding-top: 0px !important;
}
.cart-item__details {
  padding-top: 0px !important;
  padding-left: 24px !important;
}
.cart-item__details p {
  font-family: "FuturaLT-Book";
  text-transform: uppercase;
  font-size: 10px;
}
.cart-item__totals.right {
  padding-top: 0px !important;
}
.cart-item__image {
}
.cart-item__media {
  width: 70px !important;
}
.totals__subtotal {
  font-size: 15.5px !important;
  letter-spacing: 0.31px !important;
  font-family: "FuturaLT-Book" !important;
}
.tax-note.caption-large.rte {
  color: #767676 !important;
  font-size: 12px !important;
  font-family: "FuturaLT-Book" !important;
  margin-bottom: 19px !important;
  margin-top: 2px !important;
}
.totals__subtotal-value {
  font-size: 15.5px !important;
  letter-spacing: 0.31px !important;
  font-family: "FuturaLT-Book" !important;
}
.cart-drawer__loyalty-points {
  font-size: 14px;
  font-family: "FuturaLT-Book";
  text-align: center;
}
.cart-drawer__loyalty-comment {
  margin-top: 2px !important;
  color: #767676;
  font-size: 12px;
  font-family: "FuturaLT-Book";
  text-align: center;
}
.cart__button-go-to-cart {
  width: 100%;
  display: block !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  text-decoration: none;
  text-transform: uppercase !important;
  line-height: 48px !important;
  font-family: HelveticaNeueLTPro-Bold !important;
  font-size: 12px !important;
  color: #fff !important;
  background: #000 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  margin-bottom: 19px !important;
  max-width: 100% !important;
}
.cart__add-button {
  display: block;
  width: 143px;
  height: 33px;
  border: 1px solid #000;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  font-family: "HelveticaNeueLTPro-Bold";
  font-size: 10px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
.cart__add-button:hover {
  color: #000;
  background-color: #fff;
}
.promo-cod-text {
  font-size: 14px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0px !important;
  text-align: center !important;
}
.upsellTitle {
  font-size: 11px !important;
  font-family: "FuturaLT-Book" !important;
  max-width: 115px !important;
  margin-left: 15px !important;
}
.contentPartUpsell {
  margin-top: 15px;
}
.contentPartUpsell .upsellTitle {
  font-size: 10px !important;
  font-family: "FuturaLT-Book" !important;
  text-transform: uppercase !important;
  letter-spacing: 0.22px !important;
  margin-left: 0px !important;
}
.upsellPrice {
  font-size: 14px !important;
  font-family: "FuturaLT-Book" !important;
  letter-spacing: 0px !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
}
.contentPartUpsell .product-form__submit {
  background: #000000 0% 0% no-repeat padding-box !important;
  color: white !important;
}
.drawer__inner {
  padding-left: 57px !important;
}
.imagePartUpsell {
  width: 143px !important;
}
.ProductsWrapperVertical {
  scrollbar-width: thin !important;
}
div::-webkit-scrollbar-track {
  background: #f6f6f6 !important;
}
div::-webkit-scrollbar-thumb {
  background: #c2c2c2 !important;
  border-radius: 8px !important;
}
.cartDesktopUpsellDrawer {
  padding-right: 20px !important;
}
.cart-drawer__footer {
  margin-top: 10px;
  padding-top: 10px;
  padding-right: 30px !important;
  border-top: 1px solid #e3e3e3;
}
/* end Alex cart.css */
.contentPartUpsell .upsellTitle {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 17px;
  min-height: auto;
}
.cart-count-bubble span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 32px;
  font-family: TTCommons-Medium;
  font-size: 12px;
}
svg.icon.icon-cart {
  display: none;
}
button.cart__button-go-to-cart.fixSmall small {
  display: block;
  line-height: 1;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-top: -10px;
}
.samplesHeading {
}
div#CartDrawer-CartItems {
  width: 100%;
}
@media (max-width: 767px) {
  .cart-drawer-product__bottom {
    padding: 30px 20px;
  }
  .cart-drawer-product__top {
    padding: 40px 20px 25px;
  }
  div#CartDrawer {
    max-width: 100%;
  }
  div#CartDrawer .drawer__inner {
    padding: 0 !important;
  }
  .cartContentDrawer {
  }
}

.product__stars {
  margin-bottom: 24px;
}
.product__stars
  .product-template .jgm-preview-badge .jgm-review-count-label {
    visibility: hidden !important;
}
.product__carousel-slides {
  position:relative;
}
.product__carousel-side-wrapper {
      z-index: 1;
}
.product__title {
  font-size:28px;
}
.product__trio-molecular-title {
  font-size:24px;
}
.jdgm-rev-widg__title {
  font-size:24px;
  text-transform: uppercase;
}

/* START Alex -  element styles */ 

/* header */
.header-default {
  font-size:30px;
  font-family:FuturaLT-Book;
  letter-spacing: 0.6px;
}
.header-default2 {
  font-size:30px;
  font-family:HelveticaNeueLTPro-Roman;
}

.header-default3 {
  font-size:30px;
  font-family:FuturaLT-Book;
}

.header-styl1 {
  font-size:16px;
  font-family:FuturaLT-Book;
}

.header-styl2 {
  font-size:16px;
  font-family:FuturaLT-Book;
}

.header-light{
  font-size:20px;
  font-family:Futura LT;
  letter-spacing: 0px;
}

.header-book04{
  font-size:20px;
  font-family:FuturaLT-Book;
  letter-spacing: 0.4px;
}
.header-book5{
  font-size:18px;
  font-family:FuturaLT-Book;
  letter-spacing: 0.36px;
}
.imageImageTopTitles {
  font-size: x-large;
font-family: Futura LT !important; font-weight: 900;letter-spacing: .1em;
}
.bigImage {
font-size: 23px;
font-family: Futura LT !important; 
}
/* text */
.text-default {
  font-size:20px;
  font-family:Helvetica_Neue_LT_45_Light;
}

.text-style1 {
  font-size:14px;
  font-family:Helvetica_Neue_LT_45_Light !important;
  color:black !important;
}

.text-style2 {
  font-size:14px;
  font-family:Helvetica_Neue_LT_45_Light !important;
  color:#919191;
}

.text-style3 {
  font-size:15px;
  font-family:Helvetica_Neue_LT_45_Light !important;
  color:#919191;
}

.text-style4 {
  font-size:15px;
  font-family:Helvetica_Neue_LT_45_Light !important;
  color:black;
}

.sub-default {
  font-size:16px;
  font-family:FuturaLT-Book;
  letter-spacing: 0.32px;
}

.default-routine-header {
  font-size:69px;
  font-family:HelveticaNeueLTPro-Roman;
}

.default-routine-text {
  font-size:15px;
  font-family:Helvetica_Neue_LT_45_Light;
}

.default-imageWithTitles {
font-size: 18px;
font-family: Futura LT;
letter-spacing: 2.7px;
}

.text-light{
  font-size:14px;
  font-family:Futura LT;
  letter-spacing: 0.28px;
}

.text-header {
   font-size:16px;
  font-family:Futura LT;
}

/* END Alex -  element styles */

/* Alex Mobile */
@media screen and (max-width:767px) {
.upsellDrawerItem img {
  width: 217.93px;
    height: 244.56px;
}

.imagePartUpsell {
      width: auto !important;
}
.upsellDrawerItem {
  width: 217px !important;
}
  .cartMobileUpsellDrawer {
    width: 115% !important;
        height: 495px;
    max-height: fit-content !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .upsellTitle {
            width: 100% !important;
     min-height: 43.88px !important; 
    height: fit-content !important;
        font-size: 16px !important;
    padding-right: 30PX;
  }
  .cartMobileUpsellDrawer strong.upsellTitle {
    margin-bottom:28px !important;
  }
 .ProductsWrapperVertical .cart__add-button {
    width: 100% !important;
    font-size: 14px !important;
   height:50px !important
  }
 .ProductsWrapperVertical .catalog-product {
    width: 100% !important;
  }
  .ProductsWrapperVertical::-webkit-scrollbar {
  width: 53px;
    height:3px;
    border-radius: 12px;
    color:black;
    
}

.ProductsWrapperVertical::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 4px;
}

.ProductsWrapperVertical::-webkit-scrollbar-track {
  background-color: transparent;
}
}
@media (max-width: 750px) {
  div#CartDrawer .cartContentDrawer {
      padding: 0px !important;
}
}

/* end Alex Mobile */

/* -Globo */
.search-results #gf-tree,
.search-results #gf-controls-container {
  display: none !important;
}

.search-results #gf-grid {
  width: 100% !important;
}

.search-results #gf-products {
  justify-content: center !important;
}


.spf-has-filter div#FacetsWrapperDesktop {
    display: none!important;
}

.spf-has-filter aside#main-collection-filters {
    margin-top: 82px!important;
}

.spf-has-filter .catalog {
    margin: 0 auto!important;
    max-width: 1440px;
}

.spf-has-filter .product__rating {
    display:none !important;
  }

.spf-has-filter .product-hover {
    position:absolute;
    bottom:0;
    backdrop-filter: blur(9px);
    padding-top: 39.3px;
    padding-left: 28.92px;
    padding-bottom: 35.2px;
    padding-right: 41.3px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

.spf-has-filter .catalog-product .product-hover-h {
    font-size:20px;
    font-family:FuturaLT-Book;
    margin-bottom:11px;
  }

.spf-has-filter .catalog-product .product-hover-p {
    font-size:16px;
    font-family:HelveticaNeueLTPro-Roman;
    margin-bottom:25px;
  }

.spf-has-filter .catalog-product .product-hover-a {
    font-size:14px;
    font-family:HelveticaNeueLTPro-Bold;
    letter-spacing: 0.7px;
    text-decoration:underline;
    margin:0px;
  }

.spf-has-filter .catalog-product__media {
    position:relative;
}

.spf-has-filter .catalog-product .catalog-product__title {
        display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .gf-filter-contents-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
  .gf-top_one .gf-option-block .gf-block-title .h3 {
  border: none!important;
}

.gf-option-block {
    max-width: 400px!important;
    min-width: 240px!important;
    border-bottom: 1px solid #707070 !important;
}

.gf-top_one .gf-option-block .gf-block-title .h3 {
    border: none!important;
    padding: 5px 0!important;
    justify-content: space-between;
}
  .gf-top_one #gf-tree .globo-selected-items-wrapper .selected-item > a {
      background: #000!important;
      color: #fff!important;
  }
}
/* Alex Globo filters*/
.gf-block-title h3 span {
      letter-spacing: 0.28px !important;
    font-size: 14px !important;
    font-family: 'FuturaLT-Book' !important;
}

.gf-top_one .gf-option-block .gf-block-title .h3:after, .gf-top_one .gf-option-block .gf-block-title h3:after {
  color:black !important;
  font-size:27px !important;
}
.selected-item .hidden-xs {
  display:none !important;
}
.gf-clear {
  background-image: url('/cdn/shop/files/Trace_426.svg?v=1688407044') !important;
      margin-left: 0px !important;
    margin-right: 15px !important;
}

.selected-item.gf-option-label a {
      flex-direction: row-reverse !important;
  padding: 0px !important;
    padding-left: 14.5px !important;
    height: 39px !important;
    padding-right: 13px !important;
    line-height: 0px !important;
}
.section-mainCollection {
      width: 90% !important;
    margin: auto !important;
}

/* EndGlobo */


.cart-item__name {
      margin-bottom: 4px;
}
.cart-item__details dl {
      margin-bottom: auto;
}
.cart-item__details ul {
  margin-bottom: auto;
}

.cart-item__details .gift-size {
  margin-bottom: auto;
      font-family: 'HelveticaNeueLTPro-Roman' !important;
}

.main {
  margin-bottom:139px;
}

@media screen and (max-width: 767px)
{
  .product__bottom .upsellDrawerItem {
margin-bottom:30px !important;
}
 .product__bottom .ProductsWrapperVertical {
    height: 100% !important;
  }
.product__bottom .cartMobileUpsellDrawer {

height: 100% !important;

}
}

@media screen and (max-width: 750px) {
  .cart-drawer-product__bottom {
    min-height:400px !important;
  }
}
.cartMobileUpsellDrawer .ProductsWrapperVertical {
        height: 400px !important;
    overflow-y: hidden !important;
  }
.cart-drawer-product__quantity-input {
      font-size: 15px !important;
}

@media screen and (min-width:1202px) {
  .usf-popup {
    top: -76px !important;
}
}
@media screen and (max-width: 743px) {
  .cart-item__details p {
    font-size: 10px !important;
  }
  .gift-size {
     font-size: 10px !important;
  }
  form#CartDrawer-Form a.cart-item__name.h4.break {
    font-size: 12px !important;
  }
  .cart-drawer .cart-item .product-option {
    font-size: 12px !important;
  }
}

.footer .iubenda-tp-btn {
      font-family: Helvetica_Neue_LT_45_Light !important;
    font-size: 12.16px !important;
}




/* mobile padding 0px 25px  */
@media screen and (max-width:1100px) and (min-width:250px) {

  body .custom-refining-face p{
    padding-left: 5px;
    padding-right: 5px;
  }

.subscribe-section__Text {
      width: 100% !important;
}

.subscribe-section__content form{
      width: 100% !important;
}

.subscribe-section__content {
       padding-left: 25px !important;
  padding-right:25px !important;
}

.header-with-text h2 {
  padding-left: 25px !important;
  padding-right:25px !important;
}

.header-with-text p {
  width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
}

  .front-multicolumn__description {
    width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
  }

  .anti-ageing-face__text {
    width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
  }

  .anti-ageing-code-liquid {
    width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
  }

/* .thisMobile1 .thisMobile3 {
  width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
} */
.Text-for-old-pages  .classForMobile {
    width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
  }

.images .old-images-noHr__grid .grid__item {
      width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
}
.old-image-and-html.thisMobile1 {
  width: 100% !important;
    max-width: 100% !important;
}

.copy-images h3 {
  width: 100% !important;
    max-width: 100% !important;
  padding-left: 25px !important;
  padding-right:25px !important;
}

 .copy-images .rte-setting.text-spacing  {
    width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
  }
.copy-images .rte-setting p  {
    padding-left: 0px !important;
  padding-right:0px  !important;
  }

#shopify-section-template--19985388405045__9ea5b2c8-eccf-49e6-8815-50cf16ad4316 {
  margin-top:30px !important;
}

.image-image-TopTitle__first-block.allblock {
  width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
}


.image-image-TopTitle .image-image-TopTitle__flex .rivoMobileArrowLeft {
      top: 35% !important;
}

  .image-image-TopTitle .image-image-TopTitle__flex .rivoMobileArrowRight {
      top: 35% !important;
}

.old-e-title2 .titre-paragraphe span {
  width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
}


.image-image-hr-Title .text {
 width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important; 
}

.image-image-TopTitle .text {
 width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important; 
}

  .small-image-and-text__2block .small-image-and-text__2block__div {
     width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important; 
  }


  .small-image-and-text__2block .old-e-title2 .titre-paragraphe span {
        padding-left: 0px !important;
    padding-right: 0px !important;
  }

 .old-images .rte-setting.text-spacing {
    width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
  }

  .image-image-TopTitle__second-block.allblock {
    width: 100% !important;
    max-width: 100% !important;
   padding-left: 25px !important;
  padding-right:25px !important;
  }


.image-image-TopTitle .image-image-TopTitle .text {
  width: 100% !important;
    max-width: 100% !important;
}

  
  
}

/* end mobile padding 0px 25px  */

.cart__add-button_find-shades2 {
        height: 50px !important;
    width: 100% !important;
    font-size: 14px !important;
  }

@media screen and (max-width: 1100px) and (min-width:999px) {
.catalog__grid {
      margin-right: 25px;
    margin-left: 25px;
}
}

@media screen and (max-width:600px) {
.offOnSlideSwipe {
 top: -79px;    
}

.offOnSlideSwipe .e-slideshow__slide-background {
      /* width: 600px; */
    height: 577px;
}
.offOnSlideSwipe .e-slideshow__wrapper {
            height: 100% !important;
  
}
.offOnSlideSwipe .e-slideshow__slide-content .e-slideshow__column  {
        margin-top: -9px;
  }
 .offOnSlideSwipe .e-slideshow__slide-content .e-slideshow__slide-content-wrapper:first-child {
     margin-top: 0px;
  }
 .section-template--19985391190325__4d2e0bcb-c495-4799-909a-8a4ba63cbaf8-padding {
   padding-left: 25px;
    padding-right: 25px;
 } 
  .section-template--19985391190325__4d2e0bcb-c495-4799-909a-8a4ba63cbaf8-padding div{
   margin-left: 0px !important;
    margin-right: 0px !important;
 } 
}

body .cartContentDrawer {
      overflow-y: visible !important;
}

body .drawer__scroll {
  overflow: visible !important;
}

body .cartContentDrawer .mainClassWrap {
    padding:0px !important;
  }

body .totals .cart-drawer__loyalty-points {
   font-size:14px !important;
  }

body .totals .cart-drawer__loyalty-comment {
  font-size:12px !important;
}

@media screen and (max-width:915px) {
 body .cartContentDrawer .drawer__scroll {
    padding-bottom: 295px !important;
  }
html {
  overflow:hidden !important;
}
 body .cart-drawer .totals {
       border-top: 1px solid #cbcbcb;
        display: grid !important;
    position: fixed !important;
    z-index: 999 !important;
    bottom: 0 !important;
    background: white !important;
  width:100%!important;
    justify-content: center !important;
    height: 250px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    
}
  body .cart-drawer .totals {
    height: auto !important;
  }
  .drawer__inner {
        padding: 0px !important;
  }
  @media screen and (max-width:767px) {

 body .cart-drawer .totals {
  width:100%!important;

}
  }
 body .mainClassWrap {
    display: block !important;
  }

body .cartContentDrawer {
      display: block !important;
}
body .drawer__inner {
        overflow: hidden !important;
  }
 body .totals__subtotal_div {
        display: flex !important;
    justify-content: space-between !important;
    padding-top: 16px !important;
  }

body .cartContentDrawer .drawer__scroll__top {
        padding-bottom: 0px !important;
  }
 body .cart-drawer__loyalty-points {
    margin-left: 0 !important;
   font-size:14px !important;
  }
 body .cart-drawer__loyalty-comment {
    margin-left: 0 !important;
    padding-top: 5px !important;
  }
body .bottomCheckout {
  margin-left: 0 !important;
}

body .promo-cod-text {
  padding-top: 5px !important;
}

  body .cartMobileUpsellDrawer {
        height: 100%;
    width: 100% !important;
  }

  body .cartMobileUpsellDrawer .ProductsWrapperVertical {
    display: block;
    height: 100% !important;
  }
  
}
@media screen and (max-width:601px) {
body .cart-drawer .totals {
    height: 250px !important;
  }
}

.cart-item__price-wrapper span {
  text-align:left;
}

body #ZoomyWishlistPage {
      max-width: 65% !important;
  display:block !important;
}

body #ZoomyWishlistPage .ZoomyWishlistPageGrid {
      display: flex !important;
    width: 100% !important;
    max-height: 174.48px !important;
      background: white !important;
      border: none !important;
      margin-bottom: 50px !important;
}
body #ZoomyWishlistPage .zbodypimg img {
      height: 174.48px !important;
    min-width: 157.03px !important;
  width: 157.03px !important;
}
body #ZoomyWishlistPage .zbodypimg {
      margin: 0px !important;
}

body #ZoomyWishlistPage .zbodytitle {
      position: absolute !important;
    left: 179px !important;
    top: 15px !important;
      background: white !important;
}

body #ZoomyWishlistPage .zprice {
      float: none;
    position: absolute;
    left: 179px;
    top: 50px;
    justify-content: flex-start;
  background: white !important;
}

@media screen and (max-width:1000px) {
  body #ZoomyWishlistPage .zprice {
    top: 90px;
  }
}

body #ZoomyWishlistPage .zooomyshopvariant {
      position: absolute !important;
    left: 179px !important;
    bottom: 0px !important;
    height: 50px !important;
    max-width: 365px !important;
  background: white !important;
  border: 1px solid #000000 !important;
  color: black !important;
}


body #ZoomyWishlistPage .zqty {
      display: none !important;
}

 body #ZoomyWishlistPage .zbodyaction #wishlist_page_product_text {
      display: block !important;
   bottom: 0px;
    position: absolute;
    right: 0px;
    width: auto;
} 
body #ZoomyWishlistPage .zbodyaction #wishlist_page_product_text a {
  width: fit-content;
    display: block;
}

  body #ZoomyWishlistPage .addcartbtn  {
        position: absolute !important;
    right: 0!important;
    bottom: 0 !important;
    width: 200px !important;
    height: 50px !important;
    margin: 0px !important;
  }

  body #ZoomyWishlistPage .zbodyinfo {
    background: white !important;
  }

  body #ZoomyWishlistPage .removefromwishlist  {
        background: white !important;
    color: #9EA5B0 !important;
    font-size: 20px !important;
  }

  body #ZoomyWishlistPage .zooomyshopvariant {
    border: 1px solid #000000 !important;
        /* color: black !important; */
    padding-left: 10px !important;
  }

  body #ZoomyWishlistPage .zooomyshopvariant:after {
padding-right: 10px !important;
  }
    body #ZoomyWishlistPage .zooomyshopvariant:before {
padding-right: 10px !important;
  }
  @media scren and (max-width:1199px) {
    body #ZoomyWishlistPage .zooomyshopvariant {
    max-width: 205px !important;
  }
  }

@media screen and (max-width:915px) {
 html body .upsellDrawerItem  .catalog-product button{
    font-size:0px !important;
    width: 33px !important;
    height: 33px !important;
    background-size: 100% 80%;
    background: #000 url(https://cdn.shopify.com/s/files/1/0657/4089/8560/files/icon_add-to-cart_white.svg?v=1660056732) no-repeat right 5px top 50%;

  }
}
  @media screen and (max-width:1275px) {
body #ZoomyWishlistPage .zooomyshopvariant {
      max-width: 300px !important;
}
    
  }

@media screen and (max-width:1172px) {
body #ZoomyWishlistPage .zooomyshopvariant {
          max-width: 200px !important;
}
    
  }

@media screen and (max-width:1005px) {
  .zbodytitle {
    text-align: left !important;
  }
body #ZoomyWishlistPage .addcartbtn  {
        top: 198px !important;
    width: 100% !important;
  }
  body #ZoomyWishlistPage .ZoomyWishlistPageGrid {
    margin-bottom: 120px !important;
  }
 body #ZoomyWishlistPage .removefromwishlist {
        top: -10px !important;
  }
}
@media screen and (max-width:743.9px) {
.bottom-Wishlist {
    flex-direction: column-reverse;
    align-items: center;
}
 body #ZoomyWishlistPage .zooomyshopvariant {
        width: 46%;
  }
}

.refreshCart {
   visibility: hidden !important; position: absolute !important; top:0px !important;
}

@media screen and (min-width:1866px) {
  html body #ZoomyWishlistPage .addcartbtn {
        width: 316px !important;
  }
  html body #ZoomyWishlistPage .ZoomyWishlistPageGrid {
        width: 80% !important;
  }
}

@media screen and (max-width:1866px) and (min-width:1654px) {
  html body #ZoomyWishlistPage .ZoomyWishlistPageGrid {
        width: 80% !important;
  }
}
@media screen and (max-width:1654px) {
  html body #ZoomyWishlistPage .ZoomyWishlistPageGrid {
        width: 100% !important;
  }
}

@media screen and (max-width:1484px) and (min-width:1358px) {
  html body #ZoomyWishlistPage .addcartbtn {
  width: 270px !important;
  }
  html body #ZoomyWishlistPage .zooomyshopvariant {
    max-width: 335px!important;
  }
}

@media screen and (max-width:1358px) and (min-width:1242px) {
  html body #ZoomyWishlistPage .addcartbtn {
  width: 230px !important;
  }
  html body #ZoomyWishlistPage .zooomyshopvariant {
    max-width: 300px!important;
  }
}


  .newRemoveButton .quantity {
    flex-direction: row-reverse !important;
  }
 .newRemoveButton .cart__quantity-input {
        max-width: 30px !important;
   margin-top: 3px;
   
  }
  .newRemoveButton .upsellQuantityOpt {
        margin-right: 12px !important;
        margin-left: 0px !important;
  }
  .newRemoveButton .upsellQuantityOpt .quantity__button {
    display:none !important;
  }
  .newRemoveButton .upsellQuantityOpt .quantity__button-mobile {
        display: block !important;
        margin-bottom: 4px;
    background: url(//cdn.shopify.com/s/files/1/0657/4089/8560/files/arrow-quantity-minus.svg?v=1665072644) no-repeat 50% 100%;
    height: 10px;
    width: 10px;
    border: none !important;
  }


@media screen and (min-width:915px) {
  #sample-popup .drawer__scroll {
    margin-top: 30px;
  }
}
body .cartMobileUpsellDrawer {
  margin-top: 0px !important;
}
.cartMobileUpsellDrawer .drawer__info-bar {
  width: 98%;
}
.outerWrapper  {
  padding-top: 10px;
}

@media screen and (max-width:770px) and (min-width:764px) {
  .footer__benefits {
    margin-top:30px;
  }
  .footer__benefit_shipping {
    margin-bottom:22px;
  }
}

@media screen and (max-width:1200px) and (min-width:760px) {
 body .cart-drawer__footer {
        margin-top: 70px !important;
  }
}

.text-default-sub {
  font-size:16px; 
  font-family: HelveticaNeueLTPro-Roman;
}
.text-default-sub2 {
  font-size:16px; 
  font-family: HelveticaNeueLTPro-Roman;
  letter-spacing: 3.2px;
}

ul.footer__menu a {
  font-size:15px;
}
@media screen and (min-width:1200px) {
  .footer__benefits-title {
  margin-bottom:25px !important;
}
}

html .usf-highlight {
  font-weight: normal !important;
  font-family: Helvetica_Neue_LT_45_Light!important;
}

.usf-is-pages .usf-btn {
  font-family: 'Helvetica_Neue_LT_45_Light' !important;
}

.usf-is-product .usf-highlight {
  font-family: HelveticaNeueLTPro-Roman,sans-serif !important;
}

.catalog-product__title span {
  font-family:FuturaLT-Book;
}

.product__top-right .product__special-tags {
      margin-bottom: 27px;
}

@media screen and (min-width:1270px) {
  body .catalog-product__labels {
  top: 15px !important;
}
body div#ZlistWishlist {
  top: 15px !important;
}
}

@media screen and (min-width:1800px) {
  body .catalog-product__labels {
  top: 15px !important;
}
body div#ZlistWishlist {
  top: 40px !important;
}
}

@media screen and (max-width:743px) {
  .classForPc {
    display:none !important;
  }
  .product__promo2-image {
    max-height: 197.36px !important;
  }
}

@media screen and (max-width:823px) and (min-width:743px) {
  html .top-image__title__mobile {
        margin-left: 24px !important;
  }
  html .catalog {
        margin-right: 21.12px !important;
  }
  html .top-image {
        max-height: 438px;
  }
  
}

.text-padding {
      padding-left: 5px;
}

.cart-drawer__footer {
      margin-top: 30px !important;
}
body .customers_account__order2__near a {
      text-decoration: underline !important;
}

@media screen and (max-width: 1000px) {
   body .old-image-and-html.thisMobile1  {
        height: auto !important;
         min-height: 414px;
   }
  body .image-and-image1__first, body .image-and-image1__second {
    text-align: center !important;
        display: grid;
    justify-content: center;
  }
}

@media screen and (max-width:1200px) {
  .image-and-image1 .text {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width:743px) {
body .customers_account__order2  {
  display:none !important;
}
}
html .usf-popup {
  display:none !important;
}

.cart-drawer .cart-item td.cart-item__details {
      justify-content: space-between;
}

.cart-item cart-remove-button {
  align-items: flex-start;
}

cart-remove-button {
      max-height: 20px !important;
}

cart-drawer-items {
      width: 98%!important;
    display: block;
}

.upsellDrawerItem .cart__add-button_find-shades {
      background: white;
    color: black;
}
.upselldescriptionMobile {
  display:none !important;
}
body .cf-enum-field__choice input {
  padding-left: 0px !important;
}
.cart-drawer-product__price {
      width: 200% !important;
}


@media screen and (max-width:743px) {
  .cart-drawer-product__price {
    text-align:left;
    margin-right:0px;
  }
  .cart-drawer-product__quantity-wrapper {
  width: 100% !important;
}
}

.drawer__note {
    padding-left: 15px;
    padding-top: 5px;
}

@media screen and (max-width:600px) and (min-width:100px) {
.offOnSlideSwipe .e-slideshow__wrapper {
    height: 760px !important;
}
  .front-top-slider {
        margin-bottom: -65px;
  }
  .images-section__myimg.myimg {
        width: 100% !important;
    max-width: 100% !important;
  }
}

.rightSide.shopify-section.cart__footer-wrapper {
  display:none;
}

cart-items .mainClassWrap {
  justify-content: center;
}

@media screen and (max-width:767px) {
  cart-items .leftSide {
      width: 100% !important;
}
 cart-items tr.cart-item {
      margin-bottom: 70px !important;
  }
}

.drawer__samples {
  display:none;
}

@media screen and (max-width:743px) {
  cart-drawer .totals {
  left:0px;
}
 body #sample-popup {
  height: auto !important;
}
}

.drawer__info-bar_open:after {
    z-index: 8;
    position: relative;
}

@media screen and (min-width:767px) {
  .offOnSlideSwipe2 {
    display: none !important;
  }
}

@media screen and (max-width:768px) {
  .offOnSlideSwipe2 {
    height:85% !important;
  }
}

@media screen and (max-width: 430px) and (min-width: 200px) {
.myAccountMenu .myAccountMenu__tabs {
    display: flex!important;
    flex-wrap: nowrap!important;
    max-width: 150%!important;
    overflow-x: auto!important;
    min-height: 37px!important;
    justify-content: flex-start!important;
}
 .myAccountMenu.account a {
        white-space: nowrap!important;
    letter-spacing: .26px!important;
  }
}
.bottom-faq p {
      padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

@media screen and (max-width:600px) {
  .con-sub button {
    height:auto !important;
  }
}

.table-orders__tbody__row__td {
  overflow: hidden;
}


quantity-input input {
  caret-color: transparent !important;
}

/* globo css */
#ui-id-2 {
  top: -80px !important;
}
.gl-grid-layer .gl-fullscreen-layer .gl-list__title,
.gl-grid-layer .gl-fullscreen-layer .gl-fullscreen-top-searches ul li a,
.ui-menu.ui-autocomplete-flex .gf-search-viewall a.ui-menu-item-wrapper{
    font-family: 'Helvetica_Neue_LT_45_Light' !important;
    color: #000000 !important;
}
.gl-grid-layer .gl-fullscreen-layer .gl-list__title {
   font-size: 16px !important;
}
.gl-grid-layer .gl-fullscreen-layer .gl-fullscreen-top-searches ul li a {
   font-size: 14px !important;
}
.gl-fullscreen-layer .gl-card-title a {
    font-family: 'FuturaLT-Book' !important;
    font-size: 14px !important;
    color: #000000 !important;
}
/* end-globo */

@media screen and (max-width:915px) {
  .totals__subtotal-value {
  font-weight: bold;
}
}
body .price.price--end.h4 {
  font-size:12px !important;
}

@media screen and (max-width:915px) {
  .cartDesktopUpsellDrawer {
    display:none !important;
  }
  #CartDrawer {
    width:100% !important;
  }
  .drawer__inner {
        width: 100vw !important;
  }
  .cartMobileUpsellDrawer {
    display: block !important;
  }
   .body .cart-drawer .totals {
         width: 91% !important;
   }
}
@media screen and (max-width:915px) and (min-width:767px) {
  body .cart-drawer .totals {
        
  padding: 0px !important;
    margin-left: -50px !important;
  }
}

.jdgm-form label {
  font-weight: normal !important;
}
.jdgm-rev__cf-ans__title, .jdgm-rev__title {
  font-weight: normal !important;
}
body .jdgm-rev__author {
  font-family: 'Helvetica_Neue_LT_45_Light' !important;
}
body .jdgm-form__fieldset a, body .jdgm-form__fieldset input, body .jdgm-form__title, body .jdgm-rev-widg__summary-average, body .jdgm-sort-dropdown, body .jdgm-rev-widg__title {
  font-family: 'Helvetica_Neue_LT_45_Light' !important;
      font-weight: normal !important; 
}

body .cf-submit-form, body .button-natural, body .contact__button button, body .register__bottom {
      font-family: HelveticaNeueLTPro-Roman !important;
  font-weight: normal !important;
}
body .forgot-pass {
  font-family: Helvetica_Neue_LT_45_Light !important;
  font-weight: normal !important;
}
.ProductsWrapperVertical.drawer__samples.drawer__rutine {
  display: none;
}
body .register__bottom {
  font-size: 14px !important;
}
html body .price.price--end.h4 {
  font-size:12px !important;
}


html {
  overflow: auto !important;
}

.form__message, .customer h2.form__message {
      font-size: 12px !important;
  font-family:Helvetica_Neue_LT_45_Light;
}
.customer ul a {
  font-size: 12px !important;
  font-family:Helvetica_Neue_LT_45_Light;
}
.customer ul {
      margin-bottom: 40px !important;
}

#password_confirmation {
  margin-top:5px;
}

@media screen and (max-width:345px) {
  body .header-product__price2323 {
      font-size: 9px !important;
    margin-right: 10px !important;
    width: 35px !important;

}
}

.transReg {
  cursor:pointer !important;
}
.pp2 {
  visibility:hidden;
  position:absolute !important;
}
.img_lg {
  display:none;
}

.mobile-messege__popUp .drawer__info-bar_message {
  letter-spacing: 0.32px;
  font-size:16px;
  font-family:Helvetica_Neue_LT_45_Light;
  text-align:center;
      text-transform: uppercase;
  margin-bottom:16.5px;
}
.drawer__notepcmobile {
  max-width: 314px;
    margin: auto;
      min-height: 83px;
}
.buttonPopUpcart {
      height: 50px;
    line-height: 50px;
  max-width: 314px;
    margin: auto;
  font-family:HelveticaNeueLTPro-Roman;
}

.mobile-messege__popUp .cForMobile{
  margin-bottom:25px;
}
.discounts__discount svg {
  display:none;
}
.discounts__discount {
      margin: 0px;
  font-size:12px !important;
      font-family: FuturaLT-Book!important;
}
.cart-item__discounted-prices {
      display: flex;
    flex-direction: row !important;
      margin-top: 5px;
      gap: 0;
      
}
.cart-item__discounted-prices s, .cart-item__discounted-prices span {
  font-size:12px !important;
      font-family: FuturaLT-Book!important;
}
.cart-item__discounted-prices s {
  color:##767676;
  margin-right: 10px;
}

.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  gap:0 !important;
}
.drawer.active {
  background: none !important;
  z-index: 999999999;
}

.cart-drawer-preloader {
  background: rgba(18, 18, 18, 0.5) !important;
}


.priceSalve {
      text-align: right;
}
.cart-drawer__footer .discounts__discount {
  font-size: 12px !important;
}

@media screen and (max-width:500px) {
  body .cartContentDrawer .drawer__scroll .cart-drawer__footer .totals .discounts__discount{
    font-size:12px !important;
  }
}

body #CartDrawer-Overlay {
  background: #00000075;
}

/* Hidden on mb */
@media screen and (max-width: 749px) {
  body #CartDrawer-Overlay {
    display: none !important;
  }
}


body .cartContentDrawer .drawer__scroll .cart-drawer__footer .totals .cartChecbox-div a{
  font-size: 11px !important;
    color: #767676;
    text-decoration: underline;
}
@media screen and (max-width:743px) {
.bottomCheckout.loading-rotation {
      position: absolute;
    top: 50px;
    height: 90px !important;
}
}
.header__cart.header__icon {
  width:29px;
}

.cart-count-bubble {
  display:none !important;
}
/* @media screen and (max-width: 1600px) and (min-width: 890px) {
  .catalog-product a{
  height: 90%;
  } */
.header__cart {
    background-size: 75%;
}

.header__cart2 {
      position: relative;
    width: 28px;
    height: 27px;
    margin-left: 22px;
    background: url(//cdn.shopify.com/s/files/1/0657/4089/8560/files/icon_cart.svg) no-repeat 50% 50%;
}
.newIcon1 {
      background: #373737;
    border-radius: 35px;
    width: 16px;
    height: 17px;
  display: block;
    position: absolute;
    top: -5px;
    right: -7px;
  color: white;
    text-align: center;
    font-size: 11px;
    /* top: 50%; */
    padding-top: 2px;
}
.header__cart2 {
  cursor:pointer;
}

body .subscribe-section .button-natural {
      padding: 0px !important;
    width: 170px !important;
}

.imageTextCss h3 {
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
}
body .imageTextCss p {
  /* margin-bottom: 25px; */
  font-size: 15px !important;
}
.firsth3 {
  color:#CE8E2E;
}

@media screen and (max-width:1000px) {
  .imageTextCss {
        padding-top: 35px;-how
  }
}

body .old-image-and-html p, body .howToMakePer p, body .header-with-text p, body .images p {
  font-family: Helvetica_Neue_LT_45_Light !important;
}

body .account-points .left .p2 {
  height:auto !important;
  padding-right: 10px;
}

body .account-points .left h1{
      padding-right: 10px;
      margin-bottom: 5px;
}

.header__lang {
     
      display: flex;
        align-items: center;
    font-size: 17px;
      text-transform: uppercase;
  width:150px;
}

#localPopUp {
      width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
      align-items: center;
      position: relative;
} 

#localPopUp p {
      width: 100%;
  max-width: 100%;
    text-align: center;
}

#localPopUp select {
  width: 100%;
  max-width:299px;
  height:32px;
      border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

#localPopUp button {
  width: 299px;
  height:46px;
  background: black;
  color:white;
  margin-top:22px;
}

.imgPlusSelect {
  display:flex;
  border-bottom:1px solid #707070;
      width: 100%;
    max-width: 299px;
}

.imgPlusSelect img {
  margin-right:5.6px;
}



.header__login {
      position: relative;
}

.header__login img {
      width: 15.4px;
    position: absolute;
    top: -3px;
    right: -5px;
}

.localPopUpLogo {
  width:197.73px;
  height:40.87px;
}

.localPopUpP {
  margin:0px;
  margin-top:18px;
  text-transform: uppercase;
  color:#575757;
  font-size:16px;
}

.localPopUpP span {
  text-transform: uppercase;
  text-decoration: underline;
  color:#575757;
  font-size:16px;
}

.localPopUpP2 {
  margin:0px;
  margin-top:47px;
  color:black;
  font-size:16px;
  margin-bottom:9px;
}

.localPopUpP2.aaa {
  margin-top:38px !important;
  margin-bottom:5px;
}

.popUpLangDiv {
  width:460px;
  height:519px;
}

@media screen and (max-width:500px) {
  .popUpLangDiv {
  width:90%;
  margin:auto;
  height:519px;
}
}

.langPopUp_Close {
      color: #9EA5B0;
    font-size: 27px;
    font-weight: 600;
    top: 32px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}


.footerLangSelect {
  width:150px;
  color:white;
  font-family:Helvetica_Neue_LT_45_Light;
}

.footerLangSelect.aaa {
  margin-right:14px;
}

.parentDiv_FLS {
  display:flex;
      margin-top: 15%;
  /* position: absolute;
  bottom: 0px;
    right: -3%; */ */
}
.parentDiv_FLS_LANGUAGE {
      margin-top: 40%;
}


.footerCountryName, .footerLangName, .footerCurrencySymbol, .footerLangSelectText {
  font-size: 15px;
      font-family: Helvetica_Neue_LT_45_Light;
    letter-spacing: .32px;
}
.footer__menu-title a {
  font-size: 15px;
}
.header__lang-icon-dropdown-WHITE {
      width: 8px;
    height: 14px;
    background: url(//cdn.shopify.com/s/files/1/0657/4089/8560/files/icon-lang-white.svg?v=1669048426) no-repeat 100% 50%;
      transform: rotate(90deg);
}

.Pp {
  margin: 0px;
}

.Pp0 {
  margin-bottom: 36px;
}

.popUpLangDiv2 {
  width:473px;
  height:409px;
}

.popUpLangDiv select {
      background: white !important;
}

.dropdown-contentPopUp {
  display:none;
      position: absolute;
    width: 100%;
    background: white;
    border: 1px solid black;
    border-top: none;
    top: 39px;
      left: 0;
      z-index: 2;
    list-style-type:  none;
 
}
#countryDropdown {
   max-height: 200px;
    height: 200px;
    overflow: auto;
}
.dropdown-contentPopUp li {
    margin: 0 0 10px 10px;
  font-family:FuturaLT-Book !important
}

.selectCountryPopUp, .selectLangPopUp {
  width:100%;
}

.imgPlusSelect {
       align-items: center;
   height:40px;
      position: relative;
 }

#submitButto2, #submitButton{
      border: none !important;
}

#localPopUp_Form {
  position:absolute;
  visibility:hidden;
}

body .footerLangName, body .selectedOptionL {
      text-transform: capitalize !important;
}

#langDropdown {
      height: 185px !important;
}

.catalog-product img, body .classForMobile {
    
  height:100%;

      /* height: auto;
    object-fit: contain; */
}
.catalog-product, body .image-banner {
  height: auto;
}


.catalog-product a, .catalog-product img{
  height:auto;
}


body .image-banner {
  height: auto;
  max-height: none !important;
}
.catalog-product__media {
      overflow: hidden;
}

body .catalog-product__image {
    width: 100%;
    /* height: 110% !important;
    object-fit: cover; */
}


  .parentDiv_FLS {
        right: 0%;
  }

.jdgm-notification__title + * {
    display: none;
}

body .jdgm-form__fieldset {
      gap: 2px !important;
    font-family: Helvetica_Neue_LT_45_Light !important;
}

body form .errors ul {
      padding: 0px;
}

body form .errors li {
         margin-left: 15px;
}

.header__lang {
  width: fit-content;
 
}

@media screen and (min-width:500px) {
  .header__lang {
  margin-right:15px;
}
}
@media screen and (max-width:500px) {
  .countryAndCu {
    display:none !important;
  }
  .headerLang_ {
    margin-right:3px !important;
  }
}

.gd-free-shipping-bar p {
  line-height: normal;
}

.parentDiv_FLS_mobile {
      display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #a5a5a5;
}

.parentDiv_FLS {
  display:none !important;
}

@media screen and (min-width:767px) {
  .parentDiv_FLS_mobile {
    display:none;
  }
  .parentDiv_FLS {
    display:flex !important;
  }
}

@media screen and (max-width:500px) {
 body .gagner__box p {
      margin-left: auto !important;
    margin-right: auto !important;
}
}

@media screen and (max-width:1025px) and (min-width:770px) {
  
body .thisMobile3 .old-blocktext-header1, body .thisMobile3 .banner__buttons {
      margin-left: 0px !important;
}
}

@media screen and (min-width:1200px) {
  body .text-style1 {
  margin:0px !important;
}
}

@media screen and (max-width:1100px) {
  body .cookieRB-2 {
  display:none;
}
}

body .button_formResetPass {
      padding: 0px;
      height:46px !important;
}

body form#CartDrawer-Form a.cart-item__name.h4.break {
      overflow: hidden !important;
}

@media screen and (max-width:800px) {
  .old-image-and-text-new__div .thisMobile2 {
  margin-bottom: 50px;
}
}

@media screen and (max-width: 799px) {
  .thisMobile2 img {
  max-height:100% !important;
}
}

.button-row button {
  text-transform: uppercase;
}

.gd-free-shipping-bar p {
  padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
body .image-banner img {
    max-height: 100% !important;
}
}

body .jdgm-row-actions {
  display:none;
}

.cart-drawer-product__quantity-input, .product__add .product__quantity-input, .header-product__quantity-input {
      pointer-events: none;
}

.product__recently-viewed .jdgm-prev-badge__stars {
  display:none;
}

@media screen and (max-width:1100px) {
  .blog__post.grid__item.slider__slide {
  width: 90%;
    margin: auto !important;
    margin-left: 5% !important;
}

.slider-mobile-gutter ul, .slider-mobile-gutter .slider-buttons {
  display:flex;
      margin-left: 5% !important;
}
}
@media screen and (min-width: 750px) and (max-width: 989px) {
.slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
  width: 50%;
    margin: 0px !important;
}
}
body slider-component li {
      max-width: 300px;
      min-width: 300px;
  margin-right:5% !important;
}

slider-component ul {
     width: fit-content;
    margin: auto;
  gap:0 !important;
}

slider-component .card__information {
      padding-left: 0px !important;
}

slider-component  .card__heading  a{
      font-size: 18px;
    letter-spacing: 2.7px;
    font-family: Futura LT;
  text-transform: uppercase;
}

slider-component .slider-counter {
      min-width: fit-content !important;
}

slider-component  .article-card__excerpt {

      line-height: 17px;
  font-size: 14px;
    font-family: Helvetica_Neue_LT_45_Light !important;
}

.EmptyCart {
         display: flex;
    align-items: center;
  flex-direction: column;
    justify-content: center;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
      z-index: 9998;
}

.EmptyCart p {
          margin-bottom:20px;
  font-family: Helvetica_Neue_LT_45_Light;
        }

.EmptyCart { 
text-align: center;
  
}

.EmptyCart a{
  font-family: Helvetica_Neue_LT_45_Light;
   text-decoration: underline;
}

.product__carousel-mobile {
  display:none;
}

.newMobileSlider {
      overflow: hidden;
}

@media screen and (max-width:767px) {
  .footer__follow-us-icons {
      max-width: 150px;
    margin: auto;
    justify-content: space-around;
}
}

@media screen and (max-width:1100px) {
body .video-section .deferred-media, body .video-section iframe {
    height: 430px !important
  }
  body .blog__posts.articles-wrapper .article {
      margin: 0px !important;
    width: 100%;
}
  .slider-mobile-gutter ul {
        margin: 0px !important;
  }
  .blog__posts .article-card .card__information {
    padding-left: 2rem !important;
  }
}

.product__recently-viewed .catalog-product__tags p {
      max-height: 64px;
    overflow: hidden;
}


 html body p:not(.right p),
html body a {
    font-family: Helvetica_Neue_LT_45_Light !important;
}



.gl-d-close-btn svg {
  width: 20px;
    height: 20px;
      opacity: 0.7;
}
/* .catalog-product__tags p {
      max-height: 48px;
    overflow: hidden;
} */

@media screen and (max-width:1100px) {
  body .justButton .banner__buttons {
        margin-top: 40px !important;
  }
}

body .rivo__balls__images .vip-status {
  position: absolute !important;
    top: 40% !important; /* Расположение элемента в вертикальном направлении */
    left: 50% !important; /* Расположение элемента в горизонтальном направлении */
    transform: translate(-50%, -50%) !important;
}

body .rivo__balls__images .points-96, body .rivo__balls__images .points-48, body .rivo__balls__images .points-24 , body .rivo__balls__images .points-0{
  position: absolute !important;
    top: 60% !important; /* Расположение элемента в вертикальном направлении */
    left: 50% !important; /* Расположение элемента в горизонтальном направлении */
    transform: translate(-50%, -50%) !important;
}


.dropdown-content.show {
  background:none !important;
}

@media screen and (max-width:768px) {
  .landscape_text h1 {
        font-size: 15px;
  }
 .landscape_text p {
    font-size: 13px;
  }
 .landscape_text a {
        height: 22px;
    line-height: 22px;
    font-size: 11px;
    padding: 0 20px;
  }
}



.zooomyshopvariant {
  display:none !important;
}

.hello_1, body .left, body .center, html body .tab-points .right p, .hello_2, .tab-points .right {
      font-family: Helvetica_Neue_LT_45_Light !important;
}

.popup-rivo {
      z-index: 999999 !important;
}

body .old-image-and-text-new .banner__buttons, body .old-image-and-html .banner__buttons {
      max-width: fit-content !important;
}

body .old-image-and-html.thisMobile1 {
  min-height: 580px;
  height: auto !important;
}

.needsclick  {
  z-index:99999999 !important;
}

body .old-image-and-text-new .banner__buttons {
      max-width: 100% !important;
}

.checkbox__text {
      text-transform: lowercase;
}

.checkbox__text::first-letter {
  text-transform: uppercase;
}

body .old-image-and-html .banner__buttons {
      max-width: fit-content !important;
}

@media screen and (max-width:761px) {
body .customer__activate__buttons {
  flex-direction: column;
}

body .customer__activate__buttons button {
  width:100% !important;
  margin:0px !important;
      margin-bottom: 25px !important;
}
}

.table-orders__tfoot__row .cart-discount {
    margin: 0px !important;
    margin-right: 25px !important;
  font-size: 14px  !important;
    font-family: "FuturaLT-Book" !important;
}

@media screen and (max-width:1601px) and (min-width:765px) {
 body .footer__menu-title a, body .footerLangSelectText {
  font-size: 13px !important;
  }
}

@media screen and (min-width:1278px) {
 body .table-orders__tbody__row__td {
      max-width: 340px;
  }
}

@-moz-document url-prefix() {
 
body .e-slideshow__slide.e-slideshow__slide_product {
  height: 100% !important;
}
  }

@media screen and (min-width:1000px) {
body .old-image-and-text-new .banner__buttons {
      max-width: 422px !important;
    margin-left: auto !important;
  margin-right: auto !important;
}
}