/** Shopify CDN: Minification failed

Line 7099:13 Expected ":"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

/* base */

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

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

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

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

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

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 7rem;
    padding-right: 7rem;
    width: 100%;
    max-width: 170rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.hxxl {
  font-size: clamp(
    calc(var(--font-heading-scale) * 5.6rem),
    14vw,
    calc(var(--font-heading-scale) * 7.2rem)
  );
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}
.powered-text {
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.search__button .svg-wrapper {
  width: auto;
}
.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.placeholder-svg {
  height: 100%;
  width: 100%;
}

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

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

*:focus-visible {
  outline: 0;
  /* outline-offset: var(--focused-base-outline-offset);
box-shadow: var(--focused-base-box-shadow); */
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: 0;
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
Focus ring - inset
*/

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

.focused.focus-inset {
  /* 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 ring - none
*/

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

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

.focus-offset.focused {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

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

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

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

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

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

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer 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
  ); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: 7px;
  position: relative;
}

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

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

.button--primary:hover {
  background-color: #333;
  color: rgb(var(--color-button-text));
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-color: #333333;
}
.button--primary:hover:after {
  box-shadow: none;
}
.button:before,
.shopify-challenge__button:before,
.customer 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,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

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

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

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

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  /* box-shadow: inherit; */
}

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.44rem;
  letter-spacing: 0;
  min-height: 59px;
  text-transform: uppercase;
  font-weight: 600;
  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;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(
    --buttons-radius-outset
  );
  --shopify-accelerated-checkout-button-box-shadow: var(
      --shadow-horizontal-offset
    )
    var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(
    --buttons-radius-outset
  );
  --shopify-accelerated-checkout-button-box-shadow: var(
      --shadow-horizontal-offset
    )
    var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #333;
  outline: 0;
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #333;
  outline: 0;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width) #333;
  outline: 0;
}

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

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

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 4rem);
  top: calc(1.8rem + 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.65);
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

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

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

.field__button {
  align-items: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 6rem;
  justify-content: center;
  overflow: hidden;
  font-size: 0.9em;
  padding: 1.3em 3.5em;
  /* position: absolute; */
  right: 0;
  top: 0;
  /* width: 4.4rem; */
}

.field__button > .svg-wrapper {
  /* height: 2.5rem;
width: 2.5rem; */
}

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  padding: 0rem;
  width: 60px;
  height: 60px;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button-text));
  color: rgb(var(--color-button));
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  bottom: 0.8rem;
  right: 0;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
body:not(.page-index) .cart-count-bubble,
.scrolled_up .cart-count-bubble {
  background-color: #808080;
  color: #fff;
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.page-index .header__icons swym-header-icon #swym-header-icon svg *,
.page-index .header__icons swym-header-icon #swym-header-icon:hover svg * {
  fill: #fff;
}
.page-index.scrolled_up
  .header__icons
  swym-header-icon
  #swym-header-icon
  svg
  * {
  fill: #808080;
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "announcements";
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: "social-icons announcements language-currency";
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "social-icons language-currency";
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

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

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0;
  font-size: 16px;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 33;
}

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

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

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

.header {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

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

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto auto auto;
    column-gap: 1rem;
  }

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

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto auto auto;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

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

  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }

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

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

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

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

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

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

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

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

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

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

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

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

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

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

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

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

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

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

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

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

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

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

.header__icon--cart {
  position: relative;
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}
svg.icon.icon-search {
  width: 30px;
  margin-top: 3px;
  height: 28px;
}
.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  /* display: inline-block; */
}

account-icon {
  display: flex;
}

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

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

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

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

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

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

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

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

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

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

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

details[open] .modal-overlay::after {
  position: fixed;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0%;
  left: 0;
  right: 0;
  height: 100vh;
}
.header__search .search-modal {
  top: -50px;
}
.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (10 * var(--inputs-border-width))
  );
  height: 100%;
  transition: all 0.3s;
}

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

.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;
}
.page-index
  .section-header
  sticky-header[data-sticky-type="on-scroll-up"].header-wrapper.menu-opened,
sticky-header.header-wrapper.menu-opened {
  background-color: #fff;
  background-image: none;
}
.search-modal__content {
  background: #fff;
  width: 100%;
  padding: 0 6rem;
}
@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}
header-menu {
  text-align: left;
}
@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

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

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

  .header--middle-left .header__inline-menu {
    margin-left: auto;
    margin-right: 2rem;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 3rem 1.8rem;
  text-decoration: none;
}

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

.header__menu-item span {
  transition: all 0.3s;
}

.header__menu-item.link:hover span {
  text-decoration: underline;
  text-underline-offset: 1rem;
  text-decoration-thickness: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

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

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

header-menu > details,
details-disclosure > details {
  position: relative;
}
.search__button:hover {
  background-color: #333333;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-color: #333333;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  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,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  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));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url("#Shape-Arch");
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
    padding-bottom: 25px;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

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

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease,
      box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease,
      box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0),
      0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift
    .collage__item
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift
    .card-wrapper
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease,
      filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease,
      filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15))
      drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease,
      opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--standard
    .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url("./sparkle.gif");
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:hover
    .card--standard
    .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift
    .card-wrapper:active
    .card--standard
    .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift
    .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift
    .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift
    .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    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));
  }

  .animate--hover-vertical-lift
    .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 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: rgb(var(--color-foreground));
  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__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

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

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite
    ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-index main#MainContent {
  padding-top: 0rem;
}
.page-index main#MainContent {
  margin-top: -110px;
}
.page-index .section-header.shopify-section-header-sticky .header-wrapper {
  transition: all 0.3s;
  background-image: linear-gradient(0deg, #3330, #333c);
  background-attachment: inherit;
  background-color: transparent;
  color: #fff;
}
.page-index .header__icon .icon * {
  fill: #fff;
}
.od-text {
  font-size: 16px;
  font-weight: 400;
}
.has_dropdown-list {
  position: relative;
}
.has_dropdown-list .has_dropdown {
  width: auto;
  max-width: 100%;
  min-width: 120px;
  padding: 0;
  text-align: left;
  left: 2rem;
  right: auto;
}
.has_dropdown-list .mega-menu__list {
  padding: 12px 20px;
  margin: 0;
}
.page-index .scrolled-past-header .header__icon .icon * {
  fill: #808080;
}
.page-index.scrolled_up
  .header__icons
  swym-header-icon
  #swym-header-icon:hover
  svg
  *,
.page-index.scrolled_up .scrolled-past-header .header__icon .icon:hover * {
  fill: #000;
}
.page-index .header__inline-menu .list-menu__item {
  color: #fff;
}
.page-index .menu-opened .header__inline-menu .list-menu__item {
  color: #808080;
}
.page-index .menu-opened .header__inline-menu .list-menu__item:hover,
.page-index
  .menu-opened
  .header__inline-menu
  .mega-menu:hover
  .list-menu__item {
  color: #000;
}
.page-index
  .section-header
  sticky-header[data-sticky-type="on-scroll-up"].header-wrapper {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 20;
  transition: all 0.3s;
  background-image: linear-gradient(0deg, #3330, #333c);
  background-attachment: inherit;
  background-color: transparent;
}
.section-header.shopify-section-header-sticky .header-wrapper {
  _position: absolute;
  width: 100%;
  background: #fff;
}
.mega_menu--content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.mega_menu--content .title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-body-family);
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
.mega_menu--left {
  flex: 1;
}
.mega_menu--content .product_details .product_price {
  text-align: right;
}
.product_details .product_price {
  font-family: var(--font-heading-family);
}
.mega_menu--content .mega_menu--right {
  flex: 0 0 320px;
}
.page-index
  sticky-header[data-sticky-type="on-scroll-up"]
  .header__icon
  .icon
  * {
}
body:not(.page-index) .header-wrapper .header__icon .icon * {
  fill: #808080;
}
body:not(.page-index) .header-wrapper .header__icon .icon:hover * {
  fill: #000;
}
.has_dropdown-list .mega-menu {
  position: relative;
}
.custom-video-wrap {
  overflow: clip;
}
.custom-video-wrap .video-section {
  padding: 0;
}
.section__upper-no-space slider-component {
  margin-top: -50px;
  background: #fff;
  padding: 7rem 0;
}
.section__upper-no-space .multicolumn-list {
  gap: 0;
}
.section__upper-no-space li.grid__item {
  border-right: 1px solid #d9d9d9;
  width: 100%;
  max-width: 25%;
  padding: 0 7rem;
}
.section__upper-no-space li:last-child {
  border-right: 0 solid #d9d9d9;
}
.section__upper-no-space .multicolumn-card__info h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.section__upper-no-space
  .background-none
  .multicolumn-card__image-wrapper
  + .multicolumn-card__info {
  padding-bottom: 0;
}

.buil_routine__inner .title {
  text-align: center;
  font-family: var(--font-body-family);
}
.video-with-text .video_content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.buil_routine__inner .video-with-text-inner {
  opacity: 0;
}
.buil_routine__inner .slick-current .video-with-text-inner {
  opacity: 1;
}
.buil_routine__inner .title-wrapper {
  padding-bottom: 1rem;
}
.slick-arrow {
  width: 80px;
  height: 80px;
  border: none;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 1;

  transform: translateX(0);
  transition: all 0.3s;
}
.slick-next.slick-arrow {
  right: -40px;
}
.slick-prev.slick-arrow {
  left: -40px;
}
.product_tab--main .slick-next.slick-arrow,
.product_tab--main .slick-prev.slick-arrow {
  transform: rotate(180deg);
  box-shadow: 0 -10px 20px #00000012;
}
.video_slide .slick-next.slick-arrow {
  box-shadow: 0 10px 20px #00000012;
  left: -40px;
  right: auto;
}
.video_slide .slick-prev.slick-arrow {
  box-shadow: 0 10px 20px #00000012;
  right: -40px;
  left: auto;
}
.video_slide .slick-next.slick-arrow:hover {
  left: -60px;
}
.video_slide .slick-prev.slick-arrow:hover {
  right: -60px;
}
video {
  max-width: 100%;
  height: auto;
}
.video-with-text-inner {
  padding: 4rem 0 1rem;
  align-items: center;
}
.video-with-text .content-container,
.video-with-text-inner .content-container {
  max-width: 480px;
  margin: 0 auto;
}
.image-with-text__text--caption {
  color: #808080;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.header__menu-item {
  font-size: 1.28rem;
  font-family: inherit;
  color: #808080;
  text-transform: uppercase;
  font-weight: 600;
}
.video-with-text-inner .image-with-text__heading {
  margin-bottom: 1em;
}
.split__review__content .pro_title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-top: 4rem;
}
.video-with-text .button {
  padding: 0 30px 0 0;
  min-width: inherit;
  font-size: 14.4px;
  background: transparent;
  box-shadow: none;
  color: #333;
  min-height: inherit;
  text-transform: uppercase;
  margin-top: 2rem;
}
.video-with-text .button:after {
  content: none;
}
.video-with-text .button:hover svg {
  margin-left: 1.5rem;
}
.video-with-text .button svg {
  margin-left: 1rem;
  transition: all 0.3s;
}
.image-with-text__text {
  font-size: 16px;
}
.split__review__content .image-with-text__text {
  font-style: italic;
  color: #333;
}
.pro_data .button {
  margin-top: 2em;
  border: 1px solid #000000;
  background-color: #000000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  padding: 1.5em 3.5em;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
  border: 2px solid rgba(0, 0, 0, 0);
}
.pro_data .button:hover {
  background-color: #333333;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-color: #333333;
  color: #fff;
}
.video_section-inner {
  position: relative;
  padding-top: 70%;
}
.video_section-inner video {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
  left: 0;
  top: 0;
}
.video--media-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.video--media_gallery {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.video--media-gallery-wrap .video--media_gallery:first-child {
  grid-area: 1 / 1 / 2 / 3;
}
.home-satisfaction-section .buil_routine__inner .title {
  color: #000;
  font-family: var(--font-heading-family);
  font-weight: normal;
}
.img_wrap__title {
  background-color: #000000;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.img_wrap__title--left {
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_wrap__title span {
  display: inline-block;
  white-space: nowrap;
  transform: rotate(-90deg);
}

.img-wrap {
  flex: 0 0 100%;
  overflow: hidden;
  border-radius: 3px;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.home-gallery-section .video-with-text-inner .image-with-text__heading {
  font-weight: bold;
  color: #000;
}

.split__review__content {
  padding-left: 30px;
  margin: 2em 0;
  border-left: 1px solid #d9d9d9;
}
.newsletter-form__field-wrapper {
  position: relative;
}
.image__with-tooltip-wrap {
  text-align: center;
  padding: 3rem 0px 5rem;
}
.image__with-tooltip-wrap .inline-richtext {
  font-size: 36px;
  color: #000;
  margin-bottom: 1rem;
}
.image__with-tooltip-wrap .iwtt--text-wrap {
  padding-bottom: 4rem;
}
.iwtt--tooltip {
  background: white;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  filter: alpha(opacity = 0);
  pointer-events: none;
  transition: all 0.3s;
  font-size: 1em;
  color: #808080;
  padding: 10px 20px;
  text-align: left;
  width: 220px;
  box-sizing: border-box;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  line-height: 1.3em;
  font-size: 0.9em;
}
.iwtt--item:first-child .iwtt--tooltip {
  /* left: 0; */
  /* transform: translateX(0%) translateY(20px); */
}
@media (min-width: 990px) {
  .iwtt--item:hover .iwtt--tooltip {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    filter: alpha(opacity = 100);
    pointer-events: all;
    transition: all 0.3s;
  }
}
.iwtt--tooltip strong {
  color: #000000;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.image__with-tooltip-wrap img {
  transition: all 0.3s;
  max-height: 125px;
}
.iwtt--item {
  position: relative;
}
.iwtt--tooltip p {
  margin: 0;
}
.iwtt--tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.iwtt--items {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.home-banner2.banner--desktop-transparent .banner__box {
  max-width: 540px;
}
.home-banner2 .banner__buttons .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9em;
  padding: 1.5em 3.7em;
  border-radius: 7px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.banner-inner-sec {
  position: relative;
  display: flex;
  width: 100%;
}
.star_image-wrap {
  max-width: 145px;
  margin: 15px 0;
}
/* .home-banner2 .banner__buttons .button:hover{    background: transparent;
color: #fff;} */
.video_slide {
  padding-bottom: 3rem;
}
.home-banner2.banner:before {
  content: none !important;
}

.product__details-wrap img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.product__details-wrap:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  transition: all 0.3s;
}
.product__details-wrap a {
  display: flex;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8em;
  margin-top: 10px;
}
.product_title {
  color: #000000;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5em;
}
.product_price {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}
.mega_menu--right ul {
  margin-top: 5px;
}
.fr-text {
  font-size: 12.8px;
  font-weight: normal;
}
.mega_menu--left .product_details {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}
.mega_menu--wrapper .prod_price {
  text-align: right;
}
.card_collection-url {
  border-bottom: 2px solid #f7f7f7;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.card_collection--details {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f7f7f7;
  justify-content: space-between;
}
.product__details-wrap {
  position: relative;
}
.cart__ctas button:hover {
  color: #000;
}
.card_collection-url span {
  display: inline-block;
  position: relative;
  color: #333;
}
.card_collection--details:hover span {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  color: #000;
}

.card_collection-url .coll__image {
  position: relative;
  height: 55px;
  transition: all 0.3s;
  flex: 1;
  overflow: hidden;
  display: block;
}
.card_collection--details:hover .coll__image {
  transform: scale(1.06);
}
.coll__image {
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: scale(1);
}
.mega_menu--left ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.add_to_cart_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add_to_cart_wrap .button {
  padding: 10px 15px 10px 25px;
  min-height: 43px;
  font-size: 0.8em;
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  border: 2px solid #d9d9d9;
  text-transform: uppercase;
  font-family: var(--font-heading-family);
  border-radius: 3px;
  font-weight: 500;
  position: relative;
}
.add_to_cart_wrap .button:hover {
  border-color: rgba(var(--color-button-text));
}
.add_to_cart_wrap .button:hover:after {
  filter: invert(1);
}
.add_to_cart_wrap .button:after {
  content: "";
  box-shadow: none;
  width: 16px;
  display: block;
  margin-left: 20px;
  height: 20px;
  background-image: url("arrow-1.svg");
  position: static;
  background-repeat: no-repeat;
  background-size: contain;
  left: auto;
  background-position: 50% 50%;
}
.slideshow__autoplay.slider-button {
  display: none;
}
.slideshow__controls .slider-button {
  display: none;
}
slideshow-component .slider-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  flex-direction: column;
}
.slideshow__control-wrapper {
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
}
.slideshow__text .banner__heading {
  text-transform: uppercase;
}
.slideshow__text .banner__text {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  font-family: var(--font-heading-family);
}
.banner__buttons .button {
  _background: transparent;
  _border: 2px solid rgba(var(--color-button), var(--alpha-button-background));
  _color: #fff;
  font-size: 14.4px;
  padding: 1.35em 3em;
  text-transform: uppercase;
  font-weight: 600;
  min-width: inherit;
  transition: all.3s;
  border-radius: 7px;
  margin-top: 3rem;
}
.banner__buttons .button:hover {
  _background: rgba(var(--color-button), var(--alpha-button-background));
  _color: #333;
  _border: 2px solid rgba(var(--color-button), var(--alpha-button-background));
}
.product__width--main {
  display: flex;
  align-items: center;
  gap: 97px;
}
.prd__width-wrap .product__width--main {
  gap: 35px;
}
.prd__width-wrap {
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.product__width--image {
  display: flex;
  align-items: center;
  opacity: 0.7;
}
.product__width--image:hover {
  opacity: 1;
}
.product__width--image a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
img.prduct_width-img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.product_width-content {
  font-size: 14.4px;
  color: black;
  min-width: 150px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}
.product_width-content .heading {
  display: block;
}

.product_width-content .text {
  font-weight: normal;
  font-size: 0.85em;
  color: #333333;
}

.sslick__slider__media.loading-gallery * {
  opacity: 0;
  visibility: hidden;
}
.sslick__slider__media {
  display: block;
  position: relative;
  z-index: 0;
}
.sslick__slider__media.loading-gallery:after {
  background-image: url(loading-gif.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  content: "";
  height: 100vh;
  left: 50%;
  position: absolute;
  filter: invert(1);
  top: 0%;
  transform: translateX(-50%);
  width: 100%;
}
.video_image-banner .banner__box > * + .banner__buttons {
  margin-top: 4rem;
}
.video_image-banner .banner__text strong {
  display: block;
}
.banner__media video {
  object-fit: cover;
}
.video_image-banner .button {
  padding: 1.3em 3.2em;
  transition: all 0.3s;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 14.4px;
  font-weight: 600;
  letter-spacing: 0;
}
/* .video_image-banner .button:hover{    border:2px solid #fff;   background-color: #fff; color:#000;} */
.scrolled-past-header.section-header.shopify-section-header-sticky
  .header-wrapper {
  background: #fff;
}
.scrolled-past-header .header__icon .svg-wrapper {
  color: #808080;
}
.scrolled-past-header .header .header__inline-menu .list-menu__item {
  color: #808080;
}
.scrolled-past-header .header__icon,
.scrolled-past-header .header__icon--cart .icon {
  color: #333;
}
.search-modal.modal__content {
  background: #fff;
}
.search-modal__content .field {
  padding-right: 3.5rem;
}
.checkbox--wrap {
  margin: 1.5rem 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
}
main#MainContent {
  padding-top: 0;
}
.video_btn-wrap {
  position: absolute;
  bottom: 78px;
  left: 0;
  right: 0;
  max-width: max-content;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.3em 3.5em;
  font-size: 14.4px;
}

.prod_price {
  color: #000;
  font-weight: 700;
}
.product_list .product_title {
  font-size: 27.8px;
}
@media (max-width: 1900px) {
  .product_list .product_title {
    font-size: 23.8px;
  }
}
.close_icon {
  position: relative;
  width: 19px;
  height: 19px;
}
.close_icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.close_icon span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cm__content-title.active .close_icon span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.contact__fields .field__input,
.customer .field input {
  background: #fff;
}
.mapswrapper iframe {
  width: 100%;
  height: 100%;
}
.heading {
  color: #000;
}
.split__review__content .image-with-text__text p {
  display: inline;
}
.quote_icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.qicon {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  position: absolute;
  color: #d9d9d9;
  line-height: 120px;
  pointer-events: none;
  margin: -10px 0 0 -10px;
}

.page-index .section-header .header-wrapper.menu-opened {
  background: #fff;
}
.scrolled_down .section-header {
  transition: all 0.3s;
  transform: translateX(0) translateY(-100%);
}
.section-header {
  top: 0;
  width: 100%;
}
.scrolled_up .section-header {
  transition: all 0.3s;
  transform: translateX(0) translateY(0);
  background: #fff;
}
.scrolled_up
  .section-header
  sticky-header[data-sticky-type="on-scroll-up"].header-wrapper {
  background: #fff;
}
.page-index .menu-opened .header__icon .icon * {
  fill: black;
}
.scrolled_up
  .scrolled-past-header
  .header
  .header__inline-menu
  .list-menu__item:hover {
  color: #000;
}
.scrolled_up details[open] > .search-modal {
  opacity: 1;
  top: 0;
}
.page-index .menu-opened .cart-count-bubble {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}
.m_show {
  display: none;
}
body:not(page-index) sticky-header.header-wrapper {
  background: #fff;
}
main#MainContent {
  background: inherit !important;
}
.mega-menu__link:hover,
.mega-menu__link[aria-current="page"] {
  /* color: #000;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px; */
}
.slideshow__slide:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 0.8) 0%,
    rgba(51, 51, 51, 0) 60%
  );
}
.header__icons swym-header-icon #swym-header-icon {
  padding: 0 2px;
  cursor: pointer;
  height: auto !important;
}
.header__icons swym-header-icon #swym-header-icon svg * {
  fill: #808080;
}
.header__icons swym-header-icon #swym-header-icon:hover svg * {
  fill: #000;
}
.card-wrapper .swym-wishlist-collections-v2-container {
  right: 0;
  left: auto;
}
.card-wrapper
  .swym-wishlist-collections-v2-container
  .swym-wishlist-collections-v2 {
  transform: none !important;
}
.product-grid-container .card--card.gradient,
.product-grid-container .card__inner.gradient {
  --ratio-percent: 70% !important;
}
.btn.btn--outine.change_input-main:has(:checked),
.btn.btn--outine.change_input:has(:checked) {
  background: #000;
  color: #fff;
}
.faq_tab-content-video {
  display: block;
  margin: 0 0 2rem;
}
.faq_tab-content-video-text {
  margin: 1rem 0 4rem;
}
.faq_tab-content-video video {
  width: 100%;
}
.faq_tab-content-video-wrap {
  padding: 1rem 0 0;
}
/*************cart*************************/
.product__title .vendor-text {
  display: none;
}
.cart-drawer .cart-items .quantity-wrap .cart-item__quantity {
  padding: 0;
}
.cart-drawer .drawer__cart-items-wrapper .quantity {
  min-height: initial;
}
.cart-drawer .drawer__cart-items-wrapper .quantity:before,
.cart-drawer .drawer__cart-items-wrapper .quantity:after {
  content: none;
}
.cart-drawer
  .drawer__cart-items-wrapper
  .quantity
  .quantity__input[type="number"] {
  text-align: left;
}
.cart-drawer .drawer__cart-items-wrapper dl {
  margin: 0;
  display: none;
}
.remove-icon-wrp {
  position: absolute;
  top: -3px;
  right: 0;
}
td.cart-item__details {
  position: relative;
}
.cart-drawer .drawer__cart-items-wrapper .quantity span {
  font-size: 14px;
}
.page-page .page-width--narrow {
  max-width: var(--page-width);
  padding-left: 5rem;
  padding-right: 5rem;
}
.page-page .main-page-title.page-title {
  margin-bottom: 5rem;
}
.multiple_image--text-wrap img {
  height: 100%;
  object-fit: cover;
}
/***********page-product**************************/
.drawer__cart-items-wrapper .swym-button-bar {
  display: none;
}
.product__info-wrapper .od-text {
  display: none;
}
.checkbox_wrap label {
  display: flex;
  align-items: center;
}
.similar__product--item .htc-addToCompare,
.order-wrap .htc-addToCompare {
  display: none;
}
.product-form__buttons .htc-addToCompare {
  width: 50%;
  background: #fff;
  color: #000;
  border: solid 2px #d9d9d9;
  transition: all 0.3s;
  padding: 5px 0;
  white-space: nowrap;
  margin: 0;
  top: auto;
  font-size: 13.6px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 3px;
  border-radius: 0 0 7px 7px;
  font-weight: 600;
}
.product-form__buttons .htc-addToCompare:hover {
  border: solid 2px #000;
}
.product-form__buttons .htc-addToCompare.active {
  background-color: #000;
  color: #fff;
}
.button.button_order-sample {
  background: #000;
  min-height: 48px;
  margin-top: 1.5rem;
  border-color: #000;
}
.button.button_order-sample:hover {
  background-color: #333333;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-color: #333333;
  color: #fff;
}
.button.button_order-sample:after {
  content: none;
}
.product-form__buttons .htc-addToCompare:hover input ~ .htc-checkmark {
  background-color: transparent;
}
.htc-addToCompare .htc-checkmark {
  background: url(compare-icon-b1.svg) no-repeat;
  border: 0;
  display: inline-block;
  position: static;
  height: 20px;
  outline: 0;
  vertical-align: middle;
  width: 20px;
  transform: none;
  background-color: transparent !important;
}
.product__info-wrapper .price--sold-out .price__badge-sold-out,
.product__info-wrapper .price--on-sale .price__badge-sale,
.product__info-wrapper .volume-pricing--sale-badge .price__badge-sale,
.product__info-wrapper .price .badge {
  display: none;
}
.product-dimension-text p {
  margin: 0 0 2rem;
}
.btn__hyper-link {
  margin: 2rem 0 0;
}
.product-form__submit span {
  position: relative;
  display: flex;
  align-items: center;
}
.product-form__submit span:after {
  content: "";
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(cart-bag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.tabs__nav {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 10px;
}
.product__sku,
.custom_attr {
  margin: 0 0 10px;
  position: relative;
  font-size: 14.4px;
  color: #808080;
  padding-right: 20px;
  max-width: max-content;
}
.cm__content--item-bottom-pdf-wrapper {
  display: none;
}
.custom_attr .custom_attr_info {
  background-color: #d9d9d9;
}
.main-slide-image .product__media-item {
  width: 100%;
}
.page-product main#MainContent,
.page-product .section > product-info.gradient,
.page-product .header-wrapper {
  background: #fff !important;
}
.main-slide-image .slick-prev,
.main-slide-image .slick-next {
  background: url(arrow-w1.svg) rgba(0, 0, 0, 0.5) no-repeat;
  background-size: 8px auto;
  background-position: center;
}
.main-slide-image .slick-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}
.main-slide-image .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.main-slide-image .slick-prev.slick-arrow {
  transform: rotate(180deg);
}
.product_tab--wrapper .slick-prev.slick-arrow {
  transform: none;
  right: -40px;
  box-shadow: 0 -10px 20px #00000012;
  left: auto;
}
.product_tab--wrapper .slick-next.slick-arrow {
  left: -40px;
  box-shadow: 0 -10px 20px #00000012;
  right: auto;
  transform: none;
}
media-gallery:hover .slick-prev.slick-arrow {
  left: 0;
}
media-gallery:hover .slick-next.slick-arrow {
  right: 0;
}
.slick-disabled {
  opacity: 0.5;
}
media-gallery .slick-slider {
  overflow: hidden;
}
.thumb-slide-image {
  padding: 16px 0;
}
.thumbnail-list__item {
  margin: 0 3px;
}
.thumb-slide-image .slick-list {
  margin: 0 -8px;
}
.thumbnail {
  border-radius: 5px;
}
.product-form__buttons .shopify-payment-button__button {
}

.page-product .section > .gradient.section__pro-multicolumn {
  background-color: #f7f7f7;
  position: relative;
  z-index: 11;
  margin: 50px 0 0;
}

.section__pro-multicolumn .multicolumn-list {
  padding: 70px 0;
  background-color: #fff;
  align-items: stretch;
  position: relative;
}
.section__pro-multicolumn .multicolumn-card {
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 0 60px;
}
.section__pro-multicolumn .multicolumn-list__item.center .media--adapt,
.section__pro-multicolumn
  .multicolumn-list__item
  .media--adapt
  .multicolumn-card__image {
  max-height: 70px;
}
.section__pro-multicolumn .multicolumn-card__info h3 {
  margin: 0 0 10px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.section__pro-multicolumn.background-none
  .multicolumn-card__image-wrapper
  + .multicolumn-card__info {
  padding-top: 0.7rem;
}
.multicolumn-card__info p {
  line-height: 1.2;
  font-size: 15px;
}
.section__pro-multicolumn ul li:last-child .multicolumn-card {
  border-right: 0;
}
.vc-wrap {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.colltion-name {
  line-height: 1;
  margin: 0 0 1em;
  font-weight: 600;
  color: #000000;
  font-size: 3.68rem;
}
.metafield-rich_text_field {
  font-size: 16px;
  letter-spacing: 0;
}
.vc-content-wraper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(40% - 10px);
}
.vc-imges-wrap {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 0;
}
.vc-content-wrap {
  padding-right: 10rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
}
.metafield-rich_text_field {
  line-height: 1.3;
}
.vc-content-wraper p {
  margin: 0;
}
.vc-imges-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.vc-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity = 0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc-main .vc-slide.is-active {
  opacity: 1;
  filter: alpha(opacity = 1);
  transition: all 0.3s;
  z-index:999;
}
.metafield-rich_text_field a {
  color: #000;
  margin: 0 4px;
}
.vc-slide video,
.vc-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateX(-50%) translateY(-50%) scale(1);
  transition: all 0.3s;
  width: auto;
  max-width: 100%;
  /* height: 100vh; */
  min-width: 100%;
}
.vc-img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.order-wrap {
  background: #f7f7f7;
}
.order-wrap .banner__content {
  padding: 100px 0;
}
.banner__text.rte.subtitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-top: 15px;
}
.mega-menu__content {
  opacity: 0;
  visibility: hidden;
}
.home-banner2 .banner__text.rte.subtitle {
  max-width: 540px;
}
.home-banner2 .banner__text.rte.subtitle strong {
  display: block;
}
.order-wrap .banner--desktop-transparent .banner__box {
  max-width: 540px;
}
.order-wrap .banner__heading:first-child {
  font-size: 35px;
  font-family: var(--font-body-family);
}
.order-wrap.bild-sec .banner__heading:first-child {
  font-size: 48px;
}
.order-wrap .banner__buttons .button {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.order-wrap .banner__buttons .button:hover {
  color: #000;
  background: #fff;
}
.bild-wrap .banner__heading:first-child {
  font-size: 48px;
}
.product_tab--wrapper {
  background: #f7f7f7;
  margin: 300x 0;
}
.product_tab--link {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 40px;
}
.product_tab--link .tab_link {
  display: block;
  text-transform: uppercase;
  color: #808080;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
  font-size: 14.4px;
  font-family: "Open Sans", sans-serif;
}
.product_tab--link .tab_link.active {
  color: black;
  position: relative;
  border-bottom: 2px solid #000;
}
.product_tab--main {
  background-color: white;
  padding: 50px 7vw;
}
.product_tab-instructions-main,
.product_tab-structure-main,
.product_tab-dimensions-main {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  padding-right: 5rem;
}
.product-tab_content h3 {
  font-size: 20.8px;
}
.product--structure-left,
.product--instructions-left,
.product--dimensions-left {
  flex: 1 0 40%;
  width: 40%;
}
.product--structure-right,
.product--instructions-right,
.product--dimensions-right {
  flex: 0 0 60%;
  width: 60%;
}
.desc {
  display: none;
}
.tabs__nav .active .desc {
  display: block;
}
.product_structure-link,
.product_instructions-link,
.product_dimension-link {
  color: #808080;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  border: 2px solid #d9d9d9;
  border-radius: 7px;
  padding: 15px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.product_structure-link:hover,
.product_instructions-link:hover,
.product_dimension-link:hover {
  border-color: #000000;
}
.product_structure-link.active,
.product_instructions-link.active,
.product_dimension-link.active {
  color: white;
  background-color: #000000;
  border-color: #000000;
}
.product_structure-link.active .title,
.product_instructions-link.active .title,
.product_dimension-link.active .title {
  color: white;
}
.product_structure-link .title,
.product_instructions-link .title,
.product_dimension-link .title {
  color: #000000;
  display: block;
  margin: 0;
  font-size: 16px;
}
.product_tab-structure-main p,
.tabs__nav p {
  margin: 0;
}
.product-tab_content {
  display: none;
}
.product-tab_content.active {
  display: block;
}
.product_tab-structure-main {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.pdp__instr-image {
  width: 100%;
}
.product--instructions_image {
  padding-bottom: 40px;
}
.order-wrap.bild-sec {
  padding: 100px 0 50px;
}
.product-filter--main {
  display: flex;
  align-items: center;
  gap: 7%;
}
.product-filter--width,
.product-filter--length,
.product-filter-legs {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  display: flex;
}
.flex--space_between {
  justify-content: space-between;
}

.flex--center {
  align-items: center;
}
.flex {
  display: flex;
}
.product-filter--width .slider {
  flex: 1;
}
.product-filter--main .left_value,
.product-filter--main .right_value {
  font-weight: 600;
  color: #000000;
}
.product-filter--main input[type="number"] {
  background-color: #f7f7f7;
  width: 60px;
  height: 40px;
  border-radius: 7px;
  border: none;
  text-align: center;
  font-family: inherit;
  outline: 0;
  font-size: 1em;
  font-weight: 600;
  color: #000000;
  margin-right: 5px;
}
.product-filter-wrap .slider {
  justify-content: space-between;
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.slider-range {
  margin-top: 3px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.feydom_slider {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    100% 0%,
    to(rgb(51, 51, 51)),
    to(rgb(217, 217, 217))
  );
  outline: none;
  box-shadow: none;
}
.feydom_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 4px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}
.switch_buttons .btn {
  font-weight: 600;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  color: #000;
  font-size: 14.4px;
  border: 2px solid #000;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding: 0.85rem 3.5rem;
  cursor: pointer;
  border-radius: 7px;
}
.switch_buttons .change__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  cursor: pointer;
  margin: 0;
}
.switch_buttons {
  gap: 30px;
}
.checkboxes {
  gap: 30px;
}
.product_filter_tags {
  padding: 0 0 20px;
}

.switch_buttons .btn:hover {
  background: #000;
  color: #fff;
}
.product-grid-container {
  background: #f7f7f7;
  padding: 4rem 0;
}
.product-grid-container .page-width {
  padding: 0 2rem;
}
.collection-description {
  margin: 0 auto;
  max-width: 96rem;
}
.collection-description a {
  color: #333;
}
.similar_product-text {
  text-align: center;
}
.similar_product-text .title {
  color: #000;
  font-size: 36.8px;
  margin: 0;
  padding: 5rem 0 0;
  font-weight: normal;
}
.similar_product-text .title p {
  margin: 0;
}
.similar_product-text .subtitle p {
  margin: 0;
  letter-spacing: 0;
  font-size: 16px;
  color: #808080;
  padding: 1rem 0 3rem;
}
.similar__produts-main {
  display: flex;
  gap: 24px;
}
.similar-section {
  background: #f7f7f7;
}
.similar_product--main {
  background: #fff;
  padding: 0 3.5rem 5rem;
}
.prd_title a {
  text-decoration: none;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.similar__product--item {
  padding: 0px 0 3rem;
  width: 100%;
}
.similar_product--image img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.cm__content-lwm-img {
  margin-right: 10px;
}
.cmcnt--small-text {
  font-size: 12.8px;
  color: #808080;
}
.button:hover {
  /* background-color: #333333;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
border-color: #333333;
color: #fff; */
}

.image__with-tooltip-wrap .iwtt--item:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}

/*******************8sampolepage*******************/
.collection-banner {
  padding-top: 7rem;
}
.collection-banner .banner--desktop-transparent .banner__box {
  max-width: 540px;
}
.collection-banner .banner:after,
.collection-banner .banner__media:after {
  opacity: 0.3;
}
.colors_materials--wrap .heading {
  color: #000;
  margin: 0;
  font-weight: 700;
  font-size: 36.8px;
  padding-bottom: 100px;
}
.page-page-colors-and-materials .header-wrapper {
  background: #fff;
}
.colors_materials--wrap .page__title {
  margin: 0;
  color: #808080;
  font-weight: normal;
  font-size: 16px;
}
.colors_materials--wrap {
  margin: 0 auto;
  max-width: 1560px;
  width: 90%;
}
.cm__content-wrap {
  margin: 0 auto;
  max-width: 960px;
}
.cm__content-logo-image {
  display: flex;
  gap: 20px;
  color: #000000;
  font-weight: 600;
  margin-top: 1.5em;
}
.cm__content-lwm {
  display: flex;
  align-items: center;
}
.cm__content--item-wrap {
  border-bottom: 1px solid #d9d9d9;
}
.cmcnt--item-prd-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}
.simple_drawer-wraper {
  z-index: 35;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 530px;
  height: 100%;
  background-color: white;
  padding: 40px 60px;
  overflow-y: auto;
  box-sizing: border-box;
  transform: translateX(100%) translateY(0);
  transition: all 0.3s;
  max-width: 400px;
}
.dialog-show .simple_drawer-wraper {
  transform: translateX(0) translateY(0);
  transition: all 0.3s;
}
.side_loader__close_wrapper {
  text-align: right;
}
.side_loader__close {
  width: 60px;
  height: 60px;
  justify-content: center;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
}

.sample_order-title {
  font-size: 20.8px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
}
.samples__list {
  display: flex;
  background-color: #f7f7f7;
  gap: 20px;
  margin-bottom: 20px;
}
.samples_list__samples_img {
  min-width: 60px;
}
.samples_list__samples_img img {
  width: 60px;
  display: block;
  object-fit: cover;
  height: 60px;
}
.samples_list__samples_title {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1em;
}
.remove_samples_from_list {
  margin: 0 10px 0 auto;
  background-image: url(cross-x.svg);
  background-size: 14px;
  width: 20px;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
}
.multiadd_to-cart {
  border-color: #a21318;
  background-color: #a21318;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 1.3em 3.5em;
  font-size: 14.4px;
}
.multiadd_to-cart:hover {
  background-color: #000000;
  border-color: #000000;
}

.cm__content-title {
  font-size: 28.8px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  margin: 0;
}
.pdf__content-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cm__content--item-main {
  padding: 50px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 0 solid #d9d9d9;
}
.cm__content--item-bottom-pdf {
  padding: 50px 0;
}
.pdf__content {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14.4px;
  color: #333;
}
.pdf__content:hover {
  text-decoration: underline;
}
.cm__content--item-bottom {
}
.overlay {
  min-height: 250px;
  width: 100%;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(51, 51, 51, 0) 40%,
    rgba(51, 51, 51, 0.8) 100%
  );
}
.cmcnt--item-title-wrap {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 600;
  width: calc(100% - 30px);
}
.prd__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.label_wrap {
  font-size: 12.8px;
  color: #fff;
  font-weight: normal;
}
.prod_Checkbox {
  position: absolute;
  bottom: 20px;
  height: 30px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
  width: 30px;
  border: 2px solid #fff;
}
.prod_Checkbox.active-checkbox {
  background: #fff;
}
input[type="checkbox"].formulas_checkboxes {
  opacity: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.prod_Checkbox:hover {
  box-shadow: 0 0 0px 1px #fff inset;
}
.page-page-contact .contact {
  max-width: 1280px;
}
.page-page-contact .contact .title {
  max-width: 540px;
}
select#contact-type {
  border: 0;
  width: 98%;
  padding: 0 3.8rem;
  font-size: 16px;
  color: #333;
  min-height: 60px;
  background: url(down-aarow.svg) no-repeat;
  background-position: calc(100% - 11px) center;
  background-size: 14px 20px;
  -webkit-appearance: none;
  background-color: #fff;
}
textarea#ContactForm-body {
  background: #fff;
}
.contact__button .button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding: 1.4em 3.5em;
}
.contact__button .button:hover {
  background-color: #333333;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border-color: #333333;
  color: #fff;
}
.faq-accordion_main .title {
  color: #000;
  text-align: center;
}
.faq-accordion-link-wrap {
  display: flex;
  font-size: 14.4px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  line-height: 1.2;
  justify-content: center;
  gap: 10px;
}
.faq-acc-link_item {
  border: 2px solid #d9d9d9;
  padding: 9px 25px;
  font-weight: 100;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.3s;
}
.faq-acc-link_item:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.faq-accordion_main {
  text-align: center;
  width: 90%;
  max-width: 1560px;
  margin: 0 auto;
}
.faq_content-wrap {
  padding-top: 7rem;
}
.faq-accordion-content-wrap {
  padding: 9rem 0 0;
}
.faq-acc-content_items {
  padding: 11rem 0;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}
.newsletter {
  margin: 5rem 0 0;
}
.faq_tab--link {
  display: flex;
  position: relative;
  line-height: 1;
  cursor: pointer;
  padding: 20px 45px 20px 20px;
  background: #fff;
  max-width: 100%;
  margin: 0;
  word-break: break-word;
  font-size: 19.2px;
  font-weight: 600;
}
.faq-acccontent-item {
  margin: 0 0 1rem;
}
.faq-acccontent-item a {
  color: #333;
}
.faq_tab--link:before {
  content: "";
  background: url(icons8-collapse-arrow-26.png) no-repeat;
  width: 17px;
  height: 17px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 23px;
  transform: rotate(180deg);
  background-position: center;
  transition: all 0.3s;
}
.faq_tab--link.active:before {
  transform: rotate(0deg);
}
.faq_tab-content {
  background: #fff;
  padding: 2rem;
}
.faq_tab-content p {
  margin: 0 0 1rem;
}
.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  min-height: inherit;
}
.tf-v1-widget {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
}
.tf-v1-widget-close {
  display: none;
}

.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.tf-v1-widget-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  color: #000;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  border-radius: 0;
  z-index: 1;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}
.image-with-inner {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}
.image-with-inner .image-with-text__heading {
  margin-bottom: 25px;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  .header__menu-item {
    padding: 3rem 1rem;
  }
  .header:not(.drawer-menu).page-width {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .section__upper-no-space li.grid__item {
    padding: 0 1rem 0 3rem;
  }
  .slick-next.slick-arrow {
    right: -30px;
  }
  .slick-prev.slick-arrow {
    left: -30px;
  }

  .section__pro-multicolumn .multicolumn-card {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .article-template {
    padding: 0 3rem;
  }
  sticky-header header-drawer {
    margin-left: 0;
  }
  .header__menu-item {
    padding: 3rem 1.3rem;
  }
  .faq-acc-link_item {
    padding: 9px 15px;
  }
  .faq-accordion_main {
    width: 100%;
  }
  slideshow__text .banner__text {
    font-size: 42px;
  }
  .header .header__heading {
    max-width: 150px;
  }
  .page-width {
    padding: 0 3rem;
  }
  .section__upper-no-space li.grid__item {
    padding: 0 2rem;
  }
  .video_image-banner .banner__box > * + .banner__buttons {
    margin-top: 1rem;
  }
  .video_content {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section__upper-no-space slider-component {
    margin-top: -70px;
    padding: 5rem 0 3rem;
  }
  .slick-prev.slick-arrow {
    left: -20px;
  }
  .slick-next.slick-arrow {
    right: -20px;
  }
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
  }
  .video_content {
  }
  .iwtt--tooltip {
    padding: 10px;
    width: 150px;
  }
  .video-with-text-inner .image-with-text__heading {
    margin-bottom: 10px;
  }
  .buil_routine__inner .title-wrapper {
    padding-bottom: 0;
  }
  .header:not(.drawer-menu).page-width {
    column-gap: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .header--middle-left .header__inline-menu {
    margin-right: 0;
  }
  .mega_menu--left .product_details {
    flex-direction: column;
    gap: 5px;
  }
  .mega_menu--content {
    gap: 20px;
    padding: 0 2rem;
  }
  .mega_menu--main .product_price,
  .mega_menu--main .product_title {
    font-size: 19.2px;
    font-weight: 600;
  }
  .add_to_cart_wrap .button {
    padding: 10px 6px;
  }
  .vc-content-wrap {
    padding-right: 3rem;
  }
  .vc-content-wraper {
    width: calc(50% - 10px);
  }
  .vc-imges-wrap {
    width: 50%;
  }
  .multicolumn-list__item,
  .grid--4-col-desktop .multicolumn-list__item:nth-child(2) .multicolumn-card {
    border-right: 0;
  }
  .section__pro-multicolumn .multicolumn-list {
    padding: 20px 0;
  }
  .slider-range {
    padding: 0px 7px;
  }
  .product-filter--main {
    gap: 3%;
    flex-direction: column;
  }
  .product-filter--width,
  .product-filter--length,
  .product-filter-legs {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .facets-container .facet-filters {
    padding-left: 0;
  }
  .facets-container .facets {
    display: flex;
    grid-column-start: span 2;
    justify-content: space-between;
    align-items: center;
  }
  .switch_buttons,
  .checkboxes {
    gap: 11px;
  }
  .switch_buttons .btn {
    padding: 0.85rem 1.5rem;
    font-size: 13.4px;
  }
  .label {
    font-size: 14px;
  }
  .left_value {
    padding-left: 10px;
  }
  .collection-hero .collection-hero__title {
    padding: 4rem 0 0;
    font-size: 28.8px;
    font-weight: 500;
  }
  .collection-description {
    max-width: 96rem;
    width: 95%;
    padding: 0 2rem;
  }
  .product-grid-container .collection .grid--2-col-tablet-down .grid__item {
    width: calc(32.5% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(32.5% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .card__information.ds {
    flex-direction: column;
  }
  .product-grid-container .product-card-wrapper .price .price-item {
    margin: 0;
    font-size: 19.2px;
  }
  .cmcnt--item-prd-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .simple_drawer-wraper {
    transform: translate(0%) translateY(150%);
    bottom: 0;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 15px;
    top: auto;
  }
}
@media (max-width: 989.99px) {
  body:not(.page-index).overflow-hidden-tablet
    .header__icons
    swym-header-icon
    #swym-header-icon
    svg
    * {
    fill: #000;
  }
  .page-index.scrolled_up
    .header__icons
    swym-header-icon
    #swym-header-icon
    svg
    * {
    fill: #000;
  }
  .page-index .header__icons swym-header-icon #swym-header-icon svg * {
    fill: #fff;
  }
  .has_dropdown-list .menu-drawer__menu-item > .svg-wrapper,
  .has_dropdown-list button.menu-drawer__close-button {
    display: none;
  }
  .menu-drawer__menu-item.menu-drawer__menu-item--active,
  .menu-drawer__menu-item--active {
    font-weight: 600;
    color: #000;
    text-decoration: underline;
  }
  .has_dropdown-list .menu-drawer__submenu.has-submenu {
    position: static;
    padding-left: 2rem;
    margin: 0;
    transform: translate(0%);
    visibility: visible;
  }
  .add_to_cart_wrap .button {
    width: 100%;
  }
  .mega_menu--content .product_details .product_price {
    text-align: left;
    font-size: 15.2px;
  }
  .add_to_cart_wrap .button:after {
    margin-left: 2px;
    width: 9px;
  }
  .mega_menu--content .mega_menu--right {
    margin-bottom: 50px;
  }
  .mega_menu--content > div {
    width: 100%;
  }
  .mega_menu--content {
    flex-direction: column;
  }
  .header__icons {
    padding-right: 5px;
  }
  .mega_menu--left ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .video-with-text .video_content {
    width: 100%;
    padding: 0;
  }
  .slideshow__text banner__box.content-container {
    padding-right: 14rem;
  }
  details[open] > .search-modal {
    position: fixed;
    top: 0;
  }
  details[open] .search-modal__content {
    max-height: 90px;
    position: absolute;
    top: 0;
    padding: 10px 2rem;
    bottom: auto;
    background: #fff;
    width: 100%;
  }
  .scrolled_up .header-wrapper .header__icon .icon * {
    fill: gray;
  }
  .overflow-hidden-tablet .menu-drawer__inner-container {
    margin-top: 0;
  }
  #menu-drawer {
  }
  .search-modal__content .search-modal__close-button {
    position: static;
    min-width: 60px;
  }
  .header__icon.header__icon--account {
    display: none;
  }
  #menu-drawer .header__icon.header__icon--account {
    display: inline-flex;
  }
  #menu-drawer .header__search {
    display: inline-flex;
  }
  #menu-drawer .header__icons {
    position: absolute;
    right: 4.5rem;
    top: 2rem;
  }
  .overflow-hidden-tablet
    .scrolled-past-header
    #menu-drawer
    .header__icon
    .icon
    *,
  .page-index.overflow-hidden-tablet
    .scrolled-past-header
    .header__icon
    .icon
    * {
    fill: #000;
  }
  .header__icon--menu .icon.icon-close * {
    fill: #808080;
  }
  sticky-header header-drawer {
    margin-left: 1.8rem;
  }
  .header:not(.drawer-menu).page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header {
    grid-template-areas: "heading  icons  left-icons";
    grid-template-columns: auto 1fr auto;
  }
  .section__upper-no-space li.grid__item {
    text-align: center;
    max-width: 50%;
  }
  .section__upper-no-space .media--transparent {
    padding-bottom: 70px !important;
    margin: 0 auto;
    text-align: center;
  }
  .section__upper-no-space .multicolumn-list__item.center .media--adapt,
  .section__upper-no-space
    .multicolumn-list__item
    .media--adapt
    .multicolumn-card__image {
    max-height: 70px;
    margin: 0 auto;
    right: 0;
  }
  .section__upper-no-space li.grid__item {
    margin-bottom: 4rem;
  }
  .section__upper-no-space li.grid__item:nth-child(2) {
    border: 0;
  }
  .section__upper-no-space.background-none .multicolumn-card-spacing {
    margin: 0 auto;
  }
  slideshow-component .banner--adapt,
  slideshow-component
    .banner--adapt_image.banner--mobile-bottom
    .banner__media:not(.placeholder) {
    height: 100%;
  }
  .section__upper-no-space slider-component {
    margin-top: 0;
  }
  .header-wrapper .header__heading-link {
    position: static;
    top: 0;
    left: 1em;
    right: auto;
    max-width: 150px;
  }
  .page-index .header__icon--menu .icon.icon-close * {
    fill: #fff;
  }
  .buil_routine__inner .video-with-text-inner {
    flex-direction: column;
  }
  .home-satisfaction-section .video_slide .grid--3-col-tablet .grid__item,
  .buil_routine__inner .video-with-text-inner .video_section {
    width: 100%;
    padding: 0;
  }
  .video-with-text .content-container,
  .video-with-text-inner .content-container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
  .buil_routine__inner .slick-prev,
  .buil_routine__inner .slick-next {
    display: none !important;
  }
  .home-gallery-section .buil_routine__inner .video-with-text-inner {
    flex-direction: column-reverse;
  }
  .home-satisfaction-section .video_slide .grid {
    flex-direction: column;
  }
  .announcement-bar__message {
    padding: 0.5rem 0;
    font-size: 15px;
    min-height: 3.5rem;
  }
  .footer .footer__content-top {
    padding: 0;
    width: 90%;
  }
  .page-product .product_width--wrapper {
    padding-top: 0;
  }
  .product_tab--main {
    padding: 30px 4vw;
  }
  .section__pro-multicolumn .multicolumn-card {
    padding: 20px 30px;
  }
  .product_filter_tags {
    padding: 0 0 20px;
    flex-direction: column-reverse;
    gap: 30px;
  }
  #menu-drawer .header__icons {
    padding-right: 0;
  }
  body.overflow-hidden-tablet .header-wrapper .header__icon .icon * {
    fill: #000;
  }
}

@media (max-width: 767px) {
  .mob-vertical-slider .vc-content-inner .colltion-name {
    margin-top: 15px;
  }
  .desk-vertical-slider {
    display: none;
  }
  .video-with-text .video_content {
    width: 100%;
    padding: 0;
  }
  .faq-accordion-content-wrap {
    padding: 3rem 0 0;
  }
  .faq-acc-content_items {
    padding: 5rem 0;
  }
  .faq-accordion-link-wrap {
    flex-direction: column;
  }
  .faq-acc-link_item {
    width: 100%;
  }
  .video-section__media.deferred-media {
    --ratio-percent: 115% !important;
  }
  .video_btn-wrap {
    bottom: 20px;
  }
  .product-grid-container .collection .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  main#MainContent {
    padding-top: 0;
  }
  .page-product .product_width--wrapper {
    padding-top: 0rem;
  }
  .buil_routine__inner.page-width {
    padding: 0 2rem !important;
  }
  .section__upper-no-space li.grid__item {
    padding: 0 1rem;
  }
  .section__upper-no-space .multicolumn-card__info h3 {
    font-size: 16px;
  }
  .section__upper-no-space li.grid__item {
    margin-bottom: 3rem;
  }
  slideshow-component .slider-counter {
    display: none;
  }
  .section__upper-no-space .media--transparent {
    padding-bottom: 60px !important;
  }

  .pro_data .button {
    padding: 1em 1.5em;
  }
  .product__info-container .share-button {
    margin: 0;
  }
  .product--structure-left,
  .product--instructions-left,
  .product--dimensions-left,
  .product--instructions-right,
  .product--dimensions-right,
  .product--structure-right {
    width: 100%;
  }
  .product_tab-dimensions-main,
  .product_tab-structure-main,
  .product_tab-instructions-main {
    flex-direction: column;
  }
  .page-product .order-wrap .page-width,
  .page-product .product_tab--wrapper .page-width {
    padding: 0;
  }
  .product_tab--wrapper .product_tab--link {
    gap: 15px;
  }
  .vc-content-wrap {
    padding-right: 0;
    height: auto;
    padding-top: 45px;
  }
  .vc-content-wraper {
    min-width: 100%;
    width: 100%;
  }
  .page-product
    .section__pro-multicolumn
    .multicolumn-list__item
    .media--adapt
    .multicolumn-card__image {
    width: 33px;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: contain;
  }
  .page-product .section > .gradient.section__pro-multicolumn {
    padding: 0 2rem;
    background: #fff;
    margin: 0;
  }
  .page-product .section__pro-multicolumn .multicolumn-card {
    padding: 0 5px;
    text-align: center;
  }
  .page-product
    .section__pro-multicolumn
    .multicolumn-list
    .multicolumn-list__item:nth-child(even)
    .multicolumn-card {
    border: none;
  }
  .page-product
    .section__pro-multicolumn
    .multicolumn-card
    .multicolumn-card__image-wrapper {
    margin: auto;
  }
  .page-product .section__pro-multicolumn .multicolumn-card__info h3 {
    font-size: 17px;
  }
  .product__info-wrapper
    .price
    .price__container
    .price__sale
    .price-item--regular {
    font-size: 16px;
    font-weight: 600;
  }
  .product__info-wrapper .product__title + div {
    display: none;
  }
  .product__info-wrapper .price .price__container .price__sale {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product__info-wrapper
    .price
    .price__container
    .price__sale
    .price-item--sale {
    _font-size: 32px;
    font-weight: 600;
    letter-spacing: normal;
  }
  .page-product .page-width {
    padding: 0 2rem;
    width: 100%;
  }
  .product-form__input.product-form__quantity + div {
    display: none;
  }
  .product__media-wrapper media-gallery .slick-slider {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
  }
  .product__media-wrapper media-gallery .slick-slider.thumb-slide-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .product__info-wrapper .product__title {
    display: none;
  }
  variant-selects .product-form__input.product-form__input--pill label {
    min-width: initial;
    width: 50%;
  }
  .footer-block-image {
    flex-direction: column;
  }
  .footer__content-top
    .footer__blocks-wrapper
    .footer-block.grid__item:first-child {
    border: none;
  }
  .footer__copyright .policies {
    line-height: 1;
  }
  .colltion-name {
    font-size: 28.8px;
  }
  .order-wrap .banner__box {
    padding: 100px 0;
  }
  .product.grid {
    flex-direction: column;
  }
  .product .grid--2-col-tablet .grid__item {
    width: 100%;
  }
  .page-product .product__info-wrapper {
    padding: 0 0 0;
  }
  .product .product__info-container {
    max-width: 100%;
  }
  .order-wrap .banner__text.rte.subtitle {
    font-weight: 600;
  }
  .product_tab-instructions-main,
  .product_tab-structure-main,
  .product_tab-dimensions-main {
    margin-top: 30px;
  }
  .product_tab--main {
    padding: 30px 3vw;
  }
  .product_structure-link,
  .product_instructions-link,
  .product_dimension-link {
    padding: 15px;
  }
  .order-wrap.bild-sec .banner__heading:first-child {
    font-size: 32px;
  }
  .product_tab--wrapper .slick-prev.slick-arrow,
  .product_tab--wrapper .slick-next.slick-arrow {
    display: none !important;
  }
  .order-wrap.bild-sec {
    padding: 0;
    margin: 2rem 0 0;
  }
  .similar_product--main {
    padding: 0 2rem 3rem;
  }
  .product--instructions_image {
    padding-bottom: 16px;
  }
  .vc-imges-wrap {
    width: 100%;
  }
  .slick-next.slick-arrow {
    right: 0;
  }
  .slick-prev.slick-arrow {
    left: 0;
  }
  .product-filter-wrap .page-width {
    padding: 0 2rem;
  }
  .product-filter--main {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-filter--width,
  .product-filter--length,
  .product-filter-legs {
    border-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .product_filter_tags {
    gap: 30px;
    flex-direction: column-reverse;
    padding: 0px 0 30px;
  }
  aside#main-collection-filters {
    display: none;
  }
  .card__information.ds {
    flex-direction: column;
  }
  .product-grid-container .add_to_cart_wrap .button {
    margin-top: 1rem;
  }
  .collection-banner .page-width {
    padding: 0;
    width: 100%;
  }
  .collection-description {
    max-width: 100%;
    width: 92%;
    padding: 0;
  }
  .scrolled-past-header .header__icon,
  .scrolled-past-header .header__icon--cart .icon {
    color: #808080;
  }
  .collection-banner .banner--desktop-transparent .banner__box {
    padding: 9rem 1.5rem;
  }
  .collapsible-content.collapsible-section-layout {
    width: 92%;
    padding: 1rem 0;
  }
  .colors_materials--wrap .heading {
    font-size: 28.8px;
    padding-bottom: 5.4rem;
  }
  .cm__content-lwm-img {
    max-width: 16px;
  }
  .cm__content-logo-image {
    gap: 10px;
    font-size: 16px;
    flex-direction: column;
  }
  .cmcnt--item-prd-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .prod_Checkbox {
    width: 16px;
    height: 16px;
  }
  .cm__content-title {
    font-size: 20.8px;
  }
  .cmcnt--item-title-wrap {
    left: 12px;
    padding-right: 5px;
  }
  .overlay {
    min-height: 200px;
  }
  .field__input,
  .customer .field input {
    padding: 2rem 2rem 2rem 2rem;
  }
  .field__label,
  .customer .field label {
    left: calc(var(--inputs-border-width) + 2rem);
  }
  select#contact-type {
    border-radius: 7px;
    padding: 0 2rem;
  }
  .image-with-inner {
    max-width: 100%;
  }
  .contact_map .image-with-text__content {
    padding: 3rem 0 0;
  }
  .header__search {
    display: none;
  }
  details[open] > .search-modal {
    top: auto;
  }
  .m_show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m_hide {
    display: none !important;
  }
  .tabs__nav {
    max-height: 40vh;
    padding-right: 0;
  }
  .main-blog .main-first-blog .card__content {
    max-width: 100%;
  }
  .blog-articles--tabs {
    flex-direction: column;
  }
  .main-blog .main-first-blog .card:not(.ratio) {
    flex-direction: column;
  }
  .product_tab-instructions-main,
  .product_tab-structure-main,
  .product_tab-dimensions-main {
    padding-right: 0;
  }
  .desktop_content {
    display: none !important;
  }
  .page-index #menu-drawer .header__icon .icon * {
    fill: #000;
  }
  .video-with-text .content-container,
  .video-with-text-inner .content-container {
    padding-bottom: 0rem;
    width: 100%;
  }
  /* .buil_routine__inner .video-with-text-inner .video_section{    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);} */
  .image-with-text__text--caption {
    padding-bottom: 5px;
  }
  .page-index #MainContent .page-width {
    width: 100% !important;
  }
  .star_image-wrap {
    max-width: 108px;
  }
  .image__with-tooltip-wrap {
    padding: 3rem 15px 5rem;
  }
  .image__with-tooltip-wrap img {
    max-height: 90px;
  }
  .js .overflow-hidden-tablet .menu-drawer {
    top: 0;
  }
  .scrolled_up .header__search {
  }
  sticky-header header-drawer {
    margin-left: 0;
  }
  swym-header-icon {
    display: none;
  }
  .overflow-hidden-tablet #menu-drawer swym-header-icon {
    display: block;
    position: static;
  }
  .page-index.overflow-hidden-tablet
    .header__icons
    swym-header-icon
    #swym-header-icon
    svg
    *,
  .page-index.overflow-hidden-tablet
    .header__icons
    swym-header-icon
    #swym-header-icon:hover
    svg
    * {
    fill: #000;
  }
  .header .cart-count-bubble {
    background-color: gray;
    color: #fff;
  }
  .overflow-hidden-tablet details[open] > .search-modal {
    top: 0;
  }
  .scrolled_up.overflow-hidden-tablet details[open] > .search-modal {
    top: -30px;
  }
  .overflow-hidden-tablet .menu-drawer__inner-container {
    margin-top: 0rem;
  }
  .button.search__button:after {
    content: none;
  }
  .product_tab--link .tab_link {
    font-size: 12.8px;
  }
  #root .eNWkqu {
    padding-inline: 20px;
  }
  .section div[data-tf-widget="nC5eoDLo"] {
    height: 630px !important;
  }
  .image__with-tooltip-wrap .inline-richtext {
    font-size: 28.8px;
  }
  .vc-img-wrap {
    padding-bottom: 0;
    height: auto;
  }
  .overflow-hidden-tablet {
    position: fixed;
  }
  cart-remove-button .button {
    min-width: calc(2.5rem / var(--font-body-scale));
  }
  .remove-icon-wrp {
    top: -6px;
  }
  .vc-img-wrap video {
    width: 100%;
    margin: 0 0 2rem;
  }
  .custom-video-wrap {
    transform: scale(1) !important;
    width: 100% !important;
  }
  .newsletter {
    margin: 0;
  }
  .page-page .page-width--narrow {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .image-with-text .image-with-text__content .image-with-text__text + .button {
    padding: 1.3em 1.5em;
  }
  .article-template {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .mob-vertical-slider {
    display: none;
  }
  .product__info-wrapper .product-form__quantity + div {
    display: none;
  }
  .mobile_content,
  .mob_title_wrap {
    display: none !important;
  }
}

@media (max-width: 990px) {
}

.error_too_much {
  border: 1px solid #a21318;
  color: #a21318;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin: 30px 0;
}
.prihranek span {
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
}
.card_price-discount.card__badge {
  position: absolute;
  left: 15px;
  top: 10px;
  display: flex;
  gap: 10px;
  grid-row-start: inherit;
}
.prihranek .amount {
  background-color: #333333;
  border: 1px solid #333333;
}
.prihranek .percent {
  background-color: #bc2027;
  margin-right: 2px;
  border: 1px solid #bc2027;
}

.custom_link__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.custom_link label {
  cursor: pointer;
}

.custom_link:hover {
  border-color: gray;
}

.custom_link {
  border: 2px solid #d9d9d9;
  width: calc(50% - 10px);
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-sizing: border-box;
  color: #808080;
  font-weight: 300;
  font-size: 0.9em;
  text-decoration: none;
  gap: 6px;
  border-radius: 4px;
  min-width: 120px;
}

.custom_link img {
  height: 60px;
  width: 40px;
  object-fit: contain;
  line-height: 1;
}

.custom_link.selected {
  background-color: #000;
  color: rgb(var(--color-background));
  border-color: #000;
}


@media (max-width:767px){
  .card_price-discount .prihranek .amount{    display: inline-block;}
 .product-card-wrapper .price--sold-out .price__availability, .product-card-wrapper .price__regular {
    display: inline;
}
  .product-card-wrapper .collection .price {
    font-size: 18px;}
  .price__container{    width: 100%;}
  .product-grid-container .price__sale{display: inline-block;}
  .product-grid-container .product-card-wrapper .price .price-item{        font-size: 14.2px;}
  .od-text {
    font-size: 14px;}
.card_price-discount.card__badge{         max-width: 80%;   left: 7px;}
.product-grid-container .card--card.gradient, .product-grid-container .card__inner.gradient {
    --ratio-percent: 100% !important;
}
  .card__content .dimenzije{margin-top: 2px; letter-spacing: -.5px;}
  .collection .title_wrap_price .card__heading .full-unstyled-link{font-size: 17px;
        letter-spacing: -0.5px;}
  .prihranek .percent{    margin-bottom: 7px;
    display: inline-block;}
  
}

@media(min-width:992px){
.mega_menu--content .mega_menu--right {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Customize the scrollbar */
.mega_menu--content .mega_menu--right::-webkit-scrollbar {
  width: 8px;  /* Adjust the width of the scrollbar */
}

/* Customize the scrollbar track (the background of the scrollbar) */
.mega_menu--content .mega_menu--right::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Optional: Adjust track color */
}

/* Customize the scrollbar thumb (the draggable part of the scrollbar) */
.mega_menu--content .mega_menu--right::-webkit-scrollbar-thumb {
  background-color: #888;  /* Optional: Adjust thumb color */
  border-radius: 10px;  /* Optional: Make the thumb rounded */
}

/* Change the color of the scrollbar thumb on hover */
.mega_menu--content .mega_menu--right::-webkit-scrollbar-thumb:hover {
  background-color: #555;  /* Optional: Adjust thumb hover color */
}

}


.product-filter-wrap.hide__filter {
    display: none;
}
.product-grid-container .htc-addToCompare:nth-of-type(n+2){
  display: none;
}

/*------Timer------*/

.countdown-timer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.countdown-timer__offer span {
  font-size: 20px;
  font-weight: bold;
}
.countdown-timer__offer p {
  font-size: 14px;
}
.countdown-timer__timer {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.countdown-timer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-timer__item span:first-child {
  font-size: 24px;
  font-weight: bold;
}
.countdown_wrap {
  background:#000;
    no-repeat center;
  background-size: cover;
  display: flex;
  padding:8px 5px 3px 5px;
  justify-content: center;
  gap: 12rem;
  align-items: center;
}
.time_cover {
  display: flex;
  text-align: center;
  justify-content: space-between;
  gap: 5px;
}
.digit {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
}
.dots-text {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
  display: inline-block;
}
.timer_text {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-align: left;padding-left:4px;
 
  text-transform: uppercase;
}
.countdown_heading {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.countdown_heading-wrap {
  text-align: center;
  color: #999999;
  font-size: 8px;
  margin-top: 2px;
}
.rte.count__text {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 749px) {
  .card__content a.SI_trigger {
    padding: 0.8rem;
    min-width: calc(100% - 35px);
  }
  .countdown_wrap {
    background: #000;
  }
  .time_block {
    margin-top: -4px;
  }
  .digit {
    font-size: 24px;
  }
  .dots-text {
    font-size: 20px;
    min-width: 16px;
    line-height: 10px;
  }
  .time_cover {
    gap: 3px;
  }
  .countdown_wrap {
    gap: 1rem;
    justify-content: space-evenly;
    padding: 5px;
  }
  .dots-text {
    min-width: 10px;
  }
  .countdown_heading {
    font-size: 13px;
  }
  .product-coupon_item {
    width: 100%;
    min-width: 100%;
    height: 140px;
  }
}
variant-selects fieldset.product-form__input {
    overflow: visible;
}
variant-selects .tooltip li{list-style-position: outside}
variant-selects .tooltip ul{padding-left: 12px}
.zwei-inverse-img-text .image-with-text__grid--reverse .image-with-text__content {padding-left: 0}
.buil_routine__inner .video_slide .video_section-inner {
    padding-top: 0;
}
.buil_routine__inner .video_slide .video_section-inner video {position: static}
.moderner-infobereich .image-with-text__media-item .image-with-text__media {padding-bottom: 0!important}
.moderner-infobereich .image-with-text__media-item .image__wrap {
    position: static;
}
.page-page-contact main#MainContent h1.main-page-title {
    margin-bottom: 30px;
}
