/** Shopify CDN: Minification failed

Line 8564:15 Expected "}" to go with "{"

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

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: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

.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: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: var(--focused-base-outline);
  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: var(--focused-base-outline);
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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: var(--buttons-radius-outset);
  position: relative;
}

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

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

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  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.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* 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: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-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) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

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

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

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

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

/* Select */

.select .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: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

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

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

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

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

.field__button > .svg-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(0, 0, 0);
}

/* Text area */

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

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

/* Form global */

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

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

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

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

.form__message .icon,
.customer .form__message .svg-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 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

@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.1rem;
  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: 3;
}

.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 1fr auto;
    column-gap: 1rem;
  }

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

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

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

  .header--top-center {
    grid-template-areas:
      'left-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;
  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: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

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

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

.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;
  animation: animateMenuOpen var(--duration-default) ease;
}

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

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.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-bold {
  font-weight: var(--font-body-weight-bold);
}

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

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

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

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

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

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




/*
Theme Name: Core Store
Author: The4Studio
Author URI: https://the4.co/
Version: 1.0
NOTE: most of the CSS variables used are defined in the "css-variables.liquid" snippet file

/* -------------------------------------------
[Table of contents]
1. RESET
2. BASE
3. ACCESSIBILITY
4. LAYOUT
  4.1. Container
  4.2. Hepler Class
    4.2.1. Display
    4.2.2. Spacing
    4.2.3. Text, justify, align, place
    4.2.4. Other
  4.3. Grid
  4.4. Reveal In View
  4.5. Color Schemes
  4.6. Ratio and Object
  4.7. Header
5. COMPONENT
  5.0. Products
    5.0.1. Product card
    5.0.2. Product main
  5.1. Links
  5.2. Inputs
  5.3. Buttons
  5.4. Forms
  5.5. Table
  5.6. Slider
  5.7. Scroll slider
  5.8. Richtext editor
  5.9. Dialog
  5.10. Scrolling Text
  5.11. Tab
  5.12. Before After
  5.13. Media overlay Content
  5.14. Image Effect
  5.15. Tooltip
  5.16. Progress Bar
  5.17. LightBox Image
  5.18. Zoom Image
------------------------------------------- */



/* ==========================================================================
  1. RESET
  https://tailwindcss.com/docs/preflight
  ========================================================================== */
  /* ! tailwindcss v3.3.2 */
  *,
  ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: rgb(var(--color-base-text) / .12);
  }
  html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-padding-top: calc(var(--header-height, 0px) + 10px);
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  :where(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    /* color: inherit; */
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  :where(code, kbd, pre, samp) {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  :where(sub, sup) {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :where(button, input, optgroup, select, textarea) {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
  }
  :where(button, select) {
    text-transform: none;
  }
  :where([type="button"], [type="reset"], [type="submit"], button) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
  }
  :-moz-focusring {
    outline: auto;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  progress {
    vertical-align: baseline;
  }
  :where(::-webkit-inner-spin-button, ::-webkit-outer-spin-button) {
    height: auto;
  }
  [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  summary {
    list-style-type: none;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  :where(blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre, fieldset) {
    margin: 0;
  }
  :where(legend, fieldset) {
    padding: 0;
  }
  :where(menu, ol, ul) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  textarea {
    resize: vertical;
  }
  :where(input::placeholder, textarea::placeholder) {
    opacity: 1;
    color: rgb(var(--text-color) / .65);
  }
  :where([role="button"], button) {
    cursor: pointer;
  }
  :disabled,
  :disabled + label {
    cursor: default;
  }
  :where(button, label, summary, [role=button], [type=checkbox], [type=radio]) {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
  }
  /*
    Fast Tap
    enables no-delay taps (FastClick-esque) on supporting browsers
  */
  :where(a, button, [role="button"], input, label, select, textarea) {
    touch-action: manipulation;
  }
  :where(audio, canvas, embed, iframe, img, object, svg, video) {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  picture source {
    display: contents;
  }
  [hidden]:not([open], [closing]) {
    display: none !important;
  }
  /* By default Firefox show the alt tag of image while image is loading, which is often not desirable */
  img:-moz-loading {
    visibility: hidden;
  }
  :where(hdt-slider, hdt-slider-sync, hdt-slideshow, hdt-scrollsnap, hdt-scrollbar, hdt-dot-slider-outer, hdt-dialog, hdt-cart-openable, hdt-drawer, hdt-popover, hdt-richlist button, hdt-tab, hdt-before-after, hdt-height-observer, hdt-sticky-header, hdt-card-product, hdt-unit-price, hdt-reval-items, hdt-free-shipping-bar, hdt-progress-bar, hdt-line-item, hdt-block-required, hdt-video-player, hdt-model-player) {
    display: block;
  }
  :where(hdt-richlist, hdt-richlist img, hdt-compare-at-price, hdt-price) {
    display: inline-block;
  }

  :root {
    --color-scrollbar-track: 0 0 0;
    --color-scrollbar-thumb: 0 0 0;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --alpha-link: 0.85;
    --alpha-badge-border: 0.1;
    --color-link: 0,0,0;
    --duration-short: 100ms;
    --duration-default: 200ms;
    --duration-long: 500ms;
    --duration-extra-long: 600ms;
  }

/* ==========================================================================
  2. BASE
  ========================================================================== */
  html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
  }

  body {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    grid-template-columns: 100%;
    min-height: 100%;
    margin: 0;
    background-color: rgb(var(--color-base-background));
    color: rgb(var(--color-base-text));
    letter-spacing: var(--font-body-spacing);
    font: var(--font-body-style) var(--font-body-weight) var(--text-base) / var(--font-body-line-height) var(--font-body-family);
  }
  .dir--rtl body,
  .dir--rtl :is(h1, h2, h3, h4, h5, h6, .hdt-h0, .hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6) {
    letter-spacing: 0;
  }
  :where(.no-js:not(html),.no-js-inline,html.no-js .no-js-hidden) {
    display: none !important;
  }
  html.no-js .no-js:not(html) {
    display: block !important;
  }
  html.no-js .no-js-inline {
    display: inline-block !important;
  }

  :where(h1, h2, h3, h4, h5, h6, .hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6) {
    letter-spacing: var(--font-heading-spacing);
    font: var(--font-heading-style) var(--font-heading-weight) var(--text-base) / var(--font-heading-line-height) var(--font-heading-family);
    color: rgb(var(--color-foreground));
    word-break: break-word;
  }
  :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
  :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
  :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4){
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
  :where(h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h5) {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  :where(h6:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h6) {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
  }
  .hdt-base {
    font-size: var(--text-base);
  }

  @media only screen and (min-width: 768px) {
    :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
      font-size: calc(var(--font-heading-scale) * 6rem);
    }
    :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
      font-size: calc(var(--font-heading-scale) * 5rem);
    }
    :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
      font-size: calc(var(--font-heading-scale) * 4rem);
    }
    :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4) {
      font-size: calc(var(--font-heading-scale) * 3.2rem);
    }
    :where(h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h5) {
      font-size: calc(var(--font-heading-scale) * 2.8rem);
    }
    :where(h6:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h6) {
      font-size: calc(var(--font-heading-scale) * 2rem);
    }
  }

  @media only screen and (min-width: 1025px) {
    :where(h1:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h1) {
      font-size: calc(var(--font-heading-scale) * 8rem);
    }
    :where(h2:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h2) {
      font-size: calc(var(--font-heading-scale) * 6.8rem);
    }
    :where(h3:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h3) {
      font-size: calc(var(--font-heading-scale) * 5.2rem);
    }
    :where(h4:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6), .hdt-h4) {
      font-size: calc(var(--font-heading-scale) * 4.2rem);
    }
  }

  .hdt-text-xs {
    font-size: var(--text-xs)
  }
  .hdt-text-sm {
    font-size: var(--text-sm)
  }
  .hdt-text-base {
    font-size: var(--text-base)
  }
  .hdt-text-lg {
    font-size: var(--text-lg)
  }
  .hdt-text-xl {
    font-size: var(--text-xl)
  }
  .hdt-text-2xl {
    font-size: var(--text-2xl)
  }
  .hdt-text-4xl {
    font-size: var(--text-4xl)
  }
  .hdt-text-6xl {
    font-size: var(--text-6xl)
  }
  .hdt-text-8xl {
    font-size: var(--text-8xl)
  }
  .hdt-text-10xl {
    font-size: var(--text-10xl)
  }
  .hdt-text-12xl {
    font-size: var(--text-12xl)
  }
  .hdt-font-light {
    font-weight: var(--font-light)
  }
  .hdt-font-normal {
    font-weight: var(--font-normal)
  }
  .hdt-font-medium {
    font-weight: var(--font-medium)
  }
  .hdt-font-semibold {
    font-weight: var(--font-semibold)
  }
  .hdt-font-bold {
    font-weight: var(--font-bold)
  }
  .hdt-font-extrabold {
    font-weight: var(--font-extrabold)
  }
  .hdt-font-black {
    font-weight: var(--font-black)
  }

  .hdt-rounded-2xs {
    border-radius: var(--rounded-2xs);
  }
  .hdt-rounded-xs {
    border-radius: var(--rounded-xs);
  }
  .hdt-rounded-sm {
    border-radius: var(--rounded-sm);
  }
  .hdt-rounded {
    border-radius: var(--rounded);
  }
  .hdt-rounded-lg {
    border-radius: var(--rounded-lg);
  }
  .hdt-rounded-full {
    border-radius: var(--rounded-full);
  }
  .hdt-rounded-f {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
  }

  .hdt-form__label {
    display: block;
    margin-bottom: 0.6rem;
  }
  .hdt-form__wrapp {
    position: relative;
  }
  .hdt-btn, .hdt-button {
    background-color: rgb(var(--color-button, var(--color-base-text)));
    color: rgb(var(--color-button-text, var(--color-base-background)));
    padding: var(--spacing-1) var(--spacing-2);
    letter-spacing: var(--font-body-spacing);
    line-height: var(--button-line-height);
    border-radius: var(--rounded-button);
  }
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.25rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-inline-end: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
  .dir--rtl select {
    background-position: 0.25rem center;
  }

  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
  }

  [type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1.6rem;
    width: 1.6rem;
    color: rgb(var(--color-accent, 0 0 0));
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }

  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active)  {

    [type='checkbox']:checked {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }

  @media (forced-colors: active)  {

    [type='radio']:checked {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='checkbox']:checked:focus, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  @media screen and (pointer: fine) {
    [type='checkbox']:checked:hover, [type='radio']:checked:hover {
      border-color: transparent;
      background-color: currentColor;
    }
  }

  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  @media (forced-colors: active)  {

    [type='checkbox']:indeterminate {
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
    }
  }

  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  :where(.hdt-input, .hdt-textarea, .hdt-select) {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border-radius: var(--rounded-input);
    background: rgb(var(--color-input-background, transparent));
    color: rgb(var(--color-input-text, var(--color-base-text)));
    text-align: start;
    border-width: 1px;
    height: var(--height-input);
    padding: var(--padding-block-input) var(--padding-inline-input);
    transition: border-color .1s ease-in-out;
  }
  .hdt-textarea {
    height: auto;
  }
  .hdt-select {
    padding-inline-start: 1.5rem;
    padding-inline-end: 3rem;
  }
  .hdt-select ~ svg {
    pointer-events: none;
    position: absolute;
    inset-inline-end: 1rem;
    width: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease;
  }
  .hdt-select[aria-expanded="true"] ~ svg {
    transform: translateY(-50%) rotate(180deg);
  }
  :is(.hdt-input:focus,.hdt-textarea:focus,.hdt-select:focus-visible) {
    border-color: currentColor;
    outline: none;
  }
  .is-uncheck :is(input, textarea) {
    border-color: rgb(var(--color-error-text)) !important;
  }

/* ==========================================================================
  3. ACCESSIBILITY
  ========================================================================== */

  .sr-only {
    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;
  }
  .focus-none {
    box-shadow: none !important;
    outline: 0 !important;
  }

  .sr-only--inline  {
    margin: 0;
    height: 1em;
  }
  *:focus-visible {
    outline: 0.2rem solid rgb(var(--color-focus));
    outline-offset: 0.3rem;
    /* box-shadow: 0 0 0 0.3rem rgb(var(--color-base-text)),0 0 0.5rem 0.4rem rgb(var(--color-base-text)); */
  }
  .sr-only[type=checkbox]:focus-visible + label,
  .sr-only[type=radio]:focus-visible + label {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-base-background)),0 0 0 0.4rem rgb(var(--color-focus));
  }
  .skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
  }
  .sr-focus-fix-oh:focus-visible:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 0.2rem rgb(var(--color-focus)) !important;
    z-index: 40;
    pointer-events: none;
  }

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

  .hdt-full-width-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hdt-loading-bar {
    pointer-events: none;
    background-color: rgb(var(--color-accent));
    box-shadow: 0 0 6px rgb(var(--color-accent)), 0 0 0px rgb(var(--color-accent));
    width: 100%;
    height: 2px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transform: scaleX(0);
    transform-origin: var(--value-origin-start);
  }
  @media screen and (min-width: 768px) {
    .hdt-loading-bar {
      height: 3px;
    }
  }

  /* ==========================================================================
    4. LAYOUT
    ========================================================================== */

    /*================ 4.1. Container ================*/
    /* :root {
      --stretch-max: 15px;
      --stretch-lg-max: 30px;
      --stretch-md-max: 30px;
    } */
    .hdt-container,
    .hdt-container-full {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    .hdt-container {
      padding: 0 1.5rem;
    }
    /* .hdt-container--stretch {
      width: 100%;
      padding-inline-start: max(var(--stretch-max), (100% - var(--container-max-width)) / 2);
    }
    @media (min-width: 768px) {
      :root {
        --stretch-max: var(--stretch-md-max);
      }
    } */
    @media (min-width: 768px) {
      .hdt-container {
        max-width: var(--container-max-width-padding-md);
        padding: 0 3rem;
      }
    }
    @media (min-width: 1150px) {
      .hdt-container {
        max-width: var(--container-max-width-padding-lg);
        padding: 0 5rem;
      }
    }

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

    /*================ 4.2. Hepler Class ================*/
      /*================ 4.2.1. Display ================*/
      .hdt-hidden {
        display: none;
      }
      .hdt-block {
        display: block;
      }
      .hdt-inline-block {
        display: inline-block;
      }
      .hdt-inline {
        display: inline;
      }
      .hdt-flex {
        display: flex;
      }
      .hdt-inline-flex {
        display: inline-flex;
      }
      .hdt-grid {
        display: grid;
      }
      .hdt-inline-grid {
        display: inline-grid;
      }
      .hdt-contents {
        display: contents;
      }
      .hdt-order-first {
        order: -9999;
      }
      .hdt-order-last {
        order: 9999;
      }
      @media (min-width: 768px) {
        .md\:hdt-hidden {
          display: none;
        }
        .md\:hdt-block {
          display: block;
        }
        .md\:hdt-inline-block {
          display: inline-block;
        }
        .md\:hdt-inline {
          display: inline;
        }
        .md\:hdt-flex {
          display: flex;
        }
        .md\:hdt-inline-flex {
          display: inline-flex;
        }
        .md\:hdt-grid {
          display: grid;
        }
        .md\:hdt-inline-grid {
          display: inline-grid;
        }
        .md\:hdt-order-first {
          order: -9999;
        }
        .md\:hdt-order-last {
          order: 9999;
        }
      }
      @media (min-width: 1150px) {
        .lg\:hdt-hidden {
          display: none;
        }
        .lg\:hdt-block {
          display: block;
        }
        .lg\:hdt-inline-block {
          display: inline-block;
        }
        .lg\:hdt-inline {
          display: inline;
        }
        .lg\:hdt-flex {
          display: flex;
        }
        .lg\:hdt-inline-flex {
          display: inline-flex;
        }
        .lg\:hdt-grid {
          display: grid;
        }
        .lg\:hdt-inline-grid {
          display: inline-grid;
        }
        .lg\:hdt-order-first {
          order: -9999;
        }
        .lg\:hdt-order-last {
          order: 9999;
        }
      }
      @media screen and (max-width: 767px) {
        .hdt-hidden\@mobile {
          display: none !important;
        }
      }
      @media screen and (min-width: 768px) and (max-width: 1149px) {
        .hdt-hidden\@tablet {
          display: none !important;
        }
      }

      /*================ 4.2.2. Spacing ================*/
      .hdt-p-0 {
        padding: 0;
      }
      .hdt-p-10 {
        padding: 10px;
      }
      .hdt-p-15 {
        padding: 15px;
      }
      .hdt-p-20 {
        padding: 20px;
      }
      .hdt-px-0 {
        padding-inline-start: 0;
        padding-inline-end: 0;
      }
      .hdt-ps-15 {
        padding-inline-start: 15px;
      }
      .hdt-pe-15 {
        padding-inline-end: 15px;
      }
      .hdt-px-15 {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
      }
      .hdt-section-spacing {
        padding-top: calc(var(--section-pt) * calc( var(--section-prate, 75) / 100 ));
        padding-bottom: calc(var(--section-pb) * calc( var(--section-prate, 75) / 100 ));
      }
      @media (min-width: 768px) {
        .md\:hdt-px-0 {
          padding-inline-start: 0;
          padding-inline-end: 0;
        }
        .md\:hdt-ps-30 {
          padding-inline-start: 30px;
        }
        .md\:hdt-pe-30 {
          padding-inline-end: 30px;
        }
        .md\:hdt-px-30 {
          padding-inline-start: 30px;
          padding-inline-end: 30px;
        }
        .md\:hdt-ps-max {
          padding-inline-start: max(3rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .md\:hdt-pe-max {
          padding-inline-end: max(3rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .hdt-section-spacing {
          padding-top: calc(var(--section-pt) * .85);
          padding-bottom: calc(var(--section-pb) * .85);
        }
      }
      @media (min-width: 1150px) {
        .lg\:hdt-px-0 {
          padding-inline-start: 0;
          padding-inline-end: 0;
        }
        .lg\:hdt-px-30 {
          padding-inline-start: 30px;
          padding-inline-end: 30px;
        }
        .lg\:hdt-px-40 {
          padding-inline-start: 40px;
          padding-inline-end: 40px;
        }
        .lg\:hdt-px-50 {
          padding-inline-start: 50px;
          padding-inline-end: 50px;
        }
        .lg\:hdt-ps-50 {
           padding-inline-start: 50px;
        }
        .lg\:hdt-pe-50 {
           padding-inline-end: 50px;
        }
        .lg\:hdt-ps-max {
          padding-inline-start: max(5rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .lg\:hdt-pe-max {
          padding-inline-end: max(5rem, (100vw - var(--container-max-width) - var(--scrollbar-w)) / 2);
        }
        .hdt-section-spacing {
          padding-top: var(--section-pt);
          padding-bottom: var(--section-pb);
        }
      }

      /*================ 4.2.3. Text, justify, align, place ================*/
      .hdt-text-start,
      .hdt-text-left {
        text-align: start;
      }

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

      .hdt-text-end,
      .hdt-text-right {
        text-align: end;
      }

      .hdt-justify-start {
        justify-content: start;
      }

      .hdt-justify-center {
        justify-content: safe center;
      }

      .hdt-justify-end {
        justify-content: end;
      }

      .hdt-justify-between {
        justify-content: space-between;
      }

      .hdt-justify-items-start {
        justify-items: start;
      }

      .hdt-justify-items-center {
        justify-items: safe center;
      }

      .hdt-justify-items-end {
        justify-items: end;
      }

      .hdt-justify-self-start {
        justify-self: start;
      }

      .hdt-justify-self-center {
        justify-self: center;
      }

      .hdt-justify-self-end {
        justify-self: end;
      }

      .hdt-align-start {
        align-items: start;
      }

      .hdt-align-center {
        align-items: center;
      }

      .hdt-align-end {
        align-items: end;
      }

      .hdt-align-self-start {
        align-self: start;
      }

      .hdt-align-self-center {
        align-self: center;
      }

      .hdt-align-self-end {
        align-self: end;
      }

      .hdt-place-self-start {
        place-self: start;
      }

      .hdt-place-self-start-center {
        place-self: start center;
      }

      .hdt-place-self-start-end {
        place-self: start end;
      }

      .hdt-place-self-center {
        place-self: center;
      }

      .hdt-place-self-center-start {
        place-self: center start;
      }

      .hdt-place-self-center-end {
        place-self: center end;
      }

      .hdt-place-self-end {
        place-self: end;
      }

      .hdt-place-self-end-start {
        place-self: end start;
      }

      .hdt-place-self-end-center {
        place-self: end center;
      }
      @media (min-width: 768px) {
        .md\:hdt-text-start,
        .md\:hdt-text-left {
          text-align: start;
        }

        .md\:hdt-text-center {
          text-align: center;
        }

        .md\:hdt-text-end,
        .md\:hdt-text-right {
          text-align: end;
        }

        .md\:hdt-justify-start {
          justify-content: start;
        }

        .md\:hdt-justify-center {
          justify-content: safe center;
        }

        .md\:hdt-justify-end {
          justify-content: end;
        }

        .md\:hdt-justify-between {
          justify-content: space-between;
        }

        .md\:hdt-justify-items-start {
          justify-items: start;
        }

        .md\:hdt-justify-items-center {
          justify-items: safe center;
        }

        .md\:hdt-justify-items-end {
          justify-items: end;
        }

        .md\:hdt-justify-self-start {
          justify-self: start;
        }

        .md\:hdt-justify-self-center {
          justify-self: center;
        }

        .md\:hdt-justify-self-end {
          justify-self: end;
        }

        .md\:hdt-align-start {
          align-items: start;
        }

        .md\:hdt-align-center {
          align-items: center;
        }

        .md\:hdt-align-end {
          align-items: end;
        }

        .md\:hdt-align-self-start {
          align-self: start;
        }

        .md\:hdt-align-self-center {
          align-self: center;
        }

        .md\:hdt-align-self-end {
          align-self: end;
        }

        .md\:hdt-place-self-start {
          place-self: start;
        }

        .md\:hdt-place-self-start-center {
          place-self: start center;
        }

        .md\:hdt-place-self-start-end {
          place-self: start end;
        }

        .md\:hdt-place-self-center {
          place-self: center;
        }

        .md\:hdt-place-self-center-start {
          place-self: center start;
        }

        .md\:hdt-place-self-center-end {
          place-self: center end;
        }

        .md\:hdt-place-self-end {
          place-self: end;
        }

        .md\:hdt-place-self-end-start {
          place-self: end start;
        }

        .md\:hdt-place-self-end-center {
          place-self: end center;
        }
      }
      @media (min-width: 1150px) {
        .lg\:hdt-text-start,
        .lg\:hdt-text-left {
          text-align: start;
        }

        .lg\:hdt-text-center {
          text-align: center;
        }

        .lg\:hdt-text-end,
        .lg\:hdt-text-right {
          text-align: end;
        }

        .lg\:hdt-justify-start {
          justify-content: start;
        }

        .lg\:hdt-justify-center {
          justify-content: safe center;
        }

        .lg\:hdt-justify-end {
          justify-content: end;
        }

        .lg\:hdt-justify-between {
          justify-content: space-between;
        }

        .lg\:hdt-justify-items-start {
          justify-items: start;
        }

        .lg\:hdt-justify-items-center {
          justify-items: safe center;
        }

        .lg\:hdt-justify-items-end {
          justify-items: end;
        }

        .lg\:hdt-justify-self-start {
          justify-self: start;
        }

        .lg\:hdt-justify-self-center {
          justify-self: center;
        }

        .lg\:hdt-justify-self-end {
          justify-self: end;
        }

        .lg\:hdt-align-start {
          align-items: start;
        }

        .lg\:hdt-align-center {
          align-items: center;
        }

        .lg\:hdt-align-end {
          align-items: end;
        }

        .lg\:hdt-align-self-start {
          align-self: start;
        }

        .lg\:hdt-align-self-center {
          align-self: center;
        }

        .lg\:hdt-align-self-end {
          align-self: end;
        }

        .lg\:hdt-place-self-start {
          place-self: start;
        }

        .lg\:hdt-place-self-start-center {
          place-self: start center;
        }

        .lg\:hdt-place-self-start-end {
          place-self: start end;
        }

        .lg\:hdt-place-self-center {
          place-self: center;
        }

        .lg\:hdt-place-self-center-start {
          place-self: center start;
        }

        .lg\:hdt-place-self-center-end {
          place-self: center end;
        }

        .lg\:hdt-place-self-end {
          place-self: end;
        }

        .lg\:hdt-place-self-end-start {
          place-self: end start;
        }

        .lg\:hdt-place-self-end-center {
          place-self: end center;
        }

      }

      /*================ 4.2.4. Other ================*/
      .hdt-oh {
        overflow: hidden;
      }
      .hdt-ov {
        overflow: visible;
      }
      .hdt-pe-none {
        pointer-events: none;
      }
      .hdt-fixed {
        position: fixed;
      }
      .hdt-relative {
        position: relative;
      }
      .hdt-absolute {
        position: absolute;
      }
      .hdt-top-0 {
        top: 0;
      }
      .hdt-bottom-0 {
        bottom: 0;
      }
      .dir--ltr .hdt-left-0 {
        left: 0;
      }
      .dir--ltr .hdt-right-0 {
        right: 0;
      }
      .dir--rtl .hdt-left-0 {
        right: 0;
      }
      .dir--rtl .hdt-right-0 {
        left: 0;
      }
      .hdt-flex-col {
        flex-direction: column;
      }
      .hdt-grid-1x1 {
        grid-area: 1 / -1;
      }
      .hdt-w-full {
        width: 100%;
      }
      .hdt-h-full {
        height: 100%;
      }
      .hdt-truncate {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
      }
      .hdt-line-clamp {
        -webkit-line-clamp: var(--line-clamp-count, 2);
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
      }
      hdt-need-checked-to-use [disabled] {
        opacity: 0.5;
        pointer-events: none;
      }
      @media (min-width: 1025px) {
        .hdt-scrollbar-light {
          --color-scrollbar-track: 255 255 255;
          --color-scrollbar-thumb: 255 255 255;
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar,
        .hdt-current-scrollbar::-webkit-scrollbar {
          height: 5px; /* height of horizontal scrollbar */
          width: 5px;  /* width of vertical scrollbar */
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar-track,
        .hdt-current-scrollbar::-webkit-scrollbar-track {
          background-color: rgb(var(--color-scrollbar-track) / .05)
        }
        .hdt-parent-scrollbar ::-webkit-scrollbar-thumb,
        .hdt-current-scrollbar::-webkit-scrollbar-thumb {
          background-color: rgb(var(--color-scrollbar-thumb) / .12);
          border-radius: 8px;
        }
      }

    /*================ 4.3. Grid ================*/

      /*================ 4.3.1. Grid CSS ================*/
        .hdt-row-grid {
          display: grid;
          column-gap: var(--spacing-x);
          row-gap: var(--spacing-y);
          grid-template-columns: repeat(var(--cols,1), minmax(0, 1fr));
        }
        .hdt-row-grid--modify {
          --col-width: calc(100% / var(--cols) - var(--spacing-x) * ((var(--cols) - 1) / var(--cols)));
          --col-grid: auto / repeat(auto-fit, var(--col-width));
          grid: var(--col-grid);
        }
        .hdt-grid-cols-0,
        .hdt-grid-cols-1 {
          --cols: 1;
        }
        .hdt-grid-cols-2 {
          --cols: 2;
        }
        .hdt-grid-cols-3 {
          --cols: 3;
        }
        .hdt-grid-cols-4 {
          --cols: 4;
        }
        .hdt-grid-cols-5 {
          --cols: 5;
        }
        .hdt-grid-cols-6 {
          --cols: 6;
        }
        @media (min-width: 768px) {
          .md\:hdt-grid-cols-0,
          .md\:hdt-grid-cols-1 {
            --cols: 1;
          }
          .md\:hdt-grid-cols-2 {
            --cols: 2;
          }
          .md\:hdt-grid-cols-3 {
            --cols: 3;
          }
          .md\:hdt-grid-cols-4 {
            --cols: 4;
          }
          .md\:hdt-grid-cols-5 {
            --cols: 5;
          }
          .md\:hdt-grid-cols-6 {
            --cols: 6;
          }
          .md\:hdt-grid-cols-12 {
            --cols: 12;
          }
        }
        @media (min-width: 1150px) {
          .lg\:hdt-grid-cols-0,
          .lg\:hdt-grid-cols-1 {
            --cols: 1;
          }
          .lg\:hdt-grid-cols-2 {
            --cols: 2;
          }
          .lg\:hdt-grid-cols-3 {
            --cols: 3;
          }
          .lg\:hdt-grid-cols-4 {
            --cols: 4;
          }
          .lg\:hdt-grid-cols-5 {
            --cols: 5;
          }
          .lg\:hdt-grid-cols-6 {
            --cols: 6;
          }
          .lg\:hdt-grid-cols-12 {
            --cols: 12;
          }
          /* https://web.dev/patterns/layout/twelve-span-grid/ */
          /* .lg\:hdt-grid-col-3 {
            grid-column: 1 / span 3;
          }
          .lg\:hdt-grid-col-9 {
            grid-column: 4 / span 12;
          } */
        }

      /*================ 4.3.2. Flex CSS ================*/
       .hdt-row-flex {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          column-gap: var(--spacing-x);
          row-gap: var(--spacing-y);
        }
        .hdt-row-flex .hdt-col {
          flex: 0 0 auto;
          max-width: 100%;
          width: calc(100% / var(--cols) - (var(--spacing-x, 0px) * calc( var(--cols) - 1) / var(--cols)));
        }
        .hdt-flex-cols-1 {
          --cols: 1;
        }
        .hdt-flex-cols-2 {
          --cols: 2;
        }
        .hdt-flex-cols-3 {
          --cols: 3;
        }
        .hdt-flex-cols-4 {
          --cols: 4;
        }
        .hdt-flex-cols-5 {
          --cols: 5;
        }
        .hdt-flex-cols-6 {
          --cols: 6;
        }

        /* .hdt-row-flex .hdt-col.hdt-col-10 {
          flex: 0 0 10%;
          max-width: 10%;
        }
        .hdt-row-flex .hdt-col.hdt-col-16,
        .hdt-row-flex .hdt-col.hdt-col-17 {
          flex: 0 0 16.6666667%;
          max-width: 16.6666667%;
        }
        .hdt-row-flex .hdt-col.hdt-col-20 {
          flex: 0 0 20%;
          max-width: 20%;
        }
        .hdt-row-flex .hdt-col.hdt-col-25 {
          flex: 0 0 25%;
          max-width: 25%;
        }
        .hdt-row-flex .hdt-col.hdt-col-33,
        .hdt-row-flex .hdt-col.hdt-col-34 {
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
        }
        .hdt-row-flex .hdt-col.hdt-col-40 {
          flex: 0 0 40%;
          max-width: 40%;
        }
        .hdt-row-flex .hdt-col.hdt-col-50 {
          flex: 0 0 50%;
          max-width: 50%;
        }
        .hdt-row-flex .hdt-col.hdt-col-60 {
          flex: 0 0 60%;
          max-width: 60%;
        }
        .hdt-row-flex .hdt-col.hdt-col-66,
        .hdt-row-flex .hdt-col.hdt-col-67 {
          flex: 0 0 66.6666%;
          max-width: 66.6666%;
        }
        .hdt-row-flex .hdt-col.hdt-col-75 {
          flex: 0 0 75%;
          max-width: 75%;
        }
        .hdt-row-flex .hdt-col.hdt-col-80 {
          flex: 0 0 80%;
          max-width: 80%;
        }
        .hdt-row-flex .hdt-col.hdt-col-83,
        .hdt-row-flex .hdt-col.hdt-col-84 {
          flex: 0 0 83.3333333%;
          max-width: 83.3333333%;
        }
        .hdt-row-flex .hdt-col.hdt-col-90 {
          flex: 0 0 90%;
          max-width: 90%;
        } */
        @media (min-width: 768px) {
          .md\:hdt-flex-cols-1 {
            --cols: 1;
          }
          .md\:hdt-flex-cols-2 {
            --cols: 2;
          }
          .md\:hdt-flex-cols-3 {
            --cols: 3;
          }
          .md\:hdt-flex-cols-4 {
            --cols: 4;
          }
          .md\:hdt-flex-cols-5 {
            --cols: 5;
          }
          .md\:hdt-flex-cols-6 {
            --cols: 6;
          }
        }
        @media (min-width: 1150px) {
          .lg\:hdt-flex-cols-1 {
            --cols: 1;
          }
          .lg\:hdt-flex-cols-2 {
            --cols: 2;
          }
          .lg\:hdt-flex-cols-3 {
            --cols: 3;
          }
          .lg\:hdt-flex-cols-4 {
            --cols: 4;
          }
          .lg\:hdt-flex-cols-5 {
            --cols: 5;
          }
          .lg\:hdt-flex-cols-6 {
            --cols: 6;
          }
          .lg\:hdt-flex-cols-7 {
            --cols: 7;
          }
          .lg\:hdt-flex-cols-8 {
            --cols: 8;
          }
        }
    /*================ 4.4. Reveal In View ================*/
    @media (prefers-reduced-motion: no-preference) {
      .hdt-reveal-in-view:root {
      --animation-slide-in: revealSlideIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1) forwards;
      --animation-fade-in: reveaFadeIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1);
      }
      .hdt-reveal-in-view :where([hdt-reveal="fade-in"], [hdt-reveal="slide-in"]):not([animationend]) {
        opacity: 0.01;
      }

      .js hdt-reval-items[reveal-on-scroll=true] :where(.hdt-card-product, .hdt-reval-item),
      .js [reval] {
        opacity:0;
      }
      .hdt-reveal-in-view [hdt-reveal="slide-in"]:not([animationend]) {
        transform: translateY(2rem);
      }

      .hdt-reveal-in-view [hdt-reveal="fade-in"]:not(.hdt-reveal--offscreen, [animationend]) {
        opacity: 1;
        animation: var(--animation-fade-in);
      }

      .hdt-reveal-in-view [hdt-reveal="slide-in"]:not(.hdt-reveal--offscreen, [animationend]) {
        animation: var(--animation-slide-in);
        animation-delay: calc(var(--animation-order) * 75ms);
      }

      .hdt-reveal-in-view :where([hdt-reveal="fade-in"].hdt-reveal--design-mode, [hdt-reveal="slide-in"].hdt-reveal--design-mode, [hdt-reveal]:not(.hdt-reveal--offscreen).hdt-reveal--cancel):not([animationend]) {
        opacity: 1;
        animation: none;
        transition: none;
      }

      .hdt-reveal-in-view [hdt-reveal="slide-in"].hdt-reveal--design-mode:not([animationend]) {
        transform: translateY(0);
      }

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

      @keyframes reveaFadeIn {
        from {
          opacity: 0.01;
        }
        to {
          opacity: 1;
        }
      }
    }
    /*================ 4.5. Color Schemes ================*/
    .hdt-s-gradient {
      background: rgb(var(--color-background));
      background: var(--gradient-background);
      /* background-attachment: fixed; */
    }
    .hdt-s-text {
      color: rgb(var(--color-foreground));
    }
    .hdt-s-text2 {
      color: rgb(var(--color-foreground2));
    }

  /*================ 4.6. Ratio and Object ================*/
    .hdt-ratio > *:not(.zoom),
    .hdt-ratio model-viewer {
      display: block;
      max-width: 100%;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
    }
    .hdt-ratio--contain .hdt-ratio > img,
    .hdt-object-contain {
      object-fit: contain;
    }
    .hdt-object-center {
      object-position: center;
    }
    .hdt-object-cover {
      object-fit: cover;
    }
    .hdt-object-fill {
      object-fit: fill;
    }
    .hdt-ratio {
      display: flex;
      width: 100%;
      position: relative;
      align-items: stretch;
    }
    .hdt-ratio::before {
      content: '';
      width: 0;
      height: 0;
      display: block !important;
      padding-bottom: var(--ratio-percent);
    }
    .hdt-ratio--smart::before {
      content: '';
      display: block !important;
      padding-bottom: var(--ratio-percent);
      grid-area: 1/-1;
    }

    .hdt-ratio-3-2 {
      --ratio-percent: 150%;
    }

    .hdt-ratio--asos {
      --ratio-percent: 127.7777778%;
    }

    .hdt-ratio--portrait {
      --ratio-percent: 125%;
    }

    .hdt-ratio--square {
      --ratio-percent: 100%;
    }

    .hdt-ratio-4-3 {
      --ratio-percent: 75%;
    }

    .hdt-ratio--landscape {
     --ratio-percent: 66.6%;
    }

    /* .hdt-ratio--cropped {
     --ratio-percent: 56%;
    } */

    /* .hdt-ratio--16-9,
    .hdt-ratio--video {
     --ratio-percent: 56.25%;
    } */

    .hdt-ratio--circle {
      --ratio-percent: 100%;
      border-radius: 50%;
    }

    .hdt-ratio--adapt_image .hdt-ratio {
      --ratio-percent: calc(100% / (var(--aspect-ratioapt)))
    }
    @media screen and (min-width: 768px) {
      /* .md\:hdt-ratio--16-9,
      .md\:hdt-ratio--video {
        --ratio-percent: 56.25%;
      } */
      /* .md\:hdt-smart-bg-url {
        --bg-image-url: var(--bg-image-url-md) !important;
      } */
      .md\:hdt-ratio--adapt_image .hdt-ratio {
        --aspect-ratioapt: var(--aspect-ratioapt-md) !important;
        --ratio-percent: calc(100% / (var(--aspect-ratioapt)))
      }
    }

    /* @media screen and (min-width: 990px) {
      .hdt-ratio--cropped {
        padding-bottom: 63%;
      }
    } */
    @media screen and (max-width: 767px) {
      .hdt-object-pos-mb {
        object-position: var(--object-pos-mb, 50% 50%) !important
      }
    }

    /*================ 4.7. Header ================*/
    .hdt-section-header.shopify-section-group-header-group {
      z-index: 20;
    }
    .shopify-section-group-header-group {
      z-index: 23;
    }
    .hdt-section-header {
      position: sticky;
    }
    .shopify-section-header-sticky {
      top: 0;
    }
    .hdt-section-header ~ .shopify-section-group-header-group {
      z-index: initial;
    }
    .shopify-section-header-hidden {
      top: calc(-1 * var(--header-height));
    }
    .shopify-section-header-hidden.menu-open {
      top: 0;
    }
    .hdt-section-header.animate {
      transition: top 0.15s ease-out;
    }
    .hdt-sticky-header {
      --show-transparent-logo: 0;
      transition: background-color .2s, color .2s, border .2s, box-shadow .2s;
    }
    .hdt-header__logo {
      width: var(--header-logo-width);
      height: var(--header-logo-height);
      max-width: 100%;
      opacity: calc(1 - var(--show-transparent-logo));
      transition: opacity .2s;
    }
    .hdt-header__logo--transparent {
      opacity: var(--show-transparent-logo);
    }
    .hdt-header__logo:not(.hdt-header__logo--transparent):last-child {
      --show-transparent-logo: 0;
    }
    .hdt-header__logo-link {
      display: grid;
      place-items: center;
      text-decoration: none;
      word-break: break-word;
      position: relative
    }
    .hdt-header__logo-link > span {
      line-height: 1;
    }
    h1.hdt-header__logo-wrapper {
      margin: 0;
      line-height: 0;
      font-size: 0;
      padding: 0.75rem;
    }
    :where(.hdt-mega-menu, .hdt-dropdown-menu) {
      position: absolute;
      top: 100% !important;
      left: 0;
      right: auto;
      min-width: 20rem;
      max-width: calc(100vw - var(--scrollbar-w, 0px));
      width: var(--mega-width, 100%);
      padding: 20px;
      background-color: var(--gradient-background, #f5f5f5);
    }
    [position="center_on_screen"] :where(.hdt-mega-menu, .hdt-dropdown-menu) {
      left: 50%;
    }
    .hdt-dropdown-menu {
      max-width: 30rem;
      width: max-content;
    }
    /* Transparent */
    /* @supports selector(:has(> *)) {
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header {
        position: relative;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: inset(0 0 100% 0);
        z-index: -1;
        background: rgb(var(--color-background));
        background: var(--gradient-background);
        transition: clip-path .25s ease;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:hover {
        background: transparent;
      }
      :has(.section-allow-transparent.hdt-section:first-child):not(:has(.hdt-section-header + .shopify-section-group-header-group)) .hdt-sticky-header:hover:before {
        clip-path: inset(0);
      }
    } */
    /* end Transparent */
  /* ==========================================================================
    5. COMPONENT
    ========================================================================== */

    /*================ 5.0. Products ================*/
      /* Effect filter */
      .shopify-section[loading] {
        opacity: 0.5;
        pointer-events: none;
      }
      .hdt-quantity__button svg {
        pointer-events: none;
      }
      /*================ 5.0.1. Product card ================*/
      .hdt-card-align-left {
        text-align: start;
        justify-items: start;
      }
      .hdt-card-align-left :where(.hdt-color-list, .hdt-size-list) {
        justify-content: start;
      }
      .hdt-card-align-center {
        text-align: center;
        justify-items: safe center;
      }
      .hdt-card-align-center :where(.hdt-color-list, .hdt-size-list) {
        justify-content: safe center;
      }
      .hdt-card-align-right {
        text-align: end;
        justify-items: end;
      }
      .hdt-card-align-right :where(.hdt-color-list, .hdt-size-list) {
        justify-content: end;
      }
      .hdt-card-product__media {
        position: relative;
      }
      .hdt-card-product__media-wrapp {
        overflow: hidden;
      }
      .hdt-card-product__media :where(.hdt-card-product__btn-wishlist, .hdt-card-product__btn-compare) {
        position: absolute;
        z-index: 4;
      }
      .hdt-card-product .hdt-cd--complete.hdt-cd--hide {
        display: none;
      }
      .hdt-card-product__media--hover {
        display: none !important;
      }
      @media screen and (pointer: fine) {
        .hdt-card-product__media--hover {
          display: block !important;
          background-color: rgb(var(--color-base-background));
          opacity: 0;
          transition: none;
        }
        .hdt-card-product__media:hover .hdt-card-product__media--hover {
          opacity: 1;
        }
      }
      @media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
        .hdt-card-product__media--hover {
          transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        }
        /*
        0. No animation
        */
        .hdt-pr-img__effect-none .hdt-card-product__media--hover {
            transition: none;
        }
        /*
        1. Opacity
        */
        .hdt-pr-img__effect-opacity .hdt-card-product__media--hover {
          transition: all .3s ease;
        }

        /* 2. Zoom */
        .hdt-pr-img__effect-zoom .hdt-card-product__media:hover .hdt-card-product__media--hover {
          transform: scale(1.09);
        }

        /* 3. Move Bottom */
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media--main {
          opacity: 1;
          transition: transform .4s ease;
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media--hover {
          transform: translate(-0,-100%);
          transition: transform .4s ease;
          opacity: 1;
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media:hover .hdt-card-product__media--main:not(:only-child) {
            transform: translateY(100%);
        }
        .hdt-pr-img__effect-move_bottom .hdt-card-product__media:hover .hdt-card-product__media--hover {
            transform: translate(0,0);
        }

        /* 4. Flip Card */
        @supports selector(:has(> *)) {
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) {
            perspective: 1000px;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) .hdt-card-product__media-wrapp {
            transition: transform 0.6s;
            transform-style: preserve-3d;
            overflow: visible;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover) .hdt-card-product__media-wrapp img {
            backface-visibility: hidden;
            opacity: 1;
          }
          .hdt-pr-img__effect-flip .hdt-card-product__media:has(.hdt-card-product__media--hover):hover .hdt-card-product__media-wrapp,
          .hdt-pr-img__effect-flip .hdt-card-product__media--hover {
            transform: rotateY(180deg);
          }
        }

        /* 5. Rotate Zoom */
        .hdt-pr-img__effect-rotate .hdt-card-product__media--hover {
            transition:  opacity .5s, transform 1.4s cubic-bezier(0,0,.44,1.18);
        }
        .hdt-pr-img__effect-rotate .hdt-card-product__media:hover .hdt-card-product__media--hover {
            -webkit-transform: scale(1.25) rotate(10deg);
            transform: scale(1.25) rotate(10deg);
        }
      }
      .hdt-price__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: self-end;
        gap: 1rem;
        line-height: 1;
      }
      .hdt-price {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
      }
      .hdt-price-wrapp {
        color: rgb(var(--color-pr-price));
      }
      .hdt-compare-at-price {
        text-decoration: line-through;
        color: rgb(var(--color-pr-price) / .55);
        font-size: 1.3rem;
      }
      .hdt-compare-at-price:not([hidden]) + .hdt-price:not(.hdt-price-item--range) {
        color: rgb(var(--color-pr-sale-price));
      }
      .hdt-unit-price {
        display: block;
        font-size: 1.1rem;
        letter-spacing: 0.04rem;
        line-height: 1.2;
        margin-top: 0.2rem;
        text-transform: uppercase;
        color: rgba(var(--color-pr-price) / .7);
      }
      .hdt-volume-pricing-note {
        padding: 2.5px 8px;
        background-color: rgb(var(--color-success-background));
        color: rgb(var(--color-success-text));
        display: inline-block;
        border-radius: 4px;
        width: auto;
      }
      .hdt-card-product__media + .hdt-card-product__info {
        margin-top: 2rem;
      }
      .hdt-card-product__info {
        color: rgb(var(--color-pr-text));
        display: grid;
        gap: 0.5rem
      }
      .hdt-color-list {
        width: 100%;
        gap: 1rem;
        row-gap: 1.5rem;
        column-gap: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        --color-sold-out: #222;
      }
      .hdt-color-list-item {
        will-change: transform, opacity;
      }
      /* .hdt-color-list-item [type="radio"]:not([data-vimg]) + label {
        cursor: default;
      } */
      .hdt-color-list-color {
        width: 2rem;
        height: 2rem;
        display: grid;
        position: relative;
        background: var(--hdt-bg-image, none) center / cover;
        background-color: var(--hdt-bg-color, #e5e5e5);
        box-shadow: 0 0 0 .1rem rgb(var(--color-line-border)) inset;
        transition: box-shadow .25s cubic-bezier(0, 0, 0.44, 1.18);
        will-change: box-shadow;
      }
      [type="radio"]:checked + .hdt-color-list-color {
        box-shadow: 0 0 0 .2rem rgb(var(--color-pr-text)) inset;
      }
      .hdt-color-list-color[unavailable] {
        opacity: .9;
      }
      .hdt-color-list-color[unavailable]:after {
        content: "";
        width: 90%;
        height: .1rem;
        background: var(--color-sold-out);
        display: block;
        position: absolute;
        z-index: 22;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(135deg);
      }
      .hdt-color-list-item.is--color-limit,
      .is--color-limit ~ :not(.is--color-link) {
        display: none;
      }
      .hdt-color-list-item.is--color-link > a {
        display: block;
        background-color: rgb(var(--color-background));
        color: rgb(var(--color-foreground));
        box-shadow: 0 0 0 .1rem rgb(var(--color-line-border)) inset;
        padding: 0 0.8rem;
        font-size: 1.2rem;
        border-radius: 1rem;
        min-height: 2rem;
      }
      .hdt-color-list[auto-limit] .hdt-color-list-item.is--color-link {
        opacity: 0
      }
      .hdt-bg-color-white {
        border: 1px solid #ddd;
        --hdt-bg-color: #fff;
      }
      .hdt-size-list {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1rem;
        line-height: 1;
      }
      .hdt-size-list-item[unavailable] {
        opacity: .3;
        text-decoration: line-through;
      }

      /*================ 5.0.2. Product main ================*/
      :where(hdt-buy-buttons,
      hdt-product-media,
      hdt-slider-thumb,
      hdt-variant-live,
      hdt-share-button,
      hdt-variant-inventory) {
        display: block
      }
      .hdt-variant-picker {
        display: flex;
        flex-direction: column;
        gap: 2rem;
      }
      span[update-value] {
        display: inline-block;
      }
      .hdt-product-form__label {
        margin-bottom: 1rem;
      }
      .hdt-product-form__input input[type='radio']:not(.is-disabled) + label > .sr-only:first-child {
        display: none;
      }
      .hdt-product-form__input input[type=radio]:disabled+label:not(.is-type-color),
      .hdt-product-form__input input[type=radio].is-disabled+label:not(.is-type-color),
      .hdt-popover-variant hdt-richlist button.is-disabled{
        opacity: .5;
        border-color: rgba(var(--color-foreground),.1);
        color: rgba(var(--color-foreground),.6);
        text-decoration: line-through;
      }
      input[type=radio].is-unavailable,
      input[type=radio].is-unavailable + label,
      [hide-sold-out-variants] input[type=radio].is-disabled,
      [hide-sold-out-variants] input[type=radio].is-disabled + label,
      hdt-richlist button.is-unavailable,
      [hide-sold-out-variants] hdt-richlist button.is-disabled {
        display: none !important;
      }
      .hdt-product-form_value.is-type-block,
      .hdt-product-form_value.is-type-block_with_color {
        padding: 0.5rem 1rem;
        border: 1px solid #ddd;
        display: inline-block;
      }
      input[type=radio]:checked+.hdt-product-form_value.is-type-block,
      input[type=radio]:checked+.hdt-product-form_value.is-type-block_with_color {
        background-color: #000;
        color: #fff;
      }
      .hdt-product-form_value.is-type-color {
        border: 2px solid transparent;
      }
      input[type=radio]:checked+.hdt-product-form_value.is-type-color,
      .hdt-product-form_value.is-type-color.is-selected {
        border-color: #000;
      }
      .hdt-variant-picker {
        --swatch-size: 2rem;
        --swatch-radius: 50%
      }
      .hdt-variant-picker [type="image"] {
        --swatch-size: 4.4rem;
        --swatch-radius: 0;
      }
      .hdt-product-form_value.is-type-color img {
        height: 100%;
        object-fit: cover;
      }
      .hdt-product-form_value.is-type-color {
        /* background: var(--hdt-bg-image, none) center / cover no-repeat;
        background-color: var(--hdt-bg-color, #e5e5e5); */
        width: var(--swatch-size);
        height: var(--swatch-size);
        border-radius: var(--swatch-radius);
        padding: 0;
        display: inline-block;
      }
      .hdt-product-form__values {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
      }
      .hdt-product-form_value:where(.is-type-block_with_color,.is-type-dropdown_with_color) {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
      }
      .hdt-product-form_value.is-type-dropdown_with_color {
        display: flex;
      }
      .hdt-product-form_value:where(.is-type-block_with_color,.is-type-dropdown_with_color) .hdt-block-swatch__color {
        background: var(--hdt-bg-image, none) center / cover;
        background-color: var(--hdt-bg-color, #e5e5e5);
        border-radius: 50%;
        content: '';
        width: 1.5rem;
        height: 1.5rem;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
      }
      .hdt-product-form__input input[type=radio].is-disabled + .is-type-color {
        position: relative;
        --color-sold-out: #222;
        --sold-out-height: 1px;
        opacity: .5;
      }
      .hdt-product-form__input input[type=radio].is-disabled + .is-type-color:after {
          content: '';
          width: 90%;
          height: var(--sold-out-height);
          background: var(--color-sold-out);
          display: block;
          position: absolute;
          z-index: 22;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) rotate(135deg);
      }
      .hdt-product-info__list {
        --product-margin-end: 3rem;
      }
      .hdt-product-info__list > :not(:last-child) {
        margin-block-end: var(--product-margin-end);
      }
      .hdt-product-form__input hdt-richlist {
        display: block;
      }
      .hdt-product-form__input .hdt-popover::part(body) {
        padding: 0;
      }
      .hdt-product-form__input hdt-richlist button {
        width: 100%;
        text-align: start;
      }
      @media only screen and (min-width: 768px) {
        .hdt-product-form__input .hdt-popover {
          width: 100%;
          max-width: 100%;
        }
      }
      /* Product media layout */
      hdt-product-media {
        display: flex;
        flex-direction: column;
        gap: 1rem;
      }
      .hdt-product__media {
        max-width: var(--mw-media);
        margin: 0 auto;
      }
      .hdt-slider__slide[hidden] {
        position: absolute;
      }
      .hdt-product-media__thumb img {
        width: 100%;
      }
      hdt-slider-thumb.stagger-finished .hdt-thumbnail__media {
        transition: .3s ease-in-out;
      }
      hdt-slider-thumb.stagger-finished .hdt-thumbnail__media:not(.is-thumb-selected) {
        opacity: .5 !important;
      }
      .hdt-ratio > *.hdt-thumbnail__badge {
        width: 2rem;
        height: 2rem;
        background-color: #fff;
        color: #222;
        z-index: 2;
        left: auto;
        top: 0.2rem;
        right: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        box-shadow: 0 0 5px #00000017;
      }
      .hdt-thumbnail__badge svg {
        width: var(--thumb-badge-icon,1.1rem);
        height:var(--thumb-badge-icon,1.1rem);
      }
      .hdt-product-media :where(img, iframe, model-viewer, video) {
        border-radius: var(--rounded-product-media);
        overflow: hidden;
      }
      .hdt-product-media hdt-slider-thumb img {
        border-radius: calc(var(--rounded-product-media) / 2);
      }
      @media only screen and (min-width: 1150px) {
        .hdt-product-media.hdt-product-media__layout-thumbnail_left {
          flex-direction: row-reverse;
        }
        .hdt-product-media.hdt-product-media__layout-thumbnail_right {
          flex-direction: row;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__main {
          width: 86%;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb {
          --slide-spacing: 1rem;
          width: calc(14% - 1rem);
          padding-inline-start: 0;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb .hdt-slider__container {
          margin-inline-start: 0;
          margin-block-start: calc(var(--slide-spacing) * -1);
          flex-wrap: wrap;
          align-items: normal;
          --slide-size: 100%;
          max-height: 10rem;
          transition: height 0.2s, max-height 0.2s;
        }
        .hdt-product-media:is(.hdt-product-media__layout-thumbnail_left, .hdt-product-media__layout-thumbnail_right) .hdt-product-media__thumb .hdt-slider__slide {
          flex: 0 0 var(--slide-size);
          min-height: 0px;
          padding-block-start: var(--slide-spacing);
          padding-inline-start: 0;
        }
      }
      hdt-model-player .shopify-model-viewer-ui,
      hdt-model-player model-viewer {
        display: block;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
      .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
        border-radius: 50% !important;
      }
      .hdt-product-form__quantity div:empty {
        display: none;
      }
      .hdt-quantity__label {
        display: block;
      }
      .hdt-quantity__rules {
        margin-top: 1.2rem;
        position: relative;
        font-size: 1.2rem;
      }
      .hdt-quantity__rules .hdt-divider + .hdt-divider:before {
        content: "\2022";
        margin: 0 0.5rem;
      }
      .hdt-product-info__item [update-value] {
        display: inline-block;
      }
      .social-facebook {
        --social-color: #0766ff;
      }
      .social-twitter {
        --social-color: #14171a;
      }
      .social-pinterest {
        --social-color: #bd091c;
      }
      .social-tumblr {
        --social-color: #34475c;
      }
      .social-telegram {
        --social-color: #31a8e0;
      }
      .social-whatsapp {
        --social-color: #24d366;
      }
      .social-email {
        --social-color: #5fb7e0;
      }
      .hdt-share-buttons .hdt-popover::part(content) {
        border-radius: 0.3rem;
        max-height: none;
        padding: 0;
      }
      .hdt-share-buttons .hdt-popover::part(body) {
        padding: 2.2rem 2.6rem 2.6rem;
        max-height: none;
      }
      .hdt-share-button__links {
        --w: 4.88rem;
        display: flex;
        gap: 1rem;
        margin-bottom: 3rem;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }
      .hdt-share-button__links a {
        width: var(--w);
        height: var(--w);
        min-width: var(--w);
        display: flex;
        background-color: var(--social-color, #999);
        color: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
      .hdt-share-button__links svg {
        width: auto;
        height: 1.7rem;
        fill: currentColor;
      }
      .hdt-share-button__wrapp {
        display: flex;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.3rem;
        border: 1px solid rgb(var(--color-line-border));
      }
      .hdt-share-button__input {
        width: 100%;
        padding: 1rem;
      }
      .hdt-share-button__copy {
        padding: 0 2rem;
        background-color: rgb(var(--color-button));
        color: rgb(var(--color-button-text));
        border: 1px solid rgb(var(--color-button-border));
        border-radius: 0.3rem;
        min-width: 9.2rem;
        text-transform: uppercase;
        font-weight: 500;
      }
      .hdt-share-button__header {
        font-size: 2rem;
        margin-bottom: 3rem;
      }
      .hdt-share-button__header button {
        background-color: transparent;
        border: 0;
      }
      .hdt-share-button__header button svg {
        width: 1.4rem;
        height: 1.4rem;
      }
      .hdt-share-button--native:not([hidden]) + .hdt-share-button {
        display: none !important;
      }
      hdt-variant-inventory > span {
        gap: .5rem
      }
      .hdt-stock-success {
        --color-stock: var(--color-success-text);
      }
      .hdt-stock-warning {
        --color-stock: var(--color-warning-text);
      }
      .hdt-stock-error {
        --color-stock: var(--color-error-text);
      }
      .hdt-stock-status svg {
        color: rgb(var(--color-stock));
      }
      .hdt-stock-status svg circle:first-child {
        fill: rgb(var(--color-stock) / .3);
      }
      .hdt-stock-success:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-success-text);
      }
      .hdt-stock-warning:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-warning-text);
      }
      .hdt-stock-error:not([hidden]) ~ .hdt-progress-bar {
        --progress-bar: var(--color-error-text);
      }
      @media only screen and (max-width: 1149px) {
        .hdt-mobile-media-layout--2_columns .hdt-product-media__main .hdt-slider {
          --slide-spacing: 10px;
          --slide-size: 50%;
        }
      }
      @media only screen and (min-width: 768px) {
        .hdt-product-media, .hdt-product-info__list {
          position: sticky;
          top: 3rem;
        }
        .hdt-share-button__links {
          --w: 4.4rem;
        }
        .hdt-share-button__header {
          justify-content: space-between;
          gap: 1rem;
        }
        .hdt-share-buttons .hdt-popover {
          max-width: max-content;
          box-shadow: 0px 10px 22px 0 rgba(0,0,0, 0.15);
          border-radius: 0.3rem;
        }
        .hdt-desktop-media-position-right {
          flex-direction: row-reverse;
        }
      }
      @media only screen and (min-width: 1150px) {
        .hdt-product-media__layout-column .hdt-product-media__main .hdt-slider__container {
          --grid-media-spacing-y: 2rem;
          --grid-media-spacing-x: 0;
        }
        :is(.hdt-product-media__layout-stacked, .hdt-product-media__layout-column, .hdt-product-media__layout-2_columns) .hdt-product-media__main .hdt-slider__container {
          --grid-media-spacing-y: 1rem;
          --grid-media-spacing-x: 1rem;
          flex-wrap: wrap;
          align-items: normal;
          gap: var(--grid-media-spacing-y) var(--grid-media-spacing-x);
        }
        :is(.hdt-product-media__layout-stacked, .hdt-product-media__layout-2_columns) .hdt-product-media__main .hdt-slider__slide {
          max-width: calc(50% - var(--grid-media-spacing-x) / 2);
        }
        .hdt-product-media__layout-stacked .hdt-product-media__main .hdt-slider__slide:not([hidden]):not(.hdt-slider__slide:not([hidden])~.hdt-slider__slide:not([hidden])) {
          max-width: 100%;
        }
        .hdt-product-media-wrapp {
        width: calc(var(--pr-media-width) - (var(--spacing-x, 0px) / 2)) !important
        }
        .hdt-product-info-wrapp {
        width: calc(100% - var(--pr-media-width) - (var(--spacing-x, 0px) / 2)) !important
        }
      }

      :is(.hdt-icon__color-error, .hdt-icon-error) {
        color: rgb(var(--color-error-text));
      }
      :is(.hdt-icon__color-success, .hdt-icon-success) {
        color: rgb(var(--color-success-text));
      }
      .js .hdt-recipient-fields,
      .no-js :is(.hdt-recipient-checkbox,.hdt-recipient-label),
      .hdt-recipient-form>input[type=checkbox]:not(:checked,:disabled)~.hdt-recipient-fields,
      .hdt-recipient-form>input[type=checkbox]:not(:checked)~.hdt-form__message-wrapper,
      .hdt-recipient-email-label  {
        display: none;
      }
      .hdt-recipient-form {
        display: block;
        margin-bottom: 2rem;
      }
      .hdt-recipient-form>input[type=checkbox]:checked~.hdt-recipient-fields {
        display: block;
        animation: animateMenuOpen var(--duration-default) ease;
      }
      .js .hdt-recipient-email-label.required,
      .no-js .hdt-recipient-email-label.optional {
        display: inline;
      }
      .hdt-field {
        position: relative;
        --inputs-border-width: .1rem;
      }
      .hdt-field .hdt-field__label {
        font-size: var(--text-base);
        position: absolute;
        inset-inline-start: calc(var(--padding-inline-input) + var(--inputs-border-width));
        top: calc(var(--padding-block-input) + var(--inputs-border-width));
        margin-bottom: 0;
        pointer-events: none;
        transition: top var(--duration-short) ease, transform var(--duration-short) ease, font-size var(--duration-short) ease, opacity var(--duration-short) ease;
        color: rgba(var(--color-foreground),.75);
        letter-spacing: .1rem;
        line-height: 1.5;
        opacity: 0
      }
      .hdt-recipient-fields__field {
        margin-bottom: 2rem;
      }
      .hdt-field__input::placeholder {
        transition: opacity var(--duration-short) ease;
      }
      .hdt-field__input:focus::placeholder {
        opacity: 0;
      }
      .hdt-field__input:focus~.hdt-field__label, .hdt-field__input:not(:placeholder-shown)~.hdt-field__label, .hdt-field__input:-webkit-autofill~.hdt-field__label {
        font-size: var(--text-sm);
        transform: translateY(-50%);
        top: 0;
        letter-spacing: .04rem;
        background-color: rgb(var(--color-background));
        padding: 0 .8rem;
        opacity: 1;
        border-radius: var(--rounded-input);
      }
      .hdt-recipient-fields hr {
        margin: 1.6rem auto;
      }
      .hdt-recipient-fields .hdt-field__label {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 2.5rem);
        overflow: hidden;
      }
      .hdt-form__message {
        align-items: center;
        display: flex;
        font-size: var(--text-base);
        line-height: 1;
        margin-top: 1.5rem;
        gap: 1rem;
      }
      .hdt-recipient-form ul {
        line-height: 1.5;
        padding-inline-start: 4.4rem;
        text-align: start;
        margin: 1rem 0;
        list-style: disc;
      }
      .hdt-recipient-form ul a {
        text-decoration: underline;
      }
      @keyframes animateMenuOpen {
        0% {
          opacity: 0;
          transform: translateY(-1.5rem);
        }

        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }
      .hdt-form__message-wrapper {
        display: flex;
        align-items: flex-start;
        font-size: var(--text-sm);
        align-items: center;
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
        gap: 0.7rem;
      }
      hdt-pickup-availability[loading] {
        opacity: .3;
      }
      .sr-only:checked + .hdt-compare-color-item {
        display: none !important;
      }
      .sr-only:focus-visible + .hdt-compare-color-item label {
        box-shadow: 0 0 0 0.2rem var(--gradient-background),0 0 0 0.4rem rgb(var(--color-focus));
      }
      button.product__xr-button {
        background-color: rgb(var(--color-foreground) / .05);
        color: rgb(var(--color-foreground));
        display: flex;
        align-items: center;
        padding: 1rem 2rem;
        min-height: 4.4rem;
        gap: .88rem;
        border-radius: var(--rounded-button);
        font-weight: var(--font-medium);
      }
      .product__xr-button .hdt-btn .hdt-icon {
        width: 1.4em;
      }
      .product__xr-button[data-shopify-xr-hidden] {
        display: none !important;
        visibility: hidden;
      }
      .hdt-slider-fraction button {
        color: rgb(var(--color-foreground)/.75);
        background: transparent;
        border: none;
        cursor: pointer;
        width: 4.4rem;
        height: 4.4rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .hdt-slider-fraction button[disabled] {
        color: rgb(var(--color-foreground)/.3);
        cursor: not-allowed;
      }
      .hdt-slider-fraction svg {
        height: .8rem;
      }
      .hdt-slider-fraction [name="previous"] svg {
        transform: rotate(calc(90deg * var(--value-logical-flip)));
      }
      .hdt-slider-fraction [name="next"] svg {
        transform: rotate(calc(-90deg * var(--value-logical-flip)));
      }
      .hdt-slider-fraction.hdt-slider-counter {
        color: rgb(var(--color-foreground)/.75);
        gap: .68rem;
      }
      .hdt-slider-fraction.hdt-slider-counter > span {
        min-width: 4.68rem;
      }

    /*================ 5.1. Links ================*/

    /*================ 5.2. Inputs ================*/

    /*================ 5.3. Buttons ================*/

    /*================ 5.4. Forms ================*/

    /*================ 5.5. Table ================*/

    /*================ 5.6. Slider ================*/
    .hdt-slider {
      --slide-spacing: 0px;
      --slide-size: 100%;
    }
    .hdt-slides-2 {
      --slide-size: 50%;
    }
    .hdt-slides-3 {
      --slide-size: 33.3333%;
    }
    .hdt-slides-4 {
      --slide-size: 25%;
    }
    .hdt-slides-5 {
      --slide-size: 20%;
    }
    .hdt-slides-6 {
      --slide-size: 16.6666667%;
    }
    .hdt-slider__viewport {
      position: relative;
      overflow: hidden;
    }
    .hdt-slider__container {
      display: flex;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-inline-start: calc(var(--slide-spacing) * -1);
    }
    .hdt-slider[autoheight] .hdt-slider__container {
      align-items: flex-start;
      transition: height 0.2s;
    }
    .hdt-slider__slide {
      flex: 0 0 var(--slide-size);
      min-width: 0px;
      padding-inline-start: var(--slide-spacing);
    }
    .hdt-slider-nav {
      position: absolute;
      top: calc(var(--gap-arrow, 50%));
      transform: translateY(-50%);
    }
    /* Fade */
    [isfade] .hdt-slider__container {
      transform: none !important;
    }
    [isfade] .hdt-slider__slide {
      transform: none !important;
      /* top: 0;
      left: 0 !important;
      right: 0 !important; */
      opacity: 0;
      transition: opacity 0.5s;
    }
    [isfade] .hdt-slider__slide.is-selected {
      opacity: 1;
      z-index: 1;
      transition: opacity 0.3s;
    }
    [isfade].is--enabled .hdt-slider__container {
      display: grid;
    }
    [isfade].is--enabled .hdt-slider__slide {
      grid-area: 1/1;
    }
    /* [isfade].is--enabled .hdt-slider__slide {
      position: absolute;
    } */
    /* end Fade */
    /* Vertical */
    [isvertical].hdt-slider .hdt-slider__container {
      flex-direction: column;
      transition: height 0.2s;
    }
    [isvertical].hdt-slider .hdt-slider__slide {
      flex: 1 1 auto;
      margin: 0;
    }
    [isvertical].hdt-slider .hdt-slider__slide:not(:last-child) {
      margin-bottom: var(--slide-spacing);
    }
    /* end Vertical */
    .hdt-slide-spacing-10 {
      --slide-spacing: 10px;
    }
    .hdt-slide-spacing-15 {
      --slide-spacing: 15px;
    }
    .hdt-slide-spacing-20 {
      --slide-spacing: 20px;
    }
    .hdt-slide-spacing-30 {
      --slide-spacing: 30px;
    }
    .hdt-slide-spacing-x {
      --slide-spacing: var(--spacing-x);
    }
    @media (min-width: 768px) {
      .md\:hdt-slides-2 {
        --slide-size: 50%;
      }
      .md\:hdt-slides-3 {
        --slide-size: 33.3333%;
      }
      .md\:hdt-slides-4 {
        --slide-size: 25%;
      }
      .md\:hdt-slides-5 {
        --slide-size: 20%;
      }
      .md\:hdt-slides-6 {
        --slide-size: 16.6666667%;
      }
      .md\:hdt-slide-spacing-10 {
        --slide-spacing: 10px;
      }
      .md\:hdt-slide-spacing-15 {
        --slide-spacing: 15px;
      }
      .md\:hdt-slide-spacing-20 {
        --slide-spacing: 20px;
      }
      .md\:hdt-slide-spacing-30 {
        --slide-spacing: 30px;
      }
    }
    @media (min-width: 1150px) {
      .lg\:hdt-slides-2 {
        --slide-size: 50%;
      }
      .lg\:hdt-slides-3 {
        --slide-size: 33.3333%;
      }
      .lg\:hdt-slides-4 {
        --slide-size: 25%;
      }
      .lg\:hdt-slides-5 {
        --slide-size: 20%;
      }
      .lg\:hdt-slides-6 {
        --slide-size: 16.6666667%;
      }
      .lg\:hdt-slide-spacing-10 {
        --slide-spacing: 10px;
      }
      .lg\:hdt-slide-spacing-15 {
        --slide-spacing: 15px;
      }
      .lg\:hdt-slide-spacing-20 {
        --slide-spacing: 20px;
      }
      .lg\:hdt-slide-spacing-30 {
        --slide-spacing: 30px;
      }
    }

    /*================ 5.7. Scroll slider ================*/
    .hdt-scroll-snap {
      scrollbar-width: none;
      overscroll-behavior-x: contain;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
    }
    .hdt-hide-scrollbar {
      scrollbar-width: none;
    }
    .hdt-scroll-snap::-webkit-scrollbar, .hdt-hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .hdt-snap-x {
      scroll-snap-type: x mandatory;
    }
    .hdt-snap-y {
      scroll-snap-type: y mandatory;
    }
    .hdt-snap-start {
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }
    .hdt-snap-center {
      scroll-snap-align: center;
      scroll-snap-stop: always;
    }
    @media (max-width: 767px) {
      .sm\:hdt-snap-grid {
        grid: auto / auto-flow var(--col-width,100%);
      }
      .sm\:hdt-snap-flex {
        flex-wrap: nowrap;
      }
    }
    .hdt-snap-grid {
      grid: auto / auto-flow var(--col-width,100%);
    }
    .hdt-snap-flex {
      flex-wrap: nowrap;
    }

    /*================ 5.8. Richtext editor ================*/
      .hdt-rte:after {
        clear: both;
        content: '';
        display: block;
      }

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

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

      .hdt-rte table {
        table-layout: fixed;
      }

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

      .hdt-rte img {
        height: auto;
        max-width: 100%;
        border-radius: var(--rounded-sm);
        /* border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
        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); */
      }

      .hdt-rte :is(iframe[src*="youtube"], iframe[src*="youtu.be"], iframe[src*="vimeo"]) {
        aspect-ratio: 16 / 9;
        width: 100%;
        height: auto;
      }

      :where(.hdt-rte,.hdt-tag-list) :where(ul, ol) {
        list-style: inside;
        list-style-position: inside;
        padding-inline-start: 2rem;
      }
      :where(.hdt-rte,.hdt-tag-list) ul ul {
        list-style-type: circle;
        padding-inline-start: 2.5rem;
      }

      :where(.hdt-rte,.hdt-tag-list) ul ul ul {
        list-style-type: square
      }

      :where(.hdt-rte,.hdt-tag-list) ol {
        list-style: decimal inside;
      }

      :where(.hdt-rte,.hdt-tag-list) li {
        list-style: inherit;
      }

      :where(.hdt-rte,.hdt-tag-list) li:last-child {
        margin-bottom: 0;
      }

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

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

      .hdt-rte blockquote {
        display: inline-flex;
      }

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

      /*================ 5.9. Dialog ================*/
      html.no-scroll {
        /* position: fixed;
        right: 0;
        left: 0;
        overflow: hidden;
        margin-top: var(--scroll-y);  */
        margin-right: var(--scrollbar-w);
        /* top: var(--scroll-y, 0px);
        position: fixed;
        right: 0;
        left: 0; */
        overflow: hidden;
      }
      /* html.no-scroll body {
        min-height: 100vh;
        overflow: hidden;
        position: fixed;
        width: 100%;
      } */

      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(overlay) {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 100lvh;
        cursor: var(--cursor-close-svg-url) 28 28,auto;
        background-color: rgb(var(--color-overlay, 0 0 0) / .5);
      }
      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(content) {
        padding: 20px;
        background-color: var(--gradient-background);
        color: var(--color-foreground2);
        display: flex;
        flex-direction: column;
        max-height: 68vh;
        isolation: isolate;
      }
      :where(.hdt-popover, .hdt-drawer, .hdt-modal)::part(body) {
        overscroll-behavior-y: contain;
        overflow-y: auto;
        padding: 2rem 0;
      }

      .hdt-popover {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        overflow-y: visible;
        max-width: 100vw;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 8px;
        z-index: 5;
      }
      .hdt-popover::part(arrow) {
        display: none
      }
      .hdt-popover::part(outside-close-button) {
        background-color: var(--gradient-background);
        color: rgb(var(--color-foreground));
        position: relative;
        z-index: 2;
        display: grid;
        place-items: center;
        place-content: center;
        border: 0;
        padding: 10px;
        border-radius: var(--rounded-full);
        margin: 0 auto 8px;
        width: 44px;
        height: 44px;
      }
      .hdt-popover::part(arrow),
      .hdt-popover-arrow {
        position: absolute;
        background: var(--gradient-background,rgb(var(--color-base-background)));
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
      }
      .hdt-modal {
        position: fixed;
        z-index: 999;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
      }
      .hdt-modal::part(wrapper) {
        display: flex;
        justify-content: center;
        align-items: end;
        width: 100%;
        height: 100%;
      }
      .hdt-modal::part(content) {
        max-width: 500px;
        max-height: 80vh;
      }
      .hdt-drawer {
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        height:100%;
      }
      .hdt-drawer::part(outside-close-button) {
        display: none
      }
      .hdt-drawer::part(content) {
        padding: 0;
        isolation: isolate;
        height: 100%;
        width: 100%;
        max-height: none;
        max-width: 300px;
        display: grid;
        grid-auto-rows: auto minmax(0,1fr) auto;
        align-content: start;
      }
      .hdt-drawer.with-slot-sticky::part(content) {
        grid-auto-rows: auto auto minmax(0,1fr) auto;
      }
      .hdt-drawer-not-header::part(content) {
        grid-auto-rows: minmax(0,1fr) auto;
      }
      .hdt-drawer[open]+.hdt-popover {
        z-index: 1000;
      }
      @media only screen and (min-width: 768px) {
        .hdt-popover {
          padding: 0;
          position: absolute;
          right: auto;
          max-width: 300px;
          width: 300px;
          width: max-content;
          overflow-y: visible;
        }
        .hdt-popover::part(arrow) {
          display: block
        }
        .hdt-popover::part(outside-close-button),
        .hdt-popover::part(overlay) {
          display: none
        }
        .hdt-modal::part(wrapper) {
          align-items: center;
        }
      }
      .hdt-quick-view-modal::part(content),
      .hdt-quick-add-modal::part(content) {
        width: 100%;
        position: relative;
        padding: 0;
        border-radius: 0.3rem;
        overflow: hidden;
        margin: 0.8rem;
        max-height: calc(100vh - 1.6rem);
      }
      @supports (height: 100svh) {
        .hdt-quick-view-modal::part(content),
        .hdt-quick-add-modal::part(content) {
          max-height: calc(100svh - 1.6rem);
        }
      }
      .hdt-quick-view-modal::part(body) {
        padding: 0;
      }
      #hdt-quick-add-modal hdt-variant-preview-img img {
        width: 7rem;
      }
      @media only screen and (min-width: 768px) {
        #hdt-quick-view-modal :is(.hdt-product-media, .hdt-product-info__list) {
          top: 0;
        }
      }

      /*================ 5.10. Scrolling Text ================*/
      .hdt-marquee {
        white-space: nowrap;
        text-align: start;
        --dir-logical: -1;
        will-change: transform;
      }
      .hdt-marquee[direction="ltr"] {
        text-align: end;
        --dir-logical: 1;
      }
      .hdt-marquee::part(wrapper) {
        min-width: max-content;
        display: inline-flex;
        position: relative;
      }
      @media (prefers-reduced-motion: no-preference) {
        .hdt-marquee--duplicate {
          position: absolute;
          inset-inline-start: calc(-100% * var(--index) * var(--dir-logical));
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .hdt-marquee {
          overflow-x: scroll;
        }
      }

    /*================ 5.11. Tab ================*/
    [tab-item]:not([tab-selected], [tab-hidden]) {
      display: none;
    }
    [tab-item][tab-hidden]:not([tab-selected]) {
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
    }

    /*================ 5.12. Before After ================*/
    .hdt-bf {
      --hdt-drag-position: calc(var(--percent-val,0)* 1%);
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    .dir--ltr .hdt-bf__img-after {
      clip-path: inset(0 0 0 var(--hdt-drag-position, 0%));
    }
    .dir--rtl .hdt-bf__img-after {
      clip-path: inset(0 var(--hdt-drag-position, 0%) 0 0);
    }
    .hdt-bf__range {
      cursor: ew-resize;
      opacity: 0;
    }
    .hdt-bf__range:focus-visible ~ .hdt-bf__button {
      outline: .3rem solid rgb(var(--color-focus));
      outline-offset: 3px;
      outline: 0;
      box-shadow: 0 0 0 0.3rem rgb(var(--color-focus)),0 0 0 0.5rem rgb(var(--color-base-background) / .5),0 0 0.5rem 0.4rem rgb(var(--color-focus) / .3);
    }
    .hdt-bf__line {
      background-color: rgb(var(--bf-line-background, 255 255 255));
      position: relative;
      width: var(--bf-line, 2px);
      height: 100%;
      transform: translateX(calc(-50% * var(--value-logical-flip)));
    }
    .hdt-bf__button {
      background-color: rgb(var(--bf-btn-background, 255 255 255));
      color: rgb(var(--bf-btn-color, 0 0 0));
      width: var(--bf-btn-w, 40px);
      height: var(--bf-btn-h, 40px);
      border-radius: var(--rounded-full);
      position: relative;
      top: 50%;
      transform: translate(calc(-50% * var(--value-logical-flip)), -50%);
    }
    .dir--ltr :is(.hdt-bf__line,.hdt-bf__button) {
      left: var(--hdt-drag-position, 0%);
    }
    .dir--rtl :is(.hdt-bf__line,.hdt-bf__button) {
      right: var(--hdt-drag-position, 0%);
    }
    .hdt-bf[vertical] .hdt-bf__range {
      writing-mode: vertical-lr;
      /* writing-mode: bt-lr;
      appearance: slider-vertical !important;
      -moz-appearance: slider-vertical !important;
      -webkit-appearance: slider-vertical !important; */
      cursor: ns-resize;
    }
    .hdt-bf[vertical] .hdt-bf__img-after {
      clip-path: inset( calc(100% - var(--hdt-drag-position, 0%)) 0 0 0);
    }
    .hdt-bf[vertical] .hdt-bf__line {
      height: var(--bf-line, 2px);
      width: 100%;
      transform: translateY(-50%);
      left: auto;
      right: auto;
    }
    .hdt-bf[vertical] .hdt-bf__button {
      transform: translate(calc(-50% * var(--value-logical-flip)), -50%) rotate(90deg);
    }
    .dir--ltr .hdt-bf[vertical] .hdt-bf__button {
      left: 50%;
    }
    .dir--rtl .hdt-bf[vertical] .hdt-bf__button {
      right: 50%;
    }
    .hdt-bf[vertical] :is(.hdt-bf__line,.hdt-bf__button) {
      top: calc(100% - var(--hdt-drag-position, 0%));
    }

    /*================ 5.13. Media overlay Content ================*/
    .hdt-media-overlap-content {
      --media-overlap-content-gap-r: min(5vw, 50px);
      --media-overlap-content-gap-c: min(5vw, 50px);
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template: [full-r-start] var(--media-overlap-content-gap-r) [content-r] minmax(0,1fr) var(--media-overlap-content-gap-r) [full-r-end] / [full-c-start] var(--media-overlap-content-gap-c) [content-c] minmax(0,1fr) var(--media-overlap-content-gap-c) [full-c-end];
      place-items: center;
      min-height: var(--media-overlap-content-h, auto);
    }
    .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) {
      display: contents;
    }
    .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
    .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
      grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
      height: var(--media-overlap-content-h, auto);
      min-height: 100%;
      max-height: 100%;
      min-width: 100%;
      overflow-wrap: anywhere;
      object-fit: cover;
      object-position: center;
      border-radius: inherit;
      -webkit-user-select: none;
      user-select: none;
      pointer-events: none;
    }
    .hdt-media-overlap-content > a {
      grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
      z-index: 1;
      display: block;
      min-height: 100%;
      max-height: 100%;
      min-width: 100%;
    }
    .hdt-media-overlap-content > :not(img, video, iframe, svg, picture, .hdt-media-wrapper, a, hdt-video-player) {
      grid-area: content-r / content-c;
      position: relative;
      z-index: 2;
      max-width: var(--media-overlap-content-w, var(--container-max-width, 80rem));
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    hdt-video-player > :is(video, iframe,img) {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
    hdt-video-player > :is(video,iframe,img) {
      width: 100%;
      height: 100%;
      border-radius: inherit;
      object-fit: cover;
      object-position: center;
    }
    hdt-video-player > :is(video,img) {
      object-fit: cover;
      object-position: center;
    }
    @media screen and (max-width: 767px) {
      .hdt-height--fixed {
        --media-overlap-content-h: var(--aspect-ratioapt, auto);
      }
      .hdt-height--full {
        --media-overlap-content-h: 100vh;
      }
      .hdt-section:first-child .hdt-height--full {
        --media-overlap-content-h: var(--fill-height-first, calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
      }
      .hdt-height--adapt_image_first.is-video {
        --aspect-ratioapt: 1.77777777778;
      }
      :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
      :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
        aspect-ratio: var(--aspect-ratioapt, auto);
      }
      @supports (height: 100svh) {
        .hdt-height--full {
          --media-overlap-content-h: 100svh;
        }
        .hdt-section:first-child .hdt-height--full {
          --media-overlap-content-h: var(--fill-height-first, calc(100svh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
        }
      }
      @supports not (aspect-ratio: 1) {
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt));
          display: block;
          width: 0;
          height: 0;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player) > * {
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
        }
      }
    }
    @media screen and (min-width: 768px) {
      .md\:hdt-height--fixed {
        --media-overlap-content-h: var(--aspect-ratioapt-md, auto);
      }
      .md\:hdt-height--full {
        --media-overlap-content-h: 100vh;
      }
      .hdt-section:first-child .md\:hdt-height--full {
        --media-overlap-content-h: var(--fill-height-first, calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
      }
      .md\:hdt-height--adapt_image_first.is-video {
        --aspect-ratioapt-md: 1.77777777778;
      }
      :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(img, video, iframe, svg, hdt-video-player),
      :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(picture, .hdt-media-wrapper) :is(img, video, iframe, svg) {
        aspect-ratio: var(--aspect-ratioapt-md, auto);
      }
      @supports (height: 100svh) {
        .md\:hdt-height--full {
          --media-overlap-content-h: 100svh;
        }
        .hdt-section:first-child .md\:hdt-height--full {
          --media-overlap-content-h: var(--fill-height-first, calc(100svh - var(--header-height, 0px) - var(--announcement-bar-height, 0px)))
        }
      }
      @supports not (aspect-ratio: 1) {
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt-md));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-media-overlap-content > :is(.hdt-media-wrapper, picture, hdt-video-player) > * {
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
        }
      }
    }

    /*================ 5.14. Image Effect ================*/
    @media (prefers-reduced-motion: no-preference) {
      img[is="hdt-effect"][on-eff="parallax"] {
        transform: scale(var(--parallax-scale, 1.3)) translateY(calc(15 / var(--parallax-scale, 1.3) * -1%));
      }
      img[is="hdt-effect"][on-eff="ambient"] {
        transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
      }
      .hdt-animate--ambient > .hdt-media-wrapper > svg {
        animation: animateAmbientHdt 30s linear infinite;
      }
      @keyframes animateAmbientHdt {
        0% {
          transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
        }
        100% {
          transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
        }
      }
      /* Parallax css */
      .hdt-animate--parallax {
        transform: unset;
        clip-path: inset(0);
      }
      .hdt-animate--parallax > :is(picture,.hdt-media-wrapper) :is(img,video,iframe,svg),
      .hdt-animate--parallax > :is(img,video,iframe,svg) {
        min-height: 100vh;
        position: fixed !important;
        top: 0;
        left: 0;
      }
      @supports (min-height: 100lvh) {
        .hdt-animate--parallax >:is(picture,.hdt-media-wrapper) :is(img,video,iframe,svg),
        .hdt-animate--parallax > :is(img,video,iframe,svg) {
          min-height: 100lvh;
        }
      }
      @media screen and (max-width: 767px) {
        :is(.hdt-height--adapt_image, .hdt-height--adapt_image_first) .hdt-animate--parallax > :is(.hdt-media-wrapper, picture):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
      }
      @media screen and (min-width: 768px) {
        :is(.md\:hdt-height--adapt_image, .md\:hdt-height--adapt_image_first) .hdt-animate--parallax > :is(.hdt-media-wrapper, picture):before {
          content: "";
          padding-block-end: calc(100% / var(--aspect-ratioapt-md));
          display: block;
          grid-area: full-r-start / full-c-start / full-r-end / full-c-end;
        }
      }
    }
    /*================ 5.15. Tooltip ================*/

    .hdt-tooltip {
      pointer-events: none;
      position: absolute;
      z-index: 2022;
      opacity: 0;
      visibility: hidden;
      display: block;
      will-change: transform, opacity, visibility;
    }
    .hdt-modal-opened .hdt-tooltip {
      z-index: 99999;
    }
    .hdt-tooltip__arrow {
      position: absolute;
      background-color: rgb(var(--color-tooltip-background, 0 0 0));
      width: 8px;
      height: 8px;
      transform: rotate(45deg);
    }
    .hdt-tooltip__inner {
      font-weight: 400;
      font-size: 12px;
      line-height: 12px;
      padding: 8px 10px;
      max-width: 250px;
      background-color: rgb(var(--color-tooltip-background, 0 0 0));
      color: rgb(var(--color-tooltip-text, 255 255 255));
      word-break: break-word;
      border-radius: 2px
    }

    /*================ 5.16. Progress Bar ================*/
    .hdt-progress-bar {
      height: 4px;
      background-color: #f5f5f5;
    }
    .hdt-progress-bar {
      --progress-bar: var(--color-error-text);
    }
    .is-unreached .hdt-progress-bar {
      --progress-bar: var(--color-warning-text);
    }
    .is-success .hdt-progress-bar {
      --progress-bar: var(--color-success-text);
    }
    .hdt-progress-bar:before {
      content: "";
      height: inherit;
      display: block;
      background: rgb(var(--progress-bar));
      transform-origin: var(--value-origin-start);
      transform: scaleX(var(--progress-rate, 0));
      transition: transform .5s ease;
    }

    /*================ 5.17. LightBox Image ================*/

    .pswp {
      /* --pswp-bg: #000;
      --pswp-placeholder-bg: #222;
      --pswp-root-z-index: 100000;
      --pswp-preloader-color: rgba(79, 79, 79, 0.4);
      --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9); */
      --pswp-bg: #fff;
      --pswp-placeholder-bg: #f5f5f5;
      --pswp-root-z-index: 100000;

      /* defined via js:
      --pswp-transition-duration: 333ms; */

      /* --pswp-icon-color: #fff;
      --pswp-icon-color-secondary: #4f4f4f;
      --pswp-icon-stroke-color: #4f4f4f;
      --pswp-icon-stroke-width: 2px; */
      --pswp-icon-color: #222;
      --pswp-icon-color-secondary: #fff;
      --pswp-icon-stroke-color: #fff;
      --pswp-icon-stroke-width: 1px;

      --pswp-error-text-color: var(--pswp-icon-color);
    }


    /*
      Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
    */

    .pswp {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: var(--pswp-root-z-index);
      display: none;
      touch-action: none;
      outline: 0;
      opacity: 0.003;
      contain: layout style size;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /* Prevents focus outline on the root element,
      (it may be focused initially) */
    .pswp:focus {
      outline: 0;
    }

    .pswp * {
      box-sizing: border-box;
    }

    .pswp img {
      max-width: none;
    }

    .pswp--open {
      display: block;
    }

    .pswp,
    .pswp__bg {
      transform: translateZ(0);
      will-change: opacity;
    }

    .pswp__bg {
      opacity: 0.005;
      background: var(--pswp-bg);
    }

    .pswp,
    .pswp__scroll-wrap {
      overflow: hidden;
    }

    .pswp__scroll-wrap,
    .pswp__bg,
    .pswp__container,
    .pswp__item,
    .pswp__content,
    .pswp__img,
    .pswp__zoom-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .pswp__img,
    .pswp__zoom-wrap {
      width: auto;
      height: auto;
    }

    .pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in;
    }

    .pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
      cursor: move;
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: grab;
    }

    .pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing;
    }

    /* :active to override grabbing cursor */
    .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
    .pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
    .pswp__img {
      cursor: -webkit-zoom-out;
      cursor: -moz-zoom-out;
      cursor: zoom-out;
    }


    /* Prevent selection and tap highlights */
    .pswp__container,
    .pswp__img,
    .pswp__button,
    .pswp__counter {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .pswp__item {
      /* z-index for fade transition */
      z-index: 1;
      overflow: hidden;
    }

    .pswp__hidden {
      display: none !important;
    }

    /* Allow to click through pswp__content element, but not its children */
    .pswp__content {
      pointer-events: none;
    }
    .pswp__content > * {
      pointer-events: auto;
    }


    /*

      PhotoSwipe UI

    */

    /*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
    */
    .pswp__error-msg-container {
      display: grid;
    }
    .pswp__error-msg {
      margin: auto;
      font-size: 1em;
      line-height: 1;
      color: var(--pswp-error-text-color);
    }

    /*
    class pswp__hide-on-close is applied to elements that
    should hide (for example fade out) when PhotoSwipe is closed
    and show (for example fade in) when PhotoSwipe is opened
    */
    .pswp .pswp__hide-on-close {
      opacity: 0.005;
      will-change: opacity;
      transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
      z-index: 10; /* always overlap slide content */
      pointer-events: none; /* hidden elements should not be clickable */
    }

    /* class pswp--ui-visible is added when opening or closing transition starts */
    .pswp--ui-visible .pswp__hide-on-close {
      opacity: 1;
      pointer-events: auto;
    }

    /* <button> styles, including css reset */
    .pswp__button {
      position: relative;
      display: block;
      width: 50px;
      height: 60px;
      padding: 0;
      margin: 0;
      overflow: hidden;
      cursor: pointer;
      background: none;
      border: 0;
      box-shadow: none;
      opacity: 0.85;
      -webkit-appearance: none;
      -webkit-touch-callout: none;
    }

    .pswp__button:hover,
    .pswp__button:active,
    .pswp__button:focus {
      transition: none;
      padding: 0;
      background: none;
      border: 0;
      box-shadow: none;
      opacity: 1;
    }

    .pswp__button:disabled {
      opacity: 0.3;
      cursor: auto;
    }

    .pswp__icn {
      fill: var(--pswp-icon-color);
      color: var(--pswp-icon-color-secondary);
    }

    .pswp__icn {
      position: absolute;
      top: 14px;
      left: 9px;
      width: 32px;
      height: 32px;
      overflow: hidden;
      pointer-events: none;
    }

    .pswp__icn-shadow {
      stroke: var(--pswp-icon-stroke-color);
      stroke-width: var(--pswp-icon-stroke-width);
      fill: none;
    }

    .pswp__icn:focus {
      outline: 0;
    }

    /*
      div element that matches size of large image,
      large image loads on top of it,
      used when msrc is not provided
    */
    div.pswp__img--placeholder,
    .pswp__img--with-bg {
      background: var(--pswp-placeholder-bg);
    }

    .pswp__top-bar {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 60px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 10;

      /* allow events to pass through top bar itself */
      pointer-events: none !important;
    }
    .pswp__top-bar > * {
      pointer-events: auto;
      /* this makes transition significantly more smooth,
        even though inner elements are not animated */
      will-change: opacity;
    }


    /*

      Close button

    */
    .pswp__button--close {
      margin-right: 6px;
    }


    /*

      Arrow buttons

    */
    .pswp__button--arrow {
      position: absolute;
      top: 0;
      width: 75px;
      height: 100px;
      top: 50%;
      margin-top: -50px;
    }

    .pswp__button--arrow:disabled {
      display: none;
      cursor: default;
    }

    .pswp__button--arrow .pswp__icn {
      top: 50%;
      margin-top: -30px;
      width: 60px;
      height: 60px;
      background: none;
      border-radius: 0;
    }

    .pswp--one-slide .pswp__button--arrow {
      display: none;
    }

    /* hide arrows on touch screens */
    .pswp--touch .pswp__button--arrow {
      visibility: hidden;
    }

    /* show arrows only after mouse was used */
    .pswp--has_mouse .pswp__button--arrow {
      visibility: visible;
    }

    .pswp__button--arrow--prev {
      right: auto;
      left: 0px;
    }

    .pswp__button--arrow--next {
      right: 0px;
    }
    .pswp__button--arrow--next .pswp__icn {
      left: auto;
      right: 14px;
      /* flip horizontally */
      transform: scale(-1, 1);
    }

    /*

      Zoom button

    */
    .pswp__button--zoom {
      display: none;
    }

    .pswp--zoom-allowed .pswp__button--zoom {
      display: block;
    }

    /* "+" => "-" */
    .pswp--zoomed-in .pswp__zoom-icn-bar-v {
      display: none;
    }


    /*

      Loading indicator

    */
    .pswp__preloader {
      position: relative;
      overflow: hidden;
      width: 50px;
      height: 60px;
      margin-right: auto;
    }

    .pswp__preloader .pswp__icn {
      opacity: 0;
      transition: opacity 0.2s linear;
      animation: pswp-clockwise 600ms linear infinite;
    }

    .pswp__preloader--active .pswp__icn {
      opacity: 0.85;
    }

    @keyframes pswp-clockwise {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }


    /*

      "1 of 10" counter

    */
    .pswp__counter {
      height: 30px;
      margin-top: 15px;
      margin-inline-start: 20px;
      font-size: 14px;
      line-height: 30px;
      color: var(--pswp-icon-color);
      text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
      opacity: 0.85;
    }

    .pswp--one-slide .pswp__counter {
      display: none;
    }

    /*================ 5.18. Zoom Image ================*/
    @keyframes drift-fadeZoomIn {
      0% {
        transform: scale(1.5);
        opacity: 0;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    @keyframes drift-fadeZoomOut {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      15% {
        transform: scale(1.1);
        opacity: 1;
      }
      100% {
        transform: scale(0.5);
        opacity: 0;
      }
    }

    @keyframes drift-loader-rotate {
      0% {
        transform: translate(-50%, -50%) rotate(0);
      }
      50% {
        transform: translate(-50%, -50%) rotate(-180deg);
      }
      100% {
        transform: translate(-50%, -50%) rotate(-360deg);
      }
    }

    @keyframes drift-loader-before {
      0% {
        transform: scale(1);
      }
      10% {
        transform: scale(1.2) translateX(6px);
      }
      25% {
        transform: scale(1.3) translateX(8px);
      }
      40% {
        transform: scale(1.2) translateX(6px);
      }
      50% {
        transform: scale(1);
      }
      60% {
        transform: scale(0.8) translateX(6px);
      }
      75% {
        transform: scale(0.7) translateX(8px);
      }
      90% {
        transform: scale(0.8) translateX(6px);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes drift-loader-after {
      0% {
        transform: scale(1);
      }
      10% {
        transform: scale(1.2) translateX(-6px);
      }
      25% {
        transform: scale(1.3) translateX(-8px);
      }
      40% {
        transform: scale(1.2) translateX(-6px);
      }
      50% {
        transform: scale(1);
      }
      60% {
        transform: scale(0.8) translateX(-6px);
      }
      75% {
        transform: scale(0.7) translateX(-8px);
      }
      90% {
        transform: scale(0.8) translateX(-6px);
      }
      100% {
        transform: scale(1);
      }
    }

    @-webkit-keyframes drift-fadeZoomIn {
      0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
      }
      100% {
        -webkit-transform: scale(1);
        opacity: 1;
      }
    }

    @-webkit-keyframes drift-fadeZoomOut {
      0% {
        -webkit-transform: scale(1);
        opacity: 1;
      }
      15% {
        -webkit-transform: scale(1.1);
        opacity: 1;
      }
      100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
      }
    }

    @-webkit-keyframes drift-loader-rotate {
      0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
      }
      50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      }
      100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
      }
    }

    @-webkit-keyframes drift-loader-before {
      0% {
        -webkit-transform: scale(1);
      }
      10% {
        -webkit-transform: scale(1.2) translateX(6px);
      }
      25% {
        -webkit-transform: scale(1.3) translateX(8px);
      }
      40% {
        -webkit-transform: scale(1.2) translateX(6px);
      }
      50% {
        -webkit-transform: scale(1);
      }
      60% {
        -webkit-transform: scale(0.8) translateX(6px);
      }
      75% {
        -webkit-transform: scale(0.7) translateX(8px);
      }
      90% {
        -webkit-transform: scale(0.8) translateX(6px);
      }
      100% {
        -webkit-transform: scale(1);
      }
    }

    @-webkit-keyframes drift-loader-after {
      0% {
        -webkit-transform: scale(1);
      }
      10% {
        -webkit-transform: scale(1.2) translateX(-6px);
      }
      25% {
        -webkit-transform: scale(1.3) translateX(-8px);
      }
      40% {
        -webkit-transform: scale(1.2) translateX(-6px);
      }
      50% {
        -webkit-transform: scale(1);
      }
      60% {
        -webkit-transform: scale(0.8) translateX(-6px);
      }
      75% {
        -webkit-transform: scale(0.7) translateX(-8px);
      }
      90% {
        -webkit-transform: scale(0.8) translateX(-6px);
      }
      100% {
        -webkit-transform: scale(1);
      }
    }

    .drift-zoom-pane {
      /* background: rgba(0, 0, 0, 0.5); */
      /* This is required because of a bug that causes border-radius to not
      work with child elements in certain cases. */
      background: #fff;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      box-shadow: 0 1px 5px rgb(127 127 127 / 2%), 0 5px 18px rgb(127 127 127 / 20%);
      z-index: 3;
    }

    .drift-zoom-pane.drift-opening {
      animation: drift-fadeZoomIn 180ms ease-out;
      -webkit-animation: drift-fadeZoomIn 180ms ease-out;
    }

    .drift-zoom-pane.drift-closing {
      animation: drift-fadeZoomOut 210ms ease-in;
      -webkit-animation: drift-fadeZoomOut 210ms ease-in;
    }

    .drift-zoom-pane.drift-inline {
      position: absolute;
      width: 150px;
      height: 150px;
      border-radius: 75px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }

    .drift-loading .drift-zoom-pane-loader {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      width: 66px;
      height: 20px;
      animation: drift-loader-rotate 1800ms infinite linear;
      -webkit-animation: drift-loader-rotate 1800ms infinite linear;
    }

    .drift-zoom-pane-loader:before,
    .drift-zoom-pane-loader:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      border-radius: 20px;
      background-color: rgba(var(--color-accent) / 0.9);
    }

    .drift-zoom-pane-loader:before {
      left: 0;
      animation: drift-loader-before 1800ms infinite linear;
      -webkit-animation: drift-loader-before 1800ms infinite linear;
    }

    .drift-zoom-pane-loader:after {
      right: 0;
      animation: drift-loader-after 1800ms infinite linear;
      -webkit-animation: drift-loader-after 1800ms infinite linear;
      animation-delay: -900ms;
      -webkit-animation-delay: -900ms;
    }

    .drift-bounding-box {
        background: rgba(255,255,255,.25);
        box-shadow: 0 0 0 1px rgb(0 0 0 / 40%) inset;
        z-index: 500;
    }
    .drift-zoom-pane img {
        position: absolute;
        display: block;
        max-width: none !important;
        max-height: none !important;
        object-fit: contain;
        top: 0;
        left: 0;
    }
    .hdt-produc-zoom--wrapp .drift-zoom-pane {
        top: 0;
        left: 0;
        height: 52rem;
        max-width: 52rem;
        width: 100%;
    }
    .zoom-type--external :is(.hdt-product-media__thumb, .hdt-product-info__list) {
        transition: opacity .2s;
    }
    .zoom-type--external :is(.zoom_fade_media .hdt-product-media__thumb, .zoom_fade_info) {
        opacity: .3;
    }
    .dir--rtl .hdt-produc-zoom--wrapp {
      right: auto;
      left: 0;
    }
    .dir--rtl .hdt-produc-zoom--wrapp .drift-zoom-pane {
        right: 0;
        left: auto;
    }
    @media screen and (pointer: fine) {
      .hdt-produc-zoom--wrapp {
        position: sticky;
        top: 3rem;
        z-index: 4;
      }
    }


:root {
                --aspect-ratiocus1: 0.716;
                --scrollbar-w: 0px;
                /* Spacing */
                --spacing-0-2: 0.2rem;
                /* 2px */
                --spacing-0-4: 0.4rem;
                /* 4px */
                --spacing-0-6: 0.6rem;
                /* 6px */
                --spacing-0-8: 0.8rem;
                /* 8px */
                --spacing-1: 1rem;
                /* 10px */
                --spacing-1-2: 1.2rem;
                /* 12px */
                --spacing-1-4: 1.4rem;
                /* 14px */
                --spacing-1-6: 1.6rem;
                /* 16px */
                --spacing-1-8: 1.8rem;
                /* 18px */
                --spacing-2: 2rem;
                /* 20px */
                --spacing-2-2: 2.2rem;
                /* 22px */
                --spacing-2-4: 2.4rem;
                /* 24px */
                --spacing-2-6: 2.6rem;
                /* 26px */
                --spacing-2-8: 2.8rem;
                /* 28px */
                --spacing-3: 3rem;
                /* 30px */
                --spacing-3-2: 3.2rem;
                /* 32px */
                --spacing-3-4: 3.4rem;
                /* 34px */
                --spacing-3-6: 3.6rem;
                /* 36px */
                --spacing-3-8: 3.8rem;
                /* 38px */
                --spacing-4: 4rem;
                /* 40px */
                --spacing-4-2: 4.2rem;
                /* 42px */
                --spacing-4-4: 4.4rem;
                /* 44px */
                --spacing-4-8: 4.8rem;
                /* 48px */
                --spacing-5: 5rem;
                /* 50px */
                --spacing-5-6: 5.6rem;
                /* 56px */
                --spacing-6: 6rem;
                /* 60px */
                --spacing-6-4: 6.4rem;
                /* 64px */
                --spacing-7: 7rem;
                /* 70px */
                --spacing-7-2: 7.2rem;
                /* 72px */
                --spacing-8: 8rem;
                /* 80px */
                --spacing-9: 9rem;
                /* 90px */
                --spacing-10: 10rem;
                /* 100px */
                /* Colors */
                --color-base-background: 255 255 255;
                --color-base-text: 134 134 134;
                --color-accent: 35 35 35;
                --color-accent-secondary: 255 255 255;
                --color-focus: 213 58 61;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product badge colors */
                --color-on-sale-badge-background: 0 0 0;
                --color-on-sale-badge-text: 255 255 255;
                --color-new-badge-background: 242 242 242;
                --color-new-badge-text: 0 0 0;
                --color-sold-out-badge-background: 242 242 242;
                --color-sold-out-badge-text: 0 0 0;
                --color-pre-order-badge-background: 85 166 83;
                --color-pre-order-badge-text: 255 255 255;
                --color-custom-badge-background: 131 183 53;
                --color-custom-badge-text: 255 255 255;
                /* Notices colors */
                --color-tooltip-background: 35 35 35;
                --color-tooltip-text: 255 255 255;
                --color-success-background: 232 240 233;
                --color-success-text: 66 132 69;
                --color-warning-background: 251 246 234;
                --color-warning-text: 224 178 82;
                --color-error-background: 253 224 228;
                --color-error-text: 235 0 27;
                --font-body-family: "Avenir Next", sans-serif;
                --font-body-style: normal;
                --font-body-weight: 400;
                --font-body-weight-bold: 700;
                --font-heading-family: "Avenir Next", sans-serif;
                --font-heading-style: normal;
                --font-heading-weight: 600;
                --font-body-line-height: 1.6;
                --font-body-spacing: 0.0em;
                --font-heading-scale: 1.0;
                --font-heading-line-height: 1.2;
                --font-heading-spacing: 0.0em;
                --button-line-height: 1.2;
                /* Font sizes */
                --text-xs: 1.0rem;
                --text-sm: 1.2rem;
                --text-base: 1.4rem;
                --text-lg: 1.6rem;
                --text-xl: 1.8rem;
                --text-2xl: 2.0rem;
                --text-4xl: 2.2rem;
                --text-6xl: 2.4rem;
                --text-8xl: 2.6rem;
                --text-10xl: 2.8rem;
                --text-12xl: 3.0rem;
                /* Font Weight */
                --font-light: 300;
                --font-normal: 400;
                --font-medium: 500;
                --font-semibold: 600;
                --font-bold: 700;
                --font-extrabold: 800;
                --font-black: 900;
                --spacing-x: 15px;
                --spacing-y: 15px;
                --container-max-width: 144rem;
                --container-max-width-padding-lg: 154rem;
                --container-max-width-padding-md: 150rem;
                --container-width-margin: 0rem;
                --spacing-sections-desktop: 0px;
                --spacing-sections-mobile: 0px;
                /* Border Radius */
                --rounded-2xs: 0.0rem;
                --rounded-xs: 0.0rem;
                --rounded-sm: 0.0rem;
                --rounded: 0.0rem;
                --rounded-lg: 0.0rem;
                --rounded-full: 9999px;
                --rounded-button: 2.4rem;
                --rounded-input: 2.4rem;
                --rounded-product-card: 0.0rem;
                --rounded-product-media: 0.0rem;
                --rounded-collection-card: 0.0rem;
                --rounded-blog-card: 0.0rem;
                --padding-block-input: var(--spacing-0-6);
                --padding-inline-input: var(--spacing-1);
                --height-input: var(--spacing-4-2);
                --cursor-zoom-in-icon: url(//www.getboomba.com/cdn/shop/t/150/assets/cursor-zoom-in.svg?v=88807523373575012131717127254);
                /* RTL support */
                --value-logical-flip: 1;
                --value-origin-start: left;
                --value-origin-end: right;
            }

            /* Color schemes */
            [color-scheme="scheme-1"] {
                --color-background: 0 0 0;
                --gradient-background: rgba(0,0,0,0);
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-2"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 255 255 255;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 255 255 255;
                --color-button-text: 0 0 0;
                --color-button-border: 235 235 235;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 236 236 236;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 0 0 0;
            }

            [color-scheme="scheme-3"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 255 255 255;
                --color-foreground: 0 0 0;
                --color-foreground2: 0 0 0;
                --color-button: 242 242 242;
                --color-button-text: 0 0 0;
                --color-button-border: 242 242 242;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 238 238 238;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 0 0 0;
            }

            [color-scheme="scheme-4"] {
                --color-background: 0 0 0;
                --gradient-background: rgba(0,0,0,0);
                --color-background2: 255 255 255;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 253 167 215;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-5"] {
                --color-background: 251 247 240;
                --gradient-background: #fbf7f0;
                --color-background2: 251 247 240;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 251 247 240;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 0 0 0;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(251 247 240);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 104 104 104;
            }

            [color-scheme="scheme-67a7ca9f-3333-4245-b79f-2e9849d7e615"] {
                --color-background: 0 0 0;
                --gradient-background: #000000;
                --color-background2: 68 68 68;
                --color-foreground: 255 255 255;
                --color-foreground2: 231 231 231;
                --color-button: 255 255 255;
                --color-button-text: 0 0 0;
                --color-button-border: 255 255 255;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 0 0 0;
                --color-secondary-button-text: 255 255 255;
                --color-link: 255 255 255;
                --color-line-border: 68 68 68;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 255 255 255;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 255 255 255;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-c21688ce-50dc-4168-89ce-9c50fb34da15"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 255 255 255;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-22"] {
                --color-background: 0 0 0;
                --gradient-background: #000000;
                --color-background2: 255 255 255;
                --color-foreground: 255 255 255;
                --color-foreground2: 255 255 255;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 255 255 255;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 0 0 0;
                --color-secondary-button-text: 255 255 255;
                --color-link: 255 255 255;
                --color-line-border: 48 48 48;
                --color-overlay: 255 255 255;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 44 44 44;
                --color-input-secondary: 255 255 255;
            }

            [color-scheme="scheme-33"] {
                --color-background: 245 215 215;
                --gradient-background: linear-gradient(180deg, rgba(245, 215, 215, 1), rgba(217, 217, 217, 0) 100%);
                --color-background2: 255 255 255;
                --color-foreground: 0 0 0;
                --color-foreground2: 0 0 0;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 245 215 215;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 238 238 238;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(245 215 215);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 104 104 104;
            }

            [color-scheme="scheme-55"] {
                --color-background: 84 255 201;
                --gradient-background: #54ffc9;
                --color-background2: 255 255 255;
                --color-foreground: 255 255 255;
                --color-foreground2: ;
                --color-button: ;
                --color-button-text: ;
                --color-button-border: ;
                --color-secondary-button: 84 255 201;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: ;
                --color-link: ;
                --color-line-border: 238 238 238;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(84 255 201);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 104 104 104;
            }

            [color-scheme="scheme-528baed9-e07d-4061-8b26-b4ce7a93469f"] {
                --color-background: 0 0 0;
                --gradient-background: #000000;
                --color-background2: 219 18 21;
                --color-foreground: 255 255 255;
                --color-foreground2: 161 161 161;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 239 239 239;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 161 161 161;
                --color-link: 161 161 161;
                --color-line-border: 48 48 48;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 44 44 44;
                --color-input-secondary: 255 255 255;
            }

            [color-scheme="scheme-f766a173-c079-42eb-8fb6-ae693664ea65"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 245 215 215;
                --color-button-text: 0 0 0;
                --color-button-border: 0 0 0;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-9067146f-576d-4cb4-a1ec-acbdc0e653ad"] {
                --color-background: 245 215 215;
                --gradient-background: #f5d7d7;
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 245 215 215;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(245 215 215);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-21facba8-9eed-49cf-96a8-a8dd21efad4e"] {
                --color-background: 0 0 0;
                --gradient-background: rgba(0,0,0,0);
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 0 0 0;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(0 0 0);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-f84bad1e-e6f1-4fe0-b626-a0ad9138c524"] {
                --color-background: 217 217 217;
                --gradient-background: #d9d9d9;
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 0 0 0;
                --color-button-text: 255 255 255;
                --color-button-border: 0 0 0;
                --color-secondary-button: 217 217 217;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(217 217 217);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-7d1ff3fb-7614-4f4b-9538-f384a6cefe82"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 250 215 215;
                --color-button-text: 0 0 0;
                --color-button-border: 0 0 0;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 0 0 0;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            [color-scheme="scheme-45734c08-ef07-4a18-bf24-caa3b7da3695"] {
                --color-background: 255 255 255;
                --gradient-background: #ffffff;
                --color-background2: 242 242 242;
                --color-foreground: 0 0 0;
                --color-foreground2: 84 84 84;
                --color-button: 244 215 128;
                --color-button-text: 0 0 0;
                --color-button-border: 0 0 0;
                --color-secondary-button: 255 255 255;
                --color-secondary-button-bg: 255 255 255;
                --color-secondary-button-text: 0 0 0;
                --color-link: 0 0 0;
                --color-line-border: 235 235 235;
                --color-overlay: 0 0 0;
                --payment-terms-background-color: rgb(255 255 255);
                /* Product colors */
                --color-pr-price: 0 0 0;
                --color-pr-sale-price: 219 18 21;
                --color-pr-text: 0 0 0;
                --color-pr-rating: ;
                /* Input colors */
                --color-input-primary: 255 255 255;
                --color-input-secondary: 144 144 144;
            }

            @media screen and (min-width: 768px) {
                :root {
                    /* Font sizes */ --text-xs: 1.2rem;
                    --text-sm: 1.4rem;
                    --text-base: 1.6rem;
                    --text-lg: 1.8rem;
                    --text-xl: 2.0rem;
                    --text-2xl: 2.2rem;
                    --text-4xl: 2.4rem;
                    --text-6xl: 2.6rem;
                    --text-8xl: 2.8rem;
                    --text-10xl: 3.0rem;
                    --text-12xl: 3.2rem;
                    --spacing-x: 30px;
                    --spacing-y: 30px;
                }



              .kaching-cart__tiered-promotions-bar-text{
                color: #000 !important; 
              }



              .rte img{
                border:none;
              }