/** Shopify CDN: Minification failed

Line 9574:1 Expected "}" to go with "{"

**/
/* Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  border: 0 solid rgba(var(--color-text), 0.12);
  -webkit-tap-highlight-color: transparent;
}

html, body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: var(--body-font);
  font-size: var(--body-font-size, 1.4rem);
  font-style: var(--body-font-style);
  font-weight: var(--body-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  overflow-wrap: break-word;
  overflow-x: hidden;
  scroll-behavior: smooth;
  will-change: margin-left;
  transition: margin-left var(--transition-modal);
}

audio, canvas, embed, iframe, img, object, video {
  display: block;
  vertical-align: middle;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

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

video {
  max-width: 100%;
}

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

input:focus, textarea:focus, select:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible,
select:focus-visible,
input:is([type="checkbox"], [type="radio"]):focus-visible + label {
  outline: 2px solid rgb(11 97 205);
  outline-offset: 3px;
}

/* Container */
.container, .container-narrow, .container-wide {
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container-narrow {
  max-width: var(--container-narrow);
}

/* Heading */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h0, .heading, .heading-lg, .heading-xl {
  font-family: var(--heading-font);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-weight);
  text-transform: var(--heading-text-transform);
  color: rgb(var(--color-heading));
  line-height: var(--heading-line-height);
  letter-spacing: var(--heading-letter-spacing);
  word-break: break-word;
  overflow-wrap: anywhere;
  font-size: calc(var(--heading-font-scale) * var(--size));
  margin-top: calc(var(--size) * 0.7);
  margin-bottom: calc(var(--size) * 0.7);
}

.h0-size {
  --size: 4.4rem;
}

h1, .h1, .h1-size {
  --size: 3.6rem;
}

h2, .h2 {
  --size: 2.8rem;
}

h3, .h3 {
  --size: 2.4rem;
}

h4, .h4 {
  --size: 2rem;
}

h5, .h5 {
  --size: 1.8rem;
}

h6, .h6 {
  --size: 1.6rem;
}

.heading-lg {
  --size: 5.5rem;
}

.heading-xl {
  --size: 6.25rem;
}

.heading-xxl {
  --size: 7.5rem;
}

.heading-3xl {
  --size: 8.5rem;
}

.heading-style {
  font-family: var(--heading-font);
  font-weight: var(--heading-weight, 600);
  color: rgb(var(--color-heading));
}

.subheading-style {
  font-family: var(--body-font);
  font-weight: var(--body-weight, 600);
  color: rgb(var(--color-subheading));
}

/* Underlined link */
a:not(.underline) {
  text-decoration: none;
}

:where(a:not(.no-underline):not(.button),
*.no-underline .underline-link-text,
*.no-underline .underline-link-text,
a.no-underline + *:not(a):not(.no-underline) .underline-link-text):not(.shopify-app-block *) {
  display: inline;
  transition: transform 0.2s var(--transition-ease-out), background-size 0.4s var(--transition-ease-out), color 0.4s var(--transition-ease-out);
}

:where(a:not(.no-underline):not(.button),
a.button-link:not(.no-underline),
button.button-link:not(.no-underline),
*.no-underline .underline-link-text,
*.no-underline + *:not(a):not(.no-underline) .underline-link-text):not(.shopify-app-block *) {
  background-image: linear-gradient(to top, currentColor 0, currentColor 0), linear-gradient(to top, transparent 0, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: 0 1px, 100% 1px;
}

:where(a:not(.no-underline):not(.button, .shopify-payment-button__more-options):hover,
a:not(.no-underline):not(.button).active,
a.button-link:not(.no-underline):hover,
a.button-link:not(.no-underline).active,
*.no-underline:hover .underline-link-text,
*.no-underline .underline-link-text.active,
*.no-underline:hover + *:not(a):not(.no-underline) .underline-link-text,
*.no-underline + *:not(a):not(.no-underline) .underline-link-text.active):not(.shopify-app-block *) {
  background-size: 100% 1px, 100% 1px;
}

/* Placeholder */
.color-bg-placeholder-wrapper {
  height: 100%;
  background-color: rgb(var(--color-image-background));
}

.color-bg-placeholder-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(var(--color-image-background), 0.25) 100%, rgba(0, 0, 0, 0.6));
}

.color-fill-placeholder {
  fill: rgba(var(--color-image-background), 0.7);
  color: rgba(var(--color-image-background), 0.7);
}

/* Lazy loaded image */
body.image-loading-animation .fade-in-image-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgb(var(--color-text));
  border-right-color: rgb(var(--color-text));
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

body.image-loading-animation .fade-in-image-wrapper.loading:after {
  opacity: 1;
  visibility: visible;
  animation: image-loading-animation 1s linear infinite;
}

.fade-in-image {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in-image.loaded {
  opacity: 1;
}

/* Inputs */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(var(--color-input-background));
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgb(var(--color-input-background));
}

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

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

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.input,
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
.input-style {
  height: var(--input-height);
}

.input,
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea,
textarea.input,
.input-style {
  -webkit-appearance: none;
  appearance: none;
  padding: var(--input-padding);
  border: var(--inputs-border-width) solid rgb(var(--color-input-border));
  background-color: rgb(var(--color-input-background));
  color: rgb(var(--color-input-text));
  border-radius: var(--input-border-radius);
  font-family: var(--body-font);
  font-size: var(--input-font-size);
  font-weight: var(--body-weight);
  box-shadow: var(--input-shadow);
  transition: border-color 0.25s, background-color 0.25s, box-shadow 0.25s;
}

textarea,
textarea.input {
  display: block;
}

:where(
  input:is([type="search"], [type="tel"], [type="text"], [type="date"], [type="number"], [type="email"], [type="password"]),
  select,
  textarea,
  textarea.input,
  .input,
  .input-style
):not(.input--no-shift) {
  padding-bottom: 0 !important;
}

:where(
  input:is([type="search"], [type="tel"], [type="text"], [type="date"], [type="number"], [type="email"], [type="password"]),
  select,
  textarea,
  textarea.input,
  .input,
  .input-style
):not(.input--no-shift)::placeholder {
  color: transparent !important;
}

:where(
  input:is([type="search"], [type="tel"], [type="text"], [type="date"], [type="number"], [type="email"], [type="password"]),
  select,
  textarea,
  textarea.input,
  .input,
  .input-style
):is(:-webkit-autofill, :-webkit-autofill:active, :-webkit-autofill:focus, :-webkit-autofill:hover) {
  box-shadow: inset 0 0 0 30px rgb(var(--color-input-background)) !important;
  -webkit-text-fill-color: rgb(var(--color-input-text)) !important;
  font-size: inherit !important;
}

:is(
  input:is([type="search"], [type="tel"], [type="text"], [type="date"], [type="number"], [type="email"], [type="password"]),
  /*select,*/
  textarea,
  textarea.input,
  .input-style
):focus {
  border-color: rgb(var(--color-input-text));
  box-shadow: none;
}

.field {
  position: relative;
  color: rgb(var(--color-input-text));
}

.field .label {
  position: absolute;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: calc(100% - 3rem);
  height: 100%;
  margin: var(--input-padding);
  white-space: nowrap;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  top: 0;
  left: 1px;
  font-size: 0.875em;
  line-height: 1.6;
  pointer-events: none;
  color: rgb(var(--color-input-text));
  opacity: 0.7;
  transform-origin: left;
  transition: all 0.2s ease-in-out;
}

.field textarea + .label {
  height: auto;
  padding-top: 1.9rem;
}

select ~ .label,
:is(.input):focus ~ .label,
:is(.input):not(:placeholder-shown) ~ .label,
:is(.input, .select):-webkit-autofill ~ .label {
  --tw-translate-y: -1rem;
}

:is(textarea, textarea.input):focus ~ .label,
:is(textarea, textarea.input):not(:placeholder-shown) ~ .label,
:is(textarea, textarea.input):-webkit-autofill ~ .label {
  --tw-translate-y: -0.9rem;
}

select ~ .label,
:is(.input, .textarea):focus ~ .label,
:is(.input, .textarea):not(:placeholder-shown) ~ .label,
:is(.input, .textarea, .select):-webkit-autofill ~ .label {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;

  transform: translateY(var(--tw-translate-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is(.input, .textarea, .select):-webkit-autofill ~ .label {
  color: #000;
}

.select-wrapper,
.select {
  cursor: pointer;
}

.select option {
  color: #000 !important;
}

.select-wrapper .icon-chewron-down {
  position: absolute;
  top: 50%;
  right: 1.75rem;
  pointer-events: none;
  transform: translateY(-50%);
}

.select-wrapper .select.select--reset {
  height: auto;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

input[type="password"] {
  padding-right: 4.5rem;
}

textarea,
textarea.input {
  --input-padding: 2rem;

  min-height: 15rem;
  resize: vertical;
  padding-top: 2.5rem;
}

input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
}

.checkbox, .radio {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  width: fit-content;
  word-break: break-word;
  transition: opacity 0.15s ease-in-out;
}

:is(.checkbox, .radio, .shopify_subscriptions_app_block_label):has(:disabled) {
  cursor: not-allowed;
  opacity: 0.6;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"],
.shopify_subscriptions_app_block_label input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
  background-color: transparent;
  border: 2px solid rgba(var(--color-text), 0.4);
  flex-shrink: 0;
  transition: background-color 0.15s ease-in-out,
              border-color 0.15s ease-in-out,
              box-shadow 0.15s ease-in-out;
}

.checkbox input[type="checkbox"] {
  border-radius: min(var(--input-border-radius), 3px);
}

.radio input[type="radio"],
.shopify_subscriptions_app_block_label input[type="radio"] {
  position: relative;
  border-radius: 50%;
}

.checkbox:hover input[type="checkbox"],
.radio:hover input[type="radio"],
.shopify_subscriptions_app_block_label input[type="radio"] {
  border-color: rgba(var(--color-text), 0.8);
}

.checkbox input[type="checkbox"]:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 8px;
  border: 1.5px solid rgb(var(--color-background));
  border-left: 0;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}

.radio input[type="radio"]:before,
.shopify_subscriptions_app_block_label input[type="radio"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-text), 1);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.checkbox input[type="checkbox"]:checked {
  background-color: rgba(var(--color-text), 1);
  border-color: rgba(var(--color-text), 1);
}

.checkbox input[type="checkbox"]:checked:before,
.radio input[type="radio"]:checked:before,
.shopify_subscriptions_app_block_label input[type="radio"]:checked:before {
  opacity: 1;
  visibility: visible;
}

.checkbox input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.shopify_subscriptions_app_block_label input[type="radio"]:focus {
  box-shadow: 0 0 0 3px rgba(var(--color-text), 0.03);
}

.checkbox input[type="checkbox"]:disabled,
.radio input[type="checkbox"]:disabled,
.shopify_subscriptions_app_block_label input[type="radio"]:disabled {
  cursor: not-allowed;
}

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

:where(input, textarea)::-ms-input-placeholder {
  opacity: 1;
  color: rgb(var(--color-input-placeholder));
  font-size: calc(var(--body-font-size) - 1px);
}

:where(input, textarea)::placeholder {
  color: rgb(var(--color-input-placeholder));
  font-size: calc(var(--body-font-size) - 1px);
}

/* Table */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

thead th {
  border-width: 0 1px 0 0;
  font-weight: 600;
}

table, td, th {
  border: 1px solid rgb(var(--color-border));
  vertical-align: middle;
}

td, th {
  padding: 11px 20px;
}

/* Buttons */
:where(.button, .button-primary, .button-outline, .shopify-payment-button__more-options, .shopify-payment-button__button--unbranded, .shopify-challenge__button) {
  appearance: none;
  position: relative;
  overflow: hidden;
  overflow-wrap: anywhere;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  padding: var(--button-padding-y) var(--button-padding-x);
  border-style: solid !important;
  border-radius: var(--button-radius);
  text-decoration: none;
  text-align: center;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--button-font-size);
  line-height: 1;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
  box-shadow: var(--button-shadow);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.2s ease-in-out, transform 0.3s ease-in-out, visibility 0.15s ease-in-out !important;
}

.shopify-payment-button__button--unbranded {
  padding: var(--button-padding-y) var(--button-padding-x) !important;
  border-style: solid !important;
  border-radius: var(--button-radius) !important;
  font-family: var(--body-font) !important;
  font-weight: 500 !important;
  font-size: var(--button-font-size) !important;
  line-height: 1 !important;
  box-shadow: var(--button-shadow) !important;
}

body:not(.buttons-hover-none) :where(.button, .button-primary, .button-outline, .shopify-challenge__button):hover {
  box-shadow: none;
}

:where(.button, .button-primary, .button-outline):is([disabled], .swiper-button-disabled) {
  cursor: not-allowed;
  opacity: 0.6;
}

.button__flair {
  display: none;
}

.button__inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--button-gap);
  line-height: normal;
  transition: transform 0.3s ease-in-out;
}

.button-primary, .shopify-challenge__button {
  background-color: rgb(var(--color-button-primary-background));
  color: rgb(var(--color-button-primary-text));
  border-color: rgb(var(--color-button-primary-background));
  border-width: max(var(--button-border-width), 1px);
}

.button-outline, .shopify-payment-button__button--unbranded {
  background-color: transparent;
  color: rgb(var(--color-button-outline-border-text));
  border-color: rgb(var(--color-button-outline-border-text));
  border-width: max(var(--button-border-width), 1px);
}

.shopify-payment-button__button--unbranded {
  background-color: transparent !important;
  color: rgb(var(--color-button-outline-border-text)) !important;
  border-color: rgb(var(--color-button-outline-border-text)) !important;
  border-width: max(var(--button-border-width), 1px) !important;
}

:where(.button, .button-primary, .button-outline).loading {
  pointer-events: none;
}

:where(.button, .button-primary, .button-outline).loading .hidden-on-load {
  opacity: 0;
}

:where(.button, .button-primary, .button-outline).loading > .loader-dots {
  opacity: 1;
}

:where(.button, .button-primary, .button-outline).loading > .loader-dots span {
  animation: scaling 1.5s ease-in-out infinite;
}

.button-arrow .button__inner-text-hover {
  position: absolute;
  transform: translate3d(-200%, 200%, 0px);
}

.button-arrow:hover .button__inner-text,
.button-arrow-wrapper:hover .button__inner-text {
  transform: translate3d(200%, -200%, 0px);
}

.button-arrow:hover .button__inner-text-hover,
.button-arrow-wrapper:hover .button__inner-text-hover {
  transform: translate3d(0, 0, 0px);
}

.button-hover-slide-left .button__inner,
.button-hover-slide-right .button__inner {
  width: var(--button-content-height);
  flex-direction: row;
}

.button-sm {
  padding: calc(var(--button-padding-y) / 1.5) var(--button-padding-x);
  gap: calc(var(--button-gap) / 1.5);
  font-size: 1.3rem;
}

.button-xs {
  padding: calc(var(--button-padding-y) / 2) calc(var(--button-padding-x) / 2);
  gap: calc(var(--button-gap) / 2);
  font-size: 1.1rem;
}

.button-xs .button__inner-text,
.button-xs .button__inner-text-hover {
  gap: calc(var(--button-gap) / 2);
}

.button-square,
.button-square-sm,
.button-square-lg {
  line-height: 1;
  padding: calc(var(--button-padding-x) / 2);
}

.button-square-lg {
  width: 5rem;
  height: 5rem;
}

.button-square {
  width: 4rem;
  height: 4rem;
}

.button-square-sm {
  width: 3.6rem;
  height: 3.6rem;
}

.button-square .button__inner,
.button-square-sm .button__inner,
.button-square-lg .button__inner {
  height: var(--button-content-height);
}

:where(.button-primary, .button-outline, .button, .button-white) :is(.icon-arrow-right):not(.no-rotate) {
  transform: rotate(-45deg);
}

.icon-load {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(var(--loader-width, 1.4rem) / 2 * -1);
  margin-left: calc(var(--loader-height, 1.4rem) / 2 * -1);
}

.button-trapezoid {
  background-color: transparent !important;
  border-width: 0 !important;
  border-color: transparent !important;
  overflow: visible !important;
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 0 !important;
  font-size: 0.8em;
  transform: translateY(8px);
}

.button-trapezoid::before,
.button-trapezoid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: rgb(var(--color-button-primary-background));
  color: rgb(var(--color-button-primary-text));
  border: 8px solid var(--color-background);
  transform-origin: bottom;
  transition: var(--transition);
}

.button-trapezoid::before {
  border-radius: 15px 0 0 20px;
  border-right: 0;
  left: 0;
  transform: skew(-25deg);
}

.button-trapezoid::after {
  border-radius: 0 15px 20px 0;
  border-left: 0;
  right: 0;
  transform: skew(25deg);
}

.button-trapezoid .button-trapezoid__corner {
  position: absolute;
  bottom: 7px;
  transform: rotate(0);
  width: 21px;
  height: 15px;
  color: var(--color-background);
}

.button-trapezoid .button-trapezoid__corner.button-trapezoid__corner--left {
  left: -10px;
  transform: scaleX(-1);
}

.button-trapezoid .button-trapezoid__corner.button-trapezoid__corner--right {
  right: -10px;
}

.button-reset {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
}

button[disabled],
.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

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

.button-link {
  color: rgb(var(--color-link));
  font-family: var(--body-font);
  font-weight: 500;
  padding: 0 0 1px;
  position: relative;
  line-height: 1;
  font-size: calc(var(--body-font-size) + 1px);
  cursor: pointer;
}

.button-rounded {
  border-radius: var(--button-radius);
}

.main-product:not(.main-product--show-more-options) checkout-dynamic-buttons .shopify-payment-button__more-options {
  display: none !important;
}

checkout-dynamic-buttons shopify-accelerated-checkout shopify-paypal-button > div,
checkout-dynamic-buttons shopify-accelerated-checkout shop-pay-wallet-button {
  display: block;
}

checkout-dynamic-buttons .shopify-payment-button__more-options {
  display: block !important;
  margin-top: 1.6rem !important;
  padding: 0 !important;
  color: rgb(var(--color-text)) !important;
  text-decoration: underline !important;
  font-size: 1.4rem !important;
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 6rem;
  --shopify-accelerated-checkout-button-border-radius: var(--button-radius, 0);
  --shopify-accelerated-checkout-button-box-shadow: none;
}

.dynamic-checkout__content {
  min-height: 6rem;
}

/* Button loader dots */
.loader-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: inherit;
  overflow: hidden;
}

.loader-dots span {
  background-color: currentColor;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: none;
}

.loader-dots.loader-dots--sm span {
  width: 3px;
  height: 3px;
}

.button-square .loader-dots span {
  width: 4px;
  height: 4px;
}

.loader-dots span:nth-of-type(2) {
  animation-delay: 200ms;
}

.loader-dots span:nth-of-type(3) {
  animation-delay: 400ms;
}

/* Badge */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.6rem 1rem;
  border-radius: calc(var(--border-radius) * 1.3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: none;
  background-color: rgb(var(--badges-bg, var(--color-text)));
  color: rgb(var(--badges-color, var(--color-background)));
}

.badge.badge--outline {
  border: 1px solid rgb(var(--color-text));
  color: rgb(var(--color-text));
  background-color: transparent;
}

.badge.badge--sale {
  color: rgb(var(--color-sale-badge));
  background-color: rgb(var(--color-sale-badge-bg));
}

.badge.badge--sale-light {
  color: rgb(var(--color-sale-badge-bg));
  background-color: rgba(var(--color-sale-badge-bg), 0.1);
}

a.badge {
  color: rgb(var(--color-background));
}

.badge.badge--lg {
  padding: 1rem 1.5rem;
  border-radius: calc(var(--border-radius) * 2);
}

.badge.badge--lg {
  padding: 1rem 1.5rem;
  border-radius: calc(var(--border-radius) * 2);
}

/* Aspect ratio */
.ratio-unset {
  --aspect-ratio: none !important;
  --aspect-ratio-mb: none !important;
}

[style*="--aspect-ratio:"]:before {
  content: "";
  height: 0;
  display: block;
  padding-top: calc(100% / (0 + var(--aspect-ratio)));
  pointer-events: none;
}

[style*="--aspect-ratio"] {
  position: relative;
}

:where([style*="--aspect-ratio"] > :is(*:first-child, .secondary-image)),
:where([style*="--aspect-ratio"]) > picture > *,
:where([style*="--aspect-ratio"]) .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[style*="--point"],
[style*="--point"] :is(img, picture, .placeholder-svg) {
  object-position: var(--point);
}

/* Border */
.border-left {
  border-left: 1px solid rgb(var(--color-border));
}

.border-right {
  border-right: 1px solid rgb(var(--color-border));
}

.border-0 {
  border: 0;
}

.border-top-0 {
  border-top: 0;
}

.border {
  border: var(--border-height, 1px) solid rgba(var(--color-border), var(--border-opacity));
}

.border-top {
  border-top: 1px solid rgba(var(--color-border), var(--border-opacity));
}

.border-bottom, .border-0.border-bottom {
  border-bottom: 1px solid rgba(var(--color-border), var(--border-opacity));
}

.border-bottom-0 {
  border-bottom: none;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

/* Text */
.body-weight {
  font-weight: var(--body-weight);
}

.heading-weight {
  font-size: var(--heading-weight);
}

.regular-weight {
  font-weight: 400;
}

.medium-weight {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

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

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

.underline {
  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.line-through {
  text-decoration-line: line-through;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

:is(.uppercase-first-letter, .tooltip__content)::first-letter {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

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

.subheading-weight {
  font-weight: 600;
}

.text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

.text-break-all {
  overflow-wrap: anywhere;
}

.fs-xxsmall {
  font-size: calc(var(--body-font-size) - 6px);
}

.fs-xsmall {
  font-size: calc(var(--body-font-size) - 4px);
}

.fs-small {
  font-size: calc(var(--body-font-size) - 2px);
}

.fs-small-1 {
  font-size: calc(var(--body-font-size) - 1px);
}

.fs-small-3 {
  font-size: calc(var(--body-font-size) - 3px);
}

.fs-big-1 {
  font-size: calc(var(--body-font-size) + 1px);
}

.tracking-1 {
  letter-spacing: 1px;
}

.tracking-wide {
  letter-spacing: 0.1em;
}

.tracking-widest {
  letter-spacing: 0.15em;
}

.tracking-the-widest {
  letter-spacing: 0.25em;
}

.font-normal {
  font-style: normal;
}

.fs-0 {
  font-size: 0;
}

.fs-9 {
  font-size: 0.9rem;
}

.fs-10 {
  font-size: 1rem;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-22 {
  font-size: 2.2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-50 {
  font-size: 5rem;
}

.fs-55 {
  font-size: 5.5rem;
}

.fs-custom {
  font-size: calc(var(--font-size-mb, var(--font-size)) * 1px);
}

.fs-big {
  font-size: clamp((var(--font-size) * 0.64px), calc((var(--font-size) * 0.64px) + (var(--font-size) - (var(--font-size) * 0.64)) * var(--responsive-rate)), calc(var(--font-size) * 1px));
}

.fs-medium {
  font-size: clamp((var(--font-size) * 0.8333px), calc((var(--font-size) * 0.8333px) + (var(--font-size) - (var(--font-size) * 0.8333)) * var(--responsive-rate)), calc(var(--font-size) * 1px));
}

.fs-medium-list {
  font-size: clamp((var(--font-size) * 0.875px), calc((var(--font-size) * 0.875px) + (var(--font-size) - (var(--font-size) * 0.875)) * var(--responsive-rate)), calc(var(--font-size) * 1px));
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

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

.lh-1 {
  line-height: 1;
}

.lh-normal {
  line-height: normal;
}

.lh-xsmall {
  line-height: 1.4;
}

.lh-small {
  line-height: 1.5;
}

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

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

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

.fs-responsive {
  font-size: clamp(var(--fs-min), 3vw, var(--fs-max));
}

.fs-base {
  font-size: var(--body-font-size);
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

:where(.line-clamp-1, .line-clamp-2, .line-clamp-3, .line-clamp-4):has(:focus-visible) {
  outline: 2px solid #0063cb;
}

:where(.line-clamp-1, .line-clamp-2, .line-clamp-3, .line-clamp-4) *:focus-visible {
  outline: none;
}

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

/* Colors */
.mix-blend {
  mix-blend-mode: difference;
}

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

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

.color-white {
  color: rgb(255, 255, 255);
}

.color-dark {
  color: rgb(17, 17, 17);
}

.color-bg-white {
  background-color: rgb(255, 255, 255);
}

.color-bg-dark {
  background-color: rgb(17, 17, 17);
}

.color-bg {
  background-color: rgb(var(--color-background));
}

.fill-bg {
  fill: rgb(var(--color-background));
}

.stroke-bg {
  stroke: rgb(var(--color-background));
}

.\!color-bg {
  background-color: rgb(var(--color-background)) !important;
}

.color-image-bg {
  background-color: rgb(var(--color-image-background));
}

.\!color-image-bg {
  background-color: rgb(var(--color-image-background)) !important;
}

.\!bg-image-none {
  background-image: none !important;
}

.color-product-card-bg {
  background-color: var(--color-product-card-background);
}

.color-collection-card-bg {
  background-color: var(--color-collection-card-background);
}

.color-price {
  color: rgba(var(--color-price), 1);
}

.color-price-70 {
  color: rgba(var(--color-price), 0.7);
}

.color-sale-price {
  color: rgba(var(--color-sale-price), 1);
}

.color-price-product-card {
  color: rgba(var(--color-product-card-price), 1);
}

.color-price-product-card-60 {
  color: rgba(var(--color-product-card-price), 0.6);
}

.color-sale-price-product-card {
  color: rgba(var(--color-product-card-sale-price), 1);
}

.color-inherit {
  color: inherit;
}

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

.color-text-bg {
  color: rgb(var(--color-background));
}

.color-text-70 {
  color: rgba(var(--color-text), 0.7);
}

.\!color-text-70 {
  color: rgba(var(--color-text), 0.7) !important;
}

.color-bg-text-3 {
  background-color: rgba(var(--color-text), 0.03);
}

.color-bg-text-\[2\.5\] {
  background-color: rgba(var(--color-text), 0.025);
}

.color-bg-text-6 {
  background-color: rgba(var(--color-text), 0.06);
}

.color-bg-text-15 {
  background-color: rgba(var(--color-text), 0.15);
}

.color-bg-text-30 {
  background-color: rgba(var(--color-text), 0.3) !important;
}

.border-white {
  border-color: rgb(255, 255, 255);
}

.border-bg {
  background-color: rgb(var(--color-border));
}

.heading-bg {
  background-color: rgb(var(--color-heading));
}

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

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

.bg-white {
  background-color: white;
}

.bg-error {
  background-color: rgba(var(--color-error), 1);
}

.bg-error-20 {
  background-color: rgba(var(--color-error), 0.2);
}

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

.bg-success {
  background-color: rgba(var(--color-success), 1);
}

.bg-success-20 {
  background-color: rgba(var(--color-success), 0.2);
}

.bg-color-text {
  background-color: rgb(var(--color-text));
}

.bg-color-text-2 {
  background-color: rgba(var(--color-text), 0.02);
}

.bg-color-text-\[2\.5\] {
  background-color: rgba(var(--color-text), 0.025);
}

.bg-color-text-3 {
  background-color: rgba(var(--color-text), 0.03);
}

.bg-color-text-4 {
  background-color: rgba(var(--color-text), 0.04);
}

.bg-color-text-6 {
  background-color: rgba(var(--color-text), 0.06);
}

.bg-hover-color-text-10:hover {
  background-color: rgba(var(--color-text), 0.1);
}

.bg-gradient {
  background-color: rgb(var(--color-background));
  background-image: var(--gradient-background);
}

.bg-transparent {
  background-color: transparent !important;
}

.color-border-input {
  border-color: rgb(var(--color-input-border));
}

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

/* Utilities */
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.\!opacity-1 {
  opacity: 1 !important;
}

.pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none;
}

.pointer-all {
  pointer-events: all;
}

.pointer-none {
  pointer-events: none;
}

.focus-none:focus {
  outline: none;
}

.filter-blur {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateZ(0);
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

html.no-touch .hover\:translate\[8px\]:hover {
  transform: translate3d(8px, 0, 0.01px);
}

html.no-touch .hover\:scale\[1\.05\]:hover {
  transform: scale(1.05);
}

html.no-touch .hover\:scale\[1\.1\]:hover {
  transform: scale(1.1);
}

html.no-touch .hover\:scale\[1\.15\]:hover {
  transform: scale(1.15);
}

html.no-touch .hover\:scale\[1\.25\]:hover {
  transform: scale(1.25);
}

.object-fit-cover {
  object-fit: cover;
  object-position: center center;
}

.object-position-center {
  object-position: center;
}

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

.last-0:last-child, .last-0:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}

.all-items-0 > p {
  margin: 0 !important;
}

.list-none {
  list-style-type: none;
}

[direction="rtl"] {
  direction: rtl;
}

:is(.active, .open).visible {
  opacity: 1;
  visibility: visible;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

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

.transform-none {
  transform: none !important;
}

.translate--50-percent {
  transform: translateX(-50%) !important;
}

.translate-\[\-50\%\] {
  transform: translate(-50%) !important;
}

.translateY\[100\%\] {
  transform: translateY(100%);
}

.translateZ-0 {
  transform: translateZ(0);
}

.translateX-\[-1\] {
  transform: scaleX(-1);
}

.transform-scale-\[0\.8\] {
  transform: scale(0.8);
}

.transform-origin-left {
  transform-origin: left;
}

.transform-origin-right {
  transform-origin: right;
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotateX-180 {
  transform: rotateX(180deg);
}

.rotateZ-180 {
  transform: rotateZ(180deg);
}

.transition {
  transition: var(--transition);
}

.transition-short {
  transition: var(--duration-short);
}

.transition-long {
  transition: var(--duration-long);
}

.user-select-none {
  user-select: none;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

/* Display */
html.no-js .no-js-hidden,
html.js .has-js-hidden,
.\!hidden {
  display: none !important;
}

.flex, .swiper.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden, [hidden] {
  display: none;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

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

.\!inline-block {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.grid, .swiper.grid {
  display: grid;
}

.hidden-empty:empty,
.h-captcha[data-size="invisible"] {
  display: none;
}

/* Flex */
.flex-100 {
  flex: 100%;
  width: 100%;
}

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

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

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-10 {
  flex: 0 0 1rem;
}

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

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

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

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

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

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

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

.gap-0 {
  gap: 0;
}

.gap-space {
  gap: 0.2em;
}

.gap {
  gap: var(--col-gap, 0);
}

.gap-custom {
  gap: calc(var(--gap, 15) * 1px);
}

.gap-3 {
  gap: 0.3rem;
}

.gap-5 {
  gap: 0.5rem;
}

.gap-7 {
  gap: 0.7rem;
}

.gap-10 {
  gap: 1rem;
}

.gap-15 {
  gap: 1.5rem;
}

.gap-20 {
  gap: 2rem;
}

.gap-25 {
  gap: 2.5rem;
}

.gap-30 {
  gap: 3rem;
}

.gap-40 {
  gap: 4rem;
}

.gap-50 {
  gap: 5rem;
}

.gap-60 {
  gap: 6rem;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-\[-1\] {
  order: -1;
}

.row-gap {
  row-gap: var(--col-gap, 0);
}

.row-gap-5 {
  row-gap: 5px;
}

.row-gap-custom {
  row-gap: var(--row-gap, 0);
}

.flex-cols {
  --col: var(--col-number);
  --gap: var(--col-gap);

  row-gap: var(--gap);
  gap: var(--gap);
}

.row-gap-7 {
  row-gap: 0.7rem;
}

.row-gap-10 {
  row-gap: 1rem;
}

.row-gap-15 {
  row-gap: 1.5rem;
}

.row-gap-20 {
  row-gap: 2rem;
}

.row-gap-30 {
  row-gap: 3rem;
}

.row-gap-50 {
  row-gap: 5rem;
}

.row-gap-60 {
  row-gap: 6rem;
}

.flex-cols > * {
  flex: 0 0 auto;
  width: calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col));
}

.grid-cols {
  --col: var(--col-number);
  --gap: var(--col-gap);

  grid-template-columns: repeat(var(--col), calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col)));
}

.grid-col-full {
  grid-column: 1 / -1;
}

.row-gap-0 {
  row-gap: 0;
}

.flex-col-custom {
  --gap: var(--col-gap);

  margin-left: calc(var(--gap, var(--bs-gutter-x)) * -0.5);
  margin-right: calc(var(--gap, var(--bs-gutter-x)) * -0.5);
}

.flex-col-custom > *:not(.swiper-wrapper) {
  padding-left: calc(var(--gap, var(--bs-gutter-x)) * 0.5);
  padding-right: calc(var(--gap, var(--bs-gutter-x)) * 0.5);
}

/* Border radius */
.rounded-custom {
  border-radius: var(--rounded-custom);
}

.rounded-0 {
  border-radius: 0;
}

.rounded-35 {
  border-radius: 35px;
}

.rounded {
  border-radius: var(--border-radius);
}

.rounded-bottom {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.rounded-2x {
  border-radius: calc(var(--border-radius) * 2);
}

.rounded-3x {
  border-radius: calc(var(--border-radius) * 3);
}

.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-50 {
  border-radius: 50%;
}

.rounded-2 {
  border-radius: 2px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-5 {
  border-radius: 5px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-15 {
  border-radius: 15px;
}

/* Overflow */
.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.\!overflow-visible {
  overflow: visible !important;
}

/* Section */
.section {
  --border-radius-multiplier: 1;

  position: relative;
}

.section-header {
  gap: 1rem;
}

.section:not(.section--no-spacing) {
  padding-top: calc(var(--section-pt-mb, var(--section-pt)) * 1px) !important;
  padding-bottom: calc(var(--section-pb-mb, var(--section-pb)) * 1px) !important;
}

.section.section--pb-0 {
  padding-bottom: 0 !important;
}

#MainContent .section {
  position: relative;
  z-index: 1;
}

#MainContent .section--rounded {
  overflow: clip;
  border-start-end-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  border-start-start-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

#MainContent .section--next-rounded {
  margin-bottom: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier) * -1);
}

#MainContent .shopify-section:last-of-type .section--next-rounded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#MainContent .shopify-section:last-of-type .section--next-rounded:not(.section--no-spacing, .reveal-media-with-text-overlay__section),
body > .footer-group .shopify-section-group-footer-group > .section--next-rounded {
  --spacing-bottom-calculated: calc(var(--section-pb-mb) * 1px);

  padding-bottom: calc(var(--spacing-bottom-calculated) + max(var(--border-radius), 10px) * var(--border-radius-multiplier)) !important;
}

#MainContent .section--header-rounded:not(.section--no-spacing):not(.shopify-policy__container),
#MainContent .section--header-rounded.section--no-spacing:not(.banner--has-media) {
  padding-top: calc(var(--border-radius) * var(--border-radius-multiplier) + var(--section-pt) * 1px) !important;
}

#MainContent .section--header-transparent:not(.section--no-spacing),
#MainContent .section--header-transparent:not(.section--no-spacing) + .customer-login,
#MainContent .section--header-transparent.section--no-spacing:not(.banner--has-media) {
  padding-top: calc(var(--header-height) + var(--section-pt-mb) * 1px) !important;
}

#MainContent .section--header-rounded.banner.banner--has-media .section__content {
  padding-top: calc(var(--border-radius) * var(--border-radius-multiplier)) !important;
}

#MainContent .section--header-transparent.banner.banner--has-media .section__content {
  padding-top: calc(var(--header-height)) !important;
}

#MainContent .shopify-section,
.shopify-section-group-footer-group .section,
body > .footer-group {
  position: relative;
}

body > .footer-group {
  z-index: 1;
}

body > .footer-group .shopify-section-group-footer-group .section--rounded {
  margin-top: 0;
  border-top-left-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  border-top-right-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

html.js body > .footer-group .shopify-section-group-footer-group ~ .shopify-section-group-footer-group .section--rounded {
  margin-top: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier) * -1);
}

.\!next-rounded-pb-custom.section--next-rounded {
  padding-bottom: calc(var(--space-bottom-mb, var(--space-bottom)) * 1px) !important;
}

.\!current-rounded-pt-custom.section--rounded {
  padding-top: calc(var(--space-top-mb, var(--space-top)) * 1px) !important;
}

/* Promotional item */
.promotional-item.overlay-bg:after {
  border-radius: var(--border-radius);
}

.promotional-item .promotional-item__tags {
  transform: translate(-50%, -50%);
}

.promotional-item .promotional-item__tags-wrapper {
  transform: rotate(-45deg) translateY(3rem);
}

.promotional-item .scrolling-banner__block {
  background-color: rgb(var(--color-sale-badge-bg));
  color: rgb(var(--color-sale-badge));
  margin-left: -1px !important;
}

.promotional-item .promotional-item__title svg {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%) translateX(-3.2rem);
  transition: var(--transition);
}

.promotional-item:hover .promotional-item__title > span {
  transform: translateX(3rem);
}

.promotional-item:hover .promotional-item__title svg {
  transform: translateY(-50%) translateX(0);
}

/* Collection item */
.collection-item.collection-item--stacked:not(.collection-item--full) {
  border: 1px solid var(--color-collection-card-border);
}

.collection-item:not(.collection-item--full).overlay-bg:after {
  border-radius: var(--border-radius);
}

.collection-item .collection-item__title svg {
  display: none;
}

.collection-item .collection-item__information {
  --color-text: var(--color-collection-card-text);
  --color-heading: var(--color-collection-card-text);
}

/* Article item */
.article-item .article-item__featured.overlay-bg:after {
  border-radius: var(--border-radius);
}

.article-item .article-item__tags {
  transform: translate(-50%, -50%);
}

.article-item .article-item__tags .scrolling-banner__row,
.article-item .article-item__tags-wrapper {
  transform: rotate(-45deg) translateY(3rem);
}

.article-item .article-item__tag {
  background-color: rgba(var(--tag-bg, var(--color-text)));
  color: rgb(var(--tag-color, var(--color-background)));
  margin-left: -1px !important;
}

/* Carousel dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carousel-dots .carousel-dots__dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  opacity: 0.3;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
  transition: var(--transition);
}

.carousel-dots .carousel-dots__dot.carousel-dots__dot--active {
  transform: scale(1.75);
  opacity: 1;
}

/* Disclosure */
.disclosure__list-wrapper,
.disclosure__list-inner-wrapper {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.disclosure__list-wrapper {
  top: calc(100% - 1px + var(--section-spacing, 0px));
  display: flex;
  flex-direction: column;
  max-height: 0;
  min-width: 25rem;
  width: fit-content;
  background-color: rgb(var(--color-background));
  transform: translateX(-2.5rem);
  transition: max-height 0.5s var(--transition-ease-in-out);
}

.disclosure__list-inner-wrapper {
  overflow-y: auto;
  height: 100%;
}

.disclosure__corner {
  content: '';
  position: absolute;
  display: flex;
  width: var(--border-radius);
  height: var(--border-radius);
  top: 0;
  bottom: 100%;
  background-color: transparent;
  color: rgb(var(--color-background));
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(var(--border-radius) * -1 + 1px));
  transition: all 0.5s var(--transition-ease-in-out);
}

.disclosure__corner.disclosure__corner--left {
  left: calc(var(--border-radius) * -1 + 1px);
  transform: translateY(calc(var(--border-radius) * -1 + 1px)) scaleX(-1);
}

.disclosure__corner.disclosure__corner--right {
  right: calc(var(--border-radius) * -1 + 1px);
  transform: translateY(calc(var(--border-radius) * -1 + 1px));
}

.disclosure__button::after,
.disclosure__list icon-close {
  display: none;
}

.disclosure__list {
  padding: 2rem 2.5rem;
  overflow: auto;
}

.disclosure__button .icon-chewron-down {
  transition: transform 0.5s var(--transition-ease-in-out);
}

.disclosure__button.open .icon-chewron-down {
  transform: rotateX(180deg);
}

.disclosure__button + .disclosure__list-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
}

.disclosure__button.open + .disclosure__list-wrapper {
  max-height: min(var(--list-height), 60vh);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__corner {
  opacity: 1;
  visibility: visible;
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__corner.disclosure__corner--left {
  transform: translateY(0) scaleX(-1);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__corner.disclosure__corner--right {
  transform: translateY(0);
}

.disclosure__button + .disclosure__list-wrapper .disclosure__item {
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.3s var(--transition-ease-in-out);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item {
  --initial-delay: 0.3s;
  --delay-increment: 0.03s;

  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(1) {
  transition-delay: var(--initial-delay);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(2) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment));
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(3) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 2);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(4) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 3);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(5) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 4);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(6) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 5);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(7) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 6);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(8) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 7);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(9) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 8);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(10) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 9);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(11) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 10);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(12) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 11);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(13) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 12);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(14) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 13);
}

.disclosure__button.open + .disclosure__list-wrapper .disclosure__item:nth-child(15) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 14);
}

.language-switcher .disclosure__list-wrapper {
  min-width: 15rem;
}

.disclosure.disclosure--dropdown .disclosure__list-wrapper {
  width: 100%;
  border-radius: var(--border-radius);
  max-height: min(var(--list-height), 60vh);
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(8rem) rotate(4deg);
  transition-property: opacity, visibility, transform;
  transition-duration: 0.4s;
  transition-timing-function: var(--transition-ease-out);
}

.disclosure.disclosure--dropdown .disclosure__button.open + .disclosure__list-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(1rem) rotate(0deg);
}

.disclosure.disclosure--dropdown .disclosure__button.open + .disclosure__list-wrapper .disclosure__item {
  --initial-delay: 0s;

  transition-duration: 0.3s;
}

/* Announcement bar */
.announcement-bar-section {
  z-index: unset !important;
}

.announcement-bar {
  background-color: transparent;
  background-image: none;
  overflow-x: clip;
}

.announcement-bar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  background-color: rgb(var(--color-background));
  background-image: var(--gradient-background);
}

.announcement-bar.announcement-bar--invert localization-form:last-child .disclosure__list-wrapper,
.announcement-bar:not(.announcement-bar--invert) localization-form:first-child:not(:last-child) .disclosure__list-wrapper {
  left: 0;
}

.announcement-bar:not(.announcement-bar--invert) localization-form:last-child .disclosure__list-wrapper {
  right: 0;
}

html.no-js .announcement-bar:before {
  height: 100%;
}

.announcement-bar .announcement-bar__content {
  grid-template-columns: 1fr;
}

.announcement-bar .announcement-bar__content.announcement-bar__content--socials:not(.announcement-bar__content--selectors),
.announcement-bar .announcement-bar__content.announcement-bar__content--selectors.announcement-bar__content--invert:not(.announcement-bar__content--socials) {
  grid-template-columns: auto 1fr;
}

.announcement-bar .announcement-bar__content.announcement-bar__content--selectors:not(.announcement-bar__content--socials),
.announcement-bar .announcement-bar__content.announcement-bar__content--socials.announcement-bar__content--invert:not(.announcement-bar__content--selectors) {
  grid-template-columns: 1fr auto;
}

.announcement-bar .announcement-bar__content.announcement-bar__content--socials.announcement-bar__content--selectors {
  grid-template-columns: auto 1fr auto;
}

.announcement-bar .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  height: 100%;
}

.announcement-bar .swiper:not(.swiper-initialized) .swiper-slide {
  width: 100%;
}

html.no-js .announcement-bar .announcement-bar__arrows {
  pointer-events: none;
}

.announcement-bar .announcement-bar__arrows .swiper-arrow:hover {
  opacity: 1;
}

.announcement-bar .disclosure__button.open + .disclosure__list-wrapper .disclosure__item {
  --initial-delay: 0.1s;
}

.announcement-bar .disclosure__list-wrapper {
  z-index: 40;
  top: calc(var(--custom-height) / 2 + 50%);
  max-height: min(var(--list-height), 30vh) !important;
}

.announcement-bar .disclosure__list {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.announcement-bar__corner {
  position: absolute;
  z-index: 52;
  top: calc(100% - 0.5px);
  width: calc(clamp(0, var(--border-radius-value), 2) * 1px + calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier)));
  height: calc(clamp(0, var(--border-radius-value), 2) * 1px + calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier)));
  transition: transform 0.4s, opacity 0.2s, z-index 0s 0.5s;
}

.announcement-bar-section--header-opened-menu .announcement-bar__corner {
  z-index: 51;
  transition: transform 0.4s, opacity 0.2s, z-index 0s 0.2s;
}

.announcement-bar__corner svg path:first-of-type {
  fill: rgb(var(--color-background));
}

.announcement-bar__corner--left {
  left: 0;
  transform: translateX(-100%);
}

.announcement-bar__corner--right {
  right: 0;
  transform: scaleX(-1) translateX(-100%);
}

.announcement-bar-section.header-group--section-last.header-group--section-rounded ~ #MainContent .shopify-section:first-child > .section,
.announcement-bar-section.header-group--section-rounded.header-group--next-header-rounded ~ #MainContent .shopify-section:first-child > .section {
  overflow: clip;
  border-start-end-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  border-start-start-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

.announcement-bar .text-slide .swiper-wrapper {
  min-height: 2rem;
  align-items: center;
}

/*.announcement-bar .announcement-bar__carousel {*/
/*  width: 100%;*/
/*  flex: 0 0 auto;*/
/*  margin: 0 auto;*/
/*}*/

.announcement-bar .swiper-slide svg {
  flex-shrink: 0;
}

.announcement-bar localization-form {
  min-width: 0;
}

.announcement-bar .disclosure__button {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
}

.announcement-bar .disclosure__button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}

/* Header section */
.header-section {
  --border-radius-multiplier: 1;

  pointer-events: none;
}

.header-section .header,
.header-section .header .header__inner-container {
  transition: transform 0.4s, color 0.2s, background-color 0.3s, padding 0.5s, border-radius 0.4s;
}

.header-section .header {
  position: relative;
  z-index: 13;
  background-color: transparent;
  background-image: none;
  pointer-events: auto;
}

.header-section .header .header__inner-container {
  border-bottom: 1px solid transparent;
}

.header-section .header.header--rounded:not(.open) .header__inner,
.header-section.header-no-transparent .header:not(.open) .header__inner-container,
.header-section.header-transparent.header-scrolled .header:not(.open, .header--rounded) .header__inner-container {
  border-color: rgba(var(--color-border), 0.3);
}

.header-section.header-no-transparent.header-group--first-main-rounded:not(:has(.header.header--rounded)) ~ #MainContent .shopify-section:first-child > .section {
  margin-top: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier) * -1);
}

.header-section.header-group--first-main-rounded:not(:has(.header--rounded)) ~ #MainContent .shopify-section:first-child > .section:not(.section--no-spacing) {
  --spacing-top-calculated: calc(var(--section-pt-mb) * 1px);

  padding-top: calc(var(--spacing-top-calculated) + max(var(--border-radius), 10px) * var(--border-radius-multiplier)) !important;
}

.header-section.header-group--first-main-rounded ~ #MainContent .shopify-section:first-child > .slideshow .section__content {
  padding-top: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier)) !important;
}

.header-section.header-group--first-main-rounded ~ #MainContent .shopify-section:first-child > .slideshow.section--header-transparent .section__content {
  padding-top: var(--header-height) !important;
}

.header-section.header-group--first-main-rounded:not(.header-transparent, :has(.header--rounded)) ~ #MainContent .shopify-section:first-child > .section {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.header-section.header-transparent .header.header--rounded {
  pointer-events: none;
}

.header-section.header-transparent .header.header--rounded .header__inner {
  pointer-events: auto;
}

.header-section.header-scrolled .header.header--roundness.open {
  transition: transform 0.4s, color 0.2s, background-color 0.3s, padding 0.5s, border-color 0.3s;
}

.header-section.header-transparent .header:not(.header--rounded) .header__inner-container {
  /*background-color: transparent;*/
  /*background-image: none;*/
}

.header-section:not(.header-transparent) .header:not(.header--rounded) .header__inner-container,
.header-section:not(.header-transparent) .header.header--rounded .header__inner,
.header-transparent.header-scrolled .header:not(.header--rounded) .header__inner-container,
.header-transparent .header.header--rounded .header__inner,
.header-transparent .header:not(.header--rounded):is(.open, :hover) .header__inner-container,
.header-section.header-scrolled .header:not(.header--rounded) .header__inner-container {
  background-color: rgb(var(--color-background));
  background-image: var(--gradient-background);
}

.header-section .header.header--has-logo .header__logo-wrapper {
  width: max-content;
}

.header-section .header .header__logo-wrapper:after {
  display: none !important;
}

.header-section .header .header__logo {
  transition: opacity 0.3s, color 0.3s;
}

.header-section .header .header__logo--mobile,
.header-section .header .header__logo--inverted-mobile {
  display: block;
}

.header-section .header .header__logo--desktop,
.header-section .header .header__logo--inverted {
  display: none;
}

.header-section.header-transparent:not(.header-scrolled) .header .header__logo--mobile,
.header-section.header-transparent.header-scrolled .header .header__logo--inverted-mobile,
.header-section.header-transparent .header.header--rounded .header__logo--inverted-mobile {
  opacity: 0;
}

.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded) .header__logo--inverted-mobile,
.header-section.header-transparent.header-scrolled .header .header__logo--mobile,
.header-section.header-transparent .header.header--rounded .header__logo--mobile {
  opacity: 1;
}

body.header-section-transparent .header-section.header-section--transparent .header cart-count {
  color: rgb(var(--color-heading)) !important;
}

body.header-section-transparent .header-section .header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  background-image: none;
}

.header-section .header__inner {
  border: 1px solid transparent;
  transition: background-color 0.3s, padding 0.5s, border-color 0.3s;
}

.header-section .header.header--rounded .header__inner {
  --bs-gutter-x: 2.5rem;

  border-radius: calc(var(--border-radius) * 3);
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open).header--dropdown-was-opened .header__inner-container,
.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open).header--dropdown-was-opened .header__logo,
/*.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open).header--dropdown-was-opened nav li > .disclosure > .disclosure__button,*/
/*.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open).header--dropdown-was-opened nav li > a,*/
.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open).header--dropdown-was-opened .header__icon,
.header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded).open .disclosure__list-inner-wrapper {
  /*transition-delay: 0.25s !important;*/
}

.header-section .header .header__menu-button {
  z-index: 51;
  position: relative;
  overflow: visible;
  transition: var(--transition);
}

.header-section .header .header__menu-button:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.3rem);
  left: -1px;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgb(var(--color-text));
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
  transition: var(--transition);
}

.header-section .header .header__menu-button:hover {
  transform: translateX(1rem);
}

.header-section .header .header__menu-button:is(:hover, .open):before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.header-section .header__left-icons {
  margin-left: -1rem;
}

.header-section .header__right-icons {
  margin-right: -1rem;
}

.header-section .header .header__mega-menu .promotional-items-wrapper.promotional-items-wrapper--ratio-auto .promotional-item__inner {
  --aspect-ratio: none !important;
  --aspect-ratio-mb: none !important;
}

.header-section .header .header__mega-menu .promotional-items-wrapper:not(.promotional-items-wrapper--promo-block, .promotional-items-wrapper--stacked) .promotional-item {
  min-height: 40rem;
}

.header-section .header .header__mega-menu .promotional-items-wrapper.promotional-items-wrapper--stacked {
  min-height: 50rem;
}

.header-section .header .disclosure:not(.header__mega-menu) .disclosure__button.open + .disclosure__list-wrapper .disclosure__item {
  --initial-delay: 0.1s;
}

.header-section .header:not(.header--rounded).section--rounded .header__inner-container {
  border-bottom-left-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  border-bottom-right-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

.header-section:not(.header-scrolled).header-group--previous-bar-rounded .header:not(.header--rounded) .header__inner-container,
.announcement-bar-section:not(.announcement-bar-section--empty) + .header-section:not(.header-scrolled).header-group--first-main-rounded.header-transparent .header:not(.header--rounded) .header__inner-container {
  border-top-left-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  border-top-right-radius: calc(max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

.header-section .header .disclosure:not(.header__mega-menu) .disclosure__list-wrapper,
.header-section .header .disclosure:not(.header__mega-menu) .disclosure__list-inner-wrapper {
  border-radius: var(--border-radius);
}

.header-section .header .disclosure.header__mega-menu .disclosure__list-wrapper {
  top: calc(100% - max(var(--border-radius), 10px) * var(--border-radius-multiplier));
  z-index: -1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(0);
}

.header-section .header .disclosure.header__mega-menu .disclosure__list {
  padding-top: calc(4rem + max(var(--border-radius), 10px) * var(--border-radius-multiplier));
}

.header-section .header .disclosure__list-wrapper {
  top: 100%;
  width: 250px;
  max-width: 250px;
}

.header-section .header .header__mega-menu .disclosure__list-wrapper {
  width: 100%;
  max-width: 100%;
  left: 0;
  transform: translateY(1px);
  overflow: hidden;
  background-color: transparent;
  max-height: calc(100vh - var(--header-height));
  pointer-events: none;
  border-bottom-left-radius: calc(clamp(0, var(--border-radius-value), 1) * min(calc(var(--border-radius) * 3), calc(var(--header-inner-height) / 2)));
  border-bottom-right-radius: calc(clamp(0, var(--border-radius-value), 1) * min(calc(var(--border-radius) * 3), calc(var(--header-inner-height) / 2)));
}

.header-section .header .header__navigation:has(.header__menu-button:is(:hover, .open)) .header__menu-button:not(:hover, .open) {
  opacity: 0.4;
}

.header-section .header.header--rounded .header__mega-menu .disclosure__list-wrapper {
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  left: -1px;
}

.header-section .header .header__mega-menu .disclosure__list-inner-wrapper {
  background-color: rgb(var(--color-background));
  border-bottom-left-radius: calc(clamp(0, var(--border-radius-value), 1) * min(calc(var(--border-radius) * 3), calc(var(--header-inner-height) / 2)));
  border-bottom-right-radius: calc(clamp(0, var(--border-radius-value), 1) * min(calc(var(--border-radius) * 3), calc(var(--header-inner-height) / 2)));
  transform: translateY(calc(-100% - 1px));
  transition: transform 0.4s var(--transition-ease-in-out);
}

.header-section .header .header__mega-menu .disclosure__list {
  padding: 3rem 0;
}

.header-section .header .header__mega-menu .disclosure__button.open + .disclosure__list-wrapper {
  pointer-events: auto;
}

.header-section .header .header__mega-menu .disclosure__button.open + .disclosure__list-wrapper .disclosure__list-inner-wrapper {
  transform: translateY(0);
}

.header-section .header.header--rounded .header__mega-menu .disclosure__list-wrapper {
  z-index: -1;
  top: calc(100% - var(--header-inner-height) / 2);
}

.header-section .header.header--rounded .header__mega-menu .disclosure__list {
  padding-top: calc(3rem + var(--header-inner-height) / 2);
}

.h-count {
  position: absolute;
  top: -1rem;
  right: 0;
  font-size: 1.2rem;
  transform: translateX(65%);
}

.menu-drawer .drawer__header {
  z-index: 2;
}

.menu-drawer .level-1 .collapsible-block {
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.menu-drawer .level-1 .collapsible-block.active {
  background-color: rgba(var(--color-text), 0.03);
}

.menu-drawer__sub-menu,
.menu-drawer__sub-children-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  z-index: 12;
  transition: all 0.6s var(--transition-ease-in-out);
}

.menu-drawer__sub-menu {
  height: calc(100% - var(--footer-height, 0));
}

.is-open + .menu-drawer__sub-menu,
.is-open + .menu-drawer__sub-children-menu {
  transform: translate(0);
}

.menu-drawer #MenuDrawerLanguage,
.menu-drawer #MenuDrawerCountry {
  max-height: 90%;
}

.menu-drawer .menu-drawer__mega-menu .promotional-item .promotional-item__tags-wrapper {
  transform: rotate(-45deg) translateY(5rem);
}

.menu-drawer .menu-drawer__mega-menu .product-item__badges-wrapper {
  transform: rotate(-45deg) translateY(4rem);
}

.menu-drawer .drawer--inner .drawer__content .drawer__block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.menu-drawer .drawer__header .menu-drawer__action {
  writing-mode: initial;
}

.menu-drawer .drawer__header .menu-drawer__action:hover {
  background-color: rgb(var(--color-text), 0.03);
}

.menu-drawer .drawer__header .tooltip.tooltip--right .tooltip__content > span {
  display: inline-block;
  transform: rotate(180deg) !important;
}

.header-transparent .header {
  position: absolute;
  top: auto;
  overflow-x: clip;
}

.header-transparent .header.header--dropdown-was-opened.open {
  overflow-x: unset;
}

.header-transparent.header-scrolled .header {
  position: fixed;
  top: 0;
}

/* Main content */
#MainContent {
  position: relative;
  flex-grow: 1;
  z-index: 2;
}

/* Margin */
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-not-last-20 > *:not(:last-child) {
  margin-bottom: 2rem !important;
}

.mb-not-last-30 > *:not(:last-child) {
  margin-bottom: 3rem !important;
}

.mb-big {
  margin-bottom: clamp((var(--space-bottom) * 0.64px), calc((var(--space-bottom) * 0.64px) + (var(--space-bottom) - (var(--space-bottom) * 0.64)) * var(--responsive-rate)), calc(var(--space-bottom) * 1px));
}

.mb-medium {
  margin-bottom: clamp((var(--space-bottom) * 0.8333px), calc((var(--space-bottom) * 0.8333px) + (var(--space-bottom) - (var(--space-bottom) * 0.8333)) * var(--responsive-rate)), calc(var(--space-bottom) * 1px));
}

.m-0 {
  margin: 0;
}

.m-10 {
  margin: 1rem;
}

.ms-3 {
  margin-left: 3px;
}

.ms-8 {
  margin-left: 8px;
}

.m-auto {
  margin: auto;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.mb-10 {
  margin-bottom: 1rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-auto {
  margin-bottom: auto;
}

.-mx-10 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-15 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-8 {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

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

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

.-ms-10 {
  margin-left: -1rem;
}

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

.me-3 {
  margin-right: 3px;
}

.-me-1 {
  margin-right: -0.1rem;
}

.-me-10 {
  margin-right: -1rem;
}

.-me-5 {
  margin-right: -0.5rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.mt-10 {
  margin-top: 1rem;
}

.mt-17 {
  margin-top: 1.7rem;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-22 {
  margin-top: 2.2rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: clamp(3rem, 3.8vw, 4rem);
}

.mt-45 {
  margin-top: clamp(3rem, 4vw, 4.5rem);
}

.mt-50 {
  margin-top: clamp(3.5rem, 4.3vw, 5rem);
}

.mt-60 {
  margin-top: clamp(4rem, 4.5vw, 6rem);
}

.mt-auto {
  margin-top: auto;
}

.mt-custom {
  margin-top: calc(var(--space-top-mb, var(--space-top)) * 1px);
}

.-mt-15 {
  margin-top: -1.5rem;
}

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

.-mt-2 {
  margin-top: -0.2em;
}

.mb-custom {
  margin-bottom: calc(var(--space-bottom-mb, var(--space-bottom)) * 1px);
}

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

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

.-mb-10 {
  margin-bottom: -1rem;
}

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

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

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

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-22 {
  margin-bottom: 2.2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-23 {
  margin-bottom: 2.3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-33 {
  margin-bottom: 3.3rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: clamp(4rem, 4.5vw, 6rem);
}

.ms-5 {
  margin-left: 5px;
}

.ms-10 {
  margin-left: 1rem;
}

.ms-15 {
  margin-left: 1.5rem;
}

.me-5 {
  margin-right: 5px;
}

.me-8 {
  margin-right: 8px;
}

.me-10 {
  margin-right: 1rem;
}

.me-15 {
  margin-right: 1.5rem;
}

.me-20 {
  margin-right: 2rem;
}

/* Width */
.w-auto {
  width: auto;
}

.w-0 {
  width: 0;
}

.w-15 {
  width: 15px;
}

.w-20 {
  width: 20px;
}

.w-22 {
  width: 22px;
}

.w-24 {
  width: 24px;
}

.w-26 {
  width: 26px;
}

.w-55 {
  width: 5.5rem;
}

.w-100 {
  width: 10rem;
}

.w-200 {
  width: 20rem;
}

.w-custom-svg svg {
  height: auto;
  width: var(--custom-width);
}

.\!w-max-content {
  width: max-content !important;
}

.min-w-auto {
  min-width: auto;
}

.min-w-10 {
  min-width: 10px;
}

.min-w-20 {
  min-width: 20px;
}

.min-w-30 {
  min-width: 30px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-15 {
  max-width: 15px;
}

.max-w-30 {
  max-width: 30px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-custom {
  max-width: var(--max-width-mb, var(--max-width));
}

.w-custom {
  width: var(--custom-width-mb, var(--custom-width));
}

.w-1 {
  width: 1px;
}

.w-30 {
  width: 30px;
}

.w-75-percent {
  width: 75%;
}

.w-50-percent {
  width: 50%;
}

.w-30-percent {
  width: 30%;
}

.w-33-percent {
  width: calc(100% / 3);
}

.w-25-percent {
  width: 25%;
}

.w-20-percent {
  width: 20%;
}

.w-40 {
  width: 4rem;
}

.w-44 {
  width: 4.4rem;
}

.w-45 {
  width: 4.5rem;
}

.w-50 {
  width: 5rem;
}

.w-full {
  width: 100%;
}

.w-fit-content {
  width: fit-content;
}

.max-w-100 {
  max-width: 100%;
}

.max-w-auto {
  max-width: initial;
}

.max-w-full-\[-4rem\] {
  max-width: calc(100% - 4rem);
}

.col-w-custom {
  flex: 0 0 auto;
  width: var(--col-width, 50%);
}

.min-w-custom {
  min-width: var(--min-width-mb, var(--min-width));
}

/* Height */
.h-0 {
  height: 0;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 2rem;
}

.h-30 {
  height: 30px;
}

.h-55 {
  height: 5.5rem;
}

.h-56 {
  height: 5.6rem;
}

.h-60 {
  height: 6rem;
}

.min-h-30 {
  min-height: 3rem;
}

.min-h-45 {
  min-height: 4.5rem;
}

.min-h-50 {
  min-height: 5rem;
}

.min-h-full {
  min-height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.h-auto {
  height: auto;
}

.\!h-auto {
  height: auto !important;
}

.h-2 {
  height: 2px;
}

.h-5 {
  height: 5px;
}

.h-40 {
  height: 4rem;
}

.h-44 {
  height: 4.4rem;
}

.h-45 {
  height: 4.5rem;
}

.h-50 {
  height: 5rem;
}

.h-100 {
  height: 10rem;
}

.h-custom-height {
  height: var(--custom-height-mb, var(--custom-height));
}

.h-full {
  height: 100%;
}

.h-90vh {
  height: 90vh;
}

.h-100vh {
  height: 100vh;
}

.min-h-custom {
  min-height: var(--min-height);
}

.min-h-55 {
  min-height: 55px;
}

/* Padding */
.p-0 {
  padding: 0;
}

.p-5 {
  padding: 0.5rem;
}

.p-10 {
  padding: 1rem;
}

.p-12 {
  padding: 1.2rem;
}

.p-15 {
  padding: 1.5rem;
}

.p-18 {
  padding: 1.8rem;
}

.p-20 {
  padding: 2rem;
}

.p-25 {
  padding: 2.5rem;
}

.p-30 {
  padding: 3rem;
}

.p-35 {
  padding: 3.5rem;
}

.p-custom {
  padding: calc(var(--padding-custom-mb, var(--padding-custom)) * 1px);
}

.\!p-0 {
  padding: 0 !important;
}

.\!pb-10 {
  padding-bottom: 1rem !important;
}

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

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

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

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-60 {
  padding-top: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
  padding-bottom: clamp(30px, calc(30px + 30 * var(--responsive-rate)), 60px);
}

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

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

.px-10 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-15 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-18 {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-30 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.px-35 {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.px-40 {
  padding-right: 4rem;
  padding-left: 4rem;
}

.\!py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;;
}

.py-3 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-7 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.py-8 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.py-13 {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-17 {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.py-18 {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.\!py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-50 {
  padding-top: clamp(3rem, 6vh, 5rem);
  padding-bottom: clamp(3rem, 6vh, 5rem);
}

.py-custom {
  padding-top: calc(var(--padding-y-custom-mb, var(--padding-y-custom)) * 1px);
  padding-bottom: calc(var(--padding-y-custom-mb, var(--padding-y-custom)) * 1px);
}

.px-custom {
  padding-left: calc(var(--padding-x-custom-mb, var(--padding-x-custom)) * 1px);
  padding-right: calc(var(--padding-x-custom-mb, var(--padding-x-custom)) * 1px);
}

.pt-custom {
  padding-top: calc(var(--padding-top-custom-mb, var(--padding-top-custom)) * 1px);
}

.pb-custom {
  padding-bottom: calc(var(--padding-bottom-custom-mb, var(--padding-bottom-custom)) * 1px);
}

.\!pb-custom {
  padding-bottom: calc(var(--padding-bottom-custom-mb, var(--padding-bottom-custom)) * 1px) !important;
}

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

.pt-1 {
  padding-top: 1px;
}

.pt-5 {
  padding-top: 5px;
}

.\!pt-10 {
  padding-top: 1rem !important;
}

.pt-17 {
  padding-top: 1.7rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-33 {
  padding-top: 3.3rem;
}

.pt-40 {
  padding-top: 4rem;
}

.\!pb-0 {
  padding-bottom: 0 !important;
}

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

.pb-10 {
  padding-bottom: 1rem;
}

.\!pb-10 {
  padding-bottom: 1rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.ps-0 {
  padding-left: 0;
}

.\!ps-0 {
  padding-left: 0 !important;
}

.ps-5 {
  padding-left: 0.5rem;
}

.ps-7 {
  padding-left: 0.7rem;
}

.ps-12 {
  padding-left: 1.2rem;
}

.ps-15 {
  padding-left: 1.5rem;
}

.ps-30 {
  padding-left: 3rem;
}

.ps-45 {
  padding-left: 4.5rem;
}

.pe-12 {
  padding-right: 1.2rem;
}

.pe-15 {
  padding-right: 1.5rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-5 {
  padding-right: 0.5rem;
}

.pe-30 {
  padding-right: 3rem;
}

.pe-45 {
  padding-right: 4.5rem;
}

.pe-50 {
  padding-right: 5rem;
}

.pe-60 {
  padding-right: 6rem;
}

.pt-6 {
  padding-top: 0.6rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pt-22 {
  padding-top: 2.2rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pt-28 {
  padding-top: 2.8rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-55 {
  padding-top: 5.5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pe-10 {
  padding-right: 1rem;
}

.ps-10 {
  padding-left: 1rem;
}

.ps-20 {
  padding-left: 2rem;
}

.ps-80 {
  padding-left: 8rem;
}

.pe-20 {
  padding-right: 2rem;
}

/* Position */
.top-5vh {
  top: 5vh;
}

.top-20 {
  top: 2rem;
}

.top-30 {
  top: 3rem;
}

.top-100 {
  top: 100%;
}

.header-section--sticky-always ~ #MainContent .top-header {
  top: var(--header-height);
}

.bottom-25 {
  bottom: 2.5rem;
}

.relative {
  position: relative;
}

.\!relative {
  position: relative !important;
}

.absolute {
  position: absolute;
}

.\!absolute {
  position: absolute !important;
}

.static {
  position: static;
}

.static-impo {
  position: static !important;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.inset-15 {
  inset: 1.5rem;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-x-15 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-20 {
  left: 2rem;
  right: 2rem;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.top-0 {
  top: 0;
}

.top-3 {
  top: 3px;
}

.top-10 {
  top: 1rem;
}

.top-15 {
  top: 1.5rem;
}

.top-100 {
  top: 100%;
}

.right-0 {
  right: 0;
}

.\!right-0 {
  right: 0 !important;
}

.right-30 {
  right: 3rem;
}

.right-45 {
  right: 4.5rem;
}

.right-50 {
  right: 5rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 1rem;
}

.bottom-15 {
  bottom: 1.5rem;
}

.bottom-20 {
  bottom: 2rem;
}

.bottom-30 {
  bottom: 3rem;
}

.left-0 {
  left: 0;
}

.\!left-0 {
  left: 0 !important;
}

.left-5 {
  left: 5px;
}

.left-7 {
  left: 7px;
}

.left-15 {
  left: 1.5rem;
}

.left-20 {
  left: 2rem;
}

.left-30 {
  left: 3rem;
}

.left-45 {
  left: 4.5rem;
}

.left-50 {
  left: 5rem;
}

.left-55 {
  left: 5.5rem;
}

.left-50-percent {
  left: 50%;
}

.left-10 {
  left: 1rem;
}

.left-65 {
  left: 6.5rem;
}

.right-5 {
  right: 0.5rem;
}

.right-7 {
  right: 0.7rem;
}

.right-10 {
  right: 1rem;
}

.right-15 {
  right: 1.5rem;
}

.right-20 {
  right: 2rem;
}

.right-65 {
  right: 6.5rem;
}

.z-\[-1\] {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-5 {
  z-index: 5;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-9 {
  z-index: 9;
}

.z-15 {
  z-index: 15;
}

.z-16 {
  z-index: 16;
}

.z-20 {
  z-index: 20;
}

.z-60 {
  z-index: 60;
}

.z-auto {
  z-index: auto;
}

.inset-0 {
  inset: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Swiper */
:root {
  --swiper-navigation-color: var(--color-dark);
  --swiper-navigation-size: 16px;
  --swiper-pagination-bullet-width: 2.5rem;
  --swiper-pagination-bullet-height: 2.5rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: transparent;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  --swiper-pagination-color: rgb(var(--color-heading));
}

.swiper:not([class*="initialized"]) .swiper-wrapper {
  --gap: var(--col-gap);

  overflow: hidden;
  gap: var(--gap, 1.5rem);
}

.swiper:not([class*="initialized"])[data-mobile="1.5"] .swiper-wrapper {
  overflow: unset;
}

.swiper:not([class*="initialized"]) .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar-fill {
  border-radius: 1rem;
  overflow: hidden;
}

.swiper:not([class*="initialized"])[data-mobile="6"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
}

.swiper:not([class*="initialized"])[data-mobile="5"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 4)) / 5);
}

.swiper:not([class*="initialized"])[data-mobile="4"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
}

.swiper:not([class*="initialized"])[data-mobile="3"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
}

.swiper:not([class*="initialized"])[data-mobile="2"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
}

.swiper:not([class*="initialized"])[data-mobile="1.5"] .swiper-slide {
  width: calc((100% - (var(--gap, 3rem) * 1)) / 1.5);
}

.swiper:not([class*="initialized"])[data-mobile="1"] .swiper-slide {
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  left: unset !important;
  right: unset !important;
  margin-top: 0;
  transform: translateZ(0);
}

body .swiper-pagination-lock,
body .swiper-pagination:not(.swiper-pagination-bullets, .swiper-pagination-custom) {
  display: none;
}

body .swiper-pagination {
  position: var(--swiper-pagination-position, relative);
  margin-top: var(--swiper-pagination-mt, 3rem);
}

.swiper-pagination-bullet {
  position: relative;
  appearance: none;
  padding: 1.6rem;
  pointer-events: auto;
  cursor: pointer;
  margin: 0 !important;
}

.swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgb(var(--color-navigation));
  border-radius: 1rem;
  opacity: 0.3;
  transform: translate(13px, 13px);
  transition: var(--transition);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: translate(13px, 13px) scale(1.75);
  opacity: 1;
}

body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

html.no-js .swiper-wrapper {
  display: flex !important;
}

html.no-js .swiper:not(.swiper--vertical) .swiper-wrapper {
  overflow-x: auto !important;
  flex-direction: row !important;
}

html.no-js .swiper:not(.swiper--vertical) .swiper-slide {
  width: 100% !important;
}

html.no-js .swiper.swiper--vertical .swiper-wrapper {
  overflow-y: auto !important;
  flex-direction: column !important;
}

/* Animated list */
html.js body.animate-on-scroll .animated-list:not(.visible) .animated-block,
html.js body.animate-on-scroll .animated-list:not(.visible) .animated-block > span {
  transition-delay: 0s !important;
}

html.js body.animate-on-scroll .animated-list .animated-block {
  overflow: hidden;
}

html.js body.animate-on-scroll .animated-list .animated-block > span {
  display: inline-block;
  padding-bottom: 0.15em;
  padding-right: 0.05em;
  transform: translate3d(0, 120%, 0);
}

html.js body.animate-on-scroll .animated-list.visible .animated-block > span {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s var(--transition-ease-in-out);
  transition-delay: 0.3s;
}

/* Menu */
.mobile-navigation-bar {
  transform: translateY(calc(100% + var(--border-radius)));
}

.mobile-navigation-bar.visible {
  transform: translateY(0);
}

.mobile-navigation-bar.mobile-navigation-bar--highlight .mobile-navigation-bar__wrapper:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 8rem;
  height: 8rem;
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 1px solid rgb(var(--color-border));
  transform: translateX(-50%);
}

.mobile-navigation-bar .mobile-navigation-bar__highlighted-icon {
  width: 5.5rem;
  height: 5.5rem;
  padding: 1.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--color-text));
  color: rgb(var(--color-background));
}

.mobile-navigation-bar .mobile-navigation-bar__corner {
  content: '';
  position: absolute;
  top: clamp(-20px, calc((var(--border-radius) * -2) - 1px), 0px);
  width: clamp(0, calc(var(--border-radius) * 2), 20px);
  height: clamp(0, calc(var(--border-radius) * 2), 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--color-background));
}

.mobile-navigation-bar .mobile-navigation-bar__corner path:last-of-type {
  stroke: rgb(var(--color-border))
}

.mobile-navigation-bar .mobile-navigation-bar__corner.mobile-navigation-bar__corner--left {
  left: 0;
  transform: rotate(-90deg);
}

.mobile-navigation-bar .mobile-navigation-bar__corner.mobile-navigation-bar__corner--right {
  right: 0;
  transform: rotate(180deg);
}

.mobile-navigation-bar .mobile-navigation-bar__wrapper {
  border-top: 1px solid rgb(var(--color-border));
}

.mobile-navigation-bar .mobile-navigation-bar__container > * {
  flex: 0 0 auto;
  width: calc(100% / var(--number, 5));
  gap: 0.5rem;
}

.mobile-navigation-bar .h-count {
  top: -0.8em;
  font-size: 0.7em;
}

/* Search */
.predictive-search--header:not(.results) .search-list-item {
  display: none;
}

.predictive-search--header .search-list-item.search-suggest,
.predictive-search--header.results .search-list-item:not(.flex),
.predictive-search--header.results .search-list-item.flex {
  display: flex;
}

.predictive-search--header.results .search-list-item {
  margin-top: 0;
}

/* Footer */
:is(.footer__block-info) a {
  text-decoration: none;
}

.footer-block--menu {

}

/* Breadcrumbs */
.breadcrumbs {
  line-height: 2;
  letter-spacing: -0.5px;
}

.breadcrumbs .breadcrumbs__item {
  overflow-wrap: anywhere;
  display: inline;
}

.breadcrumbs .breadcrumbs__item:not(:first-of-type):before {
  content: "•";
  display: inline-flex;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  pointer-events: none;
}

/* Video section */
.video-foreground video,
.video-foreground iframe,
.video-foreground,
.video-foreground .video-foreground__poster {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
}

.video-foreground[loaded] .video-foreground__placeholder,
.video-foreground[loaded] .video-foreground__poster {
  opacity: 0;
  visibility: hidden;
}

.video-foreground[provider][play-clicked] .video-foreground__actions {
  display: none;
}

.video-foreground[provider][play-clicked] iframe {
  pointer-events: auto;
}

.video-foreground .video-foreground__poster {
  position: relative;
  z-index: 1;
}

.video-foreground :is(.video-foreground__play-button, .video-foreground__mute-button) {
  border-radius: calc(var(--button-radius) / 3);
  opacity: 0.8;
  transition: all 0.3s;
}

.video-foreground[is-playing] .video-foreground__play-button,
.video-foreground .video-foreground__mute-button {
  opacity: 0.4;
}

.video-foreground[is-playing] .video-foreground__play-button:hover,
.video-foreground .video-foreground__mute-button:hover {
  opacity: 0.6;
}

.video-foreground[is-playing] .video-foreground__play-button .icon-play,
.video-foreground:not([is-playing]) .video-foreground__play-button .icon-pause,
.video-foreground[muted] .video-foreground__mute-button .icon-sound-on,
.video-foreground:not([muted]) .video-foreground__mute-button .icon-sound-off {
  display: none;
}

/* Terms condition */
.terms-conditions label a {
  color: rgb(var(--color-heading));
  font-weight: var(--heading-weight);
  text-decoration: none;
}

/* RTE */
:is(.rte, .shopify-policy__container) {
  overflow-wrap: anywhere;
}

:is(.rte, .shopify-policy__container) img {
  width: auto;
  height: auto;
  height: revert-layer;
}

:is(.rte, .shopify-policy__container) p:only-child,
.rich__text-m0 p:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

:is(.rte, .shopify-policy__container) :where(hr):not(:where([class~=not-rte] *)) {
  color: inherit;
  height: 0;
  border-bottom: 0;
  border-top: 1px solid rgb(var(--color-border));
}

:is(.rte, .shopify-policy__container) :where(a):not(:where([class~=not-rte] *)) {
  background-position: bottom 0 left 0;
  background-size: 100% 1px, 100% 1px;
  color: rgb(var(--color-link));
}

:is(.rte, .shopify-policy__container) :where(a):hover:not(:where([class~=not-rte] *)) {
  background-position: bottom 0 right 0;
  background-size: 0 1px, 100% 1px;
}

:is(.rte, .shopify-policy__container) :where(p):not(:where([class~=not-rte] *)) {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

:is(.rte, .shopify-policy__container) :where(p):is(:empty) {
  display: none;
}

:is(.rte, .shopify-policy__container) :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
  margin-bottom: 3rem;
  margin-top: 0;
}

:is(.rte, .shopify-policy__container) :where(.h2, h2):not(:where([class~=not-rte] *)) {
  margin-bottom: 2rem;
  margin-top: 3rem;
}

:is(.rte, .shopify-policy__container) :where(.h3, h3):not(:where([class~=not-rte] *)) {
  margin-bottom: 1.2rem;
  margin-top: 3.2rem;
}

:is(.rte, .shopify-policy__container) :where(.h4, h4):not(:where([class~=not-rte] *)) {
  margin-bottom: 1.2rem;
  margin-top: 4rem;
}

:is(.rte, .shopify-policy__container) :where(.h5, h5):not(:where([class~=not-rte] *)) {
  margin-bottom: 1rem;
  margin-top: 3.6rem;
}

:is(.rte, .shopify-policy__container) :where(.h6, h6):not(:where([class~=not-rte] *)) {
  margin-bottom: 0.8rem;
  margin-top: 3.4rem;
}

:is(.rte, .shopify-policy__container) :where(hr):not(:where([class~=not-rte] *)) {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

:is(.rte, .shopify-policy__container) :where(img, video, table):not(:where([class~=not-rte] *)) {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  border-radius: var(--border-radius);
}

:is(.rte, .shopify-policy__container) :where(figure):not(:where([class~=not-rte] *)) {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

:is(.rte, .shopify-policy__container) :where(figure>*):not(:where([class~=not-rte] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

:is(.rte, .shopify-policy__container) :where(figcaption):not(:where([class~=not-rte] *)) {
  color: rgba(var(--color-text), 0.6);
  font-size: calc(var(--body-font-size) - 2px);
  font-style: italic;
  line-height: 1.375;
  margin-top: 1.8rem;
}

:is(.rte, .shopify-policy__container) :where(figcaption a):not(:where([class~=not-rte] *)) {
  color: rgba(var(--color-text), 0.6);
}

:is(.rte, .shopify-policy__container) :where(ul):not(:where([class~=not-rte] *)) {
  list-style-type: disc;
}

:is(.rte, .shopify-policy__container) :where(ul, ol):not(:where([class~=not-rte] *)) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2.8rem;
}

:is(.rte, .shopify-policy__container) :where(li):not(:where([class~=not-rte] *)) {
  margin-top: 0.8rem;
}

:is(.rte, .shopify-policy__container) :where(ul>li, ol>li):not(:where([class~=not-rte] *)) {
  padding-left: 0.6rem;
}

:is(.rte, .shopify-policy__container) :where(.rte>ul>li>:first-child, .rte>ol>li>:first-child):not(:where([class~=not-rte] *)) {
  margin-top: 2.2rem;
}

:is(.rte, .shopify-policy__container) :where(.rte>ul>li>:last-child, .rte>ol>li>:last-child):not(:where([class~=not-rte] *)) {
  margin-bottom: 2.2rem;
}

:is(.rte, .shopify-policy__container) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-rte] *)) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

:is(.rte, .shopify-policy__container) blockquote:not(:where([class~=not-rte] *)) {
  --quote-width: 70px;
  --quote-height: 55px;

  position: relative;
  display: block;
  margin: 3.2rem 0;
  padding: 3.5rem;
  padding-top: 10rem;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  font-family: var(--heading-font);
  background-color: rgba(var(--color-text), 0.03);
  border-radius: var(--border-radius);
  border: none;
}

:is(.rte, .shopify-policy__container) blockquote:not(:where([class~=not-rte] *))::before {
  content: '';
  position: absolute;
  width: var(--quote-width);
  height: var(--quote-height);
  top: 3rem;
  left: 50%;
  background-color: currentColor;
  -webkit-mask: url('icon-blockquote.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('icon-blockquote.svg') no-repeat center;
  mask-size: contain;
  transform: translateX(-50%);
}

:is(.rte, .shopify-policy__container) :where(blockquote>*):not(:where([class~=not-rte] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

:is(.rte, .shopify-policy__container) :where(blockquote cite):not(:where([class~=not-rte] *)) {
  margin-top: 3.4rem;
}

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

:is(.rte, .shopify-policy__container) table {
  overflow: hidden;
  width: calc(100% - 2px);
  margin-left: 1px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: var(--border-radius);
  box-shadow: 0 0 0 1px rgb(var(--color-border));
  text-align: left;
  color: rgb(var(--color-text));
}

:is(.rte, .shopify-policy__container) table thead + tbody tr:first-of-type,
:is(.rte, .shopify-policy__container) table tbody tr:not(:first-of-type),
:is(.rte, .shopify-policy__container) table tfoot tr {
  border-top: 1px solid rgb(var(--color-border));
}

:is(.rte, .shopify-policy__container) table thead th,
:is(.rte, .shopify-policy__container) table tbody th,
:is(.rte, .shopify-policy__container) table tfoot th {
  padding: 1.75rem 2rem;
  font-weight: 500;
  border: none;
  background-color: rgba(var(--color-text), 0.05);
  font-size: 1.6rem;
}

:is(.rte, .shopify-policy__container) table tbody td,
:is(.rte, .shopify-policy__container) table tfoot td {
  vertical-align: middle;
  padding: 1.75rem 2rem;
  border: none;
  font-size: 1.4rem;
}

.shopify-policy__container table tbody td {
  vertical-align: top;
}

.shopify-policy__container table td ul {
  margin: 0;
}

:is(.rte, .shopify-policy__container) :where(.rte>:first-child):not(:where([class~=not-rte] *)) {
  margin-top: 0;
}

:is(.rte, .shopify-policy__container) :where(.rte>:last-child):not(:where([class~=not-rte] *)) {
  margin-bottom: 0;
}

/* Drawer */
.drawer {
  position: fixed;
  overflow: hidden;
  z-index: 53;
  top: auto;
  bottom: 0;
  height: calc(100% - 7rem);
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: var(--drawers-border-radius);
  border-top-right-radius: var(--drawers-border-radius);
  transform: translate3d(0, 100%, 0);
  transition: transform var(--transition-modal);
}

.drawer.drawer--inner {
  top: auto;
  height: auto;
}

.drawer.open {
  transform: translate(0);
}

.drawer.open > * {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s var(--transition-ease-out) 0.35s,
              visibility 0.5s var(--transition-ease-out) 0.35s;
}

.drawer.open .drawer__footer:not(.drawer__footer--hidden) {
  display: block;
}

.drawer.open + .overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.drawer + .overlay {
  z-index: 52;
}

.drawer > * {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s var(--transition-ease-out) 0.1s;
}

.drawer__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background-color: rgb(var(--color-drawer-header));
}

.drawer.drawer--inner .drawer__header {
  flex-direction: row;
  justify-content: space-between;
}

.drawer__block {
  padding: 3rem 2rem;
}

.drawer__footer.drawer__footer--blur {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--color-background), 0.65);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(var(--color-border), var(--border-opacity));
}

.drawer__footer.drawer__footer--hidden {
  display: none;
}

.drawer .drawer__section-blurred {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  background-color: rgba(var(--color-background), 0.75);
  backdrop-filter: blur(10px);
}

.drawer:has(.drawer__footer .drawer__section-blurred) .drawer__content-container {
  padding-bottom: 4.5rem;
}

/* Cart item */
.cart-item .cart-item__options > div:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  transform: translate(-1.5px, -1.5px);
  background-color: rgba(var(--color-text), 0.7);
}

/* Cart drawer */
.cart-drawer.cart-drawer--opened .cart-drawer__products-form .fade-in-image-wrapper:after {
  display: none !important;
}

.cart-drawer .cart-count {
  position: absolute;
  display: inline-block;
  font-size: 1.4rem;
  transform: translate(0.5rem, 1rem);
}

.cart-drawer .drawer__header {
  z-index: 2;
}

.cart-drawer.loading .cart-drawer__products {
  opacity: 0.6;
}

.cart-drawer .drawer__header .cart-drawer__action {
  writing-mode: initial;
}

.cart-drawer .drawer__header .cart-drawer__action:hover {
  background-color: rgb(var(--color-text), 0.03);
}

.cart-drawer .drawer__header .tooltip.tooltip--left .tooltip__content > span {
  display: inline-block;
  transform: rotate(180deg) !important;
}

.shipping-response .rte p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cart-drawer.is-empty .drawer__header .cart-drawer__actions {
  display: none !important;
}

/* Cart recommendations */
.cart-recommendations__arrows .swiper-arrow {
  --button-content-height: 3rem !important;

  border: none !important;
  padding: 0.5rem !important;
}

.cart-recommendations__arrows .swiper-arrow svg {
  width: 3rem;
  height: 3rem;
}

/* Progress bar */
.progress-bar {
  position: relative;
  overflow: hidden;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(var(--color-text), 0.06);
}

.progress-bar .progress {
  position: relative;
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: 3px;
  background-image: linear-gradient(90deg, rgba(var(--color-text), 1), rgba(var(--color-text), 0.5));
  transition: var(--transition);
}

/* Suggestions */
.suggestion-links a,
.suggestion-links span {
  color: rgba(var(--color-text), 0.5);
}

.suggestion-links mark {
  background-color: transparent;
  font-weight: 500;
  color: rgb(var(--color-text));
}

/* Pagination */
.pagination__list a[disabled] {
  opacity: 1;
}

.pagination__button.pagination__button--auto {
  width: auto !important;
}

.pagination__link {
  overflow: visible;
  font-size: var(--body-font-size);
}

.pagination__link:hover .icon-chewron-left {
  transform: translateX(-5px);
}

.pagination__link:hover .icon-chewron-right {
  transform: translateX(5px);
}

/* Custom cursor */
.custom-cursor {
  --size: 60px;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: var(--size);
  height: var(--size);
  transform: translate3d(calc(var(--x) - 50%), calc(var(--y) - 50%), 0);
  pointer-events: none;
}

.custom-cursor .custom-cursor__bubble {
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 9999px;
  background-color: white;
  color: black;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  transform: scale(0);
  transition: transform 0.2s;
}

.custom-cursor.active  .custom-cursor__bubble {
  transform: scale(1);
}

/* Animation */
.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.spin {
  animation: 0.8s linear infinite spin;
}

@keyframes progress-bar {
  0% {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes image-loading-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes scaling {
  0%, 100% {
    transform: scale(0.2);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1);
  }
}

/* Animated blocks */
html.js body.animate-on-scroll .animated-blocks .animated-block {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

html.js body.animate-on-scroll .animated-blocks:not(.animated-blocks--hide-instantly) .animated-block,
html.js body.animate-on-scroll .animated-blocks.animated-blocks--hide-instantly.visible .animated-block {
  transition: all 0.4s ease-out;
}

html.js body.animate-on-scroll .animated-blocks.animated-blocks--hide-instantly:not(.visible) .animated-block {
  transition-delay: 0s !important;
}

html.js body.animate-on-scroll .animated-blocks:not(.visible) .animated-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition-delay: 0s;
}

/* Checkmark */
.checkmark:before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid var(--color-color, #ebebeb);
  background-color: var(--grey-color);
  position: relative;
  top: 2px;
  transition: var(--bls-transition);
}

.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: var(--transition);
}

input[type="checkbox"]:checked + .checkmark:after {
  opacity: 1;
}

input[type="checkbox"]:checked + .checkmark:before {
  background-color: rgb(var(--color-link));
  border-color: rgb(var(--color-link));
}

/* Overlay */
.overlay-bg:after {
  --overlay-opacity-percentage: calc(0.5 * (0.5 + (var(--overlay-opacity) / 100)));

  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(var(--color-overlay-background), 0.1) 20%, rgba(var(--color-overlay-background), var(--overlay-opacity-percentage)) 60%);
  pointer-events: none;
  transform: translateZ(0);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: block;
  background: var(--overlay-bg-bottom);
  pointer-events: none;
  transition: 0.8s var(--transition-ease-in-out);
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
  cursor: none;
}

.overlay.overlay--top.overlay--inner {
  background: var(--overlay-bg-bottom-light);
}

.overlay.overlay--header {
  background: var(--overlay-bg-bottom-very-light);
}

.overlay.overlay--modal {
  background: var(--overlay-bg-modal);
  backdrop-filter: blur(5px);
}

/* Tooltip */
.show-tooltip {
  overflow: visible;
}

.show-tooltip .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
  pointer-events: none;
}

/* Message info */
.success, .warning {
  padding: 1.2rem 2rem;
  position: relative;
}

.success, .message-success {
  --color-success: #137f24;
  --border-color-success: #b4deb0;
  --background-success: #dcf0d8;
  --color-link: var(--color-success);

  gap: 0.5rem;
  background-color: var(--background-success);
  border: 1px solid var(--border-color-success);
  border-radius: 5px;
  font-weight: var(--subheading-weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
  color: var(--color-success);
}

.errors, .error, .message-error, .dmp_error-message {
  --color-error: #d0473e;
  --border-color-error: #eabdbd;
  --background-error: #fadfdf;
  --color-link: var(--color-error);

  padding: 11px 2rem;
  background-color: var(--background-error);
  border: 1px solid var(--border-color-error);
  color: var(--color-error);
  text-align: left;
  border-radius: 5px;
  list-style: none;
  position: relative;
  gap: 0.5rem;
  font-weight: var(--subheading-weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
}

.dmp_error-message {
  display: block;
  margin-top: 1rem;
}

.message-info, .warning {
  --color-link: #907341;
  --button-link-color: #907341;

  padding: 1.5rem 2rem;
  border: 1px solid #e9d7b8;
  background-color: #faf0df;
  border-radius: 5px;
  font-weight: var(--subheading-weight, 500);
  line-height: 1.5;
  font-size: var(--body-font-size);
  color: #907341;
}

:is(.message-info, .message-success, .message-error) a {
  color: currentColor;
}

:is(.message-info, .success, .message-success, .message-error, .warning, .errors, .error) svg {
  width: 1.8rem;
  flex: 0 0 1.8rem;
}

.error-message a {
  color: red;
  text-decoration: none;
}

/* Custom select */
.select-custom.closing .button__flair {
  transition-duration: 0.4s;
}

.select-custom .select-custom__content {
  top: 100%;
  max-height: 0;
  min-width: 22rem;
  overflow: hidden;
}

.select-custom .select-custom__content .select-custom__item {
  transform: translateY(15px);
  opacity: 0;
}

.select-custom.active .select-custom__content .select-custom__item {
  --initial-delay: 0s;
  --delay-increment: 0.03s;

  transform: translateY(0);
  opacity: 1;
  transition: var(--transition);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(1) {
  transition-delay: var(--initial-delay);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(2) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment));
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(3) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 2);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(4) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 3);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(5) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 4);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(6) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 5);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(7) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 6);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(8) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 7);
}

.select-custom.active .select-custom__content .select-custom__item:nth-child(9) {
  transition-delay: calc(var(--initial-delay) + var(--delay-increment) * 8);
}

.select-custom.active .select-custom__content {
  max-height: min(var(--dropdown-height), 60vh);
  transition: all 0.3s var(--transition-ease-out);
}

.select-collection-tab.active .select-custom__content {
  top: calc(100% + 2px);
}

.select-custom.active .active-rotated {
  transform: rotate(-180deg);
}

/* Customers */
.customer-forgot#recover {
  display: none;
}

.customer-forgot#recover:target {
  display: block;
}

.customer-forgot#recover:target + .customer-login {
  display: none;
}

/* List social */
.list-social .list-social__link {
  padding: 1.2rem;
  width: 4.4rem;
  height: 4.4rem;
}

/* Scrolling area */
.scrolling-area {
  position: relative;
}

.scrolling-area:not(.scrolling-area--no-shade):before,
.scrolling-area:not(.scrolling-area--no-shade):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 70px;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transition-duration: 0.2s;
}

.scrolling-area:not(.scrolling-area--no-shade):before {
  left: -1.5rem;
  background-image: linear-gradient(to right, rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}

.scrolling-area:not(.scrolling-area--no-shade):after {
  right: -1.5rem;
  background-image: linear-gradient(to left, rgba(var(--color-background), 1), rgba(var(--color-background), 0));
}

.scrolling-area:not(.scrolling-area--no-shade).scrolling-area--left-shadow:before {
  opacity: 1;
  visibility: visible;
}

.scrolling-area:not(.scrolling-area--no-shade).scrolling-area--right-shadow:after {
  opacity: 1;
  visibility: visible;
}

.scrolling-area.scrolling-area--centered .scrolling-area__content > *:first-of-type {
  margin-left: auto;
}

.scrolling-area.scrolling-area--centered .scrolling-area__content > *:last-of-type {
  margin-right: auto;
}

/* Quantity input */
.quantity-input {
  --input-height: 6rem;
  --input-font-size: 1.6rem;

  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  width: 10rem;
  padding-left: 2rem !important;
  padding-right: 4.5rem !important;
  padding-top: 0 !important;
  text-align: center;
}

.quantity-input:has(.quantity-input__input:focus) {
  outline: none;
  border-color: rgb(var(--color-input-text));
  box-shadow: none;
}

.quantity-input__input {
  width: 4rem;
  padding: 0 !important;
  text-align: center;
  height: 100% !important;
  box-shadow: none !important;
  border: none !important;
}

.quantity-input__buttons {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.quantity-input__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: rgb(var(--color-input-text));
  transition: opacity 0.2s ease-in-out;
}

.quantity-input.quantity-input--sm {
  --input-height: 5rem;
  --input-font-size: 1.4rem;

  width: 8rem;
}

.quantity-input.quantity-input--sm .quantity-input__buttons {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* Back to top */
.back-to-top {
  transform: scale(0);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all var(--transition-modal);
}

.back-to-top.visible {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* Carousel */
.carousel-spacing-container-wide {
  margin-left: calc(var(--bs-gutter-x) * -1) !important;
  margin-right: calc(var(--bs-gutter-x) * -1) !important;
  padding-left: var(--bs-gutter-x) !important;
  padding-right: var(--bs-gutter-x) !important;
}

/* Collection tabs */
.collection-tabs .collection-tabs__tab:is([disabled]) {
  opacity: 1;
  cursor: initial;
}

.collection-tabs .scrolling-area {
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
}

.collection-tabs .scrolling-area .scrolling-area__content {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

.collection-tabs .collection-tabs__products {
  position: relative;
  inset: 0;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility, transform;
  transition-timing-function: var(--transition-ease-in-out);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}

.collection-tabs .collection-tabs__products.collection-tabs__products--hidden {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.collection-tabs .collection-tabs__products.collection-tabs__products--refreshing {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition-duration: 0.2s;
  transition-delay: 0s;
}

.collection-tabs .collection-tabs__products.collection-tabs__products--refreshing.animated-blocks--hide-instantly {
  transition-duration: 0s;
}

/* Featured collection item */
.featured-collection-item__images > *:not(:first-of-type) {
  margin-left: -1.25rem;
}

.featured-collection-item__images :is(img, svg) {
  border: 2px solid rgb(var(--color-background));
}

.featured-collection-item__images .tooltip__content {
  max-width: 12rem !important;
  width: max-content !important;
  line-height: 1.4 !important;
  font-size: 1rem !important;
  white-space: initial !important;
  padding: 0.7rem !important;
}

.featured-collection-item .circle-text {
  text-transform: uppercase;
  animation: rotation 10s infinite linear;
}

.featured-collection-item .circle-text-wrapper {
  transition: all 0.5s var(--transition-ease-out);
}

.featured-collection-item .circle-text-wrapper:hover {
  transform: scale(1.075);
}

@keyframes rotation {
  to {
    rotate: 360deg;
  }
}

/* Circle text */
.circle-text-wrapper {
  position: relative;
}

.circle-text {
  --character-width: 1.6;
  --font-size: 1.8;

  position: relative;
  width: 12rem;
  height: 12rem;
  font-family: var(--heading-font);
  font-size: calc(var(--font-size) * 1rem);
  border-radius: 50%;
  background-color: rgb(var(--color-background));
}

.circle-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(var(--color-text));
  transform: translate(-50%, -50%);
}

.circle-text__char {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:
      translate(-50%, -50%)
      rotate(calc(var(--angle-per-char) * var(--char-index)))
      translateY(var(--radius));
}

/* Accent text */
@keyframes strokeAnimation {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }

  2% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.accent-text .icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: scaleX(1);
  stroke: rgb(var(--color-highlight));
}

.accent-text .icon-accent-simple {
  top: auto;
  bottom: -20%;
  width: 100%;
  height: 30%;
}

.accent-text .icon-accent-wavy {
  top: auto;
  bottom: -20%;
  width: 100%;
  height: 50%;
}

.accent-text .icon-accent-zigzag {
  top: auto;
  bottom: -25%;
  width: 100%;
  height: 50%;
}

.accent-text .icon-accent-circle {
  top: -20%;
  left: -10%;
  width: 120%;
  height: 140%;
}

.accent-text .icon path {
  stroke-dashoffset: 1;
  stroke-dasharray: 1;
  opacity: 0;
}

.accent-text.animate .icon path {
  opacity: 1;
  animation: strokeAnimation 1.2s var(--transition-ease-in-out) forwards;
}

.accent-text[data-style="text"] {
  transition: color 0.7s var(--transition-ease-in-out);
}

.accent-text.animate[data-style="text"] {
  color: rgb(var(--color-highlight));
}

.accent-text.animate[data-style="blur"]:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 70%;
  display: block;
  background-image: linear-gradient(to top, rgb(var(--color-highlight)) 0, rgb(var(--color-highlight)) 0), linear-gradient(to top, transparent 0, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: 100%;
  filter: blur(15px);
  transform: translateY(-50%);
}

.accent-text[data-style="background-mask"]:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%), linear-gradient(to right, rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%);
  transition: height 0.7s var(--transition-ease-in-out);
}

.accent-text.animate[data-style="background-mask"]:before {
  height: 70%;
}

.accent-text:is([data-style="underline"]) {
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%), linear-gradient(to right, rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%);
  transition: background-size 0.7s var(--transition-ease-out);
}

.accent-text[data-style="underline"] {
  background-position: left 90%;
  background-size: 0 28%;
}

.accent-text.animate[data-style="underline"] {
  background-size: 100% 28%;
}

.accent-text[data-style="outline"] {
  -webkit-text-stroke: 0.02em currentColor;
  -webkit-text-fill-color: transparent;
}

.accent-text[data-style="sketch"] .icon path {
  stroke-dasharray: 1.01;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .accent-text.with-gradient.animate[data-style="text"] {
    background-size: 100% 100%;
  }
}

/* Grey color */
.grey-bg {
  background-color: #f5f5f5;
}

.light-grey-bg {
  background-color: #fcfcfc;
}

/* Collapsible block */
.collapsible-block > summary {
  list-style: none !important;
}

.collapsible-block > summary::-webkit-details-marker {
  display: none !important;
}

.collapsible-block > summary .open-children-toggle svg {
  transition: transform 0.2s;
}

.collapsible-block.collapsible-block--modern:before {
  content: '';
  position: absolute;
  top: 1rem;
  left: 6rem;
  bottom: 1rem;
  right: 0;
  background-color: var(--selected-tab-bg-color, rgba(var(--color-text), 0.03));
  border-radius: var(--border-radius);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.no-js .collapsible-block.collapsible-block--modern[open]:before,
.collapsible-block.collapsible-block--modern.active:before {
  opacity: 1;
}

.no-js .collapsible-block[open] > summary .open-children-toggle svg,
.collapsible-block.active > summary .open-children-toggle svg {
  transform: rotate(45deg);
}

.no-js .collapsible-block.collapsible-block--modern[open] > summary .open-children-toggle > span,
.collapsible-block.collapsible-block--modern.active > summary .open-children-toggle > span {
  background-color: rgb(var(--color-toggle-bg-hover, var(--color-text)));
  color: rgb(var(--color-toggle-color-hover, var(--color-background)));
}

.collapsible-block > .collapsible-content > * {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s, transform 0.4s;
}

.no-js .collapsible-block[open] > .collapsible-content > *,
.collapsible-block.active > .collapsible-content > * {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.collapsible-block.collapsible-block--chewron.active > summary .open-children-toggle svg {
  transform: rotateX(180deg);
}

.no-js .collapsible-block[open] > summary .collapsible-content {
  display: block !important;
}

/* List hover dot */
.list-hover-dot a:not(.no-hover-dot) {
  position: relative;
  transition: var(--transition);
}

.list-hover-dot a:not(.no-hover-dot):before {
  content: "";
  position: absolute;
  top: calc(50% - 0.3rem);
  left: -1.5rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgb(var(--color-text));
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
  transition: var(--transition);
}

.list-hover-dot a:not(.no-hover-dot):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-1.5rem);
}

.list-hover-dot a:not(.no-hover-dot):hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list-hover-dot a:not(.no-hover-dot):hover {
  transform: translateX(1.5rem);
}

/* Footer */
.footer__localization .disclosure {
  position: relative;
}

.footer__localization .disclosure__list-wrapper {
  top: auto;
  left: 0;
  right: auto;
  bottom: calc(100% + 10px);
}

.footer__localization :is(.disclosure__list-wrapper, .disclosure__list-inner-wrapper) {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.footer__localization .disclosure__corner {
  display: none;
}

.footer__localization .select-wrapper .icon-currency,
.footer__localization .select-wrapper .icon-language {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

/* Scroll snap */
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

.scroll-px-gutter {
  scroll-padding-left: var(--spacing-gutter);
  scroll-padding-right: var(--spacing-gutter);
}

.scroll-px-offset {
  scroll-padding-left: var(--spacing-offset);
  scroll-padding-right: var(--spacing-offset);
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  scrollbar-width: none;
}

/* Newsletter popup */
.newsletter-popup .modal__header {
  display: none;
}

.newsletter-popup .modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 1.5rem;
  z-index: 99;
}

.newsletter-popup .newsletter-popup__content {
  padding-top: 7rem;
}

.newsletter-floating-bar {
  overflow: hidden;
  top: 50vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: rgb(var(--color-background));
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: var(--transition);
}

.newsletter-floating-bar.newsletter-floating-bar--left {
  left: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  padding-left: 1.5rem;
  transform: translateY(-50%) translateX(calc(-100% + 6rem));
}

.newsletter-floating-bar.newsletter-floating-bar--right {
  right: 0;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  padding-right: 1.5rem;
  transform: translateY(-50%) translateX(calc(100% - 6rem));
}

.newsletter-floating-bar:hover {
  transform: translateY(-50%) translateX(0) !important;
}

.newsletter-floating-bar .list-social {
  max-height: 20rem;
}

.newsletter-floating-bar.newsletter-floating-bar--left .list-social {
  margin-right: 1.5rem;
}

.newsletter-floating-bar.newsletter-floating-bar--right .list-social {
  margin-left: 1.5rem;
}

.newsletter-floating-bar:before {
  content: '';
  position: absolute;
  top: 0;
  width: 0.6rem;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-text), 0.6);
}

.newsletter-floating-bar.newsletter-floating-bar--left:before {
  right: 0;
}

.newsletter-floating-bar.newsletter-floating-bar--right:before {
  left: 0;
}

.newsletter-floating-bar__button {
  padding: 3rem 1.5rem;
  transform: rotate(-180deg);
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  border-radius: 9999px;
  color: rgb(var(--color-text));
  background-color: rgba(var(--color-text), 0.045);
}

.newsletter-floating-bar.newsletter-floating-bar--left .newsletter-floating-bar__button {
  margin-left: 0;
  margin-right: 2.2rem;
}

.newsletter-floating-bar.newsletter-floating-bar--right .newsletter-floating-bar__button {
  margin-left: 2.2rem;
  margin-right: 0;
}

.newsletter-floating-bar__button:hover span {
  transform: scale(1.1);
}

@supports (height: 100svh) {
  .newsletter-floating-bar {
    top: 50svh;
  }
}

/* Scrolling vertical content */
.scrolling-vertical-content {
  position: relative;
  padding-top: var(--section-top);
  padding-bottom: var(--section-bottom);
}

.scrolling-vertical-content__blocks {
  position: relative;
  min-height: 100vh;
  margin-top: calc(-100vh + var(--section-top));
  pointer-events: none;
}

.scrolling-vertical-content__block {
  position: absolute;
  width: calc(var(--block-width));
  top: calc(var(--block-y));
  left: calc(var(--block-x));
  pointer-events: all;
  transition: transform 0.05s linear;
}

.scrolling-vertical-content__block.scrolling-vertical-content__block--icon {
  left: min(var(--block-x), 100% - var(--icon-width));
}

.scrolling-vertical-content__block-inner,
.scrolling-vertical-content__content-inner {
  opacity: 0.01;
  visibility: visible;
  transform: translate3d(0, 100%, 0);
  transition-property: opacity, visibility, transform;
  transition-timing-function: var(--transition-ease-out);
}

.scrolling-vertical-content__block-inner {
  transition-duration: 0.6s, 0.75s, 1s;
}

.scrolling-vertical-content__content-inner {
  transform: translate3d(0, 70vh, 0);
  transition-duration: 1s;
}

html.no-js :is(.scrolling-vertical-content__content-inner, .scrolling-vertical-content__block-inner),
.scrolling-vertical-content.visible :is(.scrolling-vertical-content__block-inner, .scrolling-vertical-content__content-inner) {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* Custom scrollbar */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(var(--color-text), 0.2);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.5);
  border-radius: var(--border-radius);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--color-text), 0.7);
}

/* Main blog */
.main-blog .scrolling-area {
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
}

.main-blog .scrolling-area .scrolling-area__content {
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
}

/* Shopify challenge */
.shopify-challenge__container {
  --section-pt: 50;
  --section-pt-mb: 50;

  padding-top: 5rem;
  padding-bottom: 5rem;
}

.shopify-challenge__container .shopify-challenge__button {
  margin-top: 2rem;
}

/* Shopify policy */
.shopify-policy__container {
  --section-pt: 50;
  --section-pt-mb: 50;

  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Responsive table */
.responsive-table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: anywhere;
}

.responsive-table {
  width: 100%;
  min-width: 500px;
  font-size: 1.4rem;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.comparison-table .responsive-table thead th,
.responsive-table tfoot th {
  padding: 1.75rem 2rem;
  font-weight: 500;
  border: none;
  background-color: rgba(var(--color-text), 0.03);
  font-size: 1.6rem;
}

.responsive-table tbody td,
.responsive-table tfoot td {
  vertical-align: middle;
  padding: 1.75rem 2rem;
  border: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 575.98px) {
  /* Grid shift */
  .grid-shift--mobile-2 > *:nth-of-type(even) {
    transform: translateY(30px);
  }

  .grid-shift--mobile-2 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 576px) and (max-width: 1024.98px) {
  /* Grid shift */
  .grid-shift--tablet-2 {
    padding-bottom: 30px;
  }

  .grid-shift--tablet-2 > *:nth-of-type(even) {
    transform: translateY(30px);
  }

  .grid-shift--tablet-3 {
    padding-bottom: 60px;
  }

  .grid-shift--tablet-3 > *:nth-of-type(3n-1) {
    transform: translateY(30px);
  }

  .grid-shift--tablet-3 > *:nth-of-type(3n) {
    transform: translateY(60px);
  }
}

@media screen and (min-width: 576px) {
  /* Aspect ratio */
  .ratio-sm-unset {
    --aspect-ratio: none !important;
    --aspect-ratio-mb: none !important;
  }

  /* Flex */
  :is(.grid-cols, .flex-cols) {
    --col: var(--col-tablet, var(--col-desktop));
  }

  .flex-sm-0 {
    flex: 1;
  }

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

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

  .gap-sm-20 {
    gap: 2rem;
  }

  .gap-sm-30 {
    gap: 3rem;
  }

  .gap-sm-50 {
    gap: 5rem;
  }

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

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

  /* Display */
  .block-sm {
    display: block;
  }

  .inline-block-sm {
    display: inline-block;
  }

  .flex-sm {
    display: flex;
  }

  .grid-sm {
    display: grid;
  }

  .hidden-sm {
    display: none;
  }

  /* Width */
  .w-sm-44 {
    width: 4.4rem;
  }

  .w-sm-auto {
    width: auto;
  }

  .w-sm-full {
    width: 100%;
  }

  .col-sm-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }

  .col-sm-remaining {
    flex: 0 0 calc(100% - var(--col-width, 50%) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(100% - var(--col-width, 50%) - var(--col-gap-desktop, var(--col-gap)));
  }

  /* Height */
  .h-sm-full {
    height: 100%;
  }

  /* Position */
  .absolute-sm {
    position: absolute;
  }

  .static-sm {
    position: static;
  }

  .relative-sm {
    position: relative;
  }

  .left-sm-15 {
    left: 1.5rem;
  }

  .right-sm-15 {
    right: 1.5rem;
  }

  .top-sm-15 {
    top: 1.5rem;
  }

  .overflow-x-sm-hidden {
    overflow-x: hidden;
  }

  /* Text */
  .fs-sm-12 {
    font-size: 1.2rem;
  }

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

  /* Padding */
  .px-sm-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .px-sm-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .pe-sm-30 {
    padding-right: 3rem;
  }

  /* Margin */
  .mt-sm-15 {
    margin-top: 1.5rem;
  }

  /* Buttons */
  .button-sm-md {
    padding: var(--button-padding-y) var(--button-padding-x);
    gap: var(--button-gap);
    font-size: var(--button-font-size);
  }
}

@media screen and (max-width: 767.98px) {
  /* Heading */
  .h0-mb-size {
    --size: 4.4rem;
  }

  .h1-mb-size {
    --size: 3.6rem;
  }

  .h2-mb-size {
    --size: 2.8rem;
  }

  .h3-mb-size {
    --size: 2.4rem;
  }

  .h4-mb-size {
    --size: 2rem;
  }

  .h5-mb-size {
    --size: 1.8rem;
  }

  .h6-mb-size {
    --size: 1.6rem;
  }

  .h-small-mb-size {
    --size: 1.4rem;
  }

  .heading-mb-lg {
    --size: 5.5rem;
  }

  .heading-mb-xl {
    --size: 6.25rem;
  }

  .heading-mb-xxl {
    --size: 7.5rem;
  }

  .heading-mb-3xl {
    --size: 8.5rem;
  }

  /* Aspect ratio */
  [style*="--aspect-ratio-mb:"]::before {
    content: "";
    height: 0;
    display: block;
    padding-top: calc(100% / (0 + var(--aspect-ratio-mb)));
    pointer-events: none;
  }

  /* Position */
  .top-mb {
    align-items: flex-start;
  }

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

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

  /* Display */
  .hidden-mobile {
    display: none;
  }

  .\!hidden-mobile {
    display: none !important;
  }

  /* Swiper */
  .swiper-actions.original-style {
    margin-bottom: 0;
  }

  /* Header section */
  .menu-drawer .drawer.drawer--inner .drawer__header {
    border-bottom: none;
  }

  /* Footer */
  .mobile-navigation-bar-visible > .footer-group .shopify-section-group-footer-group:last-child .section {
    --spacing: calc(var(--section-pb-mb, var(--section-pb)) * 1px);

    padding-bottom: calc(var(--spacing) + var(--border-radius) * 2) !important;
  }

  .footer back-to-top {
    bottom: 7.5rem;
  }

  .footer__blocks {
    --bs-gutter-x: 0;
  }

  .footer__blocks .footer-block:last-child {
    border-bottom: 0;
  }

  /* Menu */
  .mobile-navigation-bar-enabled {
    padding-bottom: calc(6rem - calc(var(--border-radius) * 2));
  }

  /* RTE */
  :is(.rte, .shopify-policy__container) table {
    font-size: 1.4rem;
  }

  /* Flex */
  .mobile\:flex-1 {
    flex: 1 1 0;
  }

  /* Drawer */
  .drawer {
    border-top-left-radius: clamp(0px, var(--drawers-border-radius), 20px);
    border-top-right-radius: clamp(0px, var(--drawers-border-radius), 20px);
  }

  .drawer__header {
    padding: 2.4rem 2rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  /* Cart drawer */
  .cart-drawer .cart-count {
    top: 0.7rem;
    font-size: 1.2rem;
  }

  /* Back to top */
  body.mobile-navigation-bar-visible .back-to-top {
    transform: scale(0) translateY(-6.5rem);
  }

  body.sticky-atc-bar-visible.sticky-atc-bar-position-center .back-to-top {
    transform: scale(0) translateY(calc(var(--sticky-bar-height, 0) * -1));
  }

  body.mobile-navigation-bar-visible .back-to-top.visible {
    transform: scale(1) translateY(-6.5rem);
  }

  body.sticky-atc-bar-visible .back-to-top.visible {
    transform: scale(1) translateY(calc(var(--sticky-bar-height, 0) * -1));
  }

  /* Collapsible block */
  .collapsible-block > .collapsible-content:not(.filter-content) {
    display: none;
  }

  /* Scrolling vertical content */
  .scrolling-vertical-content {
    padding-top: var(--section-top-mb);
    padding-bottom: var(--section-bottom-mb);
  }

  .scrolling-vertical-content__blocks {
    overflow: hidden;
    margin-top: calc(-100vh + var(--section-top-mb));
  }

  .scrolling-vertical-content__block {
    width: calc(var(--block-width-mb));
    top: calc(var(--block-y-mb));
    left: calc(var(--block-x-mb));
    transform: none !important;
  }

  .scrolling-vertical-content__block.scrolling-vertical-content__block--icon {
    left: min(var(--block-x-mb), 100% - var(--icon-width-mb));
  }

  /* Padding */
  .\!p-mb-0 {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  /* Flex */
  .col-md-w-custom-50 {
    --col-width: 50% !important;
  }

  .grid-cols {
    --gap: var(--col-gap-tablet, var(--col-gap));
  }

  .gap {
    gap: var(--col-gap-tablet, var(--col-gap, 0));
  }
}

@media screen and (min-width: 768px) {
  /* Heading */
  .h0-size, .h0-md-size {
    --size: 7.6rem;
  }

  h1, .h1, .h1-size, .h1-md-size {
    --size: 5.6rem;
  }

  h2, .h2, .h2-md-size {
    --size: 3.6rem;
  }

  h3, .h3, .h3-md-size {
    --size: 3rem;
  }

  h4, .h4, .h4-md-size {
    --size: 2.4rem;
  }

  h5, .h5, .h5-md-size {
    --size: 2rem;
  }

  h6, .h6, .h6-md-size {
    --size: 1.6rem;
  }

  .h-small-md-size {
    --size: 1.4rem;
  }

  .heading-lg, .heading-md-lg {
    --size: 8.5rem;
  }

  .heading-xl, .heading-md-xl {
    --size: 9.5rem;
  }

  .heading-xxl, .heading-md-xxl {
    --size: 11.5rem;
  }

  .heading-3xl, .heading-md-3xl {
    --size: 14.5rem;
  }

  /* Buttons */
  .button-square-sm {
    width: 4rem;
    height: 4rem;
  }

  .button-square-lg {
    width: 6rem;
    height: 6rem;
  }

  .button-square,
  .button-md-square {
    width: 5rem;
    height: 5rem;
  }

  .button-md-sm {
    width: auto;
    height: auto;
    padding: calc(var(--button-padding-y) / 1.5) var(--button-padding-x);
  }

  .button-md-sm.button-square .button__inner {
    height: 1em;
    gap: 0.5rem;
  }

  /* Badge */
  .badge {
    font-size: 1.2rem;
  }

  /* Flex */
  .grid-cols, .flex-cols {
    --col: var(--col-desktop-small, var(--col-desktop));
  }

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

  .shrink-md {
    flex-shrink: 1;
  }

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

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

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

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

  .inline-block-md {
    display: inline-block;
  }

  .inline-md {
    display: inline;
  }

  .inline-flex-md {
    display: inline-flex;
  }

  .row-gap-md-10 {
    row-gap: 1rem;
  }

  .row-gap-md-30 {
    row-gap: 3rem;
  }

  .row-gap-md-0 {
    row-gap: 0;
  }

  .row-gap-md-custom {
    row-gap: var(--row-gap, 0);
  }

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

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

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

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

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

  .align-md-left,
  .align-md-start {
    align-items: flex-start;
  }

  .align-md-right,
  .align-md-end {
    align-items: flex-end;
  }

  .align-self-md-start,
  .align-self-md-left {
    align-self: start;
  }

  .align-self-md-end,
  .align-self-md-right {
    align-self: end;
  }

  .justify-md-unset {
    justify-content: unset;
  }

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

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

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

  .gap-md-5 {
    gap: 0.5rem;
  }

  .gap-md-10 {
    gap: 1rem;
  }

  .gap-md-15 {
    gap: 1.5rem;
  }

  .gap-md-20 {
    gap: 2rem;
  }

  .gap-md-25 {
    gap: 2.5rem;
  }

  .gap-md-30 {
    gap: 3rem;
  }

  .gap-md-40 {
    gap: 4rem;
  }

  .gap-md-50 {
    gap: 5rem;
  }

  .flex-md-start, .justify-content-md-left {
    justify-content: flex-start;
  }

  .flex-md-end, .justify-content-md-right {
    justify-content: flex-end;
  }

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

  .justify-md-end, .justify-content-md-right {
    justify-content: flex-end;
  }

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

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

  /* Display */
  .table-cell-md {
    display: table-cell;
  }

  .block-md {
    display: block;
  }

  .flex-md {
    display: flex;
  }

  .grid-md {
    display: grid;
  }

  .hidden-md {
    display: none;
  }

  .\!hidden-md {
    display: none !important;
  }

  /* Position */
  .absolute-md {
    position: absolute;
  }

  .absolute-md-impo {
    position: absolute !important;
  }

  .relative-md {
    position: relative;
  }

  .static-md-impo {
    position: static !important;
  }

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

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

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

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

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

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

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

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

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

  .inset-md-30 {
    inset: 3rem;
  }

  .inset-x-md-30 {
    left: 3rem;
    right: 3rem;
  }

  .bottom-md-30 {
    bottom: 3rem;
  }

  .bottom-md-20 {
    bottom: 2rem;
  }

  .bottom-md-15 {
    bottom: 1.5rem;
  }

  .border-bottom-md-0 {
    bottom: 3rem;
  }

  .left-md-15 {
    left: 1.5rem;
  }

  .left-md-20 {
    left: 2rem;
  }

  .left-md-65 {
    left: 6.5rem;
  }


  .left-md-80 {
    left: 8rem;
  }

  .right-md-15 {
    right: 1.5rem;
  }

  .right-md-20 {
    right: 2rem;
  }

  .right-md-30 {
    right: 3rem;
  }

  .right-md-80 {
    right: 8rem;
  }

  .top-md-15 {
    top: 1.5rem;
  }

  .top-md-20 {
    top: 2rem;
  }

  .top-md-30 {
    top: 3rem;
  }

  /* Utilities */
  .translateX-md-\[100\%\] {
    transform: translateX(100%);
  }

  .transform-md-none {
    transform: none !important;
  }

  .transform-origin-md-left {
    transform-origin: left;
  }

  .transform-origin-md-right {
    transform-origin: right;
  }

  .transform-origin-md-center {
    transform-origin: center;
  }

  /* Text */
  .fs-custom {
    font-size: calc(var(--font-size) * 1px);
  }

  .fs-md-10 {
    font-size: 1rem;
  }

  .fs-md-12 {
    font-size: 1.2rem;
  }

  .fs-md-13 {
    font-size: 1.3rem;
  }

  .fs-md-14 {
    font-size: 1.4rem;
  }

  .fs-md-16 {
    font-size: 1.6rem;
  }

  .fs-md-18 {
    font-size: 1.8rem;
  }

  .fs-md-20 {
    font-size: 2rem;
  }

  .fs-md-24 {
    font-size: 2.4rem;
  }

  .fs-md-75 {
    font-size: 7.5rem;
  }

  .fs-md-85 {
    font-size: 8.5rem;
  }

  .fs-md-335 {
    font-size: 3.35rem;
  }

  .fs-md-custom {
    font-size: calc(var(--font-size) * 1px);
  }

  .fs-md-base {
    font-size: var(--body-font-size);
  }

  .fs-md-small {
    font-size: calc(var(--body-font-size) - 2px);
  }

  .fs-md-big-2 {
    font-size: calc(var(--body-font-size) + 2px);
  }

  .fs-md-medium {
    font-size: calc(var(--body-font-size));
  }

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

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

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

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

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

  .overflow-md-hidden {
    overflow: hidden;
  }

  /* Height */
  .min-h-md-custom {
    min-height: var(--min-height);
  }

  /* Margin */
  .m-md-15 {
    margin: 1.5rem;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .ms-md-auto {
    margin-left: auto;
  }

  .mb-md-0 {
    margin-bottom: 0;
  }

  .mb-md-5 {
    margin-bottom: 0.5rem;
  }

  .mb-md-20 {
    margin-bottom: 2rem;
  }

  .mb-md-25 {
    margin-bottom: 2.5rem;
  }

  .mb-md-35 {
    margin-bottom: 3.5rem;
  }

  .mb-md-60 {
    margin-bottom: 6rem;
  }

  .ms-md-0 {
    margin-left: 0;
  }

  .ms-md-20 {
    margin-left: 2rem;
  }

  .me-md-10 {
    margin-right: 1rem;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .mt-md-5 {
    margin-top: 0.5rem;
  }

  .mt-md-15 {
    margin-top: 1.5rem;
  }

  .mt-md-30 {
    margin-top: 3rem;
  }

  .mt-custom {
    margin-top: calc(var(--space-top) * 1px);
  }

  .mb-custom {
    margin-bottom: calc(var(--space-bottom) * 1px);
  }

  /* Padding */
  .p-custom {
    padding: calc(var(--padding-custom) * 1px);
  }

  .p-md-0 {
    padding: 0;
  }

  .p-md-5 {
    padding: 0.5rem;
  }

  .p-md-10 {
    padding: 1rem;
  }

  .p-md-15 {
    padding: 1.5rem;
  }

  .p-md-20 {
    padding: 2rem;
  }

  .p-md-30 {
    padding: 3rem;
  }

  .p-md-40 {
    padding: 4rem;
  }

  .pt-md-5 {
    padding-top: 0.5rem;
  }

  .pt-md-30 {
    padding-top: 3rem;
  }

  .pb-md-5 {
    padding-bottom: 0.5rem;
  }

  .pb-md-30 {
    padding-bottom: 3rem;
  }

  .py-custom {
    padding-top: calc(var(--padding-y-custom) * 1px);
    padding-bottom: calc(var(--padding-y-custom) * 1px);
  }

  .px-custom {
    padding-left: calc(var(--padding-x-custom) * 1px);
    padding-right: calc(var(--padding-x-custom) * 1px);
  }

  .pt-custom {
    padding-top: calc(var(--padding-top-custom) * 1px);
  }

  .pb-custom {
    padding-bottom: calc(var(--padding-bottom-custom) * 1px);
  }

  .\!pb-custom {
    padding-bottom: calc(var(--padding-bottom-custom) * 1px) !important;
  }

  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .py-md-6 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .py-md-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-md-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-md-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-md-25 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-md-30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-md-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .py-md-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .px-md-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .px-md-15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .px-md-20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .px-md-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .px-md-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .ps-md-10 {
    padding-left: 1rem;
  }

  .ps-md-20 {
    padding-left: 2rem;
  }

  .ps-md-40 {
    padding-left: 4rem;
  }

  .ps-md-60 {
    padding-left: 6rem;
  }

  .pe-md-0 {
    padding-right: 0;
  }

  .pe-md-20 {
    padding-right: 2rem;
  }

  .pe-md-40 {
    padding-right: 4rem;
  }

  .pe-md-50 {
    padding-right: 5rem;
  }

  /* Section */
  .section {
    --border-radius-multiplier: 3;
  }

  .section:not(.section--no-spacing) {
    padding-top: calc(var(--section-pt) * 1px) !important;
    padding-bottom: calc(var(--section-pb) * 1px) !important;
  }

  .section.section--pb-0 {
    padding-bottom: 0 !important;
  }

  .section-header {
    column-gap: 7rem;
  }

  .section-header:not(.section-header--stacked) .section-header__block.section-header__block--wide,
  .section-header:not(.section-header--stacked) .section-header__block.section-header__block--narrow {
    width: calc(50% - 3.5rem);
  }

  .section-header:not(.section-header--stacked):not(.section-header--desktop-center) .section-header__block.section-header__block--wide {
    width: calc(60% - 3.5rem);
  }

  .section-header:not(.section-header--stacked):not(.section-header--desktop-center) .section-header__block.section-header__block--narrow {
    width: calc(40% - 3.5rem);
  }

  .section-header:not(.section-header--desktop-center) .section-header__block.section-header__block--full {
    width: 100%;
  }

  #MainContent .section--header-rounded:not(.section--no-spacing):not(.shopify-policy__container),
  #MainContent .section--header-rounded.section--no-spacing:not(.banner--has-media) {
    padding-top: calc(var(--border-radius) * var(--border-radius-multiplier) + var(--section-pt) * 1px) !important;
  }

  #MainContent .section--header-transparent:not(.section--no-spacing),
  #MainContent .section--header-transparent:not(.section--no-spacing) + .customer-login,
  #MainContent .section--header-transparent.section--no-spacing:not(.banner--has-media) {
    padding-top: calc(var(--header-height) + var(--section-pt) * 1px) !important;
  }

  #MainContent .section--header-rounded.banner.banner--has-media .section__content {
    padding-top: calc(var(--border-radius) * var(--border-radius-multiplier)) !important;
  }

  #MainContent .section--header-transparent.banner.banner--has-media .section__content {
    padding-top: calc(var(--header-height)) !important;
  }

  #MainContent .shopify-section:last-of-type .section--next-rounded:not(.section--no-spacing, .reveal-media-with-text-overlay__section),
  body > .footer-group .shopify-section-group-footer-group > .section--next-rounded {
    --spacing-bottom-calculated: calc(var(--section-pb) * 1px);
  }

  .\!next-rounded-pb-custom.section--next-rounded {
    padding-bottom: calc(var(--space-bottom) * 1px) !important;
  }

  .\!current-rounded-pt-custom.section--rounded {
    padding-top: calc(var(--space-top) * 1px) !important;
  }

  /* Header section */
  .header-section {
    --border-radius-multiplier: 3;
  }

  .header-section.header-group--first-main-rounded:not(.header-transparent, :has(.header--rounded)) ~ #MainContent .shopify-section:first-child > .section.section:not(.section--no-spacing) {
    --spacing-top-calculated: calc(var(--section-pt) * 1px);
  }

  /* Menu drawer */
  .menu-drawer .drawer__header {
    padding: 3rem 1rem;
  }

  .menu-drawer .drawer__footer {
    display: none !important;
  }

  /* Border */
  .border-md-0 {
    border: 0;
  }

  .border-md-top {
    border-top: 1px solid rgb(var(--color-border));
  }

  .border-bottom-md-0 {
    border-bottom: 0;
  }

  .border-left-md {
    border-left: 1px solid rgb(var(--color-border));
  }

  .border-right-md {
    border-right: 1px solid rgb(var(--color-border));
  }

  /* Border radius */
  .rounded-md {
    border-radius: var(--border-radius);
  }

  .rounded-md-none {
    border-radius: 0;
  }

  /* Width */
  .col-md-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }

  .col-md-remaining, .swiper-wrapper.col-md-remaining {
    flex: 0 0 calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
  }

  .w-custom {
    width: var(--custom-width);
  }

  .min-w-custom {
    min-width: var(--min-width);
  }

  .min-w-md-full {
    min-width: 100%;
  }

  .w-md-unset {
    width: unset;
  }

  .w-md-auto {
    width: auto;
  }

  .w-md-fit-content {
    width: fit-content;
  }

  .w-md-50-percent {
    width: calc(100% / 2);
  }

  .w-md-33-percent {
    width: calc(100% / 3);
  }

  .w-md-25-percent {
    width: calc(100% / 4);
  }

  .max-w-md-custom {
    max-width: var(--max-width);
  }

  .max-w-custom {
    max-width: var(--max-width);
  }

  /* Height */
  .h-custom-height {
    height: var(--custom-height);
  }

  /* Swiper */
  .swiper:not([class*="initialized"])[data-tablet="6"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
  }

  .swiper:not([class*="initialized"])[data-tablet="5"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 4)) / 5);
  }

  .swiper:not([class*="initialized"])[data-tablet="4"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
  }

  .swiper:not([class*="initialized"])[data-tablet="3"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
  }

  .swiper:not([class*="initialized"])[data-tablet="2"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
  }

  .swiper:not([class*="initialized"])[data-tablet="1"] .swiper-slide {
    width: 100%;
  }

  .swiper:not([class*="initialized"]) .swiper-wrapper {
    --gap: var(--col-gap-desktop);
  }

  /* Drawer */
  .drawer {
    flex-direction: row;
    top: 0;
    height: 100%;
    max-width: var(--drawer-width, 65rem);
  }

  .drawer:not(.drawer--inner) {
    transform: translate3d(0, 0, 0);
  }

  .drawer.drawer--left {
    flex-direction: row-reverse;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--drawers-border-radius);
    border-bottom-right-radius: var(--drawers-border-radius);
  }

  .drawer.drawer--right {
    right: 0;
    transform: translate3d(100%, 0, 0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--drawers-border-radius);
    border-bottom-left-radius: var(--drawers-border-radius);
  }

  .drawer.drawer--left.open,
  .drawer.drawer--right.open {
    transform: translate3d(0, 0, 0);
  }

  html.drawer-right-opened body {
    margin-left: calc((var(--drawer-width, 65rem) - var(--drawers-border-radius)) * -1);
  }

  html.drawer-left-opened body {
    margin-left: calc(var(--drawer-width, 65rem) - var(--drawers-border-radius));
  }

  .drawer__header {
    padding: 3rem 2rem;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }

  .drawer.drawer--right .drawer__header-heading {
    transform: rotateZ(180deg);
  }

  .drawer.drawer--inner {
    left: 0;
    flex-direction: column;
  }

  .drawer.drawer--inner .drawer__header {
    padding: 3rem 2rem;
    writing-mode: initial;
    text-orientation: initial;
    justify-content: space-between;
    background-color: transparent;
  }

  /* Cart drawer */
  .cart-drawer .drawer__header {
    padding: 3rem 2.4rem;
  }

  .cart-drawer.cart-drawer--actions:not(.is-empty) .drawer__header {
    padding: 3rem 1rem;
  }

  .cart-drawer .drawer.drawer--inner .drawer__header {
    padding: 3rem 2rem;
  }

  /* Overlay */
  .overlay.overlay--right {
    background: var(--overlay-bg-right);
  }

  .overlay.overlay--left {
    background: var(--overlay-bg-left);
  }

  .overlay.overlay--top {
    background: var(--overlay-bg-top);
  }

  /* Article item */
  .article-item .article-item__tags .scrolling-banner__row,
  .article-item .article-item__tags-wrapper {
    transform: rotate(-45deg) translateY(5rem);
  }

  /* Promotional item */
  .promotional-item .promotional-item__tags-wrapper {
    transform: rotate(-45deg) translateY(5rem);
  }

  /* Toast */
  .toast {
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 999999;
    top: 3rem;
    right: 3rem;
    font-size: 17px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .toast.show {
    visibility: visible;
    opacity: 1;
  }

  /* Collapsible block */
  .collapsible-block.collapsible-block--modern:before {
    top: 2rem;
    bottom: 2rem;
  }

  /* Newsletter popup */
  .newsletter-popup.newsletter-popup--has-image .newsletter-popup__content {
    position: relative;
    z-index: 1;
    border-top-left-radius: var(--drawers-border-radius);
    border-top-right-radius: var(--drawers-border-radius);
    margin-top: calc(var(--drawers-border-radius) * -1);
  }

  .newsletter-popup .newsletter-popup__image,
  .newsletter-popup .newsletter-popup__image img {
    border-top-left-radius: var(--drawers-border-radius);
    border-top-right-radius: var(--drawers-border-radius);
  }

  .newsletter-popup.newsletter-popup--has-image .newsletter-popup__content {
    border-bottom-left-radius: var(--drawers-border-radius);
    border-bottom-right-radius: var(--drawers-border-radius);
  }

  .newsletter-popup .newsletter-popup__image img,
  .newsletter-popup.newsletter-popup--has-image .newsletter-popup__content {
    transition: transform 0.8s var(--transition-ease-in-out);
  }

  .newsletter-popup.modal--visible .newsletter-popup__image img,
  .newsletter-popup.newsletter-popup--has-image.modal--visible .newsletter-popup__content,
  .newsletter-popup.newsletter-popup--has-image:not(.modal--visible) .modal__box,
  .newsletter-popup.newsletter-popup--has-image:not(.modal--visible) .overlay--modal {
    transition-delay: 0.4s;
  }

  .newsletter-popup .newsletter-popup__image {
    overflow: hidden;
  }

  .newsletter-popup .newsletter-popup__image:after {
    display: none;
  }

  .newsletter-popup .newsletter-popup__image img {
    transform: translateY(100%);
  }

  .newsletter-popup.newsletter-popup--has-image .newsletter-popup__content {
    transform: translateY(-7rem);
  }

  .newsletter-popup.modal--visible .newsletter-popup__image img,
  .newsletter-popup.newsletter-popup--has-image.modal--visible .newsletter-popup__content {
    transform: translateY(0);
  }

  .newsletter-popup {
    padding-bottom: 1.5rem;
  }

  .newsletter-popup .modal__box {
    max-width: 45rem;
    background-color: transparent;
  }

  .newsletter-popup .modal__content {
    padding: 0;
  }

  .newsletter-popup .newsletter-popup__content {
    padding: 3rem;
    padding-top: 7rem;
  }

  /* Collection item */
  html.no-touch .collection-item:is(.collection-item--overlay, .collection-item--left) .collection-item__title svg {
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    transform: translateY(-50%) translateX(-3.2rem);
    transition: var(--transition);
  }

  html.no-touch .collection-item:is(.collection-item--overlay, .collection-item--left):hover .collection-item__title a {
    transform: translateX(3.5rem);
  }

  html.no-touch .collection-item:is(.collection-item--overlay, .collection-item--left):hover .collection-item__title.collection-item__title--overlay > span {
    transform: translateX(2.5rem);
  }

  html.no-touch .collection-item:is(.collection-item--overlay, .collection-item--left):hover .collection-item__title svg {
    transform: translateY(-50%) translateX(0);
  }

  html.no-touch .collection-item:is(.collection-item--overlay, .collection-item--left):hover .collection-item__title.collection-item__title--overlay svg {
    transform: translateY(-50%) translateX(2rem);
  }

  html.no-touch .collection-item .collection-item__title svg {
    display: block;
  }

  /* Responsive table */
  .responsive-table {
    font-size: 1.6rem;
    min-width: auto;
  }

  /* Back to top */
  .back-to-top {
    transition: all 0.6s var(--transition-ease-in-out);
  }

  body.sticky-atc-bar-visible.sticky-atc-bar-position-right .back-to-top {
    transform: scale(0) translateY(calc(1.5rem + var(--sticky-bar-height, 0) * -1));
  }

  body.sticky-atc-bar-visible.sticky-atc-bar-position-right .back-to-top.visible {
    transform: scale(1) translateY(calc(1.5rem + var(--sticky-bar-height, 0) * -1));
  }
}

@media screen and (max-width: 1024.98px) {
  /* Swiper */
  :root {
    --swiper-pagination-bullet-width: 1.5rem;
    --swiper-pagination-bullet-height: 1.5rem;
    --swiper-pagination-bullet-horizontal-gap: -17px;
  }

  .free-scroll {
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
  }

  .free-scroll [data-free-scroll] {
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);

    --col: var(--col-number);
  }

  [data-free-scroll] .swiper-wrapper::-webkit-scrollbar,
  .grid_scroll::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .grid_scroll, .swiper.grid_scroll {
    grid-template-columns: repeat(var(--repeat, auto-fit), minmax(calc(100% / var(--col-number)), 1fr));
    grid-auto-flow: column;
    grid-auto-columns: minmax(calc(100% / var(--col-number)), 1fr);
    gap: var(--col-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    display: grid;
    margin-left: calc(-1 * var(--bs-gutter-x));
    margin-right: calc(-1 * var(--bs-gutter-x));
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
  }

  .grid_scroll .col-w-custom:not(.product-item__inner),
  [data-free-scroll="true"].flex-cols > *,
  [data-free-scroll].flex-col-custom > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  [data-free-scroll="true"].flex-cols.flex-column:not(.swiper-initialized) {
    flex-direction: row;
  }

  [data-free-scroll] .swiper-pagination {
    margin-top: 1.5rem;
  }

  [data-enable="true"].swiper.grid-cols {
    grid-template-columns: repeat(var(--repeat, var(--col)), calc((100% - var(--gap, 0px) * calc(var(--col) - 1)) / var(--col)));
  }

  [data-enable="true"].swiper.flex-column:not(.swiper-initialized) {
    flex-direction: row;
  }

  body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: -1.7rem;
  }

  /* Flex */
  .tablet\:flex-1 {
    flex: 1 1 0;
  }

  /* Padding */
  .\!p-tablet-0 {
    padding: 0 !important;
  }

  /* Header section */
  .header-transparent .header:not(.header--rounded):is(.open, :hover) .header__logo--mobile {
    opacity: 1 !important;
  }

  .header-transparent .header:not(.header--rounded):is(.open, :hover) .header__logo--inverted-mobile,
  .header-section.header-no-transparent .header .header__logo--inverted-mobile {
    opacity: 0 !important;
  }

  /* Language/currency selector */
  :where(.lang__currency-on-nav, .language-currency-selector) icon-close {
    transform: translateY(calc(-100% - 15px));
  }

  /* Customers */
  .customer-content {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1025px) {
  /* Overflow */
  .overflow-y-1025-auto {
    overflow-y: auto;
  }

  .overflow-1025-hidden {
    overflow: hidden;
  }

  /* Flex */
  .grid-cols, .flex-cols {
    --col: var(--col-desktop, var(--col-number));
    --gap: var(--col-gap-desktop, var(--col-gap));
  }

  .gap {
    gap: var(--col-gap-desktop, var(--col-gap));
  }

  .flex-col-custom {
    --gap: var(--col-gap-desktop, var(--col-gap));
  }

  .row-gap {
    row-gap: var(--col-gap-desktop, var(--col-gap));
  }

  .gap-1025 {
    gap: var(--col-gap, 0);
  }

  .gap-1025-0 {
    gap: 0;
  }

  .gap-1025-5 {
    gap: 0.5rem;
  }

  .gap-1025-10 {
    gap: 1rem;
  }

  .gap-1025-15 {
    gap: 1.5rem;
  }

  .gap-1025-20 {
    gap: 2rem;
  }

  .gap-1025-25 {
    gap: 2.5rem;
  }

  .gap-1025-40 {
    gap: 4rem;
  }

  .gap-1025-60 {
    gap: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* Width */
  .col-lg-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }

  .col-lg-remaining {
    flex: 0 0 calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
  }

  .max-w-1025-custom {
    max-width: var(--max-width);
  }

  .w-1025-full {
    width: 100%;
  }

  .w-1025-custom {
    width: var(--custom-width);
  }

  .w-1025-45 {
    width: 4.5rem;
  }

  .w-1025-auto {
    width: auto;
  }

  .w-1025-fit-content {
    width: fit-content;
  }

  .min-w-1025-custom {
    min-width: var(--min-width);
  }

  .col-1025-w-custom {
    flex: 0 0 auto;
    width: var(--col-width, 50%);
  }

  .col-1025-remaining {
    flex: 0 0 calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
    width: calc(100% - var(--col-width) - var(--col-gap-desktop, var(--col-gap)));
  }

  /* Display */
  .block-lg {
    display: block;
  }

  .flex-lg {
    display: flex;
  }

  .grid-lg {
    display: grid;
  }

  .hidden-lg {
    display: none;
  }

  .inline-flex-1025 {
    display: inline-flex;
  }

  .inline-1025 {
    display: inline;
  }

  .inline-block-1025 {
    display: inline-block;
  }

  .hidden-1025 {
    display: none;
  }

  .flex-1025 {
    display: flex;
  }

  .grid-1025 {
    display: grid;
  }

  .block-1025 {
    display: block;
  }

  .\!block-1025 {
    display: block !important;
  }

  /* Position */
  .sticky-lg {
    position: sticky;
  }

  .absolute-lg {
    position: absolute;
  }

  .relative-lg {
    position: relative;
  }

  .static-1025 {
    position: static;
  }

  .sticky-1025 {
    position: sticky;
  }

  .absolute-1025 {
    position: absolute;
  }

  .relative-1025 {
    position: relative;
  }

  .top-1025-15 {
    top: 1.5rem;
  }

  .right-1025-15 {
    right: 1.5rem;
  }

  .left-1025-15 {
    left: 1.5rem;
  }

  .left-1025-\[50\%\] {
    left: 50%;
  }

  .bottom-1025-15 {
    bottom: 1.5rem;
  }

  .bottom-1025-auto {
    bottom: auto;
  }

  .z-1025-16 {
    z-index: 16;
  }

  /* Margin */
  .mt-lg-0 {
    margin-top: 0;
  }

  .mt-1025-0 {
    margin-top: 0;
  }

  .mt-1025-15 {
    margin-top: 1.5rem;
  }

  .mt-1025-20 {
    margin-top: 2rem;
  }

  .mt-1025-60 {
    margin-top: clamp(4rem, 4.5vw, 6rem);
  }

  .my-1025-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mb-1025-0 {
    margin-bottom: 0;
  }

  .mb-1025-25 {
    margin-bottom: 2.5rem;
  }

  .mb-1025-50 {
    margin-bottom: 5rem;
  }

  .me-1025-0 {
    margin-right: 0;
  }

  .ms-1025-0 {
    margin-left: 0;
  }

  .\!mx-1025-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\!ms-1025-auto {
    margin-left: auto !important;
  }

  /* Border */
  .border-bottom-1025-0 {
    border-bottom: 0;
  }

  /* Height */
  .min-h-1025-50 {
    min-height: 50px;
  }

  .min-h-1025-unset {
    min-height: unset;
  }

  .h-1025-45 {
    height: 4.5rem;
  }

  .h-1025-auto {
    height: auto;
  }

  .h-1025-full {
    height: 100%;
  }

  /* Padding */
  .p-1025-0 {
    padding: 0;
  }

  .p-1025-30 {
    padding: 3rem;
  }

  .p-1025-35 {
    padding: 3.5rem;
  }

  .p-1025-40 {
    padding: 4rem;
  }

  .p-1025-50 {
    padding: 5rem;
  }

  .pt-1025-5 {
    padding-top: 0.5rem;
  }

  .pt-1025-30 {
    padding-top: 3rem;
  }

  .pt-1025-35 {
    padding-top: 3.5rem;
  }

  .pt-1025-70 {
    padding-top: 7rem;
  }

  .pt-1025-80 {
    padding-top: 8rem;
  }

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

  .pb-1025-5 {
    padding-bottom: 0.5rem;
  }

  .pb-1025-20 {
    padding-bottom: 2rem;
  }

  .pb-1025-80 {
    padding-bottom: 8rem;
  }

  .py-1025-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-1025-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-1025-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-1025-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .px-1025-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .px-1025-25 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .px-1025-30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .px-1025-40 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .px-1025-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .px-1025-60 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .py-1025-40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .ps-1025-40 {
    padding-left: 4rem;
  }

  .ps-1025-50 {
    padding-left: 5rem;
  }

  .ps-1025-80 {
    padding-left: 8rem;
  }

  .pe-1025-40 {
    padding-right: 4rem;
  }

  .pe-1025-50 {
    padding-right: 5rem;
  }

  /* Utilities */
  .invisible-1025 {
    opacity: 0;
    visibility: hidden;
  }

  .pointer-none-1025 {
    pointer-events: none;
  }

  .visible-1025 {
    opacity: 1;
    visibility: visible;
  }

  /* Text */
  .text-left-1025, .text-1025-start {
    text-align: start;
  }

  .text-1025-end {
    text-align: end;
  }

  /* Border */
  .border-1025 {
    border: 1px solid rgba(var(--color-border), var(--border-opacity));
  }

  .border-1025-right {
    border-right: 1px solid rgba(var(--color-border), var(--border-opacity));
  }

  .border-1025-left {
    border-left: 1px solid rgba(var(--color-border), var(--border-opacity));
  }

  .border-1025-0 {
    border: 0;
  }

  .border-1025-bottom-0 {
    border-bottom: 0;
  }

  .border-top-1025 {
    border-top: 1px solid rgba(var(--color-border), var(--border-opacity));
  }

  /* Swiper */
  .swiper:not([class*="initialized"])[data-desktop="8"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 7)) / 8);
  }

  .swiper:not([class*="initialized"])[data-desktop="7"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 6)) / 7);
  }

  .swiper:not([class*="initialized"])[data-desktop="6"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 5)) / 6);
  }

  .swiper:not([class*="initialized"])[data-desktop="5"] .swiper-slide {
    width: calc(100% / 5);
  }

  .swiper:not([class*="initialized"])[data-desktop="4"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 3)) / 4);
  }

  .swiper:not([class*="initialized"])[data-desktop="3"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 2)) / 3);
  }

  .swiper:not([class*="initialized"])[data-desktop="2"] .swiper-slide {
    width: calc((100% - (var(--gap, 3rem) * 1)) / 2);
  }

  .swiper:not([class*="initialized"])[data-desktop="1"] .swiper-slide {
    width: 100%;
  }

  html.no-js .swiper.swiper--1025-vertical .swiper-wrapper {
    overflow-x: unset !important;
    overflow-y: auto !important;
    flex-direction: column !important;
  }

  html.no-js .swiper.swiper--1025-horizontal .swiper-wrapper {
    overflow-x: auto !important;
    overflow-y: unset !important;
    flex-direction: row !important;
  }

  html.no-js .swiper--1025-horizontal .swiper-slide {
    width: 100%;
  }

  /* RTE */
  :is(.rte, .shopify-policy__container) :where(p):not(:where([class~=not-rte] *)) {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
    margin-bottom: 2.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h3, h3):not(:where([class~=not-rte] *)) {
    margin-bottom: 1.6rem;
    margin-top: 4rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h4, h4):not(:where([class~=not-rte] *)) {
    margin-bottom: 1rem;
    margin-top: 4rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h5, h5):not(:where([class~=not-rte] *)) {
    margin-bottom: 0.8rem;
    margin-top: 3.6rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h6, h6):not(:where([class~=not-rte] *)) {
    margin-bottom: 0.6rem;
    margin-top: 3.2rem;
  }

  :is(.rte, .shopify-policy__container) :where(hr):not(:where([class~=not-rte] *)) {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(figure):not(:where([class~=not-rte] *)) {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(ul, ol):not(:where([class~=not-rte] *)) {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    padding-left: 3.2rem;
  }

  :is(.rte, .shopify-policy__container) :where(li):not(:where([class~=not-rte] *)) {
    margin-top: 1rem;
  }

  :is(.rte, .shopify-policy__container) :where(ul>li, ol>li):not(:where([class~=not-rte] *)) {
    padding-left: 0.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-rte] *)) {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  :is(.rte, .shopify-policy__container) :where(blockquote):not(:where([class~=not-rte] *)) {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:first-child):not(:where([class~=not-rte] *)) {
    margin-top: 0;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:last-child):not(:where([class~=not-rte] *)) {
    margin-bottom: 0;
  }

  /* Border radius */
  .rounded-1025 {
    border-radius: var(--border-radius);
  }

  .rounded-1025-none {
    border-radius: 0;
  }

  .rounded-1025-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .rounded-1025-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .rounded-1025-3x {
    border-radius: calc(var(--border-radius) * 3);
  }

  /* Header section */
  .header-section .header.open + .overlay.overlay--header {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header-section .header.open + .overlay.overlay--header:not(overlay-component) {
    cursor: default;
  }

  .header-section .header.header--rounded .header__inner {
    --bs-gutter-x: 4rem;
  }

  .header-section .header .header__logo--desktop,
  .header-section .header .header__logo--inverted {
    display: block;
  }

  .header-section .header .header__logo--mobile,
  .header-section .header .header__logo--inverted-mobile {
    display: none;
  }

  .header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open) .header__logo--desktop,
  .header-section.header-transparent.header-scrolled .header .header__logo--inverted,
  .header-section.header-transparent .header.open .header__logo--inverted,
  .header-section.header-transparent .header.header--rounded .header__logo--inverted,
  .header-section.header-no-transparent .header .header__logo--inverted {
    opacity: 0;
  }

  .header-section.header-transparent:not(.header-scrolled) .header:not(.header--rounded, .open) .header__logo--inverted,
  .header-section.header-transparent .header.open .header__logo--desktop,
  .header-section.header-transparent.header-scrolled .header .header__logo--desktop,
  .header-section.header-transparent .header.header--rounded .header__logo--desktop,
  .header-section.header-no-transparent .header .header__logo--desktop {
    opacity: 1;
  }

  .header-section .header .header__mega-menu .promotional-item .promotional-item__tags-wrapper {
    transform: rotate(-45deg) translateY(7rem);
  }

  .header-transparent .header:not(.header--rounded):is(.open, :hover) .header__logo--desktop {
    opacity: 1 !important;
  }

  .header-transparent .header:not(.header--rounded):is(.open, :hover) .header__logo--inverted {
    opacity: 0 !important;
  }

  /* Drawer */
  .drawer__block {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .drawer.drawer--inner .drawer__header {
    padding: 3rem 4rem;
  }

  /* Cart drawer */
  .cart-drawer .drawer.drawer--inner .drawer__header {
    padding: 3rem 4rem;
  }

  /* Customer */
  [class*="customer-"] .row {
    --bs-gutter-x: 8rem;
  }

  /* Custom cursor */
  .custom-cursor.custom-cursor--close,
  .custom-cursor.custom-cursor--zoom {
    --size: 10rem;
  }

  .custom-cursor.custom-cursor--close .custom-cursor__bubble,
  .custom-cursor.custom-cursor--zoom .custom-cursor__bubble {
    font-size: 1.2rem;
  }

  /* Featured collection item */
  .featured-collection-item .circle-text {
    width: 18rem;
    height: 18rem;
  }

  /* Menu */
  mobile-navigation-bar {
    --border-radius-multiplier: 3;
  }

  /* Grid shift */
  .grid-shift--desktop-2 {
    padding-bottom: 45px;
  }

  .grid-shift--desktop-2 > *:nth-of-type(even) {
    transform: translateY(45px);
  }


  .grid-shift--desktop-3 {
    padding-bottom: 90px;
  }

  .grid-shift--desktop-3 > *:nth-of-type(3n) {
    transform: translateY(90px);
  }

  .grid-shift--desktop-3 > *:nth-of-type(3n-1) {
    transform: translateY(45px);
  }


  .grid-shift--desktop-4 {
    padding-bottom: 90px;
  }

  .grid-shift--desktop-4 > *:nth-of-type(4n-2) {
    transform: translateY(30px);
  }

  .grid-shift--desktop-4 > *:nth-of-type(4n-1) {
    transform: translateY(60px);
  }

  .grid-shift--desktop-4 > *:nth-of-type(4n) {
    transform: translateY(90px);
  }


  .grid-shift--desktop-5 {
    padding-bottom: 80px;
  }

  .grid-shift--desktop-5 > *:nth-of-type(5n-3) {
    transform: translateY(20px);
  }

  .grid-shift--desktop-5 > *:nth-of-type(5n-2) {
    transform: translateY(40px);
  }

  .grid-shift--desktop-5 > *:nth-of-type(5n-1) {
    transform: translateY(60px);
  }

  .grid-shift--desktop-5 > *:nth-of-type(5n) {
    transform: translateY(80px);
  }

  /* Main blog */
  .main-blog .blog-grid .article-item:nth-of-type(3) [style*="--aspect-ratio:"] {
    --aspect-ratio: 3 / 4 !important;
  }

  /* Main product */
  .product-slider-wrapper .swiper-wrapper {
    height: 0;
    padding-top: var(--ratio-percentage);
  }

  .product-slider-wrapper .swiper-wrapper > .swiper-slide:first-child {
    margin-top: calc(var(--ratio-percentage) * -1);
  }
}

@media screen and (min-width: 1200px) {
  /* Container */
  .container {
    max-width: calc(var(--page-width) + var(--bs-gutter-x) * 2);
  }

  .container-wide {
    --bs-gutter-x: 3rem;
  }

  /* Flex */
  .grid-cols, .flex-cols {
    --col: var(--col-desktop-large, var(--col-desktop));
    --gap: var(--col-gap-desktop-large, var(--col-gap-desktop));
  }

  .gap-xl-30 {
    gap: 3rem;
  }

  /* RTE */
  :is(.rte, .shopify-policy__container) :where(p):not(:where([class~=not-rte] *)) {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
    margin-bottom: 3.2rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h2, h2):not(:where([class~=not-rte] *)) {
    margin-bottom: 2.4rem;
    margin-top: 3.4rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h3, h3):not(:where([class~=not-rte] *)) {
    margin-bottom: 2rem;
    margin-top: 4.8rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h4, h4):not(:where([class~=not-rte] *)) {
    margin-bottom: 1.4rem;
    margin-top: 4.2rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h5, h5):not(:where([class~=not-rte] *)) {
    margin-bottom: 1.2rem;
    margin-top: 4rem;
  }

  :is(.rte, .shopify-policy__container) :where(.h6, h6):not(:where([class~=not-rte] *)) {
    margin-bottom: 1rem;
    margin-top: 3.6rem;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:first-child):not(:where([class~=not-rte] *)) {
    margin-top: 0;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:last-child):not(:where([class~=not-rte] *)) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1400px) {
  /* RTE */
  :is(.rte, .shopify-policy__container) :where(hr):not(:where([class~=not-rte] *)) {
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
  }

  :is(.rte, .shopify-policy__container) :where(li):not(:where([class~=not-rte] *)) {
    margin-top: 1.2rem;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:first-child):not(:where([class~=not-rte] *)) {
    margin-top: 0;
  }

  :is(.rte, .shopify-policy__container) :where(.rte>:last-child):not(:where([class~=not-rte] *)) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) and (hover: none) {
  /* Buttons */
  body:not(.buttons-hover-none) :where(.button-primary, .shopify-payment-button__more-options, .shopify-challenge__button):not([disabled], .swiper-button-disabled, .button-trapezoid):is(:hover) {
    background-color: rgb(var(--color-button-primary-text));
    color: rgb(var(--color-button-primary-background));
  }

  body:not(.buttons-hover-none) .button-outline:not([disabled], .swiper-button-disabled):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: rgb(var(--color-button-outline-border-text));
    color: rgb(var(--color-button-outline-text-hover));
  }

  body:not(.buttons-hover-none) .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: rgb(var(--color-button-outline-border-text)) !important;
    color: rgb(var(--color-button-outline-text-hover)) !important;
  }
}

@media screen and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  /* Buttons */
  html.js body.buttons-hover-standard :where(.button-primary, .shopify-payment-button__more-options, .shopify-challenge__button):not([disabled], .swiper-button-disabled, .button-trapezoid):is(:hover) {
    background-color: rgb(var(--color-button-primary-text));
    color: rgb(var(--color-button-primary-background));
  }

  html.js body.buttons-hover-standard .button-outline:not([disabled], .swiper-button-disabled):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: rgb(var(--color-button-outline-border-text));
    color: rgb(var(--color-button-outline-text-hover));
  }

  html.js body.buttons-hover-standard .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: rgb(var(--color-button-outline-border-text)) !important;
    color: rgb(var(--color-button-outline-text-hover)) !important;
  }

  html.js body:not(.buttons-hover-none) :where(.button-primary, .shopify-payment-button__more-options):not([disabled], .swiper-button-disabled, .button-trapezoid):hover {
    color: rgb(var(--color-button-primary-background));
  }

  html.js body:not(.buttons-hover-none) :where(.button-outline, .shopify-payment-button__button--unbranded):not([disabled], .swiper-button-disabled):hover {
    color: rgb(var(--color-button-outline-text-hover));
  }

  html.js body:not(.buttons-hover-none) .shopify-payment-button__button--unbranded:not([disabled]):hover {
    color: rgb(var(--color-button-outline-text-hover)) !important;
  }

  .button__flair {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transform: translate(50%, 50%) scale(0);
    transform-origin: 0 0;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  }

  .button__flair:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    display: block;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
  }

  :is(.button-primary, .shopify-payment-button__more-options) .button__flair:before {
    background-color: rgb(var(--color-button-primary-text))
  }

  :is(.button-outline, .shopify-payment-button__button--unbranded) .button__flair:before {
    background-color: rgb(var(--color-button-outline-border-text));
  }

  :where(.button-primary, .button-outline, .button, .button-white):is([disabled], .swiper-button-disabled) .button__flair {
    transform: translate(50%, 50%) scale(0) !important;
  }

  body:not(.buttons-hover-interactive) .button__flair {
    opacity: 0;
    visibility: hidden;
  }

  /* Hover */
  .hover-effect :is(img, .placeholder-image, picture, svg) {
    transition: transform 0.5s var(--transition-ease-out), opacity 0.3s ease-in-out, visibility 0.3s ease-in-out !important;
  }

  .hover-zoom .hover-effect:hover :is(img, .placeholder-image, picture, svg):not(.button-trapezoid__corner, .icon-arrow-right) {
    transform: scale(var(--zoom-transform, 1.05)) !important;
  }

  /* Tooltip */
  .tooltip.tooltip--left .tooltip__content {
    --tooltip-transform: translateY(-50%) scale(0.8);
    --left: auto;
    --right: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(-1.5rem) translateY(-50%) scale(1);
    --tooltip-left: 100%;
    --tooltip-y: 50%;
    --tooltip-before: rotate(-90deg) translateY(50%);

    transform-origin: right;
  }

  .tooltip.tooltip--right .tooltip__content {
    --tooltip-transform: translateY(-50%) scale(0.8);
    --left: 100%;
    --top: 50%;
    --tooltip-hover-transform: translateX(1.5rem) translateY(-50%) scale(1);
    --tooltip-left: auto;
    --tooltip-right: 100%;
    --tooltip-y: 12%;
    --tooltip-before: rotate(90deg) translateY(-50%);

    transform-origin: left;
  }

  .tooltip.tooltip--bottom .tooltip__content {
    --tooltip-transform: translateY(100%) translateX(-50%) scale(0.5);
    --top: auto;
    --tooltip-hover-transform: translateY(calc(100% + 1.2rem)) translateX(-50%) scale(1);
    --tooltip-y: auto;
    --tooltip-bottom: 100%;

    bottom: 0;
    transform-origin: top;
  }

  .tooltip.tooltip--bottom::before .tooltip__content {
    border-bottom-color: var(--color-dark);
    border-top-color: transparent;
  }

  .tooltip .tooltip__content {
    background: var(--color-dark);
    color: var(--color-white);
    line-height: 1;
    max-width: 360px;
    z-index: 2;
    text-align: center;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: all 0.2s;
    padding: 7px 15px;
    transform: var(--tooltip-transform, translateY(-100%) translateX(-50%) scale(0.5)) !important;
    left: var(--left, 50%);
    right: var(--right, auto);
    top: var(--top, 0);
    border-radius: min(var(--button-radius), 8px);
    transform-origin: bottom;
  }

  .tooltip .tooltip__content:before {
    border: 5px solid transparent;
    content: "";
    height: 0;
    width: 0;
    top: var(--tooltip-y, 100%);
    bottom: var(--tooltip-bottom, auto);
    margin-left: 0;
    transform: var(--tooltip-before, translateX(-50%) translateZ(0));
    transform-origin: 0;
    border-top-color: var(--color-dark);
    position: absolute;
    left: var(--tooltip-left, 50%);
    right: var(--tooltip-right, auto);
  }

  .tooltip:not(.open):hover .tooltip__content {
    opacity: 1;
    visibility: visible;
    transform: var(--tooltip-hover-transform, translateY(calc(-100% - 1.2rem)) translateX(-50%) scale(1)) !important;
  }

  /* List social */
  .list-social .list-social__link:hover path {
    --color-background: var(--color-button-primary-text) !important;

    transition: stroke 0.3s;
  }

  .list-social .list-social__link.button-outline:hover path {
    --color-background: var(--color-button-outline-border-text) !important;

    transition: stroke 0.3s;
  }
}

#PBarNextFrameWrapper {
  display: none !important;
}

/* Custom CSS */
/* Custom Footer Payment Icons */

.custom-payment-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.custom-payment-image {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  display: block;
  object-fit: contain;
  object-position: center;
}

/* Mobile responsive - prevent stretching */
@media screen and (max-width: 768px) {
  .custom-payment-image {
    max-height: 28px;
    max-width: 90%;
    width: auto;
  }
}

/* Small mobile screens */
@media screen and (max-width: 480px) {
  .custom-payment-image {
    max-height: 24px;
    max-width: 85%;
  }
}

/* Align to the right on larger screens if other elements are present */
@media screen and (min-width: 1025px) {
  .custom-payment-wrapper {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
    .footer-block--logo {
        display: none;
    }
}


/* MOBILE TEXT CONSISTENCY FIX */
@media screen and (max-width: 767.98px) {
  /* Force consistent mobile typography for body text only */
  body {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
  }
  
  /* Target only specific paragraph and text elements - NO div selector */
  p:not([class*="h"]):not([class*="heading"]):not([class*="scrolling-banner"]), 
  .rte p:not([class*="h"]):not([class*="heading"]),
  .product-description p,
  .collection-description p,
  .page-content p,
  article p:not([class*="h"]):not([class*="heading"]),
  .product-item__description,
  .collection-item__description,
  .article-item__excerpt {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
  }
  
  /* Explicitly preserve scrolling banner font sizes 
  .scrolling-banner,
  .scrolling-banner *,
  .scrolling-banner__block,
  .scrolling-banner__row,
  [class*="scrolling-banner"] {
    font-size: 64px !important;
  }
}*/

  /* FOOTER MOBILE COMPACT SPACING */
@media screen and (max-width: 767.98px) {
  /* Reduce main vertical spacing between footer sections */
  .footer .flex.flex-column.row-gap-50 {
    row-gap: 2rem !important; /* Reduced from 5rem (50px) */
  }
  
  /* Reduce spacing between footer blocks on mobile */
  .footer .footer__blocks--mobile {
    row-gap: 2.5rem !important; /* Reduced from default 5rem */
  }
  
  /* Reduce gap within individual footer blocks */
  .footer .footer-block .flex.flex-column.gap-20 {
    gap: 1.2rem !important; /* Reduced from 2rem */
  }
  
  /* Reduce gap in newsletter block */
  .footer .newsletter.flex.flex-column.gap-10,
  .footer .newsletter.flex.flex-column.gap-20 {
    gap: 1rem !important;
  }
  
  /* Reduce padding in collapsible menu items */
  .footer .collapsible-heading {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  /* Reduce bottom border section spacing */
  .footer .border-top.pt-30 {
    padding-top: 2rem !important; /* Reduced from 3rem */
  }
  
  /* Reduce overall footer gaps */
  .footer [class*="gap-20"] {
    gap: 1.2rem !important;
  }
  
  .footer [class*="gap-15"] {
    gap: 1rem !important;
  }
}
/* Fix for distorted images in blog post content */
.blog-post-content img,
.article-content img,
.rte img,
.article-item img:not(.article-featured-image) {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  max-width: 100% !important;
}

/* Ensure images maintain aspect ratio on mobile */
@media screen and (max-width: 767px) {
  .blog-post-content img,
  .article-content img,
  .rte img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: none !important;
  }
}

/* If images are in figure tags */
.blog-post-content figure,
.article-content figure,
.rte figure {
  width: 100%;
  margin: 0;
}

.blog-post-content figure img,
.article-content figure img,
.rte figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
  .rotating-goal-sticker {
  box-shadow: none !important;
}