/** Shopify CDN: Minification failed

Line 5827:36 Unexpected ">"

**/
.grid,
.list-unstyled,
summary {
  list-style: none;
}
.customer a,
.link,
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.link-with-icon,
.nowrap {
  white-space: nowrap;
}
/* details[open] {
  box-shadow: 0px 4px 14px 0px #00000040 !important;
  background: #ffffff !important;
} */
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ *,
.visibility-hidden,
product-info .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
details[open] > .header__submenu,
details[open] > .search-modal,
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.header__menu-item:hover .header__active-menu-item,
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}
.badge,
.break,
.header__heading-link {
  word-break: break-word;
}
.color-accent-1,
:root {
  --color-heading: var(--color-base-heading);
  --color-foreground: var(--color-base-accent-3);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
  --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-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}
.color-inverse {
  --color-foreground: var(--color-base-accent-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}
.color-accent-2,
.color-accent-3,
.color-custom-color-1,
.color-custom-color-2,
.color-custom-color-3,
.color-custom-color-4,
.color-custom-color-5 {
  --color-foreground: var(--color-base-solid-button-labels);
}
.color-accent-1 {
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-accent-3 {
  --color-background: var(--color-base-accent-3);
  --gradient-background: var(--gradient-base-accent-3);
}
.color-custom-color-1 {
  --color-background: var(--color-custom-color-1);
}
.color-custom-color-2 {
  --color-background: var(--color-custom-color-2);
}
.color-custom-color-3 {
  --color-background: var(--color-custom-color-3);
}
.color-custom-color-4 {
  --color-background: var(--color-custom-color-4);
}
.color-custom-color-5 {
  --color-background: var(--color-custom-color-5);
}
.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);
}
.color-accent-1,
.color-accent-2,
.color-accent-3,
.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
.button--secondary,
.button--tertiary {
  --color-button-text: var(--color-base-outline-button-labels);
}
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary,
.color-accent-3 .button--secondary,
.color-background-2 .button--secondary,
.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);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary,
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
:root {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-accent-1);
}
.color-accent-1,
.color-accent-2,
.color-accent-3 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
.color-icon-text,
:root {
  --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--product,
.product-card-wrapper .card {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}
.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}
.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}
.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}
.color-gradient-background-1 {
  background: var(--gradient-base-background-1);
}
.hidden,
.no-js-inline,
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
.element-margin-top {
  margin-top: 5rem;
}
.color-accent-1,
.color-accent-2,
.color-accent-3,
.color-inverse,
.color-custom-color-1,
.color-custom-color-2,
.color-custom-color-3,
.color-custom-color-4,
.color-custom-color-5 {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
}
.ks-html-content p,
.ks-html-content p span {
  font-family: var(--font-body-family) !important;
  line-height: 1.3 !important;
}
.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;
}
.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-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.icon-arrow,
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.disclosure-has-popup,
.media,
summary {
  position: relative;
}
/* ::selection {
  background-color: rgba(var(--color-foreground), 0.2);
} */

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

.text-body {
  font-size: 1em;
  letter-spacing: 0em;
  line-height: 1.75em;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
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)); */
  color: rgb(var(--color-heading));
  /* line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale))); */
  line-height: calc(1 + 0.2 / max(1, var(--font-heading-scale)));
  word-break: break-word;
  text-transform: var(--heading-text-transform);
}
.h6,
.link--text:hover,
blockquote,
h6 {
  color: rgba(var(--color-foreground), 0.9);
}
/* .hxl {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 3.25rem);
}
.h1,
h1 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
.h2,
h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
.h3,
h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
.h4,
h4 {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
.h5,
h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
} */
.hxl {
  font-size: calc(var(--font-heading-mob-size) + 48px);
}
.h0 {
  font-size: var(--font-heading-mob-size);
}
.h1,
h1 {
  font-size: calc(var(--font-heading-mob-size) - 4.25px);
}
.h2,
h2 {
  font-size: var(--font-heading-mob-size);
}
.h3,
h3 {
  font-size: calc(var(--font-heading-mob-size) - 11.2px);
}
.h5,
h5 {
  font-size: calc(var(--font-heading-mob-size) - 25.7px);
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-size) + 48px);
  }
  .h0 {
    font-size: var(--font-heading-size);
  }
  .h1,
  h1 {
    font-size: calc(var(--font-heading-size) - 4.25px);
  }
  .h2,
  h2 {
    font-size: var(--font-heading-size);
  }
  .h3,
  h3 {
    font-size: calc(var(--font-heading-size) - 11.2px);
  }
  .h5,
  h5 {
    font-size: calc(var(--font-heading-size) - 25.7px);
  }
}
.h6,
h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
blockquote {
  font-style: italic;
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
.caption {
  font-size: 16px;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}
.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)); */
  font-size: 0.929em;
  line-height: 1.47em;
  letter-spacing: 0.028em;
}
.color-foreground,
.link--text {
  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);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.circle-divider:last-of-type::after{
  display: none;
}

/* 
.circle-divider:last-of-type::after,
a:empty,
article:empty,
div:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
  display: none;
} */

.customer a,
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-navigation-links),0.9);
  background-color: transparent;
  font-size: 1em;
  font-family: inherit;
  transition: all 0.2s ease;
}

.customer a:active,
.link:active,
.button:active {
  transform: translateY(1px);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 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;
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.customer a,
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness 0.1s;
}
.customer a:hover,
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.h3 .icon-arrow,
h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
.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);
}

.shopify-policy__container {
  padding-bottom: 3rem;
}
summary {
  cursor: pointer;
}
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[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: 0 0;
}
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
.no-js .focus-inset:focus:not(:focus-visible),
.no-js .focus-offset:focus:not(:focus-visible),
.no-js :focus:not(:focus-visible),
: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);
}
.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);
}
.focus-inset:focus-visible {
  outline: none;
  outline-offset: -0.2rem;
  box-shadow: none;
}
.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);
}
.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);
}
.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: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title-wrapper-with-link--spacing {
  justify-content: space-between;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin,
.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;
}
.collage-wrapper-title,
.collection-hero__title,
.collection__title,
.main-page-title,
.page-title,
.title--primary,
.title-wrapper,
.title-wrapper--no-top-margin,
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down,
.title-wrapper-with-link {
  text-align: center;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 0;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
.grid:last-child,
.mb-0 {
  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;
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
.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);
}
.image-placeholder {
  text-decoration: none;
  width: 19px;
  position: relative;
  letter-spacing: 0em;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  min-width: 19px;
}
.image-row {
  flex: 1;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 9px 8px;
}
.image-row-child {
  width: 5px;
  height: 12px;
  position: relative;
}
.image-row1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px 0 0;
}
.a {
  text-decoration: none;
  width: 19px;
  position: relative;
  letter-spacing: 0em;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  min-width: 19px;
}
.image-row-item {
  width: 5px;
  height: 12px;
  position: relative;
}
.a1 {
  text-decoration: none;
  width: 19px;
  position: relative;
  letter-spacing: 0em;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  min-width: 19px;
}
.image-grid,
.image-row4 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.image-row4 {
  flex: 1;
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
  padding: 9px 8px;
}
.image-grid {
  width: 139px;
  gap: 6px;
  font-size: 18px;
  color: #000;
}
.announcement-save-timer-header {
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.product-page-header {
  max-width: 100vw;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.star-rating {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 750px) and (max-width: 850px) {
  product-info .star-rating {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .star-rating .rating {
    margin-left: 0 !important;
  }

  .star-rating .rating p {
    margin: 0;
  }
}

.stars-outer {
  position: relative;
  display: inline-block;
  /* font-size: 2rem; Adjust the size as needed */
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  display: block !important;
}

.stars-outer::before,
.stars-inner::before {
  content: "★★★★★";
  font-family: "Arial", sans-serif;
  /* font-size: 2rem; */
  font-size: 1.45em;
  color: #d3d3d3;
}

.stars-inner::before {
  color: rgb(var(--color-base-accent-3));
}

.rating {
  margin-left: 10px;
  font-size: 1.5rem;
  display: inline-block;
  min-width: 15px;
  /* text-wrap: nowrap; */
}
@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;
  }
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
  blockquote {
    padding-left: 1.5rem;
  }
  .caption {
    font-size: 1em;
  }
  hr {
    margin: 7rem 0;
  }
  .disclosure-has-popup[open] > summary + * {
    /* z-index: 4; */
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .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) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
  .large-up-hide {
    display: none !important;
  }
  .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;
  }
  .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);
  }
  .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) {
  .small-hide {
    display: none !important;
  }
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
  .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: 2rem;
  }
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .grid--peek .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 1rem);
  }
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing));
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 770px) {
  media-gallery .media model-viewer,
  media-gallery .media > :not(.zoom):not(.deferred-media__poster-button) {
    width: var(--mobile-width);
    right: 0;
    margin: auto;
  }
}
.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;
}
deferred-media,
details[open] .modal-overlay {
  display: block;
}
.button,
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe,
.customer button,
.shopify-challenge__button,
.shopify-payment-button [role="button"],
button.shopify-payment-button__button--unbranded {
  --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);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
  /* font-weight: 700; */
  font-weight: var(--font-button-weight);
  font-family: var(--font-button-family);
}
.button span,
.button p {
  font-family: var(--font-button-family);
  /* font-weight: 500; */
  font-weight: var(--font-button-weight);
}
.button,
.customer button,
.shopify-challenge__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);
  font-weight: 500;
}
.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,
.customer button,
.shopify-challenge__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  /* font: inherit; */
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  /* font-weight: 500; */
}
.buy-now-button {
  width: 100%;
  border: none;
}

.select__select,
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.button:before,
.cart__dynamic-checkout-buttons [role="button"]:before,
.customer button:before,
.shopify-challenge__button:before,
.shopify-payment-button [role="button"]:before {
  /* ,
.shopify-payment-button__button--unbranded: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,
.customer button:after,
.shopify-challenge__button:after,
.shopify-payment-button__button--unbranded: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,
.customer button:hover::after,
.shopify-challenge__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.focused,
.button:focus,
.button:focus-visible,
.shopify-payment-button [role="button"]:focus,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  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 [role="button"]:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  box-shadow: inherit;
}
.button::selection,
.customer button::selection,
.shopify-challenge__button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.customer button,
.shopify-challenge__button {
  font-size: 1.1428571429em;
  letter-spacing: 0.07142857143em;
  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;
}
.mb-1em {
  margin-bottom: 1em;
}
.btn--mt-center {
  margin: 1em auto;
  width: fit-content;
  display: flex;
}

.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.customer button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}
.quantity__button.disabled {
  cursor: not-allowed;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon,
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.button.loading > .loading-overlay__spinner .spinner,
.share-button details {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}
@media (hover: hover) {
  a.button:not([aria-disabled="true"]) {
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  a.button:not([aria-disabled="true"])::before {
    top: 50%;
    right: 3rem;
    left: auto;
    bottom: auto;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    background: rgb(var(--color-button-text));
    transform: translate(calc(3rem + 100%), -50%);
    height: 0.65em;
    width: 2em;
    clip-path: polygon(
      0% 32%,
      70% 32%,
      70% 0%,
      100% 50%,
      70% 100%,
      70% 68%,
      0% 68%
    );
    transition: 0.3s ease-in-out;
    content: var(--animatioin-button-text-with-arrow-content);
  }
  a.button:not([aria-disabled="true"]):hover {
    padding-right: var(--animatioin-button-text-with-arrow-padding);
    white-space: nowrap;
  }
  a.button:not([aria-disabled="true"]):hover::before {
    transform: translate(50%, -50%);
  }
}
.share-button {
  display: block;
  position: relative;
}
.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}
.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;
  min-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;
}
.customer .field:after,
.customer select:after,
.field:after,
.localization-form__select:after,
  /*.quantity:after,*/
.select:after,
.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;
}
.field,
.select,
.text-area {
  position: relative;
  width: 100%;
}
.quantity:before,
.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.9);
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__close:focus-visible,
.share-button__copy:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__close:focus,
.share-button__copy:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__copy: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:-webkit-autofill,
.share-button__fallback .field__input:focus {
  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;
}

.customer .field input,
.customer select,
.field__input,
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.1428571429em;
  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;
}
.customer .field:before,
.customer select:before,
.field:before,
.localization-form__select:before,
.select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.select__select {
  font-size: 1.2rem;
  color: rgba(var(--color-base-text), 0.75);
}
.customer .field:hover.field:after,
.customer select:hover.select:after,
.field:hover.field:after,
.localization-form__select:hover.localization-form__select:after,
.select:hover.select:after,
.select__select:hover.select__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);
}
.customer .field input:focus-visible,
.customer select:focus-visible,
.field__input:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after,
.select__select:focus-visible {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus.localization-form__select:after,
.select__select:focus {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.select--small .select__select,
.select--small::after,
.select--small::before {
  border-radius: calc((var(--inputs-radius-outset)) / 2);
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.select,
.text-area {
  display: flex;
}
.customer select + svg,
.select .icon-caret {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.customer select,
.select__select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
.variant-selects--small {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.variant-selects--small .product-form__input--dropdown {
  flex: 0 0 auto;
  margin: 0;
}
.variant-selects--small .form__label {
  text-align: left;
  margin-bottom: 0;
}
.select--small .select__select {
  font-size: 1.2rem;
  height: 2.25em;
  padding: 0 2.5rem 0 1rem;
}
.field {
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field {
  display: flex;
}
.field--with-error {
  flex-wrap: wrap;
}
.customer .field input,
.field__input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.customer .field label,
.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.9);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
.customer .field input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.field__input:focus,
.field__input:not(:placeholder-shown) {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}
.customer .field input::-webkit-search-cancel-button,
.field__input::-webkit-search-cancel-button {
  display: none;
}
.customer .field input::placeholder,
.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;
}
.quantity,
.quantity__rules,
.quantity__rules-cart,
details-disclosure > details,
header-menu > details {
  position: relative;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.customer .field input:-webkit-autofill ~ label,
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label {
  color: #000;
}
.text-area {
  min-height: 10rem;
  resize: none;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
.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-status,
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.customer .form__message svg,
.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.customer .form__message svg,
.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
}
.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;
}
.quantity-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  flex-direction: column;
  gap: 24.8px;
  max-width: 100%;
}
.quantity-icons-parent {
  width: 150px;
  border: 1px solid rgb(212, 212, 212);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  min-height: 40px;
  border-radius: 10px !important;
}
.quantity-icon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.quantity-icons {
  /* height: 41px; */
  width: 41px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
}

.quantity-animated .quantity-icon svg {
  transition: scale 0.1s ease;
}

.quantity-animated .quantity-icon:hover svg {
  scale: 1.1;
}

.quantity-animated .quantity-icon:active svg {
  scale: 0.9;
}

quantity-input-v2
  .quantity-animated:has(.quantity-minus-icon:active)
  .quantity-number,
quantity-input-v2
  .quantity-animated:has(.quantity-plus-icon:active)
  .quantity-number,
cart-drawer
  .quantity-animated:has(.quantity-minus-icon:active)
  .quantity-number
  span,
cart-drawer
  .quantity-animated:has(.quantity-plus-icon:active)
  .quantity-number
  span {
  transform: translateY(2px);
}

/* .quantity-icons-right {
  border-left: 1px solid #c2ccc5 ;
}
.quantity-icons-left {
  border-right: 1px solid #c2ccc5 ;
} */
.quantity-icon.disabled {
  cursor: not-allowed;
}
.quantity-value {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
}
.quantity-number {
  position: relative;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #7b7a89;
  text-align: left;
  display: flex;
  align-items: center;
}
.product-buy-buttons-container {
  display: flex;
  align-self: stretch !important;
  flex-direction: column;
  gap: 10px !important;
  padding: 0 !important;
}
.product-form-button {
  cursor: pointer !important;
  border: 0 !important;
  padding: 18px 40px !important;
  /*background-color: rgb(var(--color-base-accent-3)) !important;*/
  flex: 1 !important;
  box-shadow: 0 5px 20px rgba(50, 118, 71, 0.1) !important;
  border-radius: 3px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  max-width: 100%;
  white-space: nowrap !important;
  min-height: 55px !important;
  /* margin-bottom: 10px; */
}
.product-form-button::before,
.product-form-button::after,
.shopify-payment-button__button--unbranded:after {
  border-radius: 1px !important;
}
.product-form-button-text {
  flex: 1 !important;
  position: relative !important;
  font-size: 18px !important;
  letter-spacing: 0px !important;
  line-height: 18px !important;
  color: #ffffff;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quantity__label {
  color: #757575;
}
.product-variants-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 20px;
  box-sizing: border-box;
  gap: 12px;
  max-width: 100%;
  border-bottom: 1px solid #bfbbe4;
  margin-top: 10px;
}
.shop-bts {
  padding: 5px 0;
}
.shop-bts .product-variants-container {
  width: 360px;
}
.product-variants-title {
  position: relative;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 18px;
  color: #757575;
  text-align: left;
  display: inline-block;
  min-width: 44px;
  font-weight: bold;
}
.product-variants-labels-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 203.6px;
  justify-content: space-between;
  padding: 0 0 3.2px;
  box-sizing: border-box;
  gap: 20px;
}
.product-variants-button-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 11px;
}
.product-variants-button-input {
  cursor: pointer;
  margin: 0;
  height: 19px;
  width: 19px;
  position: relative;
  border-radius: 9.5px;
  border: 1px solid #383838;
  box-sizing: border-box;
}
.product-variants-label-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.5px 0 0;
}
.product-variants-label {
  position: relative;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 16px;
  font-weight: 600;
  color: #383838;
  text-align: left;
  display: inline-block;
  min-width: 45.1px;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .product-form__buttons.product-form__buttons--uppercase {
    padding: 0 !important;
    max-width: 100%;
  }
  .product-buy-buttons-container {
    display: flex;
  }
  .product-form-button {
    max-width: 100% !important;
  }
}
.home-cart-button::before,
.home-cart-button::after,
.home-cart-button .product-form-button-text::before,
.home-cart-button .product-form-button-text::after {
  /* display: none !important; */
}
.footer-contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact-description {
  margin: 0;
}
details[open] {
  padding-bottom: 1px !important;
}
.quantity {
  color: rgba(var(--color-foreground));
  /* 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__button,
.quantity__input {
  border: 0;
  background-color: transparent;
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}
.announcement-bar,
.header-wrapper--border-bottom,
.search-modal {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}
.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}
.quantity__button svg {
  width: 1.5rem;
  pointer-events: none;
}
.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:active,
.quantity__input:-webkit-autofill:hover {
  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-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
.quantity__rules {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-count-bubble:empty,
.header:not(.header--has-menu) * > .header__search,
.modal__toggle-close,
.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open,
menu-drawer + .header__search {
  display: none;
}
.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  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;
}
.cart-count-bubble {
  position: absolute;
  /* background-color: rgb(var(--color-button)); */
  background-color: rgb(var(--color-navigation-links), 0.85);
  color: rgb(var(--color-button-text));
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  bottom: 0.8rem;
  left: 2.2rem;
}
.announcement-bar,
.announcement-bar__link:hover,
.header__heading-link:hover .h2,
.header__icon {
  color: rgb(var(--color-foreground));
}
.cart-count-bubble span {
  line-height: 1.4rem;
}
.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}
.announcement-bar__link:hover {
  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 {
  margin: 0;
  letter-spacing: 0.1rem;
}
.section-header.shopify-section-group-header-group {
  z-index: 5;
  /* margin: 0; */
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}
.shopify-section-header-hidden.menu-open {
  top: 0;
}
.section-header.animate {
  transition: top 0.15s ease-out;
}
.shopify-section-group-header-group {
  z-index: 4;
}
.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.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) {
  .media--cropped {
    padding-bottom: 63%;
  }
  .header--middle-left:not(.header--has-menu),
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }
  .header--middle-center {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }
  .header--middle-center a.header__heading-link {
    text-align: center;
  }
  .header--top-center {
    grid-template-areas: "left-icon heading icons" "navigation navigation navigation";
  }
  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}
.header [tabindex="-1"]:focus {
  outline: 0;
}
.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 !important;
  padding: 0.75rem !important;
  text-decoration: none !important;
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.9);
}
.header__heading-logo {
  height: auto;
  width: 100%;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header__icon span,
.header__icon:not(.header__icon--summary) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__icon span {
  height: 100%;
}
.header__icon::after {
  content: none;
}
.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;
  color: rgb(var(--color-navigation-links), 0.85);
}
.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
.header__icon--cart .icon-cart {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--cart svg circle,
.header__icon--cart svg polyline {
  /* color: rgba(var(--color-foreground), 0.85); */
  color: rgb(var(--color-navigation-links), 0.85);
}
@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }
  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
  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: 100vw;
  display: block;
  position: absolute;
  /* background: rgba(var(--color-foreground), 0.5); */
  background-color: rgb(0 0 0 / 50%);
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search,
.no-js .predictive-search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
details[open] > .search-modal {
  opacity: 1;
}
details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  /* background-color: rgb(var(--color-foreground), 0.5); */
  background-color: rgb(0 0 0 / 50%);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}
.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms, opacity 150ms;
}
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-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
details[open] > .header__submenu {
  animation-fill-mode: forwards;
  z-index: 1;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
  content-visibility: hidden;
}
.header--top-center .header__heading-link,
.header--top-center .header__inline-menu {
  margin-left: 0;
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  font-size: 1.4rem;
  padding: 1.2rem !important;
  text-decoration: none !important;
  color: rgba(var(--color-foreground), 0.9);
}
.header__active-menu-item,
details[open] > .header__menu-item {
  text-decoration: underline;
}
.badge,
.color-accent-1 .header__menu-item:hover,
.color-accent-2 .header__menu-item:hover,
.color-accent-3 .header__menu-item:hover,
.header__active-menu-item {
  color: rgb(var(--color-foreground));
}
.header__menu-item:hover {
  transition: color var(--duration-short) ease;
  color: rgb(var(--color-base-accent-1));
}
details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
}

.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));
  z-index: -1;
}
.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;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@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,
  .header--top-center .header__heading-link {
    justify-self: center;
    text-align: center;
  }
  .header--top-center > .header__search,
  .header:not(.header--top-center) * > .header__search {
    display: inline-flex;
  }
  .header--top-center * > .header__search,
  .header:not(.header--top-center) > .header__search {
    display: none;
  }
  .search-modal__form {
    max-width: 74.2rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
  .header__inline-menu {
    display: block;
    content-visibility: visible;
  }
  .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;
  }
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
  /* border: 1px solid transparent; */
  border-radius: var(--badge-corner-radius);
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
  /* background-color: rgb(var(--color-badge-background)); */
  background: var(--sale-badge-background);
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  font-weight: 700;
  line-height: 1.75em;
  padding: 0 0.5em;
  display: inline-flex;
  align-items: center;
  column-gap: 0.4em;
}
.badge svg {
  height: 1em;
}
/* .gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
} */
.image-with-text__media-item {
  border-radius: 0;
}

.image-with-text__media,
.image-with-text__media img,
.image-block {
  border-radius: 0 !important;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
  .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 {
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings iframe,
/*.global-media-settings img,*/
.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;
}
@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);
  }
  .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) {
    .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);
    }
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}
@media (forced-colors: active) {
  .button,
  .customer button,
  .shopify-challenge__button {
    border: 1px solid transparent;
  }
  .button.focused,
  .button:focus,
  .button:focus-visible,
  .shopify-payment-button [role="button"]:focus,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button__button--unbranded:focus-visible {
    outline: transparent solid 1px;
  }
  .customer .field input:focus,
  .customer select:focus,
  .field__input:focus,
  .localization-form__select:focus.localization-form__select:after,
  .select__select:focus {
    outline: transparent solid 1px;
  }
  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}
body {
  overflow-x: hidden !important;
  padding: 0 !important;
}

.price--on-sale span.price__compare-price {
  display: block;
}
@media (max-width: 750px) {
  .product__media.media.media--transparent {
    /* border-radius: 0px !important; */
  }
}

.shopify-policy__title h1 {
  text-transform: lowercase;
}

.shopify-policy__title h1::first-letter {
  text-transform: capitalize;
}

h1.cart__empty-text,
h2.cart__empty-text {
  text-transform: lowercase;
}

h1.cart__empty-text::first-letter,
h2.cart__empty-text::first-letter {
  text-transform: capitalize;
}

/* Components css file */
/* banner css */
h2.product__title.banner-title {
  /* font-size: calc(var(--font-heading-size) + 10px); */
  font-weight: 700;
  letter-spacing: -1.68px;
}

.rich-text {
  max-width: 1310px;
  margin: 0px auto;
  border-radius: 30px;
}
/* 
.rich-main {
    padding: 30px;
}
*/

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

.product__accordion-top-line {
  background-color: rgba(var(--color-foreground), 0.9) !important;
  height: 1px;
  margin: 0px auto !important;
  width: calc(100% - 8px);
  display: none !important;
}

.product__accordion.first {
  padding-top: 5px;
  /* border-top: 1px solid rgba(var(--color-foreground), 0.9)!important; */
}

.product__accordion details {
  /* height: 56px; */
  height: 42px;
  transition: 1s;
  overflow: hidden;
  border-radius: 10px;
}

.product__accordion details[open] {
  /* height: 170px; */
  /* height: auto;
    min-height: max-content; */
  /* border-radius: 3px; */
}

.product__accordion details:after {
  width: 11px;
  height: 11px;
  background: transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  right: 13px;
  transform: rotate(45deg);
  border: 3px solid;
  border-left: 0;
  border-top: 0;
  transition: 0.4s;
}

.product__accordion details {
  position: relative;
  z-index: 1;
}

.product__accordion details[open]:after {
  transform: rotate(226deg);
  top: 20px;
}

/* .comparison-table tbody { */
/* box-shadow: unset !important;
    border-radius: 0 !important;
} */

table.comparison-table {
  /* overflow: hidden; */
}

.track-order-main h2 {
  margin: 0 0 20px 0;
}

.comparison-table tbody tr:first-of-type .comparison-table__row-name {
  /* border-radius: 0 !important; */
}
table.comparison-table tbody {
  box-shadow: 0.5rem 0.5rem 1rem rgba(var(--color-foreground), 0.2),
    0 0 0 0.2rem rgba(var(--color-foreground), 0.07);
  border-radius: 2rem !important;
}
table.comparison-table tr th {
  padding: 1rem 1rem;
}
table.comparison-table tr th:nth-child(1) {
  width: 52%;
}

table.comparison-table tr th:nth-child(2),
table.comparison-table tr th:nth-child(3) {
  width: 24%;
  font-size: 15px;
}

table.comparison-table tr td:first-child {
  box-shadow: unset;
  color: #fff;
  border-bottom: 0.5px solid #a3a3a3;
}
table.comparison-table tr td:first-child h3 {
  color: #fff;
  font-weight: bold;
}

table.comparison-table tr td {
  box-shadow: unset;
  border-bottom: 0.5px solid #a3a3a3;
}

table.comparison-table tr:last-child td {
  border: 0 !important;
}

.bundle-deals__checkbox-label svg {
  color: rgba(var(--color-foreground), 0.9);
}

.bundle-deals .bundle-deals__prices span {
  font-size: 15px !important;
  font-weight: 500;
}

.bundle-deals p.bundle-deals__total-price-container {
  font-size: 15px;
  font-weight: 600;
}

button.shopify-payment-button__button {
  cursor: pointer !important;
  border: 0 !important;
  padding: 20px 13px 20px 13px !important;
  background-color: var(--color-shopify-pay-button) !important;
  color: #fff !important;
  flex: 1 !important;
  box-shadow: 0 5px 20px rgba(50, 118, 71, 0.1) !important;
  border-radius: 3px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  height: 58px !important;
}

.image-with-text__heading {
  font-weight: 500;
}

button#CartDrawer-Checkout {
  /* background: rgb(var(--color-button-text));
    color: rgba(var(--color-button), var(--alpha-button-background)); */
}

button.shopify-payment-button__button:before {
  /* content: "Buy Now" !important;
    position: absolute;
    font-size: 18px !important;
    z-index: 1;
    top: 35%; */
}

p.product__text.subtitle {
  color: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));

  /* font-size: 20px; */
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  line-height: 1.4em;
  /* 100% */
  letter-spacing: 0em;
}

.testimonial-card .multicolumn-card__info .rte p {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0em;
}

p.product__text {
  color: #757575;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 0em;
  max-width: 70%;
}

p.product__text--without-width {
  /* color: #757575; */

  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  /* 180% */
  letter-spacing: 0em;
}

/* banner css */

/* about css */

.about-main h2.image-with-text__heading.h1 {
  color: #7ea68c;

  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 140% */
  letter-spacing: -2.8px;
  text-transform: uppercase;
}

.image-with-text__text.rte.body p {
  font-size: 1.2857142857em;
  font-style: normal;
  font-weight: 500;
  /* line-height: 177.456%; */
  line-height: 1.4em;
  /* 31.942px */
  letter-spacing: 0em;
}

.about-main {
  /* max-width: 140rem; */
  max-width: var(--page-width);
  margin: 0 auto;
  border-radius: 20px;
}

.partner-main {
  padding: 100px;
}

.main-review-image {
  width: 100%;
}

.main-review-image img {
  width: 100%;
  border-radius: 0;
}

a.button {
  border-radius: var(--buttons-radius) !important;
}

/* about css */

/* list block */

.point-main .image-with-text__text P {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 0em;
  position: relative;
}

.multicolumn-list p {
  word-wrap: break-word;
}

.point-main .image-with-text__text:not(.without-point) p:first-child {
  display: flex;
  align-items: center;
}

.point-main .image-with-text__text:not(.without-point) p:first-child:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -25px;
  border-radius: 10px;
}

/* .accordion__content p {
    color: unset !IMPORTANT;
    color: rgb(var(--color-foreground));
} */
/* details summary h3.accordion__title{
    color: rgb(var(--color-foreground));
} */
/* list block */

/* news letter */

.newsletter__wrapper h2.h1 {
  color: #7ea68c;

  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  /* 100% */
  letter-spacing: -1.84px;
}

.newsletter__subheading p {
  color: #757575;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 160% */
  letter-spacing: 0em;
}

.newsletter.center {
  padding: 100px 3%;
}

.emoji-benefits-container ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  width: 100%;
}

.emoji-benefits-container ul {
  padding: 1em 0;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.emoji-list:first-child {
  width: 5%;
}

.emoji-list {
  width: 95%;
}

.list-image img {
  object-fit: contain;
  max-width: 400px;
}

.emoji-list:first-child img {
  width: 100%;
}

.product__column-sticky {
  top: 12rem !important;
}

span.price-item.price-item--sale.price-item--last {
  color: rgb(var(--color-base-text));
}

quantity-input.quantity:after {
  /* \: 0 !important; */
  box-shadow: unset;
}

quantity-input.quantity button {
  border: 1px solid;
  border-radius: 10px 0 0 10px !important;
  border-right: 0;
}

quantity-input.quantity input,
quantity-input .quantity-number {
  border: 1px solid;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

quantity-input .quantity-number {
  color: currentColor;
  padding: 0 1rem;
}

quantity-input.quantity button:last-child {
  border-radius: 0px 10px 10px 0px !important;
  border: 1px solid;
  border-left: 0;
}

.product__accordion.accordion {
  margin: 5px 0px !important;
}

.product__accordion .accordion__title {
  font-weight: bold;
  font-size: 1em;
}

.product__accordion.accordion.quick-add-hidden {
  border: 0;
}

.product__accordion.accordion.quick-add-hidden details[open] {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.product__accordion.accordion.quick-add-hidden details summary {
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
  padding: 1rem 0;
}

/* product page banner */

.price__regular span.price-item.price-item--regular {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
}

.product__description p span {
  color: #757575;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0em;
}

.rtl h2.image-with-text__heading.h1,
.ltr-main h2.image-with-text__heading.h1 {
  color: #000;
  text-align: center;

  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  /* 140% */
  letter-spacing: -2.8px;
  text-transform: uppercase;
}

.rtl .image-with-text__text.rte.body p,
.ltr-main .image-with-text__text.rte.body p,
.rte-without-important.body p {
  /*color: #757575;*/

  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  /* 155.556% */
  letter-spacing: 0em;
}

.rtl .image-with-text__content {
  padding: 0 0px 0 50px !important;
}
@media screen and (min-width: 768px) {
  .rtl .image-with-text__grid--reverse .image-with-text__content {
    padding: 0 50px 0 0px !important;
  }
}
.ltr-main .image-with-text__grid .image-with-text__content {
  padding: 0 0px 0 50px;
}
.ltr-main .image-with-text__grid--reverse .image-with-text__content {
  padding: 0 50px 0 0px;
}

h2.title,
.title {
  font-weight: 700 !important;
  /* letter-spacing: -2.8px !important; */
  letter-spacing: 0px !important;
}

.collapsible-content__header h2 {
  /* color: #383838; */

  /* font-size: 40px; */
  font-style: normal;
  font-weight: 700;
  /* line-height: normal; */
  letter-spacing: -1.68px;
}

.isolate .rich-text__text.rte p {
  color: #757575;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  /* 180% */
  letter-spacing: 0em;
}

.main-conacts
  .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding
  h2 {
  color: #383838;

  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1.68px;
}

.list-image {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.multicolumn-text p {
  text-align: center;
  word-wrap: break-word;
}

.multicolumn-card__info h3 {
  color: #383838;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}

.content-and-results__image {
  max-width: 400px;
}

.results__row {
  padding: 30px 0;
  border: 0 !important;
}

.results__rows-container {
  border: 0 !important;
}

/* .product__info-wrapper.grid__item.banner-product {
    padding: 0 50px !important;
} */

.rte p,
.product__info-container p.product__text,
.product__description p span,
.emoji-list {
  /* font-size: 18px !important; */
  font-size: 1em !important;
  /* line-height: 28px !important; */
  font-weight: 500;
}

.rte-without-important p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.testi-main .rte p {
  /* font-size: 1.1428571429em !important; */
}

.button[aria-disabled="true"] {
  opacity: 1;
}

span.rating {
  color: rgb(var(--color-base-accent-3));
}

label.quantity__label.form__label {
  color: rgb(var(--color-base-accent-3));
}

.button {
  background-color: rgb(var(--color-base-accent-3));
  color: rgb(var(--color-base-solid-button-labels));
}

.button[class*="color-"] {
  background-color: rgb(var(--color-background));

  /* color: rgb(var(--color-foreground)) ; */
}

/* .button[class*="color-"]::after {
  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-background), var(--alpha-button-background));
} */

/* .button:not([disabled]):hover:after,
.customer button:hover:after,
.shopify-challenge__button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(241, 237, 254, calc(1 - 1)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-base-accent-3), var(--alpha-button-background)) !important;
} */

/* .button[class*="color-"]:not([disabled]):hover:after,
.customer button[class*="color-"]:hover:after,
.shopify-challenge__button[class*="color-"]:hover:after,
.shopify-payment-button__button--unbranded[class*="color-"]:hover:after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(241, 237, 254, calc(1 - 1)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-background), var(--alpha-button-background)) !important;
} */

/* button:after,
.button:after {
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(241, 237, 254, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) rgba(var(--color-base-accent-3), var(--alpha-button-background));
} */

.footer-contact-icon svg path {
  fill: rgb(var(--color-base-accent-3)) !important;
}

.header__heading-link .h2 {
  color: rgba(var(--color-base-text), 0.9);
  font-size: calc(var(--font-heading-size) - 13.6px);
}

.header__menu-item {
  color: rgba(var(--color-navigation-links), 0.9);
}

.header__menu-item:hover,
.header__active-menu-item {
  color: rgba(var(--color-navigation-links)) !important;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover {
  text-decoration: underline !important;
}

.footer-contact-icon {
  display: flex;
  align-items: flex-start;
}

.footer-contact-icon svg {
  width: 20px;
  height: 20px;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  gap: 7px;
}

.image-with-text__content .image-with-text__text:nth-child(2) {
  /* margin-top: 0 !important; */
}

.accordion details {
  transition: 0.4s;
  height: 80px;
  overflow: hidden;
}

.accordion details[open] {
  /* height: 233px; */
  /* min-height: min-content; */
  /* max-height: 233px; */
}

/* .banner-main .product--right .product__info-wrapper.grid__item {
    padding-left: 0px !important;
}

.banner-main .product--left .product__info-wrapper.grid__item {
    padding-right: 0px !important;
} */


/* component-footer.css */

.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-accent-1) {
  border-top: none;
}

.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child)
    .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.9);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 1rem 0 0;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: "";
  height: 0.6rem;
  right: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground));
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list-wrapper {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center)
    .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-navigation-links), 0.9);
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-navigation-links));
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-navigation-links));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1em;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  margin-bottom: max(
    calc(
      2rem + var(--media-shadow-vertical-offset) * var(--media-shadow-visible)
    ),
    2rem
  );
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child
  > .footer-block__brand-info
  > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child
  .footer-block__brand-info
  .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content {
  font-size: var(--policy-link-size);
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: "\00B7";
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

.copyright_branding__container {
  font-size: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

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

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.9);
}

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

.footer .disclosure__link--active {
  text-decoration: underline;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}

/* footer v2 */

.footer .footer-block__details-content.footer-block__details-content-mb p {
  margin-bottom: 1rem;
}

.footer .footer__newsletter,
.footer .newsletter-form__field-wrapper {
  max-width: none;
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    column-gap: 0;
    margin-left: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
    margin-right: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
  }

  .footer-block.grid__item {
    margin: 0 calc(var(--grid-desktop-horizontal-spacing) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
  }

  .footer-block.footer-block--desktop-12 {
    width: calc(100% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-11 {
    width: calc(91.63% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-10 {
    width: calc(83.33% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-9 {
    width: calc(75% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-6 {
    width: calc(50% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-5 {
    width: calc(41.6% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-4 {
    width: calc(33.3% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-3 {
    width: calc(25% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-2 {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing));
  }

  .footer-block.footer-block--desktop-1 {
    width: calc(8.33% - var(--grid-desktop-horizontal-spacing));
  }
}

@media screen and (max-width: 749px) {
  .footer__content-top .grid {
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: 0;
    display: flex;
    margin: 0;
  }

  .footer-block.grid__item {
    margin: 0;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
    margin-bottom: 4rem;
  }

  .footer-block.grid__item:last-child {
    margin-bottom: 0;
  }

  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block.footer-block--mobile-1 {
    width: calc(50% - (var(--grid-mobile-horizontal-spacing) / 2));
  }

  .footer-block.footer-block--mobile-2 {
    width: 100%;
  }

  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .footer_card--half-width .card__information,
  .footer-block--mobile-1 .card__information {
    padding: 0;
  }

  .footer_card--half-width {
    max-width: 50%;
  }
}

/* end footer compoent */


@media screen and (max-width: 1440px) {
  .rte p,
  .product__info-container p.product__text,
  .product__description p span,
  .emoji-list {
    /* font-size: calc( 1.1428571429em + 2px) !important;
        line-height: 2em !important;
        font-weight: 500 !important; */
  }

  .testi-main .rte p {
    font-size: 1em !important;
  }

  .about-mains,
  .main-contatcs {
    padding: 50px 3%;
  }

  .page-width {
    max-width: 1170px !important;
  }

  h2.product__title.banner-title.h1 {
    font-size: 50px;
    line-height: 56px;
  }

  p.product__text {
    font-size: 14px;
    line-height: 24px;
  }

  .about-main h2.image-with-text__heading.h1 {
    /* font-size: 35px; */
  }

  .image-with-text__text.rte.body p {
    font-size: 14px !important;
    line-height: 1.7142857143em;
  }

  h2.image-with-text__heading.h1,
  .newsletter.center h2.h1 {
    font-size: 35px !important;
    line-height: 40px !important;
  }

  /*  html,
    body {
        width: 100%;
    } */

  p.testimonial-card__author {
    font-size: 12px;
    line-height: 15px;
  }

  .testimonial-card .multicolumn-card__info .rte p {
    font-size: 1em;
    line-height: 1.2857142857em;
  }

  .partner-main {
    padding: 100px 3%;
  }
}

@media screen and (max-width: 1366px) {
  /* banner css */

  /*  .banner-main .product--right .product__info-wrapper.grid__item {
        padding: 0 50px 0 0 !important;
    } */

  h2.product__title.banner-title.h1 {
    line-height: 90px;
  }

  /* banner css */
  .product__title h1.h1 {
    font-size: 55px;
    line-height: 90px;
  }

  .main-conacts {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .contactus-image {
    height: max-content;
  }

  .rte p,
  .product__info-container p.product__text,
  .product__description p span,
  .emoji-list {
    font-size: 1em !important;
    line-height: 1.375em !important;
    font-weight: 500 !important;
  }
}

@media screen and (max-width: 1024px) {
  /* banner css */

  h2.product__title.banner-title.h1 {
    line-height: 70px;
    font-size: 50px;
    margin: 0;
  }

  p.product__text.subtitle {
    margin: 40px 0 0 0;
  }

  .newsletter__wrapper h2.h1 {
    font-size: 36px;
  }

  /* banner css */
  .product__description p span {
    max-width: 70%;
    width: 100%;
    display: block;
  }

  .content-container.center {
    padding: 0 0 30px 0;
  }

  .image-with-text__heading {
    font-weight: 500;
  }

  .testi-main slider-component.slider-mobile-gutter ul li {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) *);
    max-width: calc(53% - var(--grid-desktop-horizontal-spacing) * 4 / 4);
  }

  .testi-main slider-component.slider-mobile-gutter ul {
    gap: 20px !important;
    justify-content: center;
  }

  .isolate h2.rich-text__heading.rte.h1 {
    font-size: 38px;
    line-height: 78px;
  }

  .main-conacts {
    padding: 30px 5%;
  }

  .main-conacts
    .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding
    h2 {
    font-size: 42px;
  }

  .list-image {
    max-width: 400px;
  }

  .partner-row ul li {
    flex-basis: 23%;
  }
}

@media screen and (max-width: 989px) {
  table.comparison-table tr th {
    font-size: calc(1.8rem * 0.85);
    padding: 0.5rem 0rem;
  }
  table.comparison-table tr th:nth-child(1) {
    /* 1st column HEADING CELL of comparison table width on mobile: */
    width: 46%;
  }

  table.comparison-table tr th:nth-child(2) {
    /* 2nd column HEADING CELL of comparison table width on mobile: */
    width: 27%;
    word-wrap: break-word;
    /* font-size: 0.9em; */
  }
  table.comparison-table tr th:nth-child(3) {
    /* 3rd column HEADING CELL of comparison table width on mobile: */
    width: 27%;
    /* font-size: 0.9em; */
  }

  .image-with-text__content {
    padding: 0px 40px 0px 60px !important;
  }

  .image-with-text__text:nth-child(2) {
    margin-top: 0;
  }

  .point-main .image-with-text__text P:before {
    top: 41%;
    width: 15px;
    height: 15px;
    left: -30px;
  }

  h2.product__title.banner-title:not(.homepage-product-banner-title) {
    font-size: 50px !important;
  }

  /*  .banner-main .product--right .product__info-wrapper.grid__item {
        padding: 0 20px 0 0 !important;
    } */

  .banner-main .product__info-wrapper.grid__item p.product__text {
    width: 100%;
    max-width: 100%;
  }

  .footer-contact-item p.footer-contact-description {
    font-size: 14px;
  }

  ul.list.list-social.list-unstyled {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*     .page-width {
        max-width: calc(500px) !important;
    } */
  .banner-main .featured-product {
    flex-direction: column-reverse;
  }

  .banner-main .product__info-wrapper.grid__item {
    width: 100%;
    /* padding: 40px 0 0 0 !IMPORTANT; */
  }

  .title:not(.homepage-product-banner-title) {
    /* font-size: 30px !important; */
  }

  .banner-main .grid__item.product__media-wrapper.small-hide {
    width: 100%;
    max-width: 500px;
  }

  media-gallery {
    flex-direction: column;
  }

  h2.product__title.banner-title.h1 {
    font-size: 40px;
  }

  p.product__text.subtitle {
    margin: 0;
  }

  .content-and-comparison-table .comparison-table-container {
    width: 78%;
  }

  p.product__text {
    margin: 11px auto;
  }

  .product-form__buttons {
    max-width: 100%;
    width: 100%;
  }

  .product-form__buttons {
    max-width: max-content;
  }

  /* lsi block */

  .point-main .image-with-text__grid {
    flex-direction: column !important;
  }
  /* .point-main .image-with-text__grid--reverse {
    flex-direction: column-reverse;
  } */

  .point-main .image-with-text__grid .image-with-text__media-item {
    width: 100%;
    max-width: 500px;
  }

  .point-main .image-with-text__grid .image-with-text__text-item.grid__item {
    width: 100%;
  }

  .point-main
    .image-with-text__grid
    .image-with-text__text-item.grid__item
    .image-with-text__content {
    padding: 40px 0 0 80px !important;
  }

  .product__title h1.h1 {
    font-size: 45px;
    line-height: 54px;
  }

  .price__regular span.price-item.price-item--regular {
    font-size: 30px;
  }

  .product__description p span {
    font-size: 14px;
    max-width: 100%;
    line-height: 18px;
  }

  .product {
    flex-direction: column-reverse;
  }

  .product .grid__item.product__media-wrapper.small-hide {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .product .product__info-wrapper.grid__item.product__column-sticky {
    width: 100%;
    padding: 10px 0 0 0 !important;
  }

  .testi-main h2.title.h1 {
    font-size: 35px !important;
  }

  .testi-main
    .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin {
    justify-content: center !important;
  }

  .product-form__buttons.product-form__buttons--uppercase {
    padding: 0 !important;
    max-width: 90%;
  }

  .rtl .image-with-text__grid,
  .ltr-main .image-with-text__grid {
    flex-direction: column !important;
  }

  .rtl .image-with-text__grid.image-with-text__grid--reverse,
  .ltr-main .image-with-text__grid.image-with-text__grid--reverse {
    flex-direction: column-reverse !important;
  }

  .rtl .image-with-text__grid .image-with-text__media-item,
  .ltr-main .image-with-text__grid .image-with-text__media-item {
    max-width: 500px;
    width: 100%;
  }

  .rtl .image-with-text__text-item.grid__item,
  .ltr-main .image-with-text__text-item.grid__item {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .rtl .image-with-text__text-item.grid__item h2.image-with-text__heading.h1,
  .ltr-main
    .image-with-text__text-item.grid__item
    h2.image-with-text__heading.h1 {
    margin: 0 auto;
  }

  .rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body p,
  .ltr-main
    .image-with-text__text-item.grid__item
    .image-with-text__text.rte.body:not(.without-point)
    p {
    max-width: 500px;
  }

  .rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body,
  .image-with-text__text-item.grid__item .image-with-text__text.rte.body {
    margin: 0 auto;
  }

  .rtl .image-with-text,
  .ltr-main .image-with-text {
    /* padding: 40px 3%; */
  }

  .newsletter.center {
    max-width: 700px;
  }

  .collapsible-content .collapsible-content__grid {
    gap: 20px;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }

  .collapsible-content
    .collapsible-content__grid
    .grid__item.collapsible-content__grid-item {
    width: 100%;
  }

  .collapsible-content .collapsible-content__grid .grid__item {
    width: 100%;
  }

  .main-conacts {
    padding: 50px 5%;
  }

  .main-conacts
    .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding
    h2 {
    font-size: 35px;
  }

  .main-conacts
    .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding {
    padding: 0;
  }

  .content-and-comparison-table .content-container.center h2.title.h1 {
    font-size: 30px;
  }

  .list-image {
    max-width: 400px;
  }

  .image-with-text__media-item {
    max-width: 500px !important;
    margin: 0 auto;
  }

  .image-block {
    max-width: 500px;
    margin: 0 auto;
  }

  .product-form__buttons {
    width: 50%;
    max-width: 50%;
  }

  .banner-main .featured-product button {
    max-width: 100%;
    height: 1px;
  }

  .image-with-text__heading {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  p.product__text {
    max-width: 100%;
  }

  .banner-main variant-radios {
    margin: 30px 0 0 0 !important;
  }

  .image-with-text__text.rte.body:not(.without-point) {
    /* max-width: 500px; */
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .content-blocks h2 {
    font-size: 30px !important;
    line-height: 31px;
  }

  .content-blocks {
    max-width: 500px;
  }

  .product-form__buttons {
    max-width: 100%;
    width: 100%;
  }

  .product__column-sticky {
    position: unset !important;
  }

  .product slider-component.slider-mobile-gutter {
    width: 100%;
    max-width: 100%;
    /* flex-basis: 100%; */
  }

  media-gallery {
    gap: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  media-gallery {
    width: 100%;
  }

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

  .product {
    flex-direction: column;
  }
}

@media screen and (max-width: 749px) {
  .header__heading-link .h2 {
    font-size: calc(var(--font-heading-mob-size) - 13.6px);
  }

  /* banner css */
  .banner-main .featured-product {
    flex-direction: column;
  }

  p.product__text {
    margin: 20px auto 0 auto;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 20px;
  }

  h2.title,
  .title {
    letter-spacing: 0px !important;
  }

  variant-radios {
    width: 100% !important;
    max-width: 100%;
  }

  /* banner css */

  /* about css */

  .about-main h2.image-with-text__heading.h1 {
    margin: 0 0 15px 0;
  }

  .about-main .image-with-text__content.image-with-text__content--desktop-left {
    padding: 0 !important;
  }

  .image-with-text__text.rte.body {
    margin: 0px 0 0 0;
  }

  /* about css */

  /* block main */

  .point-main .image-with-text__grid {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .point-main .image-with-text__grid--reverse {
    flex-direction: column-reverse !important;
  }

  .about-main .image-with-text__grid .image-with-text__media-item {
    max-width: 600px;
    border-radius: 0px !important;
  }

  .about-main .image-with-text__grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .point-main .image-with-text__grid .image-with-text__media-item {
    width: 100%;
    max-width: 500px;
  }

  .point-main .image-with-text__grid .image-with-text__text-item.grid__item {
    width: 100%;
  }

  .point-main
    .image-with-text__grid
    .image-with-text__text-item.grid__item
    .image-with-text__content {
    padding: 40px 0 0 38px !important;
  }

  .point-main
    .image-with-text__grid
    .image-with-text__text-item.grid__item
    .image-with-text__text
    p {
    text-align: start;
    /* margin: 0 0 30px 0; */
  }

  .point-main .image-with-text__text P:before {
    width: 15px;
    height: 15px;
    left: -28px;
  }

  .newsletter__wrapper h2.h1 {
    font-size: 35px;
    line-height: 39px;
  }

  .product {
    flex-direction: column;
  }

  .testi-main slider-component.slider-mobile-gutter ul {
    gap: 10px !important;
    justify-content: space-around;
  }

  .testi-main slider-component.slider-mobile-gutter ul li {
    max-width: 100% !important;
  }

  .collapsible-content__header h2 {
    font-size: 30px !important;
  }

  .newsletter.center {
    padding: 40px 5%;
  }

  .rtl .image-with-text__text-item.grid__item h2.image-with-text__heading.h1,
  .ltr-main
    .image-with-text__text-item.grid__item
    h2.image-with-text__heading.h1 {
    font-size: 30px;
  }

  .rtl .image-with-text__text-item.grid__item .image-with-text__text.rte.body p,
  .ltr-main
    .image-with-text__text-item.grid__item
    .image-with-text__text.rte.body
    p {
    font-size: 14px;
    line-height: 20px;
  }

  .rtl .image-with-text,
  .ltr-main .image-with-text {
    /* padding: 30px 5% 0px 5%; */
  }

  .rtl .image-with-text__text-item.grid__item,
  .ltr-main .image-with-text__text-item.grid__item {
    padding: 0px 0px 40px 0px;
  }

  .testi-main
    .page-width.section-template--15593995796578__testimonials_kLmmEp-padding.isolate {
    padding: 0 5%;
  }

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

  details summary h3.accordion__title.h4 {
    font-size: 16px;
  }

  .accordion__content p {
    font-size: 14px;
    line-height: 22px;
  }

  .testi-main h2.title.h1 {
    font-size: 25px !important;
  }

  .newsletter__wrapper h2.h1 {
    margin: 0 auto;
  }

  .content-blocks h2 {
    max-width: 100%;
    width: 100%;
    text-align: start;
  }

  product-form.product-form
    form#product-form-template--15593995796578__main
    .product-form__buttons.product-form__buttons--uppercase {
    flex-direction: column;
  }

  product-form.product-form
    form#product-form-template--15593995796578__main
    .product-form__buttons.product-form__buttons--uppercase
    button,
  product-form.product-form
    form#product-form-template--15593995796578__main
    .product-form__buttons.product-form__buttons--uppercase
    input {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  product-form.product-form
    form#product-form-template--15593995796578__main
    .product-form__buttons.product-form__buttons--uppercase
    .shopify-payment-button {
    width: 100%;
  }

  .isolate h2.rich-text__heading.rte.h1 {
    line-height: 40px;
    font-size: 30px;
  }

  .main-conacts {
    flex-direction: column;
  }

  .main-conacts
    .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding
    h2 {
    font-size: 30px;
    text-align: center;
  }

  .main-conacts
    .contact.page-width.page-width--narrow.section-template--15593995632738__form-padding {
    padding: 0;
    width: 100%;
  }

  .contact__button button.button.button--full-width {
    margin: 0 auto;
  }

  .contactus-image {
    width: 100%;
  }

  .content-and-comparison-table .content-container.center h2.title.h1 {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
  }

  .list-image {
    max-width: 250px;
    margin: 0 auto;
  }

  .content-and-comparison-table .content-container.center {
    width: 100%;
  }

  .content-and-comparison-table .comparison-table-container {
    width: 100%;
  }

  .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin
    h2.title.h1 {
    font-size: 35px;
  }

  h2.title.h1 {
    font-size: 35px;
  }

  .multicolumn-text p {
    /*    font-size: 16px;
        line-height: 30px;
        max-width: 90%;
        margin: 0 auto; */
  }

  .partner-row ul li {
    flex-basis: 95%;
  }

  .main-key-heading h2.h1 {
    font-size: 35px !important;
  }

  .main-row ul li p {
    width: 90%;
  }

  .image-with-text__text.rte.body p {
    line-height: 20px;
  }

  h2.image-with-text__heading.h1,
  .newsletter.center h2.h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin: 0 0 10px 0 !important;
  }

  section#shopify-section-template--15593995567202__newsletter_VFPABL
    .newsletter__subheading.rte
    P {
    font-size: 14px;
  }

  h2.product__title.banner-title.h1 {
    font-size: 30px;
    line-height: 50px;
  }

  .product-form__buttons {
    width: 100%;
    max-width: 100%;
  }

  .product__info-wrapper.grid__item {
    padding: 0 0px 0 0 !important;
    min-height: 500px;
  }

  .product-form__buttons.product-form__buttons--uppercase {
    padding: 0 !important;
    max-width: 100%;
  }

  .product-form__input.product-form__quantity {
    display: flex;
    align-items: flex-start;
  }

  .product__title h1.h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .center-image {
    flex-basis: 100%;
  }

  .partner-main {
    padding: 30px 5%;
  }

  .main-row .text-col {
    flex-basis: 100%;
  }

  .product-form__input.product-form__quantity {
    flex-direction: column;
  }

  .title:not(.homepage-product-banner-title) {
    /* font-size: 29px !important; */
  }

  .about-mains,
  .main-contatcs,
  .track-order-main {
    padding: 50px 5%;
  }

  /* .main-product-banner {
        padding: 20px 5%;
    } */

  .banner-main .page-width {
    padding: 20px;
  }

  media-gallery ul li {
    margin: 0 !important;
  }

  .main-products.color-accent-2 section {
    padding: 5%;
  }

  .main-conacts .contact.page-width {
    width: 100%;
    padding: 0;
  }
  /*
    .rich-main {
        padding: 5%;
    }

    .rich-main p {
        font-size: 14px !important;
        line-height: 19px !important;
    }

        
    .rich-main .rich-text {
        padding: 30px 0% !important;
    }
*/

  ul.list.list-social.list-unstyled {
    display: none;
  }

  .rtl .image-with-text,
  .ltr-main .image-with-text {
    /* padding: 7% 5% !important; */
  }

  .rtl .image-with-text__text-item.grid__item,
  .ltr-main .image-with-text__text-item.grid__item {
    padding: 0;
  }

  .section-template--23548198584665__ltr_iXr34c-padding
    > .image-with-text__grid {
    padding: 0;
  }

  .main-conacts .contact.page-width h2 {
    font-size: 24px !important;
  }
}

.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading-family) !important;
}

p,
body,
span {
  font-family: var(--font-body-family);
}

@media (min-width: 760px) {
  .product__accordion .accordion__title {
    font-size: 1em;
  }

  .product__accordion .accordion__content.rte {
    font-size: 1.142em !important;
  }
}

@media (max-width: 750px) {
  .image-with-text__media-item {
    border-radius: 0px !important;
  }
}

.product-page-price .price--on-sale span.price__compare-price {
  display: flex;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 2px;
}

.footer-block .product-card-wrapper .card__heading {
  min-height: 40px;
}

/* applying base text color to body text */
.sw-base-text-color {
    color: rgb(var(--color-base-text));
}

.product__media picture img{
    width: 100%;
    display: block;
    height: auto;
}


/* component loading overlay */
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

@media screen and (max-width: 749px) {
  .loading-overlay {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 750px) {
  .loading-overlay {
    left: 0;
  }
}

.loading-overlay__spinner {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #000;
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path{
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}




/* deferred media */

.deferred-media__poster {
  background-color: transparent;
  border: none;
  border-radius: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.media > .deferred-media__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

.deferred-media__poster img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.deferred-media {
  overflow: hidden;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__poster:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground),.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.deferred-media__poster:focus {
  outline: none;
  box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground),.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .deferred-media__poster:focus {
    outline: transparent solid 1px;
  }
}
.deferred-media__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.deferred-media__poster-button {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  width: 6.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform var(--duration-short) ease, color var(--duration-short) ease;
  z-index: 1;
}

.deferred-media__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.deferred-media__poster-button .icon {
  width: 2rem;
  height: 2rem;
}

.deferred-media__poster-button .icon-play {
  margin-left: 0.2rem;
}


/* component-price */
.price {
  /* font-size: 1.6rem; */
  font-size: 1.1428571429em;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  color: rgb(var(--color-base-text));
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 0.5rem; */
  column-gap: 1rem;
}

.price > * {
  display: inline-block;
  vertical-align: top;
}

.price.price--unavailable {
  visibility: hidden;
}

.price--end {
  text-align: right;
}

.price .price-item {
  display: inline-block;
  margin: 0;
  color: rgb(var(--color-base-accent-1));
  font-weight: 700;
}

.price__regular .price-item--regular {
  margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}

@media screen and (min-width: 750px) {
  .price {
    margin-bottom: 0;
  }
}

.price--sold-out .price__availability,
.price__regular {
  display: block;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale {
  display: inline-flex;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.price--center {
  display: initial;
  justify-content: center;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.9);
  font-size: 1.3rem;
}

.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.7);
}

.product-page-price .price--on-sale .price__sale--price-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .compare-price-label {
  order: 1;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price__compare-price {
  order: 2;
  margin-right: 0.55rem;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price__compare-price
  .price-item--regular {
  font-size: 2rem;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .regular-price-label {
  order: 3;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price-item--sale {
  order: 4;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price-item--sale
  span.money {
  font-size: 1.7rem;
}




/* animation */

.animation-section {
  opacity: 0;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  will-change: opacity, transform;
}

.animation-section.main-product {
  will-change: unset;
}

/* .animation-section:not(:has(.fade-in-child)) {
  transform: translateY(20px);
} */
.animation-section {
  transform: translateY(20px);
}

.animation-section.visible {
  opacity: 1;
}
/* .animation-section.visible:not(:has(.fade-in-child)) {
  transform: translateY(0);
} */


.animation-section.visible {
  transform: translateY(0);
}

.animation-section .fade-in-child > > :is(p, h2, h3, img, div,a)   {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  will-change: auto;
}

.animation-section.visible .fade-in-child > :is(p, h2, h3, img, div,a) {
  opacity: 1;
  transform: translateY(0);
}



.main-product.animation-section.visible .fade-in-child > *:nth-child(1) { transition-delay: 0.05s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(2) { transition-delay: 0.1s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(3) { transition-delay: 0.15s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(4) { transition-delay: 0.2s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(5) { transition-delay: 0.25s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(6) { transition-delay: 0.3s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(7) { transition-delay: 0.35s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(8) { transition-delay: 0.4s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(9) { transition-delay: 0.45s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(10) { transition-delay: 0.5s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(11) { transition-delay: 0.55s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(12) { transition-delay: 0.6s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(13) { transition-delay: 0.65s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(14) { transition-delay: 0.7s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(15) { transition-delay: 0.75s; }
.main-product.animation-section.visible .fade-in-child > *:nth-child(16) { transition-delay: 0.8s; }

.fade-in__left_container,
.fade-in__right_container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  z-index: 1;
}

.fade-in__left_container:empty,
.fade-in__right_container:empty {
  display: block
}

.fade-in__left_container {
  left: 0;
  background: linear-gradient(to left, transparent, rgb(var(--color-background)));
}

.fade-in__right_container {
  right: 0;
  background: linear-gradient(to right, transparent, rgb(var(--color-background)));
}



/* slider */

/* component-slider */
slider-component {
  --desktop-margin-left-first-item: max(
    5rem,
    calc(
      (
          100vw - var(--page-width) + 10rem -
            var(--grid-desktop-horizontal-spacing)
        ) / 2
    )
  );
  position: relative;
  display: block;
}

slider-component.slider-component-full-width {
  --desktop-margin-left-first-item: 1.5rem;
}

@media screen and (max-width: 749px) {
  slider-component.page-width {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
  slider-component.page-width {
    padding: 0 5rem;
  }
}

@media screen and (max-width: 989px) {
  .no-js slider-component .slider {
    padding-bottom: 3rem;
  }
}

.slider__slide {
  --focus-outline-padding: 0.5rem;
  --shadow-padding-top: calc(
    (var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) *
      var(--shadow-visible)
  );
  --shadow-padding-bottom: calc(
    (var(--shadow-vertical-offset) + var(--shadow-blur-radius)) *
      var(--shadow-visible)
  );
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 0px;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--mobile:after {
    content: "";
    width: 0;
    padding-left: 1.5rem;
  }

  .slider.slider--mobile .slider__slide {
    scroll-snap-stop: always;
    margin-bottom: 0;
    /* padding-top: 0.1rem; */
    /* padding-bottom: 0.1rem; */
  }

  .slider.slider--mobile.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--mobile.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }

  .slider.slider--tablet-up .slider__slide {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 989px) {
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--tablet:after {
    content: "";
    width: 0;
    padding-left: 1.5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .slider.slider--tablet .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }

  .slider.slider--tablet.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--tablet.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}

.slider--everywhere {
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}

.slider.slider--everywhere .slider__slide {
  margin-bottom: 0;
  scroll-snap-align: center;
}

@media screen and (min-width: 990px) {
  .slider-component-desktop.page-width {
    max-width: none;
  }

  .slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scroll-padding-left: var(--desktop-margin-left-first-item);
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider--desktop:after {
    content: "";
    width: 0;
    padding-left: 5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }

  .slider.slider--desktop .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }

  .slider--desktop .slider__slide:first-child {
    margin-left: var(--desktop-margin-left-first-item);
    scroll-margin-left: var(--desktop-margin-left-first-item);
  }

  .slider-component-full-width .slider--desktop {
    scroll-padding-left: 1.5rem;
  }

  .slider-component-full-width .slider--desktop .slider__slide:first-child {
    margin-left: 1.5rem;
    scroll-margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .slider-component-full-width .slider--desktop:after {
    padding-left: 1.5rem;
  }

  .slider--desktop.grid--5-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 5 -
        var(--grid-desktop-horizontal-spacing) * 2
    );
  }

  .slider--desktop.grid--4-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 4 -
        var(--grid-desktop-horizontal-spacing) * 3
    );
  }

  .slider--desktop.grid--3-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 3 -
        var(--grid-desktop-horizontal-spacing) * 4
    );
  }

  .slider--desktop.grid--2-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 2 -
        var(--grid-desktop-horizontal-spacing) * 5
    );
  }

  .slider--desktop.grid--1-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) -
        var(--grid-desktop-horizontal-spacing) * 9
    );
  }

  .slider.slider--desktop.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }

  .slider.slider--desktop.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}

@media (prefers-reduced-motion) {
  .slider {
    scroll-behavior: auto;
  }
}

/* Scrollbar */

.slider {
  scrollbar-color: rgb(var(--color-foreground))
    rgba(var(--color-foreground), 0.04);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
  display: none;
}

.no-js .slider {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.no-js .slider::-webkit-scrollbar {
  display: initial;
}

.slider::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
  border: 0;
}

.slider::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}

@media screen and (min-width: 750px) {
  .slider-counter--dots {
    margin: 0 1.2rem;
  }
}

.slider-counter__link {
  padding: 1rem;
}

@media screen and (max-width: 749px) {
  .slider-counter__link {
    padding: 0.7rem;
  }
}

.slider-counter__link--dots .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
  .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: CanvasText;
  }
}

.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}

.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
  transition: transform 0.2s ease-in-out;
}

.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
  transform: scale(1.1);
}

.slider-counter__link--numbers {
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: none;
}

.slider-counter__link--numbers:hover {
  color: rgb(var(--color-foreground));
}

.slider-counter__link--active.slider-counter__link--numbers {
  text-decoration: underline;
  color: rgb(var(--color-foreground));
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 990px) {
  .slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .slider--desktop:not(.slider--tablet) + .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .slider--mobile + .slider-buttons {
    display: none;
  }
}

.slider-button {
  color: rgba(var(--color-foreground), 0.9);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

.slider-button .icon {
  height: 0.6rem;
}

.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
  cursor: not-allowed;
}

.slider-button--next .icon {
  transform: rotate(-90deg);
}

.slider-button--prev .icon {
  transform: rotate(90deg);
}

.slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

/* desktop product slider animation fix */
@media screen and (min-width: 750px) {
  .slider.gallery-slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0rem;
  }
  .slider.gallery-slider--desktop .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: block;
  }
  .slider.gallery-slider--desktop .grid__item {
    width: 100%;
  }
}



/*
---
Fixing Swiper content shift
---
*/

.swiper-prevent-content-shift {
  --swiper-slidesPerView: 1;
  --swiper-spaceBetween: 0px;
  --swiper-SwiperSlide-width: calc(
    (100%
    - ( var(--swiper-slidesPerView) - 1 )
    * var(--swiper-spaceBetween))
    / var(--swiper-slidesPerView)
  );

}
.swiper-prevent-content-shift .swiper-slide {
    width: var(--swiper-SwiperSlide-width);
    /* Only horizontal swipers need this because vertical ones have fixed width and height */
    margin-left: var(--swiper-spaceBetween);
  }