/** Shopify CDN: Minification failed

Line 3615:0 Unexpected "}"
Line 10647:8 Unexpected "'.image-with-text'"
Line 13792:60 Unexpected "'.no-gap'"
Line 14830:11 Expected ":"
Line 15951:1 Expected identifier but found "."
Line 17488:2 Expected identifier but found whitespace

**/
:root {
  --color-background: var(--color-base-background);
  --color-background-2: var(--color-base-background);
  --color-foreground: var(--color-base-text);
  --color-foreground-light: var(--color-base-text-light);
  --color-border: var(--color-foreground)/ 0.1;
  --color-border-dark: var(--color-foreground)/ 0.4;
  --color-border-light: var(--color-foreground)/ 0.06;
  --color-highlight: var(--color-base-highlight);
  --color-button-background: var(--color-base-button);
  --color-button-gradient: var(--color-base-button-gradient);
  --color-button-border: var(--color-base-button);
  --color-button-text: var(--color-base-button-text);
  --opacity-025: 0.025;
  --opacity-045: 0.045;
  --opacity-115: 0.115;
  --opacity-600: 0.6;
  --font-normal: 500;
  --font-medium: 600;
  --font-bold: 700;

  --color-white: #FFFFFF;
  --color-black: #101010;
  --color-dark-grey: #717171;
  --color-definition-grey: #CBCBCB;
  --color-stroke-grey: #DEDEDE;
  --color-shade-grey: #F0F0F0;
  --color-off-white: #FBFBFB;
  --color-red: #B40C00;

  
  --animation-nav: 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  --animation-primary: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  --animation-smooth: 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-fast: 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  --animation-short: 0.2s cubic-bezier(0.7, 0, 0.3, 1);

  --fluid-2xl-to-4xl: clamp(var(--text-2xl), 0.6307rem + 1.3636vw, var(--text-4xl));
  --fluid-xl-to-3xl: clamp(var(--text-xl), 0.4966rem + 1.1818vw, var(--text-3xl));
  --fluid-lg-to-2xl: clamp(var(--text-lg), 0.9722rem + 0.4444vw, var(--text-2xl));
  --fluid-base-to-xl: clamp(var(--text-base), 0.873rem + 0.3175vw, var(--text-xl));
  --fluid-base-to-2xl: clamp(var(--text-base), 0.746rem + 0.6349vw, var(--text-2xl));
  --fluid-sm-to-lg: clamp(var(--text-sm), 0.748rem + 0.3174vw, var(--text-lg));
  --fluid-sm-to-base: clamp(var(--text-sm), 0.8115rem + 0.1587vw, var(--text-base));
  --fluid-xs-to-sm: clamp(var(--text-xs), 0.7297rem + 0.1013vw, var(--text-sm));

  --border-radius: 0;
  --border-radius-medium: 0;
  --border-radius-small: 0;
  --rounded-full: 9999px;
  --input-height: var(--sp-13);
  --input-padding-inline: var(--sp-6d5);
  --transform-logical: 1;
  --transform-origin-start: left;
  --transform-origin-end: right;

  --text-h0: var(--text-4xl);
  --text-h1: var(--text-3xl);
  --text-h2: var(--text-xl);
  --text-h3: var(--text-lg);
  --text-h4: var(--text-base);
  --text-h5: var(--text-sm);
  --text-h6: var(--text-sm);
  --title-sm: var(--text-base);
  --title-md: var(--text-lg);
  --title-lg: var(--text-xl);
  --title-xl: var(--text-3xl);
  --text-base: var(--text-2sm);

  --color-red-200: 254 202 202;
  --color-red-300: 252 165 165;
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-inset: inset;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: var(--color-white);
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;

  --screen-height: 100vh;
  --topbar-height: 30px;
  --header-height: 0px;
  --ratio-percent: 56.25%;
}

@media screen and (min-width: 768px) {
  :root {
    --title-sm: var(--text-base);
    --title-md: var(--text-lg);
    --title-lg: var(--text-2xl);
    --title-xl: var(--text-4xl);
    --text-h1: var(--text-4xl);
    --text-h2: var(--text-2xl);
    --text-h3: var(--text-xl);
    --text-h4: var(--text-lg);
    --text-h5: var(--text-base);
    --text-h6: var(--text-sm);   
    --text-base: var(--text-base-default);
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --text-h1: var(--text-4xl);
    --text-h2: var(--text-2xl);
    --text-h3: var(--text-xl);
    --text-h4: var(--text-lg);
    --text-h5: var(--text-base);
    --text-h6: var(--text-base);
  }
}

/*! photoswipe */

.pswp {
  --pswp-bg: rgb(var(--color-background));
  --pswp-placeholder-bg: rgb(var(--color-placeholder));
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgb(var(--color-foreground));
  --pswp-preloader-color-secondary: rgb(var(--color-foreground));
  --pswp-icon-color: rgb(var(--color-foreground));
  --pswp-icon-color-secondary: rgb(var(--color-foreground));
  --pswp-icon-stroke-color: rgb(var(--color-foreground));
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  contain: layout style size;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .003;
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  touch-action: none;
  z-index: var(--pswp-root-z-index)
}

.pswp,
.pswp:focus {
  outline: 0
}

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

.pswp img {
  max-width: none
}

.pswp--open {
  display: block
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
}

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

.pswp__bg:empty {
  display: block;
}

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

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

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

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

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

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

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.pswp__item {
  overflow: hidden;
  z-index: 1
}

.pswp__hidden {
  display: none !important
}

.pswp__content {
  pointer-events: none
}

.pswp__content>* {
  pointer-events: auto
}

.pswp__error-msg-container {
  display: grid
}

.pswp__error-msg {
  color: var(--pswp-error-text-color);
  font-size: 1em;
  line-height: 1;
  margin: auto
}

.pswp .pswp__hide-on-close {
  opacity: .005;
  pointer-events: none;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  z-index: 10
}

.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto
}

.pswp__button {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  backdrop-filter: blur(12px);
  background-color: rgb(var(--color-background)/ 0.6);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--rounded-full);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  cursor: pointer;
  display: block;
  height: var(--sp-12);
  margin: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: var(--sp-12)
}

@media screen and (min-width: 768px) {
  .pswp__button {
    height: var(--sp-15);
    width: var(--sp-15)
  }
}

button.pswp__button {
  -webkit-touch-callout: none;
  -webkit-appearance: none;
  background-color: rgb(var(--color-background)/ 0.6);
}

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

.pswp__button .pswp__icn {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  width: var(--sp-6);
  height: var(--sp-6);
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y)) scaleX(calc(var(--tw-scale-x) * var(--transform-logical))) scaleY(var(--tw-scale-y));
}

@media screen and (min-width: 768px) {
  .pswp__button .pswp__icn {
    height: var(--sp-7d5);
    width: var(--sp-7d5)
  }
}

.pswp__button--zoom .pswp__icn {
  height: var(--sp-5);
  width: var(--sp-5)
}

@media screen and (min-width: 768px) {
  .pswp__button--zoom .pswp__icn {
    height: var(--sp-6);
    width: var(--sp-6)
  }
}

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

.pswp__icn:focus {
  outline: 0
}

.pswp__img--with-bg,
div.pswp__img--placeholder {
  background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: var(--sp-12);
  justify-content: flex-end;
  padding-inline: var(--sp-5);
  position: absolute;
  inset-block-start: var(--sp-5);
  inset-inline-start: 0;
  z-index: 10
}

@media screen and (min-width: 768px) {
  .pswp__top-bar {
    height: var(--sp-15)
  }
}

.pswp__top-bar {
  pointer-events: none !important
}

.pswp__top-bar>* {
  pointer-events: auto;
}

.pswp__button--close {
  -webkit-margin-start: var(--sp-2);
  margin-inline-start: var(--sp-2)
}

.pswp__button--arrow {
  color: rgb(var(--color-foreground));
  width: var(--sp-12);
  height: var(--sp-12);
  position: absolute;
  inset-block-start: auto;
  inset-block-end: var(--sp-5);
}

@media screen and (min-width: 768px) {
  .pswp__button--arrow {
    --tw-translate-y: -50%;
    width: var(--sp-15);
    height: var(--sp-15);
    inset-block-start: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y));
  }
}

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

.pswp__button--arrow .pswp__icn {
  fill: transparent
}

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

.pswp--touch .pswp__button--arrow {
  visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
  visibility: visible
}

.pswp__button--arrow--prev {
  inset-inline-start: var(--sp-6);
  inset-inline-end: auto
}

.pswp__button--arrow--next {
  inset-inline-end: var(--sp-6)
}

.pswp__button--arrow--next .pswp__icn {
  --tw-scale-x: -1;
}

.pswp__button--zoom {
  display: none
}

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

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none
}

.pswp__preloader {
  width: 50px;
  height: 60px;
  margin-inline-end: auto;
  overflow: hidden;
  position: relative;
}

.pswp__preloader .pswp__icn {
  animation: pswp-clockwise .6s linear infinite;
  opacity: 0;
  transition: opacity .2s linear
}

.pswp__preloader--active .pswp__icn {
  opacity: .85
}

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

  to {
    transform: rotate(1turn)
  }
}

.pswp__counter {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-backdrop-blur: blur(12px);
  align-items: center;
  backdrop-filter: blur(12px);
  background-color: rgb(var(--color-background)/ 0.6);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--rounded-full);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  display: flex;
  font-size: var(--text-sm);
  height: var(--sp-12);
  justify-content: center;
  line-height: 1.6;
  margin: 0;
  opacity: 1;
  padding-block: 0;
  padding-inline: var(--sp-6);
  position: relative
}

@media screen and (min-width: 768px) {
  .pswp__counter {
    font-size: var(--text-base);
    height: var(--sp-15);
    line-height: 1.6;
    padding-inline: var(--sp-8);
  }
}

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

.pswp__video-container {
  background-color: var(--pswp-placeholder-bg);
}

.pswp__video-container> :is(video, iframe) {
  width: 100%;
  height: 100%;
}

.pswp__video-container> :is(model-viewer) {
  display: block;
  width: 800px;
  height: 800px;
  max-width: 100%;
  max-height: 100%;
}

.pswp__video-container .deferred-media :is(.shopify-model-viewer-ui, model-viewer),
.pswp__video-container .deferred-media :is(.shopify-model-viewer-ui, model-viewer)~.play-button {
  display: none;
}

.pswp__video-container .play-button {
  width: var(--sp-10);
  height: var(--sp-10);
  inset-inline-end: var(--sp-4);
  inset-block-start: var(--sp-4);
  background-color: rgb(var(--color-background));
}

.pswp__video-container .play-button .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}

@media screen and (min-width: 1024px) {
  .pswp__video-container .play-button {
    width: var(--sp-14);
    height: var(--sp-14);
  }

  .pswp__video-container .play-button .icon {
    width: var(--sp-5);
    height: var(--sp-5);
  }
}

/*! flickity */

.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: none
}

.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative
}

.flickity-slider {
  position: absolute;
  height: 100%;
  width: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing
}

.flickity-slider .flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  background: hsla(0, 0%, 100%, .75);
  border: none;
  color: #333;
  position: absolute
}

.flickity-button:hover {
  cursor: pointer
}

.flickity-button:focus {
  outline: none
}

.flickity-button:active {
  opacity: .6
}

.flickity-button:disabled {
  cursor: auto;
  opacity: .3;
  pointer-events: none
}

.flickity-button-icon {
  fill: currentColor
}

.flickity-prev-next-button {
  border-radius: 50%;
  height: 44px;
  width: 44px;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  inset-inline-start: 10px
}

.flickity-prev-next-button.next {
  inset-inline-end: 10px
}

.flickity-prev-next-button .flickity-button-icon {
  height: 60%;
  width: 60%;
  position: absolute;
  inset-block-start: 20%;
  inset-inline-start: 20%;
}

.flickity-page-dots {
  padding: 0;
  margin: 0;
  margin-block-start: var(--sp-6);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dot {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--sp-6);
  height: var(--sp-6);
  border-radius: var(--rounded-full);
  transition: box-shadow var(--animation-primary);
}

.flickity-page-dot:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: rgb(var(--color-foreground));
  border-radius: var(--rounded-full);
  transition: var(--animation-primary);
  transition-property: background-color, box-shadow;
}

.flickity-page-dot.is-selected:before,
.flickity-page-dot[aria-current=true]:before {
  width: 5px;
  height: 5px;
  background-color: transparent;
  box-shadow: 0 0 0 2px rgb(var(--color-foreground));
}

.flickity-enabled.is-fade .flickity-slider>* {
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity var(--animation-primary);
}

.flickity-enabled.is-fade .flickity-slider>.is-selected {
  pointer-events: auto;
  z-index: 1;
  opacity: 1;
}

.indicators[hidden] {
  display: none;
}

.indicators .button {
  --color-button-background: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-border: var(--color-foreground);
  --buttons-border-width: 1px;
  --buttons-radius: var(--rounded-full);
  --buttons-width: var(--sp-12);
  padding: 0;
  box-shadow: none;
  height: var(--buttons-width);
  width: var(--buttons-width);
}

@media screen and (min-width: 1280px) {
  .indicators .button {
    --buttons-width: var(--sp-14);
  }
}

.indicators .button[hidden] {
  display: none;
}

.indicators .button[disabled] {
  opacity: .3;
  pointer-events: none;
}

.indicators--small .button {
  --buttons-width: var(--sp-9);
}

.slider .indicators {
  gap: clamp(var(--sp-4), 2.105vw, var(--sp-10));
  transition: opacity var(--animation-primary);
}

.slider .indicators:before,
.slider .indicators:after {
  content: '';
}

.slider .indicators .button:first-child {
  margin-inline-end: auto;
}

.slider .indicators .button:last-child {
  margin-inline-start: auto;
}

.slider .indicators .button {
  opacity: 0.7;
}

.slider .indicators .button[disabled] {
  opacity: 0;
}

@media screen and (pointer: fine) {
  .slider:hover .indicators {
    opacity: 1;
  }
}

/*! base */

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-out {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    transform: translateY(-1rem)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(1rem)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal
}

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

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

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

body {
  background-color: var(--color-background);
  color: var(--color-foreground);
  font-family: var(--font-body-family);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  line-height: inherit;
  line-height: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 18px;
  }
}

hr {
  color: inherit;
  height: 0;
  border-block-end: 0;
  border-block-start: 1px solid rgb(var(--color-border));
}

abbr:where([title]) {
  text-decoration: underline dotted
}

blockquote,
.heading,
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: var(--font-heading-letter-spacing);
  line-height: var(--font-heading-line-height);
  text-transform: var(--font-heading-text-transform);
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.h0 {
  font-size: var(--text-h0);
  line-height: 1
}

.h1,
.rte h1:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h1);
  line-height: 1.1
}

.h2,
.rte h2:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h2);
  line-height: 1.3
}

.h3,
.rte h3:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h3);
  line-height: 1.4
}

.h4,
.rte h4:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h4);
  line-height: 1.4
}

.h5,
.rte h5:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h5);
  line-height: 1.5
}

.h6,
.rte h6:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--text-h6);
  line-height: 1.5
}

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

  .h2,
  .rte h2:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
    line-height: 1.1
  }

  .h3,
  .rte h3:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
    line-height: 1.3
  }
}

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

  .h1,
  .rte h1:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
    line-height: 1
  }

}

.rte blockquote,
.rte blockquote p {
  font-size: var(--text-h2);
  line-height: 1.3;
}

.rte blockquote {
  position: relative;
  --quote-icon-width: 48px;
  --quote-icon-height: 48px;
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  inset-block-end: -.25em
}

sup {
  inset-block-start: -.5em
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  border: none;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

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

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

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

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

.pointer-events-auto {
  pointer-events: auto
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.box-border {
  box-sizing: border-box
}

.cursor-default {
  cursor: default
}

.cursor-pointer {
  cursor: pointer
}

.table-cell {
  display: table-cell;
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

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

.grid {
  display: grid
}

.contents {
  display: contents
}

.hidden,
[hidden] {
  display: none
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.p-0 {
  padding: 0
}

.py-0 {
  padding-block: 0;
}

.px-0 {
  padding-inline: 0;
}

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

.uppercase {
  text-transform: uppercase
}

.normal-case {
  text-transform: none
}

.text-left {
  text-align: start
}

.text-center {
  text-align: center
}

.text-right {
  text-align: end
}

.text-8xl {
  font-size: var(--text-8xl);
  line-height: 1.6
}

.text-6xl {
  font-size: var(--text-6xl);
  line-height: 1.6
}

.text-3xl {
  font-size: var(--text-3xl);
  line-height: 1.6
}

.text-2xl {
  font-size: var(--text-2xl);
  line-height: 1.6
}

.text-xl {
  font-size: var(--text-xl);
  line-height: 1.6
}

.text-lg {
  font-size: var(--text-lg);
  line-height: 1.6
}

.text-2sm {
  font-size: var(--text-2sm);
  line-height: 1.6
}

.text-sm {
  font-size: var(--text-sm);
  line-height: 1.6
}

.text-xs {
  font-size: var(--text-xs);
  line-height: 1.6
}

.text-3xs {
  font-size: var(--text-3xs);
}

.text-sm-base {
  font-size: var(--fluid-sm-to-base);
}

.text-sm-lg {
  font-size: var(--fluid-sm-to-lg);
}

.text-base-xl {
  font-size: var(--fluid-base-to-xl);
}

.text-base-2xl {
  font-size: var(--fluid-base-to-2xl);
}

.text-lg-2xl {
  font-size: var(--fluid-lg-to-2xl);
}

.text-xl-3xl {
  font-size: var(--fluid-xl-to-3xl);
}

.text-heading {
  font-weight: 600;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0.02em;
  font-variation-settings: "wdth" 105;
}
.text-subheading {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: -0.01em;
  font-variation-settings: "wdth" 105;
}
.text-subheading-small {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-variation-settings: "wdth" 105;
}
.text-base-large {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-variation-settings: "wdth" 105;
}
.text-base {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.text-base-small {
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
}
.text-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.text-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: 1.6
  }
  
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: 1.6
  }
  
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: 1.6
  }
  
  .text-xl {
    font-size: var(--text-xl);
    line-height: 1.6
  }
  
  .text-lg {
    font-size: var(--text-base);
    line-height: 1.6
  }
  
  .text-2sm {
    font-size: var(--text-2xs);
    line-height: 1.6
  }
  
  .text-sm {
    font-size: var(--text-xs);
    line-height: 1.6
  }
  .text-base {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0em;
  }
  .text-base-small {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0em;
  }
  .text-label {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.01em;
  }
  .text-subheading-small {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  font-variation-settings: "wdth" 105;
  }
  .text-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  /* desktop styles that apply on mobile view only (working as overrides when used together with a main text class) */
  .sm\:text-heading {
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 0.02em;
    font-variation-settings: "wdth" 105;
    
  }
  .sm\:text-subheading {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.02em;
    font-variation-settings: "wdth" 105;
  }
  .sm\:text-subheading-small {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-variation-settings: "wdth" 105;
  }
  .sm\:text-base-large {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    font-variation-settings: "wdth" 105;
  }
  .sm\:text-base {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0em;
    font-variation-settings: "wdth" 105;
  }  
  .sm\:text-label {
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0em;
    font-variation-settings: "wdth" 105;
  }
  .sm\:text-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-variation-settings: "wdth" 105;
  }
}

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

.font-medium {
  font-weight: var(--font-medium)
}

.font-normal {
  font-weight: var(--font-normal)
}

.italic {
  font-style: italic
}

.not-italic {
  font-style: normal
}

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

.list-disc {
  list-style-type: disc
}

.list-decimal {
  list-style-type: decimal
}

.list-disc,
.list-decimal {
  list-style-position: inside
}

.top-0 {
  inset-block-start: 0;
}

.top-100 {
  inset-block-start: 100%;
}

.left-0 {
  inset-inline-start: 0;
}

.left-100 {
  inset-inline-start: 100%;
}

.bottom-0 {
  inset-block-end: 0;
}

.bottom-100 {
  inset-block-end: 100%;
}

.right-0 {
  inset-inline-end: 0;
}

.right-100 {
  inset-inline-end: 100%;
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.z-1 {
  z-index: 1
}

.z-2 {
  z-index: 2
}

.z-3 {
  z-index: 3
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-25 {
  z-index: 25
}

.z-30 {
  z-index: 30
}

.z-35 {
  z-index: 35
}

.z-100 {
  z-index: 100
}

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

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.opacity-0 {
  opacity: 0
}

.color-light {
  color: var(--color-dark-grey);
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes spin {
  to {
    transform: rotate(1turn)
  }
}

.animate-spin {
  animation: spin 1s linear infinite
}

@keyframes rotator {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(270deg)
  }
}

.animate-rotator {
  animation: rotator 1.4s infinite linear
}

.select-none {
  user-select: none
}

.resize {
  resize: both
}

.col-span-6 {
  grid-column: span 6/span 6
}

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

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr))
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr))
}

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

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

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

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

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

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

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

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

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

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

.items-baseline {
  align-items: baseline
}

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

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

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

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

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

.justify-self-start {
  justify-self: flex-start
}

.justify-self-end {
  justify-self: flex-end
}

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

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

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

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

.shrink {
  flex-shrink: 1
}

.shrink-0 {
  flex-shrink: 0
}

.grow {
  flex-grow: 1
}

.grow-0 {
  flex-grow: 0
}


.gap-0 {
  gap: 0
}

.gap-0d5 {
  gap: var(--sp-0d5)
}

.gap-1 {
  gap: var(--sp-1)
}

.gap-1d5 {
  gap: var(--sp-1d5)
}

.gap-2 {
  gap: var(--sp-2);
  gap: 5px;
}

.gap-2d5 {
  gap: var(--sp-2d5)
}

.gap-3 {
  gap: var(--sp-3);
  gap: 10px;
}

.gap-3d5 {
  gap: var(--sp-3d5)
}

.gap-4 {
  gap: 15px
}

.gap-4d5 {
  gap: var(--sp-4d5)
}

.gap-5 {
  gap: 20px
}

.gap-5d5 {
  gap: var(--sp-5d5)
}

.gap-6 {
  gap: 25px
}

.gap-7 {
  gap: 30px
}

.gap-7d5 {
  gap: var(--sp-7d5)
}

.gap-8 {
  gap: var(--sp-8)
}

.gap-9 {
  gap: var(--sp-9)
}

.gap-10 {
  gap: var(--sp-10)
}

.gap-12 {
  gap: var(--sp-12)
}

.gap-14 {
  gap: var(--sp-14)
}

@media screen and (min-width: 640px) {
  .sm\:hidden {
    display: none
  }

  .sm\:block {
    display: block
  }

  .sm\:flex {
    display: flex
  }

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

  .sm\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6
  }

  .sm\:relative {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .md\:left-0 {
    inset-inline-start: 0;
  }

  .md\:right-0 {
    inset-inline-end: 0;
  }

  .md\:overflow-hidden {
    overflow: hidden
  }

  .md\:overflow-visible {
    overflow: visible
  }

  .md\:text-left {
    text-align: start
  }

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

  .md\:text-right {
    text-align: end
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:block {
    display: block
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:inline {
    display: inline
  }

  .md\:flex {
    display: flex
  }

  .md\:inline-flex {
    display: inline-flex
  }

  .md\:grid {
    display: grid
  }

  .md\:hidden {
    display: none;
  }

  .md\:col-span-5 {
    grid-column: span 5/span 5
  }

  .md\:col-span-6 {
    grid-column: span 6/span 6
  }

  .md\:col-span-7 {
    grid-column: span 7/span 7
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .md\:text-base {
    font-size: var(--text-base);
    line-height: 1.6
  }

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

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

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

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

  .md\:shrink {
    flex-shrink: 1
  }

  .md\:grow {
    flex-grow: 1
  }

  .md\:grow-0 {
    flex-grow: 0
  }

  .md\:gap-0 {
    gap: 0
  }

  .md\:gap-1 {
    gap: var(--sp-1)
  }

  .md\:gap-1d5 {
    gap: var(--sp-1d5)
  }

  .md\:gap-2 {
    gap: 5px
  }

  .md\:gap-3 {
    gap: 10px
  }

  .md\:gap-4 {
    gap: 15px
  }

  .md\:gap-5 {
    gap: 20px
  }

  .md\:gap-6 {
    gap: 25px
  }

  .md\:gap-7 {
    gap: 30px
  }

  .md\:gap-7d5 {
    gap: var(--sp-7d5)
  }

  .md\:gap-8 {
    gap: var(--sp-8)
  }

  .md\:gap-9 {
    gap: var(--sp-9)
  }

  .md\:gap-10 {
    gap: var(--sp-10)
  }

  .md\:gap-12 {
    gap: var(--sp-12)
  }

  .md\:gap-14 {
    gap: var(--sp-14)
  }

  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: 1.6
  }

  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: 1.6
  }

  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: 1.6
  }

  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: 1.6
  }

  .md\:text-base {
    font-size: var(--text-base);
    line-height: 1.6
  }

  .md\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6
  }

  .md\:text-xs {
    font-size: var(--text-xs);
    line-height: 1.6
  }

  .md\:font-bold {
    font-weight: var(--font-bold)
  }

  .md\:font-medium {
    font-weight: var(--font-medium)
  }

  .md\:opacity-0 {
    opacity: 0
  }
}

@media screen and (min-width: 1024px) {
  .lg\:left-0 {
    inset-inline-start: 0;
  }

  .lg\:right-0 {
    inset-inline-end: 0;
  }

  .lg\:overflow-hidden {
    overflow: hidden
  }

  .lg\:overflow-visible {
    overflow: visible
  }

  .lg\:text-left {
    text-align: start
  }

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

  .lg\:text-right {
    text-align: end
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:block {
    display: block
  }

  .lg\:inline-block {
    display: inline-block
  }

  .lg\:inline {
    display: inline
  }

  .lg\:flex {
    display: flex
  }

  .lg\:inline-flex {
    display: inline-flex
  }

  .lg\:grid {
    display: grid
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

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

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

  .lg\:shrink {
    flex-shrink: 1
  }

  .lg\:grow {
    flex-grow: 1
  }

  .lg\:grow-0 {
    flex-grow: 0
  }

  .lg\:gap-0 {
    gap: 0
  }

  .lg\:gap-1 {
    gap: var(--sp-1)
  }

  .lg\:gap-1d5 {
    gap: var(--sp-1d5)
  }

  .lg\:gap-2 {
    gap: var(--sp-2);
    gap: 5px;
  }

  .lg\:gap-3 {
    gap: 10px;
  }

  .lg\:gap-4 {
    gap: 20px;
  }

  .lg\:gap-5 {
    gap: 25px;
  }

  .lg\:gap-6 {
    gap: 30px;
  }

  .lg\:gap-7 {
    gap: 35px;
  }

  .lg\:gap-7d5 {
    gap: var(--sp-7d5)
  }

  .lg\:gap-8 {
    gap: 40px;
  }

  .lg\:gap-9 {
    gap: 45px;
  }

  .lg\:gap-10 {
    gap: 50px;
  }

  .lg\:gap-12 {
    gap: var(--sp-12)
  }

  .lg\:gap-14 {
    gap: var(--sp-14)
  }

  .lg\:text-3xl {
    font-size: var(--text-3xl);
    line-height: 1.6
  }

  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: 1.6
  }

  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: 1.6
  }

  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: 1.6
  }

  .lg\:text-base {
    font-size: var(--text-base);
    line-height: 1.6
  }

  .lg\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6
  }

  .lg\:text-xs {
    font-size: var(--text-xs);
    line-height: 1.6
  }

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

  .lg\:font-medium {
    font-weight: var(--font-medium);
  }

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

  .lg\:opacity-0 {
    opacity: 0;
  }
}

@media screen and (min-width: 1280px) {
  .xl\:left-0 {
    inset-inline-start: 0;
  }

  .xl\:right-0 {
    inset-inline-end: 0;
  }

  .xl\:overflow-hidden {
    overflow: hidden
  }

  .xl\:overflow-visible {
    overflow: visible
  }

  .xl\:text-left {
    text-align: start
  }

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

  .xl\:text-right {
    text-align: end
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:block {
    display: block
  }

  .xl\:inline-block {
    display: inline-block
  }

  .xl\:inline {
    display: inline
  }

  .xl\:flex {
    display: flex
  }

  .xl\:inline-flex {
    display: inline-flex
  }

  .xl\:grid {
    display: grid
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

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

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

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

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

  .xl\:shrink {
    flex-shrink: 1
  }

  .xl\:grow {
    flex-grow: 1
  }

  .xl\:grow-0 {
    flex-grow: 0
  }

  .xl\:gap-0 {
    gap: 0
  }

  .xl\:gap-1 {
    gap: var(--sp-1)
  }

  .xl\:gap-1d5 {
    gap: var(--sp-1d5)
  }

  .xl\:gap-2 {
    gap: var(--sp-2)
  }

  .xl\:gap-3 {
    gap: var(--sp-3)
  }

  .xl\:gap-4 {
    gap: var(--sp-4)
  }

  .xl\:gap-5 {
    gap: var(--sp-5)
  }

  .xl\:gap-6 {
    gap: var(--sp-6)
  }

  .xl\:gap-7 {
    gap: var(--sp-7)
  }

  .xl\:gap-7d5 {
    gap: var(--sp-7d5)
  }

  .xl\:gap-8 {
    gap: var(--sp-8)
  }

  .xl\:gap-9 {
    gap: var(--sp-9)
  }

  .xl\:gap-10 {
    gap: var(--sp-10)
  }

  .xl\:gap-12 {
    gap: var(--sp-12)
  }

  .xl\:gap-14 {
    gap: var(--sp-14)
  }

  .xl\:text-3xl {
    font-size: var(--text-3xl);
    line-height: 1.6
  }

  .xl\:text-2xl {
    font-size: var(--text-2xl);
    line-height: 1.6
  }

  .xl\:text-xl {
    font-size: var(--text-xl);
    line-height: 1.6
  }

  .xl\:text-lg {
    font-size: var(--text-lg);
    line-height: 1.6
  }

  .xl\:text-base {
    font-size: var(--text-base);
    line-height: 1.6
  }

  .xl\:text-sm {
    font-size: var(--text-sm);
    line-height: 1.6
  }

  .xl\:text-xs {
    font-size: var(--text-xs);
    line-height: 1.6
  }

  .xl\:font-bold {
    font-weight: var(--font-bold)
  }

  .xl\:font-medium {
    font-weight: var(--font-medium)
  }

  .xl\:opacity-0 {
    opacity: 0
  }
}

.whitespace-nowrap {
  white-space: nowrap
}

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

/*! rte */

.rte :where(p):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-4)
}

@media screen and (min-width: 1024px) {
  .rte :where(p):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-5)
  }
}

@media screen and (min-width: 1280px) {
  .rte :where(p):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-4d5)
  }
}

.rte :where(.rte>:first-child):not(:where([class~=not-rte] *)) {
  margin-block-start: 0
}

.rte :where(.rte>:last-child):not(:where([class~=not-rte] *)) {
  margin-block-end: 0
}

.rte :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
  margin-block-end: var(--sp-8d5);
  margin-block-start: 0
}

@media screen and (min-width: 1024px) {
  .rte :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-10)
  }
}

@media screen and (min-width: 1280px) {
  .rte :where(.h0, .h1, h1):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-12)
  }
}

.rte :where(.h2, h2):not(:where([class~=not-rte] *)) {
  margin-block-end: var(--sp-6);
  margin-block-start: var(--sp-12)
}

@media screen and (min-width: 1280px) {
  .rte :where(.h2, h2):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-8d5);
    margin-block-start: var(--sp-14)
  }
}

.rte :where(.h3, h3):not(:where([class~=not-rte] *)) {
  margin-block-end: var(--sp-3);
  margin-block-start: var(--sp-8)
}

@media screen and (min-width: 1024px) {
  .rte :where(.h3, h3):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-4);
    margin-block-start: var(--sp-10)
  }
}

@media screen and (min-width: 1280px) {
  .rte :where(.h3, h3):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-5);
    margin-block-start: var(--sp-12)
  }
}

.rte :where(.h4, h4):not(:where([class~=not-rte] *)) {
  margin-block-end: var(--sp-3);
  margin-block-start: var(--sp-10)
}

@media screen and (min-width: 1024px) {
  .rte :where(.h4, h4):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-2d5);
    margin-block-start: var(--sp-10)
  }
}

@media screen and (min-width: 1280px) {
  .rte :where(.h4, h4):not(:where([class~=not-rte] *)) {
    margin-block-end: var(--sp-3d5);
    margin-block-start: var(--sp-10d5)
  }
}

.rte :where(hr):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-10)
}

@media screen and (min-width: 1024px) {
  .rte :where(hr):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-12)
  }
}

@media screen and (min-width: 1536px) {
  .rte :where(hr):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-14)
  }
}

.rte :where(h2+*, h3+*, h4+*, hr+*):not(:where([class~=not-rte] *)) {
  margin-block-start: 0
}

.rte :where(img):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-12)
}

.rte :where(video):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-12)
}

.rte :where(figure):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-8)
}

@media screen and (min-width: 1024px) {
  .rte :where(figure):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-12)
  }
}

.rte :where(figure>*):not(:where([class~=not-rte] *)) {
  margin-block: 0
}

.rte :where(figcaption):not(:where([class~=not-rte] *)) {
  color: rgb(var(--color-foreground)/.7);
  font-size: var(--text-sm);
  font-style: italic;
  line-height: 1.375;
  margin-block-start: var(--sp-4d5)
}

.rte :where(figcaption a):not(:where([class~=not-rte] *)) {
  color: rgb(var(--color-foreground))
}

.rte :where(ul):not(:where([class~=not-rte] *)) {
  list-style-type: disc
}

/*.rte :where(ul):not(:where([class~=not-rte] *)) ::marker {
  color: rgb(var(--color-foreground)/ 0.25)
}

.rte :where(ul):not(:where([class~=not-rte] *))::marker {
  color: rgb(var(--color-foreground)/ 0.25)
}*/

.rte :where(ul, ol):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-5);
  padding-inline-start: var(--sp-7)
}

@media screen and (min-width: 1024px) {
  .rte :where(ul, ol):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-6);
    padding-inline-start: var(--sp-8)
  }
}

.rte :where(li):not(:where([class~=not-rte] *)) {
  margin-block-start: var(--sp-2)
}

@media screen and (min-width: 1024px) {
  .rte :where(li):not(:where([class~=not-rte] *)) {
    margin-block-start: var(--sp-2d5)
  }
}

@media screen and (min-width: 1536px) {
  .rte :where(li):not(:where([class~=not-rte] *)) {
    margin-block-start: var(--sp-3)
  }
}

.rte :where(ul>li, ol>li):not(:where([class~=not-rte] *)) {
  padding-inline-start: var(--sp-1d5)
}

@media screen and (min-width: 1024px) {
  .rte :where(ul>li, ol>li):not(:where([class~=not-rte] *)) {
    padding-inline-start: var(--sp-2)
  }
}

.rte :where(.rte>ul>li>:first-child, .rte>ol>li>:first-child):not(:where([class~=not-rte] *)) {
  margin-block-start: var(--sp-5d5)
}

.rte :where(.rte>ul>li>:last-child, .rte>ol>li>:last-child):not(:where([class~=not-rte] *)) {
  margin-block-end: var(--sp-5d5)
}

.rte :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-rte] *)) {
  margin-block: var(--sp-5)
}

@media screen and (min-width: 1024px) {
  .rte :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-4)
  }
}

.rte :where(blockquote):not(:where([class~=not-rte] *)) {
  display: block;
  margin-block: var(--sp-8);
  padding-block-start: var(--sp-20);
  text-align: center
}

@media screen and (min-width: 1024px) {
  .rte :where(blockquote):not(:where([class~=not-rte] *)) {
    margin-block: var(--sp-12);
  }
}

.rte :where(blockquote):not(:where([class~=not-rte] *)):before {
  content: '';
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 54 54'%3E%3Cpath d='M41.625 47.25a12.375 12.375 0 1 0 0-24.75c-.357 0-.706.024-1.055.054a35.775 35.775 0 0 1 5.384-15.208A1.126 1.126 0 0 0 45 5.625h-2.25a1.125 1.125 0 0 0-.816.35c-5.785 6.086-12.684 16.04-12.684 28.9A12.39 12.39 0 0 0 41.625 47.25Zm-29.25 0a12.375 12.375 0 1 0 0-24.75c-.357 0-.707.024-1.055.054a35.775 35.775 0 0 1 5.384-15.208 1.126 1.126 0 0 0-.954-1.721H13.5a1.125 1.125 0 0 0-.816.35C6.9 12.06 0 22.015 0 34.875A12.39 12.39 0 0 0 12.375 47.25Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 54 54'%3E%3Cpath d='M41.625 47.25a12.375 12.375 0 1 0 0-24.75c-.357 0-.706.024-1.055.054a35.775 35.775 0 0 1 5.384-15.208A1.126 1.126 0 0 0 45 5.625h-2.25a1.125 1.125 0 0 0-.816.35c-5.785 6.086-12.684 16.04-12.684 28.9A12.39 12.39 0 0 0 41.625 47.25Zm-29.25 0a12.375 12.375 0 1 0 0-24.75c-.357 0-.707.024-1.055.054a35.775 35.775 0 0 1 5.384-15.208 1.126 1.126 0 0 0-.954-1.721H13.5a1.125 1.125 0 0 0-.816.35C6.9 12.06 0 22.015 0 34.875A12.39 12.39 0 0 0 12.375 47.25Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--quote-icon-width) var(--quote-icon-height);
  mask-size: var(--quote-icon-width) var(--quote-icon-height);
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 50%;
  transform: translateX(calc(-50% * var(--transform-logical)));
  width: var(--quote-icon-width);
  height: var(--quote-icon-height);
  background-color: currentColor;
}

.rte :where(blockquote>*):not(:where([class~=not-rte] *)) {
  margin-block: 0;
}

.rte :where(blockquote cite):not(:where([class~=not-rte] *)) {
  display: block;
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  letter-spacing: 0;
  line-height: 1.6;
  margin-block-start: var(--sp-8d5)
}

@media screen and (min-width: 1280px) {
  .rte :where(blockquote cite):not(:where([class~=not-rte] *)) {
    font-size: var(--text-lg);
    line-height: 1.6
  }
}

.page-width {
/*  padding-inline: var(--page-padding);*/
  max-width: 1920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 1536px) {
  .page-width--full {
    --page-padding: var(--sp-12);
  }
}

.spacing-section {
  min-height: var(--spacing-height-mobile);
}

@media screen and (min-width: 768px) {
  .spacing-section {
    min-height: var(--spacing-height-desktop);
  }
}

@media screen and (min-width: 1024px) {
  .page-width--narrow {
    --page-padding: var(--sp-12);
    max-width: 70rem;
  }
}

.block-padding {
  padding-inline: 15px;
}
@media screen and (min-width: 1024px) {
  .block-padding {
    padding-inline: 30px;
  }
}

summary {
  list-style-type: none
}

.scroll-area {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}

.scroll-area::-webkit-scrollbar {
  display: none
}

.icon {
  stroke-width: var(--icon-weight);
  width: var(--sp-5d5);
  height: var(--sp-5d5);
}

.icon-2xs {
  width: var(--sp-3);
  height: var(--sp-3);
}

.icon-xs {
  width: var(--sp-4);
  height: var(--sp-4);
}

.icon-sm {
  width: var(--sp-5);
  height: var(--sp-5);
}

.icon-lg {
  width: var(--sp-6);
  height: var(--sp-6);
}

.icon-light {
  stroke-width: calc(var(--icon-weight) - 0.3px);
}

.icon .fill {
  stroke: none;
  fill: rgb(var(--color-foreground)/ 0.1);
}

.icon-rotator .path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s infinite ease;
}

.stroke-1 {
  stroke-width: 1
}

.stroke-2 {
  stroke-width: 2
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280
  }

  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg)
  }

  to {
    stroke-dashoffset: 280;
    transform: rotate(450deg)
  }
}

[role=main] .shopify-section {
  --section-is-first: 0;
  position: relative
}

[role=main] .shopify-section:not(.contents) {
  display: flow-root
}

[role=main] .shopify-section:empty {
  display: none
}

[role=main] .shopify-section:first-child {
  --section-is-first: 1
}

.js [role=main] .shopify-section:last-child {
  border-end-end-radius: var(--border-radius);
  border-end-start-radius: var(--border-radius);
  position: relative;
}

.js [role=main] .shopify-section:last-child .section:before {
  height: 100%;
}

.no-js .loading-bar {
  display: none;
}

.loading-bar {
  background-color: var(--color-white);
  z-index: 50
}

.loading-bar .icon {
  color: var(--color-black);
  inset-block-end: var(--gap-padding);
  inset-inline-end: var(--gap-padding);
}

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

.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

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

/**:focus-visible {
  outline: 2px solid rgb(var(--color-keyboard-focus));
  outline-offset: 3px;
}*/

/*! button */

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role=button],
.additional-checkout-buttons [role=button],
.additional-checkout-buttons iframe,
#shopify-product-reviews .spr-summary-actions-newreview {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-opacity: var(--buttons-border-opacity);
}

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

.additional-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) rgb(var(--color-shadow)/ var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded,
#shopify-product-reviews .spr-summary-actions-newreview {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 18px;
  font-weight: 600;
  font-family: var(--font-navigation-family);
  font-size: 13px;
  text-transform: var(--font-button-text-transform);
  padding: 10px 15px;
  color: rgb(var(--color-button-text));
  background: var(--color-button-gradient);
  background-color: rgb(var(--color-button-background));
  border-radius: var(--buttons-radius);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) rgb(var(--color-shadow)/ var(--shadow-opacity));
  max-height: 3.75rem;
  height: 40px;
  letter-spacing: 0.02em;
}
.button--wide {
  min-width: 150px;
}
button.shopify-payment-button__button--unbranded,
#shopify-product-reviews .spr-summary-actions-newreview {
  min-width: var(--sp-48);
}

.button:after,
.shopify-challenge__button:after,
button.shopify-payment-button__button--unbranded:after,
#shopify-product-reviews .spr-summary-actions-newreview:after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: var(--buttons-radius);
  border: var(--buttons-border-width) solid rgb(var(--color-button-border)/ var(--border-opacity));
}

.button.icon-with-text .btn-text {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

@media screen and (max-width: 767px) {
  .button.icon-with-text .icon-arrow-right {
    width: var(--sp-4d5);
    height: var(--sp-4d5);
  }
}

.button .btn-text {
  color: currentColor;
}

.button .btn-fill {
  display: block;
  border-radius: 50%;
  width: 150%;
  height: 200%;
  inset-block-start: -50%;
  inset-inline-start: -25%;
  position: absolute;
  transform: translate3d(0, -76%, 0);
}

.button--primary .btn-fill {
  background-color: rgb(var(--color-button-text));
}

.button--secondary .btn-fill {
  background: var(--color-button-gradient);
  background-color: rgb(var(--color-button-background));
}
.button--secondary.color-light {
  color: var(--color-dark-grey);
}
.button--secondary.color-light:after {
  border-color: var(--color-definition-grey);
}
.button[disabled],
button.shopify-payment-button__button--unbranded[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.button[disabled] .btn-fill {
  display: none;
}

.button--fixed {
  min-width: var(--sp-48);
}

.button--sm {
  padding: clamp(var(--sp-3), 1.2vw, var(--sp-4)) clamp(var(--sp-5), 1.473vw, var(--sp-6));
}

.button--lg {
  padding: clamp(var(--sp-6), 1.2vw, var(--sp-7)) clamp(var(--sp-8), 1.473vw, var(--sp-9));
  max-height: 4.25rem;
}

.button--small {
  font-size: var(--text-sm);
  padding: clamp(var(--sp-2), .526vw, var(--sp-2d5)) clamp(var(--sp-3), .842vw, var(--sp-4));
}

.button--small.icon-with-text {
  font-size: var(--fluid-xs-to-sm);
}

.button--small.icon-with-text .btn-text {
  gap: var(--sp-2);
}

.button--small.icon-with-text .btn-text .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}
.button--small.icon-with-text .btn-text .icon-plus-alt {
    width: 11px;
    height: 11px;
}

input.button--primary {
  border: var(--buttons-border-width) solid rgb(var(--color-button-border)/ var(--border-opacity));
}

button.shopify-payment-button__button--unbranded,
.button--secondary {
  color: rgb(var(--color-button-background));
  background: none;
  backdrop-filter: blur(12px);
}

.button--close {
  --shadow-opacity: 0;
  --border-opacity: 0.1;
  --color-button-background: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-border: var(--color-foreground);
  --buttons-border-width: 1px;
  --buttons-radius: 0;
  padding: 0;
}

.button--close .icon:first-child {
  --tw-rotate: 0deg;
  transform: rotate(var(--tw-rotate));
}

.button--blur {
  --button-backdrop-blur: blur(12px);
}

.button--blur .btn-fill {
  background-color: rgb(var(--color-overlay)/ 0.6);
}

@media screen and (pointer: fine) {
  .button,
  .shopify-challenge__button,
  button.shopify-payment-button__button--unbranded,
  #shopify-product-reviews .spr-summary-actions-newreview {
    --button-transition: box-shadow var(--animation-primary), opacity var(--animation-fast);
    transition: var(--button-transition);
  }

  button.shopify-payment-button__button--unbranded,
  #shopify-product-reviews .spr-summary-actions-newreview {
    transition-property: box-shadow, color, background-color;
  }

  .button:after,
  .shopify-challenge__button:after,
  button.shopify-payment-button__button--unbranded:after,
  #shopify-product-reviews .spr-summary-actions-newreview:after {
    transition: border var(--animation-primary);
  }

  .button .btn-text {
    transition: color var(--animation-primary);
    transition-delay: 0.1s;
  }

  .button .btn-fill {
    transition: background-color var(--animation-primary);
  }

  input.button--primary {
    transition-property: color, background, border;
  }

  .button--close .icon:first-child {
    transition: transform var(--animation-primary), opacity var(--animation-fast);
  }

  .button--close:hover .icon:first-child {
    --tw-rotate: 90deg;
  }

  .button--blur {
    --button-transition: box-shadow var(--animation-primary), background-color var(--animation-primary) 0.2s, backdrop-filter var(--animation-primary) 0.2s;
  }

  [data-button_hover=standard] .button:not([disabled]) .btn-fill {
    display: block;
  }

  .js [data-button_hover=standard] .button--primary:hover:not([disabled], .self-button),
  .js [data-button_hover=standard] .button--secondary:hover:not([disabled], .self-button),
  .js [data-button_hover=standard] .shopify-payment-button__button--unbranded:hover:not([disabled]),
  .js [data-button_hover=standard] #shopify-product-reviews .spr-summary-actions-newreview:hover {
    --shadow-horizontal-offset: 0;
    --shadow-vertical-offset: 0;
  }

  .js [data-button_hover=standard] #shopify-product-reviews .spr-summary-actions-newreview:hover {
    color: rgb(var(--color-button-background));
    background: none;
  }

  .js [data-button_hover=standard] .button--primary:hover:not([disabled], .self-button) {
    color: rgb(var(--color-button-background));
  }

  .js [data-button_hover=standard] input.button--primary:hover:not([disabled], .self-button) {
    background: none;
  }

  .js [data-button_hover=standard] .button--secondary:hover:not([disabled], .self-button),
  .js [data-button_hover=standard] .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    color: rgb(var(--color-button-text));
  }

  .js [data-button_hover=standard] .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgb(var(--color-button-background));
  }

  .js [data-button_hover=standard] .button--blur:hover:not([disabled], .self-button) {
    --color-button-border: var(--color-foreground);
    background: none;
    background-color: transparent;
    color: rgb(var(--color-foreground));
    backdrop-filter: var(--button-backdrop-blur);
  }

  .js [data-button_hover=none] .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: transparent;
  }
}

@media screen and (hover: none) {
  .js .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: none;
  }
}

.btn-text {
  position: relative;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  letter-spacing: 0.02em;
  z-index: 1
}

.btn-loader {
  position: absolute;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  pointer-events: none;
}

.btn-loader span {
  width: 5px;
  height: 5px;
  border-radius: var(--rounded-full);
  background: currentColor;
}

.mouse-cursor {
  --tw-translate-x: -50%;
  --tw-translate-y: -60%;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y));
  inset-block-start: var(--y);
  inset-inline-start: var(--x);
}

.mouse-cursor,
.mouse-cursor .icon {
  width: 0;
  height: 0;
  transition: width var(--animation-fast), height var(--animation-fast);
}

html:not(.touch) .mouse-cursor.active {
  height: clamp(var(--sp-16), 4.21vw, var(--sp-20));
  width: clamp(var(--sp-16), 4.21vw, var(--sp-20))
}

html:not(.touch) .mouse-cursor.active .icon {
  height: clamp(var(--sp-5), 1.68vw, var(--sp-8));
  width: clamp(var(--sp-5), 1.68vw, var(--sp-8))
}

html:not(.touch) .mouse-cursor.active.pressed {
  height: calc(clamp(var(--sp-16), 4.21vw, var(--sp-20))*1.5);
  width: calc(clamp(var(--sp-16), 4.21vw, var(--sp-20))*1.5)
}

html:not(.touch) .mouse-cursor.active.pressed .icon {
  height: calc(clamp(var(--sp-5), 1.68vw, var(--sp-8))*1.5);
  width: calc(clamp(var(--sp-5), 1.68vw, var(--sp-8))*1.5)
}

.title-wrapper {
  margin-block-end: clamp(var(--sp-8), 2.526vw, var(--sp-12));
}

.title-wrapper-lg {
  margin-block-end: var(--sp-16);
}

@media screen and (min-width: 1024px) {
  .title-wrapper-lg {
    margin-block-end: var(--sp-28);
  }
}

@media screen and (max-width: 767px) {
  .title-wrapper .button {
    max-height: 2.75rem;
    font-size: var(--text-xs);
    padding: var(--sp-3d5) var(--sp-4);
  }

  .title-wrapper .button.icon-with-text .btn-text {
    gap: 6px;
  }

  .title-wrapper .button.icon-with-text .icon {
    width: var(--sp-4);
    height: var(--sp-4);
  }
}

.title-wrapper>:is(.heading, p) {
  flex: 0 0 auto;
}

.title-wrapper .heading+.rte {
  margin-block-start: var(--sp-2);
}

.title-sm {
  font-size: var(--title-sm);
}

.title-sm2x {
  font-size: calc(2 * var(--title-sm));
}

.title-md {
  font-size: var(--title-md);
}

.title-md2x {
  font-size: calc(2 * var(--title-md));
}

.title-lg {
  font-size: var(--title-lg);
}

.title-lg2x {
  font-size: calc(2 * var(--title-lg));
}

.title-xl {
  font-size: var(--title-xl);
  padding-left: 40px;
  padding-right: 40px;
}
}

.title-xl2x {
  font-size: calc(2 * var(--title-xl));
}

/*! media */

.image-fit {
  max-width: 100%;
  width: var(--image-max-width-mobile);
}

@media screen and (min-width: 768px) {
  .image-fit {
    width: var(--image-max-width);
  }
}

/*.media {
  background-color: rgb(var(--color-placeholder));
}*/

.media--transparent:not(.loading) {
  background-color: transparent;
}

.media>img,
.media>a>img {  
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center center;
}

@media screen and (pointer: fine) {
  .media>img,
  .media>a>img {
    transition: var(--animation-primary);
    transition-property: opacity, transform;
  }
}

.media[easing]>img,
.media[easing]>a>img {
  transition: none;
}

.media>.mobile\:img+:is(img, svg) 
.media>a>.mobile\:img+:is(img, svg) {
  display: none;
}

.media--contain>img,
.media--contain>a>img{
  object-fit: contain;
}

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

.media--rounded>:is(img, svg, video-media),
.media--square>:is(img, svg, video-media),
.media--rounded>a>:is(img, svg, video-media),
.media--square>a>:is(img, svg, video-media),
.aspect-square {
  aspect-ratio: 1 / 1;
}

.media--portrait>:is(img, svg, video-media),
.media--portrait>a>:is(img, svg, video-media),
.aspect-portrait {
  aspect-ratio: 5 / 7;
}

.media--landscape>:is(img, svg, video-media),
.media--landscape>a>:is(img, svg, video-media),
.aspect-landscape {
  aspect-ratio: 4 / 3;
}

.media--wide>:is(img, svg, video-media),
.media--wide>a>:is(img, svg, video-media),
.aspect-wide {
  aspect-ratio: 16 / 9;
}

.media--height>:is(img, svg, video-media),
.media--height>a>:is(img, svg, video-media) {
  inset: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.media--400px {
  height: 260px
}

.media--450px {
  height: 292.5px
}

.media--500px {
  height: 325px
}

.media--550px {
  height: 357.5px
}

.media--600px {
  height: 390px
}

.media--650px {
  height: 422.5px
}

.media--700px {
  height: 455px
}

.media--750px {
  height: 487.5px
}

.media--850px {
  height: 552.5px
}

.media--900px {
  height: 585px
}

.media--100vh {
  height: 100vh
}

@media screen and (min-width: 768px) {
  .media>.mobile\:img {
    display: none;
  }

  .media>.mobile\:img+:is(img, svg) {
    display: block;
  }

  .media--400px {
    height: 340px
  }

  .media--450px {
    height: 382.5px
  }

  .media--500px {
    height: 425px
  }

  .media--550px {
    height: 567.5px
  }

  .media--600px {
    height: 510px
  }

  .media--650px {
    height: 552.5px
  }

  .media--700px {
    height: 595px
  }

  .media--750px {
    height: 637.5px
  }

  .media--850px {
    height: 722.5px
  }

  .media--900px {
    height: 765px
  }
}

@media screen and (min-width: 1536px) {
  .media--400px {
    height: 400px
  }

  .media--450px {
    height: 450px
  }

  .media--500px {
    height: 500px
  }

  .media--550px {
    height: 550px
  }

  .media--600px {
    height: 600px
  }

  .media--650px {
    height: 650px
  }

  .media--700px {
    height: 700px
  }

  .media--750px {
    height: 750px
  }

  .media--850px {
    height: 850px
  }

  .media--900px {
    height: 900px
  }
}

@media screen and (max-width: 767px) {
  .mobile\:media--200px {
    height: 200px
  }

  .mobile\:media--250px {
    height: 250px
  }

  .mobile\:media--300px {
    height: 300px
  }

  .mobile\:media--400px {
    height: 400px
  }

  .mobile\:media--500px {
    height: 500px
  }

  .mobile\:media--600px {
    height: 600px
  }

  .mobile\:media--100vh {
    height: 90vh
  }

  .mobile\:media--rounded>:is(img, svg, video-media),
  .mobile\:media--square>:is(img, svg, video-media),
  .mobile\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .mobile\:media--portrait>:is(img, svg, video-media),
  .mobile\:aspect-portrait {
    aspect-ratio: 4 / 5;
  }

  .mobile\:media--landscape>:is(img, svg, video-media),
  .mobile\:aspect-landscape {
    aspect-ratio: 4 / 3;
  }

  .mobile\:media--wide>:is(img, svg, video-media),
  .mobile\:aspect-wide {
    aspect-ratio: 16 / 9;
  }
}

svg.placeholder {
  background-color: rgb(var(--color-base-text)/ 0.3);
  fill: rgb(var(--color-base-text)/ 0.7);
  color: rgb(var(--color-base-text)/ 0.7);
  display: block;
  width: 100%;
  height: 100%;
}

.placeholder-svg {
  filter: grayscale(1);
}

/*! table */

table {
  overflow: hidden;
  box-shadow: 0 0 0 1px rgb(var(--color-border-light));
  border-radius: var(--rounded-block);
}

table th,
table td {
  width: auto;
  text-align: start;
  line-height: 1.6;
  font-size: var(--text-lg);
  padding: var(--sp-6) var(--sp-7d5);
}

thead th {
  font-weight: var(--font-medium);
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
}

tfoot tr:not(:last-child) td {
  padding-block: var(--sp-1);
}

tfoot tr:first-child td {
  padding-block-start: var(--sp-6);
}

tbody tr,
tfoot tr:first-child {
  border-block-start: 1px solid rgb(var(--color-border-light));
}

/*! inputs */

.field {
  --border-opacity: var(--inputs-border-opacity);
  position: relative;
  text-align: start
}

.input,
.select,
.textarea {
  appearance: none;
  text-align: start;
  width: 100%;
  height: var(--input-height);
  font-size: var(--text-sm);
  line-height: 1.25;
  padding-inline: var(--input-padding-inline);
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
  border: var(--inputs-border-width) solid rgb(var(--color-foreground)/ var(--border-opacity));
  border-radius: var(--inputs-radius);
  transition: var(--animation-primary);
  transition-property: border-color, background-color;
}

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

  .input,
  .select,
  .textarea {
    font-size: var(--text-base);
    line-height: 1.6
  }
}

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

.input--fill {
  border-style: none
}

.input:focus,
.select:focus-visible,
.textarea:focus {
  box-shadow: none;
  border-color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground)/ var(--opacity-045));
  outline: none;
}

.input.is-floating,
.select.is-floating {
  height: calc(var(--input-height) + var(--sp-2d5))
}

.input.is-floating::-moz-placeholder,
.select.is-floating::-moz-placeholder {
  color: transparent
}

.input.is-floating::placeholder,
.select.is-floating::placeholder {
  color: transparent
}

.input.is-floating,
.select.is-floating {
  padding-block-start: var(--sp-4)
}

.textarea.is-floating {
  padding-block-end: var(--sp-2);
  padding-block-start: var(--sp-8)
}

.textarea {
  height: auto;
  vertical-align: top
}

.label {
  display: block;
  margin-block-end: var(--sp-2d5);
  font-size: var(--text-sm);
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .label {
    font-size: var(--text-base);
  }
}

.label.is-floating {
  position: absolute;
  inset-block-start: 0;
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  pointer-events: none;
  inset-inline-start: 1px;
  opacity: 0.6;
  height: calc(var(--input-height) + var(--sp-2d5));
  margin-block-end: 0;
  margin-inline-start: var(--input-padding-inline);
  transform-origin: var(--transform-origin-start);
  transition: all var(--animation-primary);
}

.select[required]:valid~.label,
.select[selected]~.label,
:is(.input, .textarea):focus~.label,
:is(.input, .textarea):not(:placeholder-shown)~.label,
:is(.input, .textarea, .select):-webkit-autofill~.label {
  --tw-translate-y: calc(var(--sp-2d5) * -1);
  --tw-scale-x: .80;
  --tw-scale-y: .80;
  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
}

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

  .select[required]:valid~.label,
  .select[selected]~.label,
  :is(.input, .textarea):focus~.label,
  :is(.input, .textarea):not(:placeholder-shown)~.label,
  :is(.input, .textarea, .select):-webkit-autofill~.label {
    --tw-scale-x: .70;
    --tw-scale-y: .70;
  }
}

.select~.icon,
.input[type=date]~.icon {
  inset-block-start: calc(50% - 10px);
  inset-inline-end: var(--input-padding-inline);
}

.select~.icon {
  transform: scaleY(-1);
}

.self-submit-button {
  inset-block-start: 50%;
  inset-inline-end: var(--sp-4);
  transform: translateY(-50%);
  width: var(--sp-10);
  height: var(--sp-10);
}

.self-submit-button button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--rounded-full);
}

input:is([type=checkbox], [type=radio]) {
  --active: rgb(var(--color-foreground));
  --active-inner: rgb(var(--color-background));
  --focus: 3px hsla(0, 0%, 9%, .1);
  --border: rgb(var(--color-border-dark));
  --border-radius: 5px;
  --border-hover: rgb(var(--color-foreground));
  --background: rgb(var(--color-background));
  --disabled: rgb(var(--color-border-light));
  --disabled-inner: rgb(var(--color-border));
  appearance: none;
  background: var(--b, var(--background));
  border: 1px solid var(--bc, var(--border));
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  outline: none;
  position: relative;
  transition: background-color .3s, border-color .3s, box-shadow .2s;
  vertical-align: top
}

input:is([type=checkbox], [type=radio]).sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.swatches input:is([type=checkbox],[type=radio]):not(.disabled):checked + label:not(.color-swatch) {
    background: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
}
input:is([type=checkbox], [type=radio]):after {
  content: '';
  display: block;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s)
}

input:is([type=checkbox], [type=radio]):checked {
  --b: var(--active);
  --bc: var(--active);
  --d-o: 0.3s;
  --d-t: 0.6s;
  --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2)
}

input:is([type=checkbox], [type=radio]):is(:disabled, .disabled) {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: .9
}

input:is([type=checkbox], [type=radio]):is(:disabled, .disabled):checked {
  --b: var(--disabled-inner);
  --bc: var(--border)
}

input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+label {
  cursor: not-allowed
}

input:is([type=checkbox], [type=radio]):hover:not(:checked, :disabled, .disabled) {
  --bc: var(--border-hover)
}

input:is([type=checkbox], [type=radio]):focus {
  box-shadow: 0 0 0 var(--focus)
}

input:is([type=checkbox], [type=radio]):not(.switch) {
  flex: 0 0 auto;
  width: 20px
}

input:is([type=checkbox], [type=radio]):not(.switch):after {
  opacity: var(--o, 0)
}

input:is([type=checkbox], [type=radio]):not(.switch):checked {
  --o: 1
}

input:is([type=checkbox], [type=radio])+label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top
}

input[type=radio]:not(.switch) {
  border-radius: var(--rounded-full)
}

input[type=checkbox]:not(.switch) {
  border-radius: var(--border-radius)
}

input[type=checkbox]:not(.switch):after {
  border: 1.5px solid var(--active-inner);
  border-inline-start: 0;
  border-block-start: 0;
  width: 4px;
  height: 8px;
  inset-inline-start: 7px;
  inset-block-start: 4px;
  transform: rotate(calc(var(--r, 20deg) * var(--transform-logical)));
}

input[type=checkbox]:not(.switch):checked {
  --r: 43deg
}

input[type=checkbox].switch {
  border-radius: 11px;
  width: 38px
}

input[type=checkbox].switch:after {
  background: var(--ab, var(--border));
  border-radius: 50%;
  width: 15px;
  height: 15px;
  inset-inline-start: 2px;
  inset-block-start: 1.5px;
  transform: translateX(calc(var(--x, 0) * var(--transform-logical)));
}

input[type=checkbox].switch:checked {
  --ab: var(--active-inner);
  --x: 17px;
}

input[type=checkbox].switch:is(:disabled, .disabled):not(:checked):after {
  opacity: .6
}

/*! color-swatch */

.variant-picker *:focus-visible+.color-swatch {
  outline-offset: calc(2px + var(--swatch-offset) * 2);
}

.color-swatch {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(var(--color-foreground)/ var(--opacity-115));
  --swatch-radius: 0px;
  --swatch-offset: 3px;
  --swatch-size: var(--sp-7d5);
  --swatch-margin: calc(var(--swatch-offset)*2);
  background-color: var(--swatch-background);
  background-position: 50%;
  background-size: cover;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: var(--swatch-radius);
  transition: outline-color var(--animation-fast);
}

.color-swatch:before {
  --tw-shadow: inset 1px 3px 0px rgb(var(--color-foreground)/ var(--opacity-115));
  --tw-shadow-colored: inset 1px 3px 0px var(--tw-shadow-color);
  border-radius: var(--swatch-radius);
  inset: 0;
  width: 100%;
  height: 100%;
}

.color-swatch:after,
.color-swatch:before {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  content: '';
  position: absolute
}

.color-swatch:after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  --tw-shadow-color: rgb(var(--color-foreground));
  --tw-shadow: var(--tw-shadow-colored);
  border-radius: inherit;
  inset: calc(var(--swatch-offset) * -1);
  opacity: 0;
  transition: all var(--animation-short);
}

.color-swatch:after,
:checked+.color-swatch:after {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate));
}

:checked+.color-swatch:after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.color-swatch {
  --tw-ring-shadow: 0 0 #0000;
  background-color: var(--swatch-background)
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.color-swatch:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), rgb(var(--color-red-200)) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.color-swatch:after {
  --tw-shadow-color: rgb(var(--color-red-200));
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled):not(:checked)+.color-swatch:after {
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  inset: 1px;
  opacity: 1;
}

.color-swatch .tooltip {
  --tw-translate-x: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  background-color: rgb(var(--color-foreground));
  inset-block-end: calc(var(--swatch-size) + 15px);
  color: rgb(var(--color-background));
  padding: var(--sp-1d5) var(--sp-5);
  width: max-content;
}

.color-swatch .tooltip,
.color-swatch .tooltip:after {
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.color-swatch .tooltip:after {
  --tw-translate-x: -50%;
  --tw-translate-y: 0;
  border-color: rgb(var(--color-foreground)) transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  inset-block-end: -7px;
  content: '';
  display: block;
  width: 0
}

@media screen and (pointer: fine) {
  .color-swatch:hover .tooltip {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    opacity: 1;
    transition: transform var(--animation-primary), opacity var(--animation-primary);
  }
}

.label-swatch {
  --swatch-offset: 0px;
  --swatch-margin: calc(var(--swatch-offset)*2);
  border-radius: var(--swatch-radius);
  padding: var(--sp-4) var(--sp-5);
  transition: all var(--animation-short);
  border: 1px solid var(--color-definition-grey);
  color: var(--color-dark-grey);
}

.label-swatch:after {
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  --tw-shadow-color: rgb(var(--color-border));
  --tw-shadow: var(--tw-shadow-colored);
  content: '';
  position: absolute;
  border-radius: inherit;
  inset: calc(var(--swatch-offset) * -1);
  transition: all var(--animation-short);
}

/*.label-swatch:after,
:checked+.label-swatch:after {
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}*/

:checked+.label-swatch:after {
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  --tw-shadow-color: rgb(var(--color-foreground));
  --tw-shadow: var(--tw-shadow-colored)
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled):checked+.label-swatch {
  background-color: var(--color-stroke-grey);
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.label-swatch:after {
  --tw-shadow-color: rgb(var(--color-red-200));
}

.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.label-swatch:before {
  content: '';
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), var(--color-definition-grey) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}

@media screen and (pointer:fine) {
  .swatches input:is([type=checkbox], [type=radio]):not(:disabled, .disabled)+.label-swatch:hover:after {
    --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
    --tw-shadow-color: rgb(var(--color-foreground));
    --tw-shadow: var(--tw-shadow-colored);
    inset: 0
  }
}

.swatches--round .color-swatch {
  --swatch-radius: 9999px
}

.swatches--round-slight :is(.color-swatch, .label-swatch),
.swatches--round .label-swatch,
.swatches--variant .color-swatch {
  --swatch-radius: 2px
}

.variant-picker .swatches--variant .color-swatch {
  --swatch-size: clamp(var(--sp-10), 3.368vw, var(--sp-16));
}

.swatches--variant .color-swatch {
  --tw-ring-shadow: 0 0 #0000;
  --swatch-background: rgb(var(--color-foreground)/ var(--opacity-025));
  --swatch-size: clamp(var(--sp-10), 3.368vw, var(--sp-16));
}

.swatches--variant .color-swatch.with-image {
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
}

.swatches--variant .color-swatch:before {
  box-shadow: inset 0 0 0 2px transparent;
}

.swatches--variant .color-swatch:after {
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  --tw-shadow-color: rgb(var(--color-border));
  --tw-shadow: var(--tw-shadow-colored);
  opacity: 1;
  inset: 0;
}

.swatches--variant :checked+.color-swatch:before {
  box-shadow: inset 0 0 0 2px rgb(var(--color-background));
}

.swatches--variant :checked+.color-swatch:after {
  --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
  --tw-shadow-color: rgb(var(--color-foreground));
  --tw-shadow: var(--tw-shadow-colored);
}

.swatches--variant input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.color-swatch {
  background-color: rgb(var(--color-red-200)/ var(--opacity-115));
}

@media screen and (pointer:fine) {
  .swatches--variant input:is([type=checkbox], [type=radio]):not(:disabled, .disabled)+.color-swatch:hover:after {
    --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color);
    --tw-shadow-color: rgb(var(--color-foreground));
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.swatches--variant .color-swatch~span {
  max-width: clamp(var(--sp-10), 3.368vw, var(--sp-16));
}

.swatches--variant .color-swatch .count {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  border: 1px solid rgb(var(--color-border));
  height: var(--sp-5d5);
  min-width: var(--sp-5d5);
  padding-inline: var(--sp-1);
  inset-inline-end: calc(-1 * var(--sp-2));
  inset-block-start: calc(-1 * var(--sp-2));
}

.swatches--variant :checked+.color-swatch .count {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  border-color: rgb(var(--color-foreground));
}

/*! price-range */

.price-range {
  padding-block-start: var(--sp-2)
}

.input-wrapper .prefix {
  opacity: .6;
  inset-inline-start: var(--sp-5);
}

[data-rounded-input=square] .input-wrapper .input {
  border-radius: 0;
}

.input-wrapper .input {
  appearance: textfield;
  padding: var(--sp-4) var(--sp-5);
  padding-inline-start: var(--sp-8);
  height: auto;
  line-height: 1;
  text-align: end;
  border-radius: var(--rounded-full);
}

.input-wrapper .input::-moz-placeholder {
  opacity: 0.6;
}

.input-wrapper .input::placeholder {
  opacity: 0.6;
}

.input-wrapper .input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

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

.range-wrapper {
  --range-min: 0%;
  --range-max: 100%;
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--color-border)) var(--range-min), rgb(var(--color-foreground)) var(--range-min), rgb(var(--color-foreground)) var(--range-max), rgb(var(--color-border)) var(--range-max));
  border-radius: .125rem;
  height: 4px;
}

.range {
  appearance: none;
  background: none;
}

.range::-webkit-slider-thumb {
  -webkit-margin-before: -6px;
  -webkit-appearance: none;
  background-color: rgb(var(--color-background));
  border: 2px solid rgb(var(--color-foreground));
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  height: 16px;
  margin-block-start: -6px;
  position: relative;
  width: 16px;
  z-index: 1
}

.range::-webkit-slider-runnable-track {
  background-color: rgb(var(--color-background));
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%
}

.range::-moz-range-thumb {
  background-color: rgb(var(--color-background));
  border: 2px solid rgb(var(--color-foreground));
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  width: 12px
}

.range::-moz-range-progress,
.range::-moz-range-track {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%
}

.range::-moz-range-progress {
  background-color: rgb(var(--color-foreground))
}

.range::-moz-range-track {
  background-color: rgb(var(--border-color))
}

@media not screen and (pointer:fine) {
  .range::-webkit-slider-thumb {
    height: 20px;
    margin-block-start: -9px;
    width: 20px
  }

  .range::-moz-range-thumb {
    height: 16px;
    width: 16px
  }
}

.range-wrapper .range {
  height: 4px;
  vertical-align: top
}

.range-wrapper .range::-webkit-slider-runnable-track {
  background: none
}

.range-wrapper .range::-webkit-slider-thumb {
  pointer-events: auto
}

.range-wrapper .range::-moz-range-progress,
.range-wrapper .range::-moz-range-track {
  background: none
}

.range-wrapper .range::-moz-range-thumb {
  pointer-events: auto
}

/*! details-summary */

.details {
  border-block-end: 1px solid rgb(var(--color-border-light));
  box-sizing: content-box
}

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

.details .details__summary {
  padding-block: clamp(var(--sp-5), 1.473vw, var(--sp-7));
}

.details .details__summary>.icon {
  --tw-scale-y: -1;
  width: var(--sp-5);
  height: var(--sp-5);
  transform: scaleY(var(--tw-scale-y)) rotate(var(--tw-rotate));
  transition: transform var(--animation-primary);
}

.details[aria-expanded=true] .details__summary>.icon {
  --tw-scale-y: 1;
}

.details .details__helptext {
  max-height: 0;
  transition: max-height var(--animation-primary);
}

.details[open] .details__helptext {
  max-height: calc(var(--text-sm) * 1.6);
  transition-duration: 0s;
}

.details .details__content:after {
  content: '';
  display: block;
  pointer-events: none;
  padding-block-end: var(--sp-7)
}

.details:last-child .details__content:after {
  content: none;
}

.details :is(.list, .swatches) li label {
  display: flex;
}

.details:first-child .details__summary,
.details[hidden]+.details .details__summary {
  padding-block-start: 0
}

.details:last-child {
  border-block-end-width: 0
}

.details:last-child .details__content {
  padding-block-end: 0
}

/*! links */

.reversed-link,
.rte a {
  --reversed-link-gap: min(100%, 1.35em);
  background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) 0 var(--reversed-link-gap)/0 1px no-repeat;
  background-position-x: var(--transform-origin-end);
  transition: background-size var(--animation-primary)
}

@media screen and (pointer: fine) {

  .reversed-link:not([aria-disabled]):hover,
  .rte a:hover {
    background-position-x: var(--transform-origin-start);
    background-size: 100% 1px
  }
}

/*.link,
.rte a:not(.button, .reversed-link) {
  background: linear-gradient(currentColor, currentColor) 0 min(100%, 1.35em)/100% 1px no-repeat;
  background-position-x: var(--transform-origin-start);
  position: relative;
  text-decoration-line: none;
  transition: background-size var(--animation-primary), color .3s var(--animation-primary)
}*/
.product-title-link,
.product-info-message a,
.active-link {
  background: linear-gradient(currentColor, currentColor) 0 min(100%, 1.35em)/100% 1px no-repeat;
  background-position-x: var(--transform-origin-start);
  position: relative;
  text-decoration-line: none;
}

@media screen and (pointer: fine) {
  :is(.link, .rte a:not(.button, .reversed-link)):hover {
    background-position-x: var(--transform-origin-end);
    background-size: 0 1px
  }

  .text-opacity :is(.link, .rte a:not(.button, .reversed-link)):hover {
    color: rgb(var(--color-foreground))
  }
}

.text-opacity {
  color: rgb(var(--color-foreground)/ 0.6)
}

ol {
  list-style-type: decimal
}

/*! corners */

.corner {
  width: var(--border-radius);
  height: var(--border-radius);
  color: rgb(var(--color-background));
  transform: rotate(var(--tw-rotate)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media screen and (pointer: fine) {
  .corner {
    transition: all var(--animation-nav);
  }
}

.corner path:last-child {
  stroke-width: 0.225em;
  stroke: rgb(var(--color-foreground)/ var(--opacity-115));
  opacity: 0;
  transition: opacity var(--animation-nav);
}

.corner.top {
  inset-block-end: 100%;
}

.corner.bottom {
  inset-block-start: 100%;
}

.corner.left {
  left: 0;
}

.corner.right {
  right: 0;
}

.corner.bottom.right {
  --tw-scale-x: -1;
}

.corner.top.left {
  --tw-rotate: -90deg;
}

.corner.top.right {
  --tw-scale-y: -1;
  --tw-rotate: -90deg;
}

.cutout {
  z-index: -1;
  height: 1px;
  background-color: rgb(var(--color-foreground)/ var(--opacity-115));
  transition: opacity var(--animation-nav)
}

/*! sections */

.section {
  position: relative;
  color: rgb(var(--color-foreground));
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
}

.section:before {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
}

.js [role=main] .shopify-section .section:before,
.js .shopify-section-group-header-group .section:before {
  height: calc(100% + var(--border-radius));
}
.shopify-section.topbar-section .section:before {
  display: none;
}
.js .shopify-section-group-header-group .section.header:before,
.js .shopify-section-group-header-group .section.section--last-rounded:before,
.js .shopify-section-group-header-group .section.section--next-rounded.header:before {
  height: 100%;
}

.js .shopify-section-group-header-group .section.section--next-rounded:before {
  height: calc(100% + var(--border-radius));
}

.js .shopify-section-group-header-group .section.section--first-rounded {
  border-start-end-radius: 0;
  border-start-start-radius: 0;
}

.section--padding {
  padding-block-start: calc(var(--section-padding-top) * 0.75);
  padding-block-end: calc(var(--section-padding-bottom) * 0.75);
}

@media screen and (min-width: 768px) {
  .section--padding {
    padding-block-start: var(--section-padding-top);
    padding-block-end: var(--section-padding-bottom);
  }
}

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

.js .section--rounded:before {
  height: calc(100% + var(--border-radius));
  border-start-end-radius: var(--border-radius);
  border-start-start-radius: var(--border-radius);
}

.footer-group .section--next-rounded,
.footer-group .section--next-rounded:before,
.footer-group .section--next-rounded :is(.banner__map, .banner__media) {
  border-end-end-radius: var(--border-radius);
  border-end-start-radius: var(--border-radius);
}

.section--divider:after {
  content: '';
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
  border-block-start: 1px solid rgb(var(--color-border));
}

.section--plain {
  background-image: none;
  background-color: rgb(var(--color-base-background));
}

.section--plain:before {
  background-image: none;
  background-color: rgb(var(--color-base-background));
}

/*! header */
@media screen and (min-width: 2000px) {
  .shopify-section.shopify-section-group-header-group.header-section {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .slideshow-content.page-width {
    left: calc(50% - 960px);
  }
  header.page-width {
    max-width: unset;
  }
  .topbar.block-padding {
    padding-inline: 30px;
    max-width: unset;
  }
  .newsletter-section .block-padding {
    padding-inline: 0;
  }
  .footer.block-padding {
    padding-inline: 0;
  }
  .footer_bottom.block-padding {
    padding-inline: 0;
  }
  .collection-banner-section {
    max-width: 1920px;
    left: calc(50% - 960px);
  }
}

.header-section {
  --header-items-gap: 0.75rem;
  --header-nav-gap: clamp(1rem, 2vw, 24px);
}

@media screen and (min-width: 1024px) {
  .header-section {
    --header-items-gap: 2em;
    --header-nav-gap: 2em;
  }
}

@media screen and (min-width: 1400px) {
  .header-section {
    --header-items-gap: 2.5em;
    --header-nav-gap: 2.5em
  }
}

.header {
  --animation-nav-delay: 0.1s;
  --header-grid-template: "logo icons" /minmax(0, 1fr) auto;
  --header-background-opacity: 1;
  --header-logo-opacity: 1;
  column-gap: var(--header-items-gap);
  grid-template: var(--header-grid-template);
  background: none;
  min-height: 40px;
}

.header[is=sticky-header] {
  transition: var(--animation-nav);
  transition-property: opacity, transform, padding-block;
}

.header-section .header:before {
  content: '';
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgb(var(--color-background));
  opacity: var(--header-background-opacity);
}

@media screen and (pointer: fine) {
  .header-section .header:before {
    transition: opacity var(--animation-nav) var(--animation-nav-delay)
  }

  :is(.topbar-section, .timer-section)+.header-section .header:before {
    transition-property: opacity, border-radius;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header,
  .topbar {
    --animation-nav: 0s;
    --animation-nav-delay: 0s;
  }

  .header-section .header~.overlay,
  .header .header__menu>ul .menu__item .btn-text:after {
    transition: none;
  }
}

:is(.header--left-center, .header--center) .list-menu {
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .menu-drawer-button {
    display: none;
  }

  .header--left {
    --header-grid-template: "logo navigation icons" /auto minmax(0, 1fr) auto;
  }

  .header--left-center {
    --header-grid-template: "logo navigation icons" /minmax(0, 1fr) fit-content(70%) minmax(0, 1fr);
  }

  .header--left-drawer {
    --header-grid-template: "logo icons" /minmax(0, 1fr) auto;
  }

  .header--left-drawer .header__navigation {
    display: none;
  }

  .header--left-drawer .menu-drawer-button {
    display: flex;
  }

  .header--center-left {
    --header-grid-template: "navigation logo icons" /minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .header--center-split {
    --header-grid-template: "tools navigation logo navigation-split icons" /130px minmax(0, 1fr) auto minmax(0, 1fr) 130px;
  }

  .header--center-split .header__icons--start {
    display: flex;
  }

  .header--center-split .header__icons--end .search-drawer-button {
    display: none;
  }

  .header--center {
    --header-grid-template: "tools logo icons" "navigation navigation navigation" /minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .header--center .header__icons--start {
    display: flex;
  }

  .header--center .header__icons--end .search-drawer-button {
    display: none;
  }

  .header--center .header__navigation {
    z-index: 1;
    max-height: var(--header-nav-height);
    transition: var(--animation-nav);
    transition-property: max-height, padding-block, opacity, color;
  }

  .header-scrolled .header--center .header__navigation:not(.active) {
    max-height: 0;
    opacity: 0;
  }

  .header-section:not(.header-scrolled) .header--center .header__navigation,
  .header-scrolled .header--center .header__navigation.active {
    padding-block-start: calc(var(--section-padding-bottom) / 2);
  }

  .header-section:not(.header-scrolled) .header--center .menu-toggle-button {
    display: none;
  }

  .header--center-drawer {
    --header-grid-template: "tools logo icons" /minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .header--center-drawer .header__icons--start {
    display: flex;
  }

  .header--center-drawer .header__icons--start .menu-drawer-button {
    display: block;
  }

  .header--center-drawer .header__icons--start .search-drawer-button,
  .header--center-drawer .header__navigation {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .mobile\:header--center {
    --header-grid-template: "tools logo icons" /minmax(0, 1fr) auto minmax(0, 1fr);
  }

  .mobile\:header--center .header__icons--start {
    display: flex;
  }

  .mobile\:header--center .header__icons--start .search-drawer-button,
  .mobile\:header--center .header__icons--end .menu-drawer-button {
    display: none;
  }

  .mobile\:header--center .header__logo {
    text-align: center;
    margin-inline: auto;
  }
}

.header__logo {
  grid-area: logo;
  max-width: max-content;
}

@media screen and (max-width: 1023px) {
  .header__logo {
    max-width: calc(100vw - var(--sp-48) - var(--scrollbar-width, 0px));
    text-align: center;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1023px) {
  .mobile\:header--left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile\:header--left .header__logo {
    max-width: calc(100% - calc(var(--sp-6) * 4) - calc(var(--header-items-gap) * 2));
    text-align: start;
    margin: 0;
  }
}

@media screen and (pointer: fine) {
  .header__logo :is(a, img) {
    transition: opacity var(--animation-nav) var(--animation-nav-delay);
  }

  .header__logo a.h3 {
    transition-property: color;
  }
}

.header__logo a,
.header__logo a:hover {
  color: inherit;
  text-decoration: none;
}

.header__logo .has-white-logo .logo {
  opacity: var(--header-logo-opacity);
}

.header__logo .white-logo {
  opacity: calc(1 - var(--header-logo-opacity));
}

.header__navigation {
  grid-area: navigation;
  transition: color var(--animation-nav) var(--animation-nav-delay)
}

.header__navigation--split {
  grid-area: navigation-split;
}

.header__icons {
  grid-area: icons;
}

.header__icons--start {
  display: none;
  grid-area: tools;
}

@media screen and (pointer: fine) {
  .header__buttons {
    transition: color var(--animation-nav) var(--animation-nav-delay)
  }
}

.header__buttons>:is(a, button) {
  width: 30px;
  height: 30px;
}

.header__buttons .menu-drawer-button .icon {
  width: var(--sp-6);
  height: var(--sp-6);
}

.header__menu>ul {
  column-gap: var(--header-nav-gap)
}

.header__menu>ul summary:focus-visible magnet-element {
  outline: 2px solid rgb(var(--color-keyboard-focus));
  outline-offset: 3px;
}

.header__menu>ul summary::-webkit-details-marker {
  display: none;
}

.header__menu>ul .menu__item {
  height: var(--sp-12);
  font-family: var(--font-navigation-family);
  text-transform: var(--font-navigation-text-transform);
}

.header__menu>ul.with-dot .menu__item .btn-text:after {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  content: '';
  background-color: currentColor;
  border-radius: 50%;
  display: block;
  width: var(--sp-1d5);
  height: var(--sp-1d5);
  inset-inline-start: 50%;
  inset-block-end: -.5em;
  position: absolute;
  transition: transform var(--animation-fast);
  transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.header__menu>ul li[aria-controls] .menu__item:hover .btn-text:after,
.header__menu>ul li[aria-expanded=true] .menu__item .btn-text:after,
.header__menu>ul.with-dot summary[open] .menu__item .btn-text:after {
  --tw-scale-x: 1;
  --tw-scale-y: 1
}

.header__menu>ul .menu__item .btn-text {
  gap: var(--sp-2);
}

.header__menu>ul .menu__item .icon {
  width: var(--sp-2d5);
  height: var(--sp-2d5);
}

.header__menu>ul.with-block {
  gap: 0;
}

.header__menu>ul.with-block.gap-1 {
  gap: var(--sp-1);
}

.header__menu>ul.with-block .menu__item {
  overflow: hidden;
  height: 30px;
  padding-inline: 15px;
}

.header__menu>ul.with-block .menu__item .icon {
  transform: scaleY(var(--tw-scale-y));
  transition: transform var(--animation-primary);
}

.header__menu>ul.with-block .menu__item [data-text] {
  transition: var(--animation-primary);
  transition-property: transform, opacity;
}

/*.header__menu>ul.with-block .menu__item .btn-duplicate {
  --tw-scale: 0.6;
  --tw-translate-y: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-inline: var(--sp-5);
  border-radius: var(--rounded-full);
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-foreground));
  transition: transform var(--animation-primary);
  transform: translateY(var(--tw-translate-y)) scale(var(--tw-scale));
}

.header__menu>ul.with-block>li>details>summary[open] .menu__item .btn-duplicate {
  --tw-scale: 1;
  --tw-translate-y: 0%;
}

.header__menu>ul.with-block>li>details>summary[open] .menu__item [data-text] {
  opacity: 0;
  transform: translateY(-10%) scale(0.6);
}

.header__menu>ul.with-block>li>details>summary[open] .menu__item .icon {
  --tw-scale-y: -1
}

@media screen and (pointer: fine) {
  .header__menu>ul.with-block>li:hover .menu__item .btn-duplicate {
    --tw-scale: 1;
    --tw-translate-y: 0%;
  }

  .header__menu>ul.with-block>li:hover .menu__item [data-text] {
    opacity: 0;
    transform: translateY(-10%) scale(0.6);
  }
}*/

.header .dropdown {
  padding-block-start: calc(var(--header-height) - 1px);
}

@media screen and (min-width: 768px) {
  .header-scrolled .dropdown {
    padding-block-start: calc(var(--header-height) - 1px - calc(var(--section-padding-top) * 25/100) - calc(var(--section-padding-bottom) * 25/100));
  }
}

/*! header-sticky */

.header-scrolled .header__corner path:first-child {
  fill: rgb(var(--color-background));
}

.header-scrolled .header__corner path:last-child,
.header-scrolled .header__cutout {
  opacity: 1;
}

/*.header-scrolled .header {
  padding-block-start: calc(var(--section-padding-top) * 0.75);
  padding-block-end: calc(var(--section-padding-bottom) * 0.75);
}*/

.header-section.header-scrolled .header:before {
  border-radius: 0;
}

.header-sticky {
  z-index: 20;
  position: sticky;
  inset-block-start: 0;
}
.header .header__logo svg {
  width: 20px;
  height: auto;
  display: block;
}
.header .desktop-logo-full {
  position: absolute;
  left: calc(50% - 130px);
  width: 260px;
  z-index: 1;
  transition: all var(--animation-primary);
}
@media screen and (max-width: 1279px) {
  .header .desktop-logo-full {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header .desktop-logo-full {
    display: block;
    position: initial;
    width: 180px;
  }
}
.header-scrolled .header .desktop-logo-full {
  width: 200px;
  left: calc(50% - 100px);
}
.header .desktop-logo-full svg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1023px) {
  .header .desktop-logo-full,
  .header-scrolled .header .desktop-logo-full {
    position: initial;
    width: 180px;
  }
}
/*! header-transparent */

.header-transparent .header {
  position: absolute;
  inset-block-start: auto;
}

.header-transparent.header-scrolled .header {
  position: fixed;
  inset-block-start: 0;
}

.header-transparent:not(.header-scrolled) .header {
  --header-background-opacity: 0;
  --header-logo-opacity: 0;
  color: rgb(var(--color-transparent));
}
body:not(.has-dropdown-menu) .header-transparent:not(.header-scrolled) .header .header__logo svg path {
  fill: white;
  transition: all var(--animation-primary);
}
body:not(.has-dropdown-menu) .header-transparent:not(.header-scrolled) .header .desktop-logo-full svg path {
  fill: white;
  transition: all var(--animation-primary);
}

.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner,
.header-section:not(.header-scrolled).header-transparent .header__corner {
  color: transparent;
  width: 0;
  height: 0;
}

.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner.left,
.header-section:not(.header-scrolled).header-transparent .header__corner.left {
  --tw-translate-x: calc(var(--border-radius) * -1)
}

.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner.right,
.header-section:not(.header-scrolled).header-transparent .header__corner.right {
  --tw-translate-x: var(--border-radius)
}

.header-hidden[data-sticky-type=on-scroll-up] {
  pointer-events: none;
}

.header-hidden .header[is=sticky-header][data-sticky-type=on-scroll-up] {
  transform: translateY(-100%);
}

.header-transparent.no-animate {
  --animation-nav: none;
  --animation-nav-delay: 0s;
}

/*@supports selector(:has(> *)) {
  .js :has(.shopify-section:first-child [allow-transparent-header]) .header-section:not(.header-transparent) .header {
    --animation-nav: none;
    --animation-nav-delay: 0s;
    --header-background-opacity: 0;
    --header-logo-opacity: 0;
    position: absolute;
    color: rgb(var(--color-transparent));
  }

  .no-js :has(.shopify-section:first-child [allow-transparent-header]) .header__corner,
  .js :has(.shopify-section:first-child [allow-transparent-header]) .header-section:not(.header-transparent) .header__corner {
    color: transparent;
    width: 0;
    height: 0;
  }

  .no-js :has(.shopify-section:first-child [allow-transparent-header]) .header__corner.left {
    --tw-translate-x: calc(var(--border-radius) * -1)
  }

  .no-js :has(.shopify-section:first-child [allow-transparent-header]) .header__corner.right {
    --tw-translate-x: var(--border-radius)
  }

  .no-js :is(.topbar-section, .timer-section)+.header-section :is(.mega-menu, .mega-menu__container) {
    border-start-start-radius: 0;
    border-start-end-radius: 0;
  }
}*/

/*! countdown-condensed */

.countdown-condensed {
  font-size: var(--text-2sm);
}

@media screen and (min-width: 1536px) {
  .countdown-condensed {
    font-size: var(--text-sm);
  }
}

@media screen and (min-width: 768px) {
  .countdown-condensed {
    gap: min(1.5vw, 3.5rem);
  }
}

.countdown-condensed .countdown__timer {
  --countdown-gap: var(--sp-7);
}

.countdown-condensed .countdown__item {
  position: relative;
  gap: var(--sp-1);
}

.countdown-condensed .countdown__item p {
  position: static;
}

.countdown-condensed .countdown__item p:after {
  font-size: inherit;
  color: inherit;
  inset-block-start: 50%;
  transform: translateX(calc(50% * var(--transform-logical))) translateY(-50%);
}

.countdown-condensed .countdown__item span {
  font-size: var(--text-2xs);
  font-weight: 400;
}

.countdown-condensed .countdown__timer:is(.heading, .body) .countdown__item p {
  font-weight: var(--font-medium);
}

.countdown-condensed .countdown__timer[data-compact=true] {
  --countdown-gap: var(--sp-4);
}

.countdown-condensed .countdown__timer[data-compact=true] .countdown__item p:after {
  inset-block-start: unset;
  transform: translateX(calc(50% * var(--transform-logical)));
}

@media screen and (max-width: 767px) {
  .countdown-condensed .countdown__timer[data-compact] {
    --countdown-gap: var(--sp-4);
  }
  
  .countdown-condensed .countdown__timer[data-compact] .countdown__item p {
    position: relative;
  }
  
  .countdown-condensed .countdown__timer[data-compact] .countdown__item p:after {
    inset-block-start: unset;
    transform: translateX(calc(50% * var(--transform-logical)));
  }
}

/*! announcement-bar */

.topbar-section {
  color: rgb(var(--color-foreground));
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
  height: var(--topbar-height);
  font-size: var(--text-2sm);
  transition: height var(--animation-nav);
}

@media screen and (min-width: 1536px) {
  .topbar-section {
    font-size: var(--text-sm);
  }
}

.topbar {
  --topbar-grid-template: "announcement" /auto;
  grid-template: var(--topbar-grid-template);
  gap: min(1.5vw, 3.5rem);
}

.topbar .localization .localization-trigger {
  z-index: 1;
}
.topbar .help-menu__item {
  color: var(--color-black);
}
.topbar .localization-trigger {
  color: var(--color-black);
}
.topbar .localization-trigger > span {
  color: var(--color-dark-grey);
}
@media screen and (min-width: 1024px) {
  .topbar--center {
    --topbar-grid-template: "socials announcement localization" /minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr)
  }

  .topbar--center.topbar--inverted {
    --topbar-grid-template: "localization announcement socials" /minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr)
  }

  .topbar--start {
    --topbar-grid-template: "announcement socials localization" /minmax(0, 1fr) auto auto
  }

  .topbar--start.topbar--inverted {
    --topbar-grid-template: "announcement localization socials" /minmax(0, 1fr) auto auto
  }

  .topbar--end {
    --topbar-grid-template: "socials localization announcement" /auto auto minmax(0, 1fr)
  }

  .topbar--end.topbar--inverted {
    --topbar-grid-template: "localization socials announcement" /auto auto minmax(0, 1fr)
  }

  .topbar--center:not(.topbar--inverted) .localization,
  .topbar--center.topbar--inverted .social-icons,
  .topbar--start:not(.topbar--inverted) .localization,
  .topbar--start.topbar--inverted .social-icons {
    justify-content: flex-end;
  }

  .topbar--inverted .localization__item .dropdown.left-0 {
    inset-inline-start: unset;
    inset-inline-end: 0;
  }

  .topbar--inverted .localization__item .dropdown.right-0 {
    inset-inline-end: unset;
    inset-inline-start: 0;
  }

  .topbar--only {
    --topbar-grid-template: "announcement" /minmax(0, 1fr)
  }
}

.topbar .social-icons {
  grid-area: socials
}

.topbar .announcement-bar {
  grid-area: announcement
}

.topbar .localization > div {
  padding-left: min(1.5vw, 3.5rem);
}

.topbar .localization {
  grid-area: localization
}

.topbar .localization__item+.localization__item .dropdown {
  inset-inline-end: 0;
  margin-inline-start: 0;
}

.topbar .dropdown {
  min-width: 140px;
  margin-inline-start: calc(var(--sp-8) * -1);
}

.topbar .dropdown__container {
  padding: 15px 10px;
}
dropdown-help .dropdown__container {
  top: -10px;
}
dropdown-help .dropdown__container a.text-label {
  letter-spacing: 0.1em;
  font-weight: 400;
  color: var(--color-black);
}
.topbar .dropdown__nav {
  margin-inline-end: 5px;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scrollbar-width: none
}
.topbar .help-menu__item .dropdown__nav {
  max-height: unset;
}
.topbar .dropdown__nav {
  gap: 15px;
}
.topbar .dropdown__nav::-webkit-scrollbar {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  border-radius: var(--rounded-full);
  width: 3px
}

.topbar .dropdown__nav::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgb(var(--color-foreground)/ 0.2);
  border-radius: var(--rounded-full)
}

.topbar .dropdown__nav .active {
  opacity: 0.4;
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .topbar .dropdown {
    margin-inline-start: var(--sp-0d5);
  }
}

@media screen and (min-width: 1024px) {
  .announcement-bar {
    max-width: 56rem
  }

  .announcement-bar.without-nav {
    max-width: unset;
  }

  .announcement-bar.without-nav :is(.flickity-slider, .announcement__slide) {
    transform: none !important;
  }

  .announcement-bar.without-nav .announcement__slide {
    width: 100%;
  }

  .announcement-bar.without-nav.lg\:justify-center .announcement__slide {
    justify-content: center;
  }

  .announcement-bar.without-nav.lg\:justify-end .announcement__slide {
    justify-content: flex-end;
  }
}

.announcement-bar .flickity-viewport {
  width: 100%;
  height: 100% !important;
}

.announcement-bar .fader {
  padding-inline: var(--sp-3d5);
}

.announcement-bar .fader.left {
  order: -1;
  margin-inline-start: calc(var(--sp-3d5) * -1)
}

.announcement-bar .fader.right {
  margin-inline-end: calc(var(--sp-3d5) * -1)
}

@media screen and (min-width: 1280px) {
  .announcement__slides.flickity {
    max-width: 28rem;
    min-width: 28rem
  }
}

.announcement-bar .slideshow-control:focus {
  width: auto;
  height: auto;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-start: auto;
  inset-inline-end: 0;
  border-radius: 0;
  background: none;
  color: rgb(var(--color-foreground));
}

.announcement-bar .slideshow-control .icon {
  width: var(--sp-3);
  height: var(--sp-3);
}

.no-js .announcement-bar .fader,
.no-js .announcement__slide {
  display: none;
}

.no-js .announcement__slide:first-child {
  display: flex;
}

.announcement__slides>.announcement__slide~.announcement__slide {
  display: none;
}

[loaded] .announcement__content {
  transition: var(--animation-smooth);
  transition-property: opacity, transform;
}

.announcement__slide[aria-hidden] .announcement__content {
  opacity: 0;
  transform: translateY(100%);
}

.no-js .announcement__content {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .flickity-enabled .announcement__content {
    transform: translateY(0);
  }
}

@media screen and (min-width: 1280px) {
  .localization__item .icon-language {
    width: var(--sp-4d5);
    height: var(--sp-4d5);
  }
}
.announcement-text {
  text-align: center;
}
.localization__item .icon-chevron-down {
  transform: scaleY(var(--tw-scale-y));
  transition: transform var(--animation-primary);
}

.localization__item[aria-expanded=true] .icon-chevron-down {
  --tw-scale-y: -1;
}

/*! drawer */

.modal-scrollbar-measure {
  display: block;
  position: absolute;
  inset-block-start: -100rem;
  width: 5rem;
  height: 5rem;
  overflow: scroll;
}

.has-modal-opening,
.has-modal-open {
  overflow: hidden;
  padding-inline-end: var(--scrollbar-width);
}

body.rebuy-modal-visible:not(.has-modal-open),
body.rebuy-cart-visible:not(.has-modal-open),
body.rebuy-bundle-builder-container-visible:not(.has-modal-open) {
  overflow-y: auto !important;
}

html.touch .has-modal-open {
  touch-action: none
}

.has-modal-open #ada-button-frame {
  display: none !important;
}

.drawer {
  --color-foreground: var(--color-drawer-text);
  --color-background: var(--color-drawer-background);
  --color-overlay: var(--color-drawer-overlay);
  --color-button-background: var(--color-drawer-button-background);
  --color-button-gradient: var(--color-drawer-button-gradient);
  --color-button-border: var(--color-drawer-button-background);
  --color-button-text: var(--color-drawer-button-text);
  --color-border: var(--color-foreground)/ 0.1;
  --color-border-dark: var(--color-foreground)/ 0.4;
  --color-border-light: var(--color-foreground)/ 0.06;
}

.drawer .overlay {
/*  cursor: none;*/
  transition: .8s cubic-bezier(.7, 0, .2, 1);
  transition-property: opacity, visibility, background-color;
}

.drawer--start .overlay {
  background: linear-gradient(to var(--transform-origin-start), rgb(var(--color-overlay)/ 0.2) 20%, rgb(var(--color-overlay)/ 0.5) 60%)
}

.drawer--end .overlay {
  background: linear-gradient(to var(--transform-origin-end), rgb(var(--color-overlay)/ 0.2) 20%, rgb(var(--color-overlay)/ 0.5) 60%)
}

@media screen and (min-width: 1280px) {
  .drawer--start .overlay {
    background: linear-gradient(to var(--transform-origin-start), rgb(var(--color-overlay)/ 0.2) 40%, rgb(var(--color-overlay)/ 0.5) 80%)
  }

  .drawer--end .overlay {
    background: linear-gradient(to var(--transform-origin-end), rgb(var(--color-overlay)/ 0.2) 40%, rgb(var(--color-overlay)/ 0.5) 80%)
  }
}

.drawer__header {
  padding: var(--sp-8) var(--sp-5) var(--sp-6);
  transition: var(--animation-primary) .1s;
  transition-property: opacity, visibility;
}

@media screen and (min-width: 1024px) {
  .drawer__header {
    padding-inline: var(--sp-12)
  }
}

@media screen and (min-width: 1536px) {
  .drawer__header {
    padding-block-end: var(--sp-8);
    padding-block-start: var(--sp-10)
  }
}

.drawer__close {
  height: 30px;
  width: 30px;
  margin-inline-start: auto;
}
.drawer__close:after {
  display: none;
}
.drawer__close .icon+.icon {
  transition: var(--animation-fast);
  transition-property: opacity, visibility;
}

.drawer.loading .drawer__close {
  --border-opacity: 0;
}

.drawer.loading .drawer__close .icon:first-child {
  opacity: 0;
}

.drawer.loading .drawer__close .icon+.icon {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

.drawer__content {
  overflow-x: hidden;
  overflow-y: auto;
  transition: var(--animation-primary) .1s;
  transition-property: opacity, visibility;
}

.drawer__inner {
  max-width: 36rem;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
}
.drawer--start .drawer__inner {
  --tw-translate-x: -100%;
  inset-inline-start: 0;
}

[data-rounded-block=round] .drawer--start .drawer__inner {
  border-end-end-radius: var(--sp-8d5);
  border-start-end-radius: var(--sp-8d5);
}

.drawer--end .drawer__inner {
  --tw-translate-x: 100%;
  inset-inline-end: 0;
}

[data-rounded-block=round] .drawer--end .drawer__inner {
  border-end-start-radius: var(--sp-8d5);
  border-start-start-radius: var(--sp-8d5);
}

.loaded .drawer__inner {
  transition: transform .6s cubic-bezier(.7, 0, .2, 1)
}

.drawer[open] {
  pointer-events: auto
}

.drawer[active]>.drawer__inner {
  --tw-translate-x: 0;
}

.drawer[active]>.drawer__inner>:is(.drawer__content, .drawer__header) {
  opacity: 1;
  visibility: visible;
  transition: var(--animation-primary) .35s;
  transition-property: opacity, visibility;
}

.drawer[active]>.overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loaded .drawer[open=immediate]>.drawer__inner,
.drawer[open=immediate]>.overlay,
.drawer[open=immediate]>.drawer__inner>:is(.drawer__content, .drawer__header) {
  transition: none;
  opacity: 1;
  visibility: visible;
}
.mobile-drawer-full.cart-drawer .drawer__inner {
  max-width: 450px;
}
@media screen and (max-width: 639px) {
  html.js .drawer:not(.mobile-drawer-full) .overlay {
    background: none
  }

  html.js .drawer:not(.mobile-drawer-full) .drawer__header:before {
    --tw-translate-x: -50%;
    content: '';
    background-color: rgb(var(--color-border));
    border-radius: var(--rounded-full);
    height: var(--sp-1);
    width: var(--sp-12);
    position: absolute;
    inset-block-start: var(--sp-2d5);
    inset-inline-start: 50%;
    transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
  }

  html.js .drawer:not(.mobile-drawer-full) .drawer__close {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  html.js .drawer:not(.mobile-drawer-full) .drawer__inner {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    border-start-end-radius: var(--sp-5);
    border-start-start-radius: var(--sp-5);
    height: 100%;
    width: 100%;
    max-height: calc(100% - 60px);
    max-width: none;
    inset-block-start: auto;
    inset-block-end: 0;
    transform: translate3d(0, 100%, 0);
  }

  html.js .drawer:not(.mobile-drawer-full)[active]>.drawer__inner {
    transform: translateZ(0)
  }

  html.js .drawer:not(.mobile-drawer-full)[active]>.overlay {
    background: none;
    background-color: rgb(var(--color-overlay)/ 0.7);
    transform: translateZ(0)
  }
  .mobile-drawer-full .drawer__inner {
    max-width: 90%;
  }
  html.js .drawer.search-drawer .drawer__header:before {
    display: none;
  }
  html.js .drawer.search-drawer .drawer__header {
    padding: 0;
    z-index: 1;
  }
  html.js .drawer.search-drawer .drawer__inner {
    max-height: unset;
  }
  html.js .drawer.search-drawer .drawer__close {
    clip: unset;
    height: 30px;
    width: 30px;
    margin: 0;
    right: 25px;
    top: 30px;
  }
  .drawer.search-drawer .search__field input {
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .loaded .drawer__inner {
    transition: opacity var(--animation-primary);
  }

  .drawer .overlay {
    transition: var(--animation-primary);
    transition-property: opacity, visibility;
  }

  .drawer__inner {
    opacity: 0;
  }

  :is(.drawer--start, .drawer--end) .drawer__inner {
    transform: translateZ(0)
  }

  .drawer[active]>.drawer__inner {
    opacity: 1;
  }

  .drawer[active]>.drawer__inner>:is(.drawer__content, .drawer__header) {
    transition-delay: 0s;
  }
}

/*! modal */

.x-modal .overlay {
  background: rgb(var(--color-overlay)/ 0.7);
}

.x-modal .drawer__scrollable>* {
  padding-block-end: var(--sp-9)
}

.x-modal .drawer__scrollable>:last-child {
  padding-block-end: 0
}

@media screen and (min-width: 640px) {
  .x-modal:not([hidden]) {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .x-modal .drawer__header {
    border-block-end: 0;
    padding-block-end: 0;
  }

  .x-modal .drawer__inner {
    position: static;
    height: auto;
    max-height: 90vh;
    max-width: 60rem;
    margin-inline: var(--gap-padding);
    transform: scale(0.8);
    opacity: 0;
    border-radius: var(--rounded-block);
  }

  .x-modal[active]>.drawer__inner {
    opacity: 1;
    transform: scale(1);
  }

  .loaded .x-modal .drawer__inner {
    transition-property: transform, opacity;
  }
}

@media (prefers-reduced-motion: reduce) {
  .x-modal .drawer__inner {
    transform: scale(1);
  }
}

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

/*! search-drawer */

.search-drawer .drawer__scrollable {
  padding-block-end: 0;
}

.search-drawer .drawer__scrollable .drawer__sticky {
  padding-block-start: 0;
}

.search__recommendation {
  padding-block-end: var(--sp-8);
}

.search__form[results] .search__recommendation {
  display: none;
}

.search__form[results] .search__results {
  display: flex;
}

.search__results {
  display: none;
}

.search__results mark {
  background-color: transparent;
  color: rgb(var(--color-foreground)/ 0.4);
}

.search__field {
  --input-height: var(--sp-15);
  --input-padding-inline: var(--sp-5);
}

@media screen and (min-width: 1024px) {
  .search__field {
    --input-padding-inline: var(--sp-7);
  }
}

.search__field .input {
  font-size: var(--text-base);
  line-height: 1;
  font-weight: var(--font-medium);
}

@media screen and (min-width: 768px) {
  .search__field .input {
    font-size: var(--text-lg);
  }
}

.search__field .input::-webkit-search-cancel-button,
.search__field .input::-webkit-search-decoration {
  display: none;
}

.search__field .clear {
  inset-inline-end: var(--input-padding-inline);
  transition: opacity .2s;
}

.search__field .input:not(:placeholder-shown)~.clear {
  opacity: 1;
}

.search__field .input:not(:-moz-placeholder-shown)~.clear {
  opacity: 1
}

.search__field .clear span,
.search__field .clear .icon {
  transition: var(--animation-fast);
  transition-property: opacity, visibility;
}

.search__form[loading] .search__field .clear span {
  opacity: 0;
}

.search__form[loading] .search__field .clear .icon {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

.js .search__field .typed:not([hidden])~* {
  opacity: 0;
}

.search__field .typed {
  cursor: text;
  padding-inline-start: var(--input-padding-inline);
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
  border: var(--inputs-border-width) solid rgb(var(--color-foreground)/ var(--border-opacity));
  border-radius: var(--inputs-radius);
  transition: var(--animation-primary);
  transition-property: border-color, background-color;
}

.search__field .typed .blink {
  animation: blink 0.7s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@media screen and (pointer: fine) {

  .search__field:hover .input,
  .search__field:hover .typed {
    box-shadow: none;
    border-color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-foreground)/ var(--opacity-045));
    outline: none;
  }
}

.search__heading {
  padding-block-end: var(--sp-2);
  color: rgb(var(--color-foreground)/ 0.5);
  border-block-end: 1px solid rgb(var(--color-border-light));
}

.search-drawer .horizontal-product {
  padding-block-end: var(--sp-4d5);
}

.search-drawer .horizontal-product+.horizontal-product {
  padding-block-start: 0;
  border-block-start: 0;
}

.no-js .search__field .typed {
  display: none;
}

/*! cart-drawer */

.cart-drawer .modal .close {
  width: var(--sp-12);
  height: var(--sp-12);
}

@media screen and (min-width: 640px) {
  .cart-drawer .modal .close {
    position: static;
    width: auto;
    height: auto;
  }
}

.search__empty {
  padding-block: var(--sp-8);
}

@media screen and (min-width: 1024px) {
  .drawer__empty {
    margin-block: auto;
  }

  .search__empty .drawer__empty {
    transform: translateY(calc(var(--sp-8) * -1));
  }
}
.empty-cart-message {
  color: var(--color-definition-grey);
  max-width: 300px;
}
.empty-cart-message p {
  margin: 0;
}
.drawer__empty-collections a {
  padding: var(--sp-3) var(--sp-5);
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
  transition: background-color var(--animation-primary)
}

[data-rounded-block=round] .drawer__empty-collections a {
  border-radius: var(--sp-3);
}

@media screen and (pointer: fine) {
  .drawer__empty-collections .icon {
    transition: transform var(--animation-primary)
  }

  .drawer__empty-collections a:hover {
    background-color: rgb(var(--color-foreground)/ var(--opacity-045));
  }

  .drawer__empty-collections a:hover .icon {
    --tw-translate-x: calc(var(--sp-1) * var(--transform-logical));
  }
}

.drawer__empty-collections img {
  max-width: var(--sp-8d5);
}

.drawer__empty .icon-xxxl {
  width: var(--sp-12);
  height: var(--sp-12);
}

.drawer__tabs {
  transition: all var(--animation-primary);
  transition-delay: .1s
}

.drawer__tab {
  line-height: 1.6;
  opacity: .2;
  transition: opacity var(--animation-primary)
}

.drawer__tab .count {
  inset-block-start: calc(var(--sp-0d5) * -1);
  inset-inline-start: calc(100% + var(--sp-1));
}

@media screen and (pointer: fine) {
  .drawer__tab:hover {
    opacity: 1
  }
}

.drawer__tab[aria-expanded=true] {
  opacity: 1;
  pointer-events: none
}

.drawer__panel {
  height: 0;
}

.drawer__panel[open] {
  flex: 1;
  height: 100%;
  opacity: 1;
  transition: opacity var(--animation-primary)
}

.drawer__scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 15px;
}

.drawer__scrollable {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-color: auto;
  scrollbar-width: thin
}

.drawer__scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  border-radius: var(--rounded-full);
  width: var(--sp-1d5)
}

.drawer__scrollable::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgb(var(--color-foreground)/ 0.2);
  border-radius: var(--rounded-full)
}

.drawer__scrollable .item {
  background-color: rgb(229 229 229);
  height: 100px;
  margin-block-end: var(--sp-3);
  width: 100%
}

.drawer__scrollable .drawer__sticky {
  margin-block-start: auto;
  padding-block: var(--sp-6);
}

.drawer__footer {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.drawer__footer-top {
  border-block-start: 1px solid rgb(var(--color-border-light));
  padding-block: var(--sp-3);
}

@media screen and (min-width: 768px) {
  .drawer__footer-top {
    padding-block: var(--sp-4);
  }
}

.drawer__footer-top>button+button {
  border-inline-start: 1px solid rgb(var(--color-border));
}

.drawer__footer-bottom {
  padding: clamp(var(--sp-6), 2.315vw, var(--sp-12)) var(--sp-5)
}

@media screen and (min-width: 1024px) {
  .drawer__footer-bottom {
    padding-inline: var(--sp-12);
  }
}

.drawer__footer-bottom :is(.tax-note, .totals__subtotal) {
  line-height: 1.375
}

.drawer__footer-bottom .discounts {
  padding-block-end: var(--sp-4);
  border-block-end: 1px solid rgb(var(--color-border));
}

.drawer .modal {
  transition: all .3s ease;
  z-index: 3
}

.drawer .modal .fixed-modal {
  background: linear-gradient(to bottom, rgb(var(--color-drawer-overlay)/ 0.1) 30%, rgb(var(--color-drawer-overlay)/ 0.3) 80%);
  cursor: none;
  transition: opacity .6s cubic-bezier(.7, 0, .2, 1);
}

.drawer .modal__container {
  --tw-translate-y: 100%;
  background-color: rgb(var(--color-background));
  transform: translateY(var(--tw-translate-y));
  transition: transform .6s cubic-bezier(.7, 0, .2, 1);
  max-height: calc(100% - 60px);
}

[data-rounded-block=round] .drawer .modal__container {
  border-start-start-radius: var(--sp-8d5);
}

.drawer .modal__header {
  padding: var(--sp-8) var(--sp-5) var(--sp-2);
}

@media screen and (min-width: 1024px) {
  .drawer .modal__header {
    padding: var(--sp-8) var(--sp-12) var(--sp-3)
  }
}

.drawer .modal__content {
  padding: var(--sp-2) var(--sp-5) var(--sp-6)
}

@media screen and (min-width: 1024px) {
  .drawer .modal__content {
    padding: var(--sp-3) var(--sp-12) var(--sp-10)
  }
}

.drawer .modal[active] {
  transition-delay: 0s;
  visibility: visible
}

.drawer .modal[active] .fixed-modal {
  opacity: 1
}

.drawer .modal[active] .modal__container {
  --tw-translate-y: 0;
}

.horizontal-product:last-child {
  padding-block-end: 0
}

.horizontal-product {
  --cart-item-media-width: 80px;
  padding-block-end: 0;
  margin-bottom: 20px;
}
.drawer__recently-viewed .horizontal-product {
  background: var(--color-shade-grey);
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .horizontal-product {
    --cart-item-media-width: 90px;
  }
  .drawer__recently-viewed .horizontal-product {
    padding-right: 15px;
  }
}

.horizontal-product__media {
  width: var(--cart-item-media-width);
}

[data-rounded-block=round] .horizontal-product__media {
  border-radius: var(--sp-2);
}

.horizontal-product__media img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media screen and (pointer: fine) {
  .horizontal-product__media:hover img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
}

.horizontal-product__details>.grid:last-child {
  margin-block-start: auto;
}

.horizontal-product__details :is(.price__sale, .price__regular) {
  font-size: 14px;
}

.horizontal-product__details .discounts .badge {
  padding: var(--sp-2) var(--sp-3d5);
  font-size: var(--text-xs);
}

.horizontal-product__quantity {
  margin-inline-start: auto
}

.horizontal-product__quantity .loader:not([hidden])~.link {
  visibility: hidden;
}

.cart-quantity {
  height: 24px;
  width: 80px;
  background: var(--color-shade-grey);
}
@media screen and (max-width: 767px) {
  .cart-quantity {
    width: 70px;
  }
}
.horizontal-product__quantity .loader {
  top: -15px;
}
.cart-quantity .quantity__input {
  appearance: none;
  font-size: inherit;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  color: var(--color-dark-grey);
}
.cart-quantity .quantity__input::-webkit-inner-spin-button,
.cart-quantity .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
.cart-quantity .quantity__input:focus {
  appearance: none;
  outline: 2px solid transparent;
  outline-offset: 2px
}
.cart-quantity .quantity__buttons {
  width: var(--sp-6)
}
.cart-quantity .quantity__button {
  height: var(--sp-6);
}
.cart-quantity .quantity__button .icon {
  width: var(--sp-2);
  height: var(--sp-2);
}
.horizontal-product__quantity .cart-quantity+div {
  margin-block-start: auto;
}
.horizontal-product__wishlist svg {
  color: var(--color-dark-grey);
}
/*! gift-wrapping */

.cart-drawer .gift-wrapping {
  padding: var(--sp-5);
  border: 1px solid rgb(var(--color-border-light));
}

[data-rounded-block=round] .cart-drawer .gift-wrapping {
  border-radius: var(--border-radius-small);
}

.gift-wrapping .loader:not([hidden])~input {
  visibility: hidden;
}

/*! free-shipping-bar */

.free-shipping-bar progress-bar {
  height: 5px;
  background-color: var(--color-stroke-grey);
  border-radius: 1px;
  position: relative;
}

.free-shipping-bar progress-bar:before {
  --tw-scale-x: 0;
  content: '';
  background-color: var(--color-dark-grey);
  display: block;
  height: inherit;
  transform: scaleX(var(--tw-scale-x));
  transform-origin: var(--transform-origin-start);
  transition: transform var(--animation-smooth) 1.1s;
  border-radius: 1px;
}

.free-shipping-bar progress-bar:after {
  --tw-scale-x: 0;
  content: '';
  background-color: var(--color-white);
  display: block;
  height: inherit;
  transition: left var(--animation-smooth) 1.1s;
  border-radius: 1px;
  width: 3px;
  left: var(--progress);
  position: absolute;
  top: 0;
}

.cart-drawer[active] .free-shipping-bar progress-bar:before {
  --tw-scale-x: var(--progress);
}

@media screen and (max-width: 639px) {
  html.js .cart-drawer .drawer__header {
    border-start-start-radius: var(--sp-6)
  }

  html.js .cart-drawer .drawer__scrollable {
    height: auto
  }

  html.js .cart-drawer .modal .fixed-modal {
    background: none;
    background-color: rgb(var(--color-overlay)/ 0.35)
  }

  html.js .cart-drawer .modal__container {
    border-start-end-radius: var(--sp-6);
    border-start-start-radius: var(--sp-6)
  }
}

/*! product-complementary */

.no-js .complementary-products {
  display: none;
}

.recommend__title {
  border-block-end: 1px solid rgb(var(--color-border-light));
  padding-block-end: var(--sp-1d5)
}

.complementary-products .horizontal-products {
  margin-inline: calc(var(--page-padding) * -1);
}

.complementary-products .horizontal-products:empty {
  display: block;
  margin-inline: 0;
}

.complementary-products .horizontal-products:empty:before {
  content: '';
  display: block;
  width: 100%;
  height: var(--sp-20);
  background-image: linear-gradient(100deg, rgb(var(--color-foreground)/ var(--opacity-045)) 40%, rgb(var(--color-foreground)/ var(--opacity-115)) 63%, rgb(var(--color-foreground)/ var(--opacity-045)) 79%);
  animation: placeholder-shimmer 1.3s linear infinite;
  background-size: 400% 100%;
  border-radius: var(--sp-2);
}

[data-rounded-block=round] .horizontal-products:empty:before {
  border-radius: var(--sp-2);
}

@keyframes placeholder-shimmer {
  0% {
    background-position: -150% 0;
  }

  to {
    background-position: 150% 0;
  }
}

.complementary-products .horizontal-products>.horizontal-product {
  display: none;
}

.complementary-products .horizontal-products>.horizontal-product:first-child {
  display: flex;
}

.complementary-products .horizontal-products.flickity .horizontal-product {
  margin-inline-end: var(--sp-10);
}

.complementary-products .horizontal-products .horizontal-product {
  padding-inline: var(--page-padding);
  padding-block: 0;
  border-block-start: 0;
}

.cart__recent:empty {
  position: relative;
  display: block;
}

.cart__recent:empty:before,
.cart__recent:empty:after {
  content: '';
  display: block;
  position: absolute;
  inset-block-start: var(--sp-6);
  inset-inline-start: 50%;
  margin-block-start: -1.5px;
  margin-inline-start: max(-30px, -20%);
  width: min(60px, 40%);
  height: 3px;
  background-color: rgb(var(--color-foreground));
}

.cart__recent:empty:before {
  background-color: rgb(var(--color-border));
}

.cart__recent:empty:after {
  animation: preloading 1.2s infinite ease;
}

@media screen and (min-width: 1024px) {
  .complementary-products .horizontal-products {
    margin-inline: 0;
  }

  .complementary-products .horizontal-products .horizontal-product {
    padding-inline: 0;
  }

  .cart__recent:empty:before,
  .cart__recent:empty:after {
    inset-block-start: 50%;
  }
}

.cart__recent[hidden] {
  display: none;
}

/*! menu-drawer */

.menu-drawer summary::-webkit-details-marker {
  display: none;
}

.modal[open] .listbox li {
  --tw-translate-x: 0;
  opacity: 1;
}

.modal .listbox li {
  --tw-translate-x: calc(var(--sp-3) * -1);
  transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), opacity .6s cubic-bezier(.19, 1, .22, 1);
  transition-delay: .5s;
}

.modal .listbox li:first-child {
  transition-delay: .3s
}

.modal .listbox li:nth-child(2) {
  transition-delay: .4s
}

.modal .listbox li:nth-child(3) {
  transition-delay: .5s
}

.modal .listbox li:nth-child(4) {
  transition-delay: .6s
}

.modal .listbox li:nth-child(5) {
  transition-delay: .7s
}

.modal .listbox li:nth-child(6) {
  transition-delay: .8s
}

.modal .listbox li:nth-child(7) {
  transition-delay: .9s
}

.modal .listbox li:nth-child(8) {
  transition-delay: 1s
}

.modal .listbox li:nth-child(9) {
  transition-delay: 1.1s
}

.modal .listbox li:nth-child(10) {
  transition-delay: 1.2s
}

.modal .listbox li:nth-child(11) {
  transition-delay: 1.3s
}

.modal .listbox li:nth-child(12) {
  transition-delay: 1.4s
}

.modal .listbox li:nth-child(13) {
  transition-delay: 1.5s
}

.modal .listbox li:nth-child(14) {
  transition-delay: 1.6s
}

.modal .listbox li:nth-child(15) {
  transition-delay: 1.7s
}

.modal .listbox .active {
  opacity: .4;
  pointer-events: none;
}

.modal .modal__scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scroll-snap-type: y mandatory;
  scrollbar-width: none
}

.modal .modal__scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  background-clip: padding-box;
  background-color: transparent;
  border-radius: var(--rounded-full);
  width: 3px
}

.modal .modal__scrollable::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgb(var(--color-foreground)/ 0.2);
  border-radius: var(--rounded-full)
}

[data-rounded-block=round] .menu-drawer .modal__container {
  border-start-end-radius: var(--sp-6);
  border-start-start-radius: var(--sp-6);
}

.menu-drawer .modal__content {
  padding: var(--sp-10);
}

.menu-drawer .modal .close {
  width: var(--sp-12);
  height: var(--sp-12);
}

.menu-drawer .drawer__header {
  padding: 5px 15px;
  border-block-end: 0;
}
.menu-drawer .drawer__close {
  height: var(--sp-9);  
}
.menu-drawer .drawer__close svg {
  stroke: var(--color-dark-grey);
}
.menu-drawer .drawer__footer-top {
  padding-block: var(--sp-2d5);
}

.menu-drawer .drawer__footer-bottom {
  padding: var(--sp-5);
}

.menu-drawer .drawer__footer-bottom .button {
  font-size: var(--text-sm);
  padding-block: var(--sp-2d5);
  padding-inline: var(--sp-5);
}

.menu-drawer .drawer__scrollable {
  padding-inline: 0;
  padding-block: 0;
  max-height: unset;
}

.menu-drawer .drawer__scrollable.active {
  overflow: unset;
}

@media screen and (min-width: 768px) {
  .menu-drawer .drawer__menu {
    padding-block-start: var(--sp-6);
  }
}

.drawer__menu li {
  padding-inline-start: var(--sp-5);
}

/*.drawer__menu summary:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: var(--sp-7);
  opacity: 0.4;
  transform: rotate(calc(45deg * var(--transform-logical))) translateY(-50%);
  border-block-start: 1.5px solid currentColor;
  border-inline-end: 1.5px solid currentColor;
}*/

.drawer__menu-item {
  padding-block: var(--sp-2d5);
  transition: transform var(--animation-primary);
}

.drawer__submenu {
  background-color: rgb(var(--color-background));
  inset-inline-start: 100%;
  transition: inset var(--animation-primary);
}

.drawer__submenu>button {
  height: 50px;
  border-block-end: 1px solid rgb(var(--color-border-light));
  padding-inline-start: var(--sp-5);
  color: rgb(var(--color-foreground)/ 0.4);
}

.drawer__submenu>button:before {
  content: '';
  display: block;
  border-inline-start: 2px solid currentColor;
  border-block-start: 2px solid currentColor;
  width: var(--sp-2);
  height: var(--sp-2);
  transform: rotate(calc(-45deg * var(--transform-logical)));
}

.drawer__submenu>button:focus-visible {
  outline-offset: -3px;
}

details.active>.drawer__submenu {
  inset-inline-start: 0;
}

details[open]>.drawer__submenu {
  z-index: 3;
}

details.active .drawer__menu-item {
  --tw-translate-x: 0;
  opacity: 1;
}

:is(.drawer__menu, .drawer__submenu).active>li>a,
:is(.drawer__menu, .drawer__submenu).active>li>details>summary {
  transform: translateX(calc(-30% * var(--transform-logical)));
}

li+.drawer__promotions {
  padding-block-start: var(--sp-4);
}

.drawer__promotions {
  padding-block-start: var(--sp-2);
  padding-inline-end: var(--sp-5);
}

.drawer__promotions .mega-menu__list {
  --header-nav-gap: var(--sp-3);
  padding-block: 0;
}

.drawer__promotions .mega-menu__item {
  --tw-translate-x: calc(var(--sp-10) * -1);
  max-width: 100%;
  padding-inline-start: 0;
  transition: transform .6s cubic-bezier(.075, .82, .165, 1), opacity .6s cubic-bezier(.19, 1, .22, 1);
}

details.active .drawer__promotions .mega-menu__item,
.drawer__promotions .media-card__text {
  --tw-translate-x: 0;
  opacity: 1;
}

.media-card_buttons {
  padding: 10px;
}
.media-card_buttons .button {
  max-width: 50%;
}

.drawer__promotions .media-card--overlap .media-card__content {
  padding-inline: var(--sp-4);
  padding-block-end: var(--sp-3d5);
}

@media screen and (max-width: 639px) {
  html.js .menu-drawer .modal .fixed-modal {
    background: none;
    background-color: rgb(var(--color-overlay)/ 0.35)
  }
}

.mega-menu__promo-slider .media-card--overlap:nth-child(n+1) .media-card__link .media:not(.loading):after {
  display: none;
}
.mega-menu__promo-slider .flickity-prev-next-button {
  color: white;
  z-index: 1;
}
.mega-menu__promo-slider .flickity-prev-next-button.previous {
  inset-inline-start: 0;
  height: 20px;
  width: 20px;
  left: 10px;
  transform: translateY(-25px);
}
.mega-menu__promo-slider .flickity-prev-next-button.next {
  inset-inline-end: 0;
  height: 20px;
  width: 20px;
  right: 10px;
  transform: translateY(-25px);
}
.mega-menu__promo-slider .flickity-prev-next-button .flickity-button-icon {
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 20px;
  width: 20px;
}
.mega-menu__promo-slider .flickity-page-dots {
  display: none;
}
/*! dropdown-menu */

.header~.overlay {
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(var(--color-drawer-overlay)/ 0.1) 40%, rgb(var(--color-drawer-overlay)/ 0.5) 80%, transparent calc(100% - 30px));
  transition: .3s cubic-bezier(.7, 0, .2, 1);
  transition-property: opacity, visibility;
}

.has-dropdown-menu .header~.overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
  cursor: none;
}
.header-section .header .header__menu .menu__item {
  color: var(--color-dark-grey);
  transition: color 0.3s ease;
  font-size: 14px;
}
.header-section .header .header__menu .menu__item:hover {
  color: var(--color-black);
}
.header-transparent:not(.header-scrolled) .header .menu__item {
  color: var(--color-white);
}
.header-transparent.header-scrolled .header .header__menu .menu__item {
  color: var(--color-dark-grey);
  transition: color 0.3s ease;
}
.header-transparent.header-scrolled .header .header__menu .menu__item:hover {
  color: var(--color-black);
}
.has-dropdown-menu .header-transparent:not(.header-scrolled) .header {
  --animation-nav-delay: 0s;
  --header-background-opacity: 1;
  --header-logo-opacity: 1;
}
.has-dropdown-menu .header-transparent:not(.header-scrolled) .header .menu__item {
  color: var(--color-dark-grey);
  transition: color 0.3s ease;
}
.has-dropdown-menu .header-transparent:not(.header-scrolled) .header .menu__item:hover {
  color: var(--color-black);
}
.has-dropdown-menu .header-section:not(.header-scrolled) .header__corner {
  --tw-translate-x: 0;
  width: var(--border-radius);
  height: var(--border-radius);
  color: var(--color-background);
}

.dropdown {
  --border-radius: clamp(var(--sp-4), 1.052vw, var(--sp-5));
  margin-inline-start: calc(var(--sp-8) * -1);
  min-width: 250px;
  width: max-content;
  transition: padding var(--animation-nav);
}

.dropdown__container {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  padding-block-start: var(--sp-6);
  padding-block-end: var(--sp-10);
}

[data-rounded-block=round] .dropdown__container {
  border-end-start-radius: var(--border-radius);
  border-end-end-radius: var(--border-radius);
}

.dropdown[open] {
  pointer-events: auto;
}

.dropdown__nav li {
  --tw-translate-x: 20%;
  transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
  transition-delay: 0.2s;
}

.dropdown__nav li>:is(details, p) {
  padding-inline: var(--sp-8);
}

.dropdown[open] .dropdown__nav>li {
  --tw-translate-x: 0;
  opacity: 1;
  transition-delay: 1.2s;
}

.dropdown[open] .dropdown__nav li:first-child {
  transition-delay: 0.3s
}

.dropdown[open] .dropdown__nav li:nth-child(2) {
  transition-delay: 0.4s
}

.dropdown[open] .dropdown__nav li:nth-child(3) {
  transition-delay: 0.5s
}

.dropdown[open] .dropdown__nav li:nth-child(4) {
  transition-delay: 0.6s
}

.dropdown[open] .dropdown__nav li:nth-child(5) {
  transition-delay: 0.7s
}

.dropdown[open] .dropdown__nav li:nth-child(6) {
  transition-delay: 0.8s
}

.dropdown[open] .dropdown__nav li:nth-child(7) {
  transition-delay: 0.9s
}

.dropdown[open] .dropdown__nav li:nth-child(8) {
  transition-delay: 1s
}

.dropdown[open] .dropdown__nav li:nth-child(9) {
  transition-delay: 1.1s
}

.dropdown__corner {
  inset-block-start: 0;
}

.dropdown__corner.top.left {
  --tw-scale-x: -1;
  --tw-rotate: 0;
  left: calc(var(--border-radius) * -1);
}

.dropdown__corner.top.right {
  --tw-scale-y: 1;
  --tw-rotate: 0;
  right: calc(var(--border-radius) * -1);
}

.dropdown .dropdown {
  margin-inline-start: 0;
  margin-block-start: calc(var(--sp-5) * -1);
  padding-inline-start: var(--sp-1);
  padding-block-start: 0;
  transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
  transition: opacity var(--animation-fast), transform var(--animation-primary);
}

.dropdown .dropdown .dropdown__container {
  --tw-translate-y: 0;
  padding-block: var(--sp-6);
}

[data-rounded-block=round] .dropdown .dropdown .dropdown__container {
  border-radius: var(--border-radius);
}

.dropdown.should-reverse .dropdown {
  inset-inline-start: auto;
  inset-inline-end: 100%;
  padding-inline-start: 0;
  padding-inline-end: var(--sp-1);
}

.dropdown__nav li[aria-controls]:hover>.dropdown {
  --tw-translate-x: 0;
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .header-transparent:not(.header-scrolled) .dropdown {
    transition-delay: 0s;
  }

  .dropdown {
    transition: var(--animation-nav);
    transition-property: opacity, padding;
  }

  .dropdown__container {
    --tw-translate-y: 0;
  }

  .dropdown__nav li {
    --tw-translate-x: 0;
    opacity: 1;
  }
}

/*! no-js */

.no-js details[is=details-dropdown]>.dropdown,
.no-js details[is=details-mega]>.mega-menu {
  inset-block-start: 100%;
}

.no-js details[is=details-dropdown][open]>.dropdown,
.no-js details[is=details-mega][open]>.mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.no-js details[is=details-mega]>.mega-menu .mega-menu__container {
  visibility: visible;
  transform: translateY(0px);
}

.no-js :is(details[is=details-dropdown], details[is=details-mega])[open]>summary .menu__item [data-text] {
  opacity: 0;
  transform: translateY(-10%) scale(.6);
}

.no-js :is(details[is=details-dropdown], details[is=details-mega])[open]>summary .menu__item .btn-duplicate {
  --tw-scale: 1;
  --tw-translate-y: 0%;
}

.no-js .dropdown .dropdown__nav li,
.no-js .mega-menu .mega-menu__nav li {
  --tw-translate-x: 0;
  opacity: 1;
}

.no-js .mega-menu .mega-menu__item {
  --tw-translate-y: 0;
  --tw-translate-x: 0;
  opacity: 1;
}

/*! mega-menu */

.has-dropdown-menu.with-mega .header :is(.header__corner, .cutout) {
  opacity: 0;
}

/*@media screen and (min-width: 768px) {
  .header-scrolled .mega-menu__container {
    padding-block-start: calc(var(--header-height) - calc(var(--section-padding-top) * 25/100) - calc(var(--section-padding-bottom) * 25/100) - 1px)
  }
}*/

.header.section--rounded:not(.section--first-rounded) .mega-menu,
.header.section--rounded:not(.section--first-rounded) .mega-menu__container {
  border-start-start-radius: var(--border-radius);
  border-start-end-radius: var(--border-radius);
}

[data-rounded-block=round] .mega-menu {
  border-end-start-radius: var(--border-radius);
  border-end-end-radius: var(--border-radius);
}

.mega-menu__container {
  background-color: rgb(var(--color-background));
  padding-block-start: calc(var(--header-height) - 1px);
  transition: padding var(--animation-nav);
}

[data-rounded-block=round] .mega-menu__container {
  border-end-start-radius: var(--border-radius);
  border-end-end-radius: var(--border-radius);
}

.mega-menu[open] {
  pointer-events: auto;
}

.mega-menu__list {
  --header-nav-gap: 10px;
  gap: var(--header-nav-gap);
  padding: 0 10px 10px;
  max-width: unset;
}

.mega-menu__item {
  --tw-translate-y: 0;
  --tw-translate-x: 25%;
  flex: calc(25% - var(--header-nav-gap) * 5 / 6);
  max-width: calc(25% - var(--header-nav-gap) * 4 / 5);
  color: rgb(var(--color-foreground));
  transform: none;
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1), opacity .9s cubic-bezier(.19, 1, .22, 1);
}

.mega-menu__item--nav {
  flex: calc(75% - var(--header-nav-gap) / 2);
  max-width: calc(75% - var(--header-nav-gap) / 2);
  align-content: space-between;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-inline-end: var(--sp-5);
}
.mega-menu__item--nav.single-column {
  flex: calc(25% - var(--header-nav-gap) / 2);
  max-width: calc(25% - var(--header-nav-gap) / 2);
}

@media screen and (min-width: 1024px) {
  .mega-menu__item--nav {
    padding-inline-end: var(--sp-10);
    padding-block-start: var(--sp-6);
  }
}

.mega-menu__item--full {
  flex: 100%;
  max-width: 100%;
}

.mega-menu[open] .mega-menu__item {
  --tw-translate-y: 0;
  --tw-translate-x: 0;
  opacity: 1;
}

/*.mega-menu__item:first-child {
  transition-delay: .3s
}

.mega-menu__item:first-child .media-card__text {
  transition-delay: .45s
}

.mega-menu__item:nth-child(2) {
  transition-delay: .4s
}

.mega-menu__item:nth-child(2) .media-card__text {
  transition-delay: .55s
}

.mega-menu__item:nth-child(3) {
  transition-delay: .5s
}

.mega-menu__item:nth-child(3) .media-card__text {
  transition-delay: .65s
}

.mega-menu__item:nth-child(4) {
  transition-delay: .6s
}

.mega-menu__item:nth-child(4) .media-card__text {
  transition-delay: .75s
}

.mega-menu__item:nth-child(5) {
  transition-delay: .7s
}

.mega-menu__item:nth-child(5) .media-card__text {
  transition-delay: .85s
}*/

.media-card {
  background-color: rgb(var(--color-placeholder));
  border-radius: var(--card-radius);
}

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

.media-card--standard .media {
  border-radius: var(--card-radius);
}

.media-card--overlap .media-card__link .media:not(.loading):after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-overlay)/ var(--overlay-opacity));
}

.media-card__link .media img {
  height: 100%;
  transition: transform var(--animation-primary);
  backface-visibility: hidden;
}

.media-card__content {
  --card-content-padding: clamp(var(--sp-4), 1.263vw, var(--sp-6)) clamp(var(--sp-4), 2.105vw, var(--sp-10)) clamp(var(--sp-4), 2.105vw, var(--sp-10));
  padding: var(--card-content-padding);
  color: rgb(var(--color-foreground));
}

.media-card__content.text-center {
  justify-content: center;
}

.media-card__content.text-center>.icon {
  display: none;
}

.media-card--standard .media-card__content {
  padding-inline: 0;
}

.media-card--overlap .media-card__content {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  padding-block-start: 0;
  padding-block-end: var(--sp-5);
  padding-inline: var(--sp-6);
}

@media screen and (min-width: 1536px) {
  .media-card--overlap .media-card__content {
    padding-block-end: var(--sp-7);
    padding-inline: var(--sp-10);
  }
}

.media-card--overlap .media {
  height: 100%;
}

.media-card__text {
  --tw-translate-y: 0;
  --tw-translate-x: 25%;
  transform: none;
  transition: transform 2s cubic-bezier(.075, .82, .165, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
}

.mega-menu[open] .media-card__text {
  --tw-translate-y: 0;
  --tw-translate-x: 0;
  opacity: 1;
}

.media-card__text .heading {
  --reversed-link-gap: min(100%, 1.35em);
}

.media-card__text .count {
  inset-block-start: calc(var(--sp-0d5) * -1);
  inset-inline-start: calc(100% + 0.3em);
}

.media-card__content .icon {
  transition: transform var(--animation-primary)
}

.media-card__link .media img {
  transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media screen and (min-width: 1280px) {
  .media-card__content .icon {
    width: var(--sp-5);
    height: var(--sp-5);
  }
}

@media screen and (pointer: fine) {
  .media-card__link:hover .media img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .media-card__link:hover .media-card__content .icon {
    --tw-rotate: calc(90deg * var(--transform-logical));
  }

  .media-card__link:hover .media-card__text .heading {
    background-position-x: var(--transform-origin-start);
    background-size: 100% 1.35px
  }
}

.media-card__link:focus-visible .media-card__text {
  outline: 2px solid rgb(var(--color-keyboard-focus));
  outline-offset: 3px;
}

.media-card__text p {
  margin-block-start: var(--sp-1);
}

@media screen and (min-width: 1536px) {
  .media-card__text p {
    font-size: var(--text-sm);
    line-height: 1.25
  }
}

.mega-menu__nav {
  --header-nav-gap: clamp(var(--sp-5), 6.5vw, var(--sp-32));
  column-gap: var(--header-nav-gap);
  row-gap: clamp(var(--sp-5), 2.315vw, var(--sp-11));
  padding-left: 40px;
}

.mega-menu__nav.grid {
  grid-auto-flow: column;
/*  grid-template-columns: repeat(3, minmax(0, 1fr));*/
  grid-template-columns: repeat(3, minmax(0, 250px));
  grid-template-rows: auto;
}
.mega-menu__nav--more.grid {
  grid-template-rows: auto auto auto;
}
ul.mega-menu__list.menu-background {
 /* background: linear-gradient(to right, var(--color-shade-grey) 25%, transparent 25%);*/
  background: linear-gradient(to right, var(--color-shade-grey) 300px, transparent 300px);
}
@media screen and (min-width: 2000px) {
  ul.mega-menu__list.menu-background {
    background: linear-gradient(to right, var(--color-shade-grey) 400px, transparent 400px);
  }
  .mega-menu__nav.grid {
    grid-template-columns: repeat(3, minmax(0, 320px));
  }
}
ul.mega-menu__list .menu-link {
  color: var(--color-dark-grey);
/*  transition: color 0.3s ease;*/
  margin-bottom: 10px;
  display: inline-block;
}
/*ul.mega-menu__list .menu-link:hover {
  color: var(--color-black);
}*/
/*ul.mega-menu__list.menu-background .mega-menu__nav > li:first-child .text-base {
  font-size: 17px;
  line-height: 21px;
}*/
.mega-menu__nav.flex>li {
  flex: calc(16.66% - var(--header-nav-gap) * 5 / 6);
  max-width: calc(16.66 - var(--header-nav-gap) * 5 / 6);
}

.mega-menu__nav>li {
  --tw-translate-x: 25%;
  transform: translateX(calc(var(--tw-translate-x) * var(--transform-logical)));
  transition: transform 2s cubic-bezier(.075, .82, .165, 1), opacity 1s cubic-bezier(.19, 1, .22, 1);
}

.mega-menu__nav>li:is(:nth-child(1), :nth-child(2)) {
  transition-delay: .5s;
}

.mega-menu__nav>li:is(:nth-child(3), :nth-child(4)) {
  transition-delay: .65s;
}

.mega-menu__nav>li:is(:nth-child(5), :nth-child(6)) {
  transition-delay: .75s;
}

.mega-menu__nav--more>li:is(:nth-child(1), :nth-child(2), :nth-child(3)) {
  transition-delay: .5s;
}

.mega-menu__nav--more>li:is(:nth-child(4), :nth-child(5), :nth-child(6)) {
  transition-delay: .65s;
}

.mega-menu__nav--more>li:is(:nth-child(7), :nth-child(8), :nth-child(9)) {
  transition-delay: .75s;
}

.mega-menu[open] .mega-menu__nav>li {
  --tw-translate-x: 0;
  opacity: 1;
}

.mega-menu__nav .media {
  margin-block-end: var(--sp-4);
}
.mega-menu__nav > li > a.heading {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
}
.mega-menu__nav ul a.heading {
  margin: 20px 0;
  display: inline-block;
}

.mega-menu__footer {
  margin-block-start: var(--sp-7);
}

.mega-menu__footer:before {
  --tw-scale-x: 0;
  content: '';
  background-color: rgb(var(--color-foreground));
  position: absolute;
  height: 1px;
  inset-inline: 0;
  inset-block-start: 0;
  transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: center var(--transform-origin-start);
  transition: transform 1s cubic-bezier(.215, .61, .355, 1);
  transition-delay: .5s;
}

.mega-menu[open] .mega-menu__footer:before {
  --tw-scale-x: 1;
}

.mega-menu__footer a {
  padding-block-start: var(--sp-3);
}

@media screen and (min-width: 1280px) {
  .mega-menu__footer a {
    padding-block-start: var(--sp-5);
    padding-block-end: var(--sp-4);
  }
}

@media screen and (pointer: fine) {
  .mega-menu__footer a:hover .reversed-link {
    background-position-x: var(--transform-origin-start);
    background-size: 100% 1.5px;
  }

  .mega-menu__footer .icon {
    transform: rotate(var(--tw-rotate)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: transform var(--animation-primary)
  }

  .mega-menu__footer a:hover .icon {
    --tw-rotate: calc(90deg * var(--transform-logical));
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu__container {
    --tw-translate-y: 0;
    opacity: 0;
    transition: var(--animation-nav);
    transition-property: opacity, padding;
  }

  .mega-menu[open] .mega-menu__container {
    opacity: 1;
  }

  .mega-menu__item,
  .media-card__text {
    --tw-translate-y: 0;
    --tw-translate-x: 0;
    opacity: 1;
  }

  .mega-menu__nav>li {
    --tw-translate-x: 0;
    opacity: 1;
  }

  .mega-menu__footer:before {
    --tw-scale-x: 1;
  }
}

/*! footer */

@media screen and (min-width: 768px) {
  .footer-group {
    position: absolute;
    z-index: -1;
  }
}

.js .footer-group .section--rounded:before {
  inset-block-start: auto;
  inset-block-end: 0;
  border-start-end-radius: 0;
  border-start-start-radius: 0;
}

.footer-overlay {
  opacity: 0.8;
  height: var(--section-padding-top);
  background-image: linear-gradient(to bottom, rgb(var(--color-background)), rgb(var(--color-background)/0));
}

.footer {
  color: rgb(var(--color-foreground));
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 1024px) {
  .footer {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media screen and (min-width: 768px) {
  .footer__left {
    gap: clamp(var(--sp-20), 8.421vw, var(--sp-40))
  }
}

.footer__logo img {
  max-width: calc(var(--image-width) * 0.75);
  max-height: calc(var(--image-height) * 0.75);
}

@media screen and (min-width: 1024px) {
  .footer__logo img {
    max-width: var(--image-width);
    max-height: var(--image-height);
  }
}

.footer__accordions .details {
  border: 0 solid rgb(var(--color-foreground)/ var(--opacity-115));
  border-block-start-width: 1px;
  border-inline-end-width: 1px;
  border-inline-start-width: 1px;
}

@media screen and (min-width: 768px) {
  .footer__accordions .details {
    border-width: 0;
    padding-inline: 0
  }
}

@media screen and (max-width: 767px) {
  .footer__accordions .no-details {
    order: 13;
    margin-block-start: var(--sp-7);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__accordions .details {
    width: calc(25% - var(--sp-12) * 4 / 5);
  }

  .footer__accordions .no-details {
    width: calc(50% - var(--sp-12) 2 / 3);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer__accordions .no-details {
    width: calc(33.33% - var(--sp-12) * 3 / 4);
  }
}

.footer__accordions .details .details__summary {
  padding-block: 8px;
}

@media screen and (min-width: 768px) {
  .footer__accordions .details .details__summary {
    padding-block-start: 0;
    pointer-events: none
  }
}

@media screen and (min-width: 768px) {
  .footer__accordions .details .details__summary svg {
    display: none
  }
}

.footer__accordions .details__summary+.details__content:before {
  content: '';
  display: block;
  pointer-events: none;
  padding-block-start: var(--sp-2)
}

.footer__accordions .details:first-of-type {
  border-block-end-width: 0;
}

[data-rounded-block=round] .footer__accordions .details:first-of-type {
  border-start-end-radius: var(--sp-2);
  border-start-start-radius: var(--sp-2)
}

@media screen and (min-width: 768px) {
  .footer__accordions .details:first-of-type {
    border-radius: 0
  }
}

.footer__accordions .details:last-of-type {
  border-block-end-width: 1px;
}

[data-rounded-block=round] .footer__accordions .details:last-of-type {
  border-end-end-radius: var(--sp-2);
  border-end-start-radius: var(--sp-2)
}

@media screen and (min-width: 768px) {
  .footer__accordions .details:last-of-type {
    border-block-end-width: 0;
    border-radius: 0
  }
}

.footer__accordions .details:last-of-type .details__content:after {
  content: '';
  display: block;
  padding-block-end: var(--sp-7)
}

.footer__contact {
  font-size: clamp(var(--text-xl), 1.578vw, var(--text-3xl));
}

.footer__right {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: space-between;
  margin-block-start: var(--sp-10);
}

@media screen and (min-width: 768px) {
  .footer__right {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }
}

@media screen and (min-width: 1280px) {
  .footer__right {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0;
    border-block-start-width: 0;
    margin-block-start: 0;
    padding-block: 0;
    padding-inline: clamp(var(--sp-10), 8.421vw, var(--sp-40));
  }
}

.follow-on-shop {
  grid-column: span 2/span 2
}

.social_platform:before {
  content: '';
  position: absolute;
  inset: calc(var(--sp-2d5) * -1);
}

.footer__socials {
  align-self: flex-start;
  grid-column: span 2/span 2
}

.footer__newsletter {
  grid-column: span 3/span 3
}

.newsletter-form {
  max-width: 28rem
}

.newsletter-form .alert {
  border-radius: var(--rounded-full);
}

.newsletter-form .field .input {
  box-shadow: none;
  background-color: rgb(var(--color-foreground)/ var(--opacity-045));
  color: rgb(var(--color-foreground));
}

.newsletter-form .field .input:focus {
  background-color: rgb(var(--color-foreground)/ var(--opacity-115));
}

.newsletter-form .field .input:-webkit-autofill {
  transition: background-color 9999s;
  -webkit-text-fill-color: rgb(var(--color-foreground));
}

/*! footer-copyright */

.footer-copyright {
  --color-button-text: var(--color-background);
  --color-button-border: var(--color-foreground);
  --color-button-background: var(--color-foreground);
  font-size: var(--text-2sm);
  color: rgb(var(--color-foreground));
  padding-block: clamp(var(--sp-7), 1.789vw, var(--sp-8d5));
}

@media screen and (min-width: 1024px) {
  .footer-copyright {
    font-size: var(--text-sm)
  }
}

.footer-copyright .credits {
  order: 3;
}

@media screen and (min-width: 1024px) {
  .footer-copyright .credits {
    order: 1;
    text-align: start
  }
}

.footer-copyright .credits ul {
  margin-block-start: var(--sp-4);
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}

.footer-copyright .credits li {
  margin-block-start: 0;
  padding-inline-start: 0;
}

.footer-copyright .localization {
  gap: clamp(var(--sp-2), .842vw, var(--sp-4));
  order: 1
}

@media screen and (min-width: 1024px) {
  .footer-copyright .localization {
    order: 2
  }
}

.footer-copyright .localization__form .icon {
  inset-inline-start: var(--sp-5);
}

.footer-copyright .localization__form .icon~.icon {
  inset-inline-start: auto;
  inset-inline-end: var(--sp-5);
}

.footer-copyright .localization__item {
  appearance: none;
  border: 1px solid rgb(var(--color-foreground)/ var(--opacity-045));
  background-color: rgb(var(--color-background));
  padding-block: var(--sp-3d5);
  padding-inline: var(--sp-12);
  border-radius: var(--buttons-radius);
}

.js .footer-copyright .localization__item {
  width: calc(var(--width) + var(--sp-12) + var(--sp-12) + var(--sp-1));
}

.footer-copyright .payment-icons {
  order: 2
}

@media screen and (min-width: 1024px) {
  .footer-copyright .payment-icons {
    order: 3
  }
}

.footer-copyright .payment-icons svg {
  width: var(--sp-8)
}

@media screen and (min-width: 1280px) {
  .footer-copyright .payment-icons svg {
    width: var(--sp-10)
  }
}

.footer-copyright .payment-icons--gray svg {
  filter: grayscale(1)
}

/*! breadcrumb */

.breadcrumb li {
  color: var(--color-dark-grey);
}
.breadcrumb li:last-child {
  color: var(--color-black);
}
.breadcrumb :is(ul, li) {
  gap: 10px;
}

/*.breadcrumb li+li:before {
  content: "•";
  height: 100%;
}*/
.breadcrumb li+li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--color-dark-grey);
  border-radius: 50%;
  margin-bottom: 2px;
}
.breadcrumb .icon {
  width: clamp(1rem, 3vw, 1.25rem);
  height: clamp(1rem, 3vw, 1.25rem);
  transition: fill var(--animation-fast);
}

@media screen and (pointer: fine) {
  .breadcrumb a:hover .icon {
    fill: currentColor;
  }
}

/*! marquee */

@keyframes scrolling-left {
  0% {
    transform: translate3d(calc(-100% * var(--transform-logical)), 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(calc(-200% * var(--transform-logical)), 0, 0);
  }
}

@keyframes scrolling-right {
  0% {
    transform: translate3d(calc(-200% * var(--transform-logical)), 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(calc(-100% * var(--transform-logical)), 0, 0);
  }
}

.marquee.animate {
  animation-name: scrolling-left;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: var(--duration);
  animation-play-state: running;
  width: max-content;
}

@media (prefers-reduced-motion: reduce) {
  .marquee.animate {
    animation: none;
  }
}

/*! scrolling-text */

.no-js .scrolling-text {
  justify-content: center;
}

.scrolling-text {
  --grid-gap: calc(var(--section-grid-gap)/2);
}

.scrolling-text .marquee {
  padding-inline: calc(var(--grid-gap)/2);
}

.scrolling-text .marquee,
.scrolling-text__item {
  gap: var(--grid-gap);
}

.scrolling-text--right .marquee.animate {
  animation-name: scrolling-right;
}

@media (prefers-reduced-motion: reduce) {
  .scrolling-text--right .marquee.animate {
    animation: none;
  }
}

.scrolling-text__item.with-text:after {
  content: '';
  display: block;
  width: var(--sp-5);
  height: var(--sp-5);
  border: 1px solid currentColor;
  border-radius: var(--rounded-full);
}

.scrolling-text__item.with-text {
  font-size: max(12px, calc(var(--font-size)*0.6));
}

.scrolling-text__item.with-stencil {
  -webkit-text-stroke: 0.01em currentColor;
  -webkit-text-fill-color: transparent;
}

.scrolling-text__item.with-media>:is(img, svg) {
  max-width: 100%;
  width: auto;
  height: calc(var(--image-height)*0.75);
}

@media screen and (pointer: fine) {
  .scrolling-text:hover .marquee {
    animation-play-state: paused;
  }
}

.scrolling-text.paused .marquee {
  animation-play-state: paused;
}

@media screen and (min-width: 1024px) {
  .scrolling-text {
    --grid-gap: var(--section-grid-gap);
  }

  .scrolling-text__item.with-text {
    font-size: calc(var(--font-size)*0.75);
  }

  .scrolling-text__item.with-media>:is(img, svg) {
    height: var(--image-height);
  }
}

@media screen and (min-width: 1280px) {
  .scrolling-text__item.with-text {
    font-size: var(--font-size);
  }
}

.scrolling-wrapper {
  --logical: -1;
  padding-block-start: calc(var(--section-padding-top) * 0.75);
  padding-block-end: calc(var(--section-padding-bottom) * 0.75);
  transform: rotate(calc(357deg * var(--logical) * var(--transform-logical)));
}

.scrolling-wrapper.with-right {
  --logical: 1;
}

.scrolling-wrapper:before {
  content: '';
  z-index: -1;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: -5%;
  width: 110%;
  height: 100%;
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
}

.scrolling-wrapper+.scrolling-wrapper {
  margin-block-start: -1%;
  transform: rotate(calc(3deg * var(--logical) * var(--transform-logical)));
  filter: grayscale(1);
  opacity: 0.25;
}

.scrolling-text-section {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .scrolling-text-section {
    overflow: unset;
  }

  .scrolling-wrapper {
    padding-block-start: var(--section-padding-top);
    padding-block-end: var(--section-padding-bottom);
  }
}

@supports (overflow: clip) {
  .scrolling-text-section {
    overflow-x: clip;
    overflow-y: visible;
  }
}

/*! logo-list */

.logo-list,
.logo-bar {
  --grid-gap: calc(var(--section-grid-gap)/2);
}

.logo-bar {
  column-gap: var(--grid-gap);
  row-gap: calc(var(--grid-gap)/2);
}

.logo-list .logo-bar {
  flex: 0 0 auto;
  width: max-content;
  margin-inline-end: var(--grid-gap);
}

.logo-list .flickity-viewport {
  flex: 1 1 auto;
}

.logo__media>:is(img, svg) {
  max-width: 100%;
  width: auto;
  height: calc(var(--image-height)*0.75);
}

@media screen and (min-width: 1024px) {

  .logo-list,
  .logo-bar {
    --grid-gap: var(--section-grid-gap);
  }

  .logo__media>:is(img, svg) {
    height: var(--image-height);
  }
}

html.touch .logo-list .logo-bar {
  margin-inline-end: 0;
  padding-inline: calc(var(--grid-gap)/2);
}

html.touch .logo-bar.animate {
  animation-name: scrolling-left;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: var(--duration);
  animation-play-state: running;
  width: max-content;
}

@media (prefers-reduced-motion: reduce) {
  html.touch .logo-bar.animate {
    animation: none;
  }
}

html.touch .logo-list--right .logo-bar.animate {
  animation-name: scrolling-right;
}

@media (prefers-reduced-motion: reduce) {
  html.touch .logo-list--right .logo-bar.animate {
    animation: none;
  }
}

/*! banner */

.text-left .split-words {
  justify-content: flex-start;
}

.text-center .split-words {
  justify-content: center;
}

.text-right .split-words {
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .md\:text-left .split-words {
    justify-content: flex-start;
  }

  .md\:text-center .split-words {
    justify-content: center;
  }

  .md\:text-right .split-words {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .lg\:text-left .split-words {
    justify-content: flex-start;
  }

  .lg\:text-center .split-words {
    justify-content: center;
  }

  .lg\:text-right .split-words {
    justify-content: flex-end;
  }
}

.split-words {
  gap: 0 0.2em;
}

.split-words .single-word {
  line-height: 1;
  margin: -0.1em -0.05em;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.08em 0.05em;
}

.subtext-sm {
  font-size: var(--text-sm);
}

.subtext-md {
  font-size: var(--text-base);
}

.subtext-lg {
  font-size: var(--text-lg);
}

.subtext-xl {
  font-size: var(--text-xl);
}

.subtext-custom {
  line-height: normal;
  font-size: calc(var(--subtext-size) * 0.75);
}

@media screen and (min-width: 768px) {
  .subtext-custom {
    font-size: var(--subtext-size);
  }
  .subtext-sm {
    font-size: var(--text-base);
  }
  
  .subtext-md {
    font-size: var(--text-lg);
  }
  
  .subtext-lg {
    font-size: var(--text-xl);
  }
  
  .subtext-xl {
    font-size: var(--text-2xl);
  }
}

.subtitle-sm {
  font-size: var(--fluid-xs-to-sm);
}

.subtitle-md {
  font-size: clamp(var(--text-sm), .947vw, var(--text-lg));
}

.subtitle-lg {
  font-size: var(--fluid-base-to-xl);
}

.banner__text--colored {
  color: rgb(var(--color-highlight));
}

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

.banner__overlay {
  z-index: 0;
  background-color: rgb(var(--color-overlay)/ var(--overlay-opacity));
}

.banner__overlay~.banner__content {
  --color-background: var(--color-overlay);
}

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

.banner__media .banner__image~.banner__image {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .banner__media .banner__image {
    visibility: hidden;
  }

  .banner__media .banner__image:last-child {
    visibility: visible;
  }
}

.banner__media svg.banner__image {
  width: 100%;
}

.banner__box {
  word-wrap: break-word;
  height: fit-content;
  padding-block: 20px;
}

@media screen and (min-width: 768px) {
  .banner__box {
    width: auto;
    min-width: 40rem;
    max-width: 64rem;
  }

  .banner__box--small,
  .banner__box--medium {
    min-width: auto;
  }

  .banner__box--small {
    max-width: 32rem;
  }

  .banner__box--medium {
    max-width: 42rem;
  }
}

@media screen and (min-width: 1280px) {
  .banner__box--small {
    max-width: 40rem;
  }

  .banner__box--medium {
    max-width: 58rem;
  }

  .banner__box--large {
    max-width: 64rem;
  }
}

@media screen and (min-width: 1920px) {
  .banner__box--medium {
    max-width: 64rem;
  }

  .banner__box--large {
    max-width: 72rem;
  }
}

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

.banner__box>*+*:not(.spacing-section) {
  margin-block-start: 10px;
}

.banner__box>:is(.link, .button) {
  margin-inline-end: var(--sp-4);
}

.banner__title+*,
.banner__box>:last-child:is(.button, .social-icons) {
  margin-block-start: var(--sp-10);
}

.banner__box .rte :is(b, strong) {
  font-weight: var(--font-medium);
}

.banner__subheading {
  font-weight: 400;
  letter-spacing: 0.25em;
}

.banner .marquee {
  opacity: .025;
  pointer-events: none;
}

.banner.with-map .alert {
  margin-inline: var(--gap-padding);
  margin-block-end: var(--sp-4);
}

.page-width .banner.with-map .alert {
  margin-inline: 0;
}

[role=main] .shopify-section:last-child .section :is(.banner__overlay, .scrolled-images, .banner__map, .banner__media) {
  height: 100%;
}

[role=main] .shopify-section:last-child .video-hero video-media .play-button {
  inset-block-end: var(--sp-5);
}

.js .section--rounded :is(.banner__map, .banner__media, .banner__overlay, .video-hero) {
  border-start-end-radius: var(--border-radius);
  border-start-start-radius: var(--border-radius);
}

@media screen and (min-width: 768px) {
  .banner.media--adapt,
  .image-with-text__image.media--adapt {
    height: 0;
    padding-block-end: var(--ratio-percent);
  }

  .banner.media--adapt .media--height>img:first-child,
  .image-with-text__image.media--adapt .media--height>img:first-child {
    position: static;
  }

  .banner.media--adapt .media--height>img:first-child~video,
  .image-with-text__image.media--adapt .media--height>img:first-child~video {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .banner.media--adapt .banner__media,
  .image-with-text__image.media--adapt>.media {
    position: absolute;
    inset: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt),
  .image-with-text__image:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) {
    height: 0;
    padding-block-end: var(--ratio-percent);
  }

  .banner:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .media--height>img,
  .image-with-text__image:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .media--height>img {
    position: static;
  }

  .banner:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .media--height>img:first-child~video,
  .image-with-text__image:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .media--height>img~video {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
  }

  .banner:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .banner__media,
  .image-with-text__image:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt)>.media {
    position: absolute;
    inset: 0;
    width: 100%;
  }
}

/*! map */

.banner table {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.banner table tr {
  border: none;
}

.banner table td {
  border: none;
  padding: 0;
  padding-block-end: var(--sp-1d5);
  font-size: inherit;
  text-align: start;
}

.banner table td:last-child {
  text-align: end;
}

.banner.with-map .banner__box {
  min-width: unset;
  max-width: 100%;
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
  padding: clamp(var(--sp-6), 2.105vw, var(--sp-10));
  border-radius: var(--rounded-block);
}

.banner.with-map .banner__subheading {
  border-block-end: 1px solid rgb(var(--color-border));
  margin-block-start: var(--sp-6);
  padding-block-end: var(--sp-3);
  letter-spacing: 0.10em;
}

@media screen and (min-width: 768px) {
  .banner.with-map .banner__box {
    max-width: 26rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile\:banner--image_first.with-map .banner__content {
    z-index: auto;
    position: relative;
    padding-block-start: var(--sp-10);
    background: var(--gradient-background);
    background-color: rgb(var(--color-background));
  }

  .js .section--rounded .mobile\:banner--image_first.with-map .banner__content {
    border-start-end-radius: var(--border-radius);
    border-start-start-radius: var(--border-radius);
  }

  .mobile\:banner--image_first.with-map .banner__box {
    width: 100%;
    padding: 0;
    background: none;
  }
}

.no-js .banner.with-map .banner__media {
  opacity: 1;
}

.no-js .banner.with-map .banner__map {
  display: none;
}

/*! scrolled-images */

.js .scrolled-images {
  height: calc(100% + var(--border-radius));
}

[data-rounded-block=round] .scrolled-images {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.scrolled-images svg.placeholder {
  background-color: rgb(var(--color-foreground)/ 0.3);
  fill: rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
}

.scrolled-images__main {
  --tiles-height: 52vw;
  --tileswrap-height: calc(var(--tiles-height)*3.5);
  transform: translate(calc(-50% * var(--transform-logical)), -50%) rotate(calc(50deg * var(--transform-logical)));
  inset-inline-start: 55%;
  height: var(--tileswrap-height);
}

@media screen and (min-width: 768px) {
  .scrolled-images__main {
    --tileswrap-height: calc(var(--tiles-height)*2);
    inset-block-start: 20%;
    inset-inline-start: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .scrolled-images__main {
    --tileswrap-height: calc(var(--tiles-height)*1.8);
    inset-block-start: 50%;
  }
}

.scrolled-images__row {
  display: flex;
}

.scrolled-images__row:first-child {
  opacity: .3;
}

.scrolled-images__row:nth-child(2) {
  opacity: .2;
}

.scrolled-images__row:nth-child(3) {
  opacity: .1;
}

.scrolled-images__item {
  --tile-margin: 1vw;
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  transform: rotate(calc(-90deg * var(--transform-logical)));
  margin: var(--tile-margin);
  height: calc(var(--tileswrap-height)/4 - var(--tile-margin)*4/2);
  width: calc(var(--tileswrap-height)/4 - var(--tile-margin)*4/2);
}

[data-rounded-block=round] .scrolled-images__item {
  border-radius: 1rem;
}

.facets__scroll {
  height: fit-content;
}

.collection__description {
  margin-block-end: clamp(var(--sp-10), 2.526vw, var(--sp-12));
}

.facet-wrapper>.button,
.sort-wrapper>.button {
  height: 40px;
  text-transform: none;
}

.facet-wrapper {
  padding-inline-end: clamp(1rem, 2vw, 2.3rem);
}

.facet-wrapper .count {
  width: var(--sp-6);
  height: var(--sp-6);
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button-background));
  transition: var(--animation-primary) .1s;
  transition-property: color, background-color;
}

@media screen and (pointer: fine) {
  .facet-wrapper .button:hover .count {
    color: rgb(var(--color-button-background));
    background-color: rgb(var(--color-button-text));
  }
}

.facet-wrapper>.button[is=filters-toogle][aria-expanded=false] .btn-text,
.facet-wrapper>.button[is=filters-toogle][aria-expanded=true] .btn-duplicate {
  display: none;
}

.facet-wrapper>.button[is=filters-toogle][aria-expanded=false] .btn-duplicate {
  display: flex;
}

.collection__content {
  --facets-width: clamp(300px, 20vw, 390px);
  --facets-gap: var(--grid-gap);
  gap: var(--facets-gap);
}

@media screen and (min-width: 768px) {
  .collection__content #FacetFiltersContainer {
    flex: var(--facets-width) 0 0;
  }
}

.with-drawer .collection__content {
  --facets-width: 0px;
  --facets-gap: 0px;
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.facet-sorting {
  margin-inline-start: auto;
}

/*! empty-state */

.empty-state {
  margin-block: var(--sp-12);
}

@media screen and (min-width: 768px) {
  .empty-state {
    margin-block: var(--sp-32);
  }
}

.empty-state p.heading {
  font-size: clamp(var(--sp-5), 1.4063rem + .5vw, var(--sp-8));
}

.empty-state .button {
  margin-inline: auto;
  width: auto;
}

.empty-state .icon-xxxl {
  width: var(--sp-15);
  height: var(--sp-15);
}

.empty-state .icon-xxxs {
  width: var(--sp-3d5);
  height: var(--sp-3d5);
}

/*! facet-drawer */

.facet-drawer .facet-form {
  padding-block-end: var(--sp-7);
}

.facet-drawer .drawer__scrollable {
  padding: 0 30px;
}

.facet-drawer facet-count:before {
  content: '(';
}
.facet-drawer .drawer__header {
  padding: 30px 30px 15px;
}
.active-filters-drawer {
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .facet-drawer .drawer__scrollable {
    padding: 0 10px;
  }
  .facet-drawer .drawer__header {
    padding: 30px 10px 10px;
  }
  .active-filters-drawer {
    margin-top: 20px;
    min-height: 26px;
  }
}
.facet-drawer facet-count:after {
  content: ')';
}

/*! subcollections */

.subcollections li+li:before {
  --tw-translate-y: 5%;
  --tw-rotate: 25deg;
  content: '';
  background-color: currentColor;
  height: 40%;
  width: 1px;
  inset-block-start: 30%;
  inset-inline-start: 0;
  opacity: .3;
  position: absolute;
  transform: translateY(var(--tw-translate-y)) rotate(var(--tw-rotate));
}

.subcollections li:first-child .subcollection {
  padding-inline-start: 0;
}

.subcollection {
  font-weight: var(--font-medium);
  height: var(--sp-10);
  opacity: 0.3;
  padding-inline: clamp(var(--sp-5), 1.368vw, var(--sp-6d5));
  transition: opacity var(--animation-primary);
}

.subcollection .btn-text {
  height: auto;
}

.subcollection .btn-text:after {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  content: '';
  background-color: currentColor;
  display: block;
  height: 2px;
  width: 100%;
  inset-block-end: -.15em;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y)) scaleX(var(--tw-scale-x));
  transition: transform var(--animation-fast);
}

.active .subcollection {
  opacity: 1;
}

.active .subcollection .btn-text:after {
  --tw-scale-x: 1;
}

@media screen and (pointer: fine) {
  .subcollection.with-thumbnail .btn-text:before {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    --tw-absolute-x: calc(clamp(1rem, 1.2vw, 1.2rem) * -1);
    --tw-absolute-y: calc(clamp(2rem, 1.5vw, 2.5rem) * -1);
    content: '';
    opacity: 0;
    backdrop-filter: blur(8px);
    background-color: rgb(var(--color-background)/ 0.6);
    border-radius: var(--rounded-full);
    z-index: -1;
    position: absolute;
    inset-block: var(--tw-absolute-x);
    inset-inline: var(--tw-absolute-y);
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: transform var(--animation-primary)
  }

  .subcollection:hover {
    opacity: 1;
  }

  .subcollection.with-thumbnail:hover .btn-text:before {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    opacity: 1;
  }
}

.subcollection .count {
  inset-block-start: calc(var(--sp-1) * -1);
  inset-inline-start: calc(100% + .2em);
}

.subcollection .btn-reveal {
  --tw-width: clamp(250px, 14vw, 350px);
  height: var(--tw-width);
  width: var(--tw-width);
  inset-block-start: 50%;
  inset-inline-start: 50%;
  margin-block-start: calc(var(--tw-width)/-2);
  margin-inline-start: calc(var(--tw-width)/-2);
  z-index: -1;
  background-position: 50% 50%;
  background-size: cover
}

@media screen and (pointer: fine) {
  .subcollections:hover .subcollection {
    opacity: 0.3;
  }

  .subcollections:hover .subcollection .btn-text:after {
    --tw-scale-x: 0;
  }

  .subcollections .subcollection:hover {
    opacity: 1;
    z-index: 1;
  }

  .subcollections .active .subcollection:hover .btn-text:after {
    --tw-scale-x: 0;
  }
}

/*! sorting */

.sort-wrapper {
  --facet-button-width: 180px;
  --facet-listbox-height: 450px;
  min-width: 180px;
  width: calc(var(--facet-button-width) + calc(clamp(var(--sp-6d5), 1.473vw, var(--sp-7d5)) * 2) + var(--sp-5) + var(--sp-1d5) + calc(var(--buttons-border-width) * 2));
  height: 40px;
}

.sort-by {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: unset;
  inset-block-start: 0;
  inset-inline-end: 0;
}

.sort-selection,
.sort-title {
  transition: opacity var(--animation-fast);
}

.sort-title {
  inset-block-start: var(--sp-3);
}

.sort-close {
  background-color: currentColor;
  width: var(--sp-1d5);
  height: var(--sp-1d5);
  transition: width var(--animation-primary), height var(--animation-primary), background-color ease-in-out .3s;
}

.sort-close .icon {
  --tw-rotate: 0deg;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: rotate(var(--tw-rotate)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform var(--animation-primary);
}

.sort-listbox {
  inset-block-start: var(--sp-16);
  transition: var(--animation-primary);
  transition-property: opacity, visibility;
}

.sort-listbox li {
  transition: opacity .7s ease-out;
}

.sort-listbox input[type=radio]+label {
  transition: opacity var(--animation-primary)
}

.sort-listbox input[type=radio]+label:before {
  --tw-translate-y: -50%;
  background-color: currentColor;
  border-radius: var(--rounded-full);
  content: '';
  opacity: 0;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0;
  width: 0;
  height: 0;
  transform: translateY(var(--tw-translate-y));
  transition: all var(--animation-primary);
}

@media screen and (pointer: fine) {
  .sort-by {
    --button-transition: box-shadow var(--animation-primary), width var(--animation-primary), height var(--animation-primary);
    transition: var(--animation-primary);
    transition-property: box-shadow, width, height;
  }
}

.sort-by[open] {
  --shadow-horizontal-offset: 0;
  --shadow-vertical-offset: 0;
  pointer-events: auto;
  cursor: default;
  background: black;
  padding: 0 10px 10px;
  height: auto;
  width: 100%;
}

.sort-by[open],
.sort-by[open]:after {
  border-radius: var(--sp-8);
}

[data-rounded-button=square] .sort-by[open],
[data-rounded-button=square] .sort-by[open]:after {
  border-radius: 0;
}

.sort-by[open],
.sort-by[open] .btn-fill,
.sort-by[open] .btn-text {
  transform: none !important;
  display: block !important;
}

.sort-by[open] .btn-fill {
  pointer-events: none;
}

.sort-by[open] .btn-text {
  pointer-events: auto;
  align-items: flex-start;
  color: rgb(var(--color-button-text));
  width: 100%;
}

.sort-by[open] .sort-header {
  justify-content: space-between;
}

.sort-by[open] .sort-selection {
  opacity: 0;
  visibility: hidden;
}

.sort-by[open] .sort-title {
  opacity: .4;
}

.sort-by[open] .sort-close {
  color: rgb(var(--color-button-background));
  background-color: rgb(var(--color-button-text));
  cursor: pointer;
  height: var(--sp-10);
  width: var(--sp-10);
  display: none;
}

.sort-by[open] .sort-close .icon {
  --tw-rotate: -90deg;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.sort-by[open] .sort-listbox,
.sort-by[open] .sort-listbox li {
  opacity: 1;
  visibility: visible
}

.sort-by[open] .sort-listbox input[type=radio]:checked+label {
  pointer-events: none;
  opacity: .4;
}

.sort-by[open] .sort-listbox input[type=radio]:checked+label:before {
  opacity: 1;
  height: var(--sp-1d5);
  width: var(--sp-1d5);
}

.sort-by[open] .sort-listbox li:first-child {
  transition-delay: .06s
}

.sort-by[open] .sort-listbox li:nth-child(2) {
  transition-delay: .11s
}

.sort-by[open] .sort-listbox li:nth-child(3) {
  transition-delay: .16s
}

.sort-by[open] .sort-listbox li:nth-child(4) {
  transition-delay: .21s
}

.sort-by[open] .sort-listbox li:nth-child(5) {
  transition-delay: .26s
}

.sort-by[open] .sort-listbox li:nth-child(6) {
  transition-delay: .31s
}

.sort-by[open] .sort-listbox li:nth-child(7) {
  transition-delay: .36s
}

.sort-by[open] .sort-listbox li:nth-child(8) {
  transition-delay: .41s
}

.sort-by[open] .sort-listbox li:nth-child(9) {
  transition-delay: .46s
}

/*! facet-sticky */

.facet-sticky {
  inset-block-end: var(--sp-8);
}

.facet-sticky .count {
  width: var(--sp-6);
  height: var(--sp-6);
  color: rgb(var(--color-button-background));
  background-color: rgb(var(--color-button-text));
  transition: var(--animation-primary) .1s;
  transition-property: color, background-color;
}

@media screen and (pointer: fine) {
  .facet-sticky .button:hover .count {
    color: rgb(var(--color-button-text));
    background-color: rgb(var(--color-button-background));
  }
}

.facet-drawer .select-sort-by {
  border-block-end: 0;
  padding-block-end: var(--sp-3);
}

/*! card-grid */

.card-grid {
  --card-grid-per-row: 2;
  --card-grid-template: auto-flow dense/repeat(var(--card-grid-per-row), minmax(0, 1fr));
  --card-grid-gap: 5px;
  grid: var(--card-grid-template);
  gap: var(--card-grid-gap);
}

@media screen and (max-width: 639px) {
  .mobile\:card-grid--1 {
    --card-grid-per-row: 1;
  }

  .collection .mobile\:card-grid--1 .card {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .mobile\:card-grid--3 {
    --card-grid-per-row: 3;
  }
}
@media screen and (min-width: 768px) {
  .card-grid {
    --card-grid-per-row: 4;
  }

  .card-grid--1 {
    --card-grid-per-row: 1
  }

  .card-grid--2 {
    --card-grid-per-row: 2
  }
  .card-grid--3 {
    --card-grid-per-row: 3
  } 
  .card-grid--6 {
    --card-grid-per-row: 3;
  }
}

@media screen and (min-width: 1280px) {
  .card-grid--3 {
    --card-grid-per-row: 3
  }

  .card-grid--4,
  .card-grid--5 {
    --card-grid-per-row: 4
  }
  .card-grid--6 {
    --card-grid-per-row: 6;
  }
}

@media screen and (min-width: 1536px) {
  .card-grid--5 {
    --card-grid-per-row: 5
  }
}

.card-grid .media-card--overlap {
  --color-foreground: 255 255 255;
  --color-overlay: 0 0 0;
  --overlay-opacity: 0.3;
}

.card-grid .media-card__text {
  --tw-translate-x: 0;
}

@media screen and (min-width: 1280px) {
  .collection.with-sidebar :is(.card-grid--4, .card-grid--5) {
    --card-grid-per-row: 3;
  }
}

@media screen and (min-width: 1536px) {
  .collection.with-sidebar .card-grid--5 {
    --card-grid-per-row: 4;
  }
}

/*! card-product */

.product-card {
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-opacity: var(--card-shadow-opacity);
  --border-opacity: var(--card-border-opacity);
  --product-card-quick-view-inset: var(--sp-4);
  background-color: rgb(var(--color-placeholder));
  border-radius: var(--card-radius);
  align-content: flex-start;
  border: var(--card-border-width) solid rgb(var(--color-foreground)/ var(--border-opacity));
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) rgb(var(--color-shadow)/ var(--shadow-opacity));
}

.product-card__media {
  border-start-start-radius: var(--card-radius);
  border-start-end-radius: var(--card-radius);
}

.product-card__media video-media .deferred-poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__media video-media .deferred-poster .play-button {
  position: static;
}

.product-card__media video-media[playing] .deferred-poster .play-button {
  opacity: 0;
}

@media screen and (pointer: fine) {
  .product-card__media:hover video-media[playing] .deferred-poster .play-button {
    opacity: 1;
  }

  .product-card__media video-media>img {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition: var(--animation-primary);
    transition-property: opacity, visibility, transform;
  }

  .product-card__media:hover video-media>img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
}

.product-card__rating {
  backdrop-filter: blur(12px);
  background-color: rgb(var(--color-background)/ 0.75);
  padding: var(--sp-1d5) var(--sp-2d5);
  font-size: clamp(var(--text-2xs), .684vw, var(--text-2sm));
  inset-block-start: var(--sp-3);
  inset-inline-end: var(--sp-3);
}

.product-card__rating .icon {
  color: rgb(var(--color-rating));
  width: var(--sp-3);
  height: var(--sp-3);
}

@media screen and (min-width: 768px) {
  .product-card__rating {
    padding: var(--sp-2d5) var(--sp-4);
    inset-block-start: var(--sp-5);
    inset-inline-end: var(--sp-5);
  }

  .product-card__rating .icon {
    width: var(--sp-3d5);
    height: var(--sp-3d5);
  }
}

.product-card__content {
  --card-content-padding: 10px;
  grid-template-columns: minmax(0, 1fr);
  padding: var(--card-content-padding);
}

.product-card__top {
  padding-block-end: var(--sp-2)
}

.product-card__top .caption {
  color: rgb(var(--color-foreground)/ 0.6);
  font-size: clamp(var(--text-3xs), .579vw, var(--text-2xs));
}

.product-card__content.text-center .product-card__details {
  display: grid;
}

.product-card__content.text-center :is(.price, .unit-price, .product-card__bottom) {
  justify-content: center;
}

.product-card__content.text-center .price {
  align-items: center;
}

.product-card__content.text-center .price__sale {
  place-self: center;
}

.product-card__content.text-right .product-card__details {
  flex-direction: row-reverse;
}

.product-card__content.text-right .product-card__bottom {
  justify-content: flex-end;
}

.product-card__bottom {
  margin-block-start: var(--sp-4)
}

.product-card__bottom .color-swatch {
  --swatch-size: var(--sp-3);
}

.product-card__bottom .swatches--variant .color-swatch {
  --swatch-size: var(--sp-6);
}

@media screen and (min-width: 768px) {
  .product-card__bottom .color-swatch {
    --swatch-size: var(--sp-4)
  }

  .product-card__bottom .swatches--variant .color-swatch {
    --swatch-size: var(--sp-8);
  }
}

.product-card--standard {
  background-color: transparent;
}

.product-card--standard .product-card__media,
.product-card--standard .product-card__media .media,
.product-card--standard .product-card__media .flickity-viewport {
  border-radius: var(--card-radius);
  backface-visibility: hidden;
}

@media screen and (min-width: 768px) {
  .product-card__carousel>.media {
    position: absolute;
  }

  .product-card__carousel.flickity-enabled .flickity-viewport {
    cursor: unset;
    height: 100% !important;
  }

  .product-card__carousel .flickity-page-dots {
    --tw-translate-y: var(--sp-2d5);
    --tw-translate-x: -50%;
    position: absolute;
    inset-block-end: calc(var(--sp-3d5) * -1);
    inset-inline-start: 50%;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    border-radius: var(--rounded-full);
    background-color: rgb(var(--color-placeholder));
    transform: translate(calc(var(--tw-translate-x) * var(--transform-logical)), var(--tw-translate-y));
    transition: var(--animation-primary);
    transition-property: opacity, visibility, transform;
    pointer-events: none;
    height: var(--sp-6);
    padding-inline: var(--sp-4);
    width: auto;
  }

  .product-card__carousel .flickity-page-dots {
    --tw-translate-y: var(--sp-3);
    height: var(--sp-7);
  }

  .product-card--standard .product-card__carousel .flickity-page-dots {
    background-color: rgb(var(--color-background));
  }

  .product-card__carousel .flickity-page-dot:first-child {
    display: none;
  }

  .product-card__carousel.without-dots .flickity-page-dots {
    display: none;
  }

  .js .product-card__carousel~img {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .no-js .product-card__carousel {
    display: none;
  }
}

@media screen and (pointer: fine) {
  .product-card__carousel {
    transition: opacity var(--animation-primary);
  }

  .product-card__carousel:hover .flickity-page-dots {
    --tw-translate-y: 0;
    opacity: 1;
    visibility: visible;
  }

  .product-card__media>.media>img {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .product-card__media:hover>.media>img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
}

@media screen and (max-width: 767px) {
  .product-card__media>.media {
    overflow: hidden;
  }
}

.product-card.no-media {
  align-content: center;
  background-color: rgb(var(--color-placeholder));
}

.product-card.no-media .product-card__content {
  text-align: center;
}

.product-card.no-media .product-card__details {
  display: grid;
  gap: var(--sp-4);
}

.product-card.no-media .price {
  justify-content: center;
  flex-direction: row;
}

/*! product-promotion */

@media screen and (min-width: 768px) {
  .product-card--promo {
    grid-column: span var(--card-column-size);
  }
}
.product-card--promo img {
  width: 100%;
}
.product-card--promo .product-card__media:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(var(--color-overlay)/ var(--overlay-opacity));
  border-radius: var(--card-radius);
}


@media screen and (min-width: 768px) {
/*  .product-card--promo .product-card__media {
    position: absolute;
  }

  .product-card--promo .product-card__media.without-content {
    position: relative;
    min-height: 200px;
  }*/

  .product-card--promo .product-card__content {
    position: relative;
  }
}

.promo-box>*+* {
  margin-block-start: var(--sp-8);
}

@media screen and (min-width: 1280px) {
  .promo-box {
    max-width: calc(100% / var(--card-column-size) * 1.5);
  }
}

.promo-img {
  max-width: 30px;
}

@media screen and (min-width: 768px) {
  .promo-img {
    max-width: 40px;
  }
}

/*! countdown-timer */

.product-card__countdown {
  --countdown-gap: var(--sp-3);
  inset-inline-end: 0;
  inset-block-end: var(--sp-7);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y));
}

.product-card__countdown .button {
  --color-button-background: var(--color-sale-tag);
  --color-button-text: var(--color-sale-tag-text);
  --buttons-border-width: 0px;
  width: auto;
  height: auto;
  padding-block: clamp(var(--sp-3), 0.842vw, var(--sp-4));
  padding-inline: clamp(var(--sp-5d5), 1.368vw, var(--sp-6d5));
}

.product-card__countdown .countdown__item p:after {
  font-size: inherit;
  color: inherit;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .product-card__countdown {
    inset-inline-end: var(--sp-3);
    inset-block-end: var(--sp-3);
  }
}

@media screen and (pointer: fine) {
  .product-card__countdown {
    --tw-translate-y: var(--sp-2);
    transition: var(--animation-primary);
    transition-property: opacity, transform;
  }

  .product-card:hover .quick-add~.product-card__countdown {
    --tw-translate-y: var(--sp-2);
    opacity: 0;
  }
}

/*! quick-add */

.quick-add {
  inset-inline-end: 0;
  inset-block-end: var(--sp-7);
}

.quick-add .button {
  width: auto;
  height: auto;
  padding-block: clamp(var(--sp-3), 0.842vw, var(--sp-4));
  padding-inline: clamp(var(--sp-5d5), 1.368vw, var(--sp-6d5));
}

.quick-add .button:focus-visible {
  opacity: 1;
}

.quick-add .button .icon {
  width: var(--sp-4d5);
  height: var(--sp-4d5);
}

.quick-add .button[aria-disabled] {
  cursor: progress;
}

.quick-add .button[disabled] {
  background-color: rgb(var(--color-button-text));
}

.button.loading:before {
  content: '';
  z-index: 1;
  position: absolute;
  width: min(50px, 34%);
  height: 2px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  margin-block-start: -1px;
  margin-inline-start: max(-25px, -17%);
  background-color: rgb(var(--color-button-text));
  animation: preloading 1.2s infinite ease;
}

.button.loading .btn-text {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .quick-add {
    inset-inline-end: 0;
    inset-block-end: 0;
    padding-inline: var(--sp-3);
    padding-block-end: var(--sp-3);
  }

  .quick-add .btn-loader {
    gap: var(--sp-1d5);
  }

  .quick-add .btn-loader span {
    width: 4px;
    height: 4px;
  }

  .quick-add .button {
    height: var(--sp-10);
  }

  .quick-add .button:not([disabled]) {
    padding: 0;
    width: var(--sp-10);
  }
}

@media screen and (pointer: fine) {
  .quick-add {
    --tw-translate-y: var(--sp-2);
    transition: var(--animation-primary);
    transition-property: opacity, transform;
  }

  .product-card:hover .quick-add {
    --tw-translate-y: 0;
  }

  .product-card:hover .quick-add .button {
    opacity: 1;
  }
}

/*! quick-view */

.no-js .quick-view__button {
  display: none;
}

.quick-view__button {
  --shadow-opacity: 0;
  --border-opacity: 0.1;
  --color-button-background: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-button-border: var(--color-foreground);
  --buttons-border-width: 1px;
  --buttons-radius: var(--rounded-full);
  padding: 0;
  height: var(--sp-12);
  width: var(--sp-12);
  background-color: rgb(var(--color-button-text));
  position: absolute;
  inset-block-start: var(--sp-4);
  inset-inline-end: var(--sp-4);
}
.quick-view .product-form__buttons {
  height: auto;
}

@media screen and (pointer: fine) {
  .product-card:hover .quick-view__button {
    opacity: 1;
  }

  .quick-view__button~.product-card__rating {
    transition: opacity var(--animation-fast);
  }

  .js .product-card:hover .quick-view__button~.product-card__rating {
    opacity: 0;
  }
}

.quick-view__button:focus-visible {
  opacity: 1;
}

.quick-view__button:focus-visible~.product-card__rating {
  opacity: 0;
}

.quick-view__button+.quick-view {
  display: none !important;
}

.quick-view__content {
  height: 48rem;
}

.quick-view__content:empty {
  z-index: 1;
  position: relative;
  display: block;
  background-color: rgb(var(--color-background));
}

.quick-view__content:empty:before,
.quick-view__content:empty:after {
  content: '';
  display: block;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  margin-block-start: -1.5px;
  margin-inline-start: max(-30px, -20%);
  width: min(60px, 40%);
  height: 3px;
  background-color: rgb(var(--color-foreground));
}

.quick-view__content:empty:before {
  background-color: rgb(var(--color-border));
}

.quick-view__content:empty:after {
  animation: preloading 1.2s infinite ease;
}

.quick-view .drawer__header {
  border-block-end: 0;
  padding-block-end: var(--sp-2);
}

.quick-view .drawer__close {
  position: absolute;
  inset-block-start: var(--sp-7);
  inset-inline-end: var(--sp-7);
  background-color: rgb(var(--color-button-text));
  transition: opacity var(--animation-primary);
  transition-delay: 0.6s;
}

.quick-view[active] .drawer__close {
  opacity: 1;
}

.quick-view .product__media-container .slider {
  border-radius: 0;
}

.quick-view .product__media-container .slider.magnify {
  z-index: 1;
}

.quick-view .product__media {
  border-radius: 0;
}

.quick-view .product__media>img {
  height: 100%;
}

.quick-view .product__thumbnails-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  display: none;
}

.quick-view button.product__thumbnail:not([hidden]) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  flex: 1 1 100%;
  width: auto;
  gap: 5px;
  padding: 10px 0 5px;
}

.quick-view button.product__thumbnail[aria-current]:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin: 0;
  inset: unset;
  background-color: transparent;
  border-radius: 1px;
  transition: var(--animation-primary);
  transition-property: background-color;
}
.quick-view .product__pdp-callout {
  display: none;
}

.quick-view button.product__thumbnail[aria-current=true]:before {
  width: 100%;
  height: 5px;
  background-color: var(--color-dark-grey);
}

.quick-view button.product__thumbnail[aria-current]:after {
  content: none;
}

.quick-view button.product__thumbnail img {
  visibility: hidden;
  position: absolute;
}

.quick-view button.product__thumbnail .play-button {
  clip: rect(0,0,0,0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.quick-view .product__more:focus-visible {
  outline-offset: -3px;
}
.quick-view .size-chart-container {
  display: none;
}
.quick-view .product {
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .quick-view .product__info {
    padding-inline: var(--page-padding);
  }

  .quick-view [data-shopify-xr] {
    margin-inline: auto;
    max-width: calc(100% - calc(2 * var(--page-padding)));
  }
}

@media screen and (min-width: 640px) {
  .quick-view .product__gallery button:is([is=media-lightbox-button], [is=media-hover-button]) {
    inset-inline-end: auto;
    inset-inline-start: var(--sp-4);
  }

  .quick-view .drawer__inner {
    max-width: 80rem;
  }

  .quick-view .drawer__header {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .quick-view .product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
  }

  .quick-view__content {
    overflow: hidden;
  }

  .quick-view .product,
  .quick-view .product__content,
  .quick-view .product__info,
  .quick-view .product__gallery,
  .quick-view .product__media-container,
  .quick-view .product__media-list,
  .quick-view .product__media {
    height: 100%;
  }

  .quick-view .product__media-list {
    position: absolute;
    inset: 0;
  }

  .quick-view .product__thumbnails-list {
    position: absolute;
    width: 100%;
    margin-block-start: 0;
    padding-inline: 5px;
    width: 100%;
    border-radius: 0;
    bottom: 0;
    left: 0;
    height: auto;
    display: block;
  }
  .quick-view.x-modal:not([hidden]) {
    justify-content: flex-start;
  }
  .quick-view .drawer__inner {
    max-width: calc(100% - 550px);
    margin: 0 50px;
  }
  .quick-view .product__gallery {
    border-inline-end: 1px solid rgb(var(--color-foreground)/ var(--opacity-045));
  }

  .quick-view .product__info.with-read-more {
    padding-block-end: calc(var(--sp-8) + var(--sp-4) + var(--sp-6) * 2);
  }

  .quick-view .product__info {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scrollbar-color: auto;
    scrollbar-width: thin;
    overflow-x: hidden;
    overflow-y: auto;
    padding-block: var(--sp-8);
    padding-inline: var(--grid-gap);
  }

  .quick-view .product__info::-webkit-scrollbar {
    -webkit-appearance: none;
    background-clip: padding-box;
    background-color: transparent;
    border-radius: var(--rounded-full);
    width: var(--sp-1d5)
  }

  .quick-view .product__info::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgb(var(--color-foreground)/ 0.2);
    border-radius: var(--rounded-full)
  }

  .quick-view .product__more {
    padding-block: var(--sp-6);
    padding-inline: var(--grid-gap);
    border-block-start: 1px solid rgb(var(--color-foreground)/ var(--opacity-045));
    background-color: rgb(var(--color-background)/ 0.7);
    backdrop-filter: blur(12px);
  } 
  .quick-view .product {
    padding: 5px;
  }
}


@media screen and (min-width: 1280px) {
  .quick-view .product {
    --product-grid: auto / minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media screen and (min-width: 1536px) {
  .quick-view .product__info {
    padding-block: var(--sp-11);
  }
}

/*! badge */

.badges {
  inset-block-start: 10px;
  inset-inline-start: 10px;
}

.badge {
  --badge-background: #44444433;
  --badge-foreground: rgb(var(--color-background));
  background-color: var(--badge-background);
  color: var(--badge-foreground);
  padding: 4px 10px;
  width: max-content;
  border-radius: 2px;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .badge {
    padding: 5px 13px;
  }

  .discounts .badge {
    padding-block: var(--sp-2);
  }
}

.badge.badge--onsale {
  --badge-background: rgb(var(--color-sale-tag));
  --badge-foreground: rgb(var(--color-sale-tag-text));
}

.badge.badge--highlight {
  --badge-background: rgb(var(--color-sale-tag)/ 0.1);
  --badge-foreground: rgb(var(--color-sale-tag));
}

/*! price */
.price {
  font-weight: 700;
}
.price__regular {
  color: rgb(var(--color-price));
}

.price__regular small {
  font-weight: 600;
}

.price--on-sale .price__regular {
  color: rgb(var(--color-sale-price));
}

.unit-price {
  color: rgb(var(--color-price)/ 0.6);
  font-size: var(--fluid-xs-to-sm);
}
.price__sale {
  text-decoration: line-through;
}

/*! pagination */

.pagination .page {
  height: var(--sp-10);
  width: var(--sp-10);
}

@media screen and (min-width: 768px) {
  .pagination .page {
    height: var(--sp-12);
    width: var(--sp-12);
  }
}

.pagination .page.current {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

/*! active-facets */

.active-facets .color-swatch {
  --swatch-radius: 9999px;
  --swatch-size: var(--sp-3);
  --swatch-offset: 1.5px
}

@media screen and (min-width: 1280px) {
  .active-facets .color-swatch {
    --swatch-offset: 2px;
    --swatch-size: var(--sp-4)
  }
}

.active-facets .color-swatch:before {
  --tw-shadow: inset 1px 2px 0px rgb(var(--color-foreground)/ var(--opacity-115));
}

.active-facets>.facet-clear-all {
  margin-inline-start: var(--sp-2)
}

@media screen and (min-width: 1024px) {
  .active-facets>.facet-clear-all {
    margin-inline-start: var(--sp-4)
  }
}

.removable-facet {
  color: var(--color-white);
  background-color: var(--color-black);
  padding: 3px 10px;
  border-radius: 2px;
}
.removable-facet .icon {
  padding: 5px;
}
/*! multicolumn */

.multicolumn {
  --card-grid-gap: var(--sp-10) var(--sp-4);
}

@media screen and (min-width: 1024px) {
  .multicolumn {
    --card-grid-gap: clamp(40px, 3.5vw, 60px);
  }
}

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

@media screen and (pointer: fine) {
  .multicolumn .media[href] img {
    transform: scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .multicolumn .media[href]:hover img {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }
}

.multicolumn-card.with-border {
  border-radius: var(--rounded-block);
  border: 1px solid rgb(var(--color-border-light));
}

.multicolumn-card.with-border .multicolumn-card__info {
  padding-inline: var(--sp-5);
  padding-block: var(--sp-2) var(--sp-6);
}

@media screen and (min-width: 1024px) {
  .multicolumn-card.with-border .multicolumn-card__info {
    padding-inline: var(--sp-8d5);
    padding-block: var(--sp-5) var(--sp-11);
  }
}

/*! multicolumn-with-icons */

.text-with-icons:after {
  content: 'flickity';
  display: none;
}

.column__icon.with-svg :is(svg, img) {
  display: inline-block;
  width: var(--sp-6);
  height: auto;
  fill: currentColor;
}

.column__title {
  font-size: clamp(var(--text-lg), 1.053vw, var(--text-xl));
}

.column__text {
  font-size: clamp(var(--text-2sm), .737vw, var(--text-sm));
}

.column__title+.column__text {
  padding-block-start: var(--sp-2);
}

.text-with-icons+* {
  margin-block-start: var(--sp-10);
}

@media screen and (min-width: 1024px) {
  .text-with-icons:after {
    content: none;
  }

  .text-with-icons {
    --multicolumn-template: repeat(4, minmax(0, 1fr));
    grid-template-columns: var(--multicolumn-template);
    row-gap: clamp(var(--sp-5), 2.105vw, var(--sp-10));
  }

  .text-with-icons.grid--2 {
    --multicolumn-template: repeat(2, minmax(0, 1fr));
  }

  .text-with-icons.grid--3 {
    --multicolumn-template: repeat(3, minmax(0, 1fr));
  }

  .text-with-icons .column {
    padding-inline: clamp(var(--sp-5), 2.105vw, var(--sp-10));
  }

  .text-with-icons .column:first-child {
    padding-inline-start: 0;
  }

  .text-with-icons .column:last-child {
    padding-inline-end: 0;
  }

  .text-with-icons .column+.column {
    border-inline-start: 1px solid rgb(var(--color-border));
  }

  .text-with-icons.grid--2 .column:nth-child(2n + 1),
  .text-with-icons.grid--3 .column:nth-child(3n + 1),
  .text-with-icons.grid--4 .column:nth-child(4n + 1) {
    padding-inline-start: 0;
    border-inline-start: 0;
  }
}

@media screen and (min-width: 1280px) {
  .text-with-icons.xl\:text-right .column {
    flex-direction: row-reverse;
  }

  .text-with-icons.xl\:text-center .column {
    flex-direction: column;
  }
}

@keyframes preloading {

  0%,
  44%,
  88.1%,
  to {
    transform-origin: var(--transform-origin-start)
  }

  0%,
  to,
  88% {
    transform: scaleX(0)
  }

  44.1%,
  88% {
    transform-origin: var(--transform-origin-end)
  }

  33%,
  44% {
    transform: scaleX(1)
  }
}

[data-lazy-image] .media.loading:before,
[data-lazy-image] .media.loading:after {
  content: '';
  z-index: 1;
  position: absolute;
  width: min(50px, 34%);
  height: 2px;
  inset-inline-start: 50%;
  inset-block-start: 50%;
  margin-block-start: -1px;
  margin-inline-start: max(-25px, -17%);
  background-color: rgb(var(--color-base-text));
}

[data-lazy-image] .media.loading:before {
  background-color: rgb(var(--color-base-background));
}

[data-lazy-image] .media.loading:after {
  animation: preloading 1.2s infinite ease;
}

[data-lazy-image] .media.loading>img {
  opacity: 0;
}

/*! shopify-challenge, shopify-policy */

.main-content .shopify-challenge__container,
.main-content .shopify-policy__container {
  margin: 0 auto;
  max-width: var(--page-width);
  padding-inline: var(--page-padding);
}

.shopify-challenge__container,
.shopify-policy__container {
  display: grid;
  gap: var(--sp-8);
  padding-block: var(--sp-16);
}

.shopify-challenge__message {
  font-size: var(--text-lg);
  line-height: 1.6
}

.shopify-challenge__container form {
  display: grid;
  gap: var(--sp-5);
}

.shopify-challenge__button {
  min-width: var(--sp-48);
}

@media screen and (min-width: 1024px) {
  .main-content .shopify-challenge__container,
  .main-content .shopify-policy__container {
    --page-padding: var(--sp-12);
    max-width: 70rem;
    padding-block: var(--sp-28);
  }

  .shopify-challenge__message {
    font-size: var(--text-2xl);
  }
}

/*! alert */

.alert {
  padding: var(--sp-5);
}

[data-rounded-block=round] .alert {
  border-radius: var(--inputs-radius);
}

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

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

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

/*! 404 */

.page-404 {
  gap: var(--sp-23);
}

.page-404 .text-lg {
  line-height: 1.4;
}

.page-404 .button-group {
  max-width: 38rem;
  margin: 0 auto;
  width: 100%;
  padding-inline: var(--gap-padding);
}

@media screen and (min-width: 768px) {
  .page-404 {
    gap: var(--sp-14);
  }

  .page-404 .button-group .button {
    min-height: 3.75rem;
  }
}

/*! rich-text */

div:not('.image-with-text') .rich-text>*+*:not(.spacing-section) {
  margin-block-start: var(--sp-5);
}
.rich-text {
  padding-inline: 15px;
}
.rich-text>:is(.link, .button) {
  margin-inline-end: var(--sp-4);
}
.rich-text.lg\:text-left {
  align-items: start;
}
.rich-text.lg\:text-center {
  align-items: center;
}
.rich-text.lg\:text-right {
  align-items: end;
}
@media screen and (max-width: 767px) {
  .rich-text.text-left {
    align-items: start;
  }
  .rich-text.text-center {
    align-items: center;
  }
  .rich-text.text-right {
    align-items: end;
  }
}

/*! contact-form */

.contact,
.contact.with-map>.flex {
  gap: var(--grid-gap);
}

.contact__fields .field {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}

.contact__sidebar .subtitle {
  color: rgb(var(--color-foreground)/ .5);
}

.contact__sidebar .media img {
  max-width: calc(var(--image-width) * 0.75);
  max-height: calc(var(--image-height) * 0.75);
}

@media screen and (min-width: 1024px) {
  .contact__sidebar .media img {
    max-width: var(--image-width);
    max-height: var(--image-height);
  }
}

.contact.with-map .contact__sidebar>.flex {
  padding: var(--sp-7d5) var(--sp-6);
  border: 1px solid rgb(var(--color-border));
}

[data-rounded-block=round] .contact.with-map .contact__sidebar>.flex {
  border-radius: var(--border-radius-small);
}

@media screen and (min-width: 768px) {
  .page-width--narrow .contact__sidebar {
    column-gap: var(--sp-6);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact__fields .field {
    width: calc(50% - var(--sp-6) / 2);
  }

  .contact__fields .field--full {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page-width--narrow .contact {
    flex-direction: column;
  }

  .page-width--narrow .contact__sidebar {
    width: 100%;
  }

  .contact__sidebar {
    width: clamp(340px, 25vw, 430px);
  }

  .contact.with-map .contact__sidebar {
    width: 100%;
    grid: auto-flow dense/repeat(4, minmax(0, 1fr));
  }

  .contact.with-map .banner {
    height: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .contact.with-map .contact__sidebar>.flex {
    padding: var(--sp-10);
  }
}

.contact.with-map .banner {
  border-radius: var(--rounded-block);
}

.contact.with-map .banner :is(.banner__map, .banner__media) {
  height: 100%;
}

/*! faq */

.faqs.with-border {
  gap: var(--grid-gap);
}

.faqs.with-border .faq {
  padding: clamp(var(--sp-6), 2.315vw, var(--sp-12)) var(--sp-5);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--rounded-block);
}

@media screen and (min-width: 1536px) {
  .faq .details__summary .text-base {
    font-size: 1.375rem;
  }
}

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

.accordion+.accordion {
  border-block-start: 1px solid rgb(var(--color-border));
}

.accordion--text {
  padding-block: var(--sp-10);
}

.accordion .details .details__content {
  padding-block-end: var(--sp-8);
  margin-block-start: calc(var(--sp-2d5) * -1);
}

.accordion .details .details__summary {
  padding-block: var(--sp-7);
}

.accordion .details .details__summary>.icon {
  width: var(--sp-3);
  height: var(--sp-3);
}

.accordion .details[aria-expanded=true] .details__summary>.icon {
  --tw-scale-y: -1;
  --tw-rotate: 45deg;
}

@media screen and (min-width: 1024px) {
  .faqs.with-border .faq {
    padding-inline: var(--sp-12);
  }

  .accordion .details__content {
    max-width: 80%;
  }

  .accordion .details .details__summary {
    padding-block: var(--sp-8);
  }

  .accordion .details .details__summary>.icon {
    width: var(--sp-3d5);
    height: var(--sp-3d5);
  }
}

.accordion--text:first-child {
  padding-block-start: var(--sp-2);
}

.faqs.with-background {
  color: rgb(var(--color-foreground));
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
  border-radius: var(--rounded-block);
}

.faqs.with-background>:is(div, form) {
  padding: var(--sp-10);
}

.faqs.with-background>form {
  background-color: rgb(var(--color-foreground)/ 0.04);
}

.faqs.with-background .title-wrapper {
  margin-block-end: 0;
}

.faqs.with-background .title-wrapper .rte {
  padding: var(--sp-4) var(--sp-5);
  color: rgb(var(--color-foreground)/ 0.6);
  background-color: rgb(var(--color-foreground)/ 0.04);
}

[data-rounded-block=round] .faqs.with-background .title-wrapper .rte {
  border-radius: var(--sp-2d5);
}

.faqs.with-background .title-wrapper .rte a {
  color: rgb(var(--color-foreground));
}

.faqs .contact__sidebar>.flex {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 640px) {
  .faqs .contact__sidebar>.flex {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media screen and (min-width: 1024px) {
  .faqs .contact__sidebar>.flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1280px) {
  .faqs.with-background .title-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .faqs.with-background .title-wrapper.md\:items-center {
    flex-direction: column;
    align-items: center;
  }

  .faqs.with-background .title-wrapper .rte {
    padding: var(--sp-5) var(--sp-7d5);
  }

  .faqs.with-background>:is(div, form) {
    padding: var(--sp-14);
  }
}

@media screen and (min-width: 1536px) {
  .faqs.with-background>:is(div, form) {
    padding: clamp(var(--sp-20), 6.737vw, var(--sp-32));
  }

  .faqs .contact__sidebar>.flex {
    flex-direction: row;
    align-items: flex-end;
  }
}

/*! share-buttons */

@media screen and (max-width: 639px) {
  html.js .share-drawer .drawer__inner {
    height: auto;
  }

  html.js .quick-view .share-drawer .drawer__inner {
    height: 0;
  }
}

.share-buttons li+li {
  border-block-start: 1px solid rgb(var(--color-border));
}

.share-buttons a {
  padding: var(--sp-3d5) var(--sp-2d5);
}

.share-buttons li:first-child a {
  padding-block-start: 0;
}

.share-buttons li:last-child a {
  padding-block-end: 0;
}

.share-buttons .icon-facebook {
  fill: #3B5998;
}

.share-buttons .icon-twitter {
  fill: #00ACEE;
}

.share-buttons .icon-pinterest {
  fill: #E60023;
}

.share-buttons .icon-telegram {
  fill: #3390F7;
}

.share-buttons .icon-whatsapp {
  fill: #25d366;
}

/*! slider-element */

.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  display: none;
}

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

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

@media screen and (max-width: 1023px) {
  .slider--tablet {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
 /*   padding-inline: var(--page-padding);
    margin-inline: calc(var(--page-padding) * -1);
    scroll-padding-inline: var(--page-padding);
    padding-block-end: var(--card-shadow-vertical-offset);*/
  }

  .slider--tablet .card-grid {
    --slider-item-width: 36vw;
    --slider-grid: auto / auto-flow var(--slider-item-width);
    grid: var(--slider-grid);
  }
}

@media screen and (max-width: 639px) {
  .slider--tablet .mobile\:card-grid--1 {
    --slider-item-width: 74vw;
  }
}

@media screen and (min-width: 1024px) {
  .slider--desktop {
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    padding-inline: var(--page-padding);
    margin-inline: calc(var(--page-padding) * -1);
    scroll-padding-inline: var(--page-padding);
    padding-block-end: var(--card-shadow-vertical-offset);
  }

  .slider--desktop .card-grid {
    --slider-item-width: calc(calc(var(--page-container) / var(--card-grid-per-row)) - var(--card-grid-gap) * calc(var(--card-grid-per-row) - 1) / var(--card-grid-per-row));
    --slider-grid: auto / auto-flow var(--slider-item-width);
    grid: var(--slider-grid);
  }
}

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

.slider .card {
  scroll-snap-align: start;
}

.slider+p {
  text-align: center;
  margin-block-start: clamp(var(--sp-8), 2.526vw, var(--sp-12));
}

/*! main-product */

.product-title-sm {
  font-size: clamp(var(--text-xl), .4966rem + 1.1818vw, var(--text-3xl));
}

.product-title-md {
  font-size: clamp(var(--sp-10), 2.526vw, var(--sp-12));
}

.product-title-lg {
  font-size: clamp(var(--sp-8), 3.368vw, var(--sp-16));
}

@media screen and (max-width: 767px) {
  .mobile\:product-title-sm,
  .mobile\:product-title-sm .single-word,
  .mobile\:product-title-md,
  .mobile\:product-title-md .single-word,
  .mobile\:product-title-lg,
  .mobile\:product-title-lg .single-word {
    line-height: 1.25;
  }

  .mobile\:product-title-sm {
    font-size: var(--text-h3);
  }
  
  .mobile\:product-title-md {
    font-size: var(--text-h2);
  }
  
  .mobile\:product-title-lg {
    font-size: var(--text-h1);
  }
}

.rating .icon {
  fill: rgb(var(--color-rating));
}

.rating-star {
  --percent: calc((var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
  --letter-spacing: 0;
  --font-size: 2;
}

.rating-star:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(calc(90deg * var(--transform-logical)), rgb(var(--color-rating)) var(--percent), rgb(var(--color-foreground)/ 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating-count {
  padding-inline-start: var(--sp-2);
  border-inline-start: 1px solid rgb(var(--color-border));
}

noscript .product-form__input {
  margin-block-start: var(--sp-6);
}

.product-form__input {
  border: none;
}

.product-form__input .form__label {
  margin-block-end: var(--sp-3);
}

.product-form__input .form__label:empty {
  display: none;
}

.variant-picker .color-swatch {
  --swatch-size: var(--sp-8d5);
}

@media screen and (min-width: 1024px) {
  .product {
    grid-template-columns: 1fr 1fr;
  }
  .featured-product.product .sticky {
    position: sticky;
    top: 0;
  } 
}

@media screen and (min-width: 1280px) {
  .product {
    grid: var(--product-grid);
  }
}

@media screen and (min-width: 1536px) {
  .product--scroll {
    gap: var(--sp-15);
  }

  .featured-product.product--thumbnail {
    gap: var(--grid-gap);
    padding-inline: calc(var(--grid-gap) * 2);
  }
}

.product__info.sticky,
.product__preview.sticky {
  inset-block-start: var(--sp-6) !important;
  transition: inset-block-start var(--animation-nav);
}

.header-sticky~.page-container .sticky:is(.product__info, .product__preview) {
  inset-block-start: calc(var(--header-height) + var(--sp-3)) !important;
}

.header-hidden[data-sticky-type=on-scroll-up]~.page-container .sticky:is(.product__info, .product__preview) {
  inset-block-start: var(--sp-6) !important;
}

.product__preview.sticky {
  --inset: 0px;
  height: calc(var(--screen-height) - var(--header-height) - var(--topbar-height) - var(--sp-5));
  transition-property: inset-block-start, height;
}

.header-scrolled~.page-container .product__preview.sticky {
  height: calc(var(--screen-height) - var(--inset) - var(--sp-10));
}

.header-hidden[data-sticky-type=on-scroll-up]~.page-container .product__preview.sticky {
  height: calc(var(--screen-height) - var(--sp-12));
}

.product__preview {
  max-height: var(--screen-height);
}

.product__preview .product__media,
.product__preview .product__media>img {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .product--scroll .product__preview .play-button {
    width: var(--sp-14);
    height: var(--sp-14);
  }

  .product--scroll .product__preview .play-button .icon {
    width: var(--sp-5);
    height: var(--sp-5);
  }
}

.product.no-media {
  grid: none;
}

.product.no-media .product__info {
  width: 100%;
}

.product__info>*+*,
.product__info>.product-content-form>*+*{
  margin-block-start: var(--sp-6);
}

.product__text {
  padding-block: var(--sp-2);
}

.product__vendor+.product__title,
.product__sku+.product__title,
.product__sku+.product__vendor,
.product__vendor+.product__sku {
  margin-block-start: var(--sp-3);
}

.product__title+.product__rating {
  margin-block-start: var(--sp-5);
}


.product__price .price__regular {
  font-size: 100%;
}

/*.product__price :is(.price__sale, .unit-price) {
  font-size: 70%;
}*/

.product__tax {
  margin-block-start: var(--sp-1d5);
}
.installment {
  display: none;
}

/*.product__title.with-price {
  display: grid;
  gap: var(--sp-5);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-end;
  justify-content: space-between;
}

.product__title .product__price {
  align-self: flex-end;
}

.product__title .product__rating {
  place-self: end;
}

@media screen and (min-width: 1280px) {
  .product__title.with-price {
    grid-template-columns: auto auto;
  }

  .product__title.with-price h1 {
    grid-column: auto;
  }

  .product__title.with-price .price__sale {
    place-self: end;
  }

  .product__title .product__price {
    place-self: end;
  }

  .product__title .product__rating {
    grid-column: 1/-1;
    margin-block-start: var(--sp-1d5);
    place-self: auto;
  }
}*/

.product-form-wrapper {
  margin-block-start: var(--sp-4);
}

.quantity-selector {
  min-height: var(--input-height);
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--buttons-radius);
}

.quantity-button {
  padding-inline: var(--sp-3);
}

.quantity-input {
  appearance: none;
  background-color: transparent;
  max-width: var(--sp-11);
}

.quantity-input:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media screen and (max-width: 639px) {
  .quantity-button .icon {
    width: var(--sp-4d5);
    height: var(--sp-4d5);
  }
}

@media screen and (min-width: 640px) {
/*  .product-form__submit,
  button.shopify-payment-button__button--unbranded,
  .shopify-payment-button__button--branded.shopify-payment-button__button--branded [role=button] {
    min-height: 3.75rem;
  }*/

  .quantity-input {
    max-width: var(--sp-12);
  }

  .quantity-button {
    padding-inline: var(--sp-4d5);
  }

  .quantity-button:first-of-type {
    padding-inline-end: var(--sp-2);
  }

  .quantity-button:last-of-type {
    padding-inline-start: var(--sp-2);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .product-form__buttons .quantity-input {
    max-width: var(--sp-10);
  }
}

button.shopify-payment-button__button--hidden {
  display: none;
}

[data-rounded-block=square] .product__inventory progress-bar {
  border-radius: 0;
}

.product__inventory progress-bar {
  height: var(--sp-1d5);
  background-color: rgb(var(--color-border-light));
}

.product__inventory progress-bar:before {
  content: '';
  background-color: currentColor;
  border-radius: inherit;
  display: block;
  height: inherit;
  width: var(--progress, 100%);
  transition: width var(--animation-smooth) .1s;
}

.product__inventory .accent-2:before {
  background: linear-gradient(325deg, #0064ff 0, #61f0f3 100%);
}

.product__inventory .accent-3:before {
  background: linear-gradient(325deg, #ff3484 0, #f1e04d 100%);
}

.product__inventory .accent-4:before {
  background: linear-gradient(325deg, #309fff 0, #b635ff 100%);
}

.product__inventory .accent-5:before {
  background: linear-gradient(325deg, #049cff 0, #35ee7a 100%);
}

.product__inventory .accent-6:before {
  background: linear-gradient(325deg, #00e166 0, #0066ec 100%);
}

.product__inventory .alert {
  border-radius: var(--rounded-full);
  padding-block: var(--sp-3d5);
  padding-inline: var(--sp-4d5) var(--sp-5);
}

.product__info .complementary-products {
  margin-block-start: var(--sp-8);
}

.recipient-form input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  position: absolute;
  inset-block-start: calc(50% - 10px);
  inset-inline-end: var(--input-padding-inline);
}

.social-sharing li {
  width: var(--sp-10);
  height: var(--sp-10);
}

.social-sharing .social-sharing__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-sharing .social-sharing__link .icon {
  width: var(--sp-4d5);
  height: var(--sp-4d5);
}

.help-list__item {
  padding-block: var(--sp-6);
  padding-inline: var(--sp-7d5);
  color: rgb(var(--color-foreground));
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
}

[data-rounded-block=round] .help-list__item {
  border-radius: var(--sp-4);
}

.help-list__item p:not(.h4) {
  margin-block-start: 0;
  margin-block-end: var(--sp-3);
}

.product__accordion {
  padding-inline: clamp(var(--sp-4d5), 1.2vw, var(--sp-5d5));
  margin-block-start: var(--sp-9);
  border-block: 1px solid rgb(var(--color-border));
}

.product__accordion:last-child {
  border-block-end-width: 1px;
}

.product__accordion+.product__accordion {
  border-block-start: 0;
  margin-block-start: 0;
}

.product__accordion .details__summary {
  padding-block: clamp(var(--sp-4d5), 1.2vw, var(--sp-5d5));
}

.product__accordion .details__summary>.icon {
  --tw-scale-y: 1;
  width: var(--sp-3);
  height: var(--sp-3);
}

.product__accordion[aria-expanded=true] .details__summary>.icon {
  --tw-rotate: 45deg;
}

.product__accordion .details__content,
.product__accordion .details__content:last-child {
  padding-block-end: clamp(var(--sp-4d5), 1.2vw, var(--sp-5d5));
}

.product__accordion .details__content:after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .product__accordion .details__summary>.icon {
    width: var(--sp-3d5);
    height: var(--sp-3d5);
  }
}

.product__more {
  padding: clamp(var(--sp-4d5), 1.2vw, var(--sp-5d5));
  margin-block-start: var(--sp-9);
  border-block: 1px solid rgb(var(--color-border));
}

.product__more+.product__accordion,
.product__accordion+.product__more {
  border-block-start: 0;
  margin-block-start: 0;
}

.product__more>.icon {
  width: var(--sp-4d5);
  height: var(--sp-4d5);
}

.product__info>:not(.product__accordion)+:last-child:is(.product__more) {
  border-block-end: 0;
  padding-inline: 0;
}

.product__spinning {
  inset-inline-start: 50%;
  margin-inline-start: calc(var(--radius) * 2);
}

@media screen and (min-width: 1024px) {
  .product__spinning {
    inset-inline-start: 100%;
    margin-inline-start: var(--radius);
  }
}

@media screen and (min-width: 1536px) {
  .product__spinning {
    margin-inline-start: calc(var(--radius) * 3);
  }
}

.product__spinning .icon {
  width: clamp(var(--sp-6), 2.105vw, var(--sp-10));
  height: clamp(var(--sp-6), 2.105vw, var(--sp-10));
}

spinning-text {
  --inner-angle: calc((360 / var(--char-count)) * 1deg);
  --character-width: 1;
}

[data-gang-option]~[data-gang-default] {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .split-chars {
    animation: spin 12s infinite linear;
  }

  @keyframes spin {
    to {
      rotate: -360deg;
    }
  }
}

.split-char {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(var(--transform-logical) * var(--inner-angle) * var(--char-index))) translateY(var(--radius));
}

.no-js .product__spinning {
  display: none;
}

@keyframes beat {

  0%,
  to {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }
}

video-media,
model-media {
  border-radius: inherit;
  aspect-ratio: var(--aspect-ratio);
}

@supports not (aspect-ratio: 1) {
  :is(video-media, model-media):before {
    content: '';
    padding-block-end: calc(100% / (var(--aspect-ratio)));
    display: block;
  }

  :is(video-media, model-media)>* {
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute !important;
  }
}

video-media {
  --aspect-ratio: 16 / 9;
}

video-media[host] {
  align-items: center;
  display: grid;
}

video-media:not([playing]) {
  cursor: pointer;
}

video-media> :is(video, iframe, img, svg) {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  transition: var(--animation-short);
  transition-property: opacity, visibility;
}

video-media>video[controls] {
  pointer-events: auto;
}

video-media> :is(img, svg) {
  object-fit: cover;
  object-position: center;
}

video-media>video:not(:-webkit-full-screen) {
  object-fit: cover;
  object-position: center;
}

video-media>video:not(:fullscreen) {
  object-fit: cover;
  object-position: center;
}

video-media> :is(iframe, img, svg) {
  position: absolute;
  inset: 0;
}

video-media:not([loaded])> :is(video, iframe),
video-media[loaded]>img,
video-media[loaded]>svg,
video-media[loaded] .play-button {
  opacity: 0;
}
/* Video transition fix */
video-media.media> :is(video, iframe, img, svg) {
  transition: none;
}

video-media[suspended]~* {
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  model-media[loaded]~* {
    pointer-events: none;
  }
}

.play-button {
  position: absolute;
  width: var(--sp-7);
  height: var(--sp-7);
  inset-inline-end: var(--sp-2);
  inset-block-start: var(--sp-2);
  transition: var(--animation-short);
  transition-property: opacity, visibility;
  background-color: rgb(var(--color-background));
}

@media screen and (pointer: fine) {
  :is(video-media, model-media) .play-button:hover>svg:first-child {
    animation: beat .6s infinite ease;
  }
}

.play-button .icon {
  width: var(--sp-3);
  height: var(--sp-3);
}

:is(.product__preview, .product__media-list) .play-button {
  width: var(--sp-10);
  height: var(--sp-10);
  inset-inline-end: var(--sp-4);
  inset-block-start: var(--sp-4);
}

:is(.product__preview, .product__media-list) .play-button[hidden] {
  display: none;
}

:is(.product__preview, .product__media-list) .play-button .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}

:is(.product__preview, .product__media-list) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control,
:is(.product__preview, .product__media-list) .shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: var(--sp-10);
  height: var(--sp-10);
}

:is(.product__preview, .product__media-list) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  width: 100%;
  inset-inline-end: 0;
}

[data-rounded-block=round] :is(.product__preview, .product__media-list) .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  border-radius: var(--sp-1);
}

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

@media screen and (min-width: 1024px) {
  .product__media {
    border-radius: var(--card-radius);
  }
}

[data-shopify-xr-hidden] {
  display: none;
}

button:is([is=media-lightbox-button], [is=media-hover-button]) {
  cursor: zoom-in;
  border-radius: var(--rounded-block);
}

button:is([is=media-lightbox-button], [is=media-hover-button]):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgb(var(--color-keyboard-focus));
}

.product__media-container .slider {
  margin-inline: 0;
  padding-inline: 0;
  scroll-padding-inline: 0;
  border-radius: var(--rounded-block);
  transform: translateZ(0);
}

@media screen and (min-width: 1024px) {
  .product--thumbnail .product__media-container .indicators {
    display: flex;
    padding: var(--sp-6);
    transition: opacity var(--animation-primary);
  }

  .product--thumbnail .product__media-container .indicators .button {
    --border-opacity: 0.1;
    background-color: rgb(var(--color-button-text));
  }

  @media screen and (pointer: fine) {
    .product--thumbnail .product__media-container:hover .indicators {
      opacity: 1;
    }
  }
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .slider .product__media {
    width: 75%;
    scroll-snap-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .product--scroll .product__gallery {
    grid-template-columns: 1fr .55fr;
  }

  .product--scroll .product__media-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.product--thumbnail .product__media-list,
.product--dots .product__media-list {
  margin-inline: 0;
  padding-inline: 0;
  scroll-padding-inline: 0;
}

@media screen and (min-width: 1024px) {
  .product--thumbnail .product__media-list,
  .product--dots .product__media-list {
    gap: 0;
  }

  .product--thumbnail .product__media-list .play-button,
  .product--thumbnail .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    width: var(--sp-14);
    height: var(--sp-14);
  }

  .product--thumbnail .product__media-list .play-button .icon {
    width: var(--sp-5);
    height: var(--sp-5);
  }
}

.product--thumbnail .product__media-list .product__media {
  border-radius: 0;
}

.product__thumbnails-list {
  grid-auto-flow: column;
  overflow-x: scroll;
}

.product__thumbnail {
  width: var(--sp-23);
}

.product__thumbnail:after {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-inset: inset;
  --tw-ring-color: transparent;
  content: '';
  inset: 0;
  position: absolute;
  pointer-events: none;
  transition: box-shadow var(--animation-fast);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.product__thumbnail[aria-current=true]:after {
  --tw-ring-color: rgb(var(--color-foreground));
}

[data-rounded-block=round] .product__thumbnail,
[data-rounded-block=round] .product__thumbnail:after {
  border-radius: var(--sp-2d5);
}

@media screen and (min-width: 1280px) {
  .product__thumbnails--beside {
    order: -1;
    width: var(--sp-28);
  }

  .product__thumbnails--beside .product__thumbnails-list {
    grid-auto-flow: row;
    overflow-y: scroll;
    max-height: 630px;
  }

  .product__thumbnails--beside .product__thumbnail {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .product__gallery--partial .slider .product__media {
    width: 95%;
  }

  .product__gallery button:is([is=media-lightbox-button], [is=media-hover-button]) {
    pointer-events: auto;
    width: var(--sp-10);
    height: var(--sp-10);
    inset: unset;
    inset-inline-end: var(--sp-4);
    inset-block-start: var(--sp-4);
    color: rgb(var(--color-foreground));
    background-color: rgb(var(--color-background)/ 0.7);
    border-radius: var(--rounded-full);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(var(--color-border));
  }

  .product__thumbnail {
    width: var(--sp-15);
  }

  .product__thumbnails.with-dots,
  .product__thumbnails.with-dots .product__thumbnails-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }

  .product__thumbnails.with-dots .product__thumbnail:not([hidden]) {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--sp-6);
    height: var(--sp-6);
    border-radius: var(--rounded-full);
    transition: box-shadow var(--animation-primary);
    background-color: transparent;
  }

  .product__thumbnails.with-dots .product__thumbnail:after {
    content: none;
  }

  .product__thumbnails.with-dots .product__thumbnail:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgb(var(--color-foreground));
    border-radius: var(--rounded-full);
    transition: var(--animation-primary);
    transition-property: background-color, box-shadow;
  }

  .product__thumbnails.with-dots .product__thumbnail[aria-current=true]:before {
    width: 5px;
    height: 5px;
    background-color: transparent;
    box-shadow: 0 0 0 2px rgb(var(--color-foreground));
  }

  .product__thumbnails.with-dots .product__thumbnail :is(img, svg) {
    visibility: hidden;
    position: absolute;
  }

  .product__thumbnails.with-dots .product__thumbnail .play-button {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.product__media--variant:not(:first-child) {
  display: none;
}

.no-js .product--thumbnail .product__media-list .product__media:not(:first-child) {
  display: none;
}

.product--scroll .product__gallery.with-only1 {
  grid-template-columns: 1fr;
}

.product--scroll .product__gallery.with-only1 .product__preview.sticky {
  height: auto;
  max-height: unset;
}

.product--scroll .product__gallery.with-only1 .product__preview .product__media {
  height: auto;
}

:is(.product--scroll, .product--columns) .product__gallery.with-only1 .product__media-list {
  grid-template-columns: 1fr;
}

:is(.product--scroll, .product--columns) .product__gallery.with-only1 .product__media-list .product__media {
  width: 100%;
}

/*! image-with-text */

.image-with-text.with-background {
  color: rgb(var(--color-foreground));
  background: var(--gradient-background-2);
  background-color: rgb(var(--color-background-2));
  border-radius: var(--rounded-block);
}

.image-with-text.with-background .image-with-text__image {
  min-height: 100%;
}

.image-with-text.with-background .image-with-text__image .media {
  border-radius: 0;
}

.image-with-text.with-background .rich-text {
  padding: var(--sp-10);
}

@media screen and (min-width: 1024px) {
  .image-with-text.with-background .rich-text {
    padding: var(--grid-gap);
  }
}

.image-with-text .rich-text {
  gap: 15px;
}

.image-with-text__media.with-2nd-image {
  padding-inline: var(--page-padding);
}

.image-with-text__item .media:not(.media--rounded) {
  border-radius: var(--rounded-block);
}

.image-with-text__image-second {
  inset-block-start: 50%;
  width: 35%;
  transform: translateY(-50%);
}

.image-with-text__image-second .media {
  transform: rotate(calc(-4deg * var(--transform-logical)));
}

.image-with-text__image-second+.image-with-text__image-first {
  transform: rotate(calc(3deg * var(--transform-logical)));
  width: 75%;
  margin-inline-start: auto;
}

.image-with-text__media .aspect-adapt .placeholder {
  aspect-ratio: 5 / 6;
}

@media screen and (min-width: 1024px) {
  .image-with-text {
    gap: 0;
  }

  .image-with-text .rich-text {
    gap: 20px;
  }

  .image-with-text__item+.image-with-text__item .rich-text {
    padding-inline-start: var(--grid-gap);
  }

  .image-with-text__item {
    width: 35%;
  }

  .image-with-text__media.with-2nd-image {
    padding-inline: calc(var(--grid-gap)/2);
  }

  .image-with-text__image-second {
    width: 40%;
  }
}

@media screen and (min-width: 1536px) {
  .image-with-text__item:not(.lg\:grow-0) .image-with-text__media.with-2nd-image {
    padding-inline: var(--grid-gap);
  }

  .image-with-text__item+.image-with-text__item.lg\:grow-0 .rich-text {
    padding-inline-end: 0;
  }
}

/*! highlighted-text */

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

  1% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.highlighted-text .icon {
  z-index: -1;
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  stroke: rgb(var(--color-highlight));
  transform: scaleX(var(--transform-logical));
}

.highlighted-text .icon-circle {
  width: 120%;
  height: 140%;
  inset-block-start: -20%;
  inset-inline-start: -10%;
}

.highlighted-text .icon-basic-underline {
  width: 100%;
  height: 30%;
  inset-block-start: auto;
  inset-block-end: -20%;
}

.highlighted-text .icon-sketch-underline {
  width: 100%;
  height: 60%;
  inset-block-start: auto;
  inset-block-end: -20%;
}

.highlighted-text .icon-squiggle-underline {
  width: 100%;
  height: 50%;
  inset-block-start: auto;
  inset-block-end: -30%;
}

.highlighted-text .icon-squiggle-underline-2 {
  width: 100%;
  height: 50%;
  inset-block-start: auto;
  inset-block-end: -35%;
}

.highlighted-text .icon path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

.highlighted-text.animate .icon path {
  opacity: 1;
  animation: strokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.highlighted-text[data-style=text] {
  transition: color var(--animation-smooth);
}

.highlighted-text.animate[data-style=text] {
  color: rgb(var(--color-highlight));
}

.highlighted-text:is([data-style=full_text], [data-style=half_text], [data-style=underline]) {
  background-repeat: no-repeat;
  background-image: linear-gradient(to var(--transform-origin-end), rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%), linear-gradient(to var(--transform-origin-end), rgb(var(--color-highlight)) 0, rgb(var(--color-background)) 100%);
  transition: background-size var(--animation-smooth);
}

.highlighted-text.with-gradient:is([data-style=full_text], [data-style=half_text], [data-style=underline]) {
  background-image: var(--gradient-highlight);
}

.highlighted-text[data-style=full_text] {
  background-position: var(--transform-origin-start) 70%;
  background-size: 0 80%;
}

.highlighted-text.animate[data-style=full_text] {
  background-size: 100% 80%;
}

.highlighted-text[data-style=half_text] {
  background-position: var(--transform-origin-start) 90%;
  background-size: 0 28%;
}

.highlighted-text.animate[data-style=half_text] {
  background-size: 100% 28%;
}

.highlighted-text[data-style=underline] {
  background-size: 0 3px, 0% 80%;
  background-position: var(--transform-origin-start) 90%, var(--transform-origin-start) 50%;
}

.highlighted-text.animate[data-style=underline] {
  background-size: 100% 3px, 0% 80%;
}

.highlighted-text[data-style=stencil] {
  -webkit-text-stroke: 0.02em currentColor;
  -webkit-text-fill-color: transparent;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .js .highlighted-text.with-gradient[data-style=text] {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-image: var(--gradient-highlight);
    background-position: var(--transform-origin-start) 100%;
    background-size: 0 100%;
    transition: background-size var(--animation-smooth);
    line-height: normal;
  }

  .js .highlighted-text.with-gradient.animate[data-style=text] {
    background-size: 100% 100%;
  }
}

/*! testimonials */

.testimonials:after {
  content: 'flickity';
  display: none;
}

.testimonial blockquote {
  margin-block: 0;
}

.testimonial.with-none blockquote {
  padding-block-start: 0;
}

.testimonial.with-none blockquote:before {
  content: none;
}

.testimonial:is(.with-5-stars, .with-4-stars, .with-3-stars, .with-2-stars, .with-1-star) blockquote:before {
  -webkit-mask-image: none;
  mask-image: none;
  width: auto;
  height: auto;
  background-color: transparent
}

.testimonial.with-5-stars blockquote:before {
  content: '★★★★★';
}

.testimonial.with-4-stars blockquote:before {
  content: '★★★★';
}

.testimonial.with-3-stars blockquote:before {
  content: '★★★';
}

.testimonial.with-2-stars blockquote:before {
  content: '★★';
}

.testimonial.with-1-star blockquote:before {
  content: '★';
}

.testimonial figure {
  width: clamp(var(--sp-16), 4.21vw, var(--sp-20));
  margin-block-start: var(--sp-8d5);
}

.testimonial figure.media--adapt {
  width: auto;
}

.testimonial figure+cite {
  line-height: normal;
  margin-block-start: var(--sp-2d5);
}

.testimonials .flickity-page-dots {
  margin-block-start: clamp(var(--sp-6), 2.105vw, var(--sp-10));
}

.banner .testimonial :is(figure, cite) {
  opacity: 0.6;
}

.testimonials>.testimonial~.testimonial,
.no-js .testimonials .testimonial:not(:first-child) {
  display: none;
}

/*! timeline */

.slider .timeline {
  --slider-item-width: var(--page-container);
  --card-grid-gap: var(--sp-10);
}

.slider .timeline.with-only1 {
  --slider-item-width: var(--page-container);
}

.timeline__item {
  width: 100%;
}

.timeline__item>.flex {
  border-radius: var(--rounded-block);
  background-color: rgb(var(--color-foreground)/ 0.04);
}

.timeline__item:after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-color: rgb(var(--color-background)/ .8);
  transition: opacity var(--animation-primary);
}

.timeline__item.selected:after {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .timeline__item:after {
    content: none;
  }
}

.timeline__item-content {
  padding: var(--sp-7d5);
}

.timeline__item-content .button {
  margin-block-start: var(--sp-4d5);
}

.timeline__item-content .heading {
  padding-block-end: var(--sp-2);
}

.timeline-dots {
  width: max-content;
  min-width: 100%;
  margin-block-start: var(--sp-8);
  grid: auto / repeat(var(--section-blocks-count), minmax(0, 1fr));
}

.timeline-dots button {
  word-break: normal;
  transition: color var(--animation-primary);
}

.timeline-dots button[aria-current=false] {
  color: rgb(var(--color-foreground)/ 0.15);
}

.timeline-dots button:after {
  content: '';
  display: block;
  background-color: rgb(var(--color-foreground)/ 0.15);
  width: 100%;
  height: 1px;
  min-width: var(--sp-10);
}

@media screen and (min-width: 768px) {
  .timeline__item>.flex {
    gap: var(--grid-gap);
  }

  .timeline__item-content {
    padding-inline-start: 0;
    padding-inline-end: var(--grid-gap);
    padding-block: var(--grid-gap);
  }

  .timeline-dots button:after {
    min-width: var(--sp-24);
  }
}

@media screen and (min-width: 1024px) {
  .timeline__item>.flex {
    gap: var(--sp-18);
  }

  .timeline__item-content {
    padding-inline-end: var(--sp-18);
    padding-block: var(--sp-24);
  }

  .timeline__item-content .heading {
    padding-block-end: var(--sp-4d5);
  }

  .timeline-dots button:after {
    min-width: unset;
  }
}

@media screen and (min-width: 1280px) {
  .slider .timeline {
    --slider-item-width: calc(var(--page-container) * 0.85);
  }

  .timeline-dots button {
    font-size: var(--fluid-base-to-2xl);
    letter-spacing: -0.025em;
  }

  .timeline-dots {
    margin-block-start: var(--sp-14);
  }
}

@media screen and (min-width: 1536px) {
  .slider .timeline {
    --slider-item-width: calc(var(--page-container) * 0.6667);
  }
}

.no-js .timeline__item:after {
  content: none;
}

/*! portfolio */

.profile .title-wrapper {
  display: grid;
  margin-block-end: 0;
}

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

.profile__content {
  padding: var(--sp-6);
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background)/ 0.5);
  backdrop-filter: blur(12px);
}

[data-rounded-block=round] .profile__content {
  border-end-start-radius: var(--rounded-block);
  border-end-end-radius: var(--rounded-block);
}

.profile__button {
  width: var(--sp-8);
  height: var(--sp-8);
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-foreground));
}

.profile__button .icon {
  --tw-rotate: 0deg;
  width: var(--sp-3);
  height: var(--sp-3);
  stroke-width: 2;
  transform: rotate(var(--tw-rotate));
  transition: transform var(--animation-primary), opacity var(--animation-fast);
}

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

.profile__button[aria-expanded=true] .icon {
  --tw-rotate: 90deg;
}

@media screen and (pointer: fine) {
  .profile__button:hover .icon {
    --tw-rotate: 90deg;
  }
}

@media screen and (min-width: 768px) {
  .profile__content {
    padding: var(--sp-7d5);
  }

  .profile-modal[active]>.overlay {
    backdrop-filter: blur(12px);
  }
}

@media screen and (min-width: 1280px) {
  .profile .spacing-section {
    display: block;
    height: var(--sp-8);
  }

  .profile__content {
    padding: var(--sp-10);
  }

  .profile__button {
    width: var(--sp-10);
    height: var(--sp-10);
  }

  .profile__button .icon {
    width: var(--sp-3d5);
    height: var(--sp-3d5);
  }
}

/*! video-hero */

.mobile\:deferred-media+.deferred-media {
  display: none;
}

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

  .mobile\:deferred-media,
  .mobile\:deferred-media[host] {
    display: none;
  }

  .mobile\:deferred-media+.deferred-media {
    display: block;
  }

  .mobile\:deferred-media+.deferred-media[host] {
    display: grid;
  }
}

.deferred-poster .play-button {
  width: var(--sp-10);
  height: var(--sp-10);
  inset-block-start: var(--sp-5);
  inset-inline-end: var(--sp-5);
  color: rgb(var(--color-base-text));
  background-color: rgb(var(--color-base-background));
  transition: var(--animation-short);
  transition-property: opacity, background-color, backdrop-filter;
}

@media screen and (min-width: 1024px) {
  .deferred-poster .play-button {
    width: var(--sp-12);
    height: var(--sp-12);
  }

  .deferred-poster .play-button .icon {
    width: var(--sp-4);
    height: var(--sp-4);
  }
}

video-media[playing] .deferred-poster .play-button {
  background-color: rgb(var(--color-base-background)/ .7);
  backdrop-filter: blur(12px);
}

video-media .deferred-poster .play-button {
  opacity: 1;
  visibility: visible;
}

video-media[playing] .deferred-poster .play-button .icon:first-child:not(:only-child),
video-media:not([playing]) .deferred-poster .play-button .icon:last-child:not(:only-child) {
  display: none;
}

.video-hero video-media .play-button {
  inset-block-start: auto;
  inset-block-end: var(--sp-5);
  inset-inline-end: var(--sp-5);
}

.js .section:not(.section--next-rounded) .video-hero video-media .play-button {
  inset-block-end: calc(var(--sp-5) + var(--border-radius));
}

.video-hero__content {
  margin-block-start: -100vh;
}

.video-hero__content .banner__box {
  padding-block: 50vh 25vh;
}

.video-hero__content .banner__box>* {
  margin-block-start: 0;
  padding-block-end: 33vh;
}

/*! collage */

.collage {
  gap: var(--grid-gap);
  overflow: hidden;
}

@supports (overflow: clip) {
  .collage {
    overflow-y: clip;
    overflow-x: visible;
  }
}

.collage .title-wrapper {
  display: grid;
  margin-block-end: 0;
}

.collage .title-wrapper>:is(p) {
  margin-block-start: var(--sp-3);
}

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

.collage .banner .banner__overlay {
  height: 100%;
}

.collage .banner__box {
  padding: var(--sp-6);
  height: 100%;
  width: 100%;
  min-width: unset;
  max-width: unset;
}

.collage .banner__box p~p {
  margin-block-start: var(--sp-2d5);
}

.collage .banner__box p {
  display: inline-block;
  max-width: max(62%, var(--sp-32));
}

.collage .deferred-media~* {
  transition: var(--animation-short);
  transition-property: opacity, visibility;
}

.collage .deferred-media[playing]~* {
  opacity: 0;
  visibility: hidden;
}

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

  .collage-left,
  .collage-right {
    transform: translateY(0) !important;
  }
}

@media screen and (min-width: 1024px) {
  .collage {
    grid-template-columns: 1fr 2fr;
  }

  .collage.without-heading {
    grid-template-columns: 1fr;
  }

  .collage.with-richtext {
    grid-template-columns: 2fr 3fr;
  }

  .collage .banner__box {
    padding: var(--sp-10);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .collage .banner__box p {
    max-width: max(82%, var(--sp-32));
  }
}

@media screen and (min-width: 1280px) {
  .collage .title-wrapper {
    padding-inline-end: var(--grid-gap);
  }
}

@media screen and (min-width: 1536px) {
  .collage.with-richtext {
    gap: 0;
    grid-template-columns: 3fr 4fr;
  }

  .collage.with-richtext,
  .collage.with-richtext .title-wrapper,
  .collage.with-richtext .rich-text {
    padding-inline: var(--grid-gap);
  }
}

/*! featured-collections */

.featured-collections .title-wrapper {
  margin-block-end: var(--sp-6);
}

.tab-list .scroll-area {
  overflow-y: auto;
}

.tab-list {
  margin-block-end: clamp(var(--sp-8), 2.526vw, var(--sp-12));
}

.tab__item {
  --buttons-border-width: 0;
}

.tab__item[disabled] {
  opacity: 1;
}

.tab__item.button--secondary {
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
}

.tab__item img {
  max-width: var(--sp-5d5);
}

@media screen and (max-width: 767px) {
  .tab-list .scroll-area {
    padding-inline: var(--page-padding);
    margin-inline: calc(var(--page-padding) * -1);
  }

  .tab__item {
    max-height: 2.75rem;
    padding: var(--sp-3d5) var(--sp-4);
  }
}

/*! countdown-timer */

.countdown__timer {
  --countdown-gap: var(--sp-8);
  gap: var(--countdown-gap);
}

.countdown__timer:not([hidden])+.countdown__message {
  display: none;
}

.countdown__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.countdown__item span {
  line-height: normal;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}

.countdown__item p {
  position: relative;
  display: grid;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
}

.countdown__item p:after {
  position: absolute;
  content: ':';
  line-height: 1;
  inset-inline-end: 0;
  transform: translateX(calc(50% * var(--transform-logical)));
  color: var(--color-black);
  right: -3px;
}

.countdown__item:last-child p:after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .countdown__timer {
    --countdown-gap: var(--sp-12);
  }
}

/*! image-comparison */

.image-comparison {
  --percent: 50%;
  --button-touch: 44px;
  --button-line: 3px;
  --button-width: 28px;
  --button-height: 48px;
  --svg-width: 10px;
  border-radius: var(--rounded-block);
}

@media screen and (min-width: 1024px) {
  .image-comparison {
    --button-line: 4px;
    --button-width: 38px;
    --button-height: 64px;
    --svg-width: 12px;
  }
}

.js .image-comparison {
  --percent: 10%;
}

.js .image-comparison[animate] {
  --percent: 50%;
}

.image-comparison.animating .comparison__after {
  transition: clip-path var(--animation-smooth);
}

.image-comparison.animating .comparison__button {
  transition: var(--animation-smooth);
  transition-property: inset-block-start, inset-inline-start;
}

.image-comparison[data-layout=horizontal] .comparison__after {
  clip-path: inset(0px 0px 0px var(--percent));
}

.image-comparison[data-layout=vertical] .comparison__after {
  clip-path: inset(var(--percent) 0px 0px 0px);
}

.comparison__button {
  color: currentColor;
  background: none;
  border: none;
}

.image-comparison[data-layout=horizontal] .comparison__button {
  inset-block-start: 0;
  inset-inline-start: var(--percent);
  height: 100%;
  width: var(--button-touch);
  margin-inline-start: calc(var(--button-touch) / -2);
  cursor: col-resize;
}

.image-comparison[data-layout=vertical] .comparison__button {
  inset-inline-start: 0;
  inset-block-start: var(--percent);
  width: 100%;
  height: var(--button-touch);
  margin-block-start: calc(var(--button-touch) / -2);
  cursor: row-resize;
}

.comparison__button:before,
.comparison__button:after {
  content: '';
  z-index: -1;
  position: absolute;
  background-color: rgb(var(--color-background));
}

.image-comparison[data-layout=horizontal] .comparison__button:before,
.image-comparison[data-layout=horizontal] .comparison__button:after {
  width: var(--button-line);
  height: 50%;
  inset-inline-start: 50%;
  margin-inline-start: calc(var(--button-line) / -2);
}

.image-comparison[data-layout=vertical] .comparison__button:before,
.image-comparison[data-layout=vertical] .comparison__button:after {
  width: 50%;
  height: var(--button-line);
  inset-block-start: 50%;
  margin-block-start: calc(var(--button-line) / -2);
}

.image-comparison[data-layout=horizontal] .comparison__button:before {
  inset-block-start: 0;
}

.image-comparison[data-layout=horizontal] .comparison__button:after {
  inset-block-end: 0;
}

.image-comparison[data-layout=vertical] .comparison__button:before {
  inset-inline-start: 0;
}

.image-comparison[data-layout=vertical] .comparison__button:after {
  inset-inline-end: 0;
}

.comparison__button span {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: var(--button-width);
  height: var(--button-width);
  margin-inline-start: calc(var(--button-width) / -2);
  margin-block-start: calc(var(--button-height) / -2);
  border-radius: var(--rounded-full);
  background-color: rgb(var(--color-background));
}
.comparison__button svg {
  width: 28px;
}

.comparison__after .placeholder {
  background-color: rgb(var(--color-base-text)/ 0.7);
}

@media screen and (max-width: 767px) {
  .image-comparison:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) {
    height: auto;
  }

  .image-comparison:is(.media--adapt.mobile\:media--auto, .mobile\:media--adapt) .media {
    height: 0;
    padding-block-end: var(--ratio-percent);
  }
}

@media screen and (min-width: 768px) {
  .image-comparison.media--adapt .media {
    height: 0;
    padding-block-end: var(--ratio-percent);
  }
}

.image-comparison.scrolling .comparison__box {
  opacity: 0;
}

.comparison__box {
  padding: clamp(var(--sp-5), 2.105vw, var(--sp-10));
  color: rgb(var(--color-foreground));
  transition: opacity var(--animation-primary);
}

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

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

.image-comparison[data-layout=vertical] .comparison__box {
  text-align: start;
  align-items: flex-end;
}

.image-comparison[data-layout=vertical] .comparison__box--center {
  text-align: center;
}

.image-comparison[data-layout=vertical] .comparison__box--end {
  text-align: end;
}

.image-comparison[data-layout=vertical] .comparison__before .comparison__box {
  align-items: flex-start;
}

[data-lazy-image] .image-comparison[data-layout=horizontal] .media.loading:before,
[data-lazy-image] .image-comparison[data-layout=horizontal] .media.loading:after {
  inset-inline-start: calc(var(--percent) / 2);
}

[data-lazy-image] .image-comparison[data-layout=horizontal] .comparison__after .media.loading:before,
[data-lazy-image] .image-comparison[data-layout=horizontal] .comparison__after .media.loading:after {
  inset-inline-start: calc(calc(100% - var(--percent)) / 2 + var(--percent));
}

[data-lazy-image] .image-comparison[data-layout=vertical] .media.loading:before,
[data-lazy-image] .image-comparison[data-layout=vertical] .media.loading:after {
  inset-block-start: calc(var(--percent) / 2);
}

[data-lazy-image] .image-comparison[data-layout=vertical] .comparison__after .media.loading:before,
[data-lazy-image] .image-comparison[data-layout=vertical] .comparison__after .media.loading:after {
  inset-block-start: calc(calc(100% - var(--percent)) / 2 + var(--percent));
}

/*! lookbook */

@keyframes hotspot {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.9)
  }

  to {
    transform: scale(1)
  }
}

@keyframes hotspot-zoom-in {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes hotspot-zoom-out {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.8)
  }
}

.page-width lookbook-element {
  border-radius: var(--rounded-block);
}

.js .section lookbook-element.banner :is(.banner__overlay, .banner__media) {
  height: 100%;
}

.hotspot {
  --hotspot-width: var(--sp-11);
  width: var(--hotspot-width);
  height: var(--hotspot-width);
  inset-inline-start: var(--hotspot-x);
  inset-block-start: var(--hotspot-y);
  margin-inline-start: calc(var(--hotspot-width)/ -2);
  margin-block-start: calc(var(--hotspot-width)/ -2);
}

.hotspot:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--rounded-full);
  background-color: rgb(var(--hotspot-color)/ 0.4);
  transition: box-shadow var(--animation-primary);
  animation: hotspot 2s ease infinite;
}

.hotspot:after {
  content: '';
  position: absolute;
  width: var(--sp-4);
  height: var(--sp-4);
  border-radius: var(--rounded-full);
  background-color: rgb(var(--hotspot-color));
  transition: transform var(--animation-primary);
}

@media screen and (pointer: fine) {
  .hotspot:hover:before {
    box-shadow: inset 0 0 0 var(--sp-0d5) rgb(var(--hotspot-color));
  }

  .hotspot:hover:after {
    transform: scale(1.7);
  }

  .hotspot:hover .hotspot__content {
    animation-name: hotspot-zoom-in;
  }
}

.hotspot[aria-current=true] {
  z-index: 2;
}

.hotspot[aria-current=true]:after,
.hotspot.active:after {
  transform: scale(1.7);
}

.hotspot.active .hotspot__content {
  animation-name: hotspot-zoom-in;
}

.hotspot__content {
  padding: var(--sp-2);
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  border-radius: var(--sp-2d5);
  inset-block-start: calc(100% + var(--sp-6));
  opacity: 0;
  animation: hotspot-zoom-out 0.25s ease forwards;
}

.hotspot__content.with-left {
  inset-inline-start: 0;
}

.hotspot__content.with-right {
  inset-inline-end: 0;
}

.hotspot__content.with-bottom {
  inset-block-start: auto;
  inset-block-end: calc(100% + var(--sp-6));
}

.hotspot__content .rte {
  min-width: var(--sp-48);
  padding: var(--sp-2);
}

.hotspot__content .rte p {
  margin-block: 0;
}

.hotspot__content .icon {
  inset-block-end: 100%;
  inset-inline-start: 50%;
  transform: translateX(calc(-50% * var(--transform-logical)));
  fill: rgb(var(--color-background));
}

.hotspot__content.with-left .icon {
  inset-inline-start: var(--sp-8);
}

.hotspot__content.with-right .icon {
  inset-inline-start: auto;
  inset-inline-end: var(--sp-8);
}

.hotspot__content.with-bottom .icon {
  inset-block-end: auto;
  inset-block-start: 100%;
  transform: translateX(calc(-50% * var(--transform-logical))) scaleY(-1);
}

.hotspot__content .media {
  width: var(--sp-15);
  border-radius: var(--sp-2d5);
}

.hotspot__content :is(.unit-price, .price__sale, .price__regular) {
  font-size: inherit;
}

@media screen and (min-width: 1024px) {
  .hotspot {
    --hotspot-width: var(--sp-15);
  }

  .hotspot:after {
    width: var(--sp-5);
    height: var(--sp-5);
  }

  .hotspot__content .media {
    width: var(--sp-20);
  }
}

/*! shop-the-look */

.shop-the-look .title-wrapper {
  margin-block-end: calc(clamp(var(--sp-8), 2.526vw, var(--sp-12)) - var(--sp-6));
}

.shop-the-look .title-wrapper>.grid {
  width: 100%;
}

.shop-the-look .banner .banner__media,
.shop-the-look .banner .banner__overlay {
  border-radius: var(--rounded-block);
}

.shop-the-look .product-card {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .shop-the-look .product-card {
    gap: var(--sp-4);
    margin-inline-end: var(--sp-10);
    align-items: center;
    grid-template-columns: auto 1fr;
    background-color: transparent;
    border-radius: 0;
  }

  .shop-the-look .product-card.mobile\:with-quick-add {
    grid-template-columns: auto 1fr auto;
  }

  .shop-the-look .product-card__media {
    overflow: hidden;
    width: var(--sp-24);
    border-radius: var(--card-radius);
  }

  .shop-the-look .product-card__content {
    padding: 0;
  }

  .shop-the-look .product-card :is(.badges, .product-card__rating, .product-card__bottom, .quick-view__button, .quick-add) {
    display: none;
  }

  .shop-the-look .product-card__carousel {
    display: none;
  }

  .shop-the-look .product-card__carousel~img {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 767px) {
  .shop-the-look .product-card__media {
    width: var(--sp-20);
  }
}

@media screen and (min-width: 1024px) {
  .shop-the-look {
    grid-template: "title title" "lookbook carousel" /minmax(0, 2fr) minmax(0, 1fr);
    grid-column-gap: var(--grid-gap);
  }

  .shop-the-look lookbook-element {
    grid-area: lookbook;
  }

  .shop-the-look carousel-element {
    grid-area: carousel;
  }

  .shop-the-look .title-wrapper {
    grid-area: title;
  }
}

@media screen and (min-width: 1536px) {
  .shop-the-look {
    grid-template: "lookbook title" "lookbook carousel" /minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }

  .shop-the-look carousel-element,
  .shop-the-look .title-wrapper {
    padding-inline: var(--grid-gap);
  }

  .shop-the-look .title-wrapper {
    text-align: start;
  }
}

.shop-the-look carousel-element>.product-card~.product-card,
.no-js .shop-the-look carousel-element .product-card:not(:first-child) {
  display: none;
}

/*! slideshow */

.page-width .slideshow {
  border-radius: var(--rounded-block);
  transform: translateZ(0);
  overflow: hidden;
}

.page-width .slideshow :is(.banner, .banner__overlay) {
  border-radius: 0;
}

.page-width .slideshow .banner {
  margin-inline-end: 0;
}

.page-width .slideshow+.page-width {
  padding-inline: 0;
}

.slideshow .flickity-viewport {
  height: 100%;
}

.slideshow>.banner~.banner {
  display: none;
}

.slideshow :is(.banner, .banner__overlay) {
  border-radius: var(--rounded-block);
}

/*.slideshow .banner {
  margin-inline-end: var(--sp-7d5);
  max-width: var(--page-container);
}*/

.slideshow .banner__overlay {
  background: linear-gradient(180deg, rgb(var(--color-overlay)/ var(--overlay-opacity)) 50%, rgb(var(--color-overlay)/ calc(var(--overlay-opacity) * 4)) 100%);
}

.slideshow-content {
  padding: var(--page-padding);
}
.slideshow-navigation {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .slideshow-content {
    padding-bottom: 40px;
  }
}

.slideshow-dots .icon {
  width: clamp(var(--sp-8), 2.105vw, var(--sp-10));
  height: clamp(var(--sp-8), 2.105vw, var(--sp-10));
}

@media screen and (min-width: 640px) {
  .slideshow-dots .flickity-page-dots {
    justify-content: flex-start;
    margin-block-start: clamp(var(--sp-4), 2.105vw, var(--sp-10));
    margin-block-end: calc(var(--sp-1d5) * -1);
    margin-inline-start: calc(var(--sp-1d5) * -1);
  }
}

.slideshow-words .banner__box {
  padding-block: 0;
}

.slideshow-word:not([aria-current=true]) {
  display: none;
}

@media screen and (max-width: 639px) {
  .slideshow-word .split-words .single-word {
    white-space: unset;
  }
}

.slideshow-control:focus {
  clip: auto;
  color: rgb(var(--color-button-text));
  background: var(--color-button-gradient);
  background-color: rgb(var(--color-button-background));
  margin: 0;
  transition: none;
  z-index: 10000;
  width: var(--sp-12);
  height: var(--sp-12);
  inset-block-start: var(--sp-5);
  inset-inline-start: 50%;
  transform: translateX(calc(-50% * var(--transform-logical)));
}

.slideshow-control[paused] .slideshow-control__pause,
.slideshow-control__play {
  display: none;
}

.slideshow-control[paused] .slideshow-control__play {
  display: block;
}

.slideshow-control .icon {
  width: var(--sp-4);
  height: var(--sp-4);
}

.slideshow:not(.flickity-enabled) .banner,
.no-js .slideshow .banner {
  margin-inline: auto;
  position: relative;
}

.no-js .slideshow .banner:not(:first-child) {
  display: none;
}
.slideshow-hotspot {
  width: 40px;
  height: 40px;
  background: #ffffff33;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--color-white);
  border: none;
  border-radius: 50%;
}
.slideshow-hotspot svg {
  width: 16px;
  height: 16px;
}

[data-page-rendering] #MainContent .shopify-section+.shopify-section~.shopify-section {
  content-visibility: auto;
}

.shopify-design-mode[data-page-rendering] #MainContent .shopify-section+.shopify-section~.shopify-section,
.no-js [data-page-rendering] #MainContent .shopify-section+.shopify-section~.shopify-section,
.no-touch [data-page-rendering] #MainContent .shopify-section+.shopify-section~.shopify-section {
  content-visibility: visible;
}

/*! product-countdown */

.product-countdown {
  padding: var(--sp-4) var(--sp-5);
  color: rgb(var(--color-foreground));
  background: var(--gradient-background);
  background-color: rgb(var(--color-background));
}

[data-rounded-block=round] .product-countdown {
  border-radius: var(--sp-2d5);
}

.product-countdown .icon-xl {
  width: var(--sp-8);
  height: var(--sp-8);
}

.product-countdown .countdown__timer {
  --countdown-gap: var(--sp-5);
}

.product-countdown .countdown__item {
  position: relative;
  gap: var(--sp-0d5);
  padding: var(--sp-1d5) var(--sp-2d5);
  background-color: rgb(var(--color-base-background));
}

[data-rounded-block=round] .product-countdown .countdown__item {
  border-radius: var(--sp-1d5);
}

.product-countdown .countdown__item p {
  position: static;
  font-weight: 600;
  font-size: var(--text-base);
}

@media screen and (min-width: 1024px) {
  .product-countdown .countdown__item p {
    font-size: var(--text-lg);
  }
}

@media screen and (min-width: 1280px) {
  .product-countdown .countdown__item p {
    font-size: var(--text-xl);
  }
}

.product-countdown .countdown__item p:after {
  font-size: var(--text-xl);
  color: rgb(var(--color-foreground));
  inset-block-start: 50%;
  transform: translateX(calc(50% * var(--transform-logical))) translateY(-50%);
}

.product-countdown .countdown__item span {
  line-height: 1;
  font-size: var(--text-3xs);
}

/*! product-details */

.specifications {
  gap: var(--grid-gap);
}

.specifications .specification {
  padding-block-start: var(--sp-2d5);
}

.specifications .specification p:first-child {
  margin-block-start: 0;
}

.specifications .specification :is(ul, p):first-child,
.specifications .specification h6+:is(ul, p) {
  margin-block-start: 0;
}

.specifications .specification :is(ul, p):last-child {
  margin-block-end: 0;
}

.specifications .specification li {
  margin-block-start: 0;
}

.specifications .specification :is(h1, h2, h3, h4, h5, h6) {
  margin-block-end: var(--sp-2);
  letter-spacing: 0;
  line-height: 1.6;
}

.specifications .specification *:not(h1, h2, h3, h4, h5, h6) {
  color: rgb(var(--color-foreground)/ 0.6);
}

.specifications .specification .col-span-full:nth-child(odd):last-child {
  grid-column: 1/-1;
}

.specifications .accordion .details__content {
  max-width: 100%;
}

.specs__sidebar {
  background-color: rgb(var(--color-foreground)/ var(--opacity-025));
  padding: var(--sp-7d5) var(--gap-padding);
  border-radius: var(--rounded-block);
}

.specs__sidebar>ul li {
  width: var(--sp-24);
}

.specs__sidebar .media {
  width: var(--sp-24);
  height: var(--sp-24);
  background-color: rgb(var(--color-background));
}

.specs__sidebar .media img {
  max-width: var(--sp-12);
}

.specifications .accordions+.grow-0 {
  padding-block-start: var(--sp-18);
}

.specs__sidebar .icon-box {
  width: var(--sp-56);
  height: auto;
  position: absolute;
  inset-block-end: 100%;
  inset-inline-start: 50%;
  transform: translateX(calc(-50% * var(--transform-logical)));
}

.specs__sidebar .icon-box .fill {
  fill: rgb(var(--color-background));
}

@media screen and (min-width: 768px) {
  .specs__sidebar {
    padding: var(--sp-10);
  }
}

@media screen and (min-width: 1024px) {
  .specs__sidebar {
    width: clamp(340px, 30vw, 480px);
    padding-inline: var(--sp-12);
  }

  .specifications .accordions+.grow-0 {
    padding-block-start: 0;
  }
}

@media screen and (min-width: 1536px) {
  .specifications-section :is(.title-wrapper, .specifications) {
    padding-inline: calc(var(--grid-gap) * 2);
  }
}

.sticky-buy-button {
  width: 100%;
  border-block-start: 1px solid rgb(var(--color-border));
  background-color: rgb(var(--color-background));
  padding: var(--sp-4) var(--sp-5);
}

[data-rounded-block=round] .sticky-buy-button {
  border-start-start-radius: var(--border-radius);
  border-start-end-radius: var(--border-radius);
}

[data-rounded-block=round] .sticky-buy-button sticky-variant-media {
  border-radius: var(--sp-2);
}

.sticky-buy-button__variant {
  grid-template-columns: minmax(0,1fr) auto;
}

@media screen and (min-width: 768px) {
  .sticky-buy-button {
    width: 550px;
    padding: var(--sp-4);
    inset-inline-end: var(--sp-5);
    inset-block-end: var(--sp-5);
    border: 1px solid rgb(var(--color-border));
  }

  [data-rounded-block=round] .sticky-buy-button {
    border-radius: var(--sp-3);
  }

  .sticky-buy-button__variant {
    grid-template-columns: 80px minmax(0,1fr) auto;
  }

  .sticky-buy-button__variant.no-image {
    grid-template-columns: minmax(0,1fr) auto;
  }
}

@media screen and (max-width: 767px) {
  .sticky-buy-button .button {
    padding: 0;
    width: var(--sp-11);
    height: var(--sp-11);
  }
}

/*! Shopify Cookie banner */

#shopify-pc__banner {
  border: 1px solid rgb(var(--color-border));
  border-radius: var(--rounded-block);
  padding: var(--sp-6) var(--sp-5);
}

@media screen and (min-width: 1024px) {
  #shopify-pc__banner {
    padding: var(--sp-8) var(--sp-12);
  }
}

@media screen and (min-width: 1536px) {
  #shopify-pc__banner {
    padding-block: var(--sp-11);
  }
}

#shopify-pc__banner h2 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: var(--fluid-lg-to-2xl);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: 0;
  margin-block-end: var(--sp-4);
}

#shopify-pc__banner p {
  font-size: var(--text-base);
  line-height: 1.6;
}

#shopify-pc__banner .shopify-pc__banner__body {
  margin-block-end: var(--sp-6);
}

/* CUSTOM CSS */

.button.button-white {
  transition: all var(--animation-primary);
  color: var(--color-black);
  background-color: var(--color-white);  
}
.button.button-white.color-light {
  color: var(--color-dark-grey);
}
.button.button-white:after {
  display: none;
}
.button.button-white:hover,
.button.button-white.active {
  color: var(--color-white);
  background-color: var(--color-black);  
}

/* Breadcrumbs (collection banner) */
.breadcrumb ul li:last-child {
  pointer-events: none;
}
.collection-banner-section .breadcrumb__container {
  margin: 0 0 20px;
}
.collection-banner-section .banner.has-media .breadcrumb__container {
  margin: 20px 0;
}
.collection-banner-section .banner.has-media .breadcrumb__container li {
  color: var(--color-definition-grey);
}
.collection-banner-section .banner.has-media .breadcrumb__container li:last-child {
  color: var(--color-white);
}
.collection-banner-section .banner.has-media .text-subheading {
  color: var(--color-white);
}
.product__breadcrumb.breadcrumb ul li:first-child {
  display: none;
}
.product__breadcrumb.breadcrumb ul li:first-child+li:before {
  display: none;
}
.product__breadcrumb.breadcrumb ul li:only-child {
  display: list-item;
}
.product__breadcrumb.breadcrumb ul li:last-child {
  pointer-events: auto;
  color: var(--color-dark-grey);
}
.collection-banner-section .banner__content {
  padding-inline: 20px;
}
.collection-banner-section {
  margin-top: 45px;
}
.collection-banner-section .banner:not(.has-media) .banner__description {
  color: var(--color-dark-grey);
}
@media screen and (max-width: 767px) {
  .collection-banner-section .banner:not(.has-media) .banner__description {
    font-size: 20x;
    line-height: 20x;
    font-variation-settings: "wdth" 105;
  }
  .collection-banner-section .banner__content {
    padding-inline: 20px;
  }
  .collection-banner-section {
    margin-top: 5px;
  }
  .banner.has-enhanced-collections .banner__content {
    padding-inline: 5px;
  }
  .banner.has-enhanced-collections .banner__content .banner__box {
    padding: 0 10px;
  }
  .banner.has-enhanced-collections .banner__content .banner__box .banner__title + .block {
    margin-top: 5px;
  }
  .collection-banner-section .breadcrumb__container {
    margin: 5px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .collection-banner-section .banner__box {
    max-width: 600px;
    min-width: 35%;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .collection-banner-section .banner__content-container:not('.no-gap') {
    gap: 100px;
  }
}
/* Product card - adspots */
.product-card--promo .product-card__content-overlay {
  padding: 20px;
  color: var(--color-white);
}

.product-card--promo .adspace-button {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-card--promo .product-card__content {
    padding-left: 20px;
  }
  .product-card--promo.card-width-4 .promo-box {
    max-width: unset;
    width: 100%;
  }
  .product-card--promo.card-width-4 .promo-subtitle {
    max-width: 500px;
  }
  .product-card--promo.card-width-2 .product-card__media {
    height: 0;
    overflow: hidden;
    padding-top: calc(70% - 3.5px);
  }
  .product-card--promo.card-width-2 .product-card__content-overlay {
    padding-top: 60px;
  }
  .product-card--promo.card-width-2 .product-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
  }
  .product-card--promo.card-width-2 .product-card__media .relative {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  .product-card--promo.card-width-1 .product-card__content {
    margin: 0 5px 30px;
    width: calc(100% - 10px);
  }
  .product-card--promo .product-card__content-overlay {
    padding: 10px;
  }
  .product-card--promo.card-width-2 {
    grid-column: span 2;
  }
}

/* Product card */
.product-card {
  background-color: inherit;
}
.product-card__content {
  padding-bottom: 25px;
  overflow: hidden;
}
.product-card__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.product_grid_promo {
  margin-top: 10px;
  color: rgb(var(--color-sale-price));
}
.product_grid_promo + .product_grid_promo {
  margin-top: 0;
}
.product-card__carousel-progress-bar {
  width: calc(25% - 8px);
  margin: 0 4px;
  height: 3px;
  background: rgb(var(--color-foreground));
  position: absolute;
  bottom: 4px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card__carousel-progress-bar.visible {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .product-card__carousel-progress-bar:empty {
    display: block
  }
  .product-card__carousel .flickity-prev-next-button {
    display: none;
  }
  .color-swatches-title span {
    display: none;
  }
  .product-card__carousel-progress-bar {
    z-index: 1;
  }
  .product-card__carousel {
    z-index: 1;
  }
}
.product-card__carousel .flickity-prev-next-button {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-card__carousel .flickity-prev-next-button {
  opacity: 1;
}
.product-card .quick-view__button {
  display: none
}
.product__info > .product-content-form > .color-swatches-container {
  position: relative;
  margin-top: 10px;
}
.product__info > .product-content-form > .product-content-description {
  margin-top: 50px;
}
.product__badge-message .badge {
  padding: 2px 4px;
  background: var(--color-shade-grey);
  color: var(--color-dark-grey);
  text-transform: uppercase;
}
.product__badge-message .badge.badge-final-sale {
  color: var(--color-red);
}
@media screen and (max-width: 767px) {
  .product__badge-message .badge {
    font-size: 12px;
  }
  .product__badge-message .product-info-message {
    font-size: 12px;
  }
  .size-chart-container > button.text-label {
    font-size: 13px;
  }
  .size-chart-container > .boldmetrics-ssc-buttontext-label {
    font-size: 13px;
  }
  .size-chart-container > .boldmetrics-placeholder.text-label {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .color-swatches-title {
    position: absolute;
    background-color: rgb(var(--color-background));
    width: 100%;
    height: 16px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .color-swatches-content {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .product-card:not(.atc-form-visible):hover .color-swatches-title {
    opacity: 0;
    z-index: 0;
  }
  .product-card:not(.atc-form-visible):hover .color-swatches-content {
    opacity: 1;
    z-index: 1;
  }
  .product-card.atc-form-visible .color-swatches-title span {
    display: none;
  }
}
.product-card__carousel .flickity-button-icon {
  fill: var(--color-white);
}
.color-swatches-content {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
}
.color-swatches {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}
.color-swatches::-webkit-scrollbar {
  display: none;
}
.color-swatch-custom {
  width: 14px;
  flex-shrink: 0;
  height: 14px;
  border-radius: 50%;
  transition: width 0.3s ease, border-radius 0.3s ease;
  display: inline-block;
  cursor: pointer;
}
.color-swatch-custom:empty {
  display: block;
}
.color-swatch-custom.active-swatch {
  width: 26px;
  border-radius: 14px;
}
.product-card__content .color-swatch-custom {
  order: 2;
}
.product-card__content .color-swatch-custom.active-swatch {
  order: 1;
}
.color-swatches.ajax-updated .color-swatch-custom.active-swatch {
  width: 14px;
  border-radius: 50%;
}
.color-swatch-custom.ajax-active {
  width: 26px;
  border-radius: 14px;
}
.color-swatches-arrow-left {
  position: absolute;
  left: -2px;
  top: -3px;
  display: none;
  cursor: pointer;
  background: var(--color-white);
  border-radius: 50%;
  padding: 2px;
}
.color-swatches-arrow-right {
  position: absolute;
  right: -20px;
  top: -3px;
  display: none;
  cursor: pointer;
  padding: 2px;
}
.color-swatches-content.carousel .color-swatches-arrow-left,
.color-swatches-content.carousel .color-swatches-arrow-right {
  display: block;
}
.color-swatches-content.carousel .color-swatches-arrow-right:disabled {
  opacity: 0.3;
  display: none;
}
.color-swatches-content.carousel .color-swatches-arrow-left:disabled {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-quick-view-trigger {
    display: none;
  }
  .product-card__content .product-card__details {
    order: 1;
  }
  .product-card__content .color-swatches-container {
    order: 2;
    min-height: 16px;
    margin-top: 5px;
  }
  .product-card__content .price {
    order: 3;
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-card__content .product_grid_promo {
    order: 4;
    margin-top: 0;
  }
}
.mobile-quick-view-trigger svg {
  display: block;
  padding-left: 5px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .color-swatches-container {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .product-card__content {
    padding: 10px 5px 25px;
  }
  .product-card__content rivo-favorite-button {
    display: none;
  }
  .product-card__content rivo-favorite-button + svg {
    display: none;
  }
  .mobile-quick-view-trigger {
    padding-left: 10px;
  }
  .collection-atc {
    display: none;
  }
  .product-card__content .price {
    margin: 3px 0 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .product-card__title {
    font-size: 13px;
    line-height: 20px;
  }
  .product_grid_promo {
    font-size: 12px;
  }
  .product-card__content .color-swatches-title {
    font-size: 11px;
      letter-spacing: 0.01em
  }
}
/* Product card - atc-desktop */
.product-card-sold-out {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  width: calc(100% - 40px);
  margin: 0 20px;
  border: none;
  box-shadow: none;
  text-align: center;
  background: #ffffff33;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 5px;
  padding-right: 5px;
}
.product-card-sold-out:after {
  display: none;
}
.collection-atc .collection-quick-add.button {
  background: rgb(179 179 179 / 30%);
  backdrop-filter: blur(10px);
  height: 50px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
.collection-atc .collection-quick-add.button:after {
  display: none;
}
.collection-atc {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: none;
}
.product-card:hover .collection-atc {
  opacity: 1;
  display: block;
}
.product-card .badge-final-sale {
  display: none;
}
.product-card:hover .badge-final-sale {
  display: block;
}
.product-card:hover .badge-final-sale + .badge {
  display: none;
}
.collection-atc .collection-variants {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
  align-items: stretch;
  background: rgb(179 179 179 / 50%);
  backdrop-filter: blur(5px);
  margin: 0 20px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}

.collection-atc .collection-quick-add {
  margin: 0 20px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease;
}
.collection-atc:hover .collection-quick-add {
  opacity: 0;
}
.collection-atc:hover .collection-variants {
    max-height: 300px;
    padding: 0;
}
.collection-atc:hover ~ .media-container .flickity-prev-next-button {
  opacity: 0;
}
.collection-atc .product-grid-option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 0 10px;
  backdrop-filter: blur(10px);
  padding: 10px 0;
  border-top: 1px solid var(--color-white);
  background: #ffffff59;
}
.collection-atc .product-grid-option label {
    padding: 10px 15px;
    display: block;
}
.collection-atc .product-grid-option input {
  display: none;
}
.collection-atc .product-grid-option .product-grid-option-values label {
  min-width: 36px;
  text-align: center;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 600;
}
.collection-atc .product-grid-option input:checked + label {
  background: rgb(var(--color-button-text));
}
.collection-atc .product-grid-form-container button {
  cursor: pointer;
}

.collection-atc .product-grid-option .product-form-input-error {
  display: none;
}
.collection-atc .product-grid-option .product-form-input-error.show {
  display: inline;
  color: rgb(var(--color-sale-price));
}
.collection-atc .faux-atc {
  display: none;
}
.collection-atc .variants-not-selected .faux-atc {
  display: flex;
  width: 100%;
  text-align: center;
  height: 50px;
  font-size: 14px;
}
.collection-atc .collection-atc-submit {
  display: inline-flex;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em
}
.collection-atc .variants-not-selected .collection-atc-submit {
  display: none;
}
.collection-atc input[type=radio]:disabled+label,
.collection-atc input[type=radio].disabled+label {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .collection-atc {
    display: none !important;
  }
}

/* Enhanced collections */
.enhanced-collections-section.layout-image-next-to-title .enhanced-collections-item {
  width: 40%;
  padding-right: 3px;
}
.enhanced-collections-section.layout-image-full-width .enhanced-collections-item {
  width: 40%;
  padding-right: 3px;
}

@media screen and (min-width: 768px) {
  .enhanced-collections-section.layout-image-next-to-title .enhanced-collections-item {
    width: 22%;
  }
  .enhanced-collections-section.layout-image-full-width .enhanced-collections-item {
    width: 9.5%;
  }
}
.enhanced-collections-slider .flickity-prev-next-button {
  opacity: 1;
  z-index: 2;
  background: var(--color-white);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background var(--animation-primary);
}
.enhanced-collections-slider .flickity-prev-next-button svg {
  position: initial;
  height: 22px;
  width: 22px;
  stroke: var(--color-black);
  transition: all var(--animation-primary);
}
.enhanced-collections-slider .flickity-prev-next-button:hover {
  background: var(--color-black);
}
.enhanced-collections-slider .flickity-prev-next-button:hover svg {
  stroke: var(--color-white);
}

.enhanced-collections-slider.hide-arrows .flickity-prev-next-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .enhanced-collections-slider .flickity-prev-next-button {
    width: 35px;
    height: 35px;
  }
  .enhanced-collections-slider.hide-arrows-mobile .flickity-prev-next-button {
    display: none;
  }
}
.enhanced-collections-slider .flickity-prev-next-button:disabled {
  opacity: 0;
}
.enhanced-collections-slider.flickity-enabled .flickity-viewport {
  padding: 3px;
}
.enhanced-collections.enhanced-collections-slider.flickity-enabled {
    margin-right: 5px;
}
.enhanced-collection-image {
  margin-bottom: 8px;
  display: block;
  padding: 2px;
}
.enhanced-collections-item-title {
  margin-left: 5px;
}
.enhanced-collection-image.active-collection {
/*  outline: 1px solid;*/
  box-shadow: 0 0 0 1px var(--color-black) inset;
}
.enhanced-collection-image img {
  width: 100%;
}
.enhanced-collections-item-title.button:after {
  display: none;
}
.enhanced-collections-item-title.button {
  color: var(--color-dark-grey);
  border: 1px solid var(--color-definition-grey);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.07em;
  height: auto;
  padding: 10px 15px;
  margin-left: 0;
  transition: all var(--animation-primary);
  text-transform: uppercase;
}
.enhanced-collections-item-title.button:hover,
.enhanced-collections-item-title.button.button--primary {
  color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-black);
}
.enhanced-collections-section.layout-plain-text .enhanced-collections-item {
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.enhanced-collections-section.layout-plain-text .enhanced-collections-item:last-child {
  margin-right: 0;
}
.enhanced-collections-item-cta {
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .enhanced-collections-item-title.button {
    font-size: 8px;
    line-height: 14px;
  }
}
/* Collection layout switcher */
.collection__layout_toggle {
  gap: 5px;
}
button.collection__layout-button {
  cursor: pointer;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--color-shade-grey);
  padding: 3px;
  border-radius: 2px;
}
button.collection__layout-button:focus, button.collection__layout-button:focus-visible {
  outline: none;
}
button.collection__layout-button span {
  display: block;
  border: 1px solid var(--color-dark-grey);
}
button.collection__layout-button.is-selected span {
  border-color: var(--color-black);
}
button.collection__layout-button[data-layout-mode="single"] span {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
}
button.collection__layout-button[data-layout-mode="grid"] span {
  width: calc(50% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
}
button.collection__layout-button[data-layout-mode="condensed"] span {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  margin: 1px;
}
button.collection__layout-button-mobile {
  cursor: pointer;
  height: 18px;
  width: 18px;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: none;
}
button.collection__layout-button-mobile.is-selected {
  display: flex;
}
button.collection__layout-button-mobile:focus, button.collection__layout-button-mobile:focus-visible {
  outline: none;
}
button.collection__layout-button-mobile span {
  display: block;
  border: 1px solid;
}
button.collection__layout-button-mobile[data-layout-mode="single"] span {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
}
button.collection__layout-button-mobile[data-layout-mode="grid"] span {
  width: calc(50% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
}
button.collection__layout-button-mobile[data-layout-mode="condensed"] span {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  margin: 1px;
}
#ProductGridContainer[data-grid-layout="single"] .card-grid {
  --card-grid-per-row: 1;
}
#ProductGridContainer[data-grid-layout="condensed"] .card-grid {
  --card-grid-per-row: 4;
}
#ProductGridContainer[data-grid-layout="condensed"] .product-card__content,
#ProductGridContainer[data-grid-layout="condensed"] secondary-media,
#ProductGridContainer[data-grid-layout="condensed"] .badges,
#ProductGridContainer[data-grid-layout="condensed"] .quick-view__button, 
#ProductGridContainer[data-grid-layout="condensed"] .quick-add,
#ProductGridContainer[data-grid-layout="condensed"] .product-card.product-card--promo,
#ProductGridContainer[data-grid-layout="condensed"] .collection-atc {
  display: none;
}
#ProductGridContainer[data-grid-layout="single"] .product-card.product-card--promo {
  display: none;
}
@media screen and (min-width: 768px) {
  #ProductGridContainer[data-grid-layout="single"] .card-grid {
    --card-grid-per-row: 2;
  }
  #ProductGridContainer[data-grid-layout="grid"] .card-grid {
    --card-grid-per-row: 3;
  }
  #ProductGridContainer[data-grid-layout="condensed"] .card-grid {
    --card-grid-per-row: 8;
  }
}
@media screen and (min-width: 1280px) {
  #ProductGridContainer[data-grid-layout="single"] .card-grid {
    --card-grid-per-row: 3;
  }
  #ProductGridContainer[data-grid-layout="grid"] .card-grid {
    --card-grid-per-row: 4;
  }
  #ProductGridContainer[data-grid-layout="condensed"] .card-grid {
    --card-grid-per-row: 12;
  }
  #ProductGridContainer[data-grid-layout="condensed"] .card.product-card:hover {
    transform: scale(1.8) translateY(18%) !important;
    z-index: 1;
    transition: transform 0.3s ease;
  }
  #ProductGridContainer[data-grid-layout="condensed"] .card-grid {
    z-index: 2;
  }
  #ProductGridContainer[data-grid-layout="condensed"] .pagination {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #ProductGridContainer[data-grid-layout="single"] .product-card.product-card--promo {
    display: none;
  }
}
.product-card__carousel .flickity-slider .media {
  width: 101%;
}

/* Filters - drawer */
.facet-drawer .drawer__inner {
  max-width: 450px;
}
.filter-type-color .swatches {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.filter-type-color .swatches li label {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.filter-type-color .swatches li {
  max-width: unset;
  margin: 0 auto;
}
.filter-type-color .swatch-name {
  margin-top: 10px;
  text-align: center;
}
.filter-type-size input,
.filter-type-length input {
  display: none;
}
.filter-type-size label span,
.filter-type-length label span {
  display: none;
}
.filter-type-size label,
.filter-type-length label {
    border: 1px solid var(--color-stroke-grey);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 10px 5px;
}
.filter-type-size input:checked + label,
.filter-type-length input:checked + label {
  border-color: var(--color-black);
  background: var(--color-black);
  color: var(--color-white);
}
.filter-type-size .list {
  gap: 25px;
}
.filter-type-size .size-group {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.filter-type-size .size-group.size-group-one-size {
  grid-template-columns: 1fr 1fr;
}
.filter-type-size .size-group.size-group-one-size label {
  width: auto;
  padding-inline: 10px;
}
.filter-type-length .list {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
#ProductCount {
  width: 100%;
}
.facet-form .details__summary > .icon {
  padding: 2px;
  transform: none;
}
.facet-form .details[aria-expanded=true] .details__summary > .icon {
  transform: rotate(45deg);
}
.active-facets-desktop {
  padding-left: 20px;
}
/* Active color swatches - white text override */
.filter-value-green,
.filter-value-black,
.filter-value-blue,
.filter-value-purple,
.filter-value-grey,
.filter-value-brown,
.filter-value-red {
  color: var(--color-white);
}


/* Filters - styles/colorways toggle */
.styles-colorways-toggle {
  position: relative;
  border-radius: 15px;
  background: var(--color-black);
}
.collection__topbar .styles-colorways-toggle-container.toggle-active-styles .styles-colorways-toggle {
  background: var(--color-definition-grey);
}
.styles-colorways-toggle-container {
  background: var(--color-shade-grey);
  padding: 5px 10px;
  cursor: pointer;
}
.styles-colorways-toggle > div {
  flex: 0 0 50%;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  z-index: 1;
  display: block;
}
.styles-colorways-toggle .filter-toggle-colorways {
  color: var(--color-white);
}
.styles-colorways-toggle.toggle-active-styles .filter-toggle-styles {
  color: var(--color-white);
}
.styles-colorways-toggle.toggle-active-styles .filter-toggle-colorways {
  color: var(--color-black)
}
.styles-colorways-toggle .styles-colorways-background {
  position: absolute;
  background: var(--color-white);
  top: 2px;
  left: unset;
  right: 2px;
  bottom: 2px;
  width: 12px;
  height: 12px;
  display: block;
  transition: transform var(--animation-primary);
  border-radius: 50%;
  padding: 0;
}
.toggle-active-styles .styles-colorways-toggle .styles-colorways-background {
  transform: translateX(calc(-100% + -4px));
}
.removable-facet.filter-value-yes {
  display: none;
}
.filter-type-availability {
  display: none;
}
.filter-type-main-style-color {
  display: none;
}
.collection__topbar .facet-wrapper {
  display: none;
}
.filter-triggers {
    display: flex;
    gap: 5px;
}
.collection-filter-count {
  margin-left: 5px;
}
.collection-filter-count:empty {
  display: none;
}
.filter-triggers > div {
  padding: 3px 10px;
  background: var(--color-shade-grey);
  gap: 15px;
  cursor: pointer;
  border-radius: 2px;
}
.filter-triggers svg {
  stroke: var(--color-dark-grey);
}

/* Filters - styles/colorways toggle */
.facet-drawer .styles-colorways-toggle {
  position: relative;
  border: 1px solid #dddddd;
  margin-top: 10px;
  border-radius: 2px;
  background: transparent;
}
.facet-drawer .styles-colorways-toggle > div {
  flex: 0 0 50%;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  z-index: 1;
}
.facet-drawer .styles-colorways-toggle .filter-toggle-colorways {
  color: var(--color-white);
}
.facet-drawer .styles-colorways-toggle.toggle-active-styles .filter-toggle-styles {
  color: var(--color-white);
}
.facet-drawer .styles-colorways-toggle.toggle-active-styles .filter-toggle-colorways {
  color: var(--color-black)
}
.facet-drawer .styles-colorways-toggle>.styles-colorways-background {
  position: absolute;
  background: var(--color-black);
  top: 3px;
  left: unset;
  right: 3px;
  bottom: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  display: block;
  transition: transform 0.3s ease-in;
  border-radius: 2px;
}
.facet-drawer .styles-colorways-toggle.toggle-active-styles > .styles-colorways-background {
  transform: translateX(calc(-100% - 6px));
}
.sort-by-trigger-container .dropdown__nav li.active {
    color: var(--color-dark-grey);
}
@media screen and (min-width: 768px) {
  .sort-by-trigger-container {
    order: 2;
  }
  .sort-by-trigger-container .dropdown {
    min-width: unset;
  }
  .dropdown__container.sort-dropdown {
    top: 0;
    padding: 15px 10px;
  }
  .dropdown__container.sort-dropdown .dropdown__nav {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .collection-banner-section {
    margin-bottom: 10px;
  }
  .collection__topbar {
    flex-wrap: wrap;
  }
  .filter-triggers {
    flex-grow: 1;
    order: 1;
  }
  .styles-colorways-toggle-container {
    order: 2;
  }
  .collection__layout_toggle-mobile {
    background: var(--color-shade-grey);
    height: 30px;
    width: 30px;
    min-width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 3;
  }
  .active-facets-desktop {
    order: 4;
    width: 100%;
    padding-left: 0;
  }
  .collection__topbar .removable-facet {
    height: 30px;
    padding-right: 5px;
  }
  .styles-colorways-toggle-container {
    height: 30px;
  }
  .filter-triggers {
    height: 30px;
  }
  .filter-triggers > div {
    width: 100%;
    padding: 3px 5px;
  }
  .filter-triggers svg.icon {
    display: none;
  }
  .collection-sticky-bar {
    position: sticky;
    top: calc(100% - 60px);
    z-index: 2;
    background: #ffffff33;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 10px;
    right: 10px;
    width: 100%;
    height: 50px;
  }
  .collection-sticky-bar .styles-colorways-toggle {
    margin: 0;
    width: calc(100% - 150px);
  }
  .collection-sticky-bar .collection__layout_toggle-mobile {
    width: 70px;
    padding-left: 20px;
  }
  .collection-sticky-bar button.collection__layout-button-mobile {
    height: 26px;
    width: 26px;
  }
  .collection-sticky-bar .collection__layout_toggle-mobile .styles-colorways-toggle>div {
    padding 11px 10px;
  }
}
/* Filter sticky bar */
.collection__topbar {
  background-color: rgb(var(--color-background));
  z-index: 2;
  top: 40px;
  transition: var(--animation-nav);
  transition-property: opacity, transform, padding;
  gap: 5px;
  padding: 5px;
}
.sticky-collection-bar {
  width: 100%;
  padding: 5px;
  position: fixed;
  top: 0;
  z-index: 2;
  transform: translateY(-100%);
  transition: transform var(--animation-nav);
  background: var(--color-white);
}
.sticky-collection-bar.visible {
  transform: translateY(50px);
}
.header-sticky.header-scrolled.header-hidden ~ div .sticky-collection-bar.visible {
  transform: translateY(0);
}
.sticky-collection-bar:before {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  top: -5px;
  background: var(--color-white);
  pointer-events: none;
  left: 0;
}
.sticky-collection-filter {
  padding: 9px 10px;
  background: var(--color-shade-grey);
  cursor: pointer;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .collection__content {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .collection__topbar {
    margin-top: 20px;
  }
  .collection__content {
    margin-top: 20px;
  }
  .collection__topbar {
    position: sticky;
  }
  .header-sticky.header-scrolled.header-hidden ~ div .collection__topbar {
    transform: translateY(-40px);
  }
}
/* Collection - Content blocks section */
.section-content-blocks {
  margin-top: 20px;
}
.content-blocks-container .content-block-card {
  width: 50%;
  padding: 0 2.5px;
}
.content-block-card__content {
  padding: 30px;
  color: var(--color-white);
}
.content-blocks-container .promo-label {
  top: 25px;
  left: 30px;
  position: absolute;
  z-index: 1;
}
.content-block-card__content .accordion .details .details__summary {
  border-top: 2px solid;
  padding-block: var(--sp-4);
}
.content-block-card__content .promo-subtitle {
  max-width: 300px;
}
.content-block-card__content .promo-subtitle p {
  margin: 0;
}
.content-block-card__content .button {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .content-blocks-container .content-block-card {
    width: 75%;
  }
  .content-block-card__content {
    padding: 20px;
  }
  .content-blocks-container .promo-label {
    top: 15px;
    left: 20px;
  }
}

/* Rebuy cart hide (temporary) */
div#rebuy-cart {
  display: none !important;
}

/* Slideshow section */
.slideshow-dots .flickity-page-dots {
    margin: 0;
}
@keyframes draw-border {
  0% {
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dasharray: 240;
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  .slideshow-dots .flickity-page-dot {
    width: 60px;
    height: 60px;
    border-radius: 0;
    transition: none;
  }
  .slideshow-dots .flickity-page-dot:before {
    display: none;
  }
  .slideshow-dots .flickity-page-dot img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slideshow-dots .border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .slideshow-dots .flickity-page-dot[aria-current="false"] rect {
    animation-play-state: paused;
    stroke-dashoffset: 240; /* Reset animation */
    opacity: 0;
  }
  
  .slideshow-dots .flickity-page-dot[aria-current="true"] rect {
    animation: draw-border linear forwards;
    animation-play-state: running;
    opacity: 1;
  }
  .slideshow-paused + div .slideshow-dots .flickity-page-dot[aria-current="true"] rect {
    animation-play-state: paused;
  }
  
  .slideshow-word-double {
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    height: 100%;
  }
  .slideshow-word-double > div {
    width: calc(50% - 50px);
  }
  .slideshow-word.md\:flex-col.md\:align-center {
    text-align: center;
  }
  .slideshow-word.md\:flex-col.md\:items-end {
    text-align: right;
  }
  .slideshow-word.md\:flex-row-reverse.md\:justify-between {
    text-align: right;
  }
}

@keyframes slideshow-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .slideshow-dots .flickity-page-dot img {
    display: none;
  }
  .slideshow-dots .border-animation {
    display: none;
  }
  .slideshow-dots .flickity-page-dots {
    width: 100%;
    gap: 5px;
  }
  .slideshow-dots .flickity-page-dot {
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    flex-grow: 1;
    display: block;
    padding: 20px 0 0;

  } 
  .slideshow-dots .flickity-page-dot:before {
    opacity: 0;
    border-radius: 0;
    width: 100%;
    height: 2px;
    box-shadow: none;
    background: var(--color-white);
    transition: opacity 0.5s ease;
  }
  .slideshow-dots .flickity-page-dot[aria-current="true"]:before {
    opacity: 0.5;
  }
  .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
    content: "";
    background: var(--color-white);
    z-index: 2;
    height: 2px;
    width: 0;
    opacity: 1;
    position: absolute;
    bottom: 1px;
    left: 0;
    transition: opacity .5s ease
  }
  .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
    width: 100%;
  }
  .slideshow[autoplay] + div .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
    animation: slideshow-bar linear forwards;
    animation-play-state: running;
  }
  .slideshow[autoplay] + div .slideshow-paused + div .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
    animation-play-state: paused;
  }
  .slideshow-navigation {
    padding: 10px 0;
  }
  .banner__double-image picture:nth-child(2) {
    position: absolute;
    top: 0;
  }
  .banner__double-image picture {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .banner__double-image picture.active {
    opacity: 1;
  }
  .slideshow-word .banner__box {
    text-align: center;
  }
  .slideshow-word .banner__box split-words.split-words.flex {
    justify-content: center;
  }
  .slideshow-word {
    height: 55%;
    margin-bottom: 10px;
  }
  .button__box {
    width: 100%;
  }
  .button__box .button {
    flex: 1 1 100%;
  }
  .slideshow-word-left,
  .slideshow-word-right {
    opacity: 0 !important;
    transition: opacity 0.5s ease;
  }
  .slideshow-word-right {
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 55%;
  }
  .slideshow-word-left.active,
  .slideshow-word-right.active {
    opacity: 1 !important;
    z-index: 2;
  }
  .banner__double-image-navigation {
    position: absolute;
    z-index: 3;
    top: calc(50% - 25px);
    right: 20px;
    display: flex;
    flex-direction: column;
  }
  .banner__double-image-navigation div {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .banner__double-image-navigation div:before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--color-white);
    display: block;
    border-radius: 50%;
  }
  .banner__double-image-navigation div.active:before {
    border: 4px solid var(--color-white);
  }
  .slideshow-word.slideshow-word-double > div {
    width: 100%;
  }
}
.additional-details-box {
  background: var(--color-white);
  color: var(--color-dark-grey);
  padding: 5px;
}
.additional-details-content {
  padding: 5px;
  width: 250px;
}
.additional-details-image {
    width: 80px;
}
.additional-details-description {
  background: var(--color-shade-grey);
  color: var(--color-dark-grey);
  padding: 0 10px;
  letter-spacing: 0.10em;
  font-size: 14px;
  line-height: 18px;
  height: 0;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s ease;
}
.additional-details-container.active .additional-details-description {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 1;
}
.additional-details-trigger .icon-minus {
  display: none;
}
.additional-details-container.active .additional-details-trigger .icon-minus {
  display: block;
}
.additional-details-container.active .additional-details-trigger .icon-plus-alt {
  display: none;
}
.additional-details-trigger {
  padding: 10px 0 0 10px;
  cursor: pointer;
}
.slideshow-products-modal .drawer__inner {
  background-color: transparent;
}

.slideshow-products-modal .drawer__close {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .drawer.slideshow-products-modal[active] > .drawer__inner {
    --tw-translate-x: calc(-50vw + 18rem);
  }
}
@media screen and (max-width: 639px) {
  html.js .slideshow-products-modal.drawer .drawer__inner {
    flex-direction: column-reverse;
    max-height: 100%;
  }
  html.js .slideshow-products-modal.drawer .drawer__header:before {
    display: none;
  }
  html.js .slideshow-products-modal.drawer .drawer__close {
    position: initial;
    height: 40px;
    width: 40px;
    margin: 0 0 0 auto
  }
  html.js .slideshow-products-modal.drawer .drawer__inner {
    max-height: 100%;
  }
}
.slideshow-products-modal .button--close .icon {
  stroke: var(--color-white);
}
.slideshow-drawer-content {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.slideshow-drawer-content > a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-white);
  width: 400px;
  max-width: 100%;
}
.slideshow-drawer-content img {
  display: block;
  width: 150px;
}
.slideshow-drawer-content > a > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.slideshow-container .button--primary {
  transition: all var(--animation-primary);  
}
.slideshow-container .button--primary:hover {
  color: rgb(var(--color-button-background));
  background-color: rgb(var(--color-button-text));
}
.slideshow-container .button--primary .btn-text {
  transition: none;
}
.slideshow-container .button--primary:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .slideshow-word.md\:grid {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    height: 100%;
  }
  .slideshow-word-left.md\:grid {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    height: 100%;
  }
  .slideshow-word-right.md\:grid {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 10px;
    height: 100%;
  }
  .slideshow-word .grid-row-1 {
    grid-row: 1;
  }
  .slideshow-word .grid-row-2 {
    grid-row: 2;
  }
  .slideshow-word .grid-row-3 {
    grid-row: 3;
  }
  .slideshow-word .grid-column-1 {
    grid-column: 1;
  }
  .slideshow-word .grid-column-2 {
    grid-column: 2;
  }
  .slideshow-word .grid-column-3 {
    grid-column: 3;
  }
  .slideshow-word .grid-column-4 {
    grid-column: 4;
  }
  .slideshow-word.md\:flex {
    height: 100%;
  }
  .slideshow-word.md\:flex.horizontal-alignment-center {
    align-items: center;
    text-align: center;
  }
  .slideshow-word.md\:flex.horizontal-alignment-left {
    align-items: start;
    text-align: left;
  }
  .slideshow-word.md\:flex.horizontal-alignment-right {
    align-items: end;
    text-align: right;
  }
  .slideshow-word.md\:flex.vertical-alignment-center {
    justify-content: center;
  }
  .slideshow-word.md\:flex.vertical-alignment-top {
    justify-content: start;
  }
  .slideshow-word.md\:flex.vertical-alignment-bottom {
    justify-content: end;
  }
}
.banner__our-sizes-button {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
}
.banner__our-sizes-button svg {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .banner__our-sizes-button.button {
    display: none;
  }
}
/* PDP gallery */
.product__pdp-callout {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 10px 15px;
  color: var(--color-white);
  background: #ffffff33;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 1024px) {
  .product__media-container .lg\:grid .product__media {
    grid-column-start: span 3;
  }
  .product__media-container .lg\:grid.product__media-1 .product__media {
    grid-column-start: span 6;
  }
  .product__media-container .lg\:grid.product__media-3 .product__media:nth-child(3) {
    grid-column-start: span 6;
  }
  .product__media-container .lg\:grid.product__media-5 .product__media:nth-child(n+3) {
    grid-column-start: span 2;
  }
  .product__media-container .lg\:grid.product__media-7 .product__media:nth-child(n+5) {
    grid-column-start: span 2;
  }
  .product__media-container .lg\:grid.product__media-9 .product__media:nth-child(n+7) {
    grid-column-start: span 2;
  }
  .product__pdp-callout {  
    bottom: 15px;
    right: unset;
    left: 20px;
  }  
  a.product__pdp-callout {
    right: 20px;
    left: unset;
  }
}
@media screen and (max-width: 1023px) {
  scroll-shadow.product__thumbnails.with-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2px;
  }
  .product__thumbnails.with-dots .product__thumbnails-list {
    padding: 2px;
  }
  .product__thumbnails.with-dots .product__thumbnail:before {
    width: 100%;
    height: 3px;
    background-color: transparent;
    border-radius: 0;
  }
  .product__thumbnails.with-dots .product__thumbnail:not([hidden]) {
    flex: 1 1 auto;
    height: auto;
    border-radius: 0;
  }
  .product__thumbnails.with-dots .product__thumbnail[aria-current=true]:before {
    background-color: var(--color-white);
    box-shadow: none;
    width: 100%;
    height: 3px;
  }
  .product-container {
    padding: 0;
  }
  .product-container .product__info {
    padding: 0 20px;
  }
}

/* Header */
.header__buttons {
  color: var(--color-dark-grey);
}
@media screen and (max-width: 1023px) {
  .header__buttons {
    color: var(--color-black);
  }
}
.header-transparent:not(.header-scrolled) .header__buttons {
  color: var(--color-white);
}
.header__buttons > .search-drawer-button span {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__buttons > .search-drawer-button {
    background: #ffffff33;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--color-dark-grey);
    border: none;
    height: 40px;
    padding: 10px;
    width: 150px;
    justify-content: flex-start;
    gap: 5px;
    transition: var(--animation-nav);
    transition-property: color;
    border-radius: 2px;
  }
  .header-transparent:not(.header-scrolled) .header__buttons > .search-drawer-button {
    color: var(--color-white);
  }
  .header__buttons > .search-drawer-button span {
    display: block;
  }
  .header-section:not(.header-scrolled) .header {
    padding-top: 10px;
  }
}
header[data-sticky-type="on-scroll-up"],
header[data-sticky-type="always"] {
 /* margin: -10px 0 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid transparent;*/
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1023px) {
  header[data-sticky-type="on-scroll-up"],
  header[data-sticky-type="always"] {
    border: none;
    padding: 10px;
    margin: 0;
  }
}
.header-scrolled .header__cutout {
    display: none;
}

.template-index header[data-sticky-type="on-scroll-up"],
.template-index header[data-sticky-type="always"] {
  margin-top: 0;
}
.cart-drawer-button .count {
  font-size: 8px;
  line-height: 8px;
  font-weight: 400;
  position: absolute;
  top: 14px;
  right: 8px;
  width: 15px;
  text-align: center;
}
.mega-menu__item.media-card {
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .topbar-section .section {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
  }
  .topbar .announcement-bar:before {
    display: none;
  }
  .header__buttons>:is(a, button) {
    width: auto;
  }
  .cart-drawer-button .count {
    top: 13px;
    right: 3px;
  }
}

/* PDP */
.product-form__input.not-selected[data-option-name="Size"] > div > div.text-title:after {
  content: ": Select size";
  color: var(--color-red);
}
.product-form__input.not-selected[data-option-name="Length"] > div > div.text-title:after {
  content: ": Select length";
  color: var(--color-red);
}
.product-form__input.not-selected {
  outline: 1px solid var(--color-red);
  outline-offset: 5px;
  border-radius: 1px;
}
.swatches {
    gap: 5px;
    flex-wrap: nowrap;
}
.swatches li {
  flex: 1 1 100%;
  max-width: 50%;
}
.product-form__input.variant-input-wrapper[data-option-slug="size"] .swatches {
  flex-wrap: wrap;
}
.product-form__input.variant-input-wrapper[data-option-slug="size"] .swatches li {
  max-width: 56px;
}
.swatches li label {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
}
.product__title .ruk_rating_snippet .ruk-rating-snippet-count {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .product__title .ruk_rating_snippet .ruk-rating-snippet-count {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 768px) {
  .swatches li label {
    padding: 11px 10px;
  }
}
.description-trigger-desktop {
  cursor: pointer;
  margin-bottom: 15px;
  display: none;
}
.description-trigger-desktop * {
  pointer-events: none;
}
.description-trigger-desktop .icon-close {
  display: none;
}
.product-styled-with {
  opacity: 1;
  transition: opacity .3s ease;
}
.product-styled-with .product-card__title {
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
}
.product-styled-with .price {
  font-size: 13px;
  line-height: 13px;
}
.product-styled-with .price__regular {
  color: var(--color-dark-grey);
}
.product-styled-with .price__sale {
  color: var(--color-dark-grey);
}
.product-styled-with svg {
  color: var(--color-dark-grey);
}
.product-styled-with .price--on-sale .price__regular {
  color: var(--color-red);
}
.description-modal-active .product-styled-with {
  opacity: 0;
}
.description-modal-active .description-trigger-desktop .icon-close {
  display: block;
}
.description-modal-active .description-trigger-desktop .icon-arrow-down {
  display: none;
}
.description-modal-active .description-trigger-desktop {
  z-index: 2;
  position: relative;
}
.description-modal-active .product-content-form {
  opacity: 0;
  max-height: 0;
}
.description-modal-active .overlay {
  visibility: visible;
  opacity: 0;
  pointer-events: auto;
}
.product-content-description-image {
  z-index: 1;
  padding: 0 5px;
}
.product-content-description-image img {
  height: 100%;
  object-fit: cover;
}
.no-image .product-content-description-info h2 {
  margin-bottom: 250px;
}
.product-content-description-tabs .product-content-description-info ul {
  margin: 10px 0 0;
}
.product-content-description-tabs .product-content-description-info li {
  margin: 0;
  padding: 0;
}
.description-block-trigger svg {
  padding: 2px;
}
.description-block-reviews-text {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.description-block-reviews-text > :first-child {
  display: flex;
  gap: 5px;
}
.description-block-reviews-text > :last-child {
  width: 100%;
}
.description-block-reviews-text > .R-RatingStars {
  margin-left: 10px;
}
.description-block-reviews-text:before {
    content: "";
    display: block;
    height: 100%;
    background-color: currentColor;
    opacity: 0.3;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.description-block-reviews .button.button-white {
  background: var(--color-white) !important;
  color: var(--color-dark-grey) !important;
  width: 100%;
  margin-top: 20px;
}
.description-block-reviews-score.ElementsWidget-prefix {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 10px;
}
.description-block-reviews-score.ElementsWidget-prefix .R-SliderIndicator {
  max-width: unset;
  margin: 0;
  width: 100%;
}
.description-block-reviews-score.ElementsWidget-prefix .R-SliderIndicator .R-TextHeading {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.description-block-reviews-score.ElementsWidget-prefix .R-SliderIndicator .R-TextBody {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (min-width: 768px) {
  .product-content-form {
    max-height: 800px;
    opacity: 1;
    transition: all 0.5s ease;
 /*   overflow: hidden;*/
  }
  .product-content-description {
    z-index: 2;
  }
  .product-content-description-tabs:not(.no-image) .product-content-description-info.accordion-open .product-content-description-subtitle {
    opacity: 0;
  }
  .product-content-description-tabs:not(.no-image) .product-content-description-subtitle {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
  }
  .description-block-reviews-score.ElementsWidget-prefix .R-SliderIndicator .R-TextHeading {
    font-size: 12px;
    line-height: 14px;
  }
  .description-block-reviews-score.ElementsWidget-prefix .R-SliderIndicator .R-TextBody {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-content-description-info {
    margin-left: -20px;
    margin-right: -20px;
  }
  .description-block-trigger svg {
    padding: 4px;
  }
  .description-block-trigger .text-base-large,
  .description-block-trigger .description-block-reviews-text * {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .product-content-description-info .details__content.text-label {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.02em;
  }
}
.description-block-content {
  pointer-events: none;
  transition: opacity 0.5s ease;
  overflow: hidden;
  z-index: 1;
}
.description-block-content.active {
  pointer-events: auto;
  opacity: 1;
  overflow: auto;
  scrollbar-width: thin;
}
.product-content-description-info.active .description-block-trigger {
  pointer-events: none;
}
.product-content-description-info {
  padding: 30px 20px 20px;
}
.description-block-content {
    padding: 30px 20px;
}
.description-block-content-heading {
  position: relative;
  padding: 0 0 15px;
}
.description-block-content-heading:after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.description-block-close {
  padding: 0 0 10px 15px;
}
.description-block-trigger {
  position: relative;
  padding: 25px 0;
}
.description-block-trigger:before {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  opacity: 0.3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.description-block-trigger:first-of-type::before {
  display: none;
}
.product-form__atc-wishlist {
  position: relative;
  width: 100%;
}
@keyframes button_blink {
  0%, 100% {background-color: var(--color-black);}
  50% {background-color: var(--color-definition-grey);}
}
.product-form__submit[aria-busy="true"],
.sticky-buy-button .button[aria-busy="true"],
.quick-atc.loading,
.collection-atc-submit[aria-busy="true"] {
  animation: button_blink 1s linear infinite;
}
.description-block-trigger details svg {
  transition: transform var(--animation-primary);
  transform: rotate(0deg);
}
.description-block-trigger details[aria-expanded="true"] svg {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .description-container {
    height: 40px;
    display: block !important;    
    position: sticky;
    bottom: 0;
    z-index: 1;
    margin-top: 20px;
  }
  .description-trigger-mobile {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.3s ease;
    color: var(--color-black);
    background: var(--color-shade-grey);
    justify-content: start;
    height: 40px;
  }
  .description-trigger-mobile:after {
    display: none;
  }
  .description-trigger-mobile * {
    pointer-events: none;
  }
  .description-trigger-mobile .icon-plus-alt {
    opacity: 1;
    right: 15px;
    top: 12px;
    transition: opacity 0.3s ease;
  }
  .description-container.stuck .description-trigger-mobile .icon-plus-alt {
    position: initial;
    margin-left: 5px;
    width: 10px;
  }
  
  .description-container.stuck .description-trigger-mobile {
    width: 100%;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .product-form__buttons {
    height: 36px;
    display: block !important;
    position: relative;
  }
  
 .product-form__atc-wishlist.sticky-button-bottom {
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 10;
    width: calc(100% - 40px);
  }
  .product-description-accordion .product__accordion.details {
    border: none;
    margin: 0;
    padding: 0;
  }
  .product-description-accordion {
    position: relative;
    padding-top: 18px;
  }
  .product-description-accordion:before {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-description-accordion:first-of-type:before {
    display: none;
  }
  .product-description-drawer .drawer__content > h2 {
    margin-bottom: 50px;
  }
  .product-description-drawer .product-content-description-image {
    margin-top: 20px;
    padding: 0;
  }
  .product-description-drawer .drawer__content .details__content ul:only-child,
  .product-description-drawer .drawer__content .details__content p:only-child {
    margin: 0;
  }
  .product-description-drawer .drawer__content .details__content ul:first-child,
  .product-description-drawer .drawer__content .details__content p:first-child {
    margin-top: 0;
  }
  .product-description-drawer .drawer__content .details__content ul:last-child,
  .product-description-drawer .drawer__content .details__content p:last-child {
    margin-bottom: 0;
  }
  .product-description-drawer .drawer__content .details__content {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-description-drawer li {
  margin: 0;
  padding: 0;
}
..product-description-drawer ul {
  margin: 10px 0 0;
}
.product-container .product__info.block {
  max-width: 700px;
  margin: 0 auto;
  max-width: unset;
}
@media screen and (min-width: 1024px) {
  .product-container .product__info.block .product-content-form {
    max-width: 500px;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
}

#BIS_trigger {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  left: 0;
  max-width: calc(100% - 45px) !important;
}
body:not(.country-code-us) #BIS_trigger {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #BIS_trigger {
    font-size: 13px;
    line-height: 12px;
  }
  .product-form__submit {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-form__submit.button[disabled] {
  opacity: 1;
}
.product-form__submit:after {
  display: none;
}
.product-styled-with {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.product-styled-with-heading {
  margin-bottom: 10px;  
}
@media screen and (min-width: 768px) {
  .product-styled-with-heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.01em;
    font-variation-settings: "wdth" 105;
  }
}
.product-styled-with .slider.slider--desktop.slider--tablet {
  padding-inline: 0;
  margin-inline: 0;
}
.product-styled-with .slider.slider--desktop.slider--tablet .product-grid {
  --slider-item-width: 43%;
}
@media screen and (min-width: 1280px) {
  .product-styled-with .slider.slider--desktop.slider--tablet .product-grid {
    --slider-item-width: 28%;
  }
}
.product-styled-with .indicators {
  position: absolute;
  top: 0;
  right: 0;
}
.product-styled-with .indicators .button {
  --buttons-width: 30px;
}
.product-styled-with .indicators .button:after {
  display: none;
}
.product-styled-with .indicators .button[disabled] {
  opacity: 1;
}
overlay-element {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
}

pdqproductpromise * {
  font-size: 13px !important;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
  background: transparent !important;
  color: var(--color-dark-grey);
}
.pdq-pdp__widget-icon + div {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  pdqproductpromise * {
    font-size: 13px !important;
    line-height: 14px;
  }
  .product__brand-promises {
    font-size: 13px;
  }
  .pdq-pdp__widget-icon + div {
    margin-top: 4px;
  }
}
.pdq-pdp__widget-content {
  gap: 10px !important;
  align-items: flex-start !important;
}
.pdq-pdp__widget-icon {
  width: 20px !important;
  height: 20px !important;
  opacity: 0.6;
}
.pdq-pdp__widget-wrapper {
  margin: 0 !important;
}
.pdq-pdp__widget-content svg {
  display: none !important;
}
.product__brand-promises svg {
  width: 20px;
  height: auto;
}
.product__brand-promises span {
  cursor: pointer;
}
.product__brand-promises {
  background: var(--color-shade-grey);
  padding: 10px;
}
.product__info>.product-content-form> .product__brand-promises + .shopify-app-block {
  margin-top: 0;
  background: var(--color-shade-grey);
  padding: 0px 10px 10px;
}
pdqproductpromise input {
  border-radius: 2px !important;
  height: 40px;
}
pdqproductpromise button {
  background: var(--color-black) !important;
  color: var(--color-white) !important;
  border-radius: 2px !important;
  height: 40px !important;
  transition: all var(--animation-primary);
}
pdqproductpromise button:hover {
  background: var(--color-white) !important;
  color: var(--color-black) !important;
  opacity: 1 !important;
}
pdqproductpromise input + * {
  background: var(--color-shade-grey) !important;
}
.shipping-policy-drawer .drawer__header {
  padding: 20px;
}
.shipping-policy-drawer .drawer__inner {
  padding: 20px;
}
.shipping-policy-drawer .drawer__content p {
  margin-bottom: 15px;
}
.shipping-policy-drawer .product-callouts-drawer .drawer__content {
  overflow: auto;
}
/* Pillars section */
.section-pillars {
  max-width: 1920px;
  margin: 0 auto;
}
.section-pillars .slideshow-container {
  grid-template-columns: 1fr 1fr;
}
.section-pillars .slideshow-container slideshow-element {
  width: 100%;
  grid-column: 2;
  grid-row: 1;
}
.section-pillars .slideshow-container > div.absolute {
  width: 50%;
}
.section-pillars .slideshow-container .slideshow-content {
  width: 100%;
  grid-column: 1;
  grid-row: 1;
}
.section-pillars .banner__box .button {
  margin: 40px 0 0;
}
.section-pillars .banner__box .subheading {
  margin-top: 30px;
}
.section-pillars .banner__box {
  min-width: unset;
  max-width: 400px;
}
.section-pillars .banner__box .heading {
  color: var(--color-dark-grey);
}
.section-pillars .banner__box .heading em, .section-pillars .banner__box .heading i {
  font-style: normal;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .section-pillars .banner__box .sticky {
    top: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .section-pillars .banner__box {
    max-width: 600px;
  }
}

.section-pillars .slideshow-dots .flickity-page-dot {
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  flex-grow: 1;
  display: block;
  padding: 0 0 10px;
  height: auto;
}
.section-pillars .slideshow-dots .flickity-page-dot span {
  padding-top: 5px;
  display: block;
  text-align: left;
  color: var(--color-definition-grey);
  transition: color 0.3s ease;
}
.section-pillars .slideshow-dots .flickity-page-dot[aria-current="true"] span {
  color: var(--color-black);
}
.section-pillars .slideshow-dots svg {
  display: none;
}
.section-pillars .slideshow-dots .flickity-page-dots {
  width: 100%;
  gap: 5px;
  align-items: flex-start;
}
.section-pillars .slideshow-dots .flickity-page-dot:before {
  content: "";
  display: block;
  background: var(--color-black);
  transition: opacity .3s ease;
  width: 100%;
  height: 3px;
  opacity: 0.2;
  box-shadow: none;
}
.section-pillars .slideshow-dots .flickity-page-dot[aria-current=true]:after {
  content: "";
  background: var(--color-black);
  top: 0;
  bottom: unset;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
}
.section-pillars .slideshow-navigation {
  padding: 5px 10px;
}
.section-pillars .slideshow:not([autoplay]) + div .slideshow-dots .flickity-page-dot[aria-current=true]:before {
  opacity: 1;
}
.section-pillars .slideshow[autoplay] + div .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
  animation: slideshow-bar linear forwards;
  animation-play-state: running;
}
.section-pillars .slideshow[autoplay] + div .slideshow-paused + div .slideshow-dots .flickity-page-dot[aria-current="true"]:after {
  animation-play-state: paused;
}

.pillars-inner-nav {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
.image-comparison .pillars-inner-nav {
  height: auto;
} 
.pillars-inner-nav > div {
  display: flex;
  gap: 5px;
  padding: 10px;
  transition: opacity var(--animation-primary);
}

.pillars-inner-nav > .pillars-image-overlay-text {
  color: var(--color-white);  
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 5px;
}

.pillars-inner-nav > .pillars-inner-nav-toggle {
  position: relative;
/*  border: 1px solid #dddddd;
  background: #ffffff33;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  background: var(--color-white);
  gap: 0;
  padding: 0;
  border-radius: 2px;
}
.pillars-inner-nav > .pillars-inner-nav-toggle .pillars-gender-toggle {
  flex: 0 0 50%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  min-width: 120px;
  color: var(--color-dark-grey);
  transition: color var(--animation-primary);
}
.pillars-inner-nav > .pillars-inner-nav-toggle .pillars-gender-toggle.pillars-gender-men {
  color: var(--color-white);
}
.pillars-inner-nav.gender-active-women > .pillars-inner-nav-toggle .pillars-gender-toggle.pillars-gender-men {
  color: var(--color-dark-grey);
}
.pillars-inner-nav.gender-active-women > .pillars-inner-nav-toggle .pillars-gender-toggle.pillars-gender-women {
  color: var(--color-white);
}

.pillars-inner-nav .pillars-toggle-background {
  position: absolute;
  background: var(--color-black);
  top: 3px;
  left: 3px;
  right: unset;
  bottom: 3px;
  width: calc(50% - 6px);
  height: calc(100% - 6px);
  display: block;
  transition: transform 0.3s ease-in;
  border-radius: 2px;
}
.pillars-inner-nav.gender-active-women .pillars-toggle-background {
  transform: translateX(calc(100% + 6px));
}

.pillars-inner-nav-women-buttons {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
}

.pillars-inner-nav.gender-active-women .pillars-inner-nav-women-buttons {
  opacity: 1;
  pointer-events: all;
}
.pillars-inner-nav.gender-active-women .pillars-inner-nav-men-buttons {
  opacity: 0;
  pointer-events: none;
}

animate-element.pillars-video.media {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.pillars-video-active animate-element.pillars-video.media {
  opacity: 1;
  z-index: 1;
}
.pillars-drawer-content .drawer-media {
  padding-block-end: 80%;
  position: relative;
}
.pillars-drawer-content .drawer-media img,
.pillars-drawer-content .drawer-media iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.button.hide-button {
  display: none;
}
.section-pillars .slideshow-content {
    margin-top: 40px;
    height: calc(100% - 40px);
}
.section-pillars .slideshow-content .subheading {
  color: var(--color-dark-grey);
}
.pillars-nav-button.active {
  pointer-events: none;
}
.pillars-nav-button.pillars-size-trigger.active {
  background: var(--color-black);
  color: var(--color-white);
  pointer-events: all;
}
.pillars-nav-button.pillars-size-trigger {
  width: 100px
}
.section-pillars .slideshow-container .button--primary:hover {
  color: rgb(var(--color-button-background));
  background-color: rgb(var(--color-button-text));
  transition: all var(--animation-primary);
}
.slideshow-container .button--primary .btn-text {
  transition: none;
}
.section-pillars .slideshow-container .button--primary:after {
  display: block;
}
.section-pillars .pillars-size-images-men,
.section-pillars .pillars-size-images-women {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity var(--animation-smooth);
}

.pillars-inner-nav:not(.gender-active-women) ~ animate-element .pillars-size-images-women {
  opacity: 0;
}
.pillars-inner-nav.gender-active-women ~ animate-element .pillars-size-images-men {
  opacity: 0;
}
.section-pillars .pillars-size-images-men .pillars-size-image,
.section-pillars .pillars-size-images-women .pillars-size-image {
  width: 33.33%;
  position: absolute;
  transition: all var(--animation-smooth);
  bottom: 100px;
}
.section-pillars .pillars-size-images-men .pillars-size-image[data-size="men-1"] {
  left: 0;
}
.section-pillars .pillars-size-images-men .pillars-size-image[data-size="men-2"] {
  left: 33.33%;
}
.section-pillars .pillars-size-images-men .pillars-size-image[data-size="men-3"] {
  left: 66.66%;
}
.section-pillars .image-with-sizes.size-active .pillars-size-image {
  opacity: 0;
  left: 66.66%;
}
.section-pillars .image-with-sizes.size-active[data-size="men-1"] .pillars-size-image[data-size="men-1"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="men-2"] .pillars-size-image[data-size="men-2"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="men-3"] .pillars-size-image[data-size="men-3"] {
  opacity: 1;
}
.section-pillars .pillars-size-images-women .pillars-size-image[data-size="women-1"] {
  left: 16.66%;
}
.section-pillars .pillars-size-images-women .pillars-size-image[data-size="women-2"] {
  left: 50%;
}
.section-pillars .image-with-sizes.size-active .pillars-size-image {
  opacity: 0;
  left: 66.66%;
}
.section-pillars .image-with-sizes.size-active[data-size="women-1"] .pillars-size-image[data-size="women-1"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="women-2"] .pillars-size-image[data-size="women-2"] {
  opacity: 1;
}

.pillars-size-image[data-size="men-1"] img {
  padding-inline: 4%;
}
.pillars-size-image[data-size="men-2"] img {
  padding-inline: 2%;
}
.pillars-size-image[data-size="women-1"] img {
  padding-inline: 2%;
  
}

.pillars-size-content {
  position: absolute;
  right: 33%;
  display: flex;
  height: 56%;
  bottom: 100px;
  border-right: 1px solid var(--color-dark-grey);
  pointer-events: none;
  opacity: 0;
  transform: translateY(calc(100% + 100px));
  transition: all var(--animation-smooth);
}
.section-pillars .image-with-sizes.size-active[data-size="men-1"] .pillars-size-content {
  height: 51%;
}
.section-pillars .image-with-sizes.size-active[data-size="men-2"] .pillars-size-content {
  height: 54%;
}
.section-pillars .image-with-sizes.size-active[data-size="men-3"] .pillars-size-content {
  height: 58%;
}
.section-pillars .image-with-sizes.size-active[data-size="women-1"] .pillars-size-content {
  height: 54%;
}
.section-pillars .image-with-sizes.size-active[data-size="women-2"] .pillars-size-content {
  height: 58%;
}
.pillars-size-content:after {
  content: "";
  width: 40px;
  border-top: 1px solid var(--color-dark-grey);
  top: 0;
  right: -40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pillars-size-content {
    height: 45%;
  }
}
.image-with-sizes.size-active .pillars-size-content {
  transform: translateY(0);
  opacity: 1;
}
.pillars-size-text-block {
  opacity: 0;
  transition: opacity var(--animation-smooth);
  position: absolute;
  right: 30px;
  top: 0;
  width: max-content;
}
.section-pillars .image-with-sizes.size-active[data-size="men-1"] .pillars-size-text-block[data-size="men-1"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="men-2"] .pillars-size-text-block[data-size="men-2"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="men-3"] .pillars-size-text-block[data-size="men-3"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="women-1"] .pillars-size-text-block[data-size="women-1"] {
  opacity: 1;
}
.section-pillars .image-with-sizes.size-active[data-size="women-2"] .pillars-size-text-block[data-size="women-2"] {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section-pillars .slideshow-container > * {
    flex: 0 0 100%;
    width: 100%;
  }
  .section-pillars .slideshow-container > div.absolute {
    position: initial;
    order: 1;
  }
  .section-pillars .slideshow-container > slideshow-element {
    order: 2;
  }
  .section-pillars .slideshow-container > .slideshow-content {
    order: 3;
    margin-top: 20px;
  }
  .section-pillars .slideshow-word {
    height: unset;
  }
  .section-pillars .banner__box .button {
    width: 100%;
    margin-top: 30px;
  }
  .section-pillars .banner__box .subheading {
    margin-top: 25px;
  }
  .section-pillars .slideshow-container .button--primary:after {
    display: none;
  }
  .section-pillars .slideshow-word .banner__box {
    text-align: left;
    max-width: unset;
  }
  .section-pillars .slideshow-content {
    margin-top: 0;
  }
  .pillars-inner-nav {
    height: 100%;
    padding: 0;
  }
  .pillars-inner-nav > .pillars-inner-nav-toggle {
    margin-top: 10px;
    width: calc(100% - 40px);
  }
  .pillars-inner-nav > div {
    width: 100%;
    padding: 10px 5px;
  }
  .pillars-inner-nav .pillars-nav-button.pillars-size-trigger {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .pillars-inner-nav > .pillars-inner-nav-toggle .pillars-gender-toggle {
    padding: 14px 10px;
    font-size: 12px;
  }
  .pillars-inner-nav-women-buttons {
    bottom: 0;
  }
  .section-pillars .slideshow-dots .flickity-page-dot span {
    padding-top: 15px;
    font-size: 12px;
  }
  .section-pillars .image-with-sizes.size-active[data-size="men-1"] .pillars-size-content {
    height: 41%;
  }
  .section-pillars .image-with-sizes.size-active[data-size="men-2"] .pillars-size-content {
    height: 44%;
  }
  .section-pillars .image-with-sizes.size-active[data-size="men-3"] .pillars-size-content {
    height: 48%;
  }
  .section-pillars .image-with-sizes.size-active[data-size="women-1"] .pillars-size-content {
    height: 44%;
  }
  .section-pillars .image-with-sizes.size-active[data-size="women-2"] .pillars-size-content {
    height: 48%;
  }
}

/* Callouts section */
.callouts img, .callouts svg {
  display: block;
  height: 50px;
  width: auto;
}
.callouts-section .callouts {
  grid-template-columns: 1fr 1fr 1fr;
}
.callouts-section .callouts .column {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .callouts-section .callouts .column {
    padding: 15px 15px 5px;
  }
  .callouts-section .callouts img, .callouts-section .callouts svg {
    height: 30px;
  }
  .callouts-section .callouts .column .callouts__title {
    font-size: 25px;
    line-height: 33px;
  }
  .callouts-section .callouts .column .callouts__subtitle {
    font-size: 14px;
    line-height: 15px;
  }
  .callouts-section .callouts:after {
    content: 'flickity';
    display: none;
  }
  .callouts-section .callouts .flickity-page-dots {
    margin: 0;
  }
}
.pillars-drawer-content .drawer-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: var(--color-dark-grey);
}
/* Collection blocks */
a.collection__block-image-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.collection__block-buttons {
  padding: 10px;
}
.collection__block-buttons-below_image > div:first-child {
  text-align: right;
}
.collection__block-buttons-below_image > div:last-child {
  text-align: left;
}
.collection__block-buttons-below_image > div:only-child {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .collection__block-buttons-below_image a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
  }
  .collection__block-buttons {
    padding-top: 5px;
  }
}
.collection__block-buttons.collection__block-buttons-over_image {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 5px;
}.collection__block-buttons.collection__block-buttons-below_image {
  gap: 10px;
}
.collection__block-content {
  padding: 10px;
  height: 50%;
  bottom: 50px;
  top: unset;
}
.collection__block-title,
.collection__block-description {
  color: var(--color-white);
}
.collection__block-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.01em;
}
.button.button-transparent {
  background: #ffffff33;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--color-white);
  border: none;
}
.button.button-transparent:after {
  display: none;
}
.banner__content .button.button-transparent,
.portfolio .button.button-transparent,
.mega-menu__item .button.button-transparent {
  transition: all var(--animation-primary);
}
.banner__content .button.button-transparent:hover,
.portfolio  .button.button-transparent:hover,
.mega-menu__item .button.button-transparent:hover {
  color: var(--color-white);
  background: var(--color-black);
}

.portfolio .card .media img {
  width: 100%;
}
.mega-menu__item:not(.mega-menu__item--nav) {
  max-height: 500px;
  width: auto !important;
}
.mega-menu__item:not(.mega-menu__item--nav) .media-card {
  max-height: 500px;
}
.mega-menu__item:not(.mega-menu__item--nav) .media-card__content {
  top: 0;
  max-height: 500px;
}
.mega-menu__item {
  transform: none;
}
.mega-menu__nav > li {
  transform: none;
}
/* Collection list */
.collection-list-section .media-card__content {
  padding: 10px 5px 20px;
}
.collection-list-section .title-wrapper {
  margin: 0;
}
.collection-list-section .tab-list {
  margin: 0;
}
.collection-list-section .collections-title-tabs {
  margin-bottom: 20px;
}
.collection-list-section .tab__item {
  background: transparent;
  color: var(--color-dark-grey);
  opacity: 1;
}
.collection-list-section .tab__item[disabled] {
  border: 1px solid var(--color-definition-grey);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .collection-list-section .tab-list {
    width: 100%;
  }
  .collection-list-section .tab-list .flex {
    width: 100%;
  }
  .collection-list-section .tab__item {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: unset;
  }
  .collection-list-section .media-card__content {
    padding: 10px 5px;
  }
  .collection-list-section .media-card__content .text-title {
    font-size: 12px;
  }
  .collection-list-section .text-subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    font-variation-settings: "wdth" 105;
  }
}

/* Featured collections */
.featured-collections .tab-list {
  margin: 0;
}
.featured-collections .title-wrapper {
  margin: 0;
}
.featured-collections .collections-title-tabs {
  margin-bottom: 20px;
}
.product-grid-overview {
  --card-grid-per-row: 12;
}
.featured-collections .tab__item {
  background: transparent;
  color: var(--color-dark-grey);
  opacity: 1;
}
.featured-collections .tab__item[disabled] {
  border: 1px solid var(--color-definition-grey);
  border-radius: 2px;
}
.featured-collections .indicators {
  position: absolute;
  top: 55%;
  width: calc(100% - 20px);
  left: 10px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
}
.featured-collections .indicators .button {
  pointer-events: all;
}
.featured-collections .indicators .button .icon {
  width: 30px;
  height: 30px;
}
/*.featured-collections .slider .product-grid {
  overflow-x: auto;
  scrollbar-width: thin;
}*/
@media screen and (max-width: 767px) {
  .product-grid-overview {
    --card-grid-per-row: 4;
  }
  .featured-collections .indicators {
    top: 40%;
  }
  .featured-collections .indicators .button {
    width: 35px;
    height: 35px;
  }
  .featured-collections .tab-list {
    width: 100%;
  }
  .featured-collections .tab-list .flex.relative {
    width: 100%;
  }
  .featured-collections .tab__item {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: unset;
  }
  .featured-collections .text-subheading {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: center;
    font-variation-settings: "wdth" 105;
  }
}

/*.video-controls {
  background: rgba(0, 0, 0, 0.5);
  color: var(--color-white);
}

.progress-bar {
  position: relative;
  overflow: hidden;
}

.progress-indicator {
  width: 0;
  transition: width 0.2s;
}

.control-buttons button {
  background: none;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
}

.control-buttons button:hover {
  background: var(--color-white);
  color: black;
}*/

/* Drawer nav */
.menu-drawer .product__accordion {
  margin: 0;
  border: 0;
  padding: 0;
}
.menu-drawer a.drawer__menu-item {
  background: none;
}
.menu-drawer .product__accordion .details__summary {
  padding: 10px 0;
}
.menu-drawer .drawer__scrollable {
  background: var(--color-shade-grey);
  display: flex;
  flex-direction: column;
}
.menu-drawer .drawer-menu__top-nav {
  padding: 15px 20px;
  background: var(--color-white);
}
.menu-drawer .drawer-menu__bottom-nav {
  padding: 15px 20px;
}
body.has-modal-open .needsclick {
  display: none !important;
}
.drawer__menu-tabs {
  flex-grow: 1;
}
.drawer__menu-tabs .tab-list {
  padding: 10px 18px;
  margin-bottom: 0;
}
.drawer__menu-tabs .tab__item {
  background: transparent;
  color: var(--color-dark-grey);
  font-size: 14px;
  opacity: 1;
}
.drawer__menu-tabs .tab__item[disabled] {
  color: var(--color-black);
  border: 1px solid var(--color-definition-grey);
  background: var(--color-shade-grey);
  border-radius: 2px;
}
.menu-drawer .drawer__footer-top {
  border: 0;
  padding: 15px 20px 30px;;
}
.menu-drawer .login-intro-text {
  margin-bottom: 20px;
}
.menu-drawer .localization-trigger {
    margin-top: 20px;
}
.menu-drawer .drawer__help-link {
  margin-top: 20px;
}
.menu-drawer .drawer__help-link svg {
  color: var(--color-dark-grey);
  width: 20px;
  height: 20px;
}
.menu-drawer .localization-trigger span:first-child {
  color: var(--color-dark-grey);
  display: block;
  width: 22px;
  text-align: center;
}
.menu-drawer .details__content .drawer__menu-item.text-base.sm\:text-base {
  color: var(--color-dark-grey);
}
.menu-drawer .product__accordion[aria-expanded=true] .details__summary>.icon {
  --tw-rotate: 180deg;
}
.menu-drawer .product__accordion .details__summary>.icon {
  height: 24px;
  width: 24px;
  stroke: var(--color-dark-grey);
}
.menu-drawer .drawer__footer-top .button {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}
/* Size chart drawer */
@media screen and (min-width: 1280px) {
  .size-chart-drawer .drawer__inner {
    max-width: 50vw;
  }
}
.size-chart-drawer .drawer__scrollable {
  padding: 20px 0;
}
.size-chart-drawer .drawer__header {
  display: none;
}
.size-chart-drawer tabs-element .drawer__close {
  margin-inline-start: 0;
  height: 70px;
  width: 70px;
  background: #F9F9F9;
  border-radius: 0;
  max-height: unset;
}
.size_chart-our-heights-heading {
  text-align: center;
  padding: 0 10px;
}
.size_chart-our-heights-subheading {
  text-align: center;
  padding: 0 10px;
  max-width: 600px;
  margin: 10px auto 0;
}
.size_chart-our-heights-table {
  margin-top: 25px;
}
.size_chart-our-fits-heading {
  text-align: center;
  padding: 0 10px;
  margin: 25px 0;
}
.size_chart-our-fits {
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
.size_chart-fit div {
  padding: 0 5px;
}
.size_chart-fit-title.text-title {
  margin: 8px 0 5px;
}
.size_chart-fit {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.size_chart-fit.active {
  background: var(--color-shade-grey);
}
.size_chart-fit img {
  width: 100%;
}
.size_chart-measure-text {
  padding: 20px;
}
.size_chart-measure-text ol {
  padding-left: 15px;
}
.size_chart-measure-text p, .size_chart-measure-text ol li {
  margin-bottom: 10px;
}
.size-chart-questions {
  padding: 0 20px 50px;
}
@media screen and (max-width: 767px) {
  .size_chart-our-fits {
    grid-template-columns: 1fr 1fr;
  }
  .size_chart-measure-text {
    font-size: 12px;
    line-height: 15px;
  }
  .size-chart-question .text-label {
    font-size: 12px;
    line-height: 15px;
  }
}
.size-chart-drawer tabs-element {
  margin: 10px;
}
.size-chart-drawer tabs-element .tab-buttons {
  background: #f9f9f9;
  padding: 10px;
}
.size-chart-drawer tabs-element .tab__item.button {
  background: transparent;
  color: var(--color-dark-grey);
}
.size-chart-drawer tabs-element button[disabled] {
  border: 1px solid var(--color-dark-grey);
}
.size-chart-drawer .drawer__content {
  overflow: hidden;
}
.size-chart-drawer table tr:nth-child(2n) {
  background: var(--color-shade-grey);
}
.size-chart-drawer table tr:nth-child(2n + 3) {
  background: var(--color-off-white);
}
.size-chart-drawer .size_chart-our-heights-table table tr {
  background: var(--color-shade-grey);
}
.size-chart-drawer .size_chart-our-heights-table table tr:first-child {
  background: transparent;
}
.size-chart-drawer .size_chart-our-heights-table table td,
.size-chart-drawer .size_chart-our-heights-table table th {
  width: 50%;
}
.size-chart-drawer table td,
.size-chart-drawer table th {
  border: 5px solid var(--color-white);
  text-align: center;
  padding: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0em;
}
.size-chart-drawer table .thick-border {
  border-bottom: 6px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .size-chart-drawer table td,
  .size-chart-drawer table th {
    font-size: 12px;
    line-height: 13px;
  }
}
.size-chart-drawer table .table-hidden-cell {
  display: none;
}
.size-chart-drawer table {
  box-shadow: none;
  margin: 0 -5px;
  width: calc(100% + 10px);
}
.size-chart-heading {
  padding: 0 20px;
}
.size-chart-heading .sizechart-units .active {
  border-bottom: 1px solid;
}
/*.size-chart-drawer #TabPanelSizeChart table td.hover,
.size-chart-drawer #TabPanelSizeChart table th.hover {
  background-color: #e9e9e9;
}
.size-chart-drawer #TabPanelSizeChart table td.hover.hover-target,
.size-chart-drawer #TabPanelSizeChart table th.hover.hover-target {
  background-color: #6a7076;
  color: var(--color-white);
}*/
@media screen and (max-width: 639px) {
  .size-chart-drawer .drawer__header {
    display: block;
    padding: 10px;
    border: 0;
  }
  .size-chart-drawer tabs-element {
    margin: 10px 0;
  }
  .size-chart-drawer tabs-element .tab-buttons {
    padding: 5px;
  }
}

/* Localization */
/* Flags */
.fflag {
  background-repeat:no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
  width: 18px;
  height: 11px;
}
.fflag-CH,
.fflag-NP {box-shadow: none!important}
.fflag-DZ {background-position:center 0.2287%}
.fflag-AO {background-position:center 0.4524%}
.fflag-BJ {background-position:center 0.6721%}
.fflag-BW {background-position:center 0.8958%}
.fflag-BF {background-position:center 1.1162%}
.fflag-BI {background-position:center 1.3379%}
.fflag-CM {background-position:center 1.5589%}
.fflag-CV {background-position:center 1.7805%}
.fflag-CF {background-position:center 2.0047%}
.fflag-TD {background-position:center 2.2247%}
.fflag-CD {background-position:left 2.4467%}
.fflag-DJ {background-position:left 2.6674%}
.fflag-EG {background-position:center 2.8931%}
.fflag-GQ {background-position:center 3.1125%}
.fflag-ER {background-position:left 3.3325%}
.fflag-ET {background-position:center 3.5542%}
.fflag-GA {background-position:center 3.7759%}
.fflag-GM {background-position:center 4.0015%}
.fflag-GH {background-position:center 4.2229%}
.fflag-GN {background-position:center 4.441%}
.fflag-GW {background-position:left 4.66663%}
.fflag-CI {background-position:center 4.8844%}
.fflag-KE {background-position:center 5.1061%}
.fflag-LS {background-position:center 5.3298%}
.fflag-LR {background-position:left 5.5495%}
.fflag-LY {background-position:center 5.7712%}
.fflag-MG {background-position:center 5.994%}
.fflag-MW {background-position:center 6.2156%}
.fflag-ML {background-position:center 6.4363%}
.fflag-MR {background-position:center 6.658%}
.fflag-MU {background-position:center 6.8805%}
.fflag-YT {background-position:center 7.1038%}
.fflag-MA {background-position:center 7.3231%}
.fflag-MZ {background-position:left 7.5448%}
.fflag-NA {background-position:left 7.7661%}
.fflag-NE {background-position:center 7.98937%}
.fflag-NG {background-position:center 8.2099%}
.fflag-CG {background-position:center 8.4316%}
.fflag-RE {background-position:center 8.6533%}
.fflag-RW {background-position:right 8.875%}
.fflag-SH {background-position:center 9.0967%}
.fflag-ST {background-position:center 9.32237%}
.fflag-SN {background-position:center 9.5426%}
.fflag-SC {background-position:left 9.7628%}
.fflag-SL {background-position:center 9.9845%}
.fflag-SO {background-position:center 10.2052%}
.fflag-ZA {background-position:left 10.4269%}
.fflag-SS {background-position:left 10.6486%}
.fflag-SD {background-position:center 10.8703%}
.fflag-SR {background-position:center 11.0945%}
.fflag-SZ {background-position:center 11.3135%}
.fflag-TG {background-position:left 11.5354%}
.fflag-TN {background-position:center 11.7593%}
.fflag-UG {background-position:center 11.9799%}
.fflag-TZ {background-position:center 12.2005%}
.fflag-EH {background-position:center 12.4222%}
.fflag-YE {background-position:center 12.644%}
.fflag-ZM {background-position:center 12.8664%}
.fflag-ZW {background-position:left 13.0873%}
.fflag-AI {background-position:center 13.309%}
.fflag-AG {background-position:center 13.5307%}
.fflag-AR {background-position:center 13.7524%}
.fflag-AW {background-position:left 13.9741%}
.fflag-BS {background-position:left 14.1958%}
.fflag-BB {background-position:center 14.4175%}
.fflag-BQ {background-position:center 14.6415%}
.fflag-BZ {background-position:center 14.8609%}
.fflag-BM {background-position:center 15.0826%}
.fflag-BO {background-position:center 15.306%}
.fflag-VG {background-position:center 15.528%}
.fflag-BR {background-position:center 15.7496%}
.fflag-CA {background-position:center 15.9694%}
.fflag-KY {background-position:center 16.1911%}
.fflag-CL {background-position:left 16.4128%}
.fflag-CO {background-position:left 16.6345%}
.fflag-KM {background-position:center 16.8562%}
.fflag-CR {background-position:center 17.0779%}
.fflag-CU {background-position:left 17.2996%}
.fflag-CW {background-position:center 17.5213%}
.fflag-DM {background-position:center 17.743%}
.fflag-DO {background-position:center 17.968%}
.fflag-EC {background-position:center 18.1864%}
.fflag-SV {background-position:center 18.4081%}
.fflag-FK {background-position:center 18.6298%}
.fflag-GF {background-position:center 18.8515%}
.fflag-GL {background-position:left 19.0732%}
.fflag-GD {background-position:center 19.2987%}
.fflag-GP {background-position:center 19.518%}
.fflag-GT {background-position:center 19.7383%}
.fflag-GY {background-position:center 19.96%}
.fflag-HT {background-position:center 20.1817%}
.fflag-HN {background-position:center 20.4034%}
.fflag-JM {background-position:center 20.6241%}
.fflag-MQ {background-position:center 20.8468%}
.fflag-MX {background-position:center 21.0685%}
.fflag-MS {background-position:center 21.2902%}
.fflag-NI {background-position:center 21.5119%}
.fflag-PA {background-position:center 21.7336%}
.fflag-PY {background-position:center 21.9553%}
.fflag-PE {background-position:center 22.177%}
.fflag-PR {background-position:left 22.4002%}
.fflag-BL {background-position:center 22.6204%}
.fflag-KN {background-position:center 22.8421%}
.fflag-LC {background-position:center 23.0638%}
.fflag-PM {background-position:center 23.2855%}
.fflag-VC {background-position:center 23.5072%}
.fflag-SX {background-position:left 23.732%}
.fflag-TT {background-position:center 23.9506%}
.fflag-TC {background-position:center 24.1723%}
.fflag-US {background-position:center 24.392%}
.fflag-VI {background-position:center 24.6157%}
.fflag-UY {background-position:left 24.8374%}
.fflag-VE {background-position:center 25.0591%}
.fflag-AB {background-position:center 25.279%}
.fflag-AF {background-position:center 25.5025%}
.fflag-AZ {background-position:center 25.7242%}
.fflag-BD {background-position:center 25.9459%}
.fflag-BT {background-position:center 26.1676%}
.fflag-BN {background-position:center 26.3885%}
.fflag-KH {background-position:center 26.611%}
.fflag-CN {background-position:left 26.8327%}
.fflag-GE {background-position:center 27.0544%}
.fflag-HK {background-position:center 27.2761%}
.fflag-IN {background-position:center 27.4978%}
.fflag-ID {background-position:center 27.7195%}
.fflag-JP {background-position:center 27.9412%}
.fflag-KZ {background-position:center 28.1615%}
.fflag-LA {background-position:center 28.3846%}
.fflag-MO {background-position:center 28.6063%}
.fflag-MY {background-position:center 28.829%}
.fflag-MV {background-position:center 29.0497%}
.fflag-MN {background-position:left 29.2714%}
.fflag-MM {background-position:center 29.4931%}
.fflag-NP {background-position:left 29.7148%}
.fflag-KP {background-position:left 29.9365%}
.fflag-MP {background-position:center 30.1582%}
.fflag-PW {background-position:center 30.3799%}
.fflag-PG {background-position:center 30.6016%}
.fflag-PH {background-position:left 30.8233%}
.fflag-SG {background-position:left 31.045%}
.fflag-KR {background-position:center 31.2667%}
.fflag-LK {background-position:right 31.4884%}
.fflag-TW {background-position:left 31.7101%}
.fflag-TJ {background-position:center 31.9318%}
.fflag-TH {background-position:center 32.1535%}
.fflag-TL {background-position:left 32.3752%}
.fflag-TM {background-position:center 32.5969%}
.fflag-VN {background-position:center 32.8186%}
.fflag-AX {background-position:center 33.0403%}
.fflag-AL {background-position:center 33.25975%}
.fflag-AD {background-position:center 33.4837%}
.fflag-AM {background-position:center 33.7054%}
.fflag-AT {background-position:center 33.9271%}
.fflag-BY {background-position:left 34.1488%}
.fflag-BE {background-position:center 34.3705%}
.fflag-BA {background-position:center 34.5922%}
.fflag-BG {background-position:center 34.8139%}
.fflag-HR {background-position:center 35.0356%}
.fflag-CY {background-position:center 35.2555%}
.fflag-CZ {background-position:left 35.479%}
.fflag-DK {background-position:center 35.7007%}
.fflag-EE {background-position:center 35.9224%}
.fflag-FO {background-position:center 36.1441%}
.fflag-FI {background-position:center 36.3658%}
.fflag-FR {background-position:center 36.5875%}
.fflag-DE {background-position:center 36.8092%}
.fflag-GI {background-position:center 37.0309%}
.fflag-GR {background-position:left 37.2526%}
.fflag-GG {background-position:center 37.4743%}
.fflag-HU {background-position:center 37.696%}
.fflag-IS {background-position:center 37.9177%}
.fflag-IE {background-position:center 38.1394%}
.fflag-IM {background-position:center 38.3611%}
.fflag-IT {background-position:center 38.5828%}
.fflag-JE {background-position:center 38.8045%}
.fflag-XK {background-position:center 39.0262%}
.fflag-LV {background-position:center 39.2479%}
.fflag-LI {background-position:left 39.4696%}
.fflag-LT {background-position:center 39.6913%}
.fflag-LU {background-position:center 39.913%}
.fflag-MT {background-position:left 40.1347%}
.fflag-MD {background-position:center 40.3564%}
.fflag-MC {background-position:center 40.5781%}
.fflag-ME {background-position:center 40.7998%}
.fflag-NL {background-position:center 41.0215%}
.fflag-MK {background-position:center 41.2432%}
.fflag-NO {background-position:center 41.4649%}
.fflag-PL {background-position:center 41.6866%}
.fflag-PT {background-position:center 41.9083%}
.fflag-RO {background-position:center 42.13%}
.fflag-RU {background-position:center 42.3517%}
.fflag-SM {background-position:center 42.5734%}
.fflag-RS {background-position:center 42.7951%}
.fflag-SK {background-position:center 43.0168%}
.fflag-SI {background-position:center 43.2385%}
.fflag-ES {background-position:left 43.4602%}
.fflag-SE {background-position:center 43.6819%}
.fflag-CH {background-position:center 43.9036%}
.fflag-TR {background-position:center 44.1253%}
.fflag-UA {background-position:center 44.347%}
.fflag-GB {background-position:center 44.5687%}
.fflag-VA {background-position:right 44.7904%}
.fflag-BH {background-position:center 45.0121%}
.fflag-IR {background-position:center 45.2338%}
.fflag-IQ {background-position:center 45.4555%}
.fflag-IL {background-position:center 45.6772%}
.fflag-KW {background-position:left 45.897%}
.fflag-JO {background-position:left 46.1206%}
.fflag-KG {background-position:center 46.3423%}
.fflag-LB {background-position:center 46.561%}
.fflag-OM {background-position:left 46.7857%}
.fflag-PK {background-position:center 47.0074%}
.fflag-PS {background-position:center 47.2291%}
.fflag-QA {background-position:center 47.4508%}
.fflag-SA {background-position:center 47.6725%}
.fflag-SY {background-position:center 47.8942%}
.fflag-AE {background-position:center 48.1159%}
.fflag-UZ {background-position:left 48.3376%}
.fflag-AS {background-position:right 48.5593%}
.fflag-AU {background-position:center 48.781%}
.fflag-CX {background-position:center 49.002%}
.fflag-CC {background-position:center 49.2244%}
.fflag-CK {background-position:center 49.4445%}
.fflag-FJ {background-position:center 49.6678%}
.fflag-PF {background-position:center 49.8895%}
.fflag-GU {background-position:center 50.1112%}
.fflag-KI {background-position:center 50.3329%}
.fflag-MH {background-position:left 50.5546%}
.fflag-FM {background-position:center 50.7763%}
.fflag-NC {background-position:center 50.998%}
.fflag-NZ {background-position:center 51.2197%}
.fflag-NR {background-position:left 51.4414%}
.fflag-NU {background-position:center 51.6631%}
.fflag-NF {background-position:center 51.8848%}
.fflag-WS {background-position:left 52.1065%}
.fflag-SB {background-position:left 52.3282%}
.fflag-TK {background-position:center 52.5499%}
.fflag-TO {background-position:left 52.7716%}
.fflag-TV {background-position:center 52.9933%}
.fflag-VU {background-position:left 53.215%}
.fflag-WF {background-position:center 53.4385%}
.fflag.ff-sm {width: 18px;height: 11px}
.fflag.ff-md {width: 27px;height: 17px}
.fflag.ff-lg {width: 42px;height: 27px}
.fflag.ff-xl {width: 60px;height: 37px}

@media screen and (min-width: 768px) {
  .drawer.localization-drawer>.drawer__inner {
    height: 470px;
    top: calc(50% - 235px);
    width: 500px;
    padding-bottom: 12px;
  }
  .drawer.localization-drawer[active]>.drawer__inner {
    --tw-translate-x: calc(-50vw + 250px);
  }
}
.localization-drawer .product__accordion .details__summary {
  padding: 10px 0;
}
.localization-drawer .drawer__header {
  padding: 5px 15px;
  border: none;
}
.localization-drawer .drawer__title {
  margin-left: 6px;
}
.localization-drawer .localization-description {
  padding: 10px 20px 20px;
}
.localization-drawer .product__accordion {
  margin: 0;
  border: none;
}
#localization-search {
  width: 100%;
  background: var(--color-shade-grey);
  padding: 10px 10px 10px 35px;
}
.localization-drawer .drawer__close {
  height: 30px;
  width: 30px;
}
.localization-drawer .details__content {
  padding: 0 20px;
}
.localization-country {
  cursor: pointer;
}
.localization-country .fflag  {
  margin-right: 5px;
}
.localization-description .icon-search {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0.6;
}
#localization-drawer .product__accordion[aria-expanded=true] .details__summary>.icon {
  --tw-rotate: 180deg;
}
#localization-drawer .product__accordion .details__summary>.icon {
  width: 16px;
  height: 16px;
}.
#localization-drawer .product__accordion {
  padding: 0 20px;
}
/* Account login message */
#login-message {
  opacity: 0;
  transition: opacity .5s ease;
  position: absolute;
  right: 0px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: 165px;
  bottom: -52px;
  border-radius: 5px;
  pointer-events: none;
  overflow: visible;
  line-height: 16px;
  display: none !important;
}
div#login-message:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 10px solid var(--color-shade-grey);
  opacity: 0.3;
  display: none !important;
}
#login-message.visible {
  opacity: 1;
}
.has-dropdown-menu.with-mega #login-message.visible {
  opacity: 0;
}

/* Search drawer */

.drawer.search-drawer>.drawer__inner {
  width: 100%;
  max-width: unset;
  background: transparent;
}
.drawer.search-drawer .drawer__title {
  display: none;
}
.drawer.search-drawer .drawer__close {
  background: var(--color-white);
}
.drawer.search-drawer form.search__form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.drawer.search-drawer .search__field input {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
}
.drawer.search-drawer .search__field input::placeholder {
  color: #cccccc;
}
.search-drawer-button * {
  pointer-events: none;
}
.snize-ac-results {
  width: 100% !important;
  max-width: 800px !important;
  margin-top: 0 !important;
}
.snize-ac-results * {
  color: var(--color-white) !important;
  background: transparent !important;
  border: none !important;
  font-weight: 500 !important;
}
.snize-ac-results .snize-suggestion::before {
  filter: invert(1);
}

/* Homepage lookbook section */
.blog-lookbook {
  max-width: 1920px;
  margin: 0 auto;
}
.blog-lookbook:not(.hovered) {
  overflow: hidden;
}
.blog-lookbook .section:before {
  width: 100%;
  background: var(--color-black);
}
.blog-lookbook [role="tabpanel"] {
  right: 0;
}
@media screen and (min-width: 1280px) {
  .blog-lookbook .section:before {
    width: 32%;
    transition: width 1s ease;
    background: var(--color-black);
  }
  .blog-lookbook.hovered .section:before {
    width: 100%;
  }
  .blog-lookbook [role="tabpanel"] {
    position: relative;
    right: -300px;
    transition: right 1s ease;
    padding: 0;
  }
  .blog-lookbook.hovered [role="tabpanel"] {
    right: 0;
    overflow: hidden;
  }
}
.blog-lookbook a.button.button--secondary.view-all-button {
  color: var(--color-white);
  border: 1px solid;
  margin-top: 60px;
  width: calc(32% - 60px);
  transition: all var(--animation-primary);
  margin-left: 30px;
}
.blog-lookbook a.button.button--secondary.view-all-button:hover {
  background: var(--color-white);
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .blog-lookbook a.button.button--secondary.view-all-button {
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-left: 15px
  }
}
.block-type-lookbook[hidden] ~ .view-all-button-lookbook {
  display: none;
}
.block-type-blog[hidden] ~ .view-all-button-blog {
  display: none;
}
.blog-lookbook .article-card__media img {
  width: 100%;
}
.blog-lookbook .media {
  background-color: transparent;
}
.blog-lookbook .blog-lookbook-title-tabs h2 {
  color: var(--color-white);
}
.blog-lookbook button.tab__item.button {
  border: 1px solid transparent;
  background: transparent;
  color: var(--color-dark-grey);
  width: 130px;
}
.blog-lookbook:not(.hovered) button.tab__item.button.button--primary {
  border: 1px solid var(--color-dark-grey);
}
.blog-lookbook.hovered button.tab__item.button.button--primary {
  border-color: var(--color-white);
}
.blog-lookbook.hovered button.tab__item.button {
  color: var(--color-white);
  transition: all 0.5s ease;
}
.blog-lookbook .article-card__content {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}
.blog-lookbook .article-card__content > div {
  display: block;
}
.blog-lookbook .article-card__content > p:last-child {
  display: none;
}
.blog-lookbook .article-card__title {
  color: var(--color-white);
}
.blog-lookbook .article-card {
  display: block;
  position: relative;
}
.blog-lookbook .article-card.view-all-blog {
  background: var(--color-shade-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}
.blog-lookbook .article-card.view-all-blog .button.button--primary {
  transition: all var(--animation-primary);
}
.blog-lookbook .article-card.view-all-blog .button.button--primary:hover {
  background: var(--color-white);
  color: var(--color-black);
}
.blog-lookbook .indicators {
  position: absolute;
  bottom: calc(50% - 75px);
  z-index: 2;
  width: calc(100% - 40px);
  left: 20px;
  right: 20px;
  color: var(--color-white);
  justify-content: space-between;
}
.blog-lookbook .indicators .button {
  background: var(--color-white);
  border: none;
}
.blog-lookbook .indicators .button:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .blog-lookbook-title-tabs .tab-list {
    width: 100%;
    margin: 0;
  }
  .blog-lookbook-title-tabs .title-wrapper {
    margin-bottom: 15px;
  }
  .blog-lookbook-title-tabs .tab-list .flex {
    width: 100%;
  }
  .blog-lookbook button.tab__item.button {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

/* Sub-banner */
.sub-banner-description {
  max-width: 300px;
}
.sub-banner-title {
  max-width: 400px;
}
.sub-banner-section .banner__box > .button {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sub-banner-section .banner__box > .block {
    width: 100%;
  }
}

/* PDP sticky ATC */

.sticky-buy-button .button:after {
  display: none;
}
.sticky-buy-button {
  background-color: transparent;
  border: none;
}
.sticky-buy-button .sticky-atc + .button {
  display: none;
}
.sticky-buy-button.variant-selected .sticky-atc {
  display: none;
}
.sticky-buy-button.variant-selected .sticky-atc + .button {
  display: block;
}
@media screen and (min-width: 768px) {
  .sticky-buy-button {
    width: 100%;
    top: 40px;
    left: 0;
    right: 0;
    bottom: unset;
    background: var(--color-shade-grey);
    transition: all var(--animation-nav);
    padding: 10px 30px;
  }
  .sticky-buy-button .button {
    width: 160px;
    min-width: 160px;
  }
  .header-sticky.header-hidden ~ .page-container .sticky-buy-button {
    top: 0;
  }
  sticky-variant-title div {
    order: 2;
  }
  sticky-variant-title div.sticky-option-color {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sticky-variant-info {
    display: none;
  }
  .sticky-buy-button {
    padding: 5px 10px;
    background-color: var(--color-white);
  }
  .sticky-buy-button .button {
    width: 100%;
  }
}
/* PDP color swatches */
.product-page-color-swatches {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  gap: 12px;
  padding: 0 0 3px 3px;
}
.product-page-color-swatches.image-swatches {
  gap: 5px;
}
.product-page-color-swatches .swatches-group.swatches-group-core {
  order: 1;
  width: 100%;
}
.product-page-color-swatches .color-swatch-custom:not(.limited-swatch) {
  order: 2;
}
.product-page-color-swatches .swatches-group.swatches-group-limited {
  order: 3;
  width: 100%;
}
.product-page-color-swatches .color-swatch-custom.limited-swatch {
  order: 4;
}
.swatches-group {
  margin-top: 10px;
}
.product-page-color-swatches .color-swatch-custom {
  width: 25px;
  height: 25px;
}
.product-page-color-swatches .color-swatch-custom.active-swatch {
  width: 40px;
  height: 25px;
  position: relative;
}
.product-page-color-swatches.standard-swatches .color-swatch-custom.active-swatch:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  content: "";
  outline: 0.5px solid var(--color-dark-grey);
  border-radius: 14px;
  top: -2px;
  left: -2px;
}
.product-page-color-swatches.image-swatches .color-swatch-custom {
  width: 40px;
  height: auto;
  border-radius: 0;
  box-sizing: content-box;
  border: 2px solid transparent;
}
.product-page-color-swatches.image-swatches .color-swatch-custom.active-swatch {
  outline: 0.5px solid var(--color-black);
}
.product-page-color-swatches.image-swatches .color-swatch-custom img {
  display: block;
}
/* Footer */
.footer__newsletter .klaviyo_signup_form {
  max-width: 100%;
  width: 410px;
}
.klaviyo_signup_form .klaviyo_submit_button {
  width: 100%;
  border-radius: 2px;
  color: var(--color-white);
}
.klaviyo_signup_form .field__input {
  width: 100%;
  background: var(--color-off-white);
  border: 1px solid var(--color-definition-grey);
  padding: 10px 15px;
}
.klaviyo_signup_form .klaviyo_field_group_name .field__input {
  border-top: none;
}
.klaviyo_signup_form .klaviyo_submit_button:after {
    display: none;
}
.klaviyo_signup_form .klaviyo_field_group_gender {
  margin-bottom: 20px;
  color: var(--color-dark-grey);
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
}

.klaviyo_signup_form .klaviyo_field_group_gender span {
  display: block;
  padding-right: 10px;
}
.klaviyo_signup_form .field__input::placeholder {
  color: var(--color-definition-grey);
}
.footer_bottom {
  margin-top: 30px;
  align-items: center;
}
.footer_bottom_nav {
  width: 100%;
  gap: 10px;
}
.footer__newsletter > p.text-subheading {
    max-width: 360px;
}
@media screen and (min-width: 1280px) {
  .footer__right {
    padding-left: 0;
  }
  .footer_bottom_nav {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer__newsletter > p.text-subheading {
    max-width: 190px;
    font-size: 25px;
    line-height: 25px;
  }
  .footer_bottom_nav > * {
    width: calc(50% - 5px);
    max-width: 45%;
    text-align: left;
    margin: 0;
  }
  .footer__newsletter .klaviyo_signup_form {
    width: 100%;
  }
    .footer__newsletter > p.text-heading {
      max-width: unset
  }
}
.footer__accordions .details {
  border: none;
}
@media screen and (max-width: 767px) {
  .footer__accordions .details .details__summary>.icon {
    transform: none;
    width: 12px;
    height: 12px;
  }
  .footer__accordions .details[aria-expanded=true] .details__summary>.icon {
    transform: rotate(45deg);
  }
  .footer__accordions .details__summary span.text-base-large {
    color: var(--color-dark-grey);
  }
}
/* Email signup section */
.newsletter-section .klaviyo_signup_form .klaviyo_field_group_gender {
  margin: 20px 0;
}
.newsletter-section .newsletter_klaviyo_form {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .newsletter-section .newsletter_klaviyo_form {
    width: 100%;
  }
  
}

/* Product enhancements */
@media screen and (min-width: 1024px) {
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text .image-with-text__item:first-child {
    order: 1;
  }
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text .image-with-text__item:first-child {
    order: 0;
  }
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text .image-with-text__item:first-child {
    order: 1;
  }
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text +
  .product-enhancements-image-with-text .image-with-text__item:first-child {
    order: 0;
  }
  .product-enhancements-image-with-text .image-with-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .product-enhancements-image-with-text .image-with-text > div {
    width: 100%;
  }
  .product-enhancements-image-with-text .image-with-text.with-background {
    background-color: var(--color-shade-grey);
  }
  .product-enhancements-image-with-text .button--primary:after {
    display: none;
  }
  .product-enhancements-image-with-text .button--primary {
    background: var(--color-white);
    color: var(--color-dark-grey);
    transition: all var(--animation-primary);
  }
  .product-enhancements-image-with-text .button--primary:hover {
    color: var(--color-white);
    background: var(--color-black);
  }
}
@media screen and (max-width: 1023px) {
  .product-enhancements-image-with-text .image-with-text-preheading {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .product-enhancements-image-comparison img {
    position: static;
  }
}

/* PDP */
.product__price {
  margin-right: 10px;
}
.product-reviews-stars * {
  pointer-events: none;
}
.product-reviews-stars {
    position: relative;
}
.product-reviews-stars:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: var(--color-black);
  top: 0;
  left: -10px;
}
@media screen and (min-width: 1280px) {
  .product-reviews-drawer .drawer__inner {
      max-width: 70vw;
  }
}
.product__title.with-price {
  margin-top: 10px;
}

/* Boldmetrics */
.boldmetrics-container {
  position: relative;
  color: var(--color-white);
  background: var(--color-black);
  padding: 2px 5px;
  border-radius: 2px;
  letter-spacing: 0.02em;
}

.boldmetrics-loader {
  width: 12px;
  height: 12px;
  border: 2px solid var(--color-white);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: boldmetrics-rotation 1s linear infinite;
}
@keyframes boldmetrics-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div#boldmetrics-ssc-default {
  display: none !important;
  margin: 0 !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  background: transparent !important;
  background-position-x: var(--transform-origin-start) !important;
  color: var(--color-white) !important;
  font-size: 12px !important;
  text-decoration: none !important;
  text-align: left !important;
  letter-spacing: 0.02em !important; 
  left: 0 !important;
  top: 0 !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  height: auto !important;
  min-width: unset !important;
}
div#boldmetrics-ssc-default img {
  display: none !important;
}
.boldmetrics-ssc-add-loader {
  display: none !important;
}
.boldmetrics-container.loaded #boldmetrics-ssc-default {
  display: block !important;
}
.boldmetrics-container.loaded .boldmetrics-placeholder {
  display: none;
}
.boldmetrics-container .boldmetrics-placeholder {
  font-size: 12px !important;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .boldmetrics-loader {
    width: 9px;
    height: 9px;
  }
  div#boldmetrics-ssc-default {
    font-size: 12px !important;
  }
}

/* PDP - Key Callouts */
.product-key-callouts .callouts .column {
  width: calc(50% - 10px);
  padding: 0;
}
.product-key-callouts .callouts img,
.product-key-callouts .callouts svg {
  height: auto;
  width: 40px;
}
.product-key-callouts {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.product-callouts-heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-key-callouts .callouts img,
  .product-key-callouts .callouts svg {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .product-callouts-heading {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.01em;
    font-variation-settings: "wdth" 105;
  }
}
/* PDP - How to wear it */
.how-to-wear-main-product .button {
  bottom: 20px;
  left: 20px;
  position: absolute;
  cursor: initial;
}
@media screen and (min-width: 1024px) {
  .how-to-wear-main-product .button {
    top: 20px;
    bottom: unset;
  }
  .how-to-wear-products {
    height: 0;
    padding-bottom: 70%;
    position: relative;
  } 
  .how-to-wear-products-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15%;
  }
  .how-to-wear-products-inner a {
    height: calc(33.33% - 3.33px);
    width: auto;
  }
  /* 5 products override */
  .how-to-wear-products-inner.how-to-wear-products-size-5 a:nth-child(1),
  .how-to-wear-products-inner.how-to-wear-products-size-5 a:nth-child(2) {
    height: 33.5%;
  }
  /* 4 products override */
  .how-to-wear-products-inner.how-to-wear-products-size-4 {
    padding-left: 10%;
  }
  .how-to-wear-products-inner.how-to-wear-products-size-4 a {
    height: 40%;
  }
  /* 3 products override */
  .how-to-wear-products-inner.how-to-wear-products-size-3 {
    padding-left: 35%;
  }
  .how-to-wear-products .how-to-wear-products-inner.how-to-wear-products-size-2 a {
    height: calc(50% - 2.5px);
  } 
  /* 2 products override */
  .how-to-wear-products-inner.how-to-wear-products-size-2 {
    padding-left: 25%;
  }
  .how-to-wear-products a img {
    height: 100%;
    width: auto;
  }
  .product-how-to-wear-it .flex.gap-2.flex-col.lg\:flex-row {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .how-to-wear-products-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .how-to-wear-products-inner a {
    width: calc(33.33% - 3.33px);
  }
  .how-to-wear-products-inner.how-to-wear-products-size-2 a,
  .how-to-wear-products-inner.how-to-wear-products-size-4 a {
    width: calc(50% - 2.5px);
  }
}
.how-to-wear-products a {
  position: relative;
}
.how-to-wear-product-title svg {
    width: 40px;
    height: 30px;
}
.how-to-wear-product-info {
  bottom: 5px;
  left: 5px;
  right: 5px;
  width: calc(100% - 10px);
  background: var(--color-white);
  transition: opacity var(--animation-primary);
  padding: 10px;
  border-radius: 2px;
}

.how-to-wear-products a:hover .how-to-wear-product-info {
  opacity: 1;
}

/* PDP - Reviews overview */
.reviews-overview .R-PaginationControls.u-marginBottom--sm {
    display: none !important;
}
.reviews-overview .ElementsWidget__footer {
    display: none !important;
}
.reviews-overview button.reviews-overview-container {
    width: 100%;
}
.reviews-overview .item__meta,
.reviews-overview .ElementsWidget__header,
.reviews-overview .R-ContentList__item {
    border: none !important;
}
.reviews-overview .ElementsWidget__inner {
  flex-direction: row !important;
  gap: 5px;
}
.reviews-overview  .R-ContentList {
  flex-direction: row !important;
  gap: 5px;
}
.reviews-overview .R-ContentList__item {
  flex-basis: 33.33% !important;
  width: 33.33% !important;
  margin-bottom: 0 !important;
  background: var(--color-shade-grey);
  padding: 20px !important;
  display: block !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
  padding: 0 !important;
  display: flex;
  align-items: flex-end;
}
.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
  position: relative;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
  min-height: 300px;
  display: flex !important;
  flex-direction: column !important;
}

.reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item.reviews-link-block {
  justify-content: center;
  align-items: center;
}

.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .item__inner .R-flex-row {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .u-marginBottom--sm.u-flexGrow > div {
  color: var(--color-dark-grey);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}
.reviews-overview .ElementsWidget-prefix .R-BadgeElement {
  display: none !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-RatingStars.R-RatingStars--sm {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
  margin-top: 40px;
  flex-basis: 40px;
}
.reviews-overview .ElementsWidget-prefix .u-marginBottom--md {
    margin-bottom: 0 !important;
}
.reviews-overview .header__inner {
  flex-direction: column !important;
}
.reviews-overview .header__inner .header__group--center {
  position: relative;
}
.reviews-overview .header__inner .header__group--center:after {
  content: "View All Reviews";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  background: var(--color-black);
  color: var(--color-white);
  font-size: 12px;
  text-align: center;
  line-height: 40px;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget__header {
  width: 20% !important;
  background: var(--color-off-white);
  margin-bottom: 0 !important;
  padding: 20px !important;
}
.reviews-overview .header__group {
    width: 220px !important;
}
.template-product .reviews-overview .header__group {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .template-product .reviews-overview .ElementsWidget-prefix .ElementsWidget__list {
    flex-basis: calc(80% - 15px) !important;
    width: calc(80% - 15px) !important;
    margin-bottom: 0 !important;
  }
}
.reviews-overview .ElementsWidget-prefix .R-ContentList-container.u-marginBottom--sm {
  margin-bottom: 0 !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--left {
  flex-basis: unset !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--right {
  flex-basis: unset;
  display: none !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
  margin: 0 !important;
  align-items: flex-start !important;
}
.reviews-overview .ElementsWidget-prefix .R-SliderIndicator {
  padding: 0 !important;
  max-width: unset !important;
}
.reviews-overview .ElementsWidget-prefix .R-SliderIndicator-group {
  margin: 0 !important;
}
.reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group {
  padding: 0 !important;
}

/*.reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group.header__group--left {
    display: grid !important;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}*/
.reviews-overview .header__group.header__group--left .R-TextHeading {
  grid-row: span 2;
  font-size: 30px;
  font-variation-settings: "wdth" 105;
}
.ElementsWidget-prefix .R-TextBody--xs {
  font-size: 13px !important;
  line-height: 20px !important
}
.ElementsWidget-prefix .header__group .R-TextBody--xs {
  color: var(--color-dark-grey) !important;
  font-size: 12px !important;
  line-height: 16px !important;
}
.ElementsWidget-prefix .R-TextBody--xs {
  color: var(--color-dark-grey) !important;
}
.c-meta__authorAttributes * {
  color: var(--color-dark-grey) !important;
}
@media screen and (min-width: 1024px) {
  .reviews-overview .ElementsWidget-prefix .ElementsWidget__header {
    min-height: 300px;
  }
  .reviews-overview .ElementsWidget-prefix .ElementsWidget__list {
    min-height: 300px;
  }
}
.ElementsWidget-prefix .R-SliderIndicator-group .R-SliderIndicator .R-TextHeading {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px !important;
}
.ElementsWidget-prefix [r-tooltip]::before,
.ElementsWidget-prefix [r-tooltip]::after {
  display: none !important;
}
.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__bg {
  background-color: #D9D9D9 !important;
  height: 3px !important;
}
.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__inner {
  margin-bottom: 10px !important;
}
.ElementsWidget-prefix .R-SliderIndicator .R-SliderIndicator__button {
    height: 3px !important;
    width: 11px !important;
    border-left: 3px solid var(--color-off-white);
    border-right: 3px solid var(--color-off-white);
    background-color: var(--color-black) !important;
}
.ElementsWidget-prefix .R-TextBody--xxxs {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600;
}
.ElementsWidget-prefix .R-TextBody--xxxxs {
  font-size: 12px !important;
  line-height: 16px !important;
}
.cssVar-authorName {
  font-size: 25px !important;
  line-height: 20px !important;
  font-variation-settings: "wdth" 105;
}
.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item>.R-TextHeading {
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.07em !important;
  margin-bottom: 0 !important
}
.ElementsWidget-prefix .R-PaginationControls .R-PaginationControls__item.isActive {
  border-bottom: 1px solid !important;
}
.ElementsWidget-prefix .ElementsWidget .ElementsWidget__footer .footer__reviewsLogo-container {
  display: none !important;
}
.ElementsWidget-prefix .R-SliderIndicator .R-TextBody--xxxs {
  color: var(--color-dark-grey);
}
.ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
  height: 40px;
  font-size: 12px;
  line-height: 16px;
}
.ElementsWidget-prefix .subheader__group.subheader__group--tabs.u-textRight--all .R-TabControls {
  visibility: hidden !important;
}
.ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .item__inner .R-SliderIndicator .R-flex-row {
  position: initial;
}
.ElementsWidget-prefix .R-TextHeading--xxs {
  font-size: 16px !important;
  line-height: 21px !important;
}
.ElementsWidget-prefix .R-TextHeading {
  font-weight: 500 !important;
}
@media screen and (max-width: 1023px) {
  .reviews-overview .ElementsWidget__inner {
    flex-direction: column !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .reviews-overview .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item {
    min-height: 150px;
  }
  .reviews-overview .header__group {
    width: 100% !important;
  }
  .reviews-overview  .R-ContentList {
    flex-direction: column !important;
  }
  .reviews-overview .header__group.header__group--center {
    max-width: 100% !important;
  }
  .reviews-overview .ElementsWidget-prefix .ElementsWidget__list {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  .reviews-overview .ElementsWidget-prefix .ElementsWidget__header {
    width: 100% !important;
  }
  .reviews-overview .R-ContentList__item {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .reviews-overview .ElementsWidget-prefix .ElementsWidget__header {
    padding: 20px 20px 40px !important;
  }
  .reviews-overview .header__inner .header__group--center:after {
    font-size: 12px;
  }
  .ElementsWidget-prefix .R-TextBody--xs {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .ElementsWidget-prefix .R-SliderIndicator-group .R-SliderIndicator .R-TextHeading {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .ElementsWidget-prefix .R-TextHeading--xxxxs {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .u-marginBottom--sm.u-flexGrow > div {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .ElementsWidget-prefix .R-TextBody--xxxs {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .ElementsWidget-prefix .u-marginBottom--md {
    margin-bottom: 5px !important;
  }
  .ElementsWidget-prefix .u-marginBottom--xs {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
    height: 40px;
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .cssVar-authorName {
    font-size: 20px !important;
    line-height: 20px !important;
    font-variation-settings: "wdth" 105;
  }
  .ElementsWidget-prefix .R-TextHeading--xxs {
    font-size: 13px !important;
    line-height: 15px !important;
  }
  .ElementsWidget-prefix .header__group .R-TextBody--xs {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input {
    font-size: 12px;
  }
  .drawer__content .ElementsWidget-prefix .R-TabControls .R-TabControls__item>.R-TextHeading {
    font-size: 12px;
  }
  .ElementsWidget-prefix .R-TextBody--xxxxs {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}
/* Reviews widget drawer */
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
  background: var(--color-off-white);
  border: none;
  padding: 30px 20px;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
  background: var(--color-off-white);
  padding: 30px 20px;
  margin-left: 5px;
  min-height: 300px;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget--bordered .R-ContentList .R-ContentList__item {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner {
  height: 100%;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner > div {
  height: 100%;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner > div > div .u-marginBottom--md {
  flex-grow: 1;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner > div > div .u-marginTop--md {
  margin: 0 !important;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__inner > div > div .u-marginBottom--lg {
  margin: 0 !important;
}
.drawer__content .R-SliderIndicator.R-SliderIndicator--sm {
  width: 100% !important;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: unset;
  padding: 15px !important;
  margin: 0;
  background: var(--color-white);
}
.drawer__content .ElementsWidget-prefix .R-SliderIndicator-group {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
  gap: 5px;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review .R-SliderIndicator .R-TextHeading--xxxs {
  text-transform: none;
  color: var(--color-black);
}
.drawer__content .ElementsWidget-prefix .R-BadgeElement .R-BadgeElement__text .cssVar-badgeElement__text {
  color: var(--color-dark-grey);
}
.drawer__content .ElementsWidget-prefix .R-BadgeElement {
  margin-bottom: 20px;
}
.drawer__content .ElementsWidget-prefix .R-XSM .ElementsWidget__header .R-SliderIndicator {
    padding: 0;
    margin: 0;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters {
  border-top: 0;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input {
  border-color: var(--color-definition-grey)
}
.drawer__content .ElementsWidget-prefix .subheader__group--filters .R-DropUpDownMenu__inner {
  display: flex;
  gap: 50px;
}
.drawer__content .ElementsWidget-prefix .subheader__group--filters .R-DropUpDownMenu__inner > div:nth-child(1) {
  order: 2;
}
.drawer__content .ElementsWidget-prefix .subheader__group--filters .R-DropUpDownMenu__inner > div:nth-child(1) {
  order: 3;
}
.drawer__content .ElementsWidget-prefix .subheader__group--filters .R-DropUpDownMenu__inner > div:nth-child(3) {
  order: 1;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .R-DropUpDownMenu__inner .c-filters__dropdown__group {
  flex-direction: column;
}
.drawer__content .ElementsWidget-prefix .ElementsWidget--expandedFilters:not(.R-MD) .ElementsWidget__subheader .subheader__group--filters .c-searchFilters .c-searchFilters__filters .R-DropUpDownMenu .c-filters__dropdown__clearButton {
  align-self: flex-end;
}
.product-reviews-drawer .drawer__header {
  padding: 20px;
}
@media screen and (max-width: 1279px) {
  .drawer__content .ElementsWidget-prefix .R-MD .ElementsWidget__header .header__group--left {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    flex-basis: unset;
  }
  .drawer__content .ElementsWidget-prefix .subheader__group--filters .R-DropUpDownMenu__inner {
    gap: 0;
    flex-direction: column;
  }
  .drawer__content .ElementsWidget-prefix .R-DropUpDownMenu--md {
    width: 300px;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
    margin-left: 0;
  }
  .drawer__content .subheader__group.subheader__group--tabs.u-textRight--all {
    display: none;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__meta {
    padding: 20px 15px 0;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
    padding: 20px 15px;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .R-ContentList .R-ContentList__item .item__review {
    min-height: unset;
  }
  .drawer__content .RepliesContainer.u-marginBottom--md {
    margin: 10px 0 0;
  }
  .drawer__content .ElementsWidget-prefix .R-MD .ElementsWidget__subheader {
    margin: 0 !important;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group .R-Button {
    margin: 0 !important;
    border: none;
  }
  .drawer__content .ElementsWidget-prefix .R-MD .ElementsWidget__subheader .subheader__group:first-child {
    margin: 0 !important;
    border: none;
  }
  .drawer__content .ElementsWidget-prefix .R-TabControls .R-TabControls__item>.R-TextHeading {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-right: 30px;
  }
  .drawer__content .ElementsWidget-prefix .R-TabControls .R-TabControls__item>.R-TextHeading .ElementsWidget-prefix .u-verticalAlign--middle {
    margin-left: 5px;
  }
  .drawer__content .ElementsWidget-prefix .ElementsWidget .ElementsWidget__search .R-Field__input {
    font-size: 12px;
  }
}
/* Reviews widget homepage */
.reviews-overview.reviews-widget .header__inner .header__group--center:after {
  display: none;
}
.reviews-overview.reviews-widget .header__inner:before {
  content: "Tried, Tested &";
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  display: block;
  width: 200px;
  padding: 10px 10px 0 0;
  order: 1;
  font-variation-settings: "wdth" 105;
}
.reviews-overview.reviews-widget .header__inner:after {
  content: "Tall - Approved";
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  width: 295px;
  padding: 0 10px 0 0;
  order: 2;
  flex-grow: 1;
  font-variation-settings: "wdth" 105;
}
.template-index .reviews-overview .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group.header__group--left {
  order: 3;
}
.reviews-overview.reviews-widget .header__inner {
  height: 100%;
}
.reviews-overview.reviews-widget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__group--center {
  display: none !important;
}
.reviews-overview.reviews-widget .ElementsWidget-prefix .ElementsWidget .R-ContentList {
  overflow-x: auto;
  scrollbar-width: thin;
}
.reviews-overview.reviews-widget .header__group.header__group--left {
  margin-bottom: 0 !important;
}
.reviews-overview.reviews-widget .R-ContentList {
  flex-direction: row !important;
}
@media screen and (max-width: 767px) {
  .reviews-overview.reviews-widget .R-ContentList__item {
    width: 85% !important;
    flex-basis: 85% !important;
  }
  .reviews-overview.reviews-widget .ElementsWidget-prefix .ElementsWidget__header {
    background: transparent;
    padding: 0 0 10px !important;
  }
  .reviews-overview.reviews-widget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__header .header__inner {
    align-items: flex-start !important;
  }
  .reviews-overview.reviews-widget .header__inner:before,
  .reviews-overview.reviews-widget .header__inner:after {
    padding: 0;
    font-size: 25px;
    line-height: 33px;
    width: 100%;
    font-variation-settings: "wdth" 105;
  }
}

/* Rivo wishlist button */
.product-card .icon-bookmark {
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0 0 4px 4px;
}
.product-card:hover .icon-bookmark {
  opacity: 1
}
.product-card .rivo-favorite-active + .icon-bookmark {
  opacity: 1;
}
.product-card .rivo-favorite-active + .icon-bookmark path {
  fill: var(--color-black);
}
.rivo-favorite-active + .icon-bookmark path {
  fill: var(--color-white);
}
.cart-drawer cart-items .rivo-favorite-active + .icon-bookmark path {
  fill: var(--color-dark-grey);
}
.cart-drawer recently-viewed .rivo-favorite-active + .icon-bookmark path {
  fill: var(--color-dark-grey);
}
.product-card__details {
  position: relative;
}
.product-card__details rivo-favorite-button svg {
  position: initial !important;
  width: 20px !important;
  height: 20px !important;
}
.product-card__details rivo-favorite-button {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}
.product-form__wishlist {
  min-width: 40px;
  width: 40px;
  border: 1px solid var(--color-definition-grey);
  cursor: pointer;
  border-radius: 2px;
  border: none;
  background: var(--color-black);
}
.product-form__wishlist rivo-favorite-button svg {
  position: initial !important;
  width: 100% !important;
  height: 100% !important;
}
.product-form__wishlist .icon-bookmark {
  pointer-events: none;
  width: 16px;
  height: 16px;
  color: var(--color-white);
}
.product-form__installments {
  text-align: left;
}
.product-form__subtext {
  text-align: left;
}
.product-form__final-sale {
  color: var(--color-red);
}
@media screen and (max-width: 767px) {
  .product-form__installments {
    text-align: center;
    margin: -5px 0;
  }
  .product-form__subtext {
    text-align: center;
  }
  .product-form__final-sale {
    text-align: center;
  }
}
/* Custom zoom */
#zoom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 999;
}

#zoom-lightbox.active {
  display: flex; /* Keep display: flex but let opacity and visibility handle fade-in */
}

#zoom-lightbox.fade-in {
  opacity: 1;
  visibility: visible;
}

#zoom-lightbox.fade-out {
  opacity: 0;
  visibility: hidden;
}
.zoom-lightbox-content {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.zoom-lightbox-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 5x;
  overflow-y: auto;
  margin-right: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.zoom-lightbox-thumbnails img {
  width: 50px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border 0.3s;
}
.zoom-lightbox-thumbnails img.active {
  border: 1px solid;
}
.zoom-lightbox-images {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: auto;
  width: 100%;
}
.zoom-lightbox-images img {
  width: 100%;
  height: auto;
  display: block;
}
.zoom-lightbox-img-wrapper {
  position: relative;
}
.zoom-lightbox-img-wrapper .zoom-image-counter {
  display: none;
}
.zoom-close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    background: var(--color-white);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__media[data-zoom-type="custom"] {
  cursor: zoom-in;
}
@media screen and (max-width: 767px) {
  .zoom-lightbox-thumbnails {
    display: none;
  }
  .zoom-lightbox-img-wrapper .zoom-image-counter {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
  }
  .zoom-close-btn {
    top: 20px;
    right: 20px;
  }
}

/* Cart Drawer */
.cart-drawer recently-viewed .button {
  padding: 5px 10px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .cart-drawer recently-viewed .button {
    font-size: 12px;
  }
  .cart-drawer recently-viewed .button svg {
    width: 10px;
    height: 10px;
  }
}
.horizontal-product__wishlist rivo-favorite-button svg {
    position: initial !important;
    height: 19px !important;
    width: 19px !important;
}
.horizontal-product__wishlist svg.icon-trash {
  height: 19px;
  width: 19px;
}
button.shop-pay-button {
  background: #5433EB;
  width: 100%;
  padding: 9px 20px;
}
button.shop-pay-button svg {
  height: 18px;
  display: block;
  margin: 0 auto;
}
.free-shipping-message span.font-medium {
  color: var(--color-black);
}
.free-shipping-success {
  background: var(--color-shade-grey);
  padding: 10px;
  border-radius: 2px;
}
.drawer__empty-images .heading {
  margin-bottom: 10px;
}
.drawer__empty-images .absolute {
  width: 100%;
  left: 0;
  text-align: center;
  top: 48%;
  color: var(--color-white);
  padding: 0 5px;
}
.drawer__empty-text {
  text-align: left;
}
.drawer__empty {
  min-height: 100%;
}
.cart-drawer .rebuy-widget-products .rebuy-product {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  color: var(--color-dark-grey);
  max-width: calc(25% - 3.75px);
}
.cart-drawer .rebuy-widget-products .rebuy-product .quick-atc {
  display: none;
}
.cart-drawer .rebuy-widget-primary .rebuy-widget-products .rebuy-product {
  min-width: calc(23%);
}
.cart-drawer .rebuy-widget-primary .rebuy-widget-title {
  margin-bottom: 10px;
}
.cart-drawer .rebuy-widget-primary-nav svg,
.cart-drawer .rebuy-widget-top-nav svg {
  display: block;
  cursor: pointer;
}
.cart-drawer .rebuy-product-title {
  margin-top: 5px;
}
.cart-drawer .rebuy-widget-secondary .rebuy-widget-secondary-header {
  margin-bottom: 10px;
}
.cart-drawer .rebuy-widget-carousel {
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}
.rebuy-widget-carousel::-webkit-scrollbar {
  display: none;
}
/*.cart-drawer .rebuy-widget-primary-nav svg.disabled {
  color: var(--color-definition-grey);
}*/
.cart-drawer .rebuy-widget-top-nav {
  margin-bottom: 10px;
}
.rebuy-widget-top {
  margin-bottom: 20px;
}
.rebuy-widget-primary .rebuy-product-title,
.rebuy-widget-products-top .rebuy-product-title {
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rebuy-widget-primary .rebuy-product-price,
.rebuy-widget-products-top .rebuy-product-price {
  font-size: 12px;
  line-height: 13px;
}
.cart-drawer .rebuy-widget-products-top .rebuy-product .quick-atc {
  display: block;
  color: var(--color-white);
  background: var(--color-black);
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 11px;
  text-align: center;
}
.rebuy-widget-products.rebuy-widget-products-top .rebuy-product {
  flex-direction: row;
  min-width: 185px;
  width: 185px;
  max-width: unset;
  display: flex;
}
.rebuy-widget-products.rebuy-widget-products-top .rebuy-product .rebuy-product-image {
  width: 60px;
  min-width: 60px;
}
.rebuy-widget-products.rebuy-widget-products-top .rebuy-product .flex {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: var(--color-shade-grey);
  padding: 5px;
  gap: 5px;
}
.rebuy-product .rebuy-product-image {
  position: relative;
}
.rebuy-product .rebuy-product-image .button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.rebuy-widget-products-top .rebuy-product .rebuy-product-image .button {
  display: none;
}
.cart-drawer .rebuy-secondary-shuffle.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .free-shipping-success {
    font-size: 13px;
    line-height: 20px;
  }
}
.rebuy-widget-products-top .rebuy-product-title {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .cart-drawer .rebuy-widget-secondary {
    display: none;
  }
  .cart-drawer[open] .rebuy-widget-secondary {
    display: block;
    position: fixed;
    left: 10%;
    top: 50%;
    width: calc(80% - 576px);
    transform: translateY(-50%);
  }
  .cart-drawer .rebuy-widget-secondary .rebuy-product-title {
    color: var(--color-white);
    margin-top: 10px;
  }
  .cart-drawer .rebuy-widget-secondary .rebuy-product-price {
    color: var(--color-white);
  }
  .cart-drawer .rebuy-secondary-shuffle-title {
      color: var(--color-white);
  }
  .cart-drawer .rebuy-widget-secondary-header {
    background: #c1c1c140;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px 15px;
  }
  /*.cart-drawer .rebuy-secondary-shuffle.button {  
    background: #1c1c1c4d;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--color-white);
    border: none;
  }*/
  .cart-drawer .rebuy-secondary-shuffle.button:after {
    display: none;
  }
  .horizontal-product__details .text-label {
    font-size: 13px;
    line-height: 20px;
  }
  .cart-quantity .quantity__input {
    font-size: 12px;
  }
}
@media screen and (max-width: 1279px) {
  .cart-drawer .rebuy-secondary-shuffle.button:after {
    display: none;
  }
  .cart-drawer .rebuy-secondary-shuffle.button {
    padding: 10px;
    border: 0;
    background: var(--color-black);
    height: auto;
  }
  .cart-drawer .rebuy-secondary-shuffle.button span {
    color: var(--color-white);
    font-size: 13px;
    line-height: 12px;
  }
  .cart-drawer .rebuy-secondary-shuffle.button svg {
    stroke: var(--color-white);
    padding: 2px;
    width: 12px;
    height: 12px;
  }
  .rebuy-widget-primary .rebuy-product-title,
  .rebuy-widget-secondary .rebuy-product-title {
    font-size: 12px;
    line-height: 14px;
  }
  .rebuy-widget-primary .rebuy-product-price,
  .rebuy-widget-secondary .rebuy-product-price {
    font-size: 12px;
    line-height: 12px;
  }
  .rebuy-widget-products-top .rebuy-product-price,
  .rebuy-widget-products-top .rebuy-product-title {
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
  }
  .cart-quantity .quantity__input {
    font-size: 13px;
  }
  .cart-drawer .rebuy-widget-primary-nav {
    display: none;
  }
  .cart-drawer .rebuy-widget-top-nav {
    display: none;
  }
  .cart-drawer .rebuy-widget-products-secondary {
    overflow-x: auto;
    scroll-behavior: smooth;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
  }
  .cart-drawer .rebuy-widget-products-secondary.rebuy-widget-products .rebuy-product {
    min-width: calc(45%);
  }
  .cart-drawer .rebuy-widget-primary .rebuy-widget-products .rebuy-product {
    min-width: calc(45%);
  }
}
.cart-drawer cart-items cart-count {
  margin-bottom: 10px;
  display: block;
  color: var(--color-dark-grey);
}

.cart-drawer .drawer__header {
  padding: 15px;
}
.cart-drawer .drawer__footer-bottom {
  padding: 20px 15px;
  background: var(--color-shade-grey);
}
.cart-drawer .drawer__close {
  width: 30px;
  height: 30px;
}
/*.cart-drawer .rebuy-widget .rebuy-modal-close,
.cart-drawer .rebuy-widget .super-title,
.cart-drawer .rebuy-widget .primary-title,
.cart-drawer .rebuy-widget .rebuy-product-options,
.cart-drawer .rebuy-widget .rebuy-product-actions {
  display: none;
}
.cart-drawer .rebuy-widget .rebuy-product-image {
  height: auto !important;
}
.cart-drawer .rebuy-widget .rebuy-product-block {
  padding: 0 0 0 5px !important;
}
.cart-drawer .rebuy-widget .rebuy-product-grid {
  padding: 0 !important;
}
.cart-drawer .rebuy-widget .rebuy-widget-content {
  margin-left: -5px;
}
.cart-drawer .rebuy-widget {
  padding: 0 !important;
}
.cart-drawer .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price {
  display: none;
}
.cart-drawer .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-title {
  font-size: 12px;
  margin-top: 5px !important;
}*/
.cart-drawer .drawer__scrollable {
  padding: 0 15px 20px;
}
.drawer__scrollable.empty-cart-drawer {
  padding-top: 0;
}

.drawer__scrollable.empty-cart-drawer .rebuy-widget-primary-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .cart-product-options {
    gap: 3px;
  }
}


/* Video Hero */
.video-hero video-media .deferred-poster .play-button,
.video-hero video-media[playing] .deferred-poster .play-button {
  background: transparent;
  color: var(--color-white);
  font-weight: 600;
  width: auto;
  height: auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: initial;
}
.video-hero video-media .deferred-poster .play-button .icon.icon-text {
  width: auto;
  height: auto;
}
.video-controls {
  bottom: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}
.video-controls button {
  min-width: 40px;
}
.video-controls button.mute-toggle {
  min-width: 52px;
  color: var(--color-white);
}
/* Searchanise widged mobile */
.snize-instant-widget-is-open {
  overflow: hidden;
  padding-inline-end: var(--scrollbar-width);
}
.snize-ac-results.snize-ac-results-mobile {
  transition: .8s cubic-bezier(.7, 0, .2, 1);
  transition-property: opacity, visibility, background-color;
  opacity: 0;
  visibility: hidden;
}
.snize-instant-widget-is-open .snize-ac-results.snize-ac-results-mobile {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px);
  opacity: 1;
  visibility: visible;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  background: rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid var(--color-white) !important;
  color: var(--color-white) !important;
  font-size: var(--text-base) !important;
  margin: 0 !important;
  height: 50px !important;
  padding-inline: 20px !important;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style::placeholder {
  color: #cccccc;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
  outline: none !important;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-clear-button-container {
  display: none !important;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel {
  display: block !important;
}
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-close-button {
  display: flex !important;
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--color-white) !important;
  z-index: 1;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
button.snize-close-button-arrow {
  background-image: url('data:image/svg+xml,<svg class="icon icon-close icon-sm" viewBox="0 0 20 20" stroke="currentColor" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" d="M5 15L15 5M5 5L15 15"></path></svg>') !important;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
.snize-instant-widget-is-open .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
  padding: 15px;
}

/* Custom tab buttons */
.tab-list-custom .tab-list-custom-background {
  position: absolute;
  display: block !important;
  background: var(--color-black);
  border-radius: 2px;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 2px;
  height: calc(100% - 4px);
  transition: all 0.3s ease-in;
}
.tab-list-custom.tab-list-size-2 .tab-list-custom-background {
  width: 50%;
}
.tab-list-custom.tab-list-size-2[selected-index="0"] .tab-list-custom-background {
  left: 2px;
}
.tab-list-custom.tab-list-size-2[selected-index="1"] .tab-list-custom-background {
  left: calc(50% - 2px);
}

.tab-list-custom.tab-list-size-3 .tab-list-custom-background {
  width: 33.33%;
}
.tab-list-custom.tab-list-size-3[selected-index="0"] .tab-list-custom-background {
  left: 2px;
}
.tab-list-custom.tab-list-size-3[selected-index="1"] .tab-list-custom-background {
  left: 33.33%;
}
.tab-list-custom.tab-list-size-3[selected-index="2"] .tab-list-custom-background {
  left: calc(66.67% - 2px);
}
.tab-list-custom {
  border: 1px solid var(--color-definition-grey);
  border-radius: 2px;
}
.tab-list-custom .tab__item[disabled] {
  border: none;
  border-radius: none;
  color: var(--color-white);
}
.tab-list-custom .tab__item {
  backdrop-filter: none;
}
.tab-list-custom .button .btn-text {
  transition-delay: 0;
}
.tab-list-buttons > div {
  gap: 5px;
}
.featured-collections .tab-list-buttons .tab__item {
  border: 1px solid var(--color-definition-grey);
  border-radius: 2px;
  background: transparent;
  color: var(--color-dark-grey);
}
.featured-collections .tab-list-buttons .tab__item[disabled] {
  border: none;
  border-radius: 0;
  background-color: var(--color-black);
  color: var(--color-white);
}

/* Product callouts drawer */
.product-callouts-drawer .tab__item {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  background: var(--color-off-white);
  border-radius: 3px;
  max-height: unset;
}
.product-callouts-drawer {
  padding: 0 20px 20px;
}
.product-callouts-drawer .tab__item[disabled] {
  border: 1px solid black;
}
.product-callouts-drawer .tab-buttons {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
}
.product-callouts-drawer .tab__item img,
.product-callouts-drawer .tab__item svg {
  width: 35px;
  height: auto;
}
.product-callouts-drawer .drawer__content {
  overflow: hidden;
}
.product-callouts-drawer .tab-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .product-callouts-drawer {
    height: 400px;
    top: calc(50% - 200px);
    width: 750px;
    right: 50%;
    left: unset;
    transform: translateX(calc(-50vw + 375px));
    padding: 20px 40px;
  }
  .product-callouts-drawer .drawer__header {
    display: none;
  }
  .product-callouts-drawer .tab__item {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 120px;
  }
  .product-callouts-drawer .drawer__close {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .product-callouts-drawer .tab__item img,
  .product-callouts-drawer .tab__item svg {
    width: 55px;
  }
  .loaded .drawer__inner.product-callouts-drawer {
    transition: all var(--animation-primary);
  }
  .drawer__inner.product-callouts-drawer {
    opacity: 0;
  }
  .drawer[active]>.drawer__inner.product-callouts-drawer {
    opacity: 1;
  }
}
/* Searchanise page */
.snize-results-page .title-wrapper {
  padding-inline: 20px;
}
.snize-results-page div.snize-header {
  padding-inline: 20px;
}
@media screen and (min-width: 1280px) {
  .snize-results-page .snize-search-results-content {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
  .snize-results-page li.snize-product .snize-thumbnail img {
    width: 100%;
  }
  .snize-results-page .snize-search-results-content:before {
    display: none !important;
  }
  .snize-results-page li.snize-product {
    width: 100% !important;
    margin: 0 !important;
  }
}
.snize-results-page .snize div.snize-product-filters-title {
  font-weight: 500 !important;
}
.snize-results-page .snize-main-panel-view-mode {
  display: none !important;
}
.snize-results-page li.snize-product .snize-price-list .snize-price {
  color: var(--color-red);
}
.snize-results-page li.snize-product .snize-price-list .snize-price:only-child,
.snize-results-page #snize-search-results-grid-mode span.snize-discounted-price {
  color: var(--color-black);
}

.snize-results-page li.snize-product .snize-price-list .snize-price,
.snize-results-page #snize-search-results-grid-mode span.snize-discounted-price,
.snize-results-page li.snize-product .snize-title {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.snize-results-page li.snize-product .snize-title {
  color: var(--color-black);
  margin-bottom: 5px !important;
}

/* Header promo bar */
.header-promo-bar {
  padding: 15px 30px;
}
@media screen and (max-width: 1023px) {
  .header-promo-bar {
    padding: 20px 20px;
  }
  .header-promo-bar .header-promo-bar-buttons .text-title {
    font-size: 12px;
  }
}
/* Custom sort */

#custom-sort-select option:checked {
  font-weight: 600;
  background: var(--color-shade-grey);
}

/* About us - custom nav bar */
.sticky-nav-bar {
  position: sticky !important;
  padding: 10px;
  top: 40px;
  background: var(--color-white);
  z-index: 2;
}
.gender-toggle-button {
  width: 110px;
  padding: 12px 10px;
  text-align: center;
  transition: color var(--animation-primary);
  z-index: 1;
  cursor: pointer;
  color: var(--color-dark-grey);
}
.sticky-nav-gender-toggle {
  position: relative;
  border: 1px solid var(--color-definition-grey);
  border-radius: 2px;
}
.sticky-nav-gender-toggle .gender-toggle-background {
  display: block;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: black;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 2px;
  transition: all var(--animation-primary);
}
.sticky-nav-gender-toggle[data-active-gender="women"] .gender-toggle-background {
  left: 50%;
}
.sticky-nav-gender-toggle[data-active-gender="women"] .gender-toggle-button[data-gender="women"] {
  color: var(--color-white);
  pointer-events: none;
}
.sticky-nav-gender-toggle[data-active-gender="men"] .gender-toggle-button[data-gender="men"] {
  color: var(--color-white);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gender-toggle-button {
    width: 58px;
    padding: 5px;
  }
  .pagination {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  tabs-element .tab__item.button {
    height: 50px;
  }
  .pillars-inner-nav > .pillars-inner-nav-toggle {
    height: 50px;
  }
  .pillars-inner-nav > .pillars-inner-nav-toggle .pillars-gender-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
  }
}
.drawer .drawer__close {
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 767px) {
  .template-product div#ada-entry #ada-button-frame {
    bottom: 40px !important;
  }
}
.product-gift-card .product-form__wishlist {
  display: none;
}
.product-gift-card .no-image .product-content-description-info h2 {
  margin-bottom: 50px;
}
.product-gift-card .GiftWizard-gift-button {
  margin: 0;
}
.product-gift-card .product-form__submit {
  margin: 0 !important;
}
.product-gift-card .product-form-wrapper + .shopify-app-block {
  display: none;
}
.product-gift-card .description-block-reviews {
  display: none;
}
.template-blog .article-card__content {
  padding-inline: 10px;
}
.template-article .article .rte {
  padding-inline: 10px;
}

/* Custom reviews widget */

.custom-reviews-header {
  min-width: fit-content;
  max-width: 320px;
  width: 100%;
  background: var(--color-off-white);
  padding: 20px;
}
.custom-reviews-heading {
  margin-bottom: 50px;
}
.custom-reviews-slider {
  overflow-x: auto;
  scrollbar-width: thin;
}
.custom-reviews-slider .review-block {
  padding: 20px;
  min-width: 33.33%;
  width: 33.33%;
  background: var(--color-shade-grey);
}
.reviews-block-header {
  margin-bottom: 20px;
}
.custom-reviews-widget .half-star {
  background-image: linear-gradient(to right, #101010 50%, rgba(0, 0, 0, 0.25) 50.1%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-reviews-widget .empty-star {
  color: rgba(0, 0, 0, 0.25);
}
.custom-reviews-rating {
  font-size: 30px;
  line-height: 30px;
}
.reviews-block-name {
  font-size: 25px;
  line-height: 33px;
}
.custom-reviews-rating .custom-reviews-stars {
  font-size: 20px;
  line-height: 20px;
}
.reviews-block-header .custom-reviews-stars {
  font-size: 18px;
  line-height: 18px;
}
.custom-reviews-count {
  font-size: 12px;
  font-weight: 400;
}
.reviews-block-review {
  font-size: 13px;
  font-weight: 400;
}
.reviews-block-height {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .custom-reviews-header {
    max-width: unset;
    background: transparent;
  }
  .custom-reviews-heading {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
  }
  .custom-reviews-slider .review-block {
    min-width: 85%;
    width: 85%;
  }
  .custom-reviews-heading br:first-child {
    display: none;
  }
}
.custom-reviews-grid {
  grid-template-columns: repeat(4, 1fr);
  background: var(--color-stroke-grey);
  padding: 5px 0;
}
.custom-reviews-grid .review-block {
  padding: 20px;
  background: var(--color-white);
  width: 100%;
}
.custom-reviews-widget-grid .custom-reviews-header {
  background: transparent;
  margin-bottom: 20px;
}
.custom-reviews-widget-grid .custom-reviews-heading {
  margin-bottom: 0
}
.custom-reviews-widget-grid .custom-reviews-stars {
    font-size: 24px;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
  .custom-reviews-grid .review-block {
    min-width: 85%;
    width: 85%;
  }
  .custom-reviews-grid {
    overflow-y: auto;
    width: 100%;
    scrollbar-width: thin;
  } 
  .custom-reviews-grid + .review-block {
    margin-top: 20px;
  }
}

/* Model slider */
.model-card .model-image {
  width: 50%;
}
.model-card .model-content {
  width: 50%;
  background: var(--color-shade-grey);
  padding: 10px;
}
.model-size > div {
  min-width: 100px;
}
.model-height {
  margin-bottom: 40px;
}
.model-slider-section .indicators {
  position: absolute;
  top: 55%;
  width: calc(100% - 20px);
  left: 10px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
}
.model-slider-section .indicators .button {
  pointer-events: all;
}
.model-slider-section .indicators .button .icon {
  width: 30px;
  height: 30px;
}
.model-slider-section .tab__item {
  background: transparent;
  color: var(--color-dark-grey);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .model-card .model-image {
    width: 100%;
  }
  .model-card .model-content {
    width: 100%;
    padding: 15px;
  }
  .model-height {
    margin-bottom: 20px;
  }
  .model-slider-section .indicators {
    top: 40%;
  }
  .model-slider-section .indicators .button {
    width: 35px;
    height: 35px;
  }
}

/* About us - image with svg mask test */
#image-with-mask {
  position: relative;
}
#image-with-mask img {
  width: 100%;
  display: block;
}
#image-with-mask svg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.image-with-mask-desktop {
    color: var(--color-white);
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}
.image-with-mask-desktop-hotspot {
  position: absolute;
  text-align: left;
  width: max-content;
  max-width: 320px;
  opacity: 0;
  transition: opacity var(--animation-smooth);
}
.image-with-mask-desktop-hotspot.visible {
  opacity: 1;
}
.image-with-mask-desktop-hotspot:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  right: unset;
  left: -18px;
  border-radius: 50%;
  top: 2px;
}
.image-with-mask-desktop-hotspot.image-with-mask-desktop-hotspot-left * {
  text-align: right;
}

.image-with-mask-desktop-hotspot.image-with-mask-desktop-hotspot-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  left: unset;
  right: -18px;
  border-radius: 50%;
  top: 2px;
}
.image-with-mask-desktop-hotspot[data-hotspot="1"] {
  left: 64%;
  top: 26%;
}
.image-with-mask-desktop-hotspot[data-hotspot="2"] {
  left: 67%;
  top: 35%;
}
.image-with-mask-desktop-hotspot[data-hotspot="3"] {
  right: 62%;
  top: 28%;
}
.image-with-mask-desktop-hotspot[data-hotspot="4"] {
  right: 63%;
  top: 37%;
  max-width: 200px;
}
.image-with-mask-desktop-hotspot[data-hotspot="5"] {
  left: 67%;
  top: 42%
}
.image-with-mask-desktop-hotspot[data-hotspot="6"] {
  right: 62%;
  top: 50%;
}
.image-with-mask-desktop-hotspot[data-hotspot="7"] {
  left: 66%;
  top: 53%;
}
.image-with-mask-desktop-hotspot[data-hotspot="8"] {
  right: 63%;
  top: 60%;
}
.image-with-mask-desktop-hotspot[data-hotspot="9"] {
  left: 65%;
  top: 59%;
}
.image-with-mask-desktop-hotspot[data-hotspot="10"] {
  left: 65%;
  top: 69%;
}
.image-with-mask-heading {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
@media screen and (max-width: 1023px) {
  #image-with-mask {
    padding-top: 180%;
  }
  #image-with-mask img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #image-with-mask svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .image-with-mask-heading {
    top: 10px;
    gap: 10px;
    padding: 10px;
  }
  .image-with-mask-heading .text-subheading {
    font-size: 25px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.01em;
    top: 0;
  }
  .image-with-mask-desktop {
      position: absolute;
      z-index: 2;
      top: 0;
      width: 100%;
      height: 100%;
  }
  .image-with-mask-mobile-hotspot {
    position: absolute;
    color: var(--color-white);
    background: rgb(255 255 255 / 20%);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    opacity: 0;
    transition: opacity var(--animation-smooth);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-with-mask-mobile-hotspot.visible {
    opacity: 1;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="1"] {
    left: 64%;
    top: 26%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="2"] {
    left: 67%;
    top: 35%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="3"] {
    right: 62%;
    top: 28%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="4"] {
    right: 63%;
    top: 37%;
    max-width: 200px;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="5"] {
    left: 67%;
    top: 42%
  }
  .image-with-mask-mobile-hotspot[data-hotspot="6"] {
    right: 62%;
    top: 50%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="7"] {
    left: 66%;
    top: 53%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="8"] {
    right: 63%;
    top: 60%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="9"] {
    left: 65%;
    top: 59%;
  }
  .image-with-mask-mobile-hotspot[data-hotspot="10"] {
    left: 65%;
    top: 69%;
  }
  .image-with-mask-mobile-drawer-element > div:first-child {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background: var(--color-dark-grey);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .image-with-mask-mobile-drawer-element.active > div:first-child {
    background: var(--color-black);
  }
  .image-with-mask-mobile-drawer-element > div:last-child {
    color: var(--color-dark-grey);
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #image-with-mask-drawer .drawer__content {
    gap: 15px;
  }
  #image-with-mask-drawer .drawer__inner {
    max-height: 280px;
  }
}
.section-about-heights .image-with-text__item:first-child {
  padding: 80px 50px;
  background: var(--color-shade-grey);
}
.about-heights-inner-nav-buttons {
  display: flex;
  gap: 5px;
}
.about-heights-nav-button {
  border: 1px solid;
}
.about-heights-size-image {
  max-width: 250px;
  width: calc(33.33% - 10px);
  border-left: 1px solid;  
  position: relative;
  color: var(--color-definition-grey);
  transition: color var(--animation-primary);
}
.about-heights-size-image:after {
  content: "";
  width: 40px;
  border-top: 1px solid;
  top: 0;
  left: 0;
  position: absolute;
}
.about-heights-size-image:before {
  content: "Your Height";
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  left: -10px;
  top: 30px;
  font-size: 9px;
  opacity: 0;
  transition: opacity var(--animation-primary);
}
.about-heights-nav-button {
  width: 120px;
}
.about-heights-nav-button.active {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}
.about-heights-text-block {
  max-width: 200px;
  padding-inline: 10px;
  margin: 20px auto 0;
}
.about-heights-size-image[data-size="men-1"] img {
  padding-inline: 6%;
}
.about-heights-size-image[data-size="men-2"] img {
  padding-inline: 3%;
}
.about-heights-size-image[data-size="women-1"] img {
  padding-inline: 3%;
}
.about-height-container[data-size="men-1"] .about-heights-size-image[data-size="men-1"] {
  color: var(--color-black);
}
.about-height-container[data-size="men-1"] .about-heights-size-image[data-size="men-1"]:before {
  opacity: 1;
}
.about-height-container[data-size="men-2"] .about-heights-size-image[data-size="men-2"] {
  color: var(--color-black);
}
.about-height-container[data-size="men-2"] .about-heights-size-image[data-size="men-2"]:before {
  opacity: 1;
}
.about-height-container[data-size="men-3"] .about-heights-size-image[data-size="men-3"] {
  color: var(--color-black);
}
.about-height-container[data-size="men-3"] .about-heights-size-image[data-size="men-3"]:before {
  opacity: 1;
}
.about-height-container[data-size="women-1"] .about-heights-size-image[data-size="women-1"] {
  color: var(--color-black);
}
.about-height-container[data-size="women-1"] .about-heights-size-image[data-size="women-1"]:before {
  opacity: 1;
}
.about-height-container[data-size="women-2"] .about-heights-size-image[data-size="women-2"] {
  color: var(--color-black);
}
.about-height-container[data-size="women-2"] .about-heights-size-image[data-size="women-2"]:before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .section-about-heights .image-with-text__item:first-child {
    padding: 40px 10px;
    background: var(--color-shade-grey);
  }
  .about-heights-size-image:after {
    width: 25px;
  }
  .about-heights-size-image:before {
    left: -15px;
    top: 25px;
  }
  .about-heights-size-image {
    width: calc(33.33% - 6.67px)
  }
  .about-heights-text-block .text-subheading.sm\:text-base-large {
    font-size: 16px;
  }
}
.sticky-nav-menu {
  height: 46px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sticky-nav-menu {
    height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-nav-menu {
    padding-left: 15px;
  }
}

/* Shogun style override */
.shg-rich-text {
  font-weight: 400;
}

/* Active color filters override */
.removable-facet.filter-value-yellow,
.removable-facet.filter-value-white,
.removable-facet.filter-value-beige {
  color: var(--color-black);
}
.removable-facet.filter-value-white {
  outline: 1px solid var(--color-stroke-grey);
  outline-offset: -1px;
}

/* Slideshow Vimeo override */
.slideshow .banner[data-type="video"]:only-child {
  padding-block-end: 60%;
}
@media screen and (max-width: 767px) {
  .slideshow .banner[data-type="video"]:only-child {
    padding-block-end: 148%;
  }
}

/* STOQ button */
.restock-rocket-button-container {
    position: absolute !important;
    width: calc(100% - 45px) !important;
}
.restock-rocket-button {
  position: initial !important;
  margin: 0 !important;
  min-height: unset !important;
  height: 40px;
  padding: 10px !important;
}
.restock-rocket-button:hover,
.restock-rocket-button-container:hover {
  opacity: 1 !important;
}
.product-form__atc-wishlist:not(.out-of-stock) .restock-rocket-button-container {
  display: none !important;
}
#restock-rocket * {
  font-family: 'Roboto Flex' !important;
  font-size: 13px !important;
  line-height: 20px !important;
}
#restock-rocket #form-Terms {
  font-size: 10px !important;
}
#restock-rocket #form-Header-Text {
  font-size: 17px !important;
}