/** Shopify CDN: Minification failed

Line 4302:18 Expected identifier but found whitespace
Line 4302:23 Unexpected ";"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --duration-short: 0.1s;
  --duration-default: 0.2s;
  --duration-long: 0.5s;
}

.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 */
html {
  scroll-behavior: smooth;
}

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

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

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

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

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

/* Start: page width   */

.container-desktop {
  padding: 0;
  margin: 0 auto;
}

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

  .container--narrow {
    padding: 0 9rem;
  }

  .container-desktop {
    padding: 0;
  }

  .container-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .container--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

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

/* End: page width   */

/* Start: Default Class   */

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



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

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

/* End: Default Class   */

/* Start: Heading Tag Style */

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-heading));
  line-height: calc(1 + 0.1 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

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

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

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

/*End: Heading Tag Style */

/* Start: Other Common Style */
blockquote {
  color: rgba(var(--color-heading));
  margin: 30px 0 24px;
  font-size: 22px;
  line-height: 36px;
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-weight: 400;
    font-size: 40px;
    line-height: 160%;
    margin: 40px 0 24px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

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

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

.caption-with-letter-spacing {
  font-size: 1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-bottom: 0.4rem;
}

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

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

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

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

.error {
  color: red;
}

.hidden {
  display: none !important;
}

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

.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: rgba(var(--color-foreground));
  background-color: transparent;
  font-size: 1.6rem;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.customer a:hover {
  color: rgba(var(--color-accent));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.customer a.link {
  color: rgba(var(--color-foreground));
}

.customer a.link:hover {
  color: rgba(var(--color-accent), 0.8);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

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

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: 4rem 0;
  }
}

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

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

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

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: 180ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --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 {
  -webkit-transition: all 0.3s transform ease;
  -moz-transition: all 0.3s transform ease;
  -o-transition: all 0.3s transform ease;
  transition: all 0.3s transform ease;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

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

.underlined-link:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-accent));
  text-decoration: underline;
}

.icon-arrow {
  width: 1.5rem;
}

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

a,
button {
  line-height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  text-decoration-thickness: 0.02rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

/*  End: Others Common Style */

/* Start: Text Align Center css */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.text--capitalcase {
  text-transform: capitalize !important;
}

.text--lowercase {
  text-transform: lowercase !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

/* End: Text Align Center css */

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

summary .icon-caret {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.9rem);
  transition: transform 0.2s ease;
}

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

/* End: base-details-summary */

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

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

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

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

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

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

.focus-offset:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* Dangerous for a11y - Use with care */

/*   End: base-focus */

/*  Start: component-media */
.media {
  display: block;
  background-color: transparent;
  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-round {
  border-radius: 0.6rem !important;
}

.placeholder-media {
  background-color: rgb(var(--color-foreground), 0.2);
}

.placeholder-media.media--adapt {
  padding-bottom: 100%;
}

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

deferred-media {
  display: block;
}

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

/*  End: component-media */
/* Start: component-button */

/* Button - default */
.cart__dynamic-checkout-buttons iframe {
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button .customer button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--unbranded:before,
.cart__dynamic-checkout-buttons [role="button"],
.shopify-payment-button[role="button"] {
  font-family: var(--buttons-font);
  font-size: var(--buttons-font-size);
  font-weight: var(--buttons-weight);
  letter-spacing: var(--buttons-latter-space);
  border-radius: var(--buttons-radius);
  text-transform: var(--buttons-case);
  line-height: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 1.5rem 3rem;
  letter-spacing: 0.06rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

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

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: none;
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  outline: 0;
  box-shadow: none;
}

.button--primary {
  border: var(--buttons-border-width) solid rgb(var(--color-primary-button));
  color: rgb(var(--color-primary-button-text));
  background-color: rgb(var(--color-primary-button));
}

.button--primary:hover,
.button--primary:focus,
.button--primary.focused,
.button--primary:focus-visible,
.button--primary:focus:not(:focus-visible):not(.focused) {
  border: var(--buttons-border-width) solid
    rgb(var(--color-primary-button-hover));
  color: rgb(var(--color-primary-button-hover-text));
  background-color: rgb(var(--color-primary-button-hover));
}

.button--primary-outline {
  border: var(--buttons-border-width) solid
    rgb(var(--color-primary-button-outline-hover));
  color: rgb(var(--color-primary-button-hover));
  background-color: transparent;
}

.button--primary-outline:hover,
.button--primary-outline:focus,
.button--primary-outline:focus:not(:focus-visible):not(.focused) {
  color: rgb(var(--color-primary-button));
  border: var(--buttons-border-width) solid
    rgb(var(--color-primary-button-outline));
}

.button--secondary {
  border: var(--buttons-border-width) solid rgb(var(--color-secondary-button));
  background-color: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary.focused,
.button--secondary:focus-visible,
.button--secondary:focus:not(:focus-visible):not(.focused) {
  color: rgb(var(--color-secondary-button-hover-text));
  background-color: rgb(var(--color-secondary-button-hover));
  border: var(--buttons-border-width) solid
    rgb(var(--color-secondary-button-hover));
}

.button--secondary-outline {
  border: var(--buttons-border-width) solid
    rgb(var(--color-secondary-button-outline));
  color: rgb(var(--color-secondary-button));
  background-color: transparent;
}

.button--secondary-outline:hover,
.button--secondary-outline:focus,
.button--secondary-outline.focused,
.button--secondary-outline:focus-visible,
.button--secondary-outline:focus:not(:focus-visible):not(.focused) {
  color: rgb(var(--color-secondary-button-outline-hover));
  border: var(--buttons-border-width) solid
    rgb(var(--color-secondary-button-outline-hover));
}

.button--small {
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
}

.button--medium {
  font-size: 1.8rem;
  padding: 1rem 2rem;
}

.button--large {
  font-size: 2rem;
  padding: 1.2rem 5rem;
}

.button--flex {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button--text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.button--flex span {
  display: flex;
}

.button--fullwidth {
  width: 100%;
}

.button--round {
  border-radius: 10px;
}

.button span.icon {
  line-height: 0;
  margin-left: 8px;
}

@media screen and (max-width: 1080px) {
  .button--large {
    padding: 1.2rem 4rem;
  }
}

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

.button.loading > span {
  opacity: 0;
}

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

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

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

/* Button - social share */

.share-button {
  display: block;
  position: relative;
  margin: 1.6rem 0;
}

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

.share-button__button {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 2.9rem;
  padding: 0;
  transition: 0.3s ease;
}

.share-button__button:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 00 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: 0;
}

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

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

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

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

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

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

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

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

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

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

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

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

.product-popup-modal__button + .social_share {
  float: right;
}

.product-popup-modal__button + .share-button {
  float: right;
}

.social_share {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.social_share-list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social_share-list li {
  line-height: 0;
}

.social_share-title {
  font-size: 15px;
  font-family: var(--font-body-family);
}

.social_share-list li a {
  background-color: rgb(var(--color-secondary-button));
  color: rgb(var(--color-secondary-button-text));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(0);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.social_share-list li a:hover {
  background-color: rgb(var(--color-secondary-button-hover));
  color: rgb(var(--color-secondary-button-hover-text));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-5px);
  text-decoration: none;
}

/* End: component-button */

/* Start: component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-input));
  color: rgb(var(--color-foreground));
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: 6px;
  height: 5.5rem;
  position: relative;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  color: rgba(var(--color-foreground), 1);
}

.field:hover,
.select:hover,
.select__select:hover,
.customer .field:hover,
.customer select:hover {
  box-shadow: none;
  outline: 0;
  border-color: rgb(var(--color-accent));
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible {
  box-shadow: none;
  outline: 0;
  border-color: rgb(var(--color-accent));
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus {
  box-shadow: none;
  outline: 0;
  border-color: rgb(var(--color-accent));
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
  border-color: rgb(var(--color-accent));
}

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

/* Select */

.select .icon-caret,
.customer select + svg {
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 3rem 0 2rem;
  margin: 0;
  min-height: 2rem;
}

/* Field */

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

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 12px;
  margin: 0;
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  margin-bottom: 0;
  pointer-events: none;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 1);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

.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;
  z-index: 1;
}

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

.search__input.field__input {
  padding-left: 39px;
  border-radius: 6px;
  height: 4.4rem;
}

.search__button {
  left: 0;
  top: 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: 20rem;
  resize: none;
}

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

/* End: component-form */

/* Start: component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) +0 * 2);
  display: flex;
  min-height: 44px;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 6px;
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 00 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-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
}

.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 svg {
  width: 1.8rem;
  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;
  appearance: textfield;
}

.quantity__rules {
  margin-top: 1.2rem;
  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 .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
  border: 0;
}

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

/* End: component-modal */

/* Start: MT Layout CSS */
.container,
.container-fluid {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .container-fluid {
    --offset-fluid: calc(var(--container-fluid-offset) / 1.25);
  }
}

@media only screen and (min-width: 1200px) {
  .container-fluid {
    --offset-fluid: var(--container-fluid-offset);
  }
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 992px) {
  .container {
    max-width: var(--container-lg-width);
  }
}

@media (min-width: 992px) {
  .container {
    max-width: var(--container-lg-width);
  }
}

.row {
  --bs-gutter-x: 2.4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* End: MT Layout  CSS */

/* Start: MT grid columns CSS */
.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

.align-items-stretch {
  align-items: stretch;
}

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

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

.margin-left {
  margin-left: 0px;
}

.margin-right {
  float: right;
}

.margin-center {
  margin: 0px auto;
}

.flex-grow-1 {
  flex-grow: 1;
}

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

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

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

.inline-x-center {
  display: flex;
  justify-content: center;
}

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

.d-block {
  display: block !important;
}

/* Start: Display None css */
.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
}

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

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

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

/* End: Display None css */

@media only screen and (max-width: 991px) {
  .flex-column-reverse-max-tablet {
    flex-direction: column-reverse;
  }
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

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

  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .flex-row-reverse-min-desktop {
    flex-direction: row-reverse;
  }

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

  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

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

  .text-xl-left {
    text-align: left;
  }

  .text-xl-right {
    text-align: right;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

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

  .text-xxl-left {
    text-align: left;
  }

  .text-xxl-right {
    text-align: right;
  }
}

/* End:  grid columns CSS */

/* start: Aligment CSS */
.vertical-top {
  align-items: start;
}
.vertical-center {
  align-items: center;
}
.vertical-bottom {
  align-items: end;
}
.horizontal-left {
  justify-content: start;
  text-align: left;
}
.horizontal-center {
  justify-content: center;
  text-align: center;
}
.horizontal-right {
  justify-content: end;
  text-align: right;
}

/* End: Aligment CSS */
@media (max-width: 768px) {
  .mob-vertical-top {
    align-items: start;
  }
  .mob-vertical-center {
    align-items: center;
  }
  .mob-vertical-bottom {
    align-items: end;
  }
  .mob-horizontal-left {
    justify-content: start;
    text-align: left;
  }
  .mob-horizontal-center {
    justify-content: center;
    text-align: center;
  }
  .mob-horizontal-right {
    justify-content: end;
    text-align: right;
  }
}

/* Satrt: Order css */

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}

/* End: Order css */

/* Satrt: Spacing Helper css */
.mb-30 {
  margin-bottom: 30px;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-80 {
  margin-bottom: 80px;
}

.p-0 {
  padding: 0;
}

.pt--0 {
  padding-top: 0;
}

.pb--0 {
  padding-bottom: 0;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-30-minus {
  margin-top: -30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-20 {
  margin-top: 30px;
}

.max-w-500 {
  max-width: 50rem;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.y_scroll {
  overflow-y: auto;
}

.py-1 {
  padding: 1rem 0;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* End: Spacing Helper css */

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-primary-button));
  color: rgb(var(--color-primary-button-text));
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  font-family: var(--font-body-family);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  bottom: 32px;
  left: 30px;
}

@media screen and (max-width: 990px) {
  .cart-count-bubble {
    bottom: 21px;
    left: 21px;
  }
}

/* utility class */

.badge {
  border-radius: var(--badge-corner-radius);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
  padding: 0px 12px;
  min-width: 77px;
  line-height: 30px;
  display: block;
  font-family: var(--font-body-family);
}

@media screen and (max-width: 768px) {
  .row-cols-2 .badge {
    font-size: 12px;
    min-width: 56px;
    line-height: 24px;
    display: block;
  }
}

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

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

/* announcement-bar */
.announcement-bar {
  padding: 10px 0;
}

.announcement-bar__flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0;
}

.announcement-bar__flex .disclosure__button {
  height: auto;
  min-height: auto;
}

.announcement-bar__flex .disclosure__list-wrapper {
  bottom: initial;
  top: 100%;
  right: 0;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
}

.announcement-bar__text {
  font-family: var(--font-body-family);
  font-size: 15px;
  font-style: normal;
  line-height: 100%;
  text-transform: capitalize;
}

.announcement-bar__flex .localization-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.announcement-bar__text a {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-accent));
}

.announcement-bar__flex .localization-selector.link {
  padding: 15px 42px 15px 20px;
  border-left: 1px solid rgb(var(--color-foreground), 0.2);
}

.announcement-bar__flex
  localization-form:last-child
  .localization-selector.link {
  border-right: 1px solid rgb(var(--color-foreground), 0.2);
}

/* 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 {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding: 10px 0;
}

.search__input.field__input {
  min-width: 300px;
}

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

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

@media screen and (min-width: 990px) {
  .header-wrapper--border-bottom {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
  }

  .header--top-left .header__inline-menu {
    border-top: 1px solid rgba(var(--color-foreground), 0.2);
  }

  .header--top-center .header__inline-menu {
    border-top: 1px solid rgba(var(--color-foreground), 0.2);
  }

  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left {
    grid-template-areas:
      "heading search-icon icons"
      "navigation navigation navigation";
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left .search__input.field__input {
    min-width: 480px;
  }

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

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

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

  .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: 20px;
  }
}

.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;
  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;
    column-gap: 10px;
  }
}

@media screen and (min-width: 992px) {
  .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__inline-menu */

.header__inline-menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__inline-menu > ul > li {
  position: relative;
  list-style: none;
  display: inline-block;
}

.header__inline-menu > ul > li > a {
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.header__inline-menu > ul > li > a:hover,
.header__inline-menu > ul > li > a.active {
  color: rgb(var(--color-accent));
  text-decoration: none;
}

.header__inline-menu > ul > li > a.active::before,
.header__inline-menu > ul > li > a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: rgba(var(--color-foreground), 1);
}

/* .header__inline-menu>ul>li>a.active::before {
  transform: scale3d(1, 1, 1);
} */

.header__inline-menu > ul > li > a:hover::before {
  transform: scale3d(1, 1, 1);
}

.header__inline-menu > ul > li .arrow-down {
  margin-left: 5px;
}

.header__inline-menu > ul > li .arrow-down svg {
  transition: 0.3s;
}

.header__inline-menu > ul > li:hover .arrow-down svg {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  transition: 0.3s;
}

.header__inline-menu > ul > li.has-mega-menu {
  position: static;
}

.header__inline-menu > ul > li .header__inline-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border: 0;
  box-shadow: 0px 3px 2px 0px rgba(0, 1, 35, 0.08);
  z-index: 9;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(10px) rotateX(-18deg);
  -moz-transform: perspective(10px) rotateX(-18deg);
  -ms-transform: perspective(10px) rotateX(-18deg);
  -o-transform: perspective(10px) rotateX(-18deg);
  transform: perspective(10px) rotateX(-18deg);
}

.header__inline-menu > ul > li > .header__inline-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 0.6rem 0.6rem;
  box-shadow: 0px 3px 2px 0px rgba(0, 1, 35, 0.08);
  z-index: 9;
  min-width: 220px;
  padding: 17px 0px 20px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(10px) rotateX(-18deg);
  -moz-transform: perspective(10px) rotateX(-18deg);
  -ms-transform: perspective(10px) rotateX(-18deg);
  -o-transform: perspective(10px) rotateX(-18deg);
  transform: perspective(10px) rotateX(-18deg);
}

.header__inline-menu > ul > li:hover > .header__inline-submenu,
.header__inline-menu > ul > li:hover > .header__inline-mega-menu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(10px) rotateX(0deg);
  -moz-transform: perspective(10px) rotateX(0deg);
  -ms-transform: perspective(10px) rotateX(0deg);
  -o-transform: perspective(10px) rotateX(0deg);
  transform: perspective(10px) rotateX(0deg);
}

.header__inline-nested-menu {
  list-style: none;
  position: absolute;
  left: 100%;
  right: 0;
  width: 100%;
  margin-top: -35px;
  background-color: #fff;
  box-shadow: 0px 3px 2px 0px rgba(0, 1, 35, 0.08);
  z-index: 9;
  min-width: 220px;
  padding: 17px 0px 20px;
  border-radius: 0.6rem;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(10px) rotateX(-18deg);
  -moz-transform: perspective(10px) rotateX(-18deg);
  -ms-transform: perspective(10px) rotateX(-18deg);
  -o-transform: perspective(10px) rotateX(-18deg);
  transform: perspective(10px) rotateX(-18deg);
}

.header__inline-submenu
  li.menu-item-has-children:hover
  .header__inline-nested-menu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(10px) rotateX(0deg);
  -moz-transform: perspective(10px) rotateX(0deg);
  -ms-transform: perspective(10px) rotateX(0deg);
  -o-transform: perspective(10px) rotateX(0deg);
  transform: perspective(10px) rotateX(0deg);
}

.header__inline-submenu li {
  padding: 0 20px;
}

.has-mega-menu .header__inline-submenu li {
  padding: 0;
}

.header__inline-submenu li.menu-item-has-children .sub-arrow-down svg {
  transition: 0.3s;
}

.header__inline-submenu li.menu-item-has-children:hover .sub-arrow-down svg {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: 0.3s;
}

.menu-item-has-children a {
  width: 100%;
}
.header__inline-menu > ul > li .header__inline-mega-menu > li:not(:last-child) {
  margin-right: 0;
}

.header__inline-menu > ul > li .header__inline-mega-menu.mega-menu-style-2 {
  padding: 17px 0 40px;
}

.header__inline-menu
  > ul
  > li
  .header__inline-mega-menu
  > li
  .header__inline-submenu {
  padding: 0;
  list-style: none;
}

.header__inline-menu > ul > li > .header__inline-submenu {
  padding: 17px 0px 20px;
  list-style: none;
}

.header__inline-menu
  > ul
  > li
  .header__inline-mega-menu
  .header__inline-submenu {
  list-style: none;
  padding: 0;
}

.shop-mega-menu-list > ul {
  padding: 0;
  list-style: none;
}

.header__inline-menu > ul > li .header__inline-submenu > li > a,
.header__inline-nested-menu > li > a {
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  letter-spacing: 0.06rem;
}

.header__inline-menu > ul > li .header__inline-submenu > li > a::before,
.header__inline-nested-menu > li > a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: rgba(var(--color-foreground), 1);
}

.header__inline-menu > ul > li .header__inline-submenu > li:hover > a,
.header__inline-nested-menu > li:hover > a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.header__inline-menu > ul > li .header__inline-submenu > li:hover > a::before,
.header__inline-nested-menu > li:hover > a::before {
  transform: scale3d(1, 1, 1);
}

.header__inline-menu > ul > li .header__inline-submenu li:not(:last-child) {
  margin-bottom: 5px;
}

.shop-mega-menu-list > ul > li > a {
  color: rgba(var(--color-foreground), 1);
  font-family: var(--font-body-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  letter-spacing: 0.06rem;
}

.shop-mega-menu-list > ul > li > a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: rgba(var(--color-foreground), 0.6);
}

.shop-mega-menu-list > ul > li > a:hover {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}

.shop-mega-menu-list > ul > li > a:hover::before {
  transform: scale3d(1, 1, 1);
}

.shop-mega-menu-list > ul > li:not(:last-child) {
  margin-bottom: 5px;
}

.mega-menu-title,
.shop-mega-menu-title {
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  position: relative;
  font-size: 17px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.06rem;
}

/* .mega-menu-title::before,
.shop-mega-menu-title::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: rgba(var(--color-foreground), 0.6);
} */

/* .mega-menu-title:hover,
.shop-mega-menu-title:hover {
  color: rgb(var(--color-foreground));
} */

/* .mega-menu-title:hover::before,
.shop-mega-menu-title:hover::before {
  transform: scale3d(1, 1, 1);
} */

.shop-mega-menu-list__collection > ul > li > a {
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
}

.header__inline-menu > ul > li .mega-menu__default {
  padding: 0;
}

.header__inline-menu > ul > li .mega-menu__default .container {
  padding-top: 17px;
}

.menu-img__wrap {
  position: relative;
  position: relative;
  height: 100%;
}

.shop-mega-menu-img {
  height: 100%;
}

.menu-img__wrap img {
  width: 100%;
  height: 100%;
}

.mega_menu-banner {
  background-color: transparent;
  padding: 3.5rem;
  display: flex !important;
}

.mega_menu__content {
  max-width: 70%;
  width: 100%;
}

.menu-banner__heading {
  margin: 0 0 10px;
  font-weight: bold;
}

.content-top-left {
  align-items: start;
}

.content-top-center {
  align-items: start;
  justify-items: center;
}

.content-top-right {
  align-items: start;
  justify-items: end;
}

.content-middle-left {
  align-items: center;
  justify-items: start;
}

.content-middle-center {
  align-items: center;
  justify-items: center;
}

.content-middle-right {
  align-items: center;
  justify-items: end;
}

.content-bottom-left {
  align-items: end;
  justify-items: start;
}

.content-bottom-center {
  align-items: end;
  justify-items: center;
}

.content-bottom-right {
  align-items: end;
  justify-items: end;
}

.content-top-center.text-center .mega_menu__content,
.content-middle-center.text-center .mega_menu__content,
.content-bottom-center.text-center .mega_menu__content {
  margin: 0 auto;
}

.content-top-right.text-right .mega_menu__content,
.content-middle-right.text-right .mega_menu__content,
.content-bottom-right.text-right .mega_menu__content {
  margin: 0 0 0 auto;
}

.content-top-left.text-left .mega_menu__content,
.content-middle-left.text-left .mega_menu__content,
.content-bottom-left.text-left .mega_menu__content {
  margin: 0 auto 0 0;
}

.menu-banner__text {
  margin-bottom: 24px;
}

.mega-menu__flex {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.menu-img__wrap .shop-mega-menu-btn {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu__left-item {
  flex: 1;
  padding-bottom: 40px;
}

.home-menu-item a {
  display: block;
}

.home-menu-content {
  text-align: center;
  display: flex !important;
  align-items: end;
  justify-content: center;
  padding: 4rem 2rem;
  background-color: transparent;
}

.home-menu-thumb {
  margin-bottom: 10px;
}

.home-menu-item img {
  width: 100%;
  height: 100%;
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  gap: 16px;
}

.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));
  background-color: rgb(var(--color-background));
  width: 34px;
  height: 34px;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__icon:hover {
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-accent));
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.icon {
  vertical-align: middle;
}

.header__icon--cart {
  position: relative;
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */

.header__search--inline .predictive-search__results-groups-wrapper {
  flex-direction: column;
}

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

.header--top-left .header__search {
  grid-area: search-icon;
}

.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: 992px) {
  .header__icon {
    width: 44px;
    height: 44px;
  }
}

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

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

.no-js .predictive-search {
  display: none;
}

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

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

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

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * 0));
  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;
  pointer-events: none;
}

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;
    width: 100%;
  }

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

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

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

.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: 0.6rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  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;
  }
}

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

/* subtitle text */

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

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

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

/* rte text */

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

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

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

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

.rte table {
  table-layout: fixed;
  width: 100%;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

.rte a:not(.button):hover {
  color: rgb(var(--color-accent));
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 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;
  }
}


.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: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {  
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.6rem;
  box-shadow: none;
  z-index: -1;
  pointer-events: none;
}

.image-wrapper a {
  display: block;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Start: Global Media CSS */
.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

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

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


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

/* End: Global Media CSS */
/* 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 {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Start: Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    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;
  }

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

/* 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. */
  }
}

/* End: Animations */

/* start: breadcrumbs */

.breadcrumbs {
  margin: 0 0 22px;
}

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

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  position: absolute;
  content: "\002F";
  left: -3px;
  font-size: 14px;
  line-height: 31px;
  opacity: 0.8;
}

.breadcrumbs__link {
  color: rgb(var(--color-heading));
  text-decoration: 0;
  text-underline-offset: 0.2rem;
}

.breadcrumbs__item a {
  color: rgb(var(--color-heading));
  text-decoration: none;
  position: relative;
}
.breadcrumbs__item a:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: 0.3s transform ease;
  transform: scaleZ(1);
  transform-origin: 0 50%;
  background: rgba(var(--color-foreground), 1);
}

.breadcrumbs__link:hover,
.breadcrumbs__item a:hover {
  color: rgb(var(--color-accent));
  text-decoration: none;
}
.breadcrumbs__item a:hover:before {
  transform: scale3d(0, 1, 1);
}

@media screen and (max-width: 768px) {
  .breadcrumbs__item a {
    font-size: 14px;
  }
}

.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  font-weight: 500;
  opacity: 1;
}

.title--primary {
  margin-top: 0;
  margin-bottom: 40px;
}

/* end: breadcrumbs */
/* start: section heading*/

.sectiong__heading {
  margin-bottom: 50px;
}

.sectiong__heading--title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}

.sectiong__heading--title::before {
  position: absolute;
  content: "";
  height: 1px;
  background: rgb(var(--color-accent));
  bottom: 0;
  width: 13.4rem;
}

.text-center .sectiong__heading--title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-right .sectiong__heading--title::before {
  right: 0;
}

.sectiong__heading--text + .button {
  margin-top: 4.8rem;
}

.sectiong__heading--caption {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .text-m-center .sectiong__heading--title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .text-m-left .sectiong__heading--title::before {
    left: 0;
    right: auto;
  }

  .text-m-right .sectiong__heading--title::before {
    right: 0;
    left: auto;
  }
}

/* end: section heading */

/* start:Mobile aligmnent */

.round {
  border-radius: 0.6rem;
}
.rounded-2x {
  border-radius: 1.2rem;
}
.row-gap {
  row-gap: var(--bs-gutter-x);
  width: auto;
}

.drow-gap-50 {
  row-gap: 50px;
}

@media screen and (max-width: 768px) {
  .drow-gap-50 {
    row-gap: 0;
  }

  .mrow-gap-50 {
    row-gap: 50px;
  }
}

@media screen and (max-width: 768px) {
  .text-m-left {
    text-align: left;
  }

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

  .text-m-right {
    text-align: right;
  }

  .margin-m-left {
    margin-left: 0px;
  }

  .margin-m-right {
    float: right;
  }

  .margin-m-center {
    margin: 0px auto;
  }
}

/* end:Mobile aligmnent */

/* .shopify-policy */

.shopify-policy__container {
  max-width: 850px;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* start: swiper slider */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  overflow: hidden;
  background-color: transparent;
  color: rgb(var(--color-foreground));
  border: 1px solid rgb(var(--color-foreground));
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 1px solid rgb(var(--color-accent));
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-accent));
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
  transform-origin: center;
}

@-webkit-keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }

  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }

  95% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

.swiper-pagination-bullet--svg-animation {
  width: 20px;
  height: 20px;
  margin: 6px -7px;
  display: inline-block;
}

.swiper-pagination-bullet--svg-animation svg {
  transform: rotate(-90deg);
  display: none;
}

.slideshow-wrapper .swiper-pagination-bullet--svg-animation svg {
  display: block;
}

.swiper-pagination-bullet--svg-animation .svg__circle-inner {
  stroke: rgb(var(--color-foreground));
  fill: transparent;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active .svg__circle {
  stroke: rgb(var(--color-accent));
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  -webkit-animation: progress 3s ease-in;
  animation: progress 3s ease-in;
}

.swiper-pagination-bullet-active .svg__circle-inner {
  fill: rgb(var(--color-foreground));
  stroke: rgb(var(--color-accent));
}

.grid-layout .slideshow__swiper {
  margin-left: auto;
  margin-right: auto;
}

.slider-layout .slideshow__swiper {
  --bs-gutter-x: 2.4rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.slider-layout .swiper-wrapper {
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0;
}

.slider-layout .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-pagination-bullet {
  background-color: rgb(var(--color-foreground));
  width: 8px;
  height: 8px;
  border-radius: 6px;
  opacity: 0.2;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
  cursor: pointer;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.8rem);
}

.swiper-pagination-bullet-active {
  background-color: rgb(var(--color-accent));
  opacity: 1;
  width: 50px;
  transition-delay: 0s;
}
.slideshow-wrapper .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
}

.swiper-pagination {
  background-color: transparent !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  border-radius: 5px;
  height: 3px;
  width: 96%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.swiper-scrollbar-drag {
  display: block !important;
  background: rgb(var(--color-accent));
}

.enable-pagination {
  padding-bottom: 50px;
}
.enable-scrollbar {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .grid-layout .swiper-navigation {
    display: none;
  }

  .grid-layout .swiper-pagination {
    display: none;
  }

  .navigation-hide-stack .swiper-scrollbar,
  .navigation-hide-stack .swiper-pagination,
  .navigation-hide-stack .navigation {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .slideshow__swiper {
    --bs-gutter-x: 1.5rem;
  }
  .slideshow__swiper .row {
    --bs-gutter-x: 1.5rem;
  }
  .slider-layout .slideshow__swiper {
    --bs-gutter-x: 1.5rem;
  }
  .swiper-wrapper.row {
    --bs-gutter-x: 1.5rem;
  }

  .mobile-layout {
    --bs-gutter-x: 1.5rem;
    margin-right: calc(-.5 * var(--bs-gutter-x));
  }
  
  
  .mobile-layout .swiper-horizontal > .swiper-scrollbar,
  .mobile-layout .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(96% - 0.5 * var(--bs-gutter-x));
    left: 0;
    transform: none;
  }
  .mobile-layout .swiper-horizontal>.swiper-pagination-bullets,
  .mobile-layout .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mobile-layout .swiper-pagination-custom, .swiper-pagination-fraction {
    width: calc(100% - var(--bs-gutter-x));
}
  .grid-layout .swiper-wrapper {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 2rem;
    height: 2rem;
  }

  .hide-navigation-mobile {
    display: none !important;
  }
}

.swiper-navigation-wrapper {
  display: flex;
  align-items: center;
  background: transparent;
  justify-content: end;
  gap: 1.6rem;
  margin-top: -100px;
  margin-bottom: 50px;
}

.swiper-navigation-wrapper .swiper-button-next,
.swiper-navigation-wrapper .swiper-button-prev {
  position: relative;
  top: auto;
  margin: 0;
}

.swiper-navigation-wrapper .swiper-button-next {
  right: 0;
  left: auto;
}

.swiper-navigation-wrapper .swiper-button-prev {
  left: 1px;
  right: auto;
}

.text-center .swiper-navigation-wrapper {
  justify-content: end;
}

.text-right .swiper-navigation-wrapper {
  justify-content: start;
}

@media screen and (max-width: 991px) {
  .text-m-left .swiper-navigation-wrapper {
    justify-content: end;
  }

  .text-m-center .swiper-navigation-wrapper {
    justify-content: end;
  }

  .text-m-right .swiper-navigation-wrapper {
    justify-content: start;
  }

  .swiper-navigation-wrapper {
    margin-top: -48px;
    margin-bottom: 20px;
  }
}

/* .product-grid__slider */
.product-grid__slider .swiper-button-next,
.product-grid__slider .swiper-button-prev {
  top: 38%;
  z-index: 1;
}

.product-grid__slider .swiper-button-next {
  right: 30px;
  transform: translate(90px);
  transition: all 0.3s;
}

.product-grid__slider .swiper-button-prev {
  left: 30px;
  transform: translate(-90px);
  transition: all 0.3s;
}

.product-grid__slider:hover .swiper-button-next,
.product-grid__slider:hover .swiper-button-prev {
  transform: translate(0);
  transition: all 0.3s;
}

.product-grid__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 768px) {
  .product-grid__slider {
    padding-bottom: 50px;
  }

  .product-grid__slider .swiper-button-prev {
    left: 12px;
  }
  .product-grid__slider .swiper-button-next {
    right: 12px;
  }
  .swiper-navigation-wrapper {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .product-grid__slider .row-cols-2+.navigation .swiper-button-next, 
  .product-grid__slider .row-cols-2+.navigation .swiper-button-prev {
    top: 28%;
    z-index: 1;
}



}

.position-relative {
  position: relative;
}

/* color swatch */
.color-swatch-list {
  grid-template-columns: repeat(auto-fit, 40px);
  justify-content: flex-start;
  gap: 8px;
  display: grid;
  padding: 0 2px;
  width: 100%;
}
.color-swatch-list.align-left {
  justify-content: start;
}
.color-swatch-list.align-center {
  justify-content: center;
}

.color-swatch-list.align-right {
  justify-content: end;
}
.product-card-wrapper .color-swatch-list {
  padding-bottom: 0;
  padding-top: 16px;
  min-height: 40px;
}

.color-swatch__item {
  cursor: pointer;
  border: 2px solid rgb(var(--color-background));
  -webkit-tap-highlight-color: transparent;
  background-position: center;
  background-size: cover;
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  position: relative;
}
.swatch-circular {
  border-radius: 50%;
}
.swatch-round {
  border-radius: 3px;
}

.color-swatch__item:before,
.color-swatch__item:after {
  content: "";
  border: 3px solid rgb(var(--color-background));
  pointer-events: none;
  border-radius: inherit;
  position: absolute;
}

.color-swatch__item:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

.color-swatch__item:after {
  border-color: rgb(var(--color-foreground));
  opacity: 0;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transition: opacity 0.2s, transform 0.2s;
  top: -3px;
  left: -3px;
  transform: scale(0.8);
}

.color-swatch--white .color-swatch__item:before {
  box-shadow: 0 0 0 1px rgb(var(--color-foreground), 0.3) inset;
}

.color-swatch__radio:checked + .color-swatch__item:after,
.color-swatch__item.is-selected:after {
  opacity: 1;
  transform: scale(1);
}
.color-swatch-list-samll {
  grid-template-columns: repeat(auto-fit, 2rem);
}

.color-swatch-list-samll .color-swatch {
  width: 2.4rem;
  height: 2.4rem;
}
.color-swatch-list-samll .color-swatch__item {
  width: 2.4rem;
  height: 2.4rem;
  border-width: 2px;
}

.color-swatch-list .color-swatch__item:before,
.color-swatch-list .color-swatch__item:after {
  border-width: 1px;
}

.color-swatch.is-disabled .color-swatch__item:before {
  background: linear-gradient(
      to bottom right,
      transparent calc(50% - 1px),
      rgb(var(--color-background)) calc(50% - 1px),
      rgb(var(--color-background)) calc(50% + 1px),
      transparent calc(50% + 1px)
    )
    no-repeat;
}

@media screen and not (pointer: fine) {
  .color-swatch[data-tooltip]:before,
  .color-swatch[data-tooltip]:after {
    display: none;
  }
}


@media screen and (max-width: 768px) {

  .color-swatch-list {
    grid-template-columns: repeat(auto-fit,3.4rem);
}
  .color-swatch-list-samll   {
    grid-template-columns: repeat(auto-fit,2.4rem);
}
  .color-swatch__item {
    width: 3.4rem;
    height: 3.4rem;
}
 .color-swatch {
  width: 3.4rem;
  height: 3.4rem;
}
.color-swatch-list-samll .color-swatch__item {
  width: 2.4rem;
  height: 2.4rem;
  border-width: 2px;
}
}