/** Shopify CDN: Minification failed

Line 12829:47 Expected identifier but found "."
Line 14313:48 Expected identifier but found "."
Line 16077:17 Unexpected "{"
Line 16077:26 Expected ":"
Line 16077:32 Unexpected ","
Line 16629:18 Unexpected "{"
Line 16629:27 Expected ":"
Line 16684:18 Unexpected "{"
Line 16684:27 Expected ":"
Line 16693:18 Unexpected "{"
... and 5 more hidden warnings

**/
.color-background-1,
.color-background-2,
:root {
  --color-foreground: var(--color-base-text);
  --accent-color: var(--color-base-accent-1);
}
.color-background-1,
.color-background-2,
.color-inverse,
:root {
  --accent-color: var(--color-base-accent-1);
}
.circle,
.image-slide,
.overflow-hidden,
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}
.rte table,
table:not([class]) {
  table-layout: fixed;
}
.form-status-list li,
.rte ol,
.rte ul {
  list-style-position: inside;
}
.badge,
.break,
.buttons-container,
.cart-drawer .product-option dd,
.header__heading-link {
  word-break: break-word;
}
.splide__container,
.splide__slide,
details > * {
  box-sizing: border-box;
}
.slider--everywhere,
html {
  scroll-behavior: smooth;
}
.header__menu-item:hover .header__active-menu-item,
.product-popup-modal__button:hover,
a.cart-item__name:hover,
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}
.text-area,
textarea {
  resize: none;
}
.order-first,
.review-avatars--right .review-avatars__text-1 {
  order: -1;
}
.cart-items thead th,
.horizontal-ticker__item--uppercase,
.product-form__buttons--uppercase .product-form__submit,
.product-form__buttons--uppercase .shopify-payment-button__button,
.product-title--uppercase,
.unit-price,
.uppercase,
.vertical-ticker__item--uppercase {
  text-transform: uppercase;
}
.card--has-swatches.card--swatches-bottom .card__information,
.card__badge.top {
  grid-row-start: 1;
}
:root {
  --yc-rose: #e8b4b8;
  --yc-rose-dark: #c9848a;
  --yc-cream: #fdf8f6;
  --yc-white: #ffffff;
  --yc-gray: #888888;
  --yc-border: #ecdede;
  --yc-font-head: "Cormorant Garamond", Georgia, serif;
  --yc-font-body: "Jost", "Helvetica Neue", sans-serif;
  --yc-trans: 0.3s ease;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button {
  background-color: transparent;
  outline: 0;
  border: none;
  color: rgb(var(--color-foreground));
}
button:not([disabled]),
copy-button,
summary {
  cursor: pointer;
}
a {
  color: inherit;
  transition: color var(--yc-trans) !important;
}
a:not(:hover) {
  text-decoration: none;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.content-rte > product-form,
.display-block,
deferred-media,
details[open] .modal-overlay,
section-group,
splide-component {
  display: block;
}
.grid,
.list-unstyled,
summary {
  list-style: none;
}
.customer a,
.link,
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.link-with-icon,
.nowrap {
  white-space: nowrap;
}
.cart-item .loading-overlay:not(.hidden) ~ *,
.js .menu-drawer__navigation .submenu-open,
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close,
.price.price--unavailable,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ *,
.visibility-hidden,
product-info .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
details[open] > .header__submenu,
details[open] > .search-modal,
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.color-background-1,
:root {
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
  --border-color: var(--color-foreground);
}
.color-background-2 {
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}
.color-accent-1,
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --accent-color: var(--color-foreground);
}
.color-accent-1 {
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}
.color-foreground-text {
  --color-foreground: var(--color-base-text);
}
.accent-color-outline-button {
  --accent-color: var(--color-base-outline-button-labels);
}
.accent-color-accent-1 {
  --accent-color: var(--color-base-accent-1);
}
.accent-color-accent-2 {
  --accent-color: var(--color-base-accent-2);
}
.accent-color-background-1 {
  --accent-color: var(--color-base-background-1);
}
.accent-color-background-2 {
  --accent-color: var(--color-base-background-2);
}
.accent-color-text {
  --accent-color: var(--color-base-text);
}
.accent-2-color-outline-button {
  --accent-2-color: var(--color-base-outline-button-labels);
}
.accent-2-color-accent-1 {
  --accent-2-color: var(--color-base-accent-1);
}
.accent-2-color-accent-2 {
  --accent-2-color: var(--color-base-accent-2);
}
.accent-2-color-background-1 {
  --accent-2-color: var(--color-base-background-1);
}
.accent-2-color-background-2 {
  --accent-2-color: var(--color-base-background-2);
}
.accent-2-color-text {
  --accent-2-color: var(--color-base-text);
}
.text-color-outline-button {
  color: rgb(var(--color-base-outline-button-labels));
}
.text-color-accent-1 {
  color: rgb(var(--color-base-accent-1));
}
.text-color-accent-2 {
  color: rgb(var(--color-base-accent-2));
}
.text-color-text {
  color: rgb(var(--color-base-text));
}
.color-accent-1,
.color-accent-2,
.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
.button--secondary,
.button--tertiary {
  --color-button-text: var(--color-base-outline-button-labels);
}
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 0;
}
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary,
.color-background-2 .button--secondary,
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary,
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
.color-background-1,
.color-background-2,
:root {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
.color-icon-text,
:root {
  --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}
.material-icon--custom-color {
  color: var(--color-icon);
}
.contains-card--product,
.product-card-wrapper .card {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}
.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}
.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}
.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}
.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}
.hidden,
.no-js-inline,
.no-js:not(html),
[data-skip-non-existent="true"] .non-existent,
[data-skip-non-existent="true"] .non-existent + label,
[data-skip-unavailable="true"] .unavailable,
[data-skip-unavailable="true"] .unavailable + label,
html.no-js .no-js-hidden {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
.hero-slide__content-container--full-width,
.page-width--full {
  max-width: none;
}
.collapsible-content,
.insta-stories__open-buttons-and-arrows-container,
.isolate {
  position: relative;
  z-index: 0;
}
.circle {
  border-radius: 50%;
}
.cart__ctas button,
.full-width,
.image-slide__image svg,
.quantity--full,
.search-modal__form,
internal-video video {
  width: 100%;
}
.cart-drawer .cart-discount-form,
.cart-item__discounted-prices dd,
.content-rte > *,
.custom-columns__title,
.drawer__heading,
.form-status,
.hero__heading,
.hero__heading-prefix,
.hero__heading-suffix,
.margin-0,
.title-wrapper-with-link .title {
  margin: 0;
}
.flex {
  display: flex;
}
.flex-center,
.header__icon span,
.header__icon:not(.header__icon--summary) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-left,
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-end,
.flex-justify-right {
  justify-content: flex-end;
}
.cart-drawer .drawer__cart-items-wrapper,
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0,
.sticky-atc__image {
  flex-shrink: 0;
}
.font-body-bold,
.text--bold {
  font-weight: var(--font-body-weight-bold);
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
.element-margin-top {
  margin-top: 5rem;
}
.pointer-events--none {
  pointer-events: none;
}
.color-accent-1,
.color-accent-2,
.color-background-1,
.color-background-2,
.color-custom,
.color-inverse,
body {
  color: rgba(var(--color-foreground), 0.9);
  background-color: rgb(var(--color-background));
}
.custom-border {
  border: solid var(--border-thickness)
    rgba(var(--border-color), var(--border-opacity));
}
.custom-border-hex {
  border: solid var(--border-thickness) var(--border-color);
}
.custom-border-radius {
  border-radius: var(--border-radius);
}
.custom-bg {
  background: var(--bg-color);
}
.no-background {
  background: 0 0;
}
.text-color {
  color: var(--text-color);
}
.index-0 {
  --index: 0;
}
.index-1 {
  --index: 1;
}
.index-2 {
  --index: 2;
}
.index-3 {
  --index: 3;
}
.index-4 {
  --index: 4;
}
.track-order-form {
  padding-bottom: 2rem;
  margin: 0 auto;
  max-width: 60rem;
}
.track-order-form .field {
  margin-top: 3rem;
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.icon-arrow,
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cart-item__media,
.cart-item__totals,
.disclosure,
.disclosure-has-popup,
.disclosure__item,
.image-slider,
.media,
.products-mega-menu__container,
.quantity,
.quantity__rules,
.quantity__rules-cart,
.splide,
.thumbnail-list__item,
details-disclosure > details,
header-menu > details,
summary {
  position: relative;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(
    var(--font-heading-scale) * var(--font-heading-letter-spacing)
  );
  color: rgb(var(--color-foreground));
  line-height: calc(
    1 + var(--font-heading-line-height) / max(1, var(--font-heading-scale))
  );
  word-break: break-word;
}
.h6,
.link--text:hover,
blockquote,
h6 {
  color: rgba(var(--color-foreground), 0.9);
}
.hxl {
  font-size: calc(var(--font-heading-scale) * 4rem);
}
.h0 {
  font-size: calc(var(--font-heading-scale) * 3.25rem);
}
.h1,
h1 {
  font-size: calc(var(--font-heading-scale) * 2.25rem);
}
.h2,
h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}
.h3,
h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}
.h4,
h4 {
  font-size: calc(var(--font-heading-scale) * 1.45rem);
}
.h5,
h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.font-size--desktop-auto {
  font-size: var(--font-size);
}
@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 5.5rem);
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 4.25rem);
  }
  .h1,
  h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
  .h2,
  h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
  .h3,
  h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  .h5,
  h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
  .font-size--desktop-auto {
    font-size: calc(var(--font-size) * 1.15);
  }
}
.h6,
h6 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.font-size {
  font-size: var(--font-size);
}
blockquote {
  font-style: italic;
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}
.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}
.announcement-bar,
.announcement-bar__link:hover,
.color-foreground,
.header__heading-link:hover .h2,
.header__icon,
.link--text {
  color: rgb(var(--color-foreground));
}
table:not([class]) {
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.cart-item__old-price,
.light,
.thumbnail:hover {
  opacity: 0.7;
}
.circle-divider:last-of-type::after,
a:empty,
article:empty,
div:empty,
dl:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
section:empty,
ul:empty {
  display: none;
}
.customer a,
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}
.music-player__btn[disabled],
a:not([href]) {
  cursor: not-allowed;
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}
.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}
.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}
.customer a,
.rte a,
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.3rem;
}
.customer a,
.underlined-link {
  transition: text-decoration-thickness 0.1s;
}
.customer a:hover,
.rte a:hover,
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}
.select__select,
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.9);
}
.h3 .icon-arrow,
h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
.cart-discount {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.cart-discount-form {
  margin: 1.5rem 0;
}
.cart-discount-form__row {
  display: flex;
  align-items: center;
}
.cart-discount-form .button {
  min-width: auto;
  min-height: 4.7rem;
  padding: 0 2.5rem;
  margin-left: 0.5rem;
}
.cart-discount-form .field input {
  padding-left: 1.25rem;
}
.cart-discount-form .field input:focus ~ label,
.cart-discount-form .field label,
.cart-discount-form .field__input:not(:placeholder-shown) ~ .field__label {
  left: calc(var(--inputs-border-width) + 1.25rem);
}
.cart-discount-form__error {
  margin: 0;
  font-size: 1.4rem;
  display: none;
  color: #dd1d1d;
}
.shopify-policy__container {
  padding-bottom: 3rem;
}
summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: 0 0;
}
.button.loading .button__label::after,
.button.loading .button__label::before,
.disclosure-has-popup > summary::before {
  display: none;
}
.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}
.no-js .focus-inset:focus:not(:focus-visible),
.no-js .focus-offset:focus:not(:focus-visible),
.no-js :focus:not(:focus-visible),
:focus {
  outline: 0;
  box-shadow: none;
}
:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.focused,
.no-js :focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}
.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow:
    0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow:
    0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.rte:after {
  clear: both;
  content: "";
  display: block;
}
.rte > p:first-child {
  margin-top: 0;
}
.grid:last-child,
.mb-0,
.rte li:last-child,
.rte > p:last-child {
  margin-bottom: 0;
}
.rte img {
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}
.rte ol,
.rte ul {
  padding-left: 2rem;
}
.rte li {
  list-style: inherit;
}
.rte a {
  transition: text-decoration-thickness var(--duration-short) ease;
}
.rte blockquote {
  display: inline-flex;
}
.rte blockquote > * {
  margin: -0.5rem 0;
}
.content-rte > * + *,
.hero__buttons:not(:first-child),
.hero__text:not(:first-child) {
  margin-top: 2rem;
}
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title-wrapper-with-link--spacing {
  justify-content: space-between;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid,
.section-group__container .page-width,
.section-group__container div[class*="-padding"] {
  padding: 0;
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
.title-wrapper--no-top-margin,
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.title-with-highlight {
  --hightlight-color: rgb(var(--accent-color));
}
.title-with-highlight strong {
  color: var(--hightlight-color);
  font-weight: var(--font-heading-weight);
}
.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}
.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.collage-wrapper-title,
.collection-hero__title,
.collection__title,
.main-page-title,
.page-title,
.title--primary,
.title-wrapper,
.title-wrapper--no-top-margin,
.title-wrapper--self-padded-mobile,
.title-wrapper--self-padded-tablet-down,
.title-wrapper-with-link {
  text-align: center;
}
.section-group-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}
.content-and-comparison-slider--no-content,
.content-and-comparison-table--no-content,
.content-and-results--no-content,
.section-group__container .section-group__container__child-grid {
  grid-template-columns: repeat(1, 1fr);
}
.section-group__container {
  width: 100%;
  min-width: 0;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2rem;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
.grid--stretch,
.grid--stretch ul.splide__list {
  align-items: stretch;
}
.grid--stretch .splide__slide__container,
.header__icon span,
.menu-drawer__navigation-container,
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  height: 100%;
}
.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 750px) {
  .desktop-index-0 {
    --index: 0;
  }
  .desktop-index-1 {
    --index: 1;
  }
  .desktop-index-2 {
    --index: 2;
  }
  .desktop-index-3 {
    --index: 3;
  }
  .desktop-index-4 {
    --index: 4;
  }
  .desktop-hidden {
    display: none !important;
  }
  .desktop-left {
    text-align: left;
  }
  .desktop-center {
    text-align: center;
  }
  .desktop-right {
    text-align: right;
  }
  .desktop-order-first {
    order: -1;
  }
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
  .desktop-full-page,
  .desktop-full-page-no-padding {
    max-width: none;
  }
  .desktop-full-page-no-padding,
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
  blockquote {
    padding-left: 1.5rem;
  }
  .caption {
    font-size: 1.2rem;
  }
  hr {
    margin: 7rem 0;
  }
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }
  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
  .large-up-hide {
    display: none !important;
  }
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .mobile-index-0 {
    --index: 0;
  }
  .mobile-index-1 {
    --index: 1;
  }
  .mobile-index-2 {
    --index: 2;
  }
  .mobile-index-3 {
    --index: 3;
  }
  .mobile-index-4 {
    --index: 4;
  }
  .mobile-hidden,
  .small-hide {
    display: none !important;
  }
  .mobile-left {
    text-align: left;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-right {
    text-align: right;
  }
  .mobile-order-first {
    order: -1;
  }
  .mobile-full-page {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-page-width-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    min-width: 35%;
  }
  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .grid--peek .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  overflow: hidden;
}
.media--transparent {
  background-color: transparent;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button):not(.verified-icon) {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img,
.media > internal-video video,
.media > video {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media > internal-video video {
  width: 100%;
  height: 100%;
}
.media--fit-contain > img,
.media--fit-contain > internal-video video,
.media--fit-contain > video {
  object-fit: contain;
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
.button,
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe,
.customer button,
.shopify-challenge__button,
.shopify-payment-button [role="button"],
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
  font-weight: 700;
}
.button,
.customer button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  font-weight: 700;
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}
.button,
.customer button,
.shopify-challenge__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  font: inherit;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  font-weight: 700;
  z-index: 0;
}
.button span {
  position: relative;
  z-index: 2;
}
.button--prefix-icon .button__label::before,
.button--suffix-icon .button__label::after {
  content: "";
  font-size: inherit;
  display: block;
  width: var(--icon-scale);
  height: var(--icon-scale);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.button--prefix-icon .button__label {
  padding-left: calc(var(--icon-scale) + var(--icon-spacing));
}
.button--prefix-icon .button__label::before {
  left: 0;
}
.button--suffix-icon .button__label {
  padding-right: calc(var(--icon-scale) + var(--icon-spacing));
}
.button--suffix-icon .button__label::after {
  right: 0;
}
.music-player__btn,
.scroll-to-top-btn {
  display: flex;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.3);
}
.select__select,
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.button:before,
.cart__dynamic-checkout-buttons [role="button"]:before,
.customer button:before,
.shopify-challenge__button:before,
.shopify-payment-button [role="button"]:before,
.shopify-payment-button__button--unbranded:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
.button:after,
.customer button:after,
.shopify-challenge__button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow:
    0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width)
      rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}
.button:not([disabled]):hover::after,
.customer button:hover::after,
.shopify-challenge__button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow:
    0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button), var(--alpha-button-background));
}
.button--secondary:after,
.button--secondary:before {
  --border-opacity: var(--buttons-border-opacity);
}
.button.focused,
.button:focus,
.button:focus-visible,
.shopify-payment-button [role="button"]:focus,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ) {
  box-shadow: inherit;
}
.button::selection,
.customer button::selection,
.shopify-challenge__button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button,
.button-label,
.customer button,
.shopify-challenge__button {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.button--small {
  padding: 1.2rem 2.6rem;
}
.button--has-spinner:not(.loading) .loading-overlay__spinner {
  display: none;
}
.mb-1em {
  margin-bottom: 1em;
}
.btn--mt-center {
  margin: 1em auto 0;
  width: fit-content;
  display: flex;
}
.scroll-to-top-btn {
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  overflow: hidden;
}
.scroll-to-top-btn svg {
  width: 2.2rem;
  height: 2.2rem;
  pointer-events: none;
}
.music-player,
.scroll-to-top-btn {
  --sticky-atc-offset: 0px;
  position: fixed;
  transition: 0.15s ease-in-out;
  bottom: calc(var(--offset-y) + var(--sticky-atc-offset));
  z-index: 2;
}
.music-player-bottom-left,
.scroll-to-top-btn-bottom-left {
  left: var(--offset-x);
}
.music-player-bottom-center,
.scroll-to-top-btn-bottom-center {
  left: 50%;
  transform: translateX(-50%);
}
.music-player-bottom-right,
.scroll-to-top-btn-bottom-right {
  right: var(--offset-x);
}
.music-player {
  background: 0 0;
}
.music-player__audio {
  width: 0;
  height: 0;
}
.music-player__btn {
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  background: rgb(var(--color-background));
  border: none;
}
.music-player__btn svg {
  color: rgb(var(--color-foreground));
  height: 2.5rem;
  pointer-events: none;
}
.ripple-animation::after,
.ripple-animation::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  border: solid 1px rgb(var(--color-background));
  animation: 2s linear infinite ripple;
}
.ripple-animation::after {
  animation-delay: 1s;
}
.music-player__btn--paused .music-player__btn__paused-icon,
.music-player__btn--playing .music-player__btn__playing-icon,
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.music-player__btn__playing-icon {
  transform: translateX(10%);
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: none;
  }
  20%,
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.button.disabled,
.button:disabled,
.button[aria-disabled="true"],
.customer button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button--large-text {
  font-size: 1.9rem;
}
.button.loading {
  color: transparent;
  position: relative;
}
.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__icon:hover .icon,
.modal__close-button:hover .icon,
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.button.loading > .loading-overlay__spinner .spinner,
.share-button details {
  width: fit-content;
}
.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}
.share-button {
  display: block;
  position: relative;
}
.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 2.5rem;
}
.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}
.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}
.customer .field:after,
.customer select:after,
.field:after,
.localization-form__select:after,
.quantity:after,
.select:after,
.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.field,
.select,
.text-area {
  position: relative;
  width: 100%;
}
.quantity:before,
.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}
.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.share-button__close:focus-visible,
.share-button__copy:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.share-button__close:focus,
.share-button__copy:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused) {
  background-color: inherit;
}
.header__icon::after,
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}
.share-button__fallback .field__input:-webkit-autofill,
.share-button__fallback .field__input:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow:
    0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .field__input:hover {
  box-shadow: none;
}
.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}
.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}
.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  color: rgb(var(--color-foreground));
}
.list-social__link:hover .icon {
  transform: scale(1.07);
}
.customer .field input,
.customer select,
.field__input,
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}
.customer .field:before,
.customer select:before,
.field:before,
.localization-form__select:before,
.select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.select__select {
  font-size: 1.4rem;
  background:
    linear-gradient(
      rgba(var(--accent-color), var(--pickers-overlay-opacity)),
      rgba(var(--accent-color), var(--pickers-overlay-opacity))
    ),
    rgb(var(--color-background));
  color: rgb(var(--accent-2-color));
}
.customer .field:hover.field:after,
.customer select:hover.select:after,
.field:hover.field:after,
.localization-form__select:hover.localization-form__select:after,
.select:hover.select:after,
.select__select:hover.select__select:after {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-hover-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.customer .field input:focus-visible,
.customer select:focus-visible,
.field__input:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after,
.select__select:focus-visible {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-hover-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.customer .field input:focus,
.customer select:focus,
.field__input:focus,
.localization-form__select:focus.localization-form__select:after,
.select__select:focus {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-hover-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.customer .field,
.select,
.text-area {
  display: flex;
}
.customer select + svg,
.select .icon-caret {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(var(--inputs-border-width) + 1.5rem);
}
.customer select,
.select__select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
.select {
  --inputs-radius: var(--pickers-radius);
  --inputs-border-width: var(--pickers-border-width);
  --inputs-border-opacity: var(--pickers-border-opacity);
  --inputs-shadow-opacity: var(--pickers-shadow-opacity);
  --inputs-shadow-horizontal-offset: var(--pickers-shadow-horizontal-offset);
  --inputs-margin-offset: var(--pickers-margin-offset);
  --inputs-shadow-vertical-offset: var(--pickers-shadow-vertical-offset);
  --inputs-shadow-blur-radius: var(--pickers-shadow-blur-radius);
  --inputs-radius-outset: var(--pickers-radius-outset);
  --inputs-hover-border-opacity: var(--pickers-hover-border-opacity);
}
.select::after {
  --color-foreground: var(--pickers-border-color);
}
.select:hover {
  --pickers-overlay-opacity: var(--pickers-hover-overlay-opacity);
}
.main-quantity::before,
.select__select--no-bg,
facet-filters-form .select__select {
  background: 0 0;
}
.select__select:focus,
.select__select:focus-visible {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--pickers-border-color), var(--inputs-hover-border-opacity));
}
.main-quantity .icon,
.select .icon-caret {
  color: rgb(var(--accent-2-color));
}
.variant-selects--small {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.variant-selects--small .product-form__input--dropdown {
  flex: 0 0 auto;
  margin: 0;
}
.variant-selects--small .form__label {
  text-align: left;
  margin-bottom: 0;
}
.select--small {
  --inputs-radius: var(--pickers-small-radius);
}
.select--small .select__select {
  font-size: 1.2rem;
  height: 2.25em;
  padding: 0 2.5rem 0 0.8rem;
}
.select--small .icon-caret {
  right: calc(var(--inputs-border-width) + 0.75rem);
}
.field {
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.field--with-error {
  flex-wrap: wrap;
}
.customer .field input,
.field__input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.customer .field label,
.field__label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition:
    top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.9);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
.customer .field input:-webkit-autofill ~ label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.field__input:-webkit-autofill ~ .field__label,
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}
.customer .field input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.field__input:focus,
.field__input:not(:placeholder-shown) {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}
.customer .field input::-webkit-search-cancel-button,
.field__input::-webkit-search-cancel-button {
  display: none;
}
.customer .field input::placeholder,
.field__input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}
.customer .field input:-webkit-autofill ~ label,
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label {
  color: #000;
}
.text-area {
  min-height: 10rem;
}
.product-form__quantity-and-btn--shrink-atc
  .product-form__quantity
  + .product-form__submit,
.quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.form-status,
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.customer .form__message svg,
.form__message .icon {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}
.customer .form__message svg,
.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
.quantity {
  color: rgba(var(--color-foreground));
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
}
.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.announcement-bar__discount p,
.play-button svg,
.quantity__button {
  color: rgb(var(--color-foreground));
}
.badge,
.cart-drawer-item .cart-item__final-price,
.header__active-menu-item-v2,
.price .price-item,
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]
  + label.variant-pills--bold,
.regular-price {
  font-weight: 700;
}
.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.announcement-bar,
.header-wrapper--border-bottom,
.search-modal {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}
.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:active,
.quantity__input:-webkit-autofill:hover {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}
.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity__input[type="number"] {
  -moz-appearance: textfield;
}
.main-quantity {
  --inputs-radius: var(--quantity-radius);
  --inputs-radius-inner: var(--inputs-radius);
  --inputs-border-width: var(--quantity-border-width);
  --inputs-border-opacity: var(--quantity-border-opacity);
  --inputs-shadow-opacity: var(--quantity-shadow-opacity);
  --inputs-shadow-horizontal-offset: var(--quantity-shadow-horizontal-offset);
  --inputs-margin-offset: var(--quantity-margin-offset);
  --inputs-shadow-vertical-offset: var(--quantity-shadow-vertical-offset);
  --inputs-shadow-blur-radius: var(--quantity-shadow-blur-radius);
  --inputs-radius-outset: var(--quantity-radius-outset);
  --inputs-hover-border-opacity: var(--quantity-hover-border-opacity);
}
.main-quantity::after {
  --color-foreground: var(--quantity-border-color);
}
.main-quantity:hover {
  --quantity-overlay-opacity: var(--quantity-hover-overlay-opacity);
}
.main-quantity .quantity__button,
.main-quantity .quantity__input {
  background:
    linear-gradient(
      rgba(var(--accent-color), var(--quantity-overlay-opacity)),
      rgba(var(--accent-color), var(--quantity-overlay-opacity))
    ),
    rgb(var(--color-background));
  color: rgb(var(--accent-2-color));
  margin-top: calc(var(--inputs-border-width));
  margin-bottom: calc(var(--inputs-border-width));
}
.main-quantity .quantity__button:first-child {
  border-top-left-radius: var(--inputs-radius-inner);
  border-bottom-left-radius: var(--inputs-radius-inner);
}
.main-quantity .quantity__button:last-child {
  border-top-right-radius: var(--inputs-radius-inner);
  border-bottom-right-radius: var(--inputs-radius-inner);
}
.main-quantity .quantity__input:focus,
.main-quantity .quantity__input:focus-visible {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--quantity-border-color), var(--inputs-hover-border-opacity));
  box-shadow: none;
  outline: 0;
}
.quantity__rules {
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.cart-count-bubble:empty,
.header:not(.header--has-menu) * > .header__search,
.modal__toggle-close,
.no-js .modal__close-button.link,
.no-js details[open] .modal__toggle-open,
li:last-child .announcement-bar__separator::before,
menu-drawer + .header__search {
  display: none;
}
.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.cart-item__quantity-wrapper,
.modal__toggle-open {
  display: flex;
}
.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}
.cart-count-bubble,
.modal__content {
  justify-content: center;
  display: flex;
  position: absolute;
}
.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}
.modal__content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  align-items: center;
}
.media-modal {
  cursor: zoom-out;
}
.media-modal .deferred-media {
  cursor: initial;
}
.cart-count-bubble {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  align-items: center;
  font-size: 0.8rem;
  bottom: 0.8rem;
  left: 2.2rem;
}
.cart-count-bubble span {
  line-height: 1.4rem;
}
.announcement-bar__item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.announcement-bar__item-left {
  justify-content: flex-start;
}
.announcement-bar__item-left .announcement-bar__message {
  text-align: left;
}
.announcement-bar__item-right {
  justify-content: flex-end;
}
.announcement-bar__item-right .announcement-bar__message,
.cart-items .right,
.price--end {
  text-align: right;
}
.announcement-bar__separator::before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgb(var(--color-foreground));
  position: absolute;
  right: calc(var(--gap-desktop) / -2);
  top: 0;
}
.splide--loop.is-active .announcement-bar__separator::before {
  display: black;
}
.announcement-bar__link {
  display: block;
  padding: 0;
  text-decoration: none;
}
.announcement-bar__link:hover {
  background-color: rgba(var(--color-card-hover), 0.06);
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}
.announcement-bar__message {
  padding: 0;
  margin: 0;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-size: var(--mobile-text-size);
  display: flex;
  align-items: center;
  text-align: center;
}
.announcement-bar__message .material-icon {
  font-size: var(--mobile-icon-size);
  flex-shrink: 0;
}
.announcement-bar__message__custom-icon {
  height: var(--mobile-icon-size);
  width: auto;
  flex-shrink: 0;
}
.announcement-bar__message--mobile-horizontal
  .announcement-bar__message__custom-icon,
.announcement-bar__message--mobile-horizontal .material-icon {
  margin-right: 0.65rem;
}
.announcement-bar__message--mobile-vertical {
  flex-direction: column;
}
.announcement-bar__message--mobile-vertical
  .announcement-bar__message__custom-icon,
.announcement-bar__message--mobile-vertical .material-icon,
.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
}
.announcement-bar__message .list-social {
  column-gap: calc(var(--mobile-icon-size) / 2);
}
.announcement-bar__message .link.list-social__link {
  padding: 0;
}
.announcement-bar__message .list-social__item .icon {
  width: var(--mobile-icon-size);
  height: var(--mobile-icon-size);
}
.announcement-bar__discount {
  background: rgba(var(--color-foreground), 0.1);
  outline: 0;
  border: solid 0.2rem rgb(var(--color-foreground));
  border-radius: var(--border-radius);
  position: relative;
  z-index: 0;
}
.announcement-bar__discount p {
  margin: 0;
  padding: 0 1em;
  line-height: 2.2;
  white-space: nowrap;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4em;
}
.announcement-bar__discount__left {
  border-right: solid 0.2rem rgb(var(--color-foreground));
}
.announcement-bar__discount__right:hover,
.sticky-atc.color-accent-1 .badge,
.sticky-atc.color-accent-2 .badge {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
.announcement-bar__discount__success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
}
.announcement-bar__discount.success p,
.internal-video--playing .play-button {
  opacity: 0;
}
.announcement-bar__discount.success .announcement-bar__discount__success,
details[open] > .search-modal {
  opacity: 1;
}
.section-header.shopify-section-group-header-group {
  z-index: 5;
  margin: 0;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}
.shopify-section-header-hidden.menu-open {
  top: 0;
}
.section-header.animate {
  transition: top 0.15s ease-out;
}
.shopify-section-group-header-group {
  z-index: 4;
}
.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
  .header {
    grid-template-columns: 1fr auto 1fr;
  }
  .header--middle-left:not(.header--has-menu),
  .header--top-left {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto;
  }
  .header--middle-left.drawer-menu,
  .header--top-left.drawer-menu {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }
  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }
  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }
  .header--middle-center a.header__heading-link {
    text-align: center;
  }
  .header--top-center {
    grid-template-areas: "left-icons heading icons" "navigation navigation navigation";
  }
  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }
  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}
.header [tabindex="-1"]:focus {
  outline: 0;
}
.header__heading {
  margin: 0;
  line-height: 0;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}
.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
}
.header__heading-link.media {
  padding: 0;
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.9);
}
.header__heading-logo {
  height: auto;
  width: 100%;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}
.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}
.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
.header__icon--cart .icon-cart {
  width: 2.4rem;
  height: 2.4rem;
}
.header__icon--cart svg circle,
.header__icon--cart svg polyline {
  color: rgba(var(--color-foreground), 0.85);
}
@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }
  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
  .no-js slider-component .slider {
    padding-bottom: 3rem;
  }
}
.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-base-text), 0.5);
}
.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}
.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}
.header--top-center header-drawer {
  grid-area: left-icons;
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search,
.no-js .predictive-search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}
.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition:
    transform 150ms,
    opacity 150ms;
}
details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.color-swatch input.disabled + .color-swatch__image,
.quantity-breaks-container input.disabled + .quantity-break,
.splide__arrow:disabled {
  opacity: 0.3;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}
details[open] > .header__submenu {
  animation-fill-mode: forwards;
  z-index: 1;
}
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}
.header--top-center .header__heading-link,
.header--top-center .header__inline-menu {
  margin-left: 0;
}
.fb-post__top__info,
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.9);
}
details[open] > .header__menu-item {
  text-decoration: underline;
}
.header__menu-item:hover {
  transition: color var(--duration-short) ease;
  color: rgb(var(--accent-color));
}
.cart-drawer details[open] > summary .icon-caret,
details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  text-underline-offset: 0.3rem;
}
.header__active-menu-item-v2 {
  padding: 0 0.7em;
  position: relative;
  z-index: 0;
}
.header__active-menu-item-v2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(1.4);
  background: rgb(var(--color-background));
  z-index: -1;
  border-radius: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item-v2 {
  text-decoration: none;
  text-underline-offset: 0;
}
.header__submenu {
  transition:
    opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}
.header__submenu.list-menu {
  padding: 2.4rem 0;
}
.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}
.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}
.header__menu-item .icon-caret {
  right: 0.8rem;
}
.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  line-height: 1.75em;
  padding: 0 0.5em;
  display: inline-flex;
  align-items: center;
  column-gap: 0.4em;
}
.price,
.price--large {
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
.badge svg {
  height: 1em;
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
}
.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}
.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}
.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}
.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}
.global-media-settings:after {
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.deferred-media,
.hero,
.splide__sr,
.splide__track {
  overflow: hidden;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings iframe,
.global-media-settings img,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
internal-video {
  display: block;
  position: relative;
  z-index: 0;
}
.internal-video__play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 0;
  border: none;
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.play-button {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  background: rgb(var(--color-background));
  outline: 0;
  border: none;
  cursor: pointer;
}
.play-button svg {
  height: 50%;
  width: 50%;
}
.internal-video--loading::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: 1s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.internal-video__timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 10px;
  width: 100%;
  cursor: grab;
}
.internal-video__timeline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: var(--completed, 0%);
  background: rgb(var(--accent-color));
}
.internal-video__timeline--top,
.internal-video__timeline--top::after {
  top: 0;
  bottom: auto;
}
.internal-video__sound-btn {
  padding: 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
  border-radius: 50%;
  font-size: 3rem;
  width: 2.8rem;
  height: 2.8rem;
}
.internal-video__timeline + .internal-video__sound-btn {
  transform: translateY(-5px);
}
.internal-video__sound-btn svg {
  width: 1.2rem;
  height: 1.2rem;
}
.internal-video.internal-video--muted
  .internal-video__sound-btn
  svg:nth-child(2),
.internal-video:not(.internal-video--muted)
  .internal-video__sound-btn
  svg:first-child,
copy-button[data-success="false"]:not(.copy-button--success-absolute)
  .copy-success,
copy-button[data-success="true"]:not(.copy-button--success-absolute)
  .copy-text {
  display: none;
}
.custom-columns {
  --column-gap: var(--desktop-column-gap);
  --row-gap: var(--desktop-row-gap);
  --total-parts: var(--desktop-grid-parts);
  --vertical-alignment: var(--desktop-vertical-alignment);
  display: flex;
  flex-wrap: wrap;
  align-items: var(--vertical-alignment);
  row-gap: var(--row-gap);
  margin-left: calc(var(--column-gap) / -2);
  margin-left: calc(var(--column-gap) / -2);
}
.custom-columns__column {
  --width: var(--desktop-width);
  padding: 0 calc(var(--column-gap) / 2);
  width: calc(100% / var(--total-parts) * var(--width));
}
.custom-columns__block {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}
.custom-columns__block:first-child,
.page-title {
  margin-top: 0;
}
.custom-columns__block:last-child,
.mb-0 {
  margin-bottom: 0;
}
.buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: var(--alignment);
}
.cart-drawer__footer__discounts,
.custom-columns__block .payment-badges,
.rating-stars-and-text {
  justify-content: var(--alignment);
}
.custom-columns__block-accordion + .custom-columns__block-accordion,
.custom-columns__block > .accordion {
  margin-top: 0;
  border-top: none;
}
.custom-font-size {
  font-size: var(--desktop-text-size);
}
.custom-font-size-all {
  font-size: var(--text-size);
}
.custom-image-height {
  height: var(--desktop-image-height);
  width: auto;
}
.custom-image-width {
  width: var(--desktop-width);
}
.regular-price {
  color: rgb(var(--accent-color));
  letter-spacing: 0.1rem;
}
.cart-item__final-price,
.cart-items th {
  font-weight: 400;
}
.compare-price {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.7);
  letter-spacing: 0.1rem;
  font-size: 0.8em;
}
.cart-item__name,
.disclosure__link,
.mega-menu__link,
.menu-drawer__account,
.menu-drawer__close-button,
.menu-drawer__menu-item,
.rating-stars a,
.upsell__title a {
  text-decoration: none;
}
.section-id-btn {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.copy-button--success-absolute {
  position: relative;
  display: block;
}
.copy-button--success-absolute .copy-success {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}
.copy-button--success-absolute[data-success="false"] .copy-success,
.copy-button--success-absolute[data-success="true"] .copy-text {
  opacity: 0;
}
.image-slide__desc p {
  margin: 0;
  line-height: 1.3;
}
.image-slide__desc {
  padding: 1rem;
}
.splide__container {
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide--ltr .splide__list,
.splide--rtl .splide__list {
  align-items: flex-start;
}
.image-with-text__grid,
.slideshow.banner,
.splide--align-stretch .splide__list {
  align-items: stretch;
}
.estimated-shipping--align-center,
.splide--vertically-centered .splide__list {
  align-items: center;
}
.splide.splide--inactive .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination,
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.splide--precalc-width .splide__slide {
  --columns: var(--columns-mobile);
  --gap: var(--gap-mobile);
  width: calc(((100% + var(--gap)) / var(--columns)) - var(--gap));
  margin-right: var(--gap);
}
.splide--precalc-width.splide--rtl .splide__slide {
  margin-right: 0;
  margin-left: var(--gap);
}
.splide--precalc-padding .splide__track {
  padding-left: var(--padding-mobile);
  padding-right: var(--padding-mobile);
}
.splide__spinner {
  animation: 1s linear infinite splide-loading;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__arrow:hover:not(:disabled),
.splide__pagination__page:hover::before {
  opacity: 0.9;
}
.splide__track--fade > .splide__list > .splide__slide:not(.is-active) {
  pointer-events: none;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list,
parallax-hero {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--slider-arrow-border-radius);
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-size: var(--slider-arrow-size);
  height: 1em;
  width: 1em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgb(var(--color-background));
  flex-shrink: 0;
}
.splide__pagination__page,
.splide__pagination__page::before {
  width: var(--pagination-dot-width);
  height: var(--pagination-dot-height);
}
.splide--transparent-arrows .splide__arrow {
  background-color: transparent;
  color: rgb(var(--color-background));
}
.splide__arrow svg {
  fill: currentColor;
  height: var(--slider-arrow-icon-size);
  width: var(--slider-arrow-icon-size);
}
.splide--small-pagination .splide__arrow svg {
  height: calc(var(--slider-arrow-icon-size) * 0.8);
  width: calc(var(--slider-arrow-icon-size) * 0.8);
}
.splide__arrow:focus-visible {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1rem;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1rem;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5rem;
  left: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
.hero,
.hero-slide {
  position: relative;
  z-index: 0;
}
.splide__pagination__page {
  --dot-color: rgb(var(--color-foreground));
  border-radius: 50%;
  display: inline-block;
  padding: calc(var(--pagination-dot-spacing) / 2);
  position: relative;
  box-sizing: content-box;
}
.splide__pagination__page.dots-custom-color {
  --dot-color: rgb(var(--color-background));
}
.splide__pagination__page::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--pagination-dot-radius);
  background: var(--dot-color);
  transition: transform 0.2s linear;
  opacity: 0.5;
}
.splide__pagination__page.is-active::before {
  opacity: 1;
  width: calc(var(--pagination-dot-width) * var(--pagination-dot-active-scale));
  height: calc(
    var(--pagination-dot-height) * var(--pagination-dot-active-scale)
  );
  border-radius: calc(
    var(--pagination-dot-radius) * var(--pagination-dot-active-scale)
  );
}
.splide__pagination__page:focus-visible {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid rgba(var(--color-foreground), 0.5);
    outline-offset: -3px;
  }
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid rgba(var(--color-foreground), 0.5);
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid rgba(var(--color-foreground), 0.5);
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid rgba(var(--color-foreground), 0.5);
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: rgba(var(--color-foreground), 0.5);
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid rgba(var(--color-foreground), 0.5);
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1rem;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1rem;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.splide--number-pagination .splide__pagination {
  counter-reset: pagination-num;
}
.splide--number-pagination .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}
.splide.is-active .splide__slide__container--card {
  scroll-snap-align: unset;
}
.logo-list__heading .title {
  text-align: center;
  margin-top: 0;
}
.logo-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}
.logo-list__item--gray img {
  filter: grayscale(1);
  opacity: 0.8;
}
.hero {
  --additional-padding: 0px;
}
.hero-slide {
  --content-bg-opacity: 0;
  display: flex;
}
.hero-slide__background {
  z-index: -2;
}
.hero-slide__background,
.hero-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slide__overlay {
  background: var(--overlay-color);
  opacity: var(--overlay-opacity);
}
.hero-slide__content-container {
  width: 100%;
  display: flex;
  align-items: var(--content-vertical-position);
  justify-content: var(--content-horizontal-position);
}
.hero-slide__content {
  position: relative;
  z-index: 5;
  background: rgba(var(--color-background), var(--content-bg-opacity));
  text-align: var(--content-text-alignment);
}
.hero-slide__content--limited {
  max-width: var(--content-max-width);
}
.hero__buttons .button + .button {
  margin-left: 1rem;
}
.cart__ctas,
.cart__warnings,
.tax-note {
  text-align: center;
}
.parallax-hero .parallax-hero__layer {
  z-index: var(--z-index);
  transition: transform 50ms ease-in-out;
}
#ci-extension-div,
#shopify-raise-container,
#simplytrends-main-extension-root,
#unispy-app,
.extension-container .extension-content,
.ixspy-tools,
[id$="wr"],
[id*="uuspy"],
a[href*="salesource.com"],
a[href*="pipiads"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.drawer.active,
.list-payment__item svg {
  visibility: visible;
}
.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.media > .deferred-media__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}
.deferred-media__poster img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.deferred-media:not([loaded]) template {
  z-index: -1;
}
.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}
.deferred-media__poster:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 var(--media-border-width)
      rgba(var(--color-foreground), var(--media-border-opacity)),
    0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
    0 0 0 calc(var(--media-border-width) + 0.5rem)
      rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.deferred-media__poster:focus {
  outline: 0;
  box-shadow:
    0 0 0 var(--media-border-width)
      rgba(var(--color-foreground), var(--media-border-opacity)),
    0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
    0 0 0 calc(var(--media-border-width) + 0.5rem)
      rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.deferred-media__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.deferred-media__poster-button {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.2rem;
  width: 6.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition:
    transform var(--duration-short) ease,
    color var(--duration-short) ease;
  z-index: 1;
}
.deferred-media__poster-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.deferred-media__poster-button .icon {
  width: 2rem;
  height: 2rem;
}
.deferred-media__poster-button .icon-play {
  margin-left: 0.2rem;
}
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}
.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}
.price {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.price--large,
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price__compare-price
  .price-item--regular {
  font-size: 2rem;
}
.price .price-item {
  display: inline-block;
  margin: 0;
  color: rgb(var(--accent-color));
}
.price--large {
  letter-spacing: 0.13rem;
}
.is-empty .cart__empty-text,
.is-empty .cart__warnings,
.price--sold-out .price__availability,
.price__regular,
cart-items {
  display: block;
}
.cart__empty-text,
.is-empty .cart__contents,
.is-empty .cart__footer,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__availability,
.price--on-sale .price__regular,
.price__availability,
.price__sale,
cart-items.is-empty .title-wrapper-with-link {
  display: none;
}
.featured-product .share-button:nth-last-child(2),
.price--on-sale .price__badge-sale,
.price--sold-out .price__badge-sold-out {
  display: inline-flex;
}
.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}
.price--center {
  display: initial;
  justify-content: center;
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.9);
  font-size: 1.3rem;
}
.list-menu__item--active:hover,
.mega-menu__link:hover,
.upsell__title:hover a,
a.cart-item__name:hover {
  text-decoration: underline;
}
.unit-price {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  margin-top: 0.2rem;
  color: rgba(var(--color-foreground), 0.7);
}
.cart-drawer-item cart-remove-button .button:hover,
.list-menu__item--active,
.price .main-price {
  color: rgb(var(--accent-color));
}
.price--large .price-item--regular {
  font-size: 1.6rem;
}
.product-page-price .price--on-sale .price__sale--price-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .compare-price-label {
  order: 1;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price__compare-price {
  order: 2;
  margin-right: 0.55rem;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .regular-price-label {
  order: 3;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price-item--sale {
  order: 4;
}
.product-page-price
  .price--on-sale
  .price__sale--price-second
  .price-item--sale
  span.money {
  font-size: 1.7rem;
}
.price .main-comapre-price {
  color: rgba(var(--accent-color), 0.9);
}
.loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}
.loading-overlay__spinner {
  width: 1.8rem;
  display: inline-block;
}
.spinner {
  animation: 1.4s linear infinite rotator;
}
@keyframes rotator {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: 1.4s ease-in-out infinite dash;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}
.loading-overlay:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}
.list-menu--right {
  right: 0;
}
.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}
.list-menu--disclosure:focus {
  outline: 0;
}
.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
}
.button-show-less,
.button-show-more,
.upsell ~ .upsell {
  margin-top: 1.5rem;
}
.main-page-title {
  margin-bottom: 3rem;
}
@media screen and (min-width: 750px) {
  .announcement-bar
    .splide
    .splide__track
    .splide__list.announcement-bar__desktop-grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(var(--columns-desktop), 1fr);
    column-gap: var(--gap-desktop);
    row-gap: 1rem;
  }
  .announcement-bar
    .splide
    .splide__track
    .splide__list.announcement-bar__desktop-grid[data-columns-desktop="0"] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .announcement-bar__desktop-grid .splide__slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .announcement-bar__message--desktop-horizontal {
    flex-direction: row;
  }
  .announcement-bar__message--desktop-horizontal
    .announcement-bar__message__custom-icon,
  .announcement-bar__message--desktop-horizontal .material-icon {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .announcement-bar__message--desktop-vertical {
    flex-direction: column;
  }
  .announcement-bar__message--desktop-vertical
    .announcement-bar__message__custom-icon,
  .announcement-bar__message--desktop-vertical .material-icon {
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
  .announcement-bar__message {
    font-size: var(--desktop-text-size);
  }
  .announcement-bar__message .material-icon {
    font-size: var(--desktop-icon-size);
  }
  .announcement-bar__message__custom-icon {
    height: var(--desktop-icon-size);
  }
  .announcement-bar__message .list-social {
    column-gap: calc(var(--desktop-icon-size) / 2);
  }
  .announcement-bar__message .list-social__item .icon {
    width: var(--desktop-icon-size);
    height: var(--desktop-icon-size);
  }
  .announcement-bar__item {
    padding-left: calc(var(--padding-left) * 1.25);
    padding-right: calc(var(--padding-right) * 1.25);
  }
  .search-modal__close-button {
    right: 1rem;
  }
  .search-modal__content {
    padding: 0 6rem;
  }
  .overflow-hidden-mobile {
    overflow: auto;
  }
  .gradient {
    background-attachment: fixed;
  }
  .splide.splide--destroy-desktop .splide__list {
    display: grid;
    grid-template-columns: repeat(var(--columns-desktop), 1fr);
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
    overflow: visible;
  }
  .splide.splide--destroy-desktop .splide__track {
    overflow: visible;
  }
  .splide--precalc-width-desktop .splide__slide {
    width: calc(
      ((100% + var(--gap-desktop)) / var(--columns-desktop)) -
        var(--gap-desktop)
    );
    margin-right: var(--gap-desktop);
  }
  .splide--rtl.splide--precalc-width-desktop .splide__slide {
    margin-left: var(--gap-desktop);
    margin-right: 0;
  }
  .splide--precalc-width .splide__slide {
    --columns: var(--columns-desktop);
    --gap: var(--gap-desktop);
  }
  .splide--precalc-padding .splide__track {
    padding-left: var(--padding-desktop);
    padding-right: var(--padding-desktop);
  }
  .splide--precalc-padding-desktop .splide__track {
    padding-left: var(--left-padding-desktop);
    padding-right: var(--right-padding-desktop);
  }
  .splide--desktop-dots-under .splide__pagination {
    position: relative;
    bottom: 0;
    padding-top: 1.5rem;
  }
  .hero-slide__background__mobile-media,
  .splide--desktop-arrows-hidden .splide__arrows,
  .splide--desktop-dots-hidden .splide__pagination {
    display: none;
  }
  .splide.is-initialized[data-desktop-adaptive-height="true"] .splide__track {
    height: var(--active-slide-height);
    transition: height 0.2s ease-in-out;
  }
  .splide--desktop-arrows-sides.splide--desktop-arrows-outside
    .splide__arrow--prev {
    left: -4rem;
  }
  .splide--desktop-arrows-sides.splide--desktop-arrows-outside
    .splide__arrow--next {
    right: -4rem;
  }
  .splide--desktop-arrows-sides.splide--desktop-arrows-outside
    .splide__arrows--rtl
    .splide__arrow--prev {
    left: auto;
    right: -4rem;
  }
  .splide--desktop-arrows-sides.splide--desktop-arrows-outside
    .splide__arrows--rtl
    .splide__arrow--next {
    right: auto;
    left: -4rem;
  }
  .splide--desktop-arrows-under:not(.splide--desktop-dots-under)
    .splide__arrows {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    padding-top: 0.8rem;
  }
  .splide--desktop-arrows-under:not(.splide--desktop-dots-under)
    .splide__arrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }
  .splide--desktop-dots-over.splide--desktop-arrows-under .splide__pagination {
    bottom: 4.6rem;
  }
  .splide--desktop-dots-under.splide--desktop-arrows-under
    .splide__dots-and-arrows {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .splide--desktop-dots-under.splide--desktop-arrows-under
    .splide__arrow--prev {
    left: -1em;
    margin-top: 1rem;
  }
  .splide--desktop-dots-under.splide--desktop-arrows-under
    .splide__arrow--next {
    right: -1em;
    margin-top: 1rem;
  }
  .splide--desktop-dots-under.splide--desktop-arrows-under
    .splide__arrows--rtl
    .splide__arrow--prev {
    left: auto;
    right: -1em;
  }
  .splide--desktop-dots-under.splide--desktop-arrows-under
    .splide__arrows--rtl
    .splide__arrow--next {
    right: auto;
    left: -1em;
  }
  .splide--desktop-arrows-under .splide__dots-and-arrows {
    margin-top: 1.25rem;
  }
  .splide--small-pagination.splide--desktop-arrows-under
    .splide__dots-and-arrows {
    margin-top: -1rem;
  }
  .splide--small-pagination.splide--desktop-arrows-hidden.splide--desktop-dots-under
    .splide__pagination {
    padding-top: 0.4rem;
  }
  .splide.is-initialized.desktop-destroy--flex:not(.is-active) .splide__list {
    display: flex;
  }
  .splide.is-initialized.desktop-destroy--grid:not(.is-active) .splide__list {
    display: grid;
  }
  .splide:not(.splide--destroy-desktop) .splide__slide__container--card {
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }
  .logo-list-container-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 3rem;
  }
  .logo-list-container-horizontal .title {
    margin-bottom: 0;
  }
  .logo-list-container .splide__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .parallax-hero .hero__heading {
    font-size: var(--heading-size);
  }
  .hero-slide .internal-video__sound-btn {
    bottom: 2rem;
    right: 2rem;
  }
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
  }
  .loading-overlay {
    left: 0;
  }
  .main-page-title {
    margin-bottom: 4rem;
  }
}
.contact__button,
.page-placeholder-wrapper,
.rich-text__wrapper {
  display: flex;
  justify-content: center;
}
.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}
slider-component {
  --desktop-margin-left-first-item: max(
    5rem,
    calc(
      (
          100vw - var(--page-width) + 10rem -
            var(--grid-desktop-horizontal-spacing)
        ) /
        2
    )
  );
  position: relative;
  display: block;
}
slider-component.slider-component-full-width {
  --desktop-margin-left-first-item: 1.5rem;
}
@media screen and (max-width: 749px) {
  .quantity {
    width: calc(
      12.5rem / var(--font-body-scale) + var(--inputs-border-width) * 2
    );
    min-height: calc((var(--inputs-border-width) * 2) + 4rem);
  }
  .quantity__button {
    width: calc(4rem / var(--font-body-scale));
  }
  .quantity,
  .quantity:after {
    border-radius: calc((var(--inputs-radius) / 4) * 3);
  }
  .quantity:before {
    border-radius: calc(
      ((var(--inputs-radius) / 4) * 3) + var(--inputs-border-width)
    );
  }
  cart-remove-button .button {
    min-width: calc(4rem / var(--font-body-scale));
    min-height: 4rem;
  }
  .announcement-bar
    .splide
    .splide__track
    .splide__list.announcement-bar__mobile-grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
    column-gap: var(--gap-mobile);
    row-gap: 1rem;
  }
  .announcement-bar
    .splide
    .splide__track
    .splide__list.announcement-bar__mobile-grid[data-columns-mobile="0"] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .announcement-bar__mobile-grid .splide__slide {
    width: auto !important;
    margin-right: 0 !important;
  }
  .announcement-bar__separator::before {
    right: calc(var(--gap-mobile) / -2);
  }
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
  .custom-columns {
    --column-gap: var(--mobile-column-gap);
    --row-gap: var(--mobile-row-gap);
    --total-parts: var(--mobile-grid-parts);
    --vertical-alignment: var(--mobile-vertical-alignment);
  }
  .custom-columns__column {
    --width: var(--mobile-width);
  }
  .buttons-container,
  .custom-columns__block .payment-badges {
    justify-content: var(--mobile-alignment);
  }
  .custom-font-size {
    font-size: var(--mobile-text-size);
  }
  .custom-image-height {
    height: var(--mobile-image-height);
  }
  .custom-image-width {
    width: var(--mobile-width);
  }
  .splide--precalc-width-mobile .splide__slide {
    width: calc(
      ((100% + var(--gap-mobile)) / var(--columns-mobile)) - var(--gap-mobile)
    );
    margin-right: var(--gap-mobile);
  }
  .splide--rtl.splide--precalc-width-mobile .splide__slide {
    margin-left: var(--gap-mobile);
    margin-right: 0;
  }
  .splide--precalc-padding-mobile .splide__track {
    padding-left: var(--side-padding-mobile);
    padding-right: var(--side-padding-mobile);
  }
  .splide.splide--destroy-mobile .splide__list {
    display: grid;
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing);
    overflow: visible;
  }
  .splide.splide--destroy-mobile .splide__track {
    overflow: visible;
  }
  .splide--mobile-dots-under .splide__pagination {
    position: relative;
    bottom: 0;
    padding-top: 1rem;
  }
  .hero-slide__background--has-mobile .hero-slide__background__desktop-media,
  .splide--mobile-arrows-hidden .splide__arrows,
  .splide--mobile-dots-hidden .splide__pagination {
    display: none;
  }
  .splide.is-initialized[data-mobile-adaptive-height="true"] .splide__track {
    height: var(--active-slide-height);
    transition: height 0.2s ease-in-out;
  }
  .splide__arrows {
    font-size: 2.8rem;
  }
  .splide--mobile-arrows-under:not(.splide--mobile-dots-under) .splide__arrows {
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
    padding-top: 0.8rem;
  }
  .splide--mobile-arrows-under:not(.splide--mobile-dots-under) .splide__arrow {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }
  .splide--mobile-dots-over.splide--mobile-arrows-under .splide__pagination {
    bottom: 4.3rem;
  }
  .splide--mobile-dots-under.splide--mobile-arrows-under
    .splide__dots-and-arrows {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .splide--mobile-dots-under.splide--mobile-arrows-under .splide__arrow--prev {
    left: -1em;
    margin-top: 0.6rem;
  }
  .splide--mobile-dots-under.splide--mobile-arrows-under .splide__arrow--next {
    right: -1em;
    margin-top: 0.6rem;
  }
  .splide--mobile-dots-under.splide--mobile-arrows-under
    .splide__arrows--rtl
    .splide__arrow--prev {
    left: auto;
    right: -1em;
  }
  .splide--mobile-dots-under.splide--mobile-arrows-under
    .splide__arrows--rtl
    .splide__arrow--next {
    right: auto;
    left: -1em;
  }
  .splide--mobile-arrows-under .splide__dots-and-arrows {
    margin-top: 0.75rem;
  }
  .splide--small-pagination.splide--mobile-arrows-under
    .splide__dots-and-arrows {
    margin-top: -0.3rem;
  }
  .splide--small-pagination.splide--mobile-arrows-hidden.splide--mobile-dots-under
    .splide__pagination {
    padding-top: 0.4rem;
  }
  .splide.is-initialized.mobile-destroy--flex:not(.is-active) .splide__list {
    display: flex;
  }
  .splide.is-initialized.mobile-destroy--grid:not(.is-active) .splide__list {
    display: grid;
  }
  .splide:not(.splide--destroy-mobile) .splide__slide__container--card {
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }
  .logo-list-container .mobile-logo-list--grid {
    display: grid;
    grid-template-columns: repeat(var(--columns-mobile), 1fr);
  }
  .logo-list__item img {
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  .hero-slide__content-container {
    align-items: var(--mobile-content-vertical-position);
    justify-content: var(--mobile-content-text-alignment);
  }
  .slideshow-hero-slide .hero-slide__overlay {
    --overlay-color: var(--mobile-overlay-color);
    --overlay-opacity: var(--mobile-overlay-opacity);
  }
  .hero-slide__content {
    text-align: var(--mobile-content-text-alignment);
    max-width: 100%;
  }
  .parallax-hero .hero__heading {
    font-size: var(--mobile-heading-size);
  }
  .loading-overlay {
    top: 0;
    right: 0;
  }
  slider-component.page-width {
    padding: 0 1.5rem;
  }
  .slider.slider--mobile {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
  }
  .slider--mobile:after {
    content: "";
    width: 0;
    padding-left: 1.5rem;
  }
  .slider.slider--mobile .slider__slide {
    margin-bottom: 0;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .slider.slider--mobile.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }
  .slider.slider--mobile.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
}
@media screen and (min-width: 749px) and (max-width: 990px) {
  slider-component.page-width {
    padding: 0 5rem;
  }
}
.slider__slide {
  --focus-outline-padding: 0.5rem;
  --shadow-padding-top: calc(
    (var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) *
      var(--shadow-visible)
  );
  --shadow-padding-bottom: calc(
    (var(--shadow-vertical-offset) + var(--shadow-blur-radius)) *
      var(--shadow-visible)
  );
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 750px) {
  .slider.slider--tablet-up {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }
  .slider.slider--tablet-up .slider__slide {
    margin-bottom: 0;
  }
  .slider-counter--dots {
    margin: 0 1.2rem;
  }
}
@media screen and (max-width: 989px) {
  .slider.slider--tablet {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
  }
  .slider--tablet:after {
    content: "";
    width: 0;
    padding-left: 1.5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }
  .slider.slider--tablet .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }
  .slider.slider--tablet.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }
  .slider.slider--tablet.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
  .slider--desktop:not(.slider--tablet) + .slider-buttons {
    display: none;
  }
}
.slider--everywhere {
  position: relative;
  flex-wrap: inherit;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}
.slider.slider--everywhere .slider__slide {
  margin-bottom: 0;
  scroll-snap-align: center;
}
@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }
  .header__heading,
  .header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading,
  .header--top-center .header__heading-link {
    justify-self: center;
    text-align: center;
  }
  .header--top-center > .header__search,
  .header:not(.header--top-center) * > .header__search {
    display: inline-flex;
  }
  .header--top-center * > .header__search,
  .header:not(.header--top-center) > .header__search {
    display: none;
  }
  .search-modal__form {
    max-width: 74.2rem;
  }
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
  .header__inline-menu {
    display: block;
  }
  .header--top-center .header__inline-menu {
    justify-self: center;
  }
  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
  .overflow-hidden-tablet {
    overflow: auto;
  }
  .slider-component-desktop.page-width {
    max-width: none;
  }
  .slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scroll-padding-left: var(--desktop-margin-left-first-item);
  }
  .slider--desktop:after {
    content: "";
    width: 0;
    padding-left: 5rem;
    margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
  }
  .slider.slider--desktop .slider__slide {
    margin-bottom: 0;
    padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
    padding-bottom: max(
      var(--focus-outline-padding),
      var(--shadow-padding-bottom)
    );
  }
  .slider--desktop .slider__slide:first-child {
    margin-left: var(--desktop-margin-left-first-item);
    scroll-margin-left: var(--desktop-margin-left-first-item);
  }
  .slider-component-full-width .slider--desktop {
    scroll-padding-left: 1.5rem;
  }
  .slider-component-full-width .slider--desktop .slider__slide:first-child {
    margin-left: 1.5rem;
    scroll-margin-left: 1.5rem;
  }
  .slider-component-full-width .slider--desktop:after {
    padding-left: 1.5rem;
  }
  .slider--desktop.grid--5-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 5 -
        var(--grid-desktop-horizontal-spacing) * 2
    );
  }
  .slider--desktop.grid--4-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 4 -
        var(--grid-desktop-horizontal-spacing) * 3
    );
  }
  .slider--desktop.grid--3-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 3 -
        var(--grid-desktop-horizontal-spacing) * 4
    );
  }
  .slider--desktop.grid--2-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) / 2 -
        var(--grid-desktop-horizontal-spacing) * 5
    );
  }
  .slider--desktop.grid--1-col-desktop .grid__item {
    width: calc(
      (100% - var(--desktop-margin-left-first-item)) -
        var(--grid-desktop-horizontal-spacing) * 9
    );
  }
  .slider.slider--desktop.contains-card--standard
    .slider__slide:not(.collection-list__item--no-media) {
    padding-bottom: var(--focus-outline-padding);
  }
  .slider.slider--desktop.contains-content-container .slider__slide {
    --focus-outline-padding: 0rem;
  }
  .slider:not(.slider--everywhere):not(.slider--desktop):not(
      .product__media-list
    )
    + .slider-buttons {
    display: none;
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
  .slider {
    scroll-behavior: auto;
  }
}
.slider {
  scrollbar-color: rgb(var(--color-foreground))
    rgba(var(--color-foreground), 0.04);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider::-webkit-scrollbar {
  height: 0.4rem;
  width: 0.4rem;
  display: none;
}
.no-js .slider {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}
.no-js .slider::-webkit-scrollbar {
  display: initial;
}
.slider::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground));
  border-radius: 0.4rem;
  border: 0;
}
.slider::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 0.04);
  border-radius: 0.4rem;
}
.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}
.icon-bar.background-primary .icon-bar-card--horizontal,
.localization-form .button,
.slider-counter__link {
  padding: 1rem;
}
.slider-counter__link--dots .dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.5);
  padding: 0;
  display: block;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
  background-color: rgb(var(--color-foreground));
}
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
  border-color: rgb(var(--color-foreground));
}
.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
  transition: transform 0.2s ease-in-out;
}
.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
  transform: scale(1.1);
}
.slider-counter__link--numbers {
  color: rgba(var(--color-foreground), 0.5);
  text-decoration: none;
}
.content-tab-button--active,
.slider-button:not([disabled]):hover,
.slider-counter__link--numbers:hover,
cart-remove-button .button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}
.cart__note label,
.slider-button {
  display: flex;
  color: rgba(var(--color-foreground), 0.9);
}
.slider-counter__link--active.slider-counter__link--numbers {
  text-decoration: underline;
  color: rgb(var(--color-foreground));
}
.menu-drawer__close-btn,
.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-button {
  background: 0 0;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.slider-button .icon {
  height: 0.6rem;
}
.slider-button[disabled] .icon {
  color: rgba(var(--color-foreground), 0.3);
  cursor: not-allowed;
}
.slider-button--next .icon {
  transform: rotate(-90deg);
}
.slider-button--prev .icon {
  transform: rotate(90deg);
}
.slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}
.slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}
.cart {
  position: relative;
  display: block;
}
.cart__warnings {
  display: none;
  padding: 3rem 0 1rem;
}
.cart__empty-text {
  margin: 4.5rem 0 2rem;
}
.cart__contents > * + * {
  margin-top: 2.5rem;
}
.cart__login-title {
  margin: 5.5rem 0 0.5rem;
}
.cart__login-paragraph {
  margin-top: 0.8rem;
}
.cart__login-paragraph a {
  font-size: inherit;
}
.cart__items {
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart__items--disabled {
  pointer-events: none;
}
.cart__footer {
  padding: 4rem 0 0;
}
.cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 5rem;
}
.cart__footer > div:only-child {
  margin-left: auto;
}
.cart__footer > * + *,
.pagination-wrapper {
  margin-top: 4rem;
}
.bundle-offer-container + product-form,
.cart__ctas
  > :not(noscript:first-child, .tnc-checkbox-warning--above-button)
  + *,
.cart__footer .discounts,
.newsletter__solid-btn {
  margin-top: 1rem;

}
.cart__note {
  height: fit-content;
}
.cart__note label {
  align-items: flex-end;
  position: absolute;
  line-height: 1;
  height: 1.8rem;
  top: -3rem;
}
.cart__note .field__input {
  height: 100%;
  position: relative;
  border-radius: var(--inputs-radius);
  padding: 1rem 2rem;
}
.cart__note .text-area {
  resize: vertical;
}
.cart__note .field__input,
.cart__note .field__input:focus,
.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:after,
.cart__note:hover.cart__note:before {
  border-bottom-right-radius: 0;
}
.cart__update-button,
.fb-post__content .media,
.fb-post__content__text,
.fb-post__top,
.results__rows-container,
.success-popup-modal__text {
  margin-bottom: 1rem;
}
.cart__dynamic-checkout-buttons {
  max-width: 36rem;
  margin: 0 auto;
  max-width: none;
}
.cart__blocks > * + * {
  margin-top: 1.25rem;
}
.cart-drawer-item .product-option,
.cart-drawer.cart-drawer .cart-item__price-wrapper > :only-child,
.cart__blocks > link:first-child ~ .cart-discount,
.cart__footer .cart-discount-form {
  margin-top: 0;
}
.cart__dynamic-checkout-buttons div[role="button"] {
  border-radius: var(--buttons-radius-outset) !important;
}
.cart-note__label {
  display: inline-block;
  margin-bottom: 1rem;
  line-height: calc(1 + 1 / var(--font-body-scale));
}
.tax-note {
  margin: 2.2rem 0 1.6rem auto;
  display: block;
}
.cart__checkout-button {
  max-width: 36rem;
  max-width: none;
}
.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}
.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  opacity: 0.85;
}
.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}
.cart-item__image-container:after,
.slider--mobile.thumbnail-list:after,
cart-remove-button .button:after,
cart-remove-button .button:before {
  content: none;
}
.cart-item__image {
  height: auto;
  max-width: calc(10rem / var(--font-body-scale));
}
.cart-item__link,
.drawer {
  top: 0;
  height: 100%;
  left: 0;
}
.cart-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}
.discounts__discount,
.product-option {
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
.cart-item__details > * {
  margin: 0;
  max-width: 30rem;
}
.cart-drawer .unit-price,
.cart-item__details > * + * {
  margin-top: 0.6rem;
}
.cart-item__link {
  display: block;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.cart-item__name {
  display: block;
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}
.cart-item__discounted-prices .cart-item__old-price,
.product-option {
  font-size: 1.4rem;
}
a.cart-item__name:hover {
  text-underline-offset: 0.3rem;
}
.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}
.product-option {
  word-break: break-all;
}
.accordion__content,
.accordion__title,
.banner__buttons,
.collapsible-content__header,
.image-with-text__content,
.product__title,
.quantity-breaks--compact span,
.quantity-breaks--vertical span,
.rich-text__buttons {
  word-break: break-word;
}
.cart-item cart-remove-button {
  display: flex;
  margin-left: 1rem;
}
cart-remove-button .button {
  min-width: calc(4.5rem / var(--font-body-scale));
  min-height: 4.5rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}
cart-remove-button .icon-remove {
  height: 1.5rem;
  width: 1.5rem;
}
.cart-item .loading-overlay {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}
.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}
.cart-item__error-text {
  font-size: 1.2rem;
  order: 1;
}
.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.4rem;
}
.cart-drawer-item .quantity::after,
.cart-drawer-item .quantity::before,
.cart-item__error-text:empty + svg,
.hide-compare-price .compare-price,
.rating-text,
.tnc-chekcbox[data-checked="false"] .checkmark-checked,
.tnc-chekcbox[data-checked="true"] .checkmark-unchecked,
[data-selected="false"] .checkmark-checked,
[data-selected="true"] .checkmark-unchecked {
  display: none;
}
.product-option + .product-option {
  margin-top: 0.4rem;
}
.product-option * {
  display: inline;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .slider-counter__link {
    padding: 0.7rem;
  }
  .cart-items,
  .cart-items tbody,
  .cart-items thead {
    display: block;
    width: 100%;
  }
  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
    margin-bottom: 4rem;
  }
  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }
  .cart-item:last-child {
    margin-bottom: 0;
  }
  .cart-item__media {
    grid-row: 1/3;
  }
  .cart-item__details {
    grid-column: 2/4;
  }
  .cart-item__quantity {
    grid-column: 2/5;
  }
  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }
  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 750px) {
  .slider--mobile + .slider-buttons {
    display: none;
  }
  .slider.gallery-slider--desktop {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 0;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
  }
  .product--thumbnail_slider .product__media-item:not(.is-active),
  .slider.gallery-slider--desktop .product__media-item:not(.is-active) {
    display: block;
  }
  .slider.gallery-slider--desktop .grid__item {
    width: 100%;
  }
  .cart__items {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-bottom: 4rem;
  }
  .cart__contents > * + * {
    margin-top: 0;
  }
  .cart__items + .cart__footer {
    grid-column: 2;
  }
  .cart__footer {
    display: flex;
    justify-content: space-between;
    border: 0;
  }
  .cart__footer-wrapper:last-child {
    padding-top: 0;
  }
  .cart-item__details,
  .cart__footer > * {
    width: 35rem;
  }
  .cart__footer > * + * {
    margin-left: 4rem;
    margin-top: 0;
  }
  .cart-note {
    max-width: 36rem;
  }
  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }
  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }
  .cart-item__image {
    max-width: 100%;
  }
  cart-remove-button .button {
    min-width: 3.5rem;
    min-height: 3.5rem;
  }
  .cart-item .loading-overlay {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }
  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
  .cart-items thead th:first-child {
    width: 50%;
  }
  .cart-item > td + td,
  .cart-items th + th {
    padding-left: 4rem;
  }
  .cart__items .cart-items td {
    vertical-align: top;
    padding-top: 4rem;
  }
  .cart-item {
    display: table-row;
  }
  .cart-item__media {
    width: 10rem;
  }
  .cart-item cart-remove-button {
    margin: 0.5rem 0 0 1.5rem;
  }
  .cart-item__price-wrapper > :only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  }
}
.discounts {
  font-size: 1.2rem;
}
.discounts__discount {
  display: flex;
  align-items: center;
}
.cart-progress__text,
.cart-timer {
  line-height: 1.3;
  text-align: center;
}
.discounts__discount svg {
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.cart-timer,
.discounts__discount > .icon,
.drawer__close,
.rating-stars a,
.upsell__title a {
  color: rgb(var(--color-foreground));
}
.discounts__discount--position {
  justify-content: center;
}
.discounts__discount > .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
}
.drawer {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
  transition:
    visibility var(--duration-default) ease,
    background-color var(--duration-default) ease;
  background-color: transparent;
}
.drawer__inner,
.drawer__inner-empty {
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
.drawer__header,
.drawer__inner,
.drawer__inner-empty {
  background-color: rgb(var(--color-background));
  display: flex;
}
.drawer.active {
  background-color: rgba(var(--color-foreground), 0.5);
}
.drawer__inner {
  width: 40rem;
  max-width: calc(100vw - 3rem);
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-right: 0;
  border-left: 0;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}
.drawer__inner-empty {
  padding: 0 1.5rem;
}
.cart-drawer--desktop-width-large .drawer__inner {
  width: 50rem;
}
.cart-drawer__warnings {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
cart-drawer.is-empty .drawer__inner {
  display: grid;
  grid-template-rows: 1fr;
  align-items: center;
}
cart-drawer.is-empty .cart-drawer__body,
cart-drawer.is-empty .drawer__footer,
cart-drawer.is-empty .drawer__header,
cart-drawer:not(.is-empty) .cart-drawer__collection,
cart-drawer:not(.is-empty) .cart-drawer__warnings {
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cart-drawer__warnings--has-collection .cart__login-title,
.trustpilot-reviews__content-container + .trustpilot__reviews-container {
  margin-top: 2.5rem;
}
.drawer.active .drawer__inner {
  transform: translateX(0);
}
.drawer__header {
  position: relative;
  padding: 1.5rem;
  justify-content: var(--alignment);
  align-items: center;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.drawer__close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  min-width: 4.4rem;
  min-height: 4.4rem;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.cart-drawer__warnings .drawer__close {
  right: 5px;
  top: 10px;
  transform: none;
}
.drawer__close svg {
  height: 2.4rem;
  width: 2.4rem;
}
.cart-timer {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1em 1.5rem;
  font-size: var(--font-size);
}
.cart-progress,
.drawer__footer > details[open] {
  padding-bottom: 1.5rem;
}
.cart-progress__bar {
  height: 0.9rem;
  background: rgba(var(--color-foreground), 0.15);
  position: relative;
  border-radius: 5rem;
  text-align: center;
  margin: 0 0.5rem;
}
.cart-progress__bar__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 5rem;
  background: rgb(var(--accent-color));
  background-image: linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 0,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
  animation: 4s linear infinite slideBar;
}
.cart-drawer-item .quantity .quantity__button,
.cart-drawer-item .quantity .quantity__input,
.drawer__footer {
  background-color: rgb(var(--color-background));
}
.cart-progress__bar__badge {
  font-size: 3rem;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background: rgb(var(--color-background));
  border-radius: 50%;
  border: solid 0.2rem rgb(var(--accent-color));
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.cart-progress__bar__badge .material-symbols-outlined {
  color: rgb(var(--accent-color));
  font-size: 0.6em;
}
.cart-progress__bar__badge img {
  width: 0.6em;
  height: 0.6em;
  object-fit: contain;
}
.cart-progress__text {
  margin: 0 0 1em;
  font-size: 1.4rem;
  font-weight: 600;
}
.popup-modal__timer p,
.totals__subtotal-value {
  font-weight: var(--font-heading-weight);
}
@keyframes slideBar {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 10rem;
  }
}
.cart-checkpoints {
  padding-bottom: calc(1.5rem + var(--desktop-text-size));
}
.cart-checkpoints .cart-progress__text {
  margin-bottom: 0.7em;
}
.cart-checkpoints .cart-progress__bar {
  margin: 0 2rem;
  height: 0.7rem;
}
.cart-checkpoints .cart-progress__bar__badge {
  font-size: 2.4rem;
}
.cart-checkpoints__icon {
  right: auto;
  left: var(--position);
  transform: translate(-50%, -50%);
}
.cart-checkpoints__label {
  line-height: 1.2;
  position: absolute;
  top: calc(100% + 0.5rem);
  text-align: center;
  white-space: nowrap;
  display: block;
}
.cart-checkpoints
  .cart-progress__bar
  .cart-progress__bar__badge:last-of-type
  .cart-checkpoints__label {
  width: 6.6rem;
  white-space: normal;
}
.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cart-drawer__overlay:empty,
cart-drawer-items {
  display: block;
}
.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.cart-drawer__collection {
  margin: 0 2.5rem 1.5rem;
}
.cart-drawer .cart-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.cart-drawer__body {
  overflow: auto;
  flex: 1;
  padding: 0 1.5rem;
}
.cart-drawer__body > * {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}
@media screen and (max-height: 650px) {
  .cart-drawer__body {
    overflow: visible;
  }
  .drawer__inner {
    overflow: scroll;
  }
}
.cart-drawer .cart-item .loading-overlay {
  top: 50%;
  left: 50%;
  bottom: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-drawer .cart-item__totals {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices s,
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices span,
.cart-drawer .price,
.quantity-break__label-text,
.totals * {
  line-height: 1;
}
.cart-drawer .cart-item .loading-overlay:not(.hidden) ~ * {
  visibility: visible;
  opacity: 0.4;
}
.cart-drawer-item {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 0;
  position: relative;
}
.cart-drawer-item .cart-item__media {
  width: var(--image-size);
  flex-shrink: 0;
}
.cart-drawer-item .cart-item__image {
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%;
}
.cart-drawer-item__right {
  flex-grow: 1;
  padding-left: 1.25rem;
}
.cart-drawer-item .cart-item__name {
  font-size: var(--title-size);
}
.cart-drawer-item__single-item-prices {
  margin-top: 0.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.5rem;
}
.cart-drawer-item__single-item-prices .cart-drawer__discounts,
.mt-0 {
  margin-top: 0;
}
.cart-drawer-item__single-item-prices .cart-drawer__discounts .badge,
.sticky-atc__price .badge {
  font-size: 0.8rem;
}
.cart-drawer-item__single-item-prices + dl {
  margin-top: 0.3rem;
}
.cart-drawer-item__details-and-delete-btn,
.estimated-shipping {
  display: flex;
  align-items: flex-start;
}
.cart-drawer-item .cart-item__details {
  flex-grow: 1;
  width: auto;
  padding-right: 1.5rem;
}
.cart-drawer-item .cart-item__totals {
  pointer-events: auto;
}
.cart-drawer-item cart-remove-button,
.cart-drawer-item cart-remove-button .button {
  width: 2rem;
  height: 2rem;
  min-width: auto;
  min-height: auto;
  margin: 0;
  color: rgb(var(--color-foreground));
  transition: color 0.25s;
}
.cart-drawer-item__quantity-and-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.cart-drawer-item .cart-item__error-text:not(:empty),
.cart-drawer-item .cart-item__error-text:not(:empty) + svg,
.cart-drawer-item__quantity-and-prices--has-props,
.shipping-checkpoint p + p {
  margin-top: 0.5rem;
}
.cart-drawer-item .quantity {
  align-items: center;
  width: auto;
  min-height: auto;
  font-size: var(--font-size);
  border-radius: var(--corner-radius);
  padding: var(--container-padding);
  border: solid var(--border-width) var(--border-color);
}
.cart-drawer-item .quantity__button,
.cart-drawer-item .quantity__input {
  font-size: inherit;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-weight: 700;
}
.cart-drawer-item .quantity__input {
  width: 1.5em;
  padding: var(--padding) var(--input-padding);
  border-left: solid 0.1rem
    rgba(var(--color-foreground), var(--separator-opacity));
  border-right: solid 0.1rem
    rgba(var(--color-foreground), var(--separator-opacity));
  border-radius: 0;
}
.cart-drawer-item .quantity__input:focus-visible {
  outline: 0;
  box-shadow: none;
}
.cart-drawer-item .quantity__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding);
}
.cart-drawer-item .quantity__button--minus {
  border-radius: var(--corner-radius) 0 0 var(--corner-radius);
}
.cart-drawer-item .quantity__button--plus {
  border-radius: 0 var(--corner-radius) var(--corner-radius) 0;
}
.cart-drawer-item .quantity__button svg {
  width: var(--icon-size);
  color: currentColor;
}
.cart-drawer-item .cart-quantity--round-btns .quantity__button {
  border-radius: var(--corner-radius);
}
.cart-drawer-item .cart-quantity--outline-btns .quantity__button {
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-foreground));
  border: solid calc((var(--font-size) + (var(--padding) * 2)) / 15)
    rgb(var(--color-background));
}
.cart-drawer-item__quantity-and-prices--reverse {
  flex-direction: row-reverse;
}
.cart-drawer-item .cart-item__quantity {
  padding-left: 0;
}
.cart-drawer-item .cart-item__error {
  margin-top: 0;
  align-items: center;
}
.cart-drawer__totals,
.upsells-container--stacked-columns .upsell__container {
  flex-direction: column;
}
.cart-drawer-item .cart-item__price-wrapper {
  line-height: 1.1;
}
.cart-drawer-item__saving {
  font-size: 1.4rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 400px) {
  .cart-drawer-item .product-option {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 401px) {
  .cart-drawer-item .cart-item__name {
    font-size: calc(var(--title-size) * 1.15);
  }
}
.drawer__footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.2);
  padding: 0 1.5rem;
}
.drawer__footer > details {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.drawer__footer summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}
.drawer__footer > .cart-drawer__footer {
  padding: 0;
}
.cart-drawer__totals {
  display: flex;
  row-gap: var(--spacing);
}
.cart-drawer__totals--reverse {
  flex-direction: column-reverse;
}
.cart-drawer__totals__row {
  margin: 0;
  line-height: 1.1;
  font-size: var(--text-size);
}
.cart-drawer__totals__row--center {
  text-align: center;
}
.cart-drawer__totals__row--spaced {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-drawer__totals__row__money {
  font-size: 0.9em;
}
.cart-drawer__discounts {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.tnc-checkbox-warning,
.tnc-chekcbox {
  line-height: 1.3;
}
.cart-drawer__discounts .badge {
  font-size: 1rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  background: rgba(var(--color-foreground), 0.08);
  --alpha-badge-border: 0;
}
.cart-drawer .cart__checkout-button {
  max-width: none;
  font-size: 1.8rem;
}
.drawer__footer .cart__dynamic-checkout-buttons {
  max-width: 100%;
}
.drawer__footer #dynamic-checkout-cart ul {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  margin: 0.5rem -0.5rem 0 0 !important;
  gap: 0.5rem;
}
.drawer__footer [data-shopify-buttoncontainer] {
  justify-content: flex-start;
}
.drawer__footer #dynamic-checkout-cart ul > li {
  flex-basis: calc(50% - 0.5rem) !important;
  margin: 0 !important;
}
.drawer__footer #dynamic-checkout-cart ul > li:only-child {
  flex-basis: 100% !important;
  margin-right: 0.5rem !important;
}
.cart-drawer__body::-webkit-scrollbar {
  width: 3px;
}
.cart-drawer__body::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}
.cart-drawer__body::-webkit-scrollbar-track-piece {
  margin-top: 31px;
}
.cart-drawer .cart-discount--bottom-separator .cart-discount-form,
.contact .field-wrapper,
.track-order-form .field {
  margin-bottom: 1.5rem;
}
.cart-drawer .cart-discount:not(.cart-discount--bottom-separator) {
  border-bottom: none;
}
.cart-drawer .drawer__footer > * {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}
.side-margins-negative {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.totals > * {
  font-size: 1.6rem;
  margin: 0;
}
.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
.totals > * + * {
  margin-left: 2rem;
}
.totals__subtotal-value {
  font-size: 1.8rem;
}
.cart__ctas + .totals {
  margin-top: 2rem;
}
.tnc-chekcbox {
  cursor: pointer;
}
.tnc-chekcbox svg {
  height: 1em;
  width: 1em;
  margin-right: 0.4em;
}
.upsell {
  --padding: 0;
  --active-padding: 1rem;
  border-radius: var(--border-radius);
  position: relative;
  display: block;
}
.upsell__outside-title {
  margin: 0 0 0.9rem;
}
.upsell__container {
  display: flex;
  align-items: center;
  padding: var(--padding);
}
.upsell--border,
.upsell--box-shadow,
.upsell--custom-bg,
.upsell:not(.color-background-1) {
  --padding: var(--active-padding);
}
.upsell--box-shadow {
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}
.upsell--custom-bg {
  background: var(--regular-bg-color);
}
.upsell--custom-bg[data-selected="true"] {
  background: var(--selected-bg-color);
}
.upsell--border {
  border: solid var(--border-width) var(--regular-border-color);
}
.upsell--border[data-selected="true"] {
  border-color: var(--selected-border-color);
}
.upsell-toggle-btn:not([disabled]) {
  cursor: pointer;
}
.upsell__image {
  flex-shrink: 0;
  margin-right: 1rem;
  align-self: flex-start;
  position: relative;
  z-index: 0;
}
.upsell__image img {
  width: auto;
  height: var(--image-size);
  border-radius: var(--image-border-radius);
}
.upsell__content {
  flex-grow: 1;
}
.upsell__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: var(--title-font-size);
}
.upsell__title h3 {
  margin: 0;
  font-size: inherit;
  line-height: 1.2;
}
.upsell__price {
  line-height: 1.1;
  font-size: var(--price-font-size);
}
.upsell__title .upsell__price {
  padding-left: 1rem;
  text-align: right;
}
.upsell__price--separate {
  margin-top: 0.3rem;
}
.upsell__desc {
  margin: 0.3rem 0 0;
  font-size: var(--desc-font-size);
  line-height: 1.3;
}
.upsell__variant-picker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.4rem;
  column-gap: 0.5rem;
  margin-top: 0.5rem;
}
.upsell__variant-picker .select {
  width: fit-content;
}
.upsell__variant-picker .select__select {
  height: 1.8rem;
  font-size: 1rem;
  padding: 0 calc(var(--inputs-border-width) + 2rem) 0 0.7rem;
}
.upsell__variant-picker .select .icon-caret {
  right: calc(var(--inputs-border-width) + 0.6rem);
}
.upsell__desc + .upsell__variant-picker {
  margin-top: 0.8rem;
}
.toggle-switch {
  font-size: 2rem;
  width: 2em;
  height: 1em;
  border-radius: 1em;
  position: relative;
  z-index: 0;
  background: rgba(var(--color-foreground), 0.2);
  margin-left: 1.5rem;
  flex-shrink: 0;
  transition: background 0.2s ease-in-out;
}
.toggle-switch__slider {
  display: block;
  width: 0.86em;
  height: 0.86em;
  border-radius: 1em;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  transform: translate(-50%, -50%);
  transition: left 0.3s ease-in-out;
  background: rgb(var(--color-background));
}
[data-selected="true"] .toggle-switch {
  background: rgb(var(--accent-color));
}
[data-selected="true"] .toggle-switch__slider {
  left: 1.5em;
}
.upsell__checkbox {
  padding: 0.5rem;
  margin-left: 1rem;
  font-size: 2rem;
}
.upsell__checkbox svg {
  width: 0.9em;
  height: 0.9em;
  color: rgb(var(--accent-color));
}
.upsell__checkbox .material-icon {
  font-size: 1em;
  color: rgb(var(--accent-color));
}
.upsell--btn-left .toggle-switch,
.upsell--btn-left .upsell__add-btn,
.upsell--btn-left .upsell__checkbox,
.upsell--btn-left .upsell__plus-btn {
  order: -1;
  margin-left: 0;
  margin-right: 1rem;
}
.upsell--btn-left .toggle-switch,
.upsell--btn-left .upsell__checkbox,
.upsell--btn-left .upsell__plus-btn {
  padding: 0.5rem 0.25rem;
}
.upsell__plus-btn {
  font-size: 2.6rem;
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1em;
  border: solid 0.1rem rgba(var(--color-foreground), 0.75);
  flex-shrink: 0;
  margin-left: 1.5rem;
  transition: 0.1s ease-in-out;
}
[data-selected="true"] .upsell__plus-btn {
  background: rgb(var(--accent-color));
  border-color: rgb(var(--accent-color));
}
.upsell__plus-btn .material-icon {
  font-size: 0.65em;
  color: rgba(var(--color-foreground), 0.75);
}
[data-selected="true"] .upsell__plus-btn .material-icon {
  color: rgb(var(--color-background));
}
.upsell__add-btn {
  font-size: 1.5rem;
  line-height: 1.9;
  padding: 0 1em;
  margin-left: 1.5rem;
  border-radius: calc(var(--buttons-radius-outset) / 2);
  position: relative;
  min-height: auto;
  min-width: auto;
}
.upsells-container--stacked-columns {
  display: grid;
  grid-template-columns: repeat(var(--item-count), 1fr);
  align-items: flex-start;
  column-gap: 1rem;
  row-gap: 2rem;
}
.bundle-offer .upsell,
.menu-drawer__title,
.product,
.upsells-container--stacked-columns .upsell {
  margin: 0;
}
.upsells-container--stacked-columns .upsell__checkbox,
.upsells-container--stacked-columns .upsell__plus-btn,
.upsells-container--stacked-columns .upsell__toggle-switch {
  margin: 0;
  position: absolute;
  top: var(--padding);
  right: var(--padding);
}
.upsells-container--stacked-columns .upsell__checkbox {
  padding: 0;
}
.upsells-container--stacked-columns .upsell__image {
  align-self: auto;
  margin: 0 0 1rem;
  width: calc(100% * var(--image-size-number) / 6.5);
}
.upsells-container--stacked-columns .upsell__image img {
  height: auto;
  width: 100%;
}
.upsells-container--stacked-columns .upsell__title {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.upsells-container--stacked-columns .upsell__title .upsell__price {
  margin: 1rem 0 0;
  padding: 0;
  text-align: center;
}
.upsells-container--stacked-columns[data-count="3"] .upsell {
  --padding: 0.8rem;
}
.cart-drawer-upsells-container .splide__pagination,
.product-info-upsells-container .splide__pagination {
  padding-top: 0.5rem;
}
.cart-drawer-gift {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.cart-drawer-gift__progress {
  line-height: 1.2;
  margin: 0;
  padding: 1rem var(--padding);
}
.upsell--border .cart-drawer-gift__progress {
  border-bottom: solid 0.1rem var(--regular-border-color);
}
.upsell--border[data-selected="true"] .cart-drawer-gift__progress {
  border-color: var(--selected-border-color);
}
.cart-drawer-gift__image__locked {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--image-border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(var(--color-background), 0.75);
  border: solid 0.1rem rgba(var(--color-foreground), 0.01);
}
.cart-drawer-gift__image__locked .lock {
  --lock-color: rgb(var(--color-foreground));
  transform: scale(0.65);
}
.bundle-offer {
  --padding: 1rem;
}
.bundle-offer h3 {
  margin-bottom: 0.4em;
}
.bundle-offer__divider {
  padding: 0 var(--padding);
}
.bundle-offer__divider svg {
  display: block;
  font-size: 3rem;
  width: 1em;
  height: 1em;
  padding: 0.2em;
  border-radius: 50%;
  color: rgb(var(--border-color));
  border: solid 1px rgba(var(--border-color), var(--plus-border-opacity));
}
.bundle-offer__divider span {
  display: block;
  height: 1px;
  flex-grow: 1;
  background: rgba(var(--border-color), var(--divider-opacity));
}
.bundle-offer__footer {
  border-top: solid var(--border-thickness)
    rgba(var(--border-color), var(--border-opacity));
  padding: var(--padding);
}
.bundle-offer__footer__total-text {
  font-size: 1.8rem;
}
.bundle-offer__footer p,
.fb-post p {
  margin: 0;
  line-height: 1.25;
}
.bundle-offer__footer__benefit {
  font-size: 1.2rem;
}
.bundle-offer__footer__prices {
  font-size: 1.7rem;
}
.payment-badges-block .list-payment,
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.accordion {
  display: block;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.accordion--top-border,
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.accordion__summary {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 1.25rem 0;
  cursor: pointer;
}
.accordion .summary__title {
  display: flex;
  align-items: center;
  flex: 1;
}
.accordion .summary__title + .icon-caret {
  height: calc(var(--font-heading-scale) * 0.6rem);
  transition: transform 0.2s ease-in-out;
}
.accordion .summary__title + .icon-plus {
  width: calc(var(--font-heading-scale) * 1.2rem);
  transition: transform 0.2s ease-in-out;
  margin-right: 1rem;
}
.accordion + .accordion {
  border-top: none;
  margin-top: 0;
}
.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  font-size: calc(var(--font-heading-scale) * 1.2rem);
  margin: 0;
}
.accordion .summary__title img {
  height: calc(var(--font-heading-scale) * 1.8rem);
  width: auto;
  margin-right: calc(var(--font-heading-scale) * 0.75rem);
}
.accordion .material-symbols-outlined {
  align-self: center;
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  margin-right: calc(var(--font-heading-scale) * 0.75rem);
}
.accordion__details[open] .accordion__summary .icon-caret {
  transform: rotate(180deg);
}
.accordion__details[open] .accordion__summary .icon-plus,
.hotspot[data-open="true"] .material-icon {
  transform: rotate(135deg);
}
.accordion__content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.2s ease-in-out;
}
.accordion__details[open] + .accordion__content-wrapper {
  grid-template-rows: 1fr;
}
.accordion__content {
  overflow: visible;
  padding: 0 0.6rem;
  min-height: 0;
  transition:
    padding-bottom,
    opacity 0.2s;
  overflow-y: visible;
  opacity: 0;
}
.accordion__details[open] + .accordion__content-wrapper .accordion__content {
  padding-bottom: 1.5rem;
  opacity: 1;
}
.accordion--small .material-symbols-outlined {
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  margin-right: calc(var(--font-heading-scale) * 0.4rem);
}
.accordion--small .summary__title img {
  height: calc(var(--font-heading-scale) * 1.4rem);
  margin-right: calc(var(--font-heading-scale) * 0.4rem);
}
.accordion--small .accordion__title {
  max-width: calc(100% - 5rem);
  font-size: calc(var(--font-heading-scale) * 1.1rem);
}
.accordion--small .summary__title + .icon-caret {
  height: calc(var(--font-heading-scale) * 0.5rem);
}
.accordion--small .summary__title + .icon-plus {
  width: calc(var(--font-heading-scale) * 1rem);
}
.accordion--large .material-symbols-outlined {
  font-size: calc(var(--font-heading-scale) * 2.2rem);
}
.accordion--large .summary__title img {
  height: calc(var(--font-heading-scale) * 2.2rem);
}
.accordion--large .accordion__title {
  max-width: calc(100% - 5rem);
  font-size: calc(var(--font-heading-scale) * 1.4rem);
}
.accordion--large .summary__title + .icon-caret {
  height: calc(var(--font-heading-scale) * 0.7rem);
}
.accordion--large .summary__title + .icon-plus {
  width: calc(var(--font-heading-scale) * 1.4rem);
}
.rating,
.rating-count {
  display: inline-block;
  margin: 0;
}
.product .rating-star {
  --letter-spacing: 0.8;
  --font-size: 1.7;
}
.card-wrapper .rating-star {
  --letter-spacing: 0.7;
  --font-size: 1.4;
}
.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: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.rating-star::before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    var(--color-icon) var(--percent),
    rgba(var(--color-foreground), 0.15) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mega-menu {
  position: static;
}
.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: absolute;
  right: 0;
  top: 100%;
}
.newsletter-form__button,
.search__button {
  right: var(--inputs-border-width);
}
.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}
.collapsible-none-layout .accordion + .accordion,
.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}
.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}
.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}
.menu-drawer__account:hover .icon-account,
.reset__button:hover .icon,
.search__button:hover .icon {
  transform: scale(1.07);
}
.mega-menu__list {
  display: grid;
  gap: 2.4rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}
.mega-menu__link {
  color: rgba(var(--color-foreground), 0.9);
  display: block;
  font-size: 1.3rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}
.mega-menu__link--level-2 {
  font-size: 1.4rem;
}
.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 0.8rem;
}
.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}
.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}
.mega-menu__link--active {
  color: rgb(var(--accent-color));
}
.mega-menu .mega-menu__list--condensed {
  display: block;
}
.mega-menu__list--condensed .mega-menu__link {
  font-weight: 400;
}
.products-mega-menu__body {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  border-top: solid 0.1rem
    rgba(var(--color-foreground), var(--popup-border-opacity));
  border-bottom: solid 0.1rem
    rgba(var(--color-foreground), var(--popup-border-opacity));
}
.products-mega-menu__body > .page-width {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.products-mega-menu__overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.products-mega-menu__list {
  list-style: none;
  padding-left: 0;
  max-width: 25rem;
}
.products-mega-menu__content {
  position: absolute;
  top: 0;
  left: 25rem;
  max-width: calc(100% - 25rem);
  width: 100%;
}
.products-mega-menu__item .header__menu-item {
  border-bottom: solid 0.1rem rgba(var(--color-foreground), 0.15);
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.products-mega-menu__cards .card__badge,
.products-mega-menu__cards .card__information .price {
  display: none;
}
.products-mega-menu__item .header__menu-item svg {
  margin-left: auto;
  width: 1.1rem;
  height: 1.1rem;
  transform: rotate(-90deg);
}
.header__menu-item__preview-image {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.header__menu-item__preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.collapsible-content summary:hover,
.products-mega-menu__item--active .header__menu-item {
  background: rgba(var(--color-foreground), 0.04);
}
.products-mega-menu__cards {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: start;
  column-gap: 2rem;
  row-gap: 1.5rem;
  transition: 0.2s;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  padding-left: 2rem;
}
.products-mega-menu__item--active .products-mega-menu__cards {
  visibility: visible;
  opacity: 1;
  max-height: none;
}
.newsletter-form__field-wrapper,
.products-mega-menu__cards li {
  width: 100%;
}
.no-js .menu-drawer__navigation,
.products-mega-menu__cards .card__information {
  padding: 0;
}
.products-mega-menu__cards .card__heading {
  font-size: calc(var(--font-heading-scale) * 1.1rem);
}
.products-mega-menu__cards .card__heading svg {
  transform: translateY(0.2rem);
}
.products-mega-menu__cards
  .card--card
  .card__content
  .card__information
  .card-information
  .loox-rating,
h2 + .rating-stars,
h2 + .trustpilot-stars {
  margin-top: 0.3rem;
}
.products-mega-menu__cards svg.loox-icon {
  width: 1.3rem;
  height: 1.3rem;
}
.products-mega-menu__cards .loox-rating-label {
  font-size: 1.3rem;
}
.products-mega-menu__content,
.products-mega-menu__list {
  min-height: 300px;
  max-height: 450px;
  overflow-y: auto;
}
@media screen and (max-width: 1250px) {
  .products-mega-menu__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-mega-menu__cards--mobile {
  grid-template-columns: repeat(2, 1fr);
  visibility: visible;
  opacity: 1;
  max-height: none;
  padding: 1.5rem;
}
.reset__button:not(:focus)::after,
.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  right: 0;
  content: "";
}
.header__menu-item__preview-image--mobile {
  width: 3rem;
  height: 3rem;
  margin-right: 0.75rem;
}
.menu-drawer__submenu {
  overflow-y: visible;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}
.newsletter-form__field-wrapper .field {
  z-index: 0;
}
.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}
.newsletter-form__message--success {
  margin-top: 2rem;
}
.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
.reset__button,
.search__button {
  top: var(--inputs-border-width);
}
.newsletter-form__button:focus-visible {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}
.newsletter-form__button:focus {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}
.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}
.newsletter-form__button .icon {
  width: 1.5rem;
}
.search__input.field__input {
  padding-right: 9.8rem;
}
.reset__button {
  right: calc(var(--inputs-border-width) + 4.4rem);
}
.reset__button:not(:focus-visible)::after {
  height: calc(100% - 1.6rem);
  position: absolute;
}
.reset__button:not(:focus)::after {
  height: calc(100% - 1.8rem);
  position: absolute;
}
.js .menu-drawer__menu-item .icon-caret,
.menu-drawer .list-social:empty,
.no-js .menu-drawer .icon-arrow,
.no-js .menu-drawer__close-button {
  display: none;
}
.reset__button:focus-visible,
.search__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}
.reset__button:focus,
.search__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}
.reset__button:not(:focus-visible):not(.focused),
.search__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}
.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}
.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}
input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.disclosure__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 4rem;
  padding: 0 1.5rem;
  font-size: 1.3rem;
  background-color: transparent;
}
.disclosure__list-wrapper,
.menu-drawer {
  background-color: rgb(var(--color-background));
  border-style: solid;
}
.disclosure__list-wrapper {
  border-width: var(--popup-border-width);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  transform: translateY(-1rem);
  z-index: 2;
  border-radius: var(--popup-corner-radius);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.color-swatch,
.color-swatch__image {
  border-radius: var(--swatches-radius);
}
.disclosure__list {
  position: relative;
  overflow-y: auto;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  scroll-padding: 0.5rem 0;
  min-height: 8.2rem;
  max-height: 19rem;
  max-width: 22rem;
  min-width: 12rem;
  width: max-content;
}
.disclosure__link {
  display: block;
  padding: 0.5rem 2.2rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}
.header__icon--menu {
  position: initial;
}
.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: "";
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity, visibility;
  top: 0;
}
menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition:
    opacity var(--duration-default) ease,
    visibility var(--duration-default) ease;
}
.menu-drawer {
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 10;
  left: 0;
  width: calc(100vw - 4rem);
  padding: 0;
  border-width: 0 var(--drawer-border-width) 0 0;
  overflow-x: hidden;
  border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset)
      var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
  top: 0;
  position: fixed;
}
.js .menu-drawer {
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  height: 100vh;
}
.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition:
    transform var(--duration-default) ease,
    visibility var(--duration-default) ease;
}
.js details[open].menu-opening > .menu-drawer,
.no-js details[open] > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}
.menu-drawer__title-and-close-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.5rem 1rem 2rem;
  border-bottom: solid 1px rgba(var(--color-foreground), 0.1);
}
.menu-drawer__inner-submenu {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.no-js .menu-drawer__navigation > ul > li {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.04);
}
.no-js .menu-drawer__submenu ul > li {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.04);
}
.menu-drawer__menu-item {
  font-size: 1.8rem;
}
.no-js .menu-drawer__menu-item {
  font-size: 1.6rem;
}
.no-js .menu-drawer__submenu .menu-drawer__menu-item {
  padding: 1.2rem 5.2rem 1.2rem 6rem;
}
.no-js .menu-drawer__submenu .menu-drawer__submenu .menu-drawer__menu-item {
  padding-left: 9rem;
}
.menu-drawer summary.menu-drawer__menu-item {
  padding-right: 5.2rem;
}
.no-js .menu-drawer__menu-item .icon-caret {
  right: 3rem;
}
.menu-drawer__close-button:focus,
.menu-drawer__close-button:hover,
.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__menu-item:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.04);
}
.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}
.menu-drawer__menu-item > .icon-arrow {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  border-left: 0.1rem solid rgba(var(--color-foreground), 0.2);
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}
.js .menu-drawer__submenu .menu-drawer__submenu,
header-drawer .js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}
.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}
.horizontal-ticker__item--italic,
.vertical-ticker__item--italic {
  font-style: italic;
}
.menu-drawer__close-button .icon-arrow {
  transform: rotate(180deg);
  margin-right: 1rem;
}
.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem;
  margin-left: -1.2rem;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
}
.menu-drawer__account .icon-account {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}
.menu-drawer .list-social {
  justify-content: flex-start;
  justify-content: center;
  margin: 0;
}
.menu-drawer .list-social__link {
  padding: 1.3rem 1.25rem;
}
.menu-drawer__menu-item {
  padding: 0.9rem 2rem;
  color: rgb(var(--color-foreground));
}
.menu-drawer__inner-container {
  position: relative;
  height: auto;
}
header-drawer .menu-drawer__inner-container {
  height: calc(100% - 6.5rem);
}
.menu-drawer__navigation {
  padding: 1rem 0;
}
.menu-drawer__utility-links {
  background-color: rgba(var(--color-foreground), 0.03);
  background: 0 0;
  padding: 1rem 2rem;
  border-top: solid 1px rgba(var(--color-foreground), 0.1);
}
.header__icon--menu[aria-expanded="true"]:before {
  z-index: 1;
  position: fixed;
  height: 100vh;
  top: 0;
}
.product.grid {
  gap: 0;
}
.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}
.product__media-wrapper {
  padding-left: 0;
}
.product-form,
.product-popup-modal__opener,
.product__media-item--variant:first-child,
bundle-deals,
dynamic-dates,
quantity-breaks,
quantity-gifts,
variant-selects {
  display: block;
}
.product-media__trust-badge {
  position: absolute;
  z-index: 1;
}
.product-media__trust-badge--small {
  width: 15%;
}
.product-media__trust-badge--medium {
  width: 20%;
}
.product-media__trust-badge--large {
  width: 25%;
}
.collection-list__item:only-child,
.product-media__trust-badge img {
  max-width: 100%;
  width: 100%;
}
.product-media__trust-badge--top-right {
  top: 1rem;
  right: 1rem;
}
.product-media__trust-badge--top-left {
  top: 1rem;
  left: 1rem;
}
.product-media__trust-badge--bottom-right {
  bottom: 1rem;
  right: 1rem;
}
.product-media__trust-badge--bottom-left {
  bottom: 1rem;
  left: 1rem;
}
.product-page-price .price__regular .price-item--regular {
  font-size: 2.5rem;
}
.color-swatches-container {
  display: flex;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
  --swatch-size: 4.75rem;
  --transparent-border-size: 0.3rem;
  --selected-border-size: 0.2rem;
}
.color-swatches-container--size-small {
  --swatch-size: 3.5rem;
  --transparent-border-size: 0.2rem;
  --selected-border-size: 0.1rem;
}
.color-swatches-container--size-large {
  --swatch-size: 5.75rem;
  column-gap: 0.8rem;
  row-gap: 0.8rem;
}
.color-swatches-container--size-extra-large {
  --swatch-size: 7rem;
  column-gap: 1rem;
  row-gap: 1rem;
  padding-top: 0.2rem;
}
.color-swatch {
  position: relative;
}
.color-swatch__image {
  width: var(--swatch-size);
  height: var(--swatch-size);
  position: relative;
  overflow: hidden;
  border: solid var(--transparent-border-size) rgb(var(--color-background));
  box-shadow: 0 0 0 var(--selected-border-size)
    rgba(var(--color-foreground), var(--swatches-border-opacity));
}
.color-swatch input:checked {
  color: red;
}
.color-swatch input:checked + .color-swatch__image {
  box-shadow: 0 0 0 var(--selected-border-size)
    rgba(var(--color-foreground), var(--swatches-selected-border-opacity));
}
.color-swatch__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.color-swatch__custom-color {
  width: 95%;
  height: 95%;
  background: var(--bg-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--swatches-radius);
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.3);
}
.color-swatch_hidden-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.color-swatch__label,
.color-swatch__label::before {
  position: absolute;
  left: 50%;
  background: rgb(var(--color-foreground));
}
.color-swatch__label {
  bottom: calc(100% + 0.5em);
  text-align: center;
  color: rgb(var(--color-background));
  transform: translate(-50%, 50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 1.5rem;
  line-height: 2em;
  padding: 0.25em 0.65em;
  border-radius: 0.5em;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  display: none;
}
.color-swatch__label::before {
  font-size: 1em;
  content: "";
  display: block;
  top: 100%;
  transform: translateX(-50%);
  width: 0.75em;
  height: 0.5em;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.estimated-shipping__icon:not(:empty) {
  margin-right: 1.25rem;
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  --icon-size: 2.75rem;
}
.estimated-shipping__icon--small {
  --icon-size: 2.25rem;
}
.estimated-shipping__icon--large {
  --icon-size: 3.5rem;
}
.estimated-shipping__icon span,
.price__badge-custom .material-icon {
  font-size: var(--icon-size);
}
.estimated-shipping__icon img {
  display: block;
  width: var(--icon-size);
}
.estimated-shipping__text p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.75rem;
}
.emoji-benefits-container p:last-child,
.estimated-shipping__text p:last-child {
  margin-bottom: 0;
}
.payment-badges {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.emoji-benefits-container p {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }
  .cart__empty-text {
    margin: 0 0 3rem;
  }
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 6rem;
  }
  .cart-item__details {
    width: 50rem;
  }
  .cart-items thead th:first-child {
    width: 60%;
  }
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media).product--right
    .product__info-wrapper {
    padding: 0 4rem 0 0;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
.no-js .shopify-payment-button__button [role="button"]:focus,
.shopify-payment-button__button [role="button"].focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}
.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}
.shopify-payment-button__button [role="button"]:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow:
    0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}
.shopify-payment-button__button--unbranded {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}
.color-accent-1 .shopify-payment-button__button--unbranded,
.color-accent-2 .shopify-payment-button__button--unbranded,
.color-background-2 .shopify-payment-button__button--unbranded,
.color-inverse .shopify-payment-button__button--unbranded {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.shopify-payment-button__button--unbranded::after,
.shopify-payment-button__button--unbranded::before {
  --border-opacity: var(--buttons-border-opacity);
}
.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-foreground));
}
.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.product .price--sold-out .price__badge-custom,
.product .price--sold-out .price__badge-sale,
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:not(.disabled)
  + label
  > .visually-hidden,
.product-form__quantity-and-btn .quantity__label,
.product__media-item.product__media-item--variant,
.product__title > a {
  display: none;
}
.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}
.product-form__input--quantity-breaks,
.product-form__quantity {
  max-width: none;
}
.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}
.main-product__info-container > :nth-last-child(2),
.product-form__input:last-of-type,
.product__info-container .form__label,
.product__info-container > :last-child {
  margin-bottom: 0;
}
.product-form__input .form__label {
  padding-left: 0;
  font-weight: 600;
}
fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}
.product-form__input input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]
  + label {
  --color-foreground: var(--accent-color);
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgba(
    var(--color-foreground),
    var(--variant-pills-inactive-overlay-opacity)
  );
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: var(--variant-pills-padding-y) var(--variant-pills-padding-x);
  font-size: var(--variant-pills-text-size);
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]
  + label:before {
  content: "";
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset)
    var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius)
    rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]
  + label:hover {
  border-color: rgb(var(--color-foreground));
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:checked
  + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
  .icon-close-small path,
  .path {
    stroke: CanvasText;
  }
  .slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: CanvasText;
  }
  .product-form__input:not(.product-form__input--quantity-breaks)
    input[type="radio"]:checked
    + label {
    text-decoration: underline;
  }
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:checked
  + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"].disabled
  + label,
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:disabled
  + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"].disabled:checked
  + label,
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:disabled:checked
  + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:focus-visible
  + label {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
.no-js .shopify-payment-button__button [role="button"]:focus + label,
.product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"].focused
  + label {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
.no-js
  .product-form__input:not(.product-form__input--quantity-breaks)
  input[type="radio"]:focus:not(:focus-visible)
  + label {
  box-shadow: none;
}
.product-form__input .select,
.small-field__field {
  max-width: 25rem;
}
.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}
.product-form__submit[aria-disabled="true"]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled],
.product-form__submit[disabled]
  + .shopify-payment-button
  .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-form__submit {
  font-size: 1.9rem;
}
.product-form__buttons > * + * {
  margin-top: 1rem;
}
.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
  letter-spacing: 0.1rem;
  font-size: 1.9rem;
  padding-top: 0;
  padding-bottom: 0;
}
.product__info-container > * {
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}
.product-form__quantity-and-btn,
.quantity-break__image-and-content {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.product-form__quantity-and-btn--right {
  flex-direction: row-reverse;
}
.product-form__quantity-and-btn .product-form__quantity {
  flex-basis: auto;
}
.product-form__quantity-and-btn--stretch-quantity .quantity {
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}
.product__info-container > :first-child {
  margin-top: 0;
}
.contact img,
.product--no-media .share-button,
.product--no-media noscript .product-form__input,
.product__info-container iframe,
.slideshow__text > * {
  max-width: 100%;
}
.product__text-container {
  --font-size: var(--mobile-text-size);
  --icon-scale: 1.2;
  font-size: var(--font-size);
  border: solid var(--border-size) var(--border-color);
  width: 100%;
}
.product__text-container--fit-content,
.urgency-text {
  width: fit-content;
}
.product__text-container.side-margins-negative {
  width: auto;
}
.product__text-container--fit-content.product__text-container--center {
  margin-left: auto;
  margin-right: auto;
}
.product__text-container--fit-content.product__text-container--right {
  margin-left: auto;
}
.product__text-container--background {
  background: var(--bg-color);
  border-radius: var(--corner-radius);
  padding: var(--padding) calc(var(--padding) * 2);
}
.product__text-container--multiple {
  display: grid;
  grid-template-columns: repeat(var(--item-count), 1fr);
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.product__text-container--multiple.product__text-container--fit-content {
  display: flex;
}
.product__text-container--multiple.product__text-container--vertical {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
a.product__text {
  text-decoration: none;
}
.product__text {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  color: var(--text-color);
  font-size: inherit;
  line-height: 1.3;
  margin: 0;
}
.product--no-media .product__inventory,
.product__text-center {
  justify-content: center;
}
.product__text-center {
  text-align: center;
}
.product__text-right {
  text-align: right;
  justify-content: flex-end;
}
.product__text img {
  height: 1em;
  width: auto;
}
.product__text .material-icon,
.product__text img {
  font-size: calc(1em * var(--icon-scale));
  margin-right: 0.25em;
  color: var(--icon-color);
  flex-shrink: 0;
}
.product__title > * {
  margin: 0;
}
.product__accordion .accordion__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product .price--sold-out .price__badge-sold-out {
  background: 0 0;
  color: rgb(var(--color-base-text));
  border-color: transparent;
}
.price__badge-custom img {
  height: var(--icon-size);
  width: auto;
}
@media screen and (min-width: 750px) {
  .discounts__discount--position {
    justify-content: flex-end;
  }
  .cart-drawer__totals__row {
    font-size: calc(var(--text-size) * 1.15);
  }
  .drawer__footer #dynamic-checkout-cart ul > li {
    flex-basis: calc(100% / 3 - 0.5rem) !important;
    margin: 0 !important;
  }
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(2),
  .drawer__footer
    #dynamic-checkout-cart
    ul
    > li:first-child:nth-last-child(2)
    ~ li,
  .drawer__footer #dynamic-checkout-cart ul > li:first-child:nth-last-child(4),
  .drawer__footer
    #dynamic-checkout-cart
    ul
    > li:first-child:nth-last-child(4)
    ~ li {
    flex-basis: calc(50% - 0.5rem) !important;
  }
  .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 36rem;
  }
  .newsletter-form__message {
    justify-content: flex-start;
  }
  .menu-drawer {
    width: 40rem;
  }
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }
  .product--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }
  .product__info-wrapper {
    padding: 0 0 0 5rem;
  }
  .product__info-wrapper--extra-padding {
    padding: 0 0 0 8rem;
  }
  .product--right .product__info-wrapper {
    padding: 0 5rem 0 0;
  }
  .product--right .product__info-wrapper--extra-padding {
    padding: 0 8rem 0 0;
  }
  .product--right .product__media-list {
    margin-bottom: 2rem;
  }
  .product__media-container .slider-buttons {
    display: none;
  }
  .color-swatch__label {
    display: block;
  }
  .color-swatches-container {
    --swatch-size: 5rem;
  }
  .color-swatches-container--size-small {
    --swatch-size: 4.25rem;
    --transparent-border-size: 0.2rem;
    --selected-border-size: 0.2rem;
  }
  .color-swatches-container--size-large {
    --swatch-size: 6.5rem;
  }
  .color-swatches-container--size-extra-large {
    --swatch-size: 8rem;
  }
  .product__info-container {
    max-width: 60rem;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }
  .product__text-container {
    --font-size: var(--desktop-text-size);
  }
}
.product__description-title {
  font-weight: 600;
}
.product--no-media .price,
.product--no-media .product__sku,
.product--no-media .product__text,
.product--no-media .product__title,
.product--no-media noscript .product-form__input,
.product--no-media shopify-payment-terms {
  text-align: center;
}
.product--no-media .product__info-wrapper,
.product--no-media .product__media-wrapper {
  padding: 0;
}
.product--no-media .product-form,
.product--no-media .product-form__input--dropdown,
.product--no-media .product-form__quantity,
.product--no-media .product__pickup-availabilities,
.product--no-media .product__view-details,
.product--no-media .share-button,
.product--no-media fieldset.product-form__input {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product--no-media .product-form {
  flex-direction: column;
}
.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}
.product--no-media .product-form__input--dropdown,
.product--no-media .product-form__quantity {
  flex-direction: column;
  max-width: 100%;
}
.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}
.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}
.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem;
}
.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}
.product--no-media .product-popup-modal__button {
  padding-right: 0;
}
.urgency-text {
  text-align: center;
  padding: 0 0.5em;
  border: solid 0.2rem rgb(var(--color-background));
  color: rgb(var(--color-background));
  background: 0 0;
  margin-left: auto;
  margin-right: auto;
}
.product-info__image-block {
  display: flex;
  justify-content: var(--image-alignment);
}
.product-info__image-block .media {
  width: var(--image-width);
}
.comparison-table tbody,
.product-info__image-block img,
.product-info__image-block video {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 749px) {
  .cart-checkpoints {
    padding-bottom: calc(1.5rem + var(--mobile-text-size));
  }
  .upsells-container--stacked-columns[data-count="3"] .upsell {
    --padding: 0.6rem;
  }
  .upsells-container--stacked-columns[data-count="3"] .upsell__title {
    font-size: calc(var(--title-font-size) * 0.9);
  }
  .upsells-container--stacked-columns[data-count="3"] .upsell__desc {
    font-size: calc(var(--desc-font-size) * 0.9);
  }
  .upsells-container--stacked-columns[data-count="3"] .upsell__checkbox {
    font-size: 1.8rem;
  }
  .upsells-container--stacked-columns[data-count="2"] .upsell__toggle-switch,
  .upsells-container--stacked-columns[data-count="3"] .upsell__plus-btn {
    font-size: 1.6rem;
  }
  .upsells-container--stacked-columns[data-count="3"] .upsell__toggle-switch {
    font-size: 1.4rem;
  }
  .upsells-container--stacked-columns[data-count="2"] .upsell__plus-btn {
    font-size: 2rem;
  }
  .product-form__quantity-and-btn--shrink-atc
    .product-form__quantity
    + .product-form__submit {
    min-height: calc((var(--inputs-border-width) * 2) + 4rem);
  }
  .product__text-container--fit-content.product__text-container--mobile-left {
    margin-left: 0;
  }
  .product__text-container--fit-content.product__text-container--mobile-center {
    margin-left: auto;
    margin-right: auto;
  }
  .product__text-container--fit-content.product__text-container--mobile-right {
    margin-left: auto;
  }
  .product__text-mobile-left {
    text-align: left;
    justify-content: flex-start;
  }
  .product__text-mobile-center {
    text-align: center;
    justify-content: center;
  }
  .product__text-mobile-right {
    text-align: right;
    justify-content: flex-end;
  }
  .product-info__image-block--mobile-alignment {
    justify-content: var(--mobile-image-alignment);
  }
  .product-info__image-block--mobile-full,
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }
  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }
  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }
  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }
  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}
.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}
.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  transition:
    color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}
.product__media-video .product__media-icon {
  opacity: 1;
}
.image-magnify-hover,
.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}
.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.product-media-container .product__modal-opener,
.product__media-item > * {
  display: block;
  position: relative;
}
.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}
.product-media-modal,
.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  position: fixed;
}
.product__media-toggle::after {
  content: "";
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  z-index: 2;
}
.product-media-modal[open],
.product-popup-modal[open] {
  visibility: visible;
  z-index: 101;
  opacity: 1;
}
.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle:focus-visible:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product__media-toggle.focused:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product-media-modal {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}
.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}
.product-media-modal__content > :not(.active),
.product:not(.featured-product) .product__view-details,
.product__media-icon--none,
.product__media-list .deferred-media,
.product__modal-opener--image .product__media-zoom-none,
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}
.product-media-modal__toggle,
.product-popup-modal__toggle {
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  cursor: pointer;
}
.product-media-modal__content .media {
  background: 0 0;
}
.image-with-text .product-info__image-block,
.product-media-modal__content .deferred-media,
.product-media-modal__model,
.rich-text__blocks,
.sizing-chart__modal img,
media-gallery .slider-buttons {
  width: 100%;
}
.product-media-modal__toggle {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  right: 2rem;
  padding: 1.2rem;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}
@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(
      var(--media-shadow-vertical-offset) * var(--media-shadow-visible)
    );
  }
  .product__media-list {
    padding-right: calc(
      var(--media-shadow-horizontal-offset) * var(--media-shadow-visible)
    );
  }
  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active),
  .product-media-modal__content
    > .product__media-item--variant.product__media-item--variant,
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant:first-child,
  .product-media-modal__content > :not(.active),
  .product__media-list .deferred-media {
    display: block;
  }
  .grid__item.product__media-item--full {
    width: 100%;
  }
  .product--columns
    .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }
  .product--medium.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }
  .product--medium.product--columns
    .product__media-item--full
    .deferred-media__poster-button
    .icon {
    width: 1.8rem;
    height: 1.8rem;
  }
  .product--small.product--columns
    .product__media-item--full
    .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }
  .product--small.product--columns
    .product__media-item--full
    .deferred-media__poster-button
    .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * {
    width: 100%;
  }
  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}
.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
  transition: 0.15s;
}
.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 5rem auto 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.product-popup-modal__content--centered {
  top: 50%;
  margin-top: 0;
  transform: translate(-50%, -50%);
  height: auto;
  max-height: 90vh;
  padding-bottom: 2rem;
}
.product-popup-modal__content--centered .product-popup-modal__content-info {
  margin-top: -2rem;
}
.product-popup-modal__content.focused {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
      var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.product-popup-modal__content:focus-visible {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
      var(--popup-shadow-blur-radius)
      rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  min-height: 2.5rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__content-info {
  padding-right: 4.4rem;
}
.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}
.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product-popup-modal__toggle--minimalistic {
  border: none;
  transform: translate(1.2rem, -1.2rem);
  color: rgba(var(--color-foreground), 0.75);
}
.product-popup-modal__toggle--minimalistic:hover {
  color: rgba(var(--color-foreground), 0.95);
}
.horizontal-ticker__inner,
.product__media-list .media > * {
  overflow: hidden;
}
.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}
@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
  .product--stacked .thumbnail-list {
    display: none;
  }
  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product:not(.product--columns)
    .product__media-list
    .product__media-item--full,
  .product:not(.product--columns)
    .product__media-list
    .product__media-item:first-child {
    width: 100%;
    max-width: 100%;
  }
  .product__modal-opener .product__media-icon {
    opacity: 0;
  }
  .product__modal-opener:focus .product__media-icon,
  .product__modal-opener:hover .product__media-icon {
    opacity: 1;
  }
  .product-media-modal__content {
    padding: 2rem 11rem 1.5rem;
  }
  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
  }
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.quantity-gifts,
.shipping-checkpoints {
  grid-template-columns: repeat(var(--item-count), 1fr);
}
@media screen and (max-width: 749px) {
  .product--thumbnail
    .is-active
    .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider
    .is-active
    .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
  .product-popup-modal__content {
    border-radius: calc(var(--popup-corner-radius) * 0.8);
  }
  .product-popup-modal__content:not(.product-popup-modal__content) table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings video {
    border: none;
    border-radius: 0;
  }
  .product-popup-modal__content--centered {
    padding-bottom: 1.5rem;
  }
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
  .product__media-item,
  .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .product__modal-opener {
    width: 100%;
  }
  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.75rem 0.1rem;
    column-gap: 0.75rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .thumbnail-list__item.slider__slide {
    width: calc((100% / var(--mobile-thumbnails)) - 0.5rem);
  }
  .thumbnail-slider .slider-button {
    width: 2.5rem;
  }
}
@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
  }
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc((100% / (var(--desktop-thumbnails) - 1)) - 0.8rem);
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
}
.thumbnail.global-media-settings img {
  border-radius: 0;
}
.thumbnail[aria-current] {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
  border-color: rgb(var(--color-foreground));
}
.image-magnify-full-size {
  cursor: zoom-out;
  z-index: 1;
  margin: 0;
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
@media (hover: hover) {
  .action-btns--arrow
    button.button:not([disabled], [disabled="true"], .button--tertiary),
  .link-btns--arrow a.button:not([aria-disabled="true"]) {
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .action-btns--arrow
    button.button:not([disabled], [disabled="true"], .button--tertiary)::before,
  .link-btns--arrow a.button:not([aria-disabled="true"])::before {
    top: 50%;
    right: 3rem;
    left: auto;
    bottom: auto;
    z-index: 1;
    box-shadow: none;
    border-radius: 0;
    background: rgb(var(--color-button-text));
    transform: translate(calc(3rem + 100%), -50%);
    height: 0.65em;
    width: 2em;
    clip-path: polygon(
      0% 32%,
      70% 32%,
      70% 0%,
      100% 50%,
      70% 100%,
      70% 68%,
      0% 68%
    );
    transition: transform 0.3s ease-in-out;
  }
  .action-btns--arrow
    button.button:not([disabled], [disabled="true"], .button--tertiary):hover,
  .link-btns--arrow a.button:not([aria-disabled="true"]):hover {
    padding-right: 6rem;
  }
  .action-btns--arrow
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::before,
  .link-btns--arrow a.button:not([aria-disabled="true"]):hover::before {
    transform: translate(50%, -50%);
  }
  .action-btns--center
    button.button:not([disabled], [disabled="true"], .button--tertiary)::before,
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary)::before,
  .link-btns--center a.button:not([aria-disabled="true"])::before,
  .link-btns--left a.button:not([aria-disabled="true"])::before {
    --alpha-button-background: 1;
    background-color: rgba(
      var(--color-button-text),
      var(--alpha-button-background)
    );
    background: 0 0;
    z-index: -2;
    box-shadow:
      var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
        var(--shadow-blur-radius)
        rgba(var(--color-shadow), var(--shadow-opacity)),
      inset 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      inset 0 0 0 var(--buttons-border-width)
        rgba(var(--color-button), var(--alpha-button-background));
  }
  .action-btns--center
    button.button:not([disabled], [disabled="true"], .button--tertiary),
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary),
  .link-btns--center a.button:not([aria-disabled="true"]),
  .link-btns--left a.button:not([aria-disabled="true"]) {
    --transition-duration: 0.3s;
    background-color: transparent;
    transition: color var(--transition-duration);
  }
  .action-btns--center
    button.button:not([disabled], [disabled="true"], .button--tertiary)::after,
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary)::after,
  .link-btns--center a.button:not([aria-disabled="true"])::after,
  .link-btns--left a.button:not([aria-disabled="true"])::after {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    z-index: -1;
    transition: transform var(--transition-duration);
    box-shadow: none;
  }
  .action-btns--center
    button.button--secondary:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    )::after,
  .action-btns--left
    button.button--secondary:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    )::after,
  .link-btns--center a.button--secondary:not([aria-disabled="true"])::after,
  .link-btns--left a.button--secondary:not([aria-disabled="true"])::after {
    background-color: rgb(var(--color-button-text));
    transform: scaleX(0);
  }
  .action-btns--center
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--secondary,
      .button--tertiary
    )::after,
  .action-btns--left
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--secondary,
      .button--tertiary
    )::after,
  .link-btns--center
    a.button:not([aria-disabled="true"], .button--secondary)::after,
  .link-btns--left
    a.button:not([aria-disabled="true"], .button--secondary)::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .action-btns--center
    button.button:not([disabled], [disabled="true"], .button--tertiary):hover,
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary):hover,
  .link-btns--center a.button:not([aria-disabled="true"]):hover,
  .link-btns--left a.button:not([aria-disabled="true"]):hover {
    color: rgb(var(--color-button));
  }
  .action-btns--center
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::after,
  .action-btns--left
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::after,
  .link-btns--center a.button:not([aria-disabled="true"]):hover::after,
  .link-btns--left a.button:not([aria-disabled="true"]):hover::after {
    transform: scaleX(0);
  }
  .action-btns--center
    button.button--secondary:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::after,
  .action-btns--left
    button.button--secondary:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::after,
  .link-btns--center
    a.button--secondary:not([aria-disabled="true"]):hover::after,
  .link-btns--left
    a.button--secondary:not([aria-disabled="true"]):hover::after {
    transform: scaleX(1);
  }
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary),
  .link-btns--left a.button:not([aria-disabled="true"]) {
    --transition-duration: 0.4s;
  }
  .action-btns--left
    button.button:not([disabled], [disabled="true"], .button--tertiary)::after,
  .link-btns--left a.button:not([aria-disabled="true"])::after {
    transform-origin: left;
  }
  .action-btns--left
    button.button:not(
      [disabled],
      [disabled="true"],
      .button--tertiary
    ):hover::after,
  .link-btns--left a.button:not([aria-disabled="true"]):hover::after {
    transform-origin: right;
  }
  .action-btns--arrow button.button.loading:not(.button--tertiary)::before {
    background: 0 0;
  }
  .action-btns--arrow button.button.loading:not(.button--tertiary),
  .action-btns--center button.button.loading:not(.button--tertiary),
  .action-btns--left button.button.loading:not(.button--tertiary) {
    color: transparent;
    transition: color;
  }
  .action-btns--center button.button.loading:not(.button--tertiary):hover .path,
  .action-btns--left button.button.loading:not(.button--tertiary):hover .path {
    stroke: rgb(var(--color-button));
  }
  .color-swatch:hover .color-swatch__label {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  .product__media-icon--hover,
  .product__media-zoom-hover {
    display: none;
  }
  .quantity-break:hover {
    background: rgba(var(--accent-color), 0.15);
    border: solid 2px rgb(var(--accent-color));
  }
}
.image-with-text .global-media-settings,
.js .product__media {
  overflow: hidden !important;
}
.thumbnail[aria-current]:focus-visible {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
}
.thumbnail.focused,
.thumbnail[aria-current]:focus {
  outline: 0;
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5);
}
@media (forced-colors: active) {
  .button,
  .customer button,
  .shopify-challenge__button {
    border: 1px solid transparent;
  }
  .button.focused,
  .button:focus,
  .button:focus-visible,
  .shopify-payment-button [role="button"]:focus,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button__button--unbranded:focus-visible {
    outline: transparent solid 1px;
  }
  .customer .field input:focus,
  .customer select:focus,
  .field__input:focus,
  .localization-form__select:focus.localization-form__select:after,
  .select__select:focus {
    outline: transparent solid 1px;
  }
  .deferred-media__poster:focus,
  .localization-form__select:focus,
  .thumbnail.focused,
  .thumbnail[aria-current]:focus {
    outline: transparent solid 1px;
  }
  .rating {
    display: none;
  }
  .rating-text {
    display: block;
  }
  .product-form__input input[type="radio"]:focus-visible + label,
  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}
.card__heading a:after,
.video-section__poster.deferred-media__poster:focus {
  outline-offset: 0.3rem;
}
.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}
.thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}
.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}
.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}
.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.thumbnail-list--ratio-original .thumbnail-list__item::before {
  padding-bottom: var(--ratio);
}
.product__view-details {
  display: block;
  text-decoration: none;
}
.collapsible-content summary:hover .accordion__title,
.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}
.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-product-field,
.product__inventory.visibility-hidden:empty {
  display: block;
}
.product__inventory.visibility-hidden:empty::after,
.product__sku.visibility-hidden::after {
  content: "#";
}
.icon-with-text {
  --icon-size: var(--desktop-icon-size);
  --icon-spacing: var(--desktop-spacing);
  --text-size: var(--desktop-text-size);
}
.icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  flex-direction: row;
}
.icon-with-text--horizontal .material-icon,
.icon-with-text--horizontal img {
  margin-bottom: var(--icon-spacing);
}
.icon-with-text--vertical .material-icon,
.icon-with-text--vertical img {
  margin-right: var(--icon-spacing);
}
.icon-with-text img {
  height: var(--icon-size);
  width: auto;
}
.icon-with-text .material-icon {
  font-size: var(--icon-size);
}
.icon-with-text .h4 {
  text-align: center;
  font-size: var(--text-size);
}
.icon-with-text__item,
.review-avatars {
  display: flex;
  align-items: center;
}
.icon-with-text--horizontal .icon-with-text__item {
  flex-direction: column;
  width: 33%;
}
.icon-with-text--vertical .icon-with-text__item {
  margin-bottom: calc(var(--icon-size) / 3);
}
.product-media-container {
  --aspect-ratio: var(--preview-ratio);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative;
  width: 100%;
  max-width: calc(100% - calc(var(--media-border-width) * 2));
}
.product-media-container .media {
  padding-top: var(--ratio-percent);
}
.slider__dots {
  height: auto;
  min-height: 3rem;
  flex-wrap: wrap;
  max-width: 100%;
  padding: 0 0.3rem;
}
media-gallery .slider-counter__link {
  padding: calc(var(--pagination-dot-spacing) / 2);
}
media-gallery .slider-counter__link--dots .dot {
  width: var(--pagination-dot-width);
  height: var(--pagination-dot-height);
  border-radius: var(--pagination-dot-radius);
  border: none;
  padding: 0;
  display: block;
  opacity: 0.5;
  margin: 0.1rem;
}
media-gallery .slider-counter__link--active.slider-counter__link--dots .dot {
  width: calc(var(--pagination-dot-width) * var(--pagination-dot-active-scale));
  height: calc(
    var(--pagination-dot-height) * var(--pagination-dot-active-scale)
  );
  border-radius: calc(
    var(--pagination-dot-radius) * var(--pagination-dot-active-scale)
  );
  margin: 0;
  opacity: 1;
  background: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
  .product-media-container.constrain-height {
    --viewport-offset: 400px;
    --constrained-min-height: 300px;
    --constrained-height: max(
      var(--constrained-min-height),
      calc(100vh - var(--viewport-offset))
    );
    margin-right: auto;
    margin-left: auto;
    --viewport-offset: 170px;
    --constrained-min-height: 500px;
  }
  .product-media-container.constrain-height.media-fit-contain {
    --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
    width: min(var(--contained-width), 100%);
  }
  .product-media-container.constrain-height .media {
    padding-top: min(var(--constrained-height), var(--ratio-percent));
  }
  .product-media-container {
    max-width: 100%;
  }
  .product-media-container:not(.media-type-image) {
    --aspect-ratio: var(--ratio);
  }
  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .media,
  .product-media-container.media-fit-cover .product__modal-opener {
    height: 100%;
  }
  .product-media-container.media-fit-cover .deferred-media__poster img {
    object-fit: cover;
    width: 100%;
  }
  .product-media-container
    .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  media-gallery .product__media-list + .slider-buttons {
    display: flex;
  }
  .media-gallery--desktop-thumbnails-vertical .product-media-slider {
    width: calc(100% - var(--desktop-vertical-thumbnails-width) - 0.5rem);
  }
  .media-gallery--desktop-thumbnails-left .product-media-slider {
    margin-left: auto;
  }
  .media-gallery--desktop-thumbnails-vertical .thumbnail-slider {
    flex-direction: column;
    padding-top: 0;
    width: var(--desktop-vertical-thumbnails-width);
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .media-gallery--desktop-thumbnails-left .thumbnail-slider {
    left: 0;
    right: unset;
  }
  .media-gallery--desktop-thumbnails-vertical .thumbnail-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  media-gallery.media-gallery--desktop-thumbnails-vertical
    .thumbnail-list
    .thumbnail-list__item.slider__slide {
    width: 100%;
  }
  .media-gallery--desktop-thumbnails-vertical .slider-button {
    width: 100%;
    height: 3rem;
  }
  slider-component[data-desktop-vertical="true"] .slider {
    overflow-y: auto;
  }
  slider-component[data-desktop-vertical="true"] .slider-button--prev .icon {
    transform: rotate(180deg);
  }
  slider-component[data-desktop-vertical="true"]
    .slider-button--prev:not([disabled]):hover
    .icon {
    transform: rotate(180deg) scale(1.1);
  }
  slider-component[data-desktop-vertical="true"] .slider-button--next .icon {
    transform: rotate(0);
  }
  slider-component[data-desktop-vertical="true"]
    .slider-button--next:not([disabled]):hover
    .icon {
    transform: rotate(0) scale(1.1);
  }
}
.product-form__label-container {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
.review-avatars__avatar:not(.review-avatars__avatar--verified) svg,
clickable-discount[data-applied="false"] .clickable-discount__btn__text-2,
clickable-discount[data-applied="true"] .clickable-discount__btn__text-1,
clickable-discount[data-error="false"] + .clickable-discount__error,
clickable-discount[data-loading="false"] .spinner {
  display: none;
}
.product-form__input--pills .product-form__label-container {
  margin-bottom: -0.3rem;
}
.product-form__label-container .product-popup-modal__opener,
.quantity-breaks-full-width-pickers .select {
  flex-grow: 1;
}
.product-form__label-container .sizing-chart__button {
  min-height: auto;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
.input--small {
  outline: 0;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  padding: 0.5rem 1rem;
  height: 3.8rem;
  font-size: 16px;
  width: 100%;
  border: solid var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
}
.input--small:focus-visible {
  box-shadow: none;
  outline: 0;
}
.input--small:focus {
  border-color: rgb(var(--color-foreground));
  border-width: 2px;
}
.input--error,
.input--error:focus {
  border-color: red;
  border-width: 2px;
}
.input-error-msg {
  font-size: 1.5rem;
  color: red;
  display: none;
  line-height: 1;
  margin-top: 0.3rem;
}
.input--error + .input-error-msg,
.quantity-break__left > span,
.quantity-break__right > span,
.related-products,
.variant-breaks label,
secondary-variant-select {
  display: block;
}
.product-form__input .select__select {
  height: 3.5rem;
  padding: 0 calc(var(--inputs-border-width) + 1.5rem) 0 1.25rem;
}
.textarea--small {
  height: 7rem;
}
.textarea--medium {
  height: 9rem;
}
.textarea--large {
  height: 11rem;
}
@media screen and (max-width: 749px) {
  .product__media-icon--hover,
  .product__media-zoom-hover {
    display: flex;
  }
  .product-media-container.media-fit-cover {
    display: flex;
    align-self: stretch;
  }
  .product-media-container.media-fit-cover .media {
    position: initial;
  }
  .product__info-wrapper--top-padding {
    padding-top: 1.5rem;
  }
  media-gallery .slider.slider--mobile .slider__slide {
    padding-top: 0;
    padding-bottom: 0;
  }
  media-gallery .slider-mobile-buttons-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  media-gallery .slider-mobile-buttons-overlay.slider__dots {
    width: 100%;
  }
  media-gallery .slider-buttons {
    column-gap: 1rem;
    padding: 0.5rem;
  }
  media-gallery .slider-buttons.splide--transparent-arrows {
    column-gap: 0.5rem;
  }
  media-gallery
    .slider-buttons.slider--mobile-arrows-pagination:not(
      .splide--transparent-arrows,
      .slider-mobile-buttons-overlay
    ) {
    padding: 1rem 0;
  }
  media-gallery .slider-buttons--no-pagination,
  media-gallery .slider-mobile-buttons-overlay-container {
    padding: 0;
  }
  media-gallery
    .slider-buttons.slider-mobile-buttons-overlay.slider--mobile-arrows-pagination.splide--transparent-arrows {
    padding: 0.2rem 0;
  }
  media-gallery .slider--mobile-arrows-pagination .splide__arrow {
    position: static;
    transform: none;
  }
  media-gallery .slider.slider--mobile {
    scroll-padding-left: var(--mobile-scroll-padding);
  }
  media-gallery .slider.slider--mobile .grid__item {
    width: calc(
      var(--slide-container-percentage-width) -
        (var(--mobile-scroll-padding) * 2) -
        (var(--grid-mobile-horizontal-spacing) * 2)
    );
  }
  media-gallery .slider.slider--mobile .grid__item .product-media-container {
    width: var(--slide-inner-percentage-width);
    margin-left: auto;
    margin-right: auto;
  }
  .slider--mobile.product__media-list--outer-spacing .grid__item:first-of-type,
  .slider--mobile.product__media-list--outer-spacing::after {
    margin-left: var(--mobile-scroll-padding);
  }
  .slider--mobile.product__media-list--no-outer-spacing
    .grid__item:first-of-type {
    margin-left: 0;
  }
  .slider--mobile.product__media-list--no-outer-spacing::after {
    display: none;
  }
  .media-gallery--mobile-thumbnails-vertical {
    position: relative;
  }
  .media-gallery--mobile-thumbnails-vertical .product-media-slider {
    width: calc(100% - var(--mobile-vertical-thumbnails-width) + 3rem);
  }
  .media-gallery--mobile-thumbnails-left .product-media-slider {
    margin-left: auto !important;
  }
  .media-gallery--mobile-thumbnails-vertical .thumbnail-slider {
    flex-direction: column;
    padding-top: 0;
    width: var(--mobile-vertical-thumbnails-width);
    max-height: 100%;
    position: absolute;
    top: 0;
    right: -1.5rem;
  }
  .media-gallery--mobile-thumbnails-vertical
    .thumbnail-slider:not(.thumbnail-slider--no-slide) {
    margin: 0;
  }
  .media-gallery--mobile-thumbnails-left .thumbnail-slider {
    left: -1.5rem;
    right: unset;
  }
  .media-gallery--mobile-thumbnails-vertical .thumbnail-list {
    flex-direction: column;
    width: 100%;
    row-gap: 0.5rem;
    padding: 0 0.5rem !important;
  }
  media-gallery.media-gallery--mobile-thumbnails-vertical
    .thumbnail-list
    .thumbnail-list__item.slider__slide {
    width: 100%;
  }
  .media-gallery--mobile-thumbnails-vertical .slider-button {
    height: 3rem;
    width: 100%;
  }
  slider-component[data-mobile-vertical="true"] .slider {
    overflow-y: auto;
  }
  slider-component[data-mobile-vertical="true"] .slider-button--prev .icon {
    transform: rotate(180deg);
  }
  slider-component[data-mobile-vertical="true"]
    .slider-button--prev:not([disabled]):hover
    .icon {
    transform: rotate(180deg) scale(1.1);
  }
  slider-component[data-mobile-vertical="true"] .slider-button--next .icon {
    transform: rotate(0);
  }
  slider-component[data-mobile-vertical="true"]
    .slider-button--next:not([disabled]):hover
    .icon {
    transform: rotate(0) scale(1.1);
  }
  .input--small,
  .product-form__input .select,
  .product-form__input .select::after,
  .product-form__input .select:hover::after,
  .product-form__input .select__select,
  .product__info-container .quantity,
  .product__info-container .quantity::after,
  .product__info-container .quantity:hover::after {
    border-radius: calc((var(--inputs-radius) / 5) * 4);
  }
  .main-quantity {
    --inputs-radius-inner: calc((var(--inputs-radius) / 5) * 4);
  }
  .product-form__input .select::before,
  .product__info-container .quantity::before {
    border-radius: calc(
      ((var(--inputs-radius) / 5) * 4) + var(--inputs-border-width)
    );
  }
}
.footer .footer__newsletter,
.footer .newsletter-form__field-wrapper,
.product-form__input--full,
.product-form__input--full .select {
  max-width: none;
}
.shipping-checkpoints {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: flex-start;
  column-gap: 1rem;
  --icon-size: 4rem;
  z-index: 0;
}
.shipping-checkpoints__bar {
  position: absolute;
  top: calc(var(--icon-size) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% / var(--item-count) * var(--item-count-sub));
  height: 0.2rem;
  z-index: -1;
  display: block;
}
.shipping-checkpoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.shipping-checkpoint__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.review-avatars__avatar,
.review-avatars__avatar img,
.review-avatars__text {
  border-radius: var(--corner-radius);
}
.shipping-checkpoint__icon span {
  font-size: calc(var(--icon-size) / 2);
}
.shipping-checkpoint__icon img {
  width: calc(var(--icon-size) / 2);
  height: calc(var(--icon-size) / 2);
  object-fit: contain;
}
.shipping-checkpoint p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.scroll-buttons__heading {
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.scroll-buttons-container {
  gap: 0.6rem;
}
.scroll-button {
  padding: var(--padding) calc(var(--padding) * 2);
}
.review-avatars__avatars-container {
  z-index: 2;
}
.comparison-table thead,
.review-avatars__text-1,
.rich-text {
  z-index: 1;
}
.review-avatars__avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  overflow: visible;
}
.review-avatars__avatar:not(:first-of-type) {
  margin-left: var(--avatar-offset);
  box-shadow: 0 0 0 3px rgb(var(--color-background));
}
.review-avatars__avatar svg {
  --calc-radius: min(var(--corner-radius), calc(var(--avatar-size) / 2));
  --offset: calc(var(--calc-radius) * 0.3 - (var(--icon-size) / 2));
  position: absolute;
  width: var(--icon-size);
  height: var(--icon-size);
  top: var(--offset);
  left: var(--offset);
}
.review-avatars__avatar:last-of-type svg {
  left: auto;
  right: var(--offset);
}
.review-avatars__text {
  line-height: 1.3;
  --offset-side-padding: calc(var(--padding-offset) + var(--padding-x));
  padding: var(--padding-y) var(--padding-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
* + .review-avatars__text {
  padding: var(--padding-y) var(--padding-x) var(--padding-y)
    var(--offset-side-padding);
  margin-left: var(--offset);
}
.review-avatars__text--stretch {
  min-height: var(--avatar-size);
}
.review-avatars__text > div {
  display: flex;
  align-items: center;
  column-gap: 0.3em;
}
.review-avatars--right * + .review-avatars__text {
  margin-left: 0;
  margin-right: var(--offset);
  padding-right: var(--offset-side-padding);
  padding-left: var(--padding-x);
}
.review-avatars--right .review-avatars__text-2 {
  order: -2;
}
.quantity-gifts {
  display: grid;
  justify-items: center;
  column-gap: 0.75rem;
}
.quantity-gift {
  max-width: 12rem;
  width: 100%;
  position: relative;
}
.quantity-gift__container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
    -45deg,
    rgba(var(--color-base-text), 0.1) 0,
    rgba(var(--color-base-text), 0.1) 6px,
    rgba(var(--color-base-text), 0.15) 6px,
    rgba(var(--color-base-text), 0.15) 8px
  );
  border: solid 2px rgba(var(--color-base-text), 0.75);
  border-radius: 1rem;
  padding: 10% 0;
  aspect-ratio: 1/1;
  position: relative;
  transition: 0.3s;
  z-index: 0;
}
.quantity-gift--unlocked .quantity-gift__container {
  background: var(--unlocked-bg-color);
  border-color: var(--unlocked-border-color);
  transition: 0.3s 0.5s;
}
.quantity-gift__title {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 0.75rem;
  opacity: 0.5;
}
.quantity-gift--unlocked .quantity-gift__title {
  opacity: 1;
  transition: 0.3s 0.3s;
}
.quantity-gift__lock {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: 0 0;
}
.lock:after,
.lock:before,
.quantity-gift__image {
  left: 50%;
  position: absolute;
}
.quantity-gift--unlocked .quantity-gift__lock {
  opacity: 0;
  transition: 0.3s 0.2s;
}
.lock,
.lock:after,
.lock:before {
  transition: 0.1s ease-in-out;
}
.quantity-gift__lock__bottom,
.quantity-gift__lock__top {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 1;
  color: rgb(var(--color-foreground));
  min-height: 1.2rem;
}
.lock {
  --lock-color: rgba(var(--color-foreground), 0.75);
  width: 2.4rem;
  height: 2.1rem;
  border: 0.3rem solid var(--lock-color);
  border-radius: 0.5rem;
  position: relative;
  margin-top: 0.6rem;
}
.lock:after {
  content: "";
  display: block;
  background: var(--lock-color);
  width: 0.3rem;
  height: 0.7rem;
  top: 50%;
  margin: -0.35rem 0 0 -0.2rem;
}
.lock:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  bottom: 100%;
  transform: translateX(-50%);
  border: 0.3rem solid var(--lock-color);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom: 0;
}
.quantity-gift--unlocked .lock {
  transform: rotate(10deg);
}
.quantity-gift--unlocked .lock:before {
  bottom: 130%;
  left: 31%;
  margin-left: -1.15rem;
  transform: rotate(-45deg);
}
.quantity-gift__image {
  width: 50%;
  height: 50%;
  top: 50%;
  transform: translate(-50%, -25%);
  z-index: 1;
  opacity: 0;
}
.quantity-gift__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  vertical-align: bottom;
  border-radius: 0.35rem;
}
.quantity-gift .gift-box {
  position: relative;
  width: 50%;
  z-index: 2;
  transform: translateY(25%);
  transform-origin: center bottom;
  opacity: 0;
}
.quantity-gift .gift-box-body {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: rgb(var(--color-background));
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.quantity-gift--unlocked .quantity-gift__image {
  animation: 2s ease-in-out 1.2s forwards image-1;
  opacity: 1;
  transition: 0.5s 0.95s;
}
.quantity-gift--unlocked .gift-box {
  animation: 1.5s ease-in-out 1.6s forwards box-disappear;
  opacity: 1;
  transition: 0.5s 0.95s;
}
.quantity-gift--unlocked .gift-box-body {
  animation: 1s ease-in-out 1.2s forwards box-body;
}
.quantity-gift--unlocked .gift-box-body .gift-box-lid {
  animation: 1s ease-in-out 1.2s forwards box-lid;
}
.quantity-gift--unlocked .gift-box-body .gift-box-bowtie::before {
  animation: 1.1s ease-in-out 1.2s forwards box-bowtie-left;
}
.quantity-gift--unlocked .gift-box-body .gift-box-bowtie::after {
  animation: 1.1s ease-in-out 1.2s forwards box-bowtie-right;
}
.quantity-gift .gift-box-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  z-index: 2;
}
.quantity-gift .gift-box-body::after,
.quantity-gift .gift-box-lid::after {
  transform: translateX(-50%);
  width: 20%;
  background: var(--gift-box-tie-color);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
}
.quantity-gift .gift-box-body::after {
  z-index: 1;
}
.quantity-gift .gift-box-lid {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90%;
  background: rgb(var(--color-background));
  width: 110%;
  aspect-ratio: 11/2;
  border-radius: 5%;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}
.quantity-gift .gift-box-bowtie {
  z-index: 1;
  height: 100%;
  display: block;
}
.quantity-gift .gift-box-bowtie::after,
.quantity-gift .gift-box-bowtie::before {
  content: "";
  width: 40%;
  aspect-ratio: 1/1;
  border: 0.6rem solid var(--gift-box-tie-color);
  border-radius: 50% 50% 0;
  position: absolute;
  bottom: 99%;
  z-index: -1;
}
.quantity-gift .gift-box-bowtie::before {
  left: 50%;
  transform: translateX(-100%) skew(10deg, 10deg);
}
.quantity-gift .gift-box-bowtie::after {
  left: 50%;
  transform: translateX(0) rotate(90deg) skew(10deg, 10deg);
}
@keyframes box-disappear {
  0% {
    transform: translateY(25%);
    opacity: 1;
  }
  20%,
  80% {
    transform: translateY(48%);
    opacity: 1;
  }
  100% {
    transform: translateY(48%) scale(0.2);
    opacity: 0;
  }
}
@keyframes box-lid {
  0%,
  42% {
    transform: translate3d(-50%, 0, 0) rotate(0);
  }
  60% {
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  100%,
  90% {
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@keyframes box-body {
  0%,
  70% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(0, 25%, 0) rotate(20deg);
  }
  50% {
    transform: translate3d(0, -15%, 0) rotate(0);
  }
}
@keyframes image-1 {
  0%,
  35% {
    transform: translate(-50%, -25%) translate3d(0, 0, 0) rotate(0);
  }
  12.5% {
    transform: translate(-50%, -25%) translate3d(0, 25%, 0) rotate(20deg);
  }
  25% {
    transform: translate(-50%, -25%) translate3d(0, -15%, 0) rotate(0);
  }
  45%,
  85% {
    transform: translate(-50%, -100%);
  }
  100%,
  92% {
    transform: translate(-50%, -50%) scale(1.75);
  }
}
@keyframes box-bowtie-right {
  0%,
  50%,
  75% {
    transform: translateX(0) rotate(90deg) skew(10deg, 10deg);
  }
  100%,
  90% {
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes box-bowtie-left {
  0%,
  100%,
  90% {
    transform: translateX(-100%) rotate(0) skew(10deg, 10deg);
  }
  50%,
  75% {
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
}
.rating-stars__container,
.review-item,
.sizing-chart.product-popup-modal__opener,
.slideshow__control-wrapper {
  display: flex;
}
.sizing-chart__button {
  column-gap: 0.3em;
  padding: 0;
  font-size: var(--font-size);
}
.sizing-chart__button--underline .sizing-chart__button__text {
  text-decoration: underline;
}
.sizing-chart__button img {
  width: 1.1em;
  height: 1.1em;
  object-fit: contain;
  object-position: center center;
}
.sizing-chart__button .material-icon {
  font-size: 1.3em;
}
.sizing-chart-table {
  width: 100%;
  border-spacing: 0;
  border: solid 1px rgb(var(--color-foreground));
}
.sizing-chart-table td,
.sizing-chart-table th {
  padding: 0.4em;
}
.sizing-chart-table thead th:not(:last-child) {
  border-right: solid 2px rgba(var(--color-background), 1);
}
.sizing-chart-table tbody tr:nth-child(2n) {
  background: rgba(var(--color-foreground), 0.03);
}
.sizing-chart-table tbody tr:nth-child(odd) td:not(:last-child) {
  border-right: solid 2px rgba(var(--color-foreground), 0.03);
}
.sizing-chart__caption {
  font-size: var(--text-size);
  color: var(--text-color);
  line-height: 1.3;
}
.sizing-chart-table + .sizing-chart__caption {
  margin-top: 0.5em;
}
.sizing-chart__modal {
  padding: 0;
}
.sizing-chart__modal > * + * {
  margin-top: 2rem;
}
.sizing-chart__modal-container {
  padding: 0.5rem 2rem 2rem;
}
.rating-stars__container svg {
  width: 1em;
  height: 1em;
  margin-left: 0.125em;
  flex-shrink: 0;
}
.rating-stars__container .trustpilot-stars-svg {
  width: auto;
  height: 1.25em;
}
.rating-stars__container svg:first-of-type {
  margin-left: 0;
}
.rating-stars__container--underlay {
  position: relative;
}
.rating-stars__container--underlay svg {
  color: var(--bg-star-color);
}
.rating-stars__container--overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: calc(100% / 5 * var(--rating));
}
.hotspots-image,
.image-with-text .grid__item,
.quantity-break,
.rating-stars--inactive-hidden .rating-stars__container--overlay,
.section-divider {
  position: relative;
}
.rating-stars__container--overlay:not(.trustpilot-stars__container--overlay) {
  width: calc(var(--rating) * 1em + (var(--visible-stars) - 1) * 0.125em);
}
.rating-stars__container--overlay svg {
  color: var(--star-color);
}
.rating-stars__label {
  margin-left: 0.125em;
}
clickable-discount {
  display: flex;
  justify-content: var(--alignment);
}
.clickable-discount__btn {
  width: fit-content;
  padding: 0;
}
.clickable-discount__btn .spinner {
  width: 1em;
  margin-left: 0.4em;
}
.clickable-discount__error {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.quantity-breaks {
  --badge-font-size: 1.5rem;
  --badge-line-height: 1.6;
  --badge-border-radius: 0.2em;
  --label-font-size: 1.6rem;
  --benefit-font-size: 1rem;
  --benefit-border-radius: 0.6em;
  --caption-font-size: 1.4rem;
  --price-font-size: 1.6rem;
  --compare-price-font-size: 1.4rem;
  --border-width: 0.2rem;
  --border-radius: 1rem;
  --column-gap: 0.75rem;
  --row-gap: 0.85rem;
}
.quantity-breaks-container {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(1, 1fr);
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}
.quantity-breaks__title {
  margin: 0 0 1.3rem;
  font-size: 1.4rem;
  line-height: 1;
  column-gap: 10px;
}
.quantity-breaks__title span:first-of-type,
.quantity-breaks__title span:nth-of-type(3) {
  display: block;
  height: 2px;
  flex-grow: 1;
  background: rgb(var(--accent-color));
}
.quantity-breaks-container input {
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  position: absolute;
}
.quantity-break {
  padding: 1.75rem;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: rgba(var(--accent-color), 0.02);
  border: solid var(--border-width) rgba(var(--accent-color), 0.3);
}
.quantity-breaks--normal.quantity-breaks--show-indicator .quantity-break {
  padding-left: 4rem;
}
.quantity-breaks-container input:checked + .quantity-break {
  background: rgba(var(--accent-color), 0.1);
  border: solid var(--border-width) rgb(var(--accent-color));
}
.quantity-breaks--show-indicator .quantity-break::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 0.2rem rgba(var(--accent-color), 0.3);
}
.quantity-breaks--show-indicator
  .quantity-breaks-container
  input:checked
  + .quantity-break::before {
  border: solid 0.2rem rgb(var(--color-background));
  background: rgb(var(--accent-color));
  box-shadow: 0 0 0 0.1rem rgb(var(--accent-color));
}
.quantity-break__badge {
  position: absolute;
  font-weight: var(--font-body-weight-bold);
  font-size: var(--badge-font-size);
  line-height: var(--badge-line-height);
  top: -1rem;
  right: -1rem;
  transform: rotate(3deg);
  margin: 0;
  padding: 0 0.7em;
  border-radius: var(--badge-border-radius);
}
.quantity-breaks--normal .quantity-break--badge-style-2 .quantity-break__badge {
  transform: translateY(calc(-50% - (var(--border-width) / 2)));
  top: 0;
  right: 1.5rem;
}
.quantity-breaks--normal .quantity-break--badge-style-3 .quantity-break__badge {
  transform: translateY(calc(-100% - var(--border-width)));
  top: 0;
  right: 1.5rem;
  border-radius: var(--badge-border-radius) var(--badge-border-radius) 0 0;
  --badge-font-size: 1.4rem;
}
.quantity-breaks--normal .quantity-break--badge-style-3.quantity-break--badge {
  margin-top: 1.6rem;
}
.quantity-breaks--normal .quantity-break__image {
  width: calc(var(--image-width) / 3.5);
  max-width: 6rem;
}
.quantity-break__content,
.sticky-atc__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
.quantity-break__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.5rem;
  text-align: left;
}
.quantity-break__left .quantity-break__label {
  font-size: var(--label-font-size);
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.multicolumn.no-heading .title,
.quantity-breaks--compact .quantity-break__caption,
.quantity-breaks--compact .quantity-break__image,
.quantity-breaks--vertical .quantity-break::before {
  display: none;
}
.quantity-breaks--compact .quantity-break--benefit-top .quantity-break__label,
.quantity-breaks--normal
  .quantity-break--benefit-bottom
  .quantity-break__label {
  flex-direction: column;
  align-items: flex-start;
}
.quantity-break__benefit {
  display: inline-block;
  font-size: var(--benefit-font-size);
  background: rgb(var(--color-background));
  color: rgb(var(--accent-color));
  line-height: 1.9;
  padding: 0 0.75em;
  font-weight: 700;
  border: solid 1px rgb(var(--accent-color));
  border-radius: var(--benefit-border-radius);
  white-space: nowrap;
}
.quantity-break__benefit--solid {
  background: rgb(var(--accent-color));
  color: rgb(var(--color-background));
}
.quantity-break__caption {
  font-size: var(--caption-font-size);
  line-height: 1;
}
.quantity-break__right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
.quantity-break__price {
  line-height: 1;
  font-size: var(--price-font-size);
  font-weight: 700;
  color: rgb(var(--accent-color));
}
.quantity-break__compare-price {
  font-size: var(--compare-price-font-size);
  text-decoration: line-through;
  line-height: 1;
}
.quantity-break__caption span {
  display: inline;
}
.quantity-break__variants {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
.quantity-breaks-container
  input:checked
  + .quantity-break
  .quantity-break__variants {
  height: auto;
  padding-top: 1rem;
}
.quantity-break__variants__label {
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 0.3rem;
}
.quantity-break__selector-item__number {
  font-weight: 700;
  line-height: 1.5rem;
}
.quantity-break__selector-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
.bundle-deals__form,
.quantity-break__selector-item:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.quantity-break__selector-item .select,
.trustpilot-review .rating-stars__container--underlay {
  width: fit-content;
}
.quantity-break__selector-item .select__select {
  height: 2.1rem;
}
.variant-breaks-fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.quantity-breaks--compact {
  --badge-font-size: 1.1rem;
  --benefit-font-size: 1.1rem;
  --price-font-size: 1.2rem;
  --compare-price-font-size: 0.9rem;
}
.quantity-breaks--compact .quantity-breaks__title {
  margin-bottom: 0.9rem;
}
.quantity-breaks--compact .quantity-breaks-container {
  grid-template-columns: repeat(2, 1fr);
}
.quantity-breaks--compact .quantity-break {
  padding: 1.25rem 1.5rem;
}
.quantity-breaks--compact.quantity-breaks--show-indicator .quantity-break {
  padding-left: 3.6rem;
}
.quantity-breaks--compact.quantity-breaks--show-indicator
  .quantity-break::before {
  left: 1.8rem;
  width: 1.4rem;
  height: 1.4rem;
}
.quantity-breaks--compact .quantity-break__content {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.2rem;
}
.quantity-breaks--compact .quantity-break__left {
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
.quantity-breaks--compact .quantity-break__right {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.policies,
.quantity-breaks--compact .quantity-break__right span {
  display: inline;
}
.quantity-breaks--compact
  .quantity-break--benefit-bottom
  .quantity-break__benefit,
.quantity-breaks--compact .quantity-break__badge,
.quantity-breaks--vertical
  .quantity-break--badge-style-2
  .quantity-break__badge,
.quantity-breaks--vertical
  .quantity-break--benefit-bottom
  .quantity-break__benefit {
  top: calc(var(--border-width) / -2);
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.quantity-breaks--compact
  .quantity-break--benefit-bottom
  .quantity-break__benefit,
.quantity-breaks--vertical
  .quantity-break--benefit-bottom
  .quantity-break__benefit {
  top: calc(100% + (var(--border-width) / 2));
  position: absolute;
}
.quantity-breaks--vertical {
  --badge-font-size: 1rem;
  --badge-line-height: 2;
  --label-font-size: 1.6rem;
  --benefit-font-size: 1rem;
  --caption-font-size: 1rem;
  --price-font-size: 1.4rem;
  --compare-price-font-size: 1.1rem;
  --side-padding: 1rem;
  --y-padding: 1.5rem;
  --row-gap: 1rem;
}
.quantity-breaks--vertical .quantity-breaks-container {
  grid-template-columns: repeat(min(var(--items-count), 4), 1fr);
  align-items: flex-start;
}
.quantity-breaks--vertical .quantity-break {
  padding: 0 var(--side-padding) var(--y-padding);
  text-align: center;
  margin-bottom: 0;
  display: flex;
}
.quantity-breaks--vertical .quantity-break,
.quantity-breaks--vertical .quantity-break__content,
.quantity-breaks--vertical .quantity-break__image-and-content,
.quantity-breaks--vertical .quantity-break__label {
  flex-direction: column;
  justify-content: center;
}
.quantity-breaks--vertical .quantity-break__label {
  row-gap: 0.7rem;
}
.quantity-breaks--vertical.quantity-breaks--vertical-image-bottom
  .quantity-break__image-and-content {
  flex-direction: column-reverse;
}
.quantity-breaks--vertical.quantity-breaks--has-badge
  .quantity-break--no-badge.quantity-break--badge-style-1 {
  margin-top: calc(var(--badge-font-size) * var(--badge-line-height));
}
.quantity-breaks--vertical
  .quantity-break--badge-style-1
  .quantity-break__badge {
  position: relative;
  top: 0;
  left: 0;
  margin-top: calc(var(--border-width) * -1);
  margin-left: calc((var(--border-width) + var(--side-padding)) * -1);
  margin-right: calc((var(--border-width) + var(--side-padding)) * -1);
  transform: none;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.quantity-breaks--vertical
  .quantity-break--badge-style-3
  .quantity-break__badge {
  right: -0.7rem;
}
.quantity-breaks--vertical .quantity-break__image {
  margin-left: calc(var(--side-padding) * -1);
  margin-right: calc(var(--side-padding) * -1);
}
.quantity-breaks--vertical .quantity-break__image img {
  width: var(--image-width);
  margin: 0 auto;
}
.quantity-breaks--vertical.quantity-breaks--vertical-image-top.quantity-breaks--max-width-images:not(
    .quantity-breaks--space-images
  )
  .quantity-break__image
  img {
  border-top-right-radius: calc(var(--border-radius) - var(--border-width));
  border-top-left-radius: calc(var(--border-radius) - var(--border-width));
}
.quantity-breaks--vertical .quantity-break__content {
  row-gap: 1rem;
  margin-top: var(--y-padding);
}
.quantity-breaks--space-images .quantity-break__image {
  margin-top: var(--y-padding);
}
.quantity-breaks--vertical.quantity-breaks--vertical-image-bottom
  .quantity-break__image {
  margin-top: 1rem;
}
.quantity-breaks--vertical .quantity-break__left,
.quantity-breaks--vertical .quantity-break__right {
  text-align: center;
  align-items: center;
  row-gap: 0.3rem;
}
.quantity-breaks--vertical.quantity-breaks--vertical-prices-horizontal
  .quantity-break__right {
  flex-direction: row;
}
.quantity-breaks--vertical .quantity-break__left {
  row-gap: 0.7rem;
}
.quantity-breaks--vertical[data-items="2"],
.quantity-breaks--vertical[data-items="4"],
.quantity-breaks--vertical[data-items="5"] {
  --badge-font-size: 1.3rem;
  --badge-line-height: 1.9;
}
.sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1.5rem;
  z-index: 2;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.2);
}
.sticky-atc-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
.sticky-atc__button {
  flex-shrink: 0;
  background: rgb(var(--color-background));
  border-radius: var(--buttons-radius-outset);
}
.sticky-atc .button {
  padding: 0 1rem;
  min-height: auto;
  min-width: auto;
  line-height: 2.75em;
  font-size: 1.5rem;
}
.sticky-atc__title {
  margin: 0;
  font-size: 1.5rem;
}
.sticky-atc__price .price {
  column-gap: 0.5rem;
  margin: 0;
}
.fb-post__time,
.sticky-atc__price .price,
.sticky-atc__price .price-item--regular {
  font-size: 1.3rem;
}
.sticky-atc .price__regular .price-item--regular {
  font-size: 2rem;
  line-height: 1.1;
}
.sticky-atc__image img {
  width: auto;
  height: 4.2rem;
}
.sticky-atc .product-form__input,
.sticky-atc__left__content > * {
  margin: 0;
}
.sticky-atc__picker--separate {
  display: flex;
  column-gap: 1rem;
  row-gap: 0.4rem;
}
.sticky-atc__picker--separate .product-form__input {
  flex: 1 1 auto;
  max-width: calc((100% / var(--options-count)) - 0.5rem);
}
@media screen and (min-width: 400px) {
  .sticky-atc__price .price,
  .sticky-atc__price .price-item--regular {
    font-size: 1.6rem;
  }
  .sticky-atc__title {
    font-size: 1.7rem;
  }
  .sticky-atc__price .badge {
    font-size: 1rem;
  }
  .sticky-atc .button {
    font-size: 1.7rem;
    padding: 0 1.1em;
  }
}
@media screen and (min-width: 500px) {
  .sticky-atc__price .badge {
    font-size: 1.2rem;
  }
}
.image-with-text .image-with-text__text-item > *,
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item:after,
.image-with-text__content {
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}
.sticky-atc[data-after-scroll="true"] {
  transform: translateY(100%);
  transition: transform 0.15s ease-in-out;
}
.review-item--padding {
  padding: 0.8rem 1.2rem 1rem;
}
.review-item--middle {
  align-items: center;
}
.review-item__image {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.review-item__right {
  flex-grow: 1;
}
.review-item__text p {
  margin-top: 0;
  line-height: 1.3;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
}
.horizontal-ticker .icons-with-text__icon-item,
.image-with-text .grid,
.review-item__text p:last-of-type {
  margin-bottom: 0;
}
.review-item__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.3em;
  margin: 0.5rem 0 0;
  padding-top: 0.6rem;
  line-height: 1.3;
  color: rgba(var(--color-foreground), 0.5);
  font-size: 1.3rem;
  border-top: solid 1px rgba(var(--color-foreground), 0.06);
}
.horizontal-ticker__item,
.vertical-ticker__item {
  color: rgb(var(--color-foreground));
  margin: 0;
}
.review-item__author .verified-icon {
  width: 1em;
  height: 1em;
  color: var(--checkmark-color);
}
.collection-hero__text-wrapper,
.review-items-container .slideshow__slide {
  flex-basis: 100%;
}
.review-items-container .slideshow__controls {
  border: none;
}
.review-items-container .slider-button {
  width: 2rem;
  height: 2rem;
}
.review-items-container .slider-button svg {
  height: 0.7rem;
}
.review-items-container .slider-counter__link--dots .dot {
  width: 0.7rem;
  height: 0.7rem;
}
.review-items-container .slider-counter__link {
  padding: 0.5rem;
}
.review-items-container .slider-counter--dots {
  margin: 0 0.2rem;
}
.product--product-images-one .product__media-item:not(:first-child),
.product--product-images-one media-gallery .slider-buttons,
.product--product-images-one media-gallery .thumbnail-slider {
  display: none !important;
}
.background-secondary .featured-product {
  padding: 0 1.5rem 1.5rem;
}
.share-button + .product__view-details {
  display: inline-flex;
  float: right;
  align-items: center;
}
.share-button + .product__view-details::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (min-width: 750px) {
  .input--small,
  .product-form__input .select__select {
    height: 4rem;
    padding: 0.5rem 1.2rem;
  }
  .input--small {
    border-radius: var(--inputs-radius);
  }
  .textarea--small {
    height: 8rem;
  }
  .textarea--medium {
    height: 10rem;
  }
  .textarea--large {
    height: 12rem;
  }
  .sticky-atc--desktop-no-badge .badge.price__badge-sale,
  .sticky-atc--desktop-transparent .sticky-atc__left {
    display: none;
  }
  .sticky-atc {
    padding: 1rem 0;
  }
  .sticky-atc-container {
    column-gap: 1.5rem;
  }
  .sticky-atc__left {
    padding-right: 1rem;
  }
  .sticky-atc .select {
    width: 20rem;
  }
  .sticky-atc__image img {
    height: 5.2rem;
  }
  .sticky-atc__price .price,
  .sticky-atc__price .price-item--regular {
    font-size: 1.8rem;
  }
  .sticky-atc .price__regular .price-item--regular {
    font-size: 2.2rem;
  }
  .sticky-atc__title {
    font-size: 1.9rem;
  }
  .sticky-atc__price .badge {
    font-size: 1.3rem;
  }
  .sticky-atc .button {
    font-size: 1.9rem;
    padding: 0 1.5em;
  }
  .sticky-atc--desktop-btn-full {
    flex-direction: column;
    align-items: stretch;
  }
  .sticky-atc--desktop-btn-full .button,
  .sticky-atc--desktop-btn-full .sticky-atc__button,
  .sticky-atc--desktop-transparent .button,
  .sticky-atc--desktop-transparent .sticky-atc__button {
    width: 100%;
  }
  .sticky-atc--desktop-btn-full .sticky-atc__left {
    margin-bottom: 1rem;
  }
  .sticky-atc--desktop-transparent {
    background: 0 0;
    box-shadow: none;
    padding-top: 0;
  }
  .sticky-atc.sticky-atc--mobile-transparent .button {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
  .background-secondary .featured-product {
    padding: 5rem;
  }
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}
.related-products__heading {
  margin: 0 0 3rem;
}
.vertical-ticker__inner {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent 0,
    #000 20%,
    #000 70%,
    transparent
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 20%,
    #000 70%,
    transparent
  );
}
.vertical-ticker__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.vertical-ticker__item--bold {
  font-weight: 700;
}
@keyframes vertTicker {
  to {
    transform: translateY(-50%);
  }
}
.vertical-ticker-and-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.vertical-ticker-content {
  display: grid;
  place-items: center;
  position: relative;
}
.vertical-ticker-content__bg,
.vertical-ticker-content__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.image-with-text__content,
.vertical-ticker-content .page-width,
card-variant-selects {
  z-index: 1;
  position: relative;
}
.vertical-ticker-content__bg img {
  object-fit: cover;
  object-position: center center;
  z-index: -2;
}
@media screen and (max-width: 900px) {
  .vertical-ticker-and-content--content-desktop-only .vertical-ticker-content {
    display: none;
  }
}
.horizontal-ticker {
  overflow-x: hidden;
  max-width: 100%;
}
.horizontal-ticker__container {
  display: flex;
  align-items: center;
  width: fit-content;
}
.horizontal-ticker__item {
  line-height: 1;
  white-space: nowrap;
}
.horizontal-ticker__item--bold {
  font-weight: 700;
}
@keyframes horTicker {
  to {
    transform: translateX(-50%);
  }
}
.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}
.collapsible-content__media--small,
.image-with-text__media--small {
  height: 19.4rem;
}
.image-with-text__media--medium {
  height: 29.6rem;
}
.image-with-text__media--large {
  height: 43.5rem;
}
.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}
.image-with-text__media--placeholder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}
.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}
.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}
.image-with-text__content {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  height: 100%;
  padding: 3rem calc(3rem / var(--font-body-scale)) 3rem;
  border-radius: var(--text-boxes-radius);
}
.image-with-text .grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item:after {
  border-radius: var(--media-radius);
}
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
}
.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
}
.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
}
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item
  > *,
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item
  > * {
  box-shadow: none;
}
@media screen and (max-width: 749px) {
  .sizing-chart-table {
    font-size: 1.2rem;
  }
  .sizing-chart__caption {
    font-size: calc(var(--text-size) * 0.75);
  }
  .sizing-chart__modal > * + * {
    margin-top: 1.5rem;
  }
  .sizing-chart__modal-container {
    padding: 0 1.2rem 1.5rem;
  }
  .sizing-chart__modal-containe .product-popup-modal__toggle {
    top: 1.2rem;
  }
  .sticky-atc--mobile-no-badge .badge.price__badge-sale,
  .sticky-atc--mobile-transparent .sticky-atc__left {
    display: none;
  }
  .sticky-atc--mobile-btn-full {
    flex-direction: column;
    align-items: stretch;
  }
  .sticky-atc--mobile-btn-full .sticky-atc__button,
  .sticky-atc--mobile-transparent .sticky-atc__button {
    width: 100%;
  }
  .sticky-atc--mobile-btn-full .button,
  .sticky-atc--mobile-transparent .button {
    font-size: 1.9rem;
    padding: 0 1.5em;
    width: 100%;
    line-height: calc(1 + 0.2 / var(--font-body-scale));
    min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  }
  .sticky-atc--mobile-btn-full .sticky-atc__left {
    margin-bottom: 0.7rem;
  }
  .sticky-atc--mobile-transparent {
    background: 0 0;
    box-shadow: none;
    padding-top: 0;
  }
  .sticky-atc.sticky-atc--mobile-transparent .button {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
  .sticky-atc__left {
    flex-direction: column;
    align-items: flex-start;
  }
  .sticky-atc--small-mobile-select .select {
    --inputs-radius: var(--pickers-small-radius);
  }
  .sticky-atc secondary-variant-select {
    width: 100%;
    padding-right: 0.5rem;
  }
  .sticky-atc--small-mobile-select secondary-variant-select {
    padding-top: 0.5rem;
    max-width: 15rem;
  }
  .sticky-atc--small-mobile-select .select__select {
    font-size: 1.2rem;
    height: 2.1rem;
    padding: 0 2.5rem 0 1rem;
  }
  .sticky-atc--small-mobile-select .select__select .icon-caret {
    right: calc(var(--inputs-border-width) + 1rem);
  }
  .sticky-atc:not(.sticky-atc--small-mobile-select) .select__select {
    height: 4rem;
  }
  .image-with-text--mobile-reverse .image-with-text__grid {
    flex-direction: column-reverse;
  }
  .image-with-text__media-item.image-with-text__media--mobile-full {
    margin: 0 -1.5rem;
    max-width: calc(100% + 3rem);
    width: calc(100% + 3rem);
    --media-radius: 0;
  }
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid__item
    .image-with-text__media,
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media
    img,
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media
    video,
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media-item:after,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid__item
    .image-with-text__content,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__text-item:after {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid__item
    .image-with-text__content,
  .image-with-text.image-with-text--mobile-normal.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__text-item:after,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid__item
    .image-with-text__media,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media
    img,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media
    video,
  .image-with-text.image-with-text--mobile-reverse.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__media-item:after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__content {
    border-top: 0;
  }
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding: 2rem 0;
  }
}
.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}
.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}
.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}
.image-with-text:not(.collapse-corners, .image-with-text--overlap)
  .image-with-text__media-item {
  z-index: 2;
}
.image-with-text__content .button + .image-with-text__text,
.image-with-text__content > * + *,
.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}
.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}
.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}
.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}
.email-signup-banner__box .email-signup-banner__heading,
.image-with-text__heading {
  margin-bottom: 0;
}
.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.image-with-text
  .product__text-container--multiple.product__text-container--vertical
  + .product__text-container--multiple.product__text-container--vertical {
  margin-top: var(--row-gap);
}
@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }
  .image-with-text__media--medium {
    height: 46rem;
  }
  .image-with-text__media--large {
    height: 69.5rem;
  }
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }
  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }
  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }
  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }
  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }
  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }
  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }
  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }
  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }
  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__text-item {
    justify-content: flex-end;
  }
  .image-with-text__media-item--top {
    align-self: flex-start;
  }
  .image-with-text__media-item--middle {
    align-self: center;
  }
  .image-with-text__media-item--bottom {
    align-self: flex-end;
  }
  .image-with-text__media-item--large + .image-with-text__text-item,
  .image-with-text__media-item--small {
    flex-grow: 0;
  }
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    video,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__content:after,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__text-item:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__media
    video,
  .image-with-text.different-colors.collapse-corners:not(
      .image-with-text--overlap
    )
    .image-with-text__grid--reverse
    .image-with-text__media-item:after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }
  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
  .collapse-padding:not(.image-with-text--desktop-full-width)
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }
  .collapse-padding:not(.image-with-text--desktop-full-width)
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
  .image-with-text--desktop-full-width.page-width {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    --media-radius: 0px;
    --text-boxes-radius: 0px;
  }
  .image-with-text--desktop-full-width .image-with-text__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 0;
}
@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }
  .banner--content-align-mobile-center .banner__box .rating-stars-and-text {
    justify-content: center;
  }
  .banner--content-align-mobile-right .banner__box .rating-stars-and-text {
    justify-content: flex-end;
  }
  .email-signup-banner-background:not(.email-signup-banner-background-mobile) {
    display: none;
  }
}
@media only screen and (min-width: 750px) {
  .banner--content-align-left .banner__box {
    text-align: left;
  }
  .banner--content-align-right .banner__box {
    text-align: right;
  }
  .banner--content-align-center .banner__box .rating-stars-and-text {
    justify-content: center;
  }
  .banner--content-align-right .banner__box .rating-stars-and-text {
    justify-content: flex-end;
  }
  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 68rem;
  }
  .email-signup-banner:not(.banner--desktop-transparent)
    .email-signup-banner__box {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
  .banner {
    flex-direction: row;
  }
  .banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }
  .banner--medium:not(.banner--adapt) {
    min-height: 56rem;
  }
  .banner--large:not(.banner--adapt) {
    min-height: 72rem;
  }
  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }
  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .banner__media {
    height: 100%;
  }
}
.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.banner__media-half {
  width: 50%;
}
.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}
@media screen and (max-width: 749px) {
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)
    > .banner__media {
    height: 28rem;
  }
  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(
      .banner--adapt
    )
    > .banner__media {
    height: 34rem;
  }
  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)
    > .banner__media {
    height: 39rem;
  }
  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 28rem;
  }
  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 34rem;
  }
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 39rem;
  }
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .banner--stacked {
    height: auto;
  }
  .banner--stacked .banner__media {
    flex-direction: column;
  }
  .banner--stacked .banner__media-half,
  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--adapt) .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }
  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }
  .banner:not(.banner--mobile-bottom):not(.email-signup-banner) .banner__box {
    background: 0 0;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }
  .banner:not(.banner--mobile-bottom):not(.email-signup-banner)
    .banner__box.banner--transparent-black {
    background: 0 0;
    --color-foreground: 0, 0, 0;
    --color-button: 0, 0, 0;
    --color-button-text: 255, 255, 255;
  }
  .banner:not(.banner--mobile-bottom) .banner__box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .banner:not(.banner--mobile-bottom) .button--secondary {
    --color-button: 255, 255, 255;
    --color-button-text: 255, 255, 255;
    --alpha-button-background: 0;
  }
  .banner:not(.banner--mobile-bottom)
    .banner__box.banner--transparent-black
    .button--secondary {
    --color-button: 0, 0, 0;
    --color-button-text: 0, 0, 0;
  }
  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    position: absolute;
    height: auto;
  }
  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }
  .banner::before {
    display: none !important;
  }
}
.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: auto;
}
.banner__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.banner__box {
  padding: 4rem 3.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 0;
}
.banner::after,
.banner__media::after {
  content: "";
  position: absolute;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.banner__box > * + .banner__text,
.multicolumn .button,
.newsletter-form__field-wrapper .newsletter-form__message {
  margin-top: 1.5rem;
}
.banner__box .banner__heading + :not(.rating-stars, .trustpilot-stars),
.banner__box > * + *,
.caption-with-letter-spacing + h2,
.collapsible-row-layout .accordion:not(:first-child):not(.color-background-1) {
  margin-top: 1rem;
}
.banner__box > :first-child,
.multicolumn .title-wrapper-with-link,
.rating-stars + h2,
.trustpilot-stars + h2 {
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 5rem;
  }
  .banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }
  .banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .banner--desktop-transparent .banner__box {
    background: 0 0;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
    max-width: 89rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .banner--desktop-transparent .banner__box.banner--transparent-black {
    background: 0 0;
    --color-foreground: 0, 0, 0;
    --color-button: 0, 0, 0;
    --color-button-text: 255, 255, 255;
  }
  .banner--desktop-transparent .button--secondary {
    --color-button: 255, 255, 255;
    --color-button-text: 255, 255, 255;
    --alpha-button-background: 0;
  }
  .banner--desktop-transparent
    .banner__box.banner--transparent-black
    .button--secondary {
    --color-button: 0, 0, 0;
    --color-button-text: 0, 0, 0;
  }
  .banner--desktop-transparent .content-container:after {
    display: none;
  }
  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }
}
@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}
.banner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 45rem;
}
@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }
  .banner:not(.banner--mobile-bottom) .field__input {
    background-color: transparent;
  }
  .banner--mobile-bottom .banner__media::after,
  .banner--mobile-bottom::after {
    display: none;
  }
  .banner--stacked .banner__box {
    width: 100%;
  }
  .banner--content-align-mobile-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
  .banner--content-align-mobile-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
  .slideshow--placeholder.banner--adapt_image:not(.banner--mobile-bottom),
  .slideshow--placeholder.banner--mobile-bottom.banner--adapt_image
    .slideshow__media {
    height: 28rem;
  }
}
.banner__box > * + .banner__buttons {
  margin-top: 2rem;
}
slideshow-component {
  position: relative;
  display: flex;
  flex-direction: column;
}
slideshow-component .slideshow.banner {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  gap: 0;
}
.slideshow__slide {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.slideshow__text.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 54.5rem;
}
.slideshow__controls {
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.slideshow__controls--top {
  order: 2;
  z-index: 1;
}
.spaced-section--full-width:last-child
  slideshow-component:not(.page-width)
  .slideshow__controls {
  border-bottom: none;
}
@media screen and (min-width: 750px) {
  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }
  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }
  .slideshow--placeholder.banner--adapt_image {
    height: 56rem;
  }
  .slideshow__text.slideshow__text--left {
    align-items: flex-start;
    text-align: left;
  }
  .slideshow__text.slideshow__text--right {
    align-items: flex-end;
    text-align: right;
  }
  .slideshow__text-wrapper.banner__content {
    height: 100%;
    padding: 5rem;
  }
  .slideshow__controls {
    position: relative;
  }
}
slideshow-component:not(.page-width) .slider-buttons {
  border-right: 0;
  border-left: 0;
}
.slideshow__autoplay {
  position: absolute;
  right: 0;
  border-left: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  slideshow-component.page-width .slideshow__text {
    border-right: var(--text-boxes-border-width) solid
      rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    border-left: var(--text-boxes-border-width) solid
      rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
    max-width: 100%;
    height: 100%;
  }
  .banner--mobile-bottom .slideshow__text-wrapper {
    flex-grow: 1;
  }
  .banner--mobile-bottom .slideshow__text .button {
    flex-grow: 0;
  }
  .slideshow__text.slideshow__text-mobile--left {
    align-items: flex-start;
    text-align: left;
  }
  .slideshow__text.slideshow__text-mobile--right {
    align-items: flex-end;
    text-align: right;
  }
  .slideshow__controls--border-radius-mobile {
    border-bottom-right-radius: var(--text-boxes-radius);
    border-bottom-left-radius: var(--text-boxes-radius);
  }
  slideshow-component.page-width .slideshow__autoplay {
    right: 1.5rem;
  }
  .slideshow__controls--mobile-over {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
  }
  .email-signup-banner:not(.banner--mobile-bottom)
    .banner__box:not(.email-signup-banner__box--no-image) {
    background-color: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }
}
.email-signup-banner-background,
.multicolumn-card.center .media--adapt img {
  left: 50%;
  transform: translateX(-50%);
}
.slideshow__autoplay .icon.icon-pause,
.slideshow__autoplay .icon.icon-play {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition:
    transform 150ms,
    opacity 150ms;
  width: 0.8rem;
  height: 1.2rem;
}
.slideshow__autoplay .icon.icon-play {
  height: 1rem;
}
.slideshow__autoplay path {
  fill: rgba(var(--color-foreground), 0.75);
}
.slideshow__autoplay:hover path {
  fill: rgb(var(--color-foreground));
}
@media screen and (forced-colors: active) {
  .slideshow__autoplay path,
  .slideshow__autoplay:hover path {
    fill: CanvasText;
  }
}
.slideshow__autoplay:hover svg {
  transform: scale(1.1);
}
.slideshow__autoplay--paused .icon-pause,
.slideshow__autoplay:not(.slideshow__autoplay--paused) .icon-play {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.video-section__media {
  position: relative;
  padding-bottom: 56.25%;
}
.video-section__media.deferred-media {
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}
.video-section__media.deferred-media:after {
  content: none;
}
.video-section__media iframe {
  background-color: rgba(var(--color-foreground), 0.03);
  border: 0;
}
.video-section__media iframe,
.video-section__poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsletter__wrapper {
  padding-right: calc(3rem / var(--font-body-scale));
  padding-left: calc(3rem / var(--font-body-scale));
}
.newsletter__wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter__wrapper > * + * {
  margin-top: 2rem;
}
.newsletter__wrapper > * + .newsletter-form {
  margin-top: 3rem;
}
.newsletter__subheading {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
  max-width: 36rem;
}
.newsletter__button {
  margin-top: 3rem;
  width: fit-content;
}
.contact .form__message {
  align-items: flex-start;
  margin-top: 0.5rem;
}
.contact .icon-success {
  margin-top: 0.2rem;
}
.contact-from__message-container {
  padding: 0.75rem;
  column-gap: 0.75rem;
  margin-bottom: 2rem;
}
.contact-from__message-container .material-icon {
  font-size: 4.5rem;
}
.contact-from__message-container img {
  height: 4.5rem;
  width: auto;
}
.contact-from__message-container ul {
  padding-left: 1.5rem;
  margin: 0.3rem 0 0;
}
.collapsible-section-layout {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.collapsible-content__media--large {
  height: 43.5rem;
}
.collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  max-width: 73.4rem;
}
.collapsible-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}
.collapsible-row-layout .accordion {
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  margin-bottom: 1.5rem;
}
.collapsible-row-layout .accordion .accordion__content,
.collapsible-row-layout .accordion summary {
  padding: 1.5rem;
}
.collapsible-row-layout .accordion .accordion__content {
  padding-top: 0;
  padding-bottom: 0;
}
.multicolumn--same-bgs
  .multicolumn-card__image-wrapper
  + .multicolumn-card__info,
.multicolumn-card.multicolumn--diff-bgs .icon-bar-card__icon {
  padding-top: 2.5rem;
}
.collapsible-row-layout
  .accordion__details[open]
  + .accordion__content-wrapper
  .accordion__content {
  padding-bottom: 1.5rem;
}
.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
}
@media screen and (min-width: 750px) {
  .slideshow__autoplay.slider-button {
    position: inherit;
    margin-left: 0.6rem;
    padding: 0 0 0 0.6rem;
    border-left: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
  .slideshow__controls--desktop-over {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
  }
  .newsletter__wrapper {
    padding-right: 9rem;
    padding-left: 9rem;
  }
  .newsletter__button {
    flex-shrink: 0;
    margin: 0 0 0 1rem;
  }
  .contact .field-wrapper {
    margin-bottom: 2rem;
  }
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
  .collapsible-content__grid {
    align-items: center;
  }
  .collapsible-section-layout {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .collapsible-content__media--small {
    height: 31.4rem;
  }
  .collapsible-content__media--large {
    height: 69.5rem;
  }
  .collapsible-content__grid--reverse {
    flex-direction: row-reverse;
  }
  .collapsible-content__heading {
    margin-bottom: 3rem;
  }
  .rich-text__wrapper {
    width: 100%;
  }
  .rich-text__wrapper--left {
    justify-content: flex-start;
  }
  .rich-text__wrapper--right {
    justify-content: flex-end;
  }
  .rich-text:not(.rich-text--full-width) .rich-text__blocks {
    max-width: 50rem;
  }
}
.rich-text__blocks * {
  overflow-wrap: break-word;
}
.collection-list,
.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}
.collection-list-view-all,
.content-rte + insta-stories,
.email-signup-banner__box > * + .newsletter__subheading,
.rich-text__blocks > * + * {
  margin-top: 2rem;
}
.rich-text__blocks > * + a {
  margin-top: 3rem;
}
.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
}
.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}
.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}
.collection-list-title,
.email-signup-banner__box .newsletter__subheading p,
.multicolumn .title,
.multicolumn-card h3,
.multicolumn-card p,
.results__text p {
  margin: 0;
}
.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}
.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}
.email-signup-banner .newsletter-form,
.email-signup-banner .newsletter-form__field-wrapper,
.localization-form__currency {
  display: inline-block;
}
.email-signup-banner-background {
  width: 100%;
  height: 100%;
  position: relative;
}
.email-signup-banner .banner__media,
.insta-stories__open-buttons-container {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .banner--mobile-content-align-left .newsletter-form__message {
    justify-content: flex-start;
  }
  .banner--mobile-content-align-right .newsletter-form__message {
    justify-content: right;
  }
  .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }
  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }
  .product__media-list .product__media-item {
    width: 100%;
  }
  .slider.collection-list--1-items,
  .slider.collection-list--2-items,
  .slider.collection-list--3-items,
  .slider.collection-list--4-items {
    padding-bottom: 0;
  }
}
.multicolumn-card__image-wrapper--third-width {
  width: 33%;
}
.multicolumn-card__image-wrapper--half-width {
  width: 50%;
}
.multicolumn-card {
  max-width: 72rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.multicolumn-card--media-bottom {
  flex-direction: column-reverse;
}
.splide--align-stretch .multicolumn-card,
.splide--align-stretch .splide__slide__container {
  height: 100%;
}
.splide--align-stretch .multicolumn-card__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: var(--stretched-cards-alignment);
}
.multicolumn-card,
.multicolumn-card.center
  .multicolumn-card__image-wrapper:not(
    .multicolumn-card__image-wrapper--full-width
  ),
.trustpilot-review.center .rating-stars__container--underlay {
  margin-left: auto;
  margin-right: auto;
}
.multicolumn-card.color-bg-overlay {
  background: rgb(var(--color-background))
    linear-gradient(
      rgba(var(--color-foreground), 0.04),
      rgba(var(--color-foreground), 0.04)
    );
}
.multicolumn-card h3 {
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}
.multicolumn-card-spacing {
  padding-top: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.content-tabs__heading + .rte,
.multicolumn-card__info > :nth-child(2) {
  margin-top: 1rem;
}
.multicolumn-card .media--adapt .multicolumn-card__image,
.multicolumn-card.center .media--adapt {
  width: auto;
}
.multicolumn--same-bgs .multicolumn-card-spacing {
  padding: 0;
  margin: 0;
}
.multicolumn-card__info {
  padding: 2.5rem;
}
.multicolumn--same-bgs .multicolumn-card__info {
  padding-top: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card--horizontal.ratio:before,
.is-active .multicolumn--same-bgs .multicolumn-card__info {
  padding-bottom: 0;
}
.multicolumn--same-bgs .multicolumn-card__image-wrapper .media {
  border-radius: calc(
    var(--text-boxes-radius) - var(--text-boxes-border-width)
  );
  overflow: hidden;
}
.multicolumn-card:not(.multicolumn-card--media-bottom)
  > .multicolumn-card__image-wrapper--full-width:not(
    .multicolumn-card-spacing
  ) {
  border-top-left-radius: calc(
    var(--text-boxes-radius) - var(--text-boxes-border-width)
  );
  border-top-right-radius: calc(
    var(--text-boxes-radius) - var(--text-boxes-border-width)
  );
  overflow: hidden;
}
.multicolumn-card--media-bottom
  > .multicolumn-card__image-wrapper--full-width:not(
    .multicolumn-card-spacing
  ) {
  border-bottom-left-radius: calc(
    var(--text-boxes-radius) - var(--text-boxes-border-width)
  );
  border-bottom-right-radius: calc(
    var(--text-boxes-radius) - var(--text-boxes-border-width)
  );
  overflow: hidden;
}
.multicolumn--same-bgs.multicolumn-card {
  border-radius: 0;
}
.multicolumn-card__info .link {
  text-decoration: none;
  font-size: inherit;
  margin-top: 1.5rem;
}
.multicolumn-card__info .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}
.icon-bar-card__icon--small {
  --icon-size: 3rem;
}
.icon-bar-card__icon--medium {
  --icon-size: 5rem;
}
.icon-bar-card__icon--large {
  --icon-size: 7rem;
}
.icon-bar-card__icon img {
  height: var(--icon-size);
}
.icon-bar-card__icon .material-symbols-outlined {
  font-size: var(--icon-size);
}
.multicolumn .multicolumn-title-with-text,
.page-width .title-wrapper-with-link.main-title-with-text {
  margin-bottom: 0.5rem;
}
.multicolumn-text,
.text-under-title {
  text-align: center;
  margin-bottom: 3rem;
}
.icon-with-content__content
  .icon-with-content__text--caption
  + .icon-with-content__heading,
.icon-with-content__content > :first-child,
.multicolumn-text p:first-child,
.text-under-title p:first-child {
  margin-top: 0;
}
.icon-bar-card .multicolumn-card__info {
  padding-top: 1rem;
}
.icon-bar .icon-bar-card--horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
.icon-bar.background-primary .icon-bar-card--horizontal .icon-bar-card__icon {
  padding-top: 0;
}
.icon-bar .icon-bar-card--horizontal .multicolumn-card__info {
  padding: 0 0 0 1rem !important;
}
.icon-bar .icon-bar-card--horizontal .multicolumn-card__info h3 {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}
.icon-bar .icon-bar-card--horizontal .multicolumn-card__info > :nth-child(2) {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.testimonial-card__stars {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}
.testimonial-card__author-container {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  margin-top: 0.75rem;
  border-top: solid 1px rgba(var(--color-foreground), 0.06);
}
.center .testimonial-card__author-container {
  justify-content: center;
}
.right .testimonial-card__author-container {
  justify-content: flex-end;
}
.testimonial-card__avatar {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonial-card__author {
  font-size: 1.4rem;
  line-height: 1.1;
}
.testimonial-card .multicolumn-card__info {
  padding: 1.25rem 2rem 2rem;
  position: relative;
}
.testimonial-card__quotes {
  font-size: 5rem;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.testimonial-card__quotes svg {
  width: 55%;
}
.testimonial-card__quotes--image-blank {
  font-size: 3.5rem;
  right: 5px;
  top: 5px;
  transform: none;
}
.testimonial-card__info--no-image-no-stars h3 {
  padding: 0 2.5rem;
}
.testimonial-card .testimonial-card__info--image-no-stars {
  padding-top: 1.25rem;
}
.testimonial-card__info--image-no-stars .testimonial-card__quotes {
  font-size: 4rem;
}
.multicolumn .testimonial-card .multicolumn-card__info h3 {
  margin-top: 0.5rem;
  font-size: calc(var(--font-heading-scale) * 1.45rem);
  margin-bottom: 1rem;
}
.testimonial-card--has-author .multicolumn-card__info {
  padding-bottom: 1.25rem;
}
.section-divider::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  top: -1px;
  z-index: -1;
  width: 100%;
  background: rgb(var(--color-background));
}
.section-divider__svg {
  --max-height: 150px;
  background: 0 0;
  position: relative;
  overflow: hidden;
  transform: translateY(1px);
}
.section-divider__svg svg {
  color: rgb(var(--color-background));
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: var(--max-height);
}
.waves-animated-1 {
  --max-height: 3rem;
  margin: 0;
}
.parallax1 > use {
  animation: 10s linear infinite move-forever1;
}
.parallax2 > use {
  animation: 8s linear infinite move-forever2;
  opacity: 0.4;
}
.parallax3 > use {
  animation: 6s linear infinite move-forever3;
  opacity: 0.3;
}
.parallax4 > use {
  animation: 4s linear infinite move-forever4;
  opacity: 0.2;
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0);
  }
  100% {
    transform: translate(-90px, 0);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0);
  }
  100% {
    transform: translate(-90px, 0);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0);
  }
  100% {
    transform: translate(85px, 0);
  }
}
.content-and-comparison-table,
.content-and-results {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  column-gap: 5rem;
  row-gap: 2rem;
}
.comparison-table-container {
  width: 100%;
  max-width: 50rem;
}
.comparison-table {
  --border-radius: 2rem;
  flex-grow: 1;
  border-spacing: 0;
}
.comparison-table th {
  padding: 0.5rem 0.75rem;
  font-size: var(--font-size);
  line-height: 1.3;
}
.comparison-table td {
  --cell-bottom-separator-thickness: -0.1rem;
  --cell-separator-opacity: 0;
  --cell-overlay-opacity: 0;
  --border-shadow-offset: -0.1rem 0 0 0;
  --outer-box-shadow:
    0.3rem 0.3rem 0.8rem rgba(0, 0, 0, 0.15),
    var(--border-shadow-offset) rgba(0, 0, 0, 0.08);
  padding: 1rem 1.5rem;
  text-align: center;
  box-shadow:
    inset 0 var(--cell-bottom-separator-thickness) 0 0
      rgba(var(--color-foreground), var(--cell-separator-opacity)),
    inset 0 0 0 6rem rgba(var(--color-foreground), var(--cell-overlay-opacity)),
    var(--outer-box-shadow);
  position: relative;
}
.comparison-table td:last-of-type {
  --border-shadow-offset: 0.1rem 0 0 0;
}
.comparison-table--classic tbody tr:first-of-type td {
  --border-shadow-offset: 0 -0.1rem 0 0;
}
.comparison-table--classic tbody tr:last-of-type td {
  --border-shadow-offset: 0 0.1rem 0 0;
}
.comparison-table tbody tr:first-of-type td:first-child {
  border-radius: var(--border-radius) 0 0 0;
  --border-shadow-offset: -0.1rem -0.1rem 0 0;
}
.comparison-table tbody tr:last-of-type td:first-child {
  border-radius: 0 0 0 var(--border-radius);
  --border-shadow-offset: -0.1rem 0.1rem 0 0;
}
.comparison-table tbody tr:first-of-type td:last-child {
  border-radius: 0 var(--border-radius) 0 0;
  --border-shadow-offset: 0.1rem -0.1rem 0 0;
}
.comparison-table tbody tr:last-of-type td:last-child {
  border-radius: 0 0 var(--border-radius) 0;
  --border-shadow-offset: 0.1rem 0.1rem 0 0;
}
.comparison-table tbody td:not(.comparison-table__row-name) {
  padding: 1rem 2rem;
}
.comparison-table__icon {
  font-size: 2rem;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 50%;
  box-sizing: content-box;
}
.comparison-table__icon--solid {
  background: var(--bg-color);
  padding: 0.4rem;
  font-size: 1.4rem;
}
.comparison-table__icon svg {
  color: var(--icon-color);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.comparison-table .comparison-table__row-name {
  --font-size: 1.8rem;
  font-size: var(--font-size);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .icon-with-text {
    --icon-size: var(--mobile-icon-size);
    --icon-spacing: var(--mobile-spacing);
    --text-size: var(--mobile-text-size);
  }
  .comparison-table .comparison-table__row-name,
  .comparison-table th {
    font-size: calc(var(--font-size) * 0.85);
  }
  .comparison-table__checkmark,
  .comparison-table__x {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  .title-wrapper-with-link {
    flex-direction: column;
    align-items: center;
  }
  .cart-drawer--mobile-width-full .cart-drawer {
    width: 100%;
  }
  .cart-drawer--mobile-width-full .drawer__inner {
    max-width: 100%;
    width: 100%;
  }
  .icon-with-text--horizontal {
    column-gap: 1.5rem;
  }
  .shipping-checkpoints--has-4 {
    --icon-size: 3.4rem;
    column-gap: 1rem;
  }
  .shipping-checkpoints--has-4 .shipping-checkpoint p {
    font-size: 0.8rem;
  }
  .quantity-gifts-4 {
    column-gap: 0.6rem;
  }
  .quantity-gifts-4 .quantity-gift__lock .lock {
    transform: scale(0.7);
  }
  .quantity-gifts-4 .quantity-gift__lock__top {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
  .quantity-gifts-4 .quantity-gift__lock__bottom {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  .quantity-gifts-4 .quantity-gift__title {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .comparison-table {
    --border-radius: 1.5rem;
  }
  .comparison-table thead img {
    max-width: var(--mobile-logo-width);
  }
}
.comparison-table--centered {
  --bottom-piece-height: 3rem;
  padding-bottom: var(--bottom-piece-height);
}
.comparison-table--centered .comparison-table__logo {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  padding: 0.75rem 1rem;
}
.comparison-table--centered tbody tr:last-of-type td:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--bottom-piece-height);
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(var(--color-background));
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.comparison-table--minimal tbody,
.comparison-table--minimal td {
  box-shadow: none;
  border-radius: 0;
}
.comparison-table--minimal tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comparison-table--minimal tbody tr:not(:last-of-type) {
  border-bottom: solid 0.1rem
    rgba(var(--color-foreground), var(--border-opacity));
}
.comparison-table--minimal td:nth-child(2),
.comparison-table--minimal th:nth-child(2) {
  order: -1;
  text-align: left;
}
.comparison-table--minimal tbody td:not(.comparison-table__row-name),
.comparison-table--minimal th {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.comparison-table--minimal .comparison-table__row-name {
  flex-grow: 1;
  padding: 1rem 1.5rem;
}
.comparison-table--minimal .comparison-table__icon--solid {
  font-size: 2rem;
  padding: 0.75rem;
}
@media screen and (min-width: 999px) {
  .comparison-table--minimal .comparison-table__icon--solid {
    font-size: 2.2rem;
    padding: 0.9rem;
  }
}
.results-container .rte,
.results-container .title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.comparison-slider__underlay img,
.content-and-results .content-container {
  width: 100%;
}
.content-and-results__image {
  max-width: 60rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.results__percentage {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  position: relative;
  --border-width: 0.7rem;
  flex-shrink: 0;
  margin-right: 2rem;
  z-index: 0;
}
.results__percentage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: -2;
  background: conic-gradient(
    from 0deg at 50% 50%,
    rgb(var(--accent-color)) 0,
    rgb(var(--accent-color)) var(--percentage),
    rgb(var(--color-background)) var(--percentage),
    rgb(var(--color-background)) 100%
  );
}
.results__percentage::after {
  content: "";
  display: block;
  position: absolute;
  top: var(--border-width);
  left: var(--border-width);
  bottom: var(--border-width);
  right: var(--border-width);
  border-radius: 50%;
  z-index: -1;
  background: rgb(var(--color-background));
}
.results__percentage p {
  margin: 0;
  color: rgb(var(--accent-color));
}
.results__row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(var(--color-foreground), 0.05);
}
.results__row:first-of-type {
  border-top: 2px solid rgba(var(--color-foreground), 0.05);
}
.results__caption p {
  margin: 0;
  font-size: 1.2rem;
}
.content-and-comparison-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  column-gap: 5rem;
  position: relative;
  z-index: 0;
  row-gap: 2rem;
}
.comparison-slider {
  display: block;
  position: relative;
  max-width: 45rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.comparison-slider__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.comparison-slider__overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.comparison-slider__after-text,
.comparison-slider__before-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.comparison-slider__after-text h3,
.comparison-slider__before-text h3 {
  text-align: center;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem;
  margin: 0;
  white-space: nowrap;
}
.comparison-slider__after-text {
  left: auto;
  right: 0;
}
.comparison-slider__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  overflow: hidden;
}
.comparison-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 50rem;
  max-height: 100%;
  width: 5rem;
}
.comparison-slider__line {
  --line-width: 0.5rem;
  --arrow-x-offset: 1.75rem;
  --arrow-size: 0.7rem;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  height: 100%;
  width: var(--line-width);
  transform: translateX(-50%);
}
.comparison-slider__arrow-left,
.comparison-slider__arrow-right {
  font-size: var(--arrow-size);
  width: 1em;
  height: 1.7em;
  position: absolute;
  top: 50%;
  background: rgb(var(--color-background));
}
.comparison-slider__arrow-left {
  left: 0;
  transform: translate(calc(var(--arrow-x-offset) * -1), -50%);
  clip-path: polygon(100% 0%, 0 50%, 100% 100%);
}
.comparison-slider__arrow-right {
  right: 0;
  transform: translate(var(--arrow-x-offset), -50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.comparison-slider__line--circle {
  --circle-size: 4.25rem;
  --border-size: 0.3rem;
  --line-width: 0.3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background: rgba(var(--color-background), 0.15);
  border: solid var(--border-size) rgb(var(--color-background));
  backdrop-filter: blur(2px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.comparison-slider__line--circle::after,
.comparison-slider__line--circle::before {
  content: "";
  display: block;
  height: 50rem;
  width: var(--line-width);
  background: rgb(var(--color-background));
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.comparison-slider__line--circle::before {
  bottom: 100%;
}
.comparison-slider__line--circle::after {
  top: 100%;
}
.comparison-slider__line--circle .comparison-slider__arrow-left {
  left: 25%;
  transform: translate(-50%, -50%);
}
.comparison-slider__line--circle .comparison-slider__arrow-right {
  right: 25%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 899px) {
  .content-and-comparison-slider,
  .content-and-comparison-table,
  .content-and-results {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc((100% / var(--desktop-thumbnails)) - 0.8rem);
  }
  .content-and-comparison-slider--slider-first .comparison-slider,
  .content-and-comparison-table--table-first .comparison-table-container,
  .content-and-results--results-first .results-container,
  .vertical-ticker-and-content--ticker-first .vertical-ticker {
    order: -1;
  }
  .vertical-ticker-and-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .vertical-ticker-content {
    padding-top: 36px;
  }
  .comparison-slider__line--classic {
    --line-width: 0.6rem;
    --arrow-size: 0.9rem;
  }
  .comparison-slider__line--circle {
    --circle-size: 5rem;
    --arrow-size: 0.75rem;
  }
}
.icon-with-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  align-items: center;
  row-gap: 3rem;
}
.icons-with-text__icon-item {
  --line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.icons-with-text__icon-item:last-child {
  margin-bottom: 0;
}
.icons-with-text__icon-item--center {
  text-align: center;
}
.icons-with-text__icon-item--center.icons-with-text__icon-item--next-to-title
  .icons-with-text__icon__title,
.trustpilot-review.center .testimonial-card__author-container {
  justify-content: center;
}
.icons-with-text__icon-item--right {
  text-align: right;
}
.icons-with-text__icon-item--right.icons-with-text__icon-item--next-to-title
  .icons-with-text__icon__title {
  justify-content: flex-end;
}
.icons-with-text__icon__icon--xs {
  --icon-size: 1.6rem;
  --margin: 1rem;
}
.icons-with-text__icon__icon--s {
  --icon-size: 2.3rem;
  --margin: 1.25rem;
}
.icons-with-text__icon__icon--m {
  --icon-size: 2.5rem;
  --margin: 1.4rem;
}
.icons-with-text__icon__icon--l {
  --icon-size: 3.5rem;
  --margin: 1.5rem;
}
.icons-with-text__icon__icon--xl {
  --icon-size: 5rem;
}
.icons-with-text__icon__icon--xxl {
  --icon-size: 7rem;
}
.icons-with-text__icon__icon--xl,
.icons-with-text__icon__icon--xxl {
  --margin: calc((var(--icon-size)) * 0.35);
}
.icons-with-text__icon__icon {
  flex-shrink: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: var(--margin);
  background: 0 0;
}
.icons-with-text__icon__icon .material-icon {
  color: rgb(var(--color-background));
  font-size: var(--icon-size);
}
.icons-with-text__icon__icon img {
  object-fit: contain;
  object-position: center center;
}
.card__media .media img,
.insta-story-open-btn__pfp img,
.popup-modal__image img {
  object-fit: cover;
  object-position: center center;
}
.icons-with-text__icon__title {
  line-height: 1.3;
}
.bundle-deals__checkbox-container,
.icons-with-text__icon-item--next-to-title .icons-with-text__icon__title {
  display: flex;
  align-items: center;
}
.icons-with-text__icon__title.h5 {
  font-size: 1.75rem;
}
.icons-with-text__icon__title.h4 {
  font-size: 1.9rem;
}
.icons-with-text__icon__title.h3 {
  font-size: 2.25rem;
}
.icons-with-text__icon__title.h2 {
  font-size: 2.65rem;
}
.icons-with-text__icon__text p {
  line-height: var(--line-height);
}
.icon-with-text__icon__text--small {
  font-size: 1.2rem;
}
.icons-with-text__icon-item--above {
  flex-direction: column;
  text-align: center;
}
.icons-with-text__icon-item--above .icons-with-text__icon__icon {
  margin-right: 0;
  margin-bottom: var(--margin);
}
.icon-with-content__content > * {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .slider.collection-list--1-items {
    padding-bottom: 0;
  }
  .multicolumn .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
  .multicolumn[data-mobile-columns="2"]
    .multicolumn-card.multicolumn--diff-bgs
    .icon-bar-card__icon {
    padding-top: 1.5rem;
  }
  .icon-bar[data-mobile-columns="2"] .multicolumn-card__info {
    padding-top: 1rem;
  }
  .icon-bar[data-mobile-columns="2"] .material-icon {
    font-size: calc(var(--icon-size) * 0.8);
  }
  .icon-bar.background-none
    .multicolumn-list:not(.slider)
    .center
    .multicolumn-card__info {
    padding: 0.7rem 0.5rem 1.5rem;
  }
  .icon-with-content__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .icon-with-content__mobile-grid--reverse .icon-with-content__content {
    order: -1;
  }
  .icon-with-content__content--hide-on-mobile {
    display: none;
  }
  .icon-with-content__content {
    text-align: center;
  }
  .icons-with-text__icon__icon--xs {
    --icon-size: 1.5rem;
    --margin: 0.75rem;
  }
  .icons-with-text__icon__icon--s {
    --icon-size: 1.75rem;
    --margin: 0.85rem;
  }
  .icons-with-text__icon__icon--m {
    --icon-size: 2.1rem;
    --margin: 1rem;
  }
  .icons-with-text__icon__icon--l {
    --icon-size: 3rem;
    --margin: 1.3rem;
  }
  .icons-with-text__icon__icon--xl {
    --icon-size: 4.25rem;
  }
  .icons-with-text__icon__icon--xxl {
    --icon-size: 5.5rem;
  }
  .icons-with-text__icon__title.h5 {
    font-size: 1.4rem;
  }
  .icons-with-text__icon__title.h4 {
    font-size: 1.6rem;
  }
  .icons-with-text__icon__title.h3 {
    font-size: 1.8rem;
  }
  .icons-with-text__icon__title.h2 {
    font-size: 2.25rem;
  }
  .icon-with-content__icons--mobile-2-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    column-gap: 1.75rem;
    row-gap: 2rem;
  }
  .icon-with-content__icons--mobile-2-columns ..icons-with-text__icon-item {
    margin-bottom: 0;
  }
  .icon-with-content__icons--mobile-2-columns .icons-with-text__icon__title {
    font-size: 1.4rem;
  }
  .icon-with-content__icons--mobile-2-columns .rte {
    font-size: 1.2rem;
  }
  .icon-with-content__icons--mobile-2-columns .icons-with-text__icon__icon {
    width: calc(var(--icon-size) * 0.7);
    height: calc(var(--icon-size) * 0.7);
    margin-bottom: 1rem;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  transition:
    width,
    height,
    background-color 0.3s;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
}
.popup-overlay--active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup-modal__close,
.popup-modal__content {
  background: rgb(var(--color-background));
  display: flex;
}
.popup-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center center;
  border-radius: 1.25rem;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 1100;
  transition: 0.3s ease-in-out;
  max-width: calc(100% - 1rem);
  width: 38rem;
}
.popup-modal--image {
  width: 76rem;
}
.popup-modal--image-second .popup-modal__content {
  order: -1;
}
.popup-modal__container {
  display: flex;
}
.popup-modal--active {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.popup-modal__image {
  width: 100%;
  max-width: 38rem;
  position: relative;
}
.popup-modal__image img {
  width: 100%;
  height: 100%;
}
.popup-modal__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 5rem 2rem 2.5rem;
  max-width: 38rem;
  width: 100%;
}
.popup-modal__title {
  margin: 2rem 0;
  z-index: 0;
}
.popup-modal__title span {
  display: block;
}
.popup-modal__title .title {
  margin: 0;
  position: relative;
  z-index: 0;
  line-height: calc(1 + 0.2 / max (1, var(--font-heading-scale)));
}
.popup-modal__title .title::before {
  content: "";
  display: block;
  width: 25rem;
  height: 25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(var(--color-base-accent-1), 0.1) 20%,
    rgba(0, 0, 0, 0) 60%
  );
}
.popup-modal__title__prefix,
.popup-modal__title__suffix {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
.popup-modal__title .h2 {
  font-size: calc(var(--font-heading-scale) * 2.5rem);
}
.popup-modal__title .h1 {
  font-size: calc(var(--font-heading-scale) * 3.5rem);
}
.popup-modal__title .h0 {
  font-size: calc(var(--font-heading-scale) * 4.5rem);
}
.popup-modal__text p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.popup-modal__timer p {
  margin: 0 0 1.5rem;
  line-height: 1;
}
.popup-modal__timer__minutes,
.popup-modal__timer__seconds {
  font-size: 4rem;
}
.popup-modal__timer__colon {
  font-size: 3rem;
}
.popup-modal__email-form {
  width: 100%;
}
.popup-modal .newsletter-form__message {
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
.popup-modal .button {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}
.popup-modal__close {
  font-size: 3.5rem;
  cursor: pointer;
  outline: 0;
  width: 1em;
  height: 1em;
  padding: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: solid 0.2rem rgba(var(--color-foreground), 0.5);
  z-index: 2;
}
.popup-modal__close span {
  display: block;
  width: 0.5em;
  height: 0.2rem;
  background: rgba(var(--color-foreground), 0.5);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.popup-modal__close span:nth-child(2) {
  position: absolute;
  transform: rotate(-45deg);
}
.popup-modal__close--borderless {
  border: none;
  font-size: 3rem;
}
.popup-modal__dismiss-btn {
  border: none;
  outline: 0;
  background: 0 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.75);
  cursor: pointer;
  position: relative;
}
.popup-modal__dismiss-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 50rem) {
  .popup-modal__image {
    display: none;
  }
  .popup-modal--image {
    width: 38rem;
  }
}
.popup-modal__discount-code {
  margin-bottom: 1.5rem;
  position: relative;
}
.field:hover.field::after {
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
}
.footer__localization:empty + .footer__column--info,
.popup-modal__discount-code .field {
  align-items: center;
}
.popup-modal__discount-code .field__input {
  padding-left: 1.2rem;
  box-shadow: none;
  cursor: default;
}
.popup-modal__discount-code
  .field__input:not(:placeholder-shown)
  ~ .field__label {
  left: calc(var(--inputs-border-width) + 1.2rem);
}
.popup-modal .popup-modal__copy-btn {
  margin: 0 0.4rem 0 0;
  display: flex;
  align-items: center;
  min-width: auto;
  width: fit-content;
  min-height: 3.9rem;
  line-height: 1;
  font-size: 1.6rem;
  padding: 0 2.5rem;
}
.popup-modal__copy-btn svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
}
.popup-modal__success-msg {
  font-size: 1.3rem;
  margin: 0.2rem 0 0;
  color: #00a100;
  display: none;
}
insta-stories {
  display: block;
  --pfp-size: 7rem;
  --ring-width: 0.3rem;
  --ring-offset: 0.3rem;
}
.insta-stories__open-buttons-and-arrows-container
  .insta-stories__open-btns-prev {
  left: 0;
  transform: translateY(-50%);
  display: none;
}
.insta-stories__open-buttons-and-arrows-container
  .insta-stories__open-btns-next {
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.insta-stories__open-buttons {
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
  width: fit-content;
  margin: 0 auto;
}
.insta-story-open-btn {
  width: var(--pfp-size);
  padding: 0;
}
.insta-story-open-btn:focus-visible {
  outline: 0;
  box-shadow: none;
}
.insta-story-open-btn__pfp-ring {
  width: var(--pfp-size);
  height: var(--pfp-size);
  border-radius: 50%;
  padding: var(--ring-width);
  background: purple;
  background: linear-gradient(45deg, #ffc800 15%, #ff1558 50%, #d300c5 85%);
}
.insta-story-open-btn__pfp-ring--close-friends {
  background: #44bd72;
  background: linear-gradient(45deg, #44bd72 0, #57c27c 50%, #4ac571 100%);
}
.insta-story-open-btn__pfp-ring-offset {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: var(--ring-offset);
  background: rgb(var(--color-background));
}
.insta-story-open-btn__pfp {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #c2c2c2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.insta-story-open-btn__pfp .material-icon {
  font-size: calc(var(--pfp-size) * 0.9);
  color: #fff;
  transform: translateY(18%);
}
.insta-story-open-btn__pfp img {
  width: 100%;
  height: 100%;
}
.insta-story-open-btn__username {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 0.4em;
  font-size: calc(var(--pfp-size) / 6);
}
.insta-stories__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
  --story-height: calc(100vh - 4rem);
  --story-width: min(calc(var(--story-height) * 9 / 16), 100vw);
  --slide-transition-duration: 0.3s;
}
.insta-stories__modal[data-open="true"] {
  display: grid;
}
.insta-stories__modal__close {
  font-size: 4rem;
  width: 1em;
  height: 1em;
  display: grid;
  place-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}
.insta-stories__slider,
.insta-story {
  position: relative;
  transition: transform var(--slide-transition-duration);
}
.insta-stories__modal__close .material-icon {
  font-size: 1em;
  color: #ececec;
}
.insta-stories__slider-container {
  width: calc(var(--story-width) * 3);
  overflow: hidden;
}
.insta-stories__slider {
  display: flex;
  width: fit-content;
  left: var(--story-width);
}
.insta-story {
  height: var(--story-height);
  width: var(--story-width);
  z-index: 0;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.3);
  transform: scale(0.6);
}
.insta-story--active {
  transform: scale(1);
  z-index: 1;
}
.insta-story__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  z-index: 2;
  width: 100%;
}
.insta-story__progress {
  display: flex;
  justify-content: space-between;
  column-gap: 0.3rem;
}
.insta-story__progress-item {
  display: block;
  height: 0.3rem;
  border-radius: 1rem;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
}
.insta-story__progress-bar {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
.insta-story__progress-item--completed .insta-story__progress-bar {
  width: 100%;
}
.insta-story__progress-item--active .insta-story__progress-bar {
  animation: fillProgress var(--duration) linear forwards;
}
@keyframes fillProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.insta-story__info {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  --pfp-size: 4rem;
}
.insta-story__pfp {
  width: var(--pfp-size);
  height: var(--pfp-size);
}
.insta-story__info__text,
.insta-story__info__text .material-icon {
  font-size: 1.6rem;
  line-height: var(--pfp-size);
  margin: 0;
}
.insta-story__info__text {
  margin-right: auto;
  margin-left: 0.6em;
}
.insta-story__time-posted {
  margin-left: 0.25em;
  opacity: 0.8;
}
.insta-story__info__btn {
  color: #ececec;
  padding: 0.5rem;
}
.insta-story__info__volume-btn[data-muted="false"] svg:last-child,
.insta-story__info__volume-btn[data-muted="true"] svg:first-child,
.insta-story__pause-resume-btn[data-paused="false"] .material-icon:last-child,
.insta-story__pause-resume-btn[data-paused="true"] .material-icon:first-child {
  display: none;
}
.insta-story__info__close-btn {
  padding: 0;
  margin-left: 0.4rem;
  display: none;
}
.insta-story__info__close-btn .material-icon {
  font-size: 3.25rem;
}
.insta-story__invisible-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  background: 0 0;
  border: none;
  outline: 0;
  opacity: 0;
  z-index: 1;
}
.insta-story__invisible-btn--next {
  left: auto;
  right: 0;
}
.insta-story__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--background);
  display: none;
  border-radius: 0.5rem;
  overflow: hidden;
}
.insta-story__media img,
.insta-story__media video {
  width: 100%;
  height: 100%;
  object-fit: var(--object-fit);
  object-position: center center;
  pointer-events: none;
}
.active-content,
.inactive-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.insta-story--active .inactive-content,
.insta-story:not(.insta-story--active) .active-content {
  visibility: hidden;
  opacity: 0;
}
.insta-story__inactive-overlay {
  --pfp-size: calc(var(--story-width) * 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
}
.insta-story__inactive-overlay .insta-story-open-btn__pfp-ring {
  margin-bottom: calc(var(--pfp-size) / 10);
}
.insta-story__inactive-overlay .insta-story__username {
  color: #fff;
  font-size: calc(var(--story-width) * 0.06);
}
.insta-story__arrow {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.insta-story .insta-story__arrow {
  opacity: 0.8;
}
.insta-story__arrow .material-icon {
  font-size: 2.6rem;
  color: #000;
}
.insta-story__arrow[disabled] {
  opacity: 0.2;
}
.insta-story .insta-story__arrow--next {
  left: calc(100% + 3rem);
}
.insta-story__arrow--next .material-icon {
  transform: translateX(3%);
}
.insta-story .insta-story__arrow--prev {
  right: calc(100% + 3rem);
  transform: translate(50%, -50%);
}
.insta-story__arrow--prev .material-icon {
  transform: translateX(-3%);
}
@media screen and (max-width: 999px) {
  .section-group-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-group-grid--mobile-reverse .section-group__section-two-container {
    order: -1;
  }
  .quantity-breaks--vertical .quantity-breaks__title {
    margin-bottom: 1rem;
  }
  .quantity-breaks--vertical[data-items="4"] .quantity-breaks-container,
  .quantity-breaks--vertical[data-items="5"] .quantity-breaks-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .quantity-breaks--vertical[data-items="6"] .quantity-breaks-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .quantity-breaks--vertical[data-items="3"],
  .quantity-breaks--vertical[data-items="6"] {
    --label-font-size: 1.3rem;
    --benefit-font-size: 0.8rem;
    --caption-font-size: 0.9rem;
    --price-font-size: 1.3rem;
    --compare-price-font-size: 1rem;
  }
  .quantity-breaks--vertical[data-items="2"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="2"] .quantity-break--badge-style-3,
  .quantity-breaks--vertical[data-items="4"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="4"] .quantity-break--badge-style-3 {
    --badge-font-size: 1.1rem;
  }
  .quantity-breaks--vertical[data-items="3"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="3"] .quantity-break--badge-style-3 {
    --badge-font-size: 0.8rem;
  }
  .insta-stories__slider-container {
    width: calc(var(--story-width) + 9rem);
    padding: 0 4.5rem;
  }
  .insta-stories__slider {
    left: 0;
  }
}
.insta-stories__slider--paused .insta-story__top {
  opacity: 0;
}
.content-tabs__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-tabs__heading-content {
  margin-bottom: 2rem;
  text-align: center;
}
.content-tabs__buttons {
  flex-wrap: wrap;
  gap: 0.5em;
  flex-shrink: 0;
  background: 0 0;
  position: relative;
  z-index: 0;
}
.content-tabs__buttons--outlined {
  --padding: 0.4rem;
  padding: var(--padding);
  border: solid 0.1rem rgb(var(--color-background));
}
.content-tabs__buttons--shadow {
  box-shadow: 0 0.3em 1em rgba(0, 0, 0, 0.15);
}
.content-tab-button {
  font-size: inherit;
  padding: 0 1.25em;
  line-height: 2.5em;
  flex-shrink: 0;
  color: rgb(var(--color-background));
  background: 0 0;
  transition:
    background 0.3s,
    color 0.3s;
  cursor: pointer;
  z-index: 1;
}
.content-tabs__buttons--animation-opacity .content-tab-button--active {
  background: rgb(var(--color-background));
  transition-delay: 0.1s;
}
.content-tab-button .material-icon + span {
  margin-left: 0.25em;
}
.content-tab-buttom__active-bg {
  position: absolute;
  z-index: 0;
  width: 0;
  background: rgb(var(--color-background));
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-tabs__buttons--animation-moving .content-tab-button {
  transition-duration: 0.4s;
  transition-delay: 0s;
}
.content-tabs__tabs {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  margin-top: 2rem;
  border-radius: 0.5rem;
}
.content-tab {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: -1;
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}
.content-tab--active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 0;
  transition-delay: 0.2s;
}
.content-tab__content,
.content-tab__media,
.hotspots-image__image .media {
  width: 100%;
}
.fb-post {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.bullet-point,
.bullet-point__title {
  color: rgb(var(--color-background));
}
.facebook-testimonials .splide__slide__container {
  padding: 4px 8px 8px;
}
.fb-post__profile-picture {
  width: 4rem;
  height: 4rem;
}
.fb-post__author {
  font-size: 1.5rem;
}
.fb-post__content__text p {
  line-height: 1.33;
}
.fb-post__content .media {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.fb-post__reactions__icons svg {
  width: 17px;
  height: 17px;
}
.fb-post__reactions__comments-text,
.fb-post__reactions__text {
  padding-left: 0.3em;
}
.fb-post__ctas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  border-top: solid 1px var(--separator-color);
  padding-top: 0.5rem;
  margin-top: 1rem;
}
.fb-post__ctas svg {
  margin-right: 0.4rem;
  width: 1.8rem;
}
.fb-post__ctas + .fb-post__comment {
  margin-top: 0.5rem;
  border-top: solid 1px var(--separator-color);
}
.fb-post__comment {
  padding-top: 1.5rem;
}
.fb-post__comment__avatar {
  width: 3.4rem;
  height: 3.4rem;
  margin-right: 0.8rem;
}
.fb-post__comment__box {
  background: var(--comment-bg-color);
  border-radius: 1rem;
  padding: 0.5rem 0.8rem;
}
.bullet-point__line-end::after,
.hotspot-btn {
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.fb-post__comment__ctas {
  font-size: 1rem;
  margin-top: 0.3rem;
  overflow: hidden;
}
.fb-post__comment__ctas span + span {
  margin-left: 0.6rem;
}
.fb-post .verified-icon {
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.2em;
}
.trustpilot-reviews__subheading {
  column-gap: 0.3em;
  flex-wrap: wrap;
}
.trustpilot-reviews__subheading--body {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.trustpilot-reviews__subheading .trustpilot-stars-svg {
  height: 1em;
}
.title-with-highlight + .trustpilot-reviews__subheading {
  margin-top: 1rem;
}
.trustpilot-review {
  padding: 2rem;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
.trustpilot-review .trustpilot-stars-svg {
  height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .trustpilot-reviews--desktop-content-left,
  .trustpilot-reviews--desktop-content-right {
    display: flex;
    align-items: center;
    column-gap: 5rem;
  }
  .trustpilot-reviews--desktop-content-right {
    flex-direction: row-reverse;
  }
  .trustpilot-reviews--desktop-content-left .trustpilot__reviews-container,
  .trustpilot-reviews--desktop-content-right .trustpilot__reviews-container {
    flex-grow: 1;
  }
  .trustpilot-reviews--desktop-content-left
    .trustpilot-reviews__content-container,
  .trustpilot-reviews--desktop-content-right
    .trustpilot-reviews__content-container {
    flex-shrink: 0;
    max-width: 50rem;
  }
  .trustpilot-reviews__content-container + .trustpilot__reviews-container {
    margin-top: 0;
  }
  .trustpilot-reviews--desktop-content-above
    .trustpilot-reviews__content-container
    + .trustpilot__reviews-container {
    margin-top: 3.5rem;
  }
}
.hotspots-image-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bullet-point,
.hotspot-btn,
.hotspot__content {
  position: absolute;
  top: var(--offset-y);
}
.hotspots-image-container--limited .hotspots-image {
  max-width: var(--max-width);
  width: 100%;
}
.hotspots-image .placeholder {
  vertical-align: bottom;
}
.hotspot {
  --btn-size: 4rem;
  --carret-height: 0.5rem;
}
.hotspot-btn {
  display: block;
  left: var(--offset-x);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  z-index: 0;
}
.hotspot-btn .material-icon {
  font-size: calc(var(--btn-size) * 0.75);
  pointer-events: none;
  transition: transform 0.1s ease-in-out;
  flex-shrink: 0;
}
.hotspot__content {
  transform: translate(
    -50%,
    calc(-100% - (var(--btn-size) / 2) - var(--carret-height))
  );
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.1s ease-in-out,
    transform;
  z-index: 1;
  border-radius: 0.3rem;
  overflow: hidden;
}
.hotspot[data-open="true"] .hotspot__content {
  opacity: 1;
  pointer-events: auto;
}
.hotspot__content img {
  width: 100%;
}
.hotspot__content__title-and_text {
  padding: 1.5rem;
  word-break: break-word;
}
.hotspot__content__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.3;
}
.hotspot__content__text {
  line-height: 1.3;
}
.hotspot__content__title-and_text > * + * {
  margin-top: 1rem;
}
.hotspot[data-direction="bottom"] .hotspot__content {
  transform: translate(
    -50%,
    calc((var(--btn-size) / 2) + var(--carret-height))
  );
}
.hotspot__content__image-and-text--small-image {
  display: flex;
  align-items: flex-start;
}
.hotspot__content__image-and-text--small-image .hotspot__content__image {
  max-width: 25%;
  padding: 1.25rem 0.25rem 1.25rem 1.25rem;
  flex-shrink: 0;
}
.hotspot__content__image-and-text--small-image
  .hotspot__content__title-and_text {
  padding: 1rem 1.25rem;
  flex-grow: 1;
}
.hotspot__content__image-and-text--small-image
  .hotspot__content__title-and_text
  > *
  + * {
  margin-top: 0.5rem;
}
.hotspot__content__btn {
  padding: 1.5rem;
  border-top: solid 0.2rem rgba(var(--color-foreground), 0.1);
}
.hotspot__content__btn .button {
  font-size: 1.7rem;
}
.bundle-deals__checkbox:checked
  + .bundle-deals__checkbox-label
  .checkmark-unchecked,
.bundle-deals__checkbox:not(:checked)
  + .bundle-deals__checkbox-label
  .checkmark-checked,
.hotspot-overlay,
.hotspots-image-container--content-empty .hotspots-image__content {
  display: none;
}
.hotspot__content .price {
  margin-bottom: 0;
  margin-top: 0.3rem;
}
.hotspot__content .price--on-sale.price--show-badge {
  margin-top: 0.75rem;
}
.hotspot__content .price-item--regular {
  font-size: 2rem;
}
.bullet-point {
  --bullet-size: 1.5rem;
  --line-width: 0.3rem;
  --line-square-size: 4rem;
  --line-square-diagonal: calc(var(--line-square-size) * 1.41);
  --text-padding: 1rem;
  background: 0 0;
  background: rgb(var(--color-background));
  height: var(--line-width);
  transform: translate(var(--line-square-size), -50%);
  left: var(--offset-x);
  text-align: right;
  max-width: calc(var(--desktop-width) - var(--line-square-size));
  width: 100%;
}
.bullet-point__line-end,
.bullet-point__line-end::after {
  content: "";
  display: block;
  background: rgb(var(--color-background));
}
.bullet-point__line-end {
  height: var(--line-width);
  width: var(--line-square-size);
  transform-origin: top right;
  position: absolute;
  right: 100%;
  top: 0;
}
.bullet-point__text,
.bullet-point__title {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  line-height: 1.3;
}
.bullet-point__line-end::after {
  height: var(--bullet-size);
  width: var(--bullet-size);
  position: absolute;
  left: 0;
  top: calc(var(--line-width) / 2);
}
.bullet-point[data-line-bend="bottom"] {
  top: calc(var(--offset-y) - var(--line-square-size));
}
.bullet-point[data-line-bend="top"] {
  top: calc(var(--offset-y) + var(--line-square-size));
}
.bullet-point[data-line-bend="bottom"] .bullet-point__line-end {
  width: var(--line-square-diagonal);
  transform: rotate(315deg);
}
.bullet-point[data-line-bend="top"] .bullet-point__line-end {
  width: var(--line-square-diagonal);
  transform: rotate(45deg);
}
.bullet-point[data-direction="left"] {
  transform: translate(
    calc(-100% - var(--line-square-size) - (var(--line-width) / 2)),
    -50%
  );
  text-align: left;
}
.bullet-point[data-direction="left"] .bullet-point__line-end {
  left: 100%;
  transform-origin: top left;
  right: auto;
}
.bullet-point[data-direction="left"] .bullet-point__line-end::after {
  left: 100%;
}
.bullet-point[data-line-bend="bottom"][data-direction="left"]
  .bullet-point__line-end {
  transform: rotate(45deg);
}
.bullet-point[data-line-bend="top"][data-direction="left"]
  .bullet-point__line-end {
  transform: rotate(-45deg);
}
.bullet-point__title {
  margin: 0;
  font-size: 2rem;
  top: -0.2em;
  transform: translateY(-100%);
}
.bullet-point__text {
  top: 1rem;
}
.bullet-point[data-direction="left"] .bullet-point__text,
.bullet-point[data-direction="left"] .bullet-point__title {
  padding-right: var(--text-padding);
}
.bullet-point[data-direction="right"] .bullet-point__text,
.bullet-point[data-direction="right"] .bullet-point__title {
  padding-left: var(--text-padding);
}
.bullet-point[data-contain="true"][data-direction="right"] {
  max-width: min(
    var(--desktop-width),
    calc(100% - var(--offset-x) - var(--line-square-size) - 1rem)
  );
}
.bullet-point[data-contain="true"][data-direction="left"] {
  max-width: min(
    var(--desktop-width),
    calc(var(--offset-x) - var(--line-square-size) - 1rem)
  );
}
.bundle-deals {
  max-width: 900px;
  margin: 0 auto;
  --checkbox-size: 1.5rem;
  --checkbox-margin: 0.8rem;
}
.bundle-deals__media {
  display: grid;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 1rem;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bundle-deals__media-item {
  display: block;
  cursor: pointer;
  width: 20rem;
  max-width: 100%;
  min-width: 0;
}
.bundle-deals__media-item:not(:first-child) {
  position: relative;
}
.bundle-deals__media-item:not(:first-child)::before {
  content: "+";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 1;
  color: rgb(var(--color-foreground));
}
.bundle-deals__media-item img,
.bundle-deals__media-item svg {
  width: 100%;
  border-radius: 0.5rem;
}
.bundle-deals__media-item--disabled img {
  filter: grayscale(1);
  opacity: 0.3;
}
.bundle-deals__product {
  margin-bottom: 1.25rem;
}
.bundle-deals__checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.bundle-deals__checkbox-label svg {
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  margin-right: var(--checkbox-margin);
  color: rgb(var(--accent-color));
  flex-shrink: 0;
}
.card--horizontal .card-information > .price,
.footer__localization h2 {
  color: rgba(var(--color-foreground), 0.9);
}
.bundle-deals__title {
  margin: 0;
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
  line-height: 1.2;
}
.bundle-deals__checkbox:not(:checked)
  + .bundle-deals__checkbox-label
  .bundle-deals__title {
  text-decoration: line-through;
  opacity: 0.5;
}
.card,
.card-wrapper,
.copyright__content a,
.pagination__item {
  text-decoration: none;
}
.bundle-deals__prices {
  flex-shrink: 0;
  line-height: 1;
  font-size: 1.6rem;
  padding-left: 1rem;
}
.bundle-deals__checkbox-container--price-under {
  flex-direction: column;
  align-items: flex-start;
}
.bundle-deals__checkbox-container--price-under .bundle-deals__prices {
  padding-left: calc(var(--checkbox-size) + var(--checkbox-margin));
  margin-top: 0.2em;
}
.bundle-deals__variant-selects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 0 0 calc(var(--checkbox-size) + var(--checkbox-margin));
}
.bundle-deals__variant-selects .select {
  width: fit-content;
}
.bundle-deals__variant-selects .select__select {
  height: 2.1rem;
}
.bundle-deals__product--deselected .bundle-deals__variant-selects {
  opacity: 0.5;
}
.bundle-deals__total-price-container {
  font-weight: 700;
  font-size: 1.8rem;
  color: rgb(var(--color-foreground));
  margin: 0;
  text-align: left;
  border-top: solid 1px rgba(var(--color-foreground), 0.1);
  line-height: 2.5;
}
.card,
.card-information {
  text-align: var(--text-alignment);
}
.bundle-deals__button,
.bundle-deals__center {
  max-width: 45rem;
  margin: 0 auto;
  width: 100%;
}
.bundle-deals__center {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1000px) {
  .cart-drawer--desktop-width-large
    :not(.upsells-container--stacked-columns)
    .upsell,
  .product__info-wrapper :not(.upsells-container--stacked-columns) .upsell {
    --active-padding: 1.2rem;
    border-radius: calc(var(--border-radius) * 1.2);
  }
  .cart-drawer--desktop-width-large .upsell__image,
  .product__info-wrapper .upsell__image {
    margin-right: 1.2rem;
  }
  .cart-drawer--desktop-width-large .upsell__image img,
  .product__info-wrapper .upsell__image img {
    height: calc(var(--image-size) * 1.2);
    border-radius: calc(var(--image-border-radius) * 1.2);
  }
  .cart-drawer--desktop-width-large .upsell__title,
  .product__info-wrapper .upsell__title {
    font-size: calc(var(--title-font-size) * 1.2);
  }
  .cart-drawer--desktop-width-large .upsell__desc,
  .product__info-wrapper .upsell__desc {
    font-size: calc(var(--desc-font-size) * 1.2);
  }
  .cart-drawer--desktop-width-large .upsell__variant-picker .select__select,
  .product__info-wrapper .upsell__variant-picker .select__select {
    height: 2rem;
    font-size: 1.1rem;
  }
  .cart-drawer--desktop-width-large .upsell__price,
  .product__info-wrapper .upsell__price {
    font-size: calc(var(--price-font-size) * 1.2);
  }
  .cart-drawer--desktop-width-large .upsell__checkbox,
  .cart-drawer--desktop-width-large .upsell__toggle-switch,
  .product__info-wrapper .upsell__checkbox,
  .product__info-wrapper .upsell__toggle-switch {
    font-size: 2.2rem;
  }
  .cart-drawer--desktop-width-large .upsell__plus-btn,
  .product__info-wrapper .upsell__plus-btn {
    font-size: 3rem;
  }
  .bundle-offer__footer__prices,
  .cart-drawer--desktop-width-large
    .upsells-container--stacked-columns[data-count="3"]
    .upsell__toggle-switch,
  .product__info-wrapper
    .upsells-container--stacked-columns[data-count="3"]
    .upsell__toggle-switch {
    font-size: 1.8rem;
  }
  .cart-drawer--desktop-width-large
    .upsells-container--stacked-columns[data-count="2"]
    .upsell__plus-btn,
  .product__info-wrapper
    .upsells-container--stacked-columns[data-count="2"]
    .upsell__plus-btn {
    font-size: 2.6rem;
  }
  .cart-drawer--desktop-width-large
    .upsells-container--stacked-columns[data-count="3"]
    .upsell__plus-btn,
  .product__info-wrapper
    .upsells-container--stacked-columns[data-count="3"]
    .upsell__plus-btn {
    font-size: 2.2rem;
  }
  .bundle-offer {
    --padding: 1.2rem;
  }
  .bundle-deals__compare-price,
  .bundle-deals__price,
  .bundle-deals__title,
  .bundle-offer__footer__total-text {
    font-size: 2rem;
  }
  .bundle-offer__footer__benefit {
    font-size: 1.3rem;
  }
  .bundle-offer-container + product-form {
    margin-top: 1.2rem;
  }
  .shipping-checkpoints {
    --icon-size: 5rem;
  }
  .shipping-checkpoint p {
    font-size: 1.5rem;
  }
  .shipping-checkpoints__bar {
    height: 0.3rem;
  }
  .quantity-breaks--vertical[data-items="2"] {
    --badge-font-size: 1.8rem;
    --badge-line-height: 2;
    --label-font-size: 2rem;
    --benefit-font-size: 1.2rem;
    --caption-font-size: 1.6rem;
    --price-font-size: 1.8rem;
    --compare-price-font-size: 1.4rem;
    --side-padding: 1.2rem;
    --y-padding: 1.8rem;
  }
  .quantity-breaks--vertical[data-items="3"] {
    --badge-font-size: 1.4rem;
    --badge-line-height: 2;
    --label-font-size: 1.8rem;
    --benefit-font-size: 1rem;
    --caption-font-size: 1.3rem;
    --price-font-size: 1.4rem;
    --compare-price-font-size: 1.2rem;
    --y-padding: 1.7rem;
  }
  .quantity-breaks--vertical[data-items="4"] {
    --badge-font-size: 1.2rem;
    --badge-line-height: 1.9;
    --label-font-size: 1.4rem;
    --benefit-font-size: 0.8rem;
    --caption-font-size: 1rem;
    --price-font-size: 1.3rem;
    --compare-price-font-size: 1rem;
  }
  .quantity-breaks--vertical[data-items="4"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="4"] .quantity-break--badge-style-3 {
    --badge-font-size: 1rem;
  }
  .quantity-breaks--vertical[data-items="3"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="3"] .quantity-break--badge-style-3 {
    --badge-font-size: 1.1rem;
  }
  .quantity-breaks--vertical[data-items="2"] .quantity-break--badge-style-2,
  .quantity-breaks--vertical[data-items="2"] .quantity-break--badge-style-3 {
    --badge-font-size: 1.3rem;
  }
  .waves-animated-1 {
    --max-height: 6rem;
  }
  .fb-post__author {
    font-size: 1.6rem;
  }
  .hotspots-image .placeholder {
    height: calc(var(--max-width) * 9 / 16);
    width: 100%;
  }
  .bundle-deals {
    --checkbox-size: 2rem;
    --checkbox-size: 2rem;
    --checkbox-margin: 1rem;
  }
  .bundle-deals__media {
    column-gap: 3rem;
  }
  .bundle-deals__media-item:not(:first-child)::before {
    left: -1.5rem;
    font-size: 2.5rem;
  }
  .bundle-deals__total-price-container {
    font-size: 2.3rem;
  }
  .bundle-deals-horizontal-images-left,
  .bundle-deals-horizontal-images-right {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
    align-items: center;
  }
  .bundle-deals-horizontal-images-left .bundle-deals__media {
    margin-right: 0;
  }
  .bundle-deals-horizontal-images-left .bundle-deals__empty,
  .bundle-deals-horizontal-images-right .bundle-deals__empty {
    display: block;
  }
  .bundle-deals-horizontal-images-left .bundle-deals__button,
  .bundle-deals-horizontal-images-left .bundle-deals__center,
  .bundle-deals-horizontal-images-right .bundle-deals__button,
  .bundle-deals-horizontal-images-right .bundle-deals__center {
    margin: 0;
  }
  .bundle-deals-horizontal-images-right .bundle-deals__center {
    order: 1;
    justify-self: flex-end;
  }
  .bundle-deals-horizontal-images-right .bundle-deals__media {
    margin-left: 0;
    order: 2;
  }
  .bundle-deals-horizontal-images-right .bundle-deals__button {
    order: 3;
    justify-self: flex-end;
  }
  .bundle-deals-horizontal-images-right .bundle-deals__empty {
    order: 4;
  }
}
.collection-hero__inner {
  display: flex;
  flex-direction: column;
}
.collection-hero--with-image .collection-hero__inner {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.collection-hero__title {
  margin: 2.5rem 0;
}
.collection-hero__title + .collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
@media screen and (min-width: 750px) {
  .banner--content-align-center .newsletter-form__message {
    justify-content: center;
  }
  .banner--content-align-right .newsletter-form__message {
    justify-content: right;
  }
  .collection-list__item a:hover {
    box-shadow: none;
  }
  .multicolumn .button {
    margin-top: 4rem;
  }
  .multicolumn--same-bgs .multicolumn-card__image-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .multicolumn .multicolumn--same-bgs .multicolumn-card__info,
  .splide:not(.is-active)
    .multicolumn--same-bgs.center
    .multicolumn-card__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .icon-with-content__grid--desktop-reverse {
    column-gap: 9rem;
  }
  .icon-with-content__grid--desktop-reverse .icon-with-content__content {
    order: -1;
  }
  .icon-with-content__icons--desktop-2-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 3rem;
  }
  .icon-with-content__icons--desktop-2-columns ..icons-with-text__icon-item {
    margin-bottom: 0;
  }
  .content-tabs__header--horizontal {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content-tabs__heading-content {
    margin-bottom: 3rem;
  }
  .content-tabs__header--horizontal .content-tabs__heading-content {
    margin-bottom: 0;
    text-align: left;
  }
  .content-tabs__header--horizontal .content-tabs__heading {
    line-height: 1.3;
  }
  .content-tab-buttons--desktop-expand .content-tabs__buttons {
    width: 100%;
  }
  .content-tab-buttons--desktop-expand .content-tab-button {
    flex-grow: 1;
  }
  .content-tab--2-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    column-gap: 3rem;
  }
  .desktop-left .trustpilot-reviews__subheading {
    justify-content: flex-start;
  }
  .desktop-right .trustpilot-reviews__subheading {
    justify-content: flex-end;
  }
  .image--corner-radius img {
    border-radius: 3rem;
  }
  .hotspots-image-container--content-top.hotspots-image--different-bg
    .image--corner-radius
    img {
    border-radius: 0 0 3rem 3rem;
  }
  .hotspots-image-container--content-right.hotspots-image--different-bg
    .image--corner-radius
    img {
    border-radius: 3rem 0 0 3rem;
  }
  .hotspots-image-container--content-bottom.hotspots-image--different-bg
    .image--corner-radius
    img,
  .hotspots-image-container--content-top.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 3rem 3rem 0 0;
  }
  .hotspots-image-container--content-left.hotspots-image--different-bg
    .image--corner-radius
    img {
    border-radius: 0 3rem 3rem 0;
  }
  .hotspots-image-container.hotspots-image-container--content-empty
    .image--corner-radius
    img {
    border-radius: 3rem;
  }
  .hotspots-image-container--content-top {
    flex-direction: column;
    align-items: center;
  }
  .hotspots-image-container--content-right {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .hotspots-image-container--content-right.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 0 3rem 3rem 0;
  }
  .hotspots-image-container--content-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hotspots-image-container--content-bottom.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 0 0 3rem 3rem;
  }
  .hotspots-image-container--content-left {
    flex-direction: row;
    justify-content: center;
  }
  .hotspots-image-container--content-left.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 3rem 0 0 3rem;
  }
  .hotspots-image__content {
    padding: 3rem;
  }
  .hotspots-image-container--content-left .hotspots-image__content,
  .hotspots-image-container--content-right .hotspots-image__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 35rem;
    flex: 1;
    max-width: 60rem;
  }
  .hotspots-image--same-bg.hotspots-image-container--content-top
    .hotspots-image__content {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .hotspots-image--same-bg.hotspots-image-container--content-bottom
    .hotspots-image__content {
    padding-bottom: 0;
    padding-top: 4rem;
  }
  .hotspots-image-container--limited.hotspots-image-container--content-bottom
    .hotspots-image__content,
  .hotspots-image-container--limited.hotspots-image-container--content-top
    .hotspots-image__content {
    max-width: var(--max-width);
    width: 100%;
  }
  .collection-hero.collection-hero--with-image {
    padding: calc(4rem + var(--page-width-margin)) 0
      calc(4rem + var(--page-width-margin));
    overflow: hidden;
  }
  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
  .collection-hero {
    padding: 0;
  }
  .collection-hero__inner {
    align-items: center;
    flex-direction: row;
    padding-bottom: 0;
  }
  .collection-hero__title + .collection-hero__description {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .collection-hero__description {
    max-width: 66.67%;
    margin-left: auto;
    margin-right: auto;
  }
  .collection-hero--with-image .collection-hero__description {
    max-width: 100%;
  }
}
.collection-hero--with-image .collection-hero__title {
  margin: 0;
}
.collection-hero--with-image .collection-hero__text-wrapper {
  padding: 5rem 0 4rem;
}
.collection-hero__image-container {
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}
.card--standard .card__media,
.card__media {
  margin: var(--image-padding);
}
.card-wrapper {
  color: inherit;
  height: 100%;
  position: relative;
}
.card-information > *,
.card-information > .price,
.localization-selector.link,
.pagination__item {
  color: rgb(var(--color-foreground));
}
.card:not(.ratio) {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card.card--horizontal {
  --text-alignment: left;
  --image-padding: 0rem;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
}
.card--card.card--horizontal {
  padding: 1.2rem;
}
.card--card.card--horizontal.card--text {
  column-gap: 0;
}
.card--card {
  height: 100%;
}
.card--card,
.card--standard .card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  border: var(--border-width) solid
    rgba(var(--color-foreground), var(--border-opacity));
}
.card--card:after,
.card--standard .card__inner:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(var(--border-width) * 2 + 100%);
  height: calc(var(--border-width) * 2 + 100%);
  top: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
.card--extend-height,
.card__inner:not(.ratio) > .card__content,
.card__media .media img {
  height: 100%;
}
.card .card__inner .card__media {
  overflow: hidden;
  z-index: 0;
  border-radius: calc(
    var(--border-radius) - var(--border-width) - var(--image-padding)
  );
}
.card--card .card__inner .card__media {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card--standard.card--text {
  background-color: transparent;
}
.card-information .price {
  display: block;
}
.card--card.card--media .card__inner .card__information,
.card--card.card--media > .card__content .card__badge,
.card--card.card--text .card__inner,
.card--horizontal .card__badge,
.card--horizontal.card--text .card__inner,
.card--standard.card--media .card__inner .card__information,
.card--standard.card--text.article-card > .card__content .card__information,
.card--standard.card--text:not(.card--horizontal)
  > .card__content
  .card__heading,
.card--standard:not(.card--horizontal) > .card__content .card__badge,
.card--standard > .card__content .card__caption {
  display: none;
}
.card .media,
.card__media {
  bottom: 0;
  position: absolute;
  top: 0;
}
.card .media,
.card__inner {
  width: 100%;
}
.card__media {
  width: calc(100% - 2 * var(--image-padding));
}
.card__content .product-form__input,
.card__heading,
.card__heading:last-child {
  margin-bottom: 0;
}
.card--media .card__inner .card__content {
  position: relative;
  padding: calc(var(--image-padding) + 1rem);
}
.card__content {
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  padding: 1rem;
  width: 100%;
  flex-grow: 1;
}
.card__content--auto-margins {
  grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}
.card__information {
  grid-row-start: 2;
  padding: 1rem;
}
.card:not(.ratio) > .card__content {
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
}
.card__badge {
  align-self: flex-end;
  grid-row-start: 3;
  justify-self: flex-start;
}
.card__badge.top {
  align-self: flex-start;
}
.card__badge.right {
  justify-self: flex-end;
}
.card:not(.card--horizontal) > .card__content > .card__badge {
  margin: 1.3rem;
}
.card__media .media img {
  width: 100%;
}
.card__heading {
  margin-top: 0;
}
.card--horizontal .card__heading,
.card--horizontal .price__container .price-item,
.card--horizontal__quick-add {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.card--horizontal
  .card-information
  > :not(.visually-hidden:first-child)
  + :not(.rating) {
  margin-top: 0;
}
.card--horizontal__quick-add:before {
  box-shadow: none;
}
@media only screen and (min-width: 750px) {
  .banner--desktop-transparent .email-signup-banner__box--no-image * {
    color: rgb(var(--color-base-text));
  }
  .banner--desktop-transparent .email-signup-banner__box .field__input {
    background-color: transparent;
  }
  .banner--desktop-transparent
    .email-signup-banner__box--no-image
    .field__input {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-base-text), 0.55);
  }
  .banner--desktop-transparent
    .email-signup-banner__box--no-image
    .field__input:focus {
    box-shadow: 0 0 0 0.2rem rgba(var(--color-base-text), 0.75);
  }
  .banner--desktop-transparent
    .email-signup-banner__box--no-image
    .field__button:focus-visible {
    outline: 0.2rem solid rgba(var(--color-base-text), 0.5);
    box-shadow:
      0 0 0 0.3rem rgb(var(--color-background)),
      0 0 0.5rem 0.4rem rgba(var(--color-base-text), 0.3);
  }
  .email-signup-banner-background-mobile {
    display: none;
  }
  .card--horizontal .card__heading,
  .card--horizontal .price__container .price-item,
  .card--horizontal__quick-add {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}
.card--card.card--media > .card__content {
  margin-top: calc(0rem - var(--image-padding));
}
.card--card .card__heading a::after,
.card--standard.card--text a::after {
  bottom: calc(var(--border-width) * -1);
  left: calc(var(--border-width) * -1);
  right: calc(var(--border-width) * -1);
  top: calc(var(--border-width) * -1);
}
.card__heading a::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.card__heading a:focus:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}
.card__heading a:focus-visible:after {
  box-shadow:
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}
.card__heading a:focus,
.card__heading a:focus:not(:focus-visible):after {
  box-shadow: none;
  outline: 0;
}
.card--standard > .card__content {
  padding: 0;
}
.card--standard > .card__content .card__information {
  padding-left: 0;
  padding-right: 0;
}
.card--extend-height.card--media,
.card--extend-height.card--standard.card--text {
  display: flex;
  flex-direction: column;
}
.card--extend-height.card--media .card__inner,
.card--extend-height.card--standard.card--text .card__inner {
  flex-grow: 1;
}
.card .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
  transition: transform var(--duration-short) ease;
  overflow: hidden;
}
.card-information > * + * {
  margin-top: 0.5rem;
}
.card-information {
  width: 100%;
}
.card-information > * {
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}
.card-information > .rating {
  margin-top: 0.4rem;
}
.card-information > :not(.visually-hidden:first-child) + :not(.rating) {
  margin-top: 0.7rem;
}
.card-information .caption {
  letter-spacing: 0.07rem;
}
.card-article-info {
  margin-top: 1rem;
}
.card__content .product-form__input--pills {
  display: none;
}
.card--has-swatches.card--swatches-bottom .quick-add,
.footer__copyright {
  margin-top: 1.5rem;
}
@media screen and (min-width: 750px) {
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 4rem 2rem 4rem 0;
    flex-basis: 50%;
  }
  .collection-hero__image-container {
    align-self: stretch;
    flex: 1 0 50%;
    margin-left: 3rem;
    min-height: 20rem;
  }
  .card__information {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .card--has-swatches.card--swatches-top .card__content,
  .card--has-swatches.card--swatches-top .card__information {
    padding-top: 1.3rem;
  }
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}
.product-card-wrapper .card__badge .badge {
  line-height: 1.9;
  padding: 0 0.75em;
}
.card .card__badge.top.center {
  margin: 0;
}
.card__badge.top.center .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.card.card--badge-sided:not(.card--horizontal) .card__badge.left {
  margin-left: -1rem;
}
.card.card--badge-sided:not(.card--horizontal) .card__badge.left .badge {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card.card--badge-sided:not(.card--horizontal) .card__badge.right {
  margin-right: -1rem;
}
.card.card--badge-sided:not(.card--horizontal) .card__badge.right .badge {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card--limited-title .card__heading a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--title-lines);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.card--title-position-over .card__content--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card--title-position-over-center .card__content--main {
  justify-content: center;
  background: rgba(var(--title-bg-color), var(--title-bg-opacity));
  border-radius: var(--collection-card-corner-radius);
}
.card--title-position-over-bottom .card__content--main {
  justify-content: flex-end;
}
.card--title-position-over .card__content--main .card__information {
  --padding: 2rem;
  padding: var(--padding);
}
[data-mobile-columns="2"]
  .card--title-position-over
  .card__content--main
  .card__information {
  --padding: 1rem;
}
.card--title-position-over-top .card__content--main .card__information {
  background: rgba(var(--title-bg-color), var(--title-bg-opacity));
  background: linear-gradient(
    180deg,
    rgba(var(--title-bg-color), var(--title-bg-opacity))
      calc(100% - var(--padding)),
    rgba(var(--title-bg-color), 0) 100%
  );
  border-radius: var(--collection-card-corner-radius)
    var(--collection-card-corner-radius) 0 0;
}
.card--title-position-over-bottom .card__content--main .card__information {
  background: rgba(var(--title-bg-color), var(--title-bg-opacity));
  background: linear-gradient(
    0deg,
    rgba(var(--title-bg-color), var(--title-bg-opacity))
      calc(100% - var(--padding)),
    rgba(var(--title-bg-color), 0) 100%
  );
  border-radius: 0 0 var(--collection-card-corner-radius)
    var(--collection-card-corner-radius);
}
.collection-card__cta {
  margin-top: 1rem;
  min-width: auto;
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__list > li {
  flex: 1 0 4.4rem;
  max-width: 4.4rem;
}
.pagination__list > li:not(:last-child) {
  margin-right: 1rem;
}
.pagination__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4.4rem;
  width: 100%;
  padding: 0;
}
.pagination__item--current::after,
a.pagination__item:hover::after {
  height: 0.1rem;
}
.pagination__item .icon-caret {
  height: 0.6rem;
}
.pagination__item--current::after,
.pagination__item:hover::after {
  content: "";
  display: block;
  width: 2rem;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}
.pagination__item--next .icon {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}
.pagination__item--next:hover .icon {
  transform: rotate(90deg) scale(1.07);
}
.pagination__item--prev .icon {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}
.pagination__item--prev:hover .icon {
  transform: rotate(-90deg) scale(1.07);
}
.footer-block:empty,
.pagination__item-arrow:hover::after {
  display: none;
}
.footer:not(.color-background-1) {
  border-top: none;
}
.footer__content-top {
  padding-bottom: 5rem;
  display: block;
}
.footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding-top: 3rem;
}
.footer__content-bottom:only-child {
  border-top: 0;
}
.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.footer__column {
  width: 100%;
  align-items: flex-end;
}
.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
  .footer-block {
    display: block;
    margin-top: 0;
  }
}
.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}
.footer-block--newsletter:only-child {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .insta-stories__open-buttons-container {
    margin: 0 -1.5rem;
  }
  .insta-stories__open-buttons {
    padding: 0 1.5rem;
  }
  .insta-stories__slider-container {
    width: var(--story-width);
    padding: 0;
  }
  .insta-stories__modal {
    --story-height: 100vh;
    --story-width: 100vw;
  }
  .insta-story {
    transform: scale(1);
  }
  .insta-story__inactive-overlay {
    pointer-events: none;
  }
  .footer .grid,
  .insta-story__info__close-btn {
    display: block;
  }
  .insta-stories__open-buttons-and-arrows-container
    .insta-stories__open-btns-prev {
    left: -1rem;
  }
  .insta-stories__open-buttons-and-arrows-container
    .insta-stories__open-btns-next {
    right: -1rem;
  }
  .content-tabs__buttons--outlined {
    --padding: 0.3rem;
  }
  .content-tab-buttons--mobile-expand .content-tabs__buttons {
    width: 100%;
  }
  .content-tab-buttons--mobile-expand .content-tab-button {
    flex-grow: 1;
  }
  .content-tabs__tabs {
    margin-top: 0.5rem;
  }
  .content-tab {
    padding: 1.5rem;
    row-gap: 2rem;
  }
  .hotspot__content__title {
    font-size: 1.6rem;
  }
  .hotspot__content__btn,
  .hotspot__content__title-and_text {
    padding: 1rem;
  }
  .grid--2-col-tablet-down .card-wrapper .card__heading.h5,
  .grid--2-col-tablet-down .card-wrapper .price--on-sale,
  .hotspot__content__text,
  .splide__slide__container[data-mobile-columns="2"]
    .card-wrapper
    .card__heading.h5,
  .splide__slide__container[data-mobile-columns="2"]
    .card-wrapper
    .price--on-sale {
    font-size: 1.3rem;
  }
  .hotspot__content .price {
    margin-top: 0;
  }
  .hotspot__content .price--on-sale.price--show-badge,
  .hotspot__content__title-and_text > * + * {
    margin-top: 0.5rem;
  }
  .hotspot__content .price-item--regular {
    font-size: 1.8rem;
  }
  .hotspot__content__btn .button {
    font-size: 1.5rem;
    min-height: 3.8rem;
    padding: 0 1.25rem;
  }
  .image--corner-radius img {
    border-radius: 2rem;
  }
  .hotspots-image-container--mobile-content-top.hotspots-image--different-bg
    .image--corner-radius
    img {
    border-radius: 0 0 2rem 2rem;
  }
  .hotspots-image-container--mobile-content-bottom.hotspots-image--different-bg
    .image--corner-radius
    img {
    border-radius: 2em 2rem 0 0;
  }
  .hotspots-image-container.hotspots-image-container--content-empty
    .image--corner-radius
    img {
    border-radius: 2rem;
  }
  .hotspot {
    --btn-size: 3rem;
  }
  .hotspot--mobile-position {
    --offset-x: var(--mobile-offset-x) !important;
    --offset-y: var(--mobile-offset-y) !important;
  }
  .hotspots-image--different-bg .hotspots-image__content {
    padding: 2rem;
  }
  .hotspots-image-container--mobile-content-top {
    flex-direction: column;
  }
  .hotspots-image-container--mobile-content-top.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 2rem 2rem 0 0;
  }
  .hotspots-image-container--mobile-content-bottom {
    flex-direction: column-reverse;
  }
  .hotspots-image-container--mobile-content-bottom.hotspots-image--different-bg
    .hotspots-image__content.content--border-radius {
    border-radius: 0 0 2rem 2rem;
  }
  .hotspots-image--same-bg.hotspots-image-container--mobile-content-top
    .hotspots-image__content {
    padding: 0 0 2.5rem;
  }
  .hotspots-image--same-bg.hotspots-image-container--mobile-content-bottom
    .hotspots-image__content {
    padding: 2.5rem 0 0;
  }
  .hotspot--fixed .hotspot-overlay {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition:
      opacity 0.1s ease-in-out,
      width,
      height;
  }
  .hotspot--fixed[data-open="true"] .hotspot-overlay {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.15);
    visibility: visible;
    opacity: 1;
  }
  .hotspot--fixed[data-open="true"] .hotspot__content {
    z-index: 6;
  }
  .bullet-point__title,
  .bundle-deals__prices,
  .bundle-deals__title {
    font-size: 1.5rem;
  }
  .bullet-point__text {
    font-size: 1.2rem;
  }
  .bullet-point--mobile-position {
    --offset-x: var(--mobile-offset-x) !important;
    --offset-y: var(--mobile-offset-y) !important;
  }
  .bullet-point {
    --bullet-size: 1.25rem;
    --line-width: 0.3rem;
    --line-square-size: 3rem;
    --text-padding: 0.5rem;
    max-width: min(
      var(--mobile-width),
      calc(100% - var(--offset-x) - var(--line-square-size) - 1rem)
    );
  }
  .bullet-point[data-direction="left"] {
    max-width: min(
      var(--mobile-width),
      calc(var(--offset-x) - var(--line-square-size) - 1rem)
    );
  }
  .bullet-point--mobile-position[data-mobile-line-bend="none"] {
    top: var(--offset-y);
  }
  .bullet-point--mobile-position[data-mobile-line-bend="bottom"] {
    top: calc(var(--offset-y) - var(--line-square-size));
  }
  .bullet-point--mobile-position[data-mobile-line-bend="top"] {
    top: calc(var(--offset-y) + var(--line-square-size));
  }
  .bullet-point--mobile-position[data-mobile-direction="right"] {
    transform: translate(var(--line-square-size), -50%);
    text-align: right;
    max-width: min(
      var(--mobile-width),
      calc(100% - var(--offset-x) - var(--line-square-size) -1rem)
    );
  }
  .bullet-point--mobile-position[data-mobile-direction="left"] {
    transform: translate(
      calc(-100% - var(--line-square-size) - (var(--line-width) / 2)),
      -50%
    );
    text-align: left;
    max-width: min(
      var(--mobile-width),
      calc(var(--offset-x) - var(--line-square-size) - 1rem)
    );
  }
  .bullet-point--mobile-position[data-mobile-direction="right"]
    .bullet-point__line-end {
    transform-origin: top right;
    left: auto;
    right: 100%;
  }
  .bullet-point--mobile-position[data-mobile-direction="right"]
    .bullet-point__line-end::after {
    left: 0;
    right: auto;
  }
  .bullet-point--mobile-position[data-mobile-line-bend="none"]
    .bullet-point__line-end {
    transform: none;
  }
  .bullet-point--mobile-position[data-mobile-line-bend="bottom"][data-mobile-direction="right"]
    .bullet-point__line-end {
    transform: rotate(315deg);
  }
  .bullet-point--mobile-position[data-mobile-line-bend="bottom"][data-mobile-direction="left"]
    .bullet-point__line-end,
  .bullet-point--mobile-position[data-mobile-line-bend="top"][data-mobile-direction="right"]
    .bullet-point__line-end {
    transform: rotate(45deg);
  }
  .bullet-point--mobile-position[data-mobile-direction="left"]
    .bullet-point__line-end {
    left: 100%;
    right: auto;
    transform-origin: top left;
  }
  .bullet-point--mobile-position[data-mobile-direction="left"]
    .bullet-point__line-end::after {
    left: 100%;
    right: auto;
  }
  .bullet-point--mobile-position[data-mobile-line-bend="top"][data-mobile-direction="left"]
    .bullet-point__line-end {
    transform: rotate(-45deg);
  }
  .bullet-point--mobile-position[data-mobile-direction="left"]
    .bullet-point__text,
  .bullet-point--mobile-position[data-mobile-direction="left"]
    .bullet-point__title {
    padding-right: var(--text-padding);
    padding-left: 0;
  }
  .bullet-point--mobile-position[data-mobile-direction="right"]
    .bullet-point__text,
  .bullet-point--mobile-position[data-mobile-direction="right"]
    .bullet-point__title {
    padding-left: var(--text-padding);
    padding-right: 0;
  }
  .collection-hero__image-container {
    height: 20rem;
  }
  .grid--2-col-tablet-down .card--card .card__information,
  .splide__slide__container[data-mobile-columns="2"]
    .card--card
    .card__information {
    padding: 0.5rem 0 1rem;
  }
  .grid--2-col-tablet-down .card-wrapper .badge,
  .grid--2-col-tablet-down .card-wrapper .price--on-sale .price-item--regular,
  .splide__slide__container[data-mobile-columns="2"] .card-wrapper .badge,
  .splide__slide__container[data-mobile-columns="2"]
    .card-wrapper
    .price--on-sale
    .price-item--regular {
    font-size: 1rem;
  }
  .grid--2-col-tablet-down .product-card-wrapper .card,
  .splide__slide__container[data-mobile-columns="2"]
    .product-card-wrapper
    .card {
    --border-radius: calc(var(--product-card-corner-radius) / 2);
  }
  .grid--2-col-tablet-down .collection-card-wrapper .card,
  .splide__slide__container[data-mobile-columns="2"]
    .collection-card-wrapper
    .card {
    --border-radius: calc(var(--collection-card-corner-radius) / 2);
  }
  .grid--2-col-tablet-down .card-wrapper .card__heading,
  .splide__slide__container[data-mobile-columns="2"]
    .card-wrapper
    .card__heading {
    font-size: 1.7rem;
  }
  .grid--2-col-tablet-down .card-wrapper .color-swatches-container,
  .splide__slide__container[data-mobile-columns="2"]
    .card-wrapper
    .color-swatches-container {
    --transparent-border-size: 0.1rem;
  }
  .grid--2-col-tablet-down .card--has-swatches.card--swatches-bottom .quick-add,
  .splide__slide__container[data-mobile-columns="2"]
    .card--has-swatches.card--swatches-bottom
    .quick-add {
    margin-top: 1.2rem;
  }
  .grid--2-col-tablet-down
    .card--has-swatches.card--swatches-top
    .card__information,
  .splide__slide__container[data-mobile-columns="2"]
    .card--has-swatches.card--swatches-top
    .card__information {
    padding-top: 0.8rem;
  }
  .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  }
  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
  .footer__content-top {
    padding-bottom: 3rem;
  }
  .footer__content-bottom {
    flex-wrap: wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }
  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}
.footer-block__heading {
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}
@media screen and (min-width: 990px) {
  .background-secondary
    .featured-product:not(.product--no-media)
    > .product__info-wrapper {
    padding: 0 0 0 5rem;
  }
  .background-secondary
    .featured-product:not(.product--no-media).product--right
    > .product__info-wrapper {
    padding: 0 5rem 0 0;
  }
  .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 7rem;
  }
  .background-secondary .featured-product {
    padding: 6rem 7rem;
    position: relative;
    z-index: 1;
  }
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
  .image-with-text--desktop-full-width .image-with-text__content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .rich-text:not(.rich-text--full-width) .rich-text__blocks {
    max-width: 78rem;
  }
  .card .media.media--hover-effect > img:only-child,
  .card-wrapper .media.media--hover-effect > img:only-child {
    transition: transform var(--duration-long) ease;
  }
  .card-wrapper:hover .media.media--hover-effect > img:first-child:only-child,
  .card:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03);
  }
  .card-wrapper:hover
    .media.media--hover-effect
    > img:first-child:not(:only-child) {
    opacity: 0;
  }
  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 1;
    transition: transform var(--duration-long) ease;
    transform: scale(1.03);
  }
  .underline-links-hover:hover a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .pagination-wrapper {
    margin-top: 5rem;
  }
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}
.footer-block--newsletter:empty,
.footer__list-social:empty {
  display: none;
}
.footer__follow-on-shop {
  display: flex;
  text-align: center;
}
.footer-block-image.center,
.footer__content-bottom-wrapper--center,
.footer__list-social.list-social:only-child {
  justify-content: center;
}
.footer-block__newsletter {
  flex-grow: 1;
}
.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}
.footer__localization:empty {
  display: none;
}
.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}
.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}
.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
}
.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
}
.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}
.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}
noscript .localization-form__select {
  padding-left: 0;
}
.localization-form__select .icon-caret {
  position: absolute;
  content: "";
  height: 0.6rem;
  right: calc(var(--inputs-border-width) + 1.5rem);
  top: calc(50% - 0.2rem);
}
.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}
noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
.disclosure .localization-form__select {
  padding-top: 1.5rem;
}
.localization-selector option {
  color: #000;
}
.localization-selector + .disclosure__list-wrapper {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}
@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.footer-block__details-content {
  margin-bottom: 4rem;
}
.copyright__content a,
.footer-block__details-content .list-menu__item--link {
  color: rgba(var(--color-foreground), 0.9);
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}
.banner .button,
.slideshow .button,
.splide__arrow,
.splide__pagination__page {
  transition: all var(--yc-trans) !important;
}
@media screen and (max-width: 989px) {
  .no-js slideshow-component .slider {
    padding-bottom: 3rem;
  }
  .collection-list.slider .collection-list__item {
    max-width: 100%;
  }
  .footer__localization noscript,
  noscript .localization-form:only-child {
    width: 100%;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer-block-image {
  display: flex;
}
.footer-block-image.left {
  justify-content: flex-start;
}
.footer-block-image.right {
  justify-content: flex-end;
}
.footer-block__image-wrapper {
  margin-bottom: max(
    calc(
      2rem + var(--media-shadow-vertical-offset) * var(--media-shadow-visible)
    ),
    2rem
  );
  overflow: hidden !important;
  background: 0 0;
}
.footer-block__image-wrapper img {
  display: block;
}
.footer-block__brand-info {
  text-align: left;
}
.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}
.footer-block:only-child
  > .footer-block__brand-info
  > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}
.footer-block:only-child
  .footer-block__brand-info
  .footer__list-social.list-social {
  justify-content: center;
}
.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
  margin-left: -1.3rem;
  margin-right: -1.3rem;
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}
.copyright__content {
  font-size: 1.1rem;
}
.copyright__content a {
  color: currentColor;
}
.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.policies li::before {
  content: "\00B7";
  padding: 0 0.8rem;
}
.policies li a {
  padding: 0.6rem 0;
  display: block;
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}
.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground), 0.9);
}
.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground));
}
.footer .disclosure__link--active {
  text-decoration: underline;
}
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }
  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  .image-with-text .grid {
    margin-left: 0;
  }
  @media screen and (min-width: 750px) {
    .grid__item,
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }
    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
    }
    .collapsible-content__grid--reverse .collapsible-content__grid-item,
    .collapsible-content__grid:not(.collapsible-content__grid--reverse)
      .grid__item:last-child {
      padding-left: 5rem;
      padding-right: 0;
    }
    .footer__content-top .grid {
      margin-left: -3rem;
    }
    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
  @media screen and (min-width: 990px) {
    .collapsible-content__grid--reverse .collapsible-content__grid-item,
    .collapsible-content__grid:not(.collapsible-content__grid--reverse)
      .grid__item:last-child {
      padding-left: 7rem;
    }
  }
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }
}
.footer .footer-block__details-content.footer-block__details-content-mb p {
  margin-bottom: 1em;
}
@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }
  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }
  .footer-block__newsletter:not(:only-child)
    .newsletter-form__message--success {
    left: auto;
  }
  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }
  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }
  .localization-form:first-of-type {
    padding-left: 0;
  }
  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 1rem 0 0;
  }
  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }
  .footer__localization h2 {
    margin: 1rem 0 0;
  }
  noscript .localization-form__select {
    min-width: 20rem;
  }
  .footer__payment {
    margin-top: 1.5rem;
  }
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center)
    .footer__copyright {
    text-align: right;
  }
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block__details-content > li,
  .footer-block__details-content > p,
  .policies li a {
    padding: 0;
  }
  .footer-block:only-child li {
    display: inline;
  }
  .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .copyright__content a:hover,
  .footer-block__details-content .list-menu__item--link:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
  .footer__content-top .grid {
    column-gap: 0;
    margin-left: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
    margin-right: calc((var(--grid-desktop-horizontal-spacing) / 2) * -1);
  }
  .footer-block.grid__item {
    margin: 0 calc(var(--grid-desktop-horizontal-spacing) / 2);
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
  }
  .footer-block.footer-block--desktop-12 {
    width: calc(100% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-11 {
    width: calc(91.63% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-10 {
    width: calc(83.33% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-9 {
    width: calc(75% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-6 {
    width: calc(50% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-5 {
    width: calc(41.6% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-4 {
    width: calc(33.3% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-3 {
    width: calc(25% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-2 {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing));
  }
  .footer-block.footer-block--desktop-1 {
    width: calc(8.33% - var(--grid-desktop-horizontal-spacing));
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
  --yc-black: #0f0f0f;
  --yc-rose-deep: #b86874;
  --yc-rose-soft: #fdf0f1;
  --yc-gold: #c9a96e;
  --yc-gold-dark: #8a6830;
  --yc-bordeaux: #6b1e2a;
  --yc-taupe: #b89080;
  --yc-radius: 4px;
  --yc-radius-lg: 20px;
}
body {
  font-family: var(--yc-font-body) !important;
  background: var(--yc-white) !important;
  color: var(--yc-black) !important;
  -webkit-font-smoothing: antialiased !important;
}
.h0,
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--yc-font-head) !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
}
.announcement-bar,
.shopify-section-announcement-bar,
[class*="announcement-bar"] {
  background: var(--yc-black) !important;
  border-bottom: none !important;
}
.announcement-bar a,
.announcement-bar p,
.announcement-bar span,
.announcement-bar__message {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--yc-rose) !important;
}
.header,
.site-header,
header.header {
  background: var(--yc-white) !important;
  border-bottom: 1px solid var(--yc-border) !important;
  box-shadow: none !important;
}
.header__heading,
.header__heading-link,
.header__heading-link:visited {
  font-family: var(--yc-font-head) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--yc-black) !important;
  text-decoration: none !important;
}
.header__inline-menu a,
.header__menu-item > a,
.header__menu-item > span {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--yc-black) !important;
  background: 0 0 !important;
  border: none !important;
  border-radius: 0 !important;
  padding-bottom: 2px !important;
  position: relative !important;
}
.header__menu-item > a:hover,
.menu-drawer__navigation a:hover {
  color: var(--yc-rose-dark) !important;
}
.header__menu-item--active > a,
[aria-current="page"] {
  background: 0 0 !important;
  color: var(--yc-rose-dark) !important;
  border: none !important;
  font-weight: 500 !important;
}
.header__icon svg {
  stroke: var(--yc-black) !important;
  fill: none !important;
}
.header__icon:hover svg {
  stroke: var(--yc-rose-dark) !important;
}
.cart-count-bubble,
.header__cart-count {
  background: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  font-family: var(--yc-font-body) !important;
}
.cart-drawer,
.drawer,
.menu-drawer {
  background: var(--yc-white) !important;
}
.menu-drawer__navigation a {
  font-family: var(--yc-font-body) !important;
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--yc-black) !important;
  border-bottom: 1px solid var(--yc-border) !important;
}
.banner__slide,
.slideshow__slide {
  position: relative !important;
}
.banner__slide::after,
.slideshow__slide::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to right,
    rgba(10, 8, 8, 0.55) 0,
    rgba(10, 8, 8, 0.1) 100%
  ) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
.banner__content,
.slideshow__content,
.slideshow__text-wrapper {
  position: relative !important;
  z-index: 2 !important;
  padding: 3rem 4rem !important;
  max-width: 620px !important;
}
.banner__subheading,
.slideshow__subheading {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: var(--yc-rose) !important;
  margin-bottom: 1rem !important;
}
.banner__heading,
.slideshow h1,
.slideshow h2,
.slideshow__heading {
  font-family: var(--yc-font-head) !important;
  font-size: clamp(40px, 6vw, 80px) !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  color: var(--yc-white) !important;
  margin-bottom: 1.25rem !important;
}
.banner__description,
.slideshow__description {
  font-family: var(--yc-font-body) !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  max-width: 440px !important;
  margin-bottom: 2rem !important;
}
.banner .button,
.slideshow .button {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding: 14px 38px !important;
  border-radius: var(--yc-radius) !important;
}
.banner .button--primary,
.btn--primary,
.button--primary,
.slideshow .button--primary {
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
  border: 1px solid var(--yc-black) !important;
}
.banner .button--primary:hover,
.btn--primary:hover,
.button--primary:hover,
.slideshow .button--primary:hover {
  background: var(--yc-rose-dark) !important;
  border-color: var(--yc-rose-dark) !important;
}
.banner .button--secondary,
.slideshow .button--secondary {
  background: 0 0 !important;
  color: var(--yc-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.banner .button--secondary:hover,
.slideshow .button--secondary:hover {
  background: var(--yc-white) !important;
  color: var(--yc-black) !important;
}
.splide__pagination__page {
  border: none !important;
  width: 6px !important;
  height: 6px !important;
}
.splide__pagination__page.is-active {
  background: var(--yc-rose) !important;
  width: 22px !important;
  border-radius: 3px !important;
  transform: none !important;
}
.splide__arrow {
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(4px) !important;
}
.splide__arrow:hover {
  background: rgba(201, 132, 138, 0.45) !important;
  border-color: var(--yc-rose) !important;
}
.splide__arrow svg {
  fill: var(--yc-white) !important;
}
.marquee__item,
.ticker__item,
[class*="ticker"] p,
[class*="ticker"] span {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--yc-rose) !important;
}
#SectionHeading-{{ section.id }},
.collection-list .title,
.collection-list-title,
.section-collection-list h2 {
  font-family: var(--yc-font-head) !important;
  font-size: clamp(28px, 4vw, 52px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
  color: var(--yc-black) !important;
  text-align: center !important;
}
.collection-list .card,
.collection-list .card--card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding: 20px 28px !important;
  border-radius: var(--yc-radius-lg) !important;
  border: none !important;
  min-height: 155px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12) !important;
  transition:
    transform var(--yc-trans),
    box-shadow var(--yc-trans) !important;
}
.collection-list .card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18) !important;
}
.collection-list .card__heading,
.collection-list .card__heading a {
  font-family: var(--yc-font-body) !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  color: var(--yc-white) !important;
  text-decoration: none !important;
  margin: 0 0 8px !important;
  word-break: normal !important;
  hyphens: none !important;
}
.collection-list .card__media {
  width: 45% !important;
  height: 135px !important;
  margin-left: auto !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}
.collection-list .card__media img {
  width: 100% !important;
  height: 135px !important;
  object-fit: contain !important;
  object-position: right center !important;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28)) !important;
  transition: transform var(--yc-trans) !important;
}
.collection-list .card:hover .card__media img {
  transform: scale(1.08) translateY(-5px) !important;
}
.collection-list .card__badge,
.collection-list .icon-wrap {
  display: none !important;
}
.collection-list .splide__list > .splide__slide:first-child .card {
  background: linear-gradient(135deg, #b86874 0, #c9848a 100%) !important;
}
.collection-list .splide__list > .splide__slide:nth-child(2) .card {
  background: linear-gradient(135deg, #0f0f0f 0, #2e1a1e 100%) !important;
}
.collection-list .splide__list > .splide__slide:nth-child(3) .card {
  background: linear-gradient(135deg, #8a6830 0, #c9a96e 100%) !important;
}
.collection-list .splide__list > .splide__slide:nth-child(4) .card {
  background: linear-gradient(135deg, #c47a84 0, #e8b4b8 100%) !important;
}
.collection-list
  .splide__list
  > .splide__slide:nth-child(4)
  .card
  .card__heading,
.collection-list
  .splide__list
  > .splide__slide:nth-child(4)
  .card
  .card__heading
  a {
  color: #3a0f14 !important;
}
.collection-list .splide__list > .splide__slide:nth-child(5) .card {
  background: linear-gradient(135deg, #2d0a10 0, #6b1e2a 100%) !important;
}
.collection-list .splide__list > .splide__slide:nth-child(6) .card {
  background: linear-gradient(135deg, #6b5045 0, #b89080 100%) !important;
}
.card-wrapper,
.product-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  transition:
    transform var(--yc-trans),
    box-shadow var(--yc-trans) !important;
  border: none !important;
}
.card-wrapper:hover,
.product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
}
.card-wrapper .card__media,
.product-card .card__media {
  background: var(--yc-cream) !important;
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
}
.card-wrapper .card__media img,
.product-card .card__media img {
  transition: transform 0.5s !important;
  border-radius: 12px !important;
}
.card-wrapper:hover .card__media img,
.product-card:hover .card__media img {
  transform: scale(1.05) !important;
}
.card-wrapper .card__information,
.product-card .card__information {
  padding: 14px 4px !important;
  text-align: center !important;
}
.card-wrapper .card__heading,
.card-wrapper .card__name,
.product-card .card__heading {
  font-family: var(--yc-font-head) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--yc-black) !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 6px !important;
  text-align: center !important;
}
.card-wrapper .price,
.price-item--regular,
.price__regular,
.product-card .price {
  font-family: var(--yc-font-body) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--yc-rose-dark) !important;
  text-align: center !important;
}
.price--on-sale .price__regular,
.price-item--regular:not(.price-item--sale),
s.price-item--regular {
  color: var(--yc-gray) !important;
  text-decoration: line-through !important;
}
.badge--sale,
.card__badge.badge {
  background: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  border-radius: 20px !important;
  font-family: var(--yc-font-body) !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}
.featured-collection .title,
.featured-collection h2,
.section__heading {
  font-family: var(--yc-font-head) !important;
  font-size: clamp(26px, 4vw, 48px) !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
  color: var(--yc-black) !important;
}
.btn,
.button,
button[type="submit"] {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  border-radius: var(--yc-radius) !important;
  padding: 14px 36px !important;
  transition: all var(--yc-trans) !important;
}
.btn--secondary,
.button--secondary {
  background: 0 0 !important;
  color: var(--yc-black) !important;
  border: 1px solid var(--yc-black) !important;
}
.cart-drawer__footer .button,
.cart__checkout-button,
.product-form__cart-submit {
  border-radius: var(--yc-radius) !important;
  transition: background var(--yc-trans) !important;
  width: 100% !important;
}
.button--secondary:hover,
.color-inverse,
.color-scheme-inverse,
[class*="color-inverse"] {
  background: var(--yc-white) !important;
  color: var(--yc-black) !important;
}
.icon-bar,
.shopify-section-icon-bar,
[class*="icon-bar"] {
  background: var(--yc-rose-soft) !important;
  border-top: 1px solid var(--yc-border) !important;
  border-bottom: 1px solid var(--yc-border) !important;
}
.icon-bar svg,
.icon-bar__icon svg,
.icon-bar__item svg {
  color: var(--yc-rose-dark) !important;
  stroke: var(--yc-rose-dark) !important;
}
.icon-bar__heading,
.icon-bar__item .heading,
.icon-bar__item h3 {
  font-family: var(--yc-font-body) !important;
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--yc-black) !important;
  font-weight: 500 !important;
}
.icon-bar__item p,
.icon-bar__text {
  font-size: 12px !important;
  color: var(--yc-gray) !important;
  font-family: var(--yc-font-body) !important;
}
.color-inverse h2,
.color-scheme-inverse h2 {
  font-family: var(--yc-font-head) !important;
  color: var(--yc-white) !important;
}
.color-inverse p,
.color-scheme-inverse p {
  color: var(--yc-rose) !important;
  font-family: var(--yc-font-body) !important;
}
.testimonials,
[class*="review"],
[class*="testimonial"] {
  background: var(--yc-cream) !important;
}
.review__body,
.testimonial__text,
[class*="testimonial__text"] {
  font-family: var(--yc-font-head) !important;
  font-size: 20px !important;
  font-style: italic !important;
  color: var(--yc-black) !important;
  line-height: 1.8 !important;
}
.review__author,
.testimonial__author {
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: var(--yc-rose-dark) !important;
}
.rating svg,
.review__stars svg {
  fill: var(--yc-gold) !important;
}
.cart-drawer__title,
.drawer__title {
  font-family: var(--yc-font-head) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
}
.cart-item__name {
  font-family: var(--yc-font-head) !important;
  font-size: 17px !important;
}
.cart-item .price,
.cart-item__price {
  color: var(--yc-rose-dark) !important;
  font-family: var(--yc-font-body) !important;
}
.cart-drawer__footer .button,
.cart__checkout-button {
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
  font-family: var(--yc-font-body) !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}
.cart__checkout-button:hover {
  background: var(--yc-rose-dark) !important;
}
.product__title {
  font-family: var(--yc-font-head) !important;
  font-size: clamp(26px, 4vw, 46px) !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
}
.product-form__cart-submit,
.product__vendor {
  font-family: var(--yc-font-body) !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}
.product__vendor {
  font-size: 11px !important;
  color: var(--yc-rose-dark) !important;
}
.product .price__regular,
.product__price .price {
  color: var(--yc-rose-dark) !important;
  font-family: var(--yc-font-body) !important;
  font-size: 22px !important;
}
.product-form__cart-submit {
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
  font-size: 12px !important;
  border: 1px solid var(--yc-black) !important;
  padding: 16px 40px !important;
}
.product-form__cart-submit:hover {
  background: var(--yc-rose-dark) !important;
  border-color: var(--yc-rose-dark) !important;
}
.swatch__input:checked + .swatch__label,
.variant-input:checked + label {
  border-color: var(--yc-black) !important;
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
}
#back-to-top,
.back-to-top,
.scroll-to-top,
[class*="scroll-to-top"] {
  background: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  border: none !important;
  border-radius: 50% !important;
  z-index: 99999999 !important; /* Valeur maximale pour passer par-dessus tout */
  box-shadow: 0 4px 16px rgba(201, 132, 138, 0.4) !important;
}
.footer,
.site-footer {
  background: var(--yc-black) !important;
  color: #aaa !important;
  border-top: 1px solid #1a1a1a !important;
}
.footer-block__heading,
.footer__heading,
.site-footer h3,
.site-footer h4 {
  font-family: var(--yc-font-head) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: var(--yc-white) !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 1rem !important;
}
.footer-block__list a,
.footer__link,
.site-footer a {
  font-family: var(--yc-font-body) !important;
  font-size: 12px !important;
  color: #999 !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  transition: color var(--yc-trans) !important;
}
.footer-block__list a:hover,
.footer__link:hover,
.site-footer a:hover {
  color: var(--yc-rose) !important;
}
.footer-copyright,
.footer__copyright,
.site-footer__copyright {
  color: #444 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  font-family: var(--yc-font-body) !important;
  border-top: 1px solid #1a1a1a !important;
  padding-top: 1.5rem !important;
}
.footer .list-social svg,
.footer .social-icons svg {
  fill: #666 !important;
  transition: fill var(--yc-trans) !important;
}
.footer .list-social a:hover svg,
.footer .social-icons a:hover svg {
  fill: var(--yc-rose) !important;
}
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  font-family: var(--yc-font-body) !important;
  border: 1px solid var(--yc-border) !important;
  border-radius: var(--yc-radius) !important;
  background: var(--yc-white) !important;
  color: var(--yc-black) !important;
  transition: border-color var(--yc-trans) !important;
}
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: var(--yc-rose-dark) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(201, 132, 138, 0.15) !important;
}
.modal__content,
.popup,
.promo-popup {
  border-radius: 12px !important;
  font-family: var(--yc-font-body) !important;
}
.modal__content h2,
.popup h2,
.promo-popup h2 {
  font-family: var(--yc-font-head) !important;
  font-weight: 400 !important;
}
.pagination__item a,
.pagination__item span {
  font-family: var(--yc-font-body) !important;
  color: var(--yc-black) !important;
  border: 1px solid var(--yc-border) !important;
  border-radius: var(--yc-radius) !important;
}
.pagination__item--current a,
.pagination__item--current span {
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
  border-color: var(--yc-black) !important;
}
@media (max-width: 768px) {
  .banner__content,
  .slideshow__text-wrapper {
    padding: 2rem 1.5rem !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .banner__heading,
  .slideshow__heading {
    font-size: 36px !important;
  }
  .header__heading-link {
    font-size: 20px !important;
  }
  .collection-list .card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 20px !important;
    border-radius: 20px !important;
    border: none !important;
    background: #fdf8f6 !important;
  }
  .collection-list .card__media {
    width: 38% !important;
    height: 100px !important;
  }
  .collection-list .card__media img {
    height: 100px !important;
  }
  .collection-list .card__heading {
    font-family: var(--font-heading-family);
    font-size: 20px !important;
    text-align: left !important;
    flex: 1 !important;
  }
  .featured-collection .title,
  .section__heading {
    font-size: 26px !important;
  }
  .banner__slide::after,
  .slideshow__slide::after {
    background: rgba(10, 8, 8, 0.48) !important;
  }
}
.collection-list .collection-list__item .card {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  align-items: center !important;
  height: 180px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.collection-list .collection-list__item .card__content {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 10px 0 25px !important;
  z-index: 2 !important;
  background: 0 0 !important;
}
.collection-list .collection-list__item .card__information {
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
}
.collection-list .collection-list__item .card__heading,
.collection-list .collection-list__item .card__heading a {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 !important;
  text-align: left !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  line-height: 1.2 !important;
}
.collection-list .collection-list__item .icon-wrap {
  display: inline-flex !important;
  color: #fff !important;
  margin-left: 5px !important;
  transition: transform 0.3s !important;
}
.collection-list .collection-list__item .card__inner {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: 0 0 !important;
  border: none !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}
#collection-list-{{ section.id }} .splide__pagination,
.card-wrapper .card__inner::after,
.card-wrapper .card__inner::before,
.card-wrapper .media::after,
.card-wrapper .media::before,
.collection-list .collection-list__item .card__inner::after,
.collection-list .collection-list__item .card__inner::before,
.collection-list .collection-list__item .media::after,
.collection-list .collection-list__item .media::before {
  display: none !important;
}
.collection-list .collection-list__item .card__media,
.collection-list .collection-list__item .media {
  background: 0 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.collection-list .collection-list__item .media img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: right center !important;
  padding: 10px 10px 10px 0 !important;
  filter: drop-shadow(-4px 4px 8px rgba(0, 0, 0, 0.15)) !important;
  transition: transform 0.4s !important;
}
.collection-list .collection-list__item .card:hover .media img {
  transform: scale(1.08) !important;
}
.collection-list .collection-list__item .card:hover .icon-wrap {
  transform: translateX(8px) !important;
}
.collection-list .collection-list__item .card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.collection-list .collection-list__item:first-child .card {
  background: linear-gradient(135deg, #c2828d 0, #955460 100%) !important;
}
.collection-list .collection-list__item:nth-child(2) .card {
  background: linear-gradient(135deg, #3a3033 0, #1a1315 100%) !important;
}
.collection-list .collection-list__item:nth-child(3) .card {
  background: linear-gradient(135deg, #d1a56b 0, #a67b40 100%) !important;
}
.collection-list .collection-list__item:nth-child(4) .card {
  background: linear-gradient(135deg, #e2acb1 0, #b8787e 100%) !important;
}
.collection-list .collection-list__item:nth-child(5) .card {
  background: linear-gradient(135deg, #6b2933 0, #40141a 100%) !important;
}
#collection-list-{{ section.id }} .splide__arrows {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 100px !important;
  margin-top: 20px !important;
  width: 100% !important;
  position: relative !important;
}
#collection-list-{{ section.id }} .splide__arrow {
  position: static !important;
  background: 0 0 !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  opacity: 1 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
#collection-list-{{ section.id }} .splide__arrow svg {
  fill: #002147 !important;
  width: 25px !important;
  height: 25px !important;
  transition: transform 0.3s !important;
}
#collection-list-{{ section.id }} .splide__arrow:hover svg {
  transform: scale(1.2) !important;
}
.card-wrapper .card__media,
.card-wrapper .media {
  background-color: #f1eee5 !important;
  border-radius: 12px 12px 0 0 !important;
  z-index: 2 !important;
}
.card-wrapper .card__content,
.card-wrapper .card__content:not(.card__inner .card__content) {
  text-align: center !important;
  z-index: 4 !important;
  padding: 20px 15px !important;
}
.card-wrapper .media img {
  object-fit: contain !important;
  object-fit: cover !important;
  object-fit: cover !important;
  padding: 0 !important;
  background-color: transparent !important;
  z-index: 2 !important;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
}
.card-wrapper .card__content {
  background-color: #fff !important;
  position: relative !important;
}
.footer .field__input,
.footer-block__heading,
.footer-block__newsletter {
  text-align: right !important;
}
.card-wrapper .card__heading,
.card-wrapper .card__heading a {
  justify-content: center !important;
  display: flex !important;
  color: #002147 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  justify-content: center !important;
  display: flex !important;
  margin-top: 0 !important;
}
.card-wrapper .card {
  background-color: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
  border: none !important;
  overflow: hidden !important;
}
.card-wrapper .card__inner {
  background-color: transparent !important;
}
.card-wrapper .card__inner::before {
  display: block !important;
}
.card-wrapper .card__media {
  z-index: 1 !important;
}
.card-wrapper .media {
  background-color: #f1eee5 !important;
  border-radius: 12px 12px 0 0 !important;
  overflow: hidden !important;
  aspect-ratio: 4/5 !important;
  height: auto !important;
}
.card-wrapper .card__inner .card__content {
  background-color: transparent !important;
  padding: 0 !important;
}
.card-wrapper .price {
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
  align-items: center !important;
  margin-top: 5px !important;
}
.card-wrapper .price-item--regular,
.card-wrapper .price-item--sale {
  color: #d87b3e !important;
  font-size: 17px !important;
}
.card-wrapper .price__sale .price-item--regular {
  color: #999 !important;
  font-size: 13px !important;
  text-decoration: line-through !important;
}
.card-wrapper .card__badge {
  top: 15px !important;
  left: 0 !important;
  z-index: 5 !important;
}
.card-wrapper .badge {
  background-color: #df2a00 !important;
  color: #fff !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%) !important;
  text-transform: uppercase !important;
}
.splide--product .splide__pagination__page.is-active,
.splide__pagination__page.is-active {
  background: #002147 !important;
  transform: scale(1.3) !important;
}
.splide__pagination__page {
  background: #ccc !important;
}
.splide__arrow {
  background: 0 0 !important;
}
.splide__arrow svg {
  fill: #002147 !important;
}
.splide.splide--product {
  padding-bottom: 60px !important;
}
.splide--product .splide__pagination {
  bottom: 10px !important;
  z-index: 2 !important;
}
.splide--product .splide__pagination__page {
  background: #99a3af !important;
  width: 8px !important;
  height: 8px !important;
  margin: 0 6px !important;
  opacity: 1 !important;
}
.splide--product .splide__arrows {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  pointer-events: none !important;
  z-index: 3 !important;
}
.splide--product .splide__arrow {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  transform: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  width: 40px !important;
  height: 28px !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.splide--product .splide__arrow--prev {
  left: calc(50% - 150px) !important;
}
.splide--product .splide__arrow--next {
  right: calc(50% - 150px) !important;
}
.splide--product .splide__arrow svg {
  fill: #64748b !important;
  width: 18px !important;
  height: 18px !important;
  transition: 0.3s !important;
}
.splide--product .splide__arrow:hover svg {
  fill: #002147 !important;
  transform: scale(1.2) !important;
}
.content-and-results .title {
  color: #002147 !important;
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.02em !important;
}
.content-and-results .rte {
  color: #555 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.results__row {
  border-bottom: 1px solid #eee !important;
  padding: 20px 15px !important;
  border-radius: 12px !important;
  transition: 0.4s !important;
  cursor: default !important;
}
.results__row:hover {
  background-color: #f1eee5 !important;
  transform: translateX(10px) !important;
  box-shadow: 0 8px 20px rgba(0, 33, 71, 0.05) !important;
  border-bottom-color: transparent !important;
}
.results__percentage {
  box-shadow: 0 4px 15px rgba(201, 132, 138, 0.25) !important;
  transition: 0.4s !important;
}
.results__row:hover .results__percentage {
  transform: scale(1.08) !important;
  box-shadow: 0 4px 15px rgba(0, 33, 71, 0.25) !important;
}
.results__percentage p {
  color: #c9848a !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  transition: color 0.3s !important;
}
.results__row:hover .results__percentage p,
.results__text p {
  color: #002147 !important;
}
.results__percentage::before {
  background: conic-gradient(
    from 0deg at 50% 50%,
    #c9848a 0,
    #c9848a var(--percentage),
    #eee var(--percentage),
    #eee 100%
  ) !important;
}
.results__row:hover .results__percentage::before {
  background: conic-gradient(
    from 0deg at 50% 50%,
    #002147 0,
    #002147 var(--percentage),
    #fff var(--percentage),
    #fff 100%
  ) !important;
}
.results__text p {
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}
& .icon-bar__icon,
& .icon-wrapper,
& .media,
& [class*="icon"],
.icon-bar,
.icon-with-content__grid {
  background: 0 0 !important;
  border: none !important;
}
.icon-bar-card,
.icon-bar__item,
.icons-with-text__icon-item {
  border: none !important;
  background: 0 0 !important;
}
.icon-bar__icon svg,
.icons-with-text__icon__icon img,
.icons-with-text__icon__icon svg {
  fill: #c9848a !important;
  color: #c9848a !important;
  width: 45px !important;
  height: 45px !important;
  transition: transform 0.3s !important;
}
.icons-with-text__icon-item:hover .icons-with-text__icon__icon svg {
  transform: translateY(-5px) !important;
}
.icon-bar__heading,
.icon-bar__item h3,
.icons-with-text__icon__title {
  color: #002147 !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 10px 0 5px !important;
  margin: 0 !important;
}
.icon-bar-card p,
.icon-bar__text,
.icons-with-text__icon__text p {
  color: #555 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
@media screen and (max-width: 749px) {
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }
  .footer-block__newsletter,
  .footer__follow-on-shop,
  .footer__list-social.list-social {
    display: flex;
    justify-content: center;
  }
  .footer-block__newsletter {
    flex-direction: column;
  }
  .localization-form .button {
    word-break: break-all;
  }
  .footer-block-image,
  .footer-block-image.center,
  .footer-block-image.left,
  .footer-block-image.right {
    justify-content: center;
  }
  .footer__content-top .grid {
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: 0;
    display: flex;
    margin: 0;
  }
  .footer-block.grid__item {
    margin: 0 0 4rem;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: none;
  }
  .footer-block.grid__item:last-child,
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block.footer-block--mobile-1 {
    width: calc(50% - (var(--grid-mobile-horizontal-spacing) / 2));
  }
  .footer-block.footer-block--mobile-2 {
    width: 100%;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .footer-block--mobile-1 .card__information,
  .footer_card--half-width .card__information {
    padding: 0;
  }
  .footer_card--half-width {
    max-width: 50%;
  }
  .collection-list .collection-list__item .card {
    height: 130px !important;
    grid-template-columns: 60% 40% !important;
  }
  .collection-list .collection-list__item .card__heading,
  .collection-list .collection-list__item .card__heading a {
    font-size: 18px !important;
  }
  .collection-list .collection-list__item .card__content {
    padding: 0 5px 0 15px !important;
  }
  .icon-bar__grid,
  .icon-with-content__grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px 15px !important;
  }
  .icons-with-text__icon__icon svg {
    width: 35px !important;
    height: 35px !important;
  }
  .icons-with-text__icon-item {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.footer {
  background-color: #d5b293 !important;
  background-color: var(--yc-rose-dark) !important;
  border-top: none !important;
  margin-top: -2px !important;
  padding-top: 40px !important;
}
.footer-block__heading {
  color: #002147 !important;
  font-family: "Cormorant Garamond", serif !important;
}
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .rte p,
.footer__copyright {
  color: #002147 !important;
  opacity: 0.85 !important;
  font-family: Jost, sans-serif !important;
  transition: 0.3s !important;
  justify-content: flex-end !important;
}
.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: none !important;
  opacity: 1 !important;
  font-weight: 600 !important;
  transform: translateX(-5px) !important;
}
.footer .field__input {
  background-color: #fff !important;
  border: 1px solid rgba(0, 33, 71, 0.2) !important;
  color: #002147 !important;
  border-radius: 8px !important;
}
.footer .field__input::placeholder {
  color: rgba(0, 33, 71, 0.6) !important;
}
.footer .newsletter-form__button {
  background-color: #002147 !important;
  color: #fff !important;
  border-radius: 8px !important;
  width: 100% !important;
  margin-top: 10px !important;
  font-weight: 600 !important;
  transition: background-color 0.3s !important;
  height: 45px !important;
  border: none !important;
}
.footer .newsletter-form__button:hover {
  background-color: #001630 !important;
}
:root {
  --yc-black: #002147;
  --yc-radius: 8px;
  --yc-radius-lg: 20px;
}
.btn,
.button,
.cart__checkout-button,
.drawer__footer .button,
.product-form__cart-submit,
.sticky-atc .button,
button[type="submit"] {
  background: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  font-family: var(--yc-font-body) !important;
  font-weight: 600 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  border-radius: var(--yc-radius) !important;
  border: none !important;
  transition: all var(--yc-trans) !important;
}
.btn:hover,
.button:hover,
.cart__checkout-button:hover,
.product-form__cart-submit:hover,
button[type="submit"]:hover {
  background: var(--yc-black) !important;
  color: var(--yc-white) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 15px rgba(201, 132, 138, 0.4) !important;
}
.footer-block__heading {
  color: var(--yc-white) !important;
  font-family: var(--yc-font-head) !important;
  font-size: 24px !important;
  font-weight: 800 !important;
}
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .rte p,
.footer__copyright {
  color: var(--yc-white) !important;
  opacity: 0.9 !important;
  font-family: var(--yc-font-body) !important;
  font-size: 15px !important;
  text-align: right !important;
}
.badge--sale,
.card-wrapper .badge,
.card__badge.badge {
  background-color: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  border: none !important;
  padding: 5px 15px !important;
  font-family: var(--yc-font-body) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}
.card-wrapper .price-item--regular,
.card-wrapper .price-item--sale,
.product .price__regular,
.product__price .price {
  color: var(--yc-rose-dark) !important;
  font-family: var(--yc-font-body) !important;
  font-weight: 800 !important;
}
.header__menu-item--active > a,
.header__menu-item:hover > a,
.results__percentage p {
  color: var(--yc-rose-dark) !important;
}
.results__percentage::before {
  background: conic-gradient(
    from 0deg at 50% 50%,
    var(--yc-rose-dark) 0,
    var(--yc-rose-dark) var(--percentage),
    #eee var(--percentage),
    #eee 100%
  ) !important;
}
#back-to-top,
.back-to-top,
.scroll-to-top {
  background: var(--yc-rose-dark) !important;
  color: var(--yc-white) !important;
  box-shadow: 0 4px 16px rgba(201, 132, 138, 0.4) !important;
    z-index: 99999999 !important; /* Valeur maximale pour passer par-dessus tout */

}
.icon-bar__icon svg,
.icons-with-text__icon__icon svg {
  fill: var(--yc-rose-dark) !important;
  color: var(--yc-rose-dark) !important;
}
& {
  background: 0 0 !important;
}
& svg,
& svg path,
& svg path:last-of-type {
  fill: #c9848a !important;
}
& svg path:first-child {
  fill: rgba(201, 132, 138, 0.3) !important;
}
& svg path:nth-child(2) {
  fill: rgba(201, 132, 138, 0.6) !important;
}
#back-to-top,
.back-to-top,
.scroll-to-top-btn {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 99999999 !important; /* Valeur maximale pour passer par-dessus tout */

}
#back-to-top svg,
.back-to-top svg,
.scroll-to-top-btn .icon,
.scroll-to-top-btn svg {
  color: #000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
  z-index: 99999999 !important; /* Valeur maximale pour passer par-dessus tout */

}
#back-to-top:hover,
.back-to-top:hover,
.scroll-to-top-btn:hover {
  background-color: #000 !important;
}
#back-to-top:hover svg,
.back-to-top:hover svg,
.scroll-to-top-btn:hover .icon,
.scroll-to-top-btn:hover svg {
  color: #fff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
/* 3. Zone de texte : on force une hauteur fixe pour que tout s'aligne */
.card-wrapper .card__content {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  justify-content: flex-start !important;
  min-height: 180px !important; /* AUGMENTEZ CE CHIFFRE si le texte est coupé */
}

/* 4. Fixer le titre pour qu'il ne pousse pas le reste */
.card-wrapper .card__heading {
  height: 60px !important; /* Hauteur fixe pour le titre */
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}

/* On force le bouton à rester au même niveau tout en bas */
.card-wrapper .card__content .quick-add {
  margin-top: auto !important;
  padding-top: 10px !important;
}
/* ======================================================= */
/* FIX FINAL : ALIGNEMENT DES CARTES ET VISIBILITÉ BOUTONS */
/* ======================================================= */

/* 1. Forcer le conteneur de texte à une hauteur fixe pour tout aligner */
.card-wrapper .card__content {
  min-height: 200px !important; /* Ajustez cette valeur si besoin */
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* 2. Forcer l'affichage du bouton (s'il est présent) */
.card-wrapper .quick-add {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: auto !important;
  width: 100% !important;
}

.card-wrapper .button {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #c9848a !important; /* Votre rose */
  color: #ffffff !important;
  border: none !important;
}

/* 3. Supprimer le fond beige disgracieux si vous ne le voulez plus */
.card-wrapper .card__inner {
  background-color: transparent !important;
  border: none !important;
}

/* 4. Aligner le texte (Prix + Titre) au centre */
.card-wrapper .card__information {
  text-align: center !important;
}
/* Force l'image à occuper 100% de la largeur et hauteur du div parent */
.card-wrapper .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* "cover" remplit l'espace, "contain" garde tout visible */
  object-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Assure que le parent est bien le cadre de référence */
.card-wrapper .media {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}
/* ======================================================= */
/* FIX DES FLÈCHES : POSITION ET NETTETÉ                 */
/* ======================================================= */

/* 1. Déplacer les flèches vers le bas (plus proche du centre de l'image) */
.splide__arrow {
  top: 60% !important; /* Ajustez de 50% à 70% pour trouver la hauteur parfaite */
  background: rgba(255, 255, 255, 0.8) !important; /* Fond blanc semi-transparent */
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

/* 2. Rendre les icônes nettes (supprimer le flou) */
.splide__arrow svg {
  width: 15px !important;
  height: 15px !important;
  fill: #000000 !important; /* Couleur de la flèche en noir pour la visibilité */
  filter: none !important; /* Supprime l'effet de flou */
}

/* 3. Ajustement de la position gauche/droite */
.splide__arrow--prev {
  left: 10px !important;
}
.splide__arrow--next {
  right: 10px !important;
}

/* 4. Effet au survol */
.splide__arrow:hover {
  background: #ffffff !important;
  transform: translateY(-50%) scale(1.1) !important;
}
& {
  background: transparent !important;
} /* Force TOUS les éléments de la vague en Rose */
svg,
svg path,
svg use,
svg g {
  fill: #c9848a !important;
  color: #c9848a !important;
} /* Applique les transparences (si plusieurs vagues) */
svg path:nth-child(1) {
  fill: rgba(201, 132, 138, 0.3) !important;
}
svg path:nth-child(2) {
  fill: rgba(201, 132, 138, 0.6) !important;
}
svg path:last-child {
  fill: #c9848a !important;
}
/* ======================================================= */
/* FIX MULTILINGUE : ALIGNEMENT & COULEUR DU FOOTER        */
/* ======================================================= */

/* 1. Alignement intelligent (Droite pour Arabe, Gauche pour Français/Anglais) */
.footer-block__heading,
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .rte p,
.footer__copyright,
.footer-block__newsletter,
.footer .field__input {
  text-align: start !important; 
}

/* 2. Correction de la couleur du texte de la newsletter (invisible actuellement) */
.footer-block__newsletter .newsletter__subheading,
.footer-block__newsletter .newsletter__subheading p,
.footer-block__newsletter .rte,
.footer-block__newsletter .rte p {
  color: #ffffff !important;
  opacity: 0.9 !important;
  font-family: var(--yc-font-body) !important;
}

/* 3. Assurer que les champs de saisie (inputs) ont un texte lisible */
.footer .field__input {
  color: #002147 !important; /* Texte bleu marine quand on tape */
}
/* ======================================================= */
/* CORRECTION : SUPPRIMER LA LIGNE BARRÉE SUR LE PRIX      */
/* ======================================================= */

/* 1. On force la suppression de la ligne sur le prix principal */
.card-wrapper .price .price-item {
  text-decoration: none !important;
}

/* 2. On s'assure que SEUL l'ancien prix (en cas de vraie promotion) est barré */
.card-wrapper .price__sale s.price-item--regular,
.card-wrapper .price__sale .price-item--regular:not(.price-item--sale) {
  text-decoration: none !important;
  opacity: 0.7 !important;
  font-size: 0.85em !important;
}
/* ======================================================= */
/* FIX : TEXTE ARABE COUPÉ (HAUTEUR DU TITRE)              */
/* ======================================================= */

.card-wrapper .card__heading {
  height: auto !important; /* On enlève la contrainte stricte */
  min-height: 80px !important; /* On garde assez de place pour aligner les boutons */
  overflow: visible !important; /* On arrête de couper le texte ! */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important; /* Donne plus d'espace entre les lignes */
}
/* ======================================================= */
/* STYLE DU DÉLAI DE LIVRAISON (STYLE CAMION + TEXTE)      */
/* ======================================================= */

/* Alignement de l'icône et du texte */
.estimated-shipping,
.icon-with-text {
    display: flex !important;
    align-items: center !important;
    background-color: transparent !important;
    padding: 12px 0 !important;
    margin-top: 15px !important;
    border-top: 1px solid rgba(0, 33, 71, 0.08) !important; /* Ligne subtile bleue */
    border-bottom: 1px solid rgba(0, 33, 71, 0.08) !important;
}

/* Couleur de l'icône (Camion) -> Rose Yes Cherie */
.estimated-shipping__icon,
.estimated-shipping__icon svg,
.icon-with-text__icon__icon,
.icon-with-text__icon__icon svg {
    color: #c9848a !important; 
    fill: #c9848a !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px !important;
}

/* Couleur du texte -> Bleu Marine */
.estimated-shipping__text p,
.icon-with-text__text p {
    color: #002147 !important; 
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* Dates en gras (si vous mettez le texte en gras dans l'éditeur) -> Rose */
.estimated-shipping__text strong,
.icon-with-text__text strong {
    color: #c9848a !important;
    font-weight: 800 !important;
}
/* ======================================================= */
/* METTRE LES DATES (TEXTE EN GRAS) EN ROSE                */
/* ======================================================= */

.estimated-shipping__text strong,
.icon-with-text__text strong,
.estimated-shipping__text b,
.icon-with-text__text b {
    color: #c9848a !important; /* Le fameux Rose Yes Cherie */
    font-weight: 800 !important;
}
/* ======================================================= */
/* STYLE DU BOUTON "AJOUTER AU PANIER" (BLEU MARINE)       */
/* ======================================================= */

.product-form__submit {
  background-color: #002147 !important; /* Bleu Marine */
  color: #ffffff !important;
  border-radius: 8px !important; /* Bords légèrement arrondis */
  border: none !important;
  height: 54px !important; /* Bouton bien épais et cliquable */
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}

.product-form__submit:hover {
  background-color: #001630 !important; /* Bleu plus foncé au survol */
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 15px rgba(0, 33, 71, 0.2) !important;
}
/* ======================================================= */
/* STYLE DES BOUTONS D'ACHAT (BLOC OFFICIEL SHOPIFY)       */
/* ======================================================= */

/* 1. Bouton "Ajouter au panier" (Couleur Rose) */
.product-form__submit {
  background-color: #c9848a !important; /* Rose Yes Cherie */
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  min-height: 54px !important;
  font-family: var(--yc-font-body), sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 15px rgba(201, 132, 138, 0.25) !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
}

.product-form__submit:hover {
  background-color: #b86874 !important; /* Rose plus foncé au survol */
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(201, 132, 138, 0.4) !important;
}

/* 2. Bouton dynamique "Acheter maintenant" (Couleur Bleu Marine) */
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  background-color: #002147 !important; /* Bleu Marine */
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  min-height: 54px !important;
  font-family: var(--yc-font-body), sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 15px rgba(0, 33, 71, 0.15) !important;
  transition: all 0.3s ease !important;
  margin-top: 12px !important; /* Espace net entre les deux boutons */
  width: 100% !important;
}

.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover {
  background-color: #001630 !important; /* Bleu plus foncé au survol */
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(0, 33, 71, 0.3) !important;
}
/* ======================================================= */
/* FORCE LE BOUTON EN ROSE PERMANENT (MÊME SANS CLIQUER)   */
/* ======================================================= */

/* 1. Force la couleur sur le bouton ET ses couches cachées (::after) */
.product-form__buttons .button,
.product-form__buttons .button--primary,
.product-form__submit,
.product-form__buttons .button::after,
.product-form__buttons .button--primary::after,
.product-form__submit::after {
  background: #c9848a !important; /* Rose Yes Cherie permanent */
  background-color: #c9848a !important;
  box-shadow: none !important; /* Désactive les ombres du thème qui bloquent la couleur */
  color: #ffffff !important;
  border: none !important;
  opacity: 1 !important;
}

/* 2. Forme et Typographie du bouton */
.product-form__buttons .button,
.product-form__buttons .button--primary,
.product-form__submit {
  border-radius: 8px !important;
  min-height: 54px !important;
  font-family: var(--yc-font-body), sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* 3. Effet au passage de la souris */
.product-form__buttons .button:hover,
.product-form__buttons .button--primary:hover,
.product-form__submit:hover,
.product-form__buttons .button:hover::after,
.product-form__submit:hover::after {
  background: #b86874 !important; /* Rose légèrement plus foncé */
  background-color: #b86874 !important;
  transform: translateY(-2px) !important;
}

/* 4. Garde l'espace parfait entre les deux boutons */
.product-form__buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  margin-bottom: 15px !important;
}
/* ======================================================= */
/* FIX : RÉPARATION DU PANIER LATÉRAL (CART DRAWER)        */
/* ======================================================= */

/* 1. Rétablir les icônes pour supprimer un article (au lieu des carrés roses) */
.cart-drawer .button,
.drawer .button,
cart-remove-button .button {
  background: transparent !important;
  background-color: transparent !important;
  min-height: auto !important;
  width: auto !important;
  box-shadow: none !important;
  color: #002147 !important; /* Icône de suppression en Bleu Marine */
  padding: 5px !important;
}

.cart-drawer .button::after,
.drawer .button::after,
cart-remove-button .button::after {
  display: none !important; /* Enlève la couche rose cachée */
}

/* 2. Réparer le chevauchement des textes (Sous-total, Économies...) */
.cart-drawer__footer,
.drawer__footer {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  padding-bottom: 20px !important;
  height: auto !important;
}

/* 3. Aligner correctement les lignes de prix */
.cart-drawer__footer .totals,
.drawer__footer .totals,
.cart-drawer__footer > div,
.drawer__footer > div {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  position: relative !important;
  width: 100% !important;
}

/* 4. S'assurer que le bouton Releasit a de la place en bas */
.cart-drawer__footer .checkout-step,
.drawer__footer .cart__checkout-button {
  margin-top: 10px !important;
  width: 100% !important;
}
/* ======================================================= */
/* FIX : RÉPARATION DU TEXTE COLLÉ DANS LE PANIER (PC)     */
/* ======================================================= */

/* 1. On annule l'ancienne règle qui écrasait tout sur PC */
.cart-drawer__footer > div,
.drawer__footer > div {
  display: block !important;
}

/* 2. On s'assure que le Sous-total et les Économies s'étalent de gauche à droite */
.cart-drawer__footer .totals,
.drawer__footer .totals,
.cart-drawer__footer .cart-drawer__discount,
.drawer__footer .cart-drawer__discount,
.cart-drawer__footer .discounts {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 12px !important;
}

/* 3. On force le texte à gauche et le prix à s'aligner tout à droite */
.cart-drawer__footer h2, 
.cart-drawer__footer .totals__subtotal {
  margin: 0 !important;
  text-align: left !important;
}

.cart-drawer__footer .totals__subtotal-value,
.cart-drawer__footer .totals p.price,
.cart-drawer__footer .totals h2 + p,
.cart-drawer__footer .cart-drawer__discount span {
  margin-left: auto !important; /* Pousse le prix à l'extrême droite */
  margin-bottom: 0 !important;
  text-align: right !important;
  font-weight: bold !important;
}

/* 4. On donne un peu de hauteur pour ne pas que le texte touche le bouton */
.cart-drawer__footer .cart__checkout-button,
.cart-drawer__footer .checkout-step {
  margin-top: 15px !important;
  width: 100% !important;
}
/* Supprimer tous les cadres bleus ou bordures indésirables dans le panier */
.cart-drawer, 
.drawer__inner, 
.drawer__footer, 
.cart-drawer__footer {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Forcer le conteneur du total à ne pas avoir de bordure */
.cart-drawer__footer > div {
    border: none !important;
}
@media screen and (min-width: 769px) {
  /* 1. Center the drawer perfectly using screen positioning */
  .drawer__inner {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    
    /* 2. Make it look premium: better size, rounded corners, and a nice shadow */
    width: 500px !important; 
    height: auto !important;
    max-height: 85vh !important; /* Prevents touching screen edges */
    border-radius: 16px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    overflow-y: auto !important; /* Allows scrolling inside if there are many items */
    
    /* 3. Setup the smooth popup animation (starts slightly lower and smaller) */
    transform: translate(-50%, -45%) scale(0.95) !important;
    opacity: 0 !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    z-index: 99999 !important;
  }

  /* 4. Trigger the popup animation when the cart opens */
  .drawer.active .drawer__inner {
    transform: translate(-50%, -50%) scale(1) !important;
    opacity: 1 !important;
  }
  
  /* 5. Optional: Add a dark blur behind the popup */
  .drawer {
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(3px) !important; 
  }
}
/* ======================================================= */
/* FIX : CONTRASTE ET VISIBILITÉ (PRIORITÉ MAXIMALE)       */
/* ======================================================= */

/* Force la couleur du texte à être bleu marine foncé */
.newsletter-section .newsletter__subheading, 
.newsletter-section .newsletter__heading,
.newsletter-section .newsletter__subheading p,
.footer-block--newsletter .newsletter__subheading,
.footer-block--newsletter .newsletter__heading {
    color: #002147 !important; /* Bleu Marine */
    opacity: 1 !important;     /* Force l'opacité totale */
    font-weight: 800 !important; /* Rend le texte plus gras pour le contraste */
    text-shadow: none !important;
}

/* Force les boîtes de texte à être bien visibles */
.newsletter-form__field-wrapper .field__input {
    border: 2px solid #C9848A !important; /* Bordure bleu marine pour le contraste */
    background-color: #ffffff !important;
    color: #002147 !important;
}
/* ======================================================= */
/* FORCER LE ROSE FIXE (SUPPRESSION DE TOUT EFFET HOVER)   */
/* ======================================================= */

/* 1. Couleur fixe pour le bouton, sans changement au survol */
.product-form__submit, 
.product-form__submit::after {
    background: #c9848a !important; 
    background-color: #c9848a !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: none !important; /* Désactive la transition */
}

/* 2. Empêcher tout changement visuel au survol */
.product-form__submit:hover,
.product-form__submit:hover::after,
.product-form__submit:focus,
.product-form__submit:focus::after {
    background: #c9848a !important; 
    background-color: #c9848a !important;
    transform: none !important; /* Empêche le mouvement de décalage */
    box-shadow: none !important;
}

/* 3. Style fixe du texte */
.product-form__submit {
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
/* 1. Force the background of the button to be dark blue */
:host form button,
:host form input[type="submit"],
:host form .button,
form button, 
form input[type="submit"], 
.newsletter-form__button,
#Subscribe {
  background: #002147 !important;
  background-color: #002147 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
}

/* 2. Force any text or arrows INSIDE the button to be white */
:host form button *,
:host form input[type="submit"] *,
:host form .button *,
form button *,
form input[type="submit"] *,
.newsletter-form__button *,
#Subscribe * {
  color: #ffffff !important;
  fill: #ffffff !important; /* Fixes invisible arrow icons */
}

/* 3. Hover effect */
form button:hover, 
form input[type="submit"]:hover,
.newsletter-form__button:hover {
  background-color: #00122a !important;
}
/* --- 1. NORMAL STATE (Before Hover) --- */
:host form button,
:host form input[type="submit"],
:host form .button,
form button, 
form input[type="submit"], 
.newsletter-form__button,
#Subscribe {
  background-color: #002147 !important; /* Solid Dark Blue */
  color: #ffffff !important;            /* White text */
  border: 1px solid #002147 !important; /* Dark Blue border */
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.4s ease !important; /* Smooth fade effect */
  cursor: pointer !important;
}

/* Ensure any inside text/icons are white */
:host form button *,
form button *,
.newsletter-form__button *,
#Subscribe * {
  color: #ffffff !important;
  fill: #ffffff !important; 
  transition: all 0.4s ease !important;
}


/* --- 2. HOVER STATE (After Hover) --- */
:host form button:hover,
:host form input[type="submit"]:hover,
:host form .button:hover,
form button:hover, 
form input[type="submit"]:hover,
.newsletter-form__button:hover,
#Subscribe:hover {
  background-color: #ffffff !important; /* Turns White */
  color: #002147 !important;            /* Text turns Dark Blue */
  border: 1px solid #002147 !important; /* Keeps the Dark Blue outline */
  transform: translateY(-2px) !important; /* Tiny, elegant lift effect */
}

/* Ensure any inside text/icons turn dark blue on hover */
:host form button:hover *,
form button:hover *,
.newsletter-form__button:hover *,
#Subscribe:hover * {
  color: #002147 !important;
  fill: #002147 !important;
}
/* ======================================================= */
/* FIX : BOUTON ROSE FIXE ET PERMANENT                     */
/* ======================================================= */

/* Force la couleur rose sur l'état normal, hover, et focus */
.product-form__submit, 
.product-form__submit:hover, 
.product-form__submit:focus, 
.product-form__submit::after,
.product-form__submit:hover::after {
    background-color: #c9848a !important; 
    background: #c9848a !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important; /* Supprime l'effet de mouvement au survol */
}

/* Force les propriétés de style du texte */
.product-form__submit {
    border-radius: 8px !important;
    min-height: 54px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    transition: none !important; /* Désactive la transition pour éviter tout changement */
}
/* ======================================================= */
/* FIX : SUPPRESSION DU DÉCALAGE ENTRE LES BOUTONS         */
/* ======================================================= */

/* Cible le bouton "Add to cart" et force sa marge à zéro */
.product-form__submit, 
.shopify-payment-button,
#product-form-custom {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

/* Si le bouton Cash on Delivery est dans un conteneur spécifique, on réduit son espace */
.releasit-cod-button-container, 
#releasit-cod-button {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Force un alignement serré si nécessaire */
.product-form__buttons {
    gap: 0px !important;
    display: flex !important;
    flex-direction: column !important;
}
/* 1. Push the white box up and fix the cut-off height */
:host, 
.yc-sticky-checkout,
.sticky-add-to-cart,
.sticky-cart-bottom {
  bottom: 70px !important; /* Pushes the white box up above the black button */
  height: auto !important; /* Lets the white box grow to fit the buttons */
  min-height: 80px !important; 
  padding-bottom: 15px !important; /* Gives the beige button room to breathe */
  padding-top: 10px !important;
  z-index: 99 !important;
}

/* 2. Make sure the beige button aligns properly and isn't cut off */
:host button,
.yc-sticky-checkout button,
.sticky-add-to-cart button {
  margin-bottom: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Fix variant display in cart drawer - remove button styling */
.cart-item__variant,
.cart-item__variants,
[class*="variant"] .btn,
[class*="variant"] button,
.cart-item .variant-item,
.cart-item [class*="variant-label"] {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: inline !important;
  font-size: 1.3rem !important;
  color: inherit !important;
  cursor: default !important;
  pointer-events: none !important;
  text-align: right !important;
}

/* Make variant text sit inline under title, not block */
.cart-item__variant-container,
[class*="cart"][class*="variant"] {
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  direction: rtl !important;
}
/* ======================================================= */
/* FIX : FORCER L'ALIGNEMENT À GAUCHE DANS LE FOOTER       */
/* ======================================================= */

.footer-block__heading,
.footer-block__details-content .list-menu__item--link,
.footer-block__details-content .rte p,
.footer__copyright {
    text-align: left !important;
    direction: ltr !important; /* Force la direction gauche vers droite */
}

/* S'assurer que les listes de liens sont bien à gauche */
.footer-block__details-content .list-unstyled {
    text-align: left !important;
    display: block !important;
}

/* Correction spécifique pour le chevauchement sur mobile */
@media screen and (max-width: 749px) {
    .footer__content-top .grid__item {
        text-align: left !important;
    }
}
/* ======================================================= */
/* STYLE GLOBAL : LISIBILITÉ ET CONFORT (YES CHERIE)       */
/* ======================================================= */

:root {
  /* Vos couleurs de base */
  --yc-black: #002147;      /* Bleu Marine */
  --yc-rose-dark: #c9848a;  /* Rose Yes Cherie */
  --yc-white: #ffffff;
}

body {
  font-family: var(--yc-font-body), Jost, sans-serif !important;
  font-size: 16px !important;       /* Taille de texte plus grande par défaut */
  line-height: 1.7 !important;     /* Plus d'espace entre les lignes pour le confort */
  color: var(--yc-black) !important;
  -webkit-font-smoothing: antialiased !important;
}

/* Titres plus imposants et lisibles */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4 {
  font-family: var(--yc-font-head), 'Cormorant Garamond', serif !important;
  color: var(--yc-black) !important;
  line-height: 1.3 !important;
  margin-bottom: 1.5rem !important;
}

/* Boutons plus larges et uniformes */
.button, .product-form__submit, .btn {
  font-size: 16px !important;
  padding: 18px 40px !important;
  min-height: 54px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  border-radius: 8px !important;
}

/* Champs de texte (formulaire/recherche) plus hauts */
.field__input, input[type="text"], input[type="email"] {
  height: 50px !important;
  font-size: 16px !important;
  border: 2px solid #C9848A !important;
}
/* ======================================================= */
/* AGRANDIR LES LOGOS / ICÔNES                             */
/* ======================================================= */

/* Cible les images dans les barres de logos */
.logo-list__item img, 
.icon-bar__item img, 
.section-logo-list img {
    max-width: 500px !important; /* Augmentez cette valeur pour plus grand */
    width: 100% !important;
    height: auto !important;
    transform: scale(3); /* Multiplie la taille par 1.5 */
}

/* Ajuste l'espacement pour éviter que les logos ne se touchent */
.logo-list__item, .icon-bar__item {
    padding: 0 30px !important; 
}
/* ======================================================= */
/* FIX : ICÔNE ACHAT RAPIDE EN BLANC (SANS LE CARRÉ)       */
/* ======================================================= */

/* 1. Force l'icône globale en blanc */
svg._rsi-button-icon,
svg._rsi-button-icon-left {
    fill: #101010ff !important;
    color: #0d0d0dff !important;
    background: transparent !important;
}

/* 2. Colorie le dessin du chariot en blanc */
svg._rsi-button-icon path {
    fill: #101010ff !important;
}

/* 3. LIGNE MAGIQUE : Force le cadre de l'icône à rester invisible pour éviter le carré blanc */
svg._rsi-button-icon path[fill="none"] {
    fill: transparent !important;
}
/* ======================================================= */
/* FIX : FORCER LA FLÈCHE RETOUR EN HAUT AU PREMIER PLAN   */
/* ======================================================= */

/* Cible exactement le bouton de votre thème */
button.scroll-to-top-btn,
.floating-btn.scroll-to-top-btn {
    z-index: 9999999999 !important;
}
/* ======================================================= */
/* FIX : BOUTONS DU FOOTER (NEWSLETTER ET LANGUE) PROS     */
/* ======================================================= */

/* Cible le bouton d'abonnement et le sélecteur de langue */
.footer-block--newsletter .button,
.localization-form__select {
    background-color: #722F37 !important; /* Bleu Marine pur et pro */
    color: #ffffff !important;            /* Texte blanc éclatant */
    border: none !important;              /* Supprime la bordure classique */
    box-shadow: none !important;          /* Supprime l'ombre/le contour blanc */
    border-radius: 8px !important;        /* Bords arrondis modernes */
    min-height: 50px !important;          /* Hauteur confortable pour le clic */
    transition: background-color 0.3s ease !important;
}

/* Supprime les contours tenaces générés par les pseudo-éléments de Shopify */
.footer-block--newsletter .button::after,
.footer-block--newsletter .button::before,
.localization-form__select::after,
.localization-form__select::before {
    display: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Effet pro au survol (devient légèrement plus clair) */
.footer-block--newsletter .button:hover,
.localization-form__select:hover {
    background-color: #722F37 !important;
}
/* ======================================================= */
/* FIX DÉFINITIF : BOUTON ABONNEMENT (SANS BORDURE)        */
/* ======================================================= */

/* 1. Applique la couleur et supprime les ombres principales */
button#Subscribe,
.newsletter-form__field-wrapper .button {
    background-color: #722F37 !important; /* Bordeaux élégant */
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 8px !important;
    min-height: 50px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

/* 2. DÉTRUIT la double bordure blanche (le ::before et ::after de Shopify) */
button#Subscribe::before,
button#Subscribe::after,
.newsletter-form__field-wrapper .button::before,
.newsletter-form__field-wrapper .button::after {
    display: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    content: none !important;
}

/* 3. Effet au survol */
button#Subscribe:hover,

.newsletter-form__field-wrapper .button:hover {
    background-color: #5a252b !important;
    transform: translateY(-2px) !important;
}
/* ======================================================= */
/* FIX DÉFINITIF : CHAMP EMAIL NEWSLETTER (CLEAN & PRO)    */
/* ======================================================= */

/* 1. Style propre pour le champ de texte */
.newsletter-form__field-wrapper .field__input {
    background-color: #ffffff !important; /* Fond blanc propre */
    color: #333333 !important;            /* Texte gris foncé lisible */
    border: 1px solid #ffffff !important; /* Bordure douce */
    box-shadow: none !important;
    outline: none !important;
    border-radius: 8px !important;        /* Même arrondi que le bouton */
    height: 50px !important;              /* Même hauteur que le bouton */
    padding-left: 20px !important;        /* Espace confortable pour écrire */
}

/* 2. DÉTRUIT les bordures cachées et l'effet de focus par défaut de Shopify */
.newsletter-form__field-wrapper .field::before,
.newsletter-form__field-wrapper .field::after,
.newsletter-form__field-wrapper .field__input:focus,
.newsletter-form__field-wrapper .field__input:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    content: none !important;
}

/* 3. Style du texte qui dit "E-mail" à l'intérieur avant de taper (Placeholder) */
.newsletter-form__field-wrapper .field__input::placeholder {
    color: #999999 !important;
    opacity: 1 !important;
}
/* ======================================================= */
/* FIX : FAIRE RÉAPPARAÎTRE LES ICÔNES DU FORMULAIRE RSI   */
/* ======================================================= */

._rsi-modal-fields-item-with-icon svg,
._rsi-modal-fields-item-with-icon label svg,
._rsi-modal-fields-item-with-icon i {
    fill: #555555 !important;       /* Gris foncé pour l'icône */
    color: #555555 !important;      /* Gris foncé au cas où c'est une police d'icône */
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

/* S'assurer que le trait de l'icône est bien dessiné */
._rsi-modal-fields-item-with-icon svg path {
    fill: #FFFFF !important;
}
/* ======================================================= */
/* FIX : INJECTION MANUELLE DE L'ICÔNE PRÉNOM (BACKGROUND) */
/* ======================================================= */

input#_rsi-field-first_name {
    /* Injecte un SVG directement en CSS (Couleur Gris #555555) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 15px center !important; /* Positionne l'icône à gauche */
    background-size: 24px !important;            /* Taille de l'icône */
    padding-left: 50px !important;               /* Pousse le texte pour ne pas chevaucher l'icône */
}
/* ======================================================= */
/* FIX : INJECTION DE TOUTES LES ICÔNES DU FORMULAIRE COD  */
/* ======================================================= */

/* 1. Règle commune de positionnement pour tous les champs */
input[data-type="first_name"],
input[data-type="last_name"],
input[data-type="phone"],
input[data-type="city"],
input[data-type="address"] {
    background-repeat: no-repeat !important;
    background-position: 15px center !important; /* Centre l'icône à gauche */
    background-size: 20px !important;            /* Taille élégante de l'icône */
    padding-left: 45px !important;               /* Pousse le texte pour ne pas toucher l'icône */
}

/* 2. Prénom (Icône Utilisateur) */
input[data-type="first_name"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") !important;
}

/* 3. Nom (Icône Utilisateur identique) */
input[data-type="last_name"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E") !important;
}

/* 4. Téléphone (Icône Téléphone) */
input[data-type="phone"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") !important;
}

/* 5. Ville (Icône Géolocalisation / Pin) */
input[data-type="city"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") !important;
}

/* 6. Adresse de livraison (Icône Maison) */
input[data-type="address"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555555'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E") !important;
}
/* ======================================================= */
/* FIX : BOUTON LOUPE DE RECHERCHE (COULEUR ET ARRONDIS)   */
/* ======================================================= */

.search__button.field__button,
.search-modal__content .field__button {
    background-color: #722F37 !important; /* Notre fameux Bordeaux */
    color: #ffffff !important;            /* La loupe en blanc */
    border-top-right-radius: 8px !important;    /* Arrondi parfait en haut à droite */
    border-bottom-right-radius: 8px !important; /* Arrondi parfait en bas à droite */
    transition: background-color 0.3s ease !important;
    margin-bottom:0;
}

/* Effet au survol de la souris */
.search__button.field__button:hover,
.search-modal__content .field__button:hover {
    background-color: #5a252b !important; /* Bordeaux légèrement plus foncé */
} 
/* ======================================================= */
/* FIX : ALIGNEMENT PARFAIT BARRE DE RECHERCHE ET BOUTON   */
/* ======================================================= */

/* 1. On supprime le contour noir disgracieux par défaut de Shopify */
.search-modal__content .field::before,
.search-modal__content .field::after,
.search-modal__content .field__input:focus,
.search-modal__content .field__input:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    content: none !important;
    border: none !important;
}

/* 2. On ajoute une bordure douce au champ et on règle la hauteur */
.search-modal__content .field__input {
    border: 1px solid #cccccc !important; /* Bordure grise élégante */
    border-radius: 8px !important;
    height: 50px !important;
    padding-right: 60px !important; /* Empêche le texte de passer sous le bouton */
}

/* 3. On force le bouton Bordeaux à prendre 100% de la hauteur */
.search-modal__content .search__button.field__button {
    background-color: #722F37 !important;
    color: #ffffff !important;
    height: 100% !important;               /* Prend exactement les 50px de haut */
    width: 55px !important;                /* Largeur proportionnelle */
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    border-top-right-radius: 8px !important;    /* Arrondi calé sur le champ */
    border-bottom-right-radius: 8px !important; /* Arrondi calé sur le champ */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Effet au survol */
.search-modal__content .search__button.field__button:hover {
    background-color: #5a252b !important;
}
/* ======================================================= */
/* FIX : BOUTON EFFACER (CROIX) DANS LA BARRE DE RECHERCHE */
/* ======================================================= */

/* 1. Rend le bouton transparent et le place à côté du bouton Bordeaux */
.search-modal__content .reset__button.field__button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #777777 !important; /* Couleur grise pour la croix */
    right: 55px !important;    /* Le décale exactement à gauche du bouton loupe (qui fait 55px) */
    width: 40px !important;
    height: 100% !important;
    border-radius: 0 !important;
}

/* 2. Petit détail pro : la croix devient Bordeaux quand on passe la souris dessus */
.search-modal__content .reset__button.field__button:hover {
    background-color: transparent !important;
    color: #722F37 !important; 
}

/* 3. On rallonge un peu l'espace intérieur du champ texte pour que le mot tapé ne chevauche pas la croix */
.search-modal__content .field__input {
    padding-right: 95px !important;
}
/* ======================================================= */
/* FIX : DÉCALAGE DE LA PAGE À L'OUVERTURE DE LA RECHERCHE */
/* ======================================================= */

/* 1. Empêche le thème de pousser la page quand le défilement est bloqué */
body.overflow-hidden,
html.no-scroll body,
body.no-scroll,
body[style*="padding-right"] {
    padding-right: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
}

/* 2. S'assure que la fenêtre de recherche ne dépasse pas de l'écran */
.search-modal {
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    overflow-x: hidden !important;
}
/* ======================================================= */
/* FIX : BARRE DE RECHERCHE SUR LA PAGE DES RÉSULTATS      */
/* ======================================================= */

/* 1. Force le bouton loupe en Bordeaux, avec la bonne taille et le bon arrondi */
.template-search__search .search__button.field__button {
    background-color: #722F37 !important; /* Le Bordeaux */
    color: #ffffff !important;
    height: 100% !important;
    width: 55px !important;
    top: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.template-search__search .search__button.field__button:hover {
    background-color: #5a252b !important;
}

/* 2. Rend le bouton "Effacer" (la croix) transparent pour tuer le carré bleu */
.template-search__search .reset__button.field__button {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #777777 !important;
    right: 55px !important; /* Place la croix juste avant le bouton bordeaux */
    width: 40px !important;
    height: 100% !important;
}

/* 3. Ajuste le champ de texte pour que tout s'emboîte et supprime les contours noirs */
.template-search__search .field__input {
    border-radius: 8px !important;
    height: 50px !important;
    padding-right: 95px !important; /* Évite que le texte chevauche les boutons */
}

.template-search__search .field::before,
.template-search__search .field::after {
    display: none !important;
    box-shadow: none !important;
}
/* ======================================================= */
/* FIX : FAIRE RÉAPPARAÎTRE LES ICÔNES DE RECHERCHE        */
/* ======================================================= */

/* 1. Force l'icône de la loupe en blanc et lui donne la bonne taille */
.template-search__search .search__button.field__button svg {
    color: #ffffff !important;
    fill: #ffffff !important;
    width: 22px !important;
    height: 22px !important;
    display: block !important;
}

/* 2. Centre parfaitement la loupe au milieu du bouton Bordeaux */
.template-search__search .search__button.field__button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 3. S'assure que la petite croix pour effacer le texte reste bien grise et visible */
.template-search__search .reset__button.field__button svg {
    color: #777777 !important;
    fill: #777777 !important;
    width: 16px !important;
    height: 16px !important;
}
/* ======================================================= */
/* FIX : DÉCALAGE ET SCROLLBAR DE LA BARRE DE RECHERCHE    */
/* ======================================================= */

/* 1. Tuer la barre de défilement parasite dans la fenêtre blanche */
.search-modal,
.search-modal__content {
    overflow: hidden !important; 
    width: 100% !important;      /* Utilise 100% au lieu de 100vw pour ne pas déborder */
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Empêcher la page entière de se décaler sur le côté (blocage horizontal) */
html, 
body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* 3. Bloquer la marge automatique (padding) que Shopify ajoute par erreur au clic */
body.overflow-hidden,
body.no-scroll,
body[style*="padding-right"] {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
/* ======================================================= */
/* FIX : TEXTE DES LIENS DU FOOTER STRICTEMENT À GAUCHE    */
/* ======================================================= */

@media screen and (max-width: 749px) {
    /* Cible exactement la balise de votre capture d'écran */
    .footer-block__details-content .list-menu__item,
    .footer-block__details-content .link {
        justify-content: flex-start !important; /* Aligne les éléments flex à gauche */
        text-align: left !important;            /* Force le texte à gauche */
        width: 100% !important;
        padding-left: 0 !important;
    }
    
    /* S'assure que le bloc parent ne décale rien non plus */
    .footer-block__details-content .list-menu {
        padding-left: 0 !important;
        margin-left: 0 !important;
        align-items: flex-start !important;
    }
}
/* ======================================================= */
/* FIX : COULEURS DU MENU DÉROULANT DES LANGUES            */
/* ======================================================= */

/* 1. Donne un fond Bordeaux au conteneur du menu déroulant */
.disclosure__list-wrapper,
.localization-form__select {
    background-color: #722F37 !important; /* Bordeaux */
    border: 1px solid #5a252b !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* 2. S'assure que la liste interne n'a pas de fond blanc par défaut */
.disclosure__list {
    background-color: transparent !important;
}

/* 3. Rend le texte des langues (Français, العربية) blanc et bien lisible */
.disclosure__link, 
.disclosure__list-wrapper a {
    color: #ffffff !important;
    padding: 10px 15px !important;
    text-align: left !important;
    transition: background-color 0.2s ease !important;
}

/* 4. Effet élégant : la ligne s'assombrit légèrement au survol */
.disclosure__link:hover, 
.disclosure__list-wrapper a:hover,
.disclosure__link:focus {
    background-color: #5a252b !important; /* Bordeaux plus foncé */
    color: #ffffff !important;
}
/* ===== COMPLETE COLOR SWATCHES - ALL LANGUAGES ===== */

/* NOIR / BLACK / أسود */
.color-swatch:has(input[value="Noir"]) .color-swatch__image,
.color-swatch:has(input[value="noir"]) .color-swatch__image,
.color-swatch:has(input[value="Black"]) .color-swatch__image,
.color-swatch:has(input[value="black"]) .color-swatch__image,
.color-swatch:has(input[value="أسود"]) .color-swatch__image,
.color-swatch:has(input[value="Negro"]) .color-swatch__image,
.color-swatch:has(input[value="Schwarz"]) .color-swatch__image,
.color-swatch:has(input[value="Nero"]) .color-swatch__image,
.color-swatch:has(input[value="Preto"]) .color-swatch__image {
  background-color: #000000 !important;
}

/* BLANC / WHITE / أبيض */
.color-swatch:has(input[value="Blanc"]) .color-swatch__image,
.color-swatch:has(input[value="blanc"]) .color-swatch__image,
.color-swatch:has(input[value="White"]) .color-swatch__image,
.color-swatch:has(input[value="white"]) .color-swatch__image,
.color-swatch:has(input[value="أبيض"]) .color-swatch__image,
.color-swatch:has(input[value="Blanco"]) .color-swatch__image,
.color-swatch:has(input[value="Weiß"]) .color-swatch__image,
.color-swatch:has(input[value="Bianco"]) .color-swatch__image,
.color-swatch:has(input[value="Branco"]) .color-swatch__image {
  background-color: #F5F5F5 !important;
  border: 1px solid #ccc !important;
}

/* BEIGE */
.color-swatch:has(input[value="Beige"]) .color-swatch__image,
.color-swatch:has(input[value="beige"]) .color-swatch__image,
.color-swatch:has(input[value="بيج"]) .color-swatch__image {
  background-color: #C8B89A !important;
}

/* BEIGE FONCÉ / DARK BEIGE / بيج غامق */
.color-swatch:has(input[value="Beige foncé"]) .color-swatch__image,
.color-swatch:has(input[value="Dark Beige"]) .color-swatch__image,
.color-swatch:has(input[value="بيج غامق"]) .color-swatch__image {
  background-color: #A08060 !important;
}

/* BLEU CIEL / SKY BLUE / أزرق سماوي */
.color-swatch:has(input[value="Bleu ciel"]) .color-swatch__image,
.color-swatch:has(input[value="bleu ciel"]) .color-swatch__image,
.color-swatch:has(input[value="Sky Blue"]) .color-swatch__image,
.color-swatch:has(input[value="sky blue"]) .color-swatch__image,
.color-swatch:has(input[value="Celeste"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق سماوي"]) .color-swatch__image,
.color-swatch:has(input[value="Azul cielo"]) .color-swatch__image,
.color-swatch:has(input[value="Himmelblau"]) .color-swatch__image {
  background-color: #87CEEB !important;
}

/* BLEU MARINE / NAVY / كحلي */
.color-swatch:has(input[value="Bleu marine"]) .color-swatch__image,
.color-swatch:has(input[value="bleu marine"]) .color-swatch__image,
.color-swatch:has(input[value="Navy"]) .color-swatch__image,
.color-swatch:has(input[value="navy"]) .color-swatch__image,
.color-swatch:has(input[value="Navy Blue"]) .color-swatch__image,
.color-swatch:has(input[value="كحلي"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق داكن"]) .color-swatch__image,
.color-swatch:has(input[value="Azul marino"]) .color-swatch__image,
.color-swatch:has(input[value="Marine"]) .color-swatch__image,
.color-swatch:has(input[value="Marineblau"]) .color-swatch__image,
.color-swatch:has(input[value="Blu navy"]) .color-swatch__image {
  background-color: #001F5B !important;
}

/* MARRON MOKA / MOCHA BROWN */
.color-swatch:has(input[value="Marron moka"]) .color-swatch__image,
.color-swatch:has(input[value="marron moka"]) .color-swatch__image,
.color-swatch:has(input[value="Mocha"]) .color-swatch__image,
.color-swatch:has(input[value="Moka"]) .color-swatch__image,
.color-swatch:has(input[value="موكا"]) .color-swatch__image,
.color-swatch:has(input[value="Mocha Brown"]) .color-swatch__image {
  background-color: #6B4226 !important;
}

/* GRIS CLAIR / LIGHT GREY / رمادي فاتح */
.color-swatch:has(input[value="Gris clair"]) .color-swatch__image,
.color-swatch:has(input[value="gris clair"]) .color-swatch__image,
.color-swatch:has(input[value="Light Grey"]) .color-swatch__image,
.color-swatch:has(input[value="Light Gray"]) .color-swatch__image,
.color-swatch:has(input[value="رمادي فاتح"]) .color-swatch__image,
.color-swatch:has(input[value="Gris claro"]) .color-swatch__image,
.color-swatch:has(input[value="Hellgrau"]) .color-swatch__image,
.color-swatch:has(input[value="Grigio chiaro"]) .color-swatch__image {
  background-color: #C8C8C8 !important;
}

/* GRIS / GREY / رمادي */
.color-swatch:has(input[value="Gris"]) .color-swatch__image,
.color-swatch:has(input[value="gris"]) .color-swatch__image,
.color-swatch:has(input[value="Grey"]) .color-swatch__image,
.color-swatch:has(input[value="Gray"]) .color-swatch__image,
.color-swatch:has(input[value="رمادي"]) .color-swatch__image,
.color-swatch:has(input[value="Gris"]) .color-swatch__image,
.color-swatch:has(input[value="Grau"]) .color-swatch__image,
.color-swatch:has(input[value="Grigio"]) .color-swatch__image,
.color-swatch:has(input[value="Cinza"]) .color-swatch__image {
  background-color: #808080 !important;
}

/* GRIS FONCÉ / DARK GREY / رمادي داكن */
.color-swatch:has(input[value="Gris foncé"]) .color-swatch__image,
.color-swatch:has(input[value="Dark Grey"]) .color-swatch__image,
.color-swatch:has(input[value="Dark Gray"]) .color-swatch__image,
.color-swatch:has(input[value="رمادي داكن"]) .color-swatch__image,
.color-swatch:has(input[value="Dunkelgrau"]) .color-swatch__image,
.color-swatch:has(input[value="Grigio scuro"]) .color-swatch__image,
.color-swatch:has(input[value="Gris oscuro"]) .color-swatch__image {
  background-color: #404040 !important;
}

/* BLEU / BLUE / أزرق */
.color-swatch:has(input[value="Bleu"]) .color-swatch__image,
.color-swatch:has(input[value="bleu"]) .color-swatch__image,
.color-swatch:has(input[value="Blue"]) .color-swatch__image,
.color-swatch:has(input[value="blue"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق"]) .color-swatch__image,
.color-swatch:has(input[value="Azul"]) .color-swatch__image,
.color-swatch:has(input[value="Blau"]) .color-swatch__image,
.color-swatch:has(input[value="Blu"]) .color-swatch__image {
  background-color: #2563EB !important;
}

/* ROUGE / RED / أحمر */
.color-swatch:has(input[value="Rouge"]) .color-swatch__image,
.color-swatch:has(input[value="rouge"]) .color-swatch__image,
.color-swatch:has(input[value="Red"]) .color-swatch__image,
.color-swatch:has(input[value="red"]) .color-swatch__image,
.color-swatch:has(input[value="أحمر"]) .color-swatch__image,
.color-swatch:has(input[value="Rojo"]) .color-swatch__image,
.color-swatch:has(input[value="Rot"]) .color-swatch__image,
.color-swatch:has(input[value="Rosso"]) .color-swatch__image,
.color-swatch:has(input[value="Vermelho"]) .color-swatch__image {
  background-color: #DC2626 !important;
}

/* BORDEAUX / BURGUNDY / بوردو */
.color-swatch:has(input[value="Bordeaux"]) .color-swatch__image,
.color-swatch:has(input[value="bordeaux"]) .color-swatch__image,
.color-swatch:has(input[value="Burgundy"]) .color-swatch__image,
.color-swatch:has(input[value="Bourgogne"]) .color-swatch__image,
.color-swatch:has(input[value="بوردو"]) .color-swatch__image,
.color-swatch:has(input[value="Bordo"]) .color-swatch__image,
.color-swatch:has(input[value="Vino"]) .color-swatch__image {
  background-color: #881337 !important;
}

/* ROSE / PINK / وردي */
.color-swatch:has(input[value="Rose"]) .color-swatch__image,
.color-swatch:has(input[value="rose"]) .color-swatch__image,
.color-swatch:has(input[value="Pink"]) .color-swatch__image,
.color-swatch:has(input[value="pink"]) .color-swatch__image,
.color-swatch:has(input[value="وردي"]) .color-swatch__image,
.color-swatch:has(input[value="Rosa"]) .color-swatch__image,
.color-swatch:has(input[value="Pink"]) .color-swatch__image,
.color-swatch:has(input[value="زهري"]) .color-swatch__image {
  background-color: #F472B6 !important;
}

/* ROSE POUDRÉ / DUSTY PINK / وردي باودر */
.color-swatch:has(input[value="Rose poudré"]) .color-swatch__image,
.color-swatch:has(input[value="Dusty Pink"]) .color-swatch__image,
.color-swatch:has(input[value="Powder Pink"]) .color-swatch__image,
.color-swatch:has(input[value="وردي باودر"]) .color-swatch__image,
.color-swatch:has(input[value="وردي فاتح"]) .color-swatch__image {
  background-color: #E8B4B8 !important;
}

/* FUCHSIA / فوشيا */
.color-swatch:has(input[value="Fuchsia"]) .color-swatch__image,
.color-swatch:has(input[value="fuchsia"]) .color-swatch__image,
.color-swatch:has(input[value="فوشيا"]) .color-swatch__image,
.color-swatch:has(input[value="Fucsia"]) .color-swatch__image {
  background-color: #C026D3 !important;
}

/* VIOLET / PURPLE / بنفسجي */
.color-swatch:has(input[value="Violet"]) .color-swatch__image,
.color-swatch:has(input[value="violet"]) .color-swatch__image,
.color-swatch:has(input[value="Purple"]) .color-swatch__image,
.color-swatch:has(input[value="بنفسجي"]) .color-swatch__image,
.color-swatch:has(input[value="Morado"]) .color-swatch__image,
.color-swatch:has(input[value="Lila"]) .color-swatch__image,
.color-swatch:has(input[value="Viola"]) .color-swatch__image,
.color-swatch:has(input[value="Roxo"]) .color-swatch__image {
  background-color: #7C3AED !important;
}

/* VIOLET FONCÉ / DARK PURPLE / بنفسجي غامق */
.color-swatch:has(input[value="Violet foncé"]) .color-swatch__image,
.color-swatch:has(input[value="Dark Purple"]) .color-swatch__image,
.color-swatch:has(input[value="البنفسجي الغامق"]) .color-swatch__image,
.color-swatch:has(input[value="بنفسجي غامق"]) .color-swatch__image,
.color-swatch:has(input[value="Dunkelviolett"]) .color-swatch__image {
  background-color: #4B0082 !important;
}

/* LAVANDE / LAVENDER / لافندر */
.color-swatch:has(input[value="Lavande"]) .color-swatch__image,
.color-swatch:has(input[value="Lavender"]) .color-swatch__image,
.color-swatch:has(input[value="لافندر"]) .color-swatch__image,
.color-swatch:has(input[value="Lavanda"]) .color-swatch__image {
  background-color: #C4B5FD !important;
}

/* VERT / GREEN / أخضر */
.color-swatch:has(input[value="Vert"]) .color-swatch__image,
.color-swatch:has(input[value="vert"]) .color-swatch__image,
.color-swatch:has(input[value="Green"]) .color-swatch__image,
.color-swatch:has(input[value="green"]) .color-swatch__image,
.color-swatch:has(input[value="أخضر"]) .color-swatch__image,
.color-swatch:has(input[value="Verde"]) .color-swatch__image,
.color-swatch:has(input[value="Grün"]) .color-swatch__image {
  background-color: #16A34A !important;
}

/* VERT FONCÉ / DARK GREEN / أخضر داكن */
.color-swatch:has(input[value="Vert foncé"]) .color-swatch__image,
.color-swatch:has(input[value="Dark Green"]) .color-swatch__image,
.color-swatch:has(input[value="أخضر داكن"]) .color-swatch__image,
.color-swatch:has(input[value="Dunkelgrün"]) .color-swatch__image,
.color-swatch:has(input[value="Verde scuro"]) .color-swatch__image {
  background-color: #14532D !important;
}

/* KAKI / KHAKI / كاكي */
.color-swatch:has(input[value="Kaki"]) .color-swatch__image,
.color-swatch:has(input[value="kaki"]) .color-swatch__image,
.color-swatch:has(input[value="Khaki"]) .color-swatch__image,
.color-swatch:has(input[value="كاكي"]) .color-swatch__image,
.color-swatch:has(input[value="Caqui"]) .color-swatch__image {
  background-color: #6B7C45 !important;
}

/* OLIVE / زيتوني */
.color-swatch:has(input[value="Olive"]) .color-swatch__image,
.color-swatch:has(input[value="olive"]) .color-swatch__image,
.color-swatch:has(input[value="زيتوني"]) .color-swatch__image,
.color-swatch:has(input[value="Oliva"]) .color-swatch__image,
.color-swatch:has(input[value="Oliv"]) .color-swatch__image {
  background-color: #5C5C1A !important;
}

/* MENTHE / MINT / نعناعي */
.color-swatch:has(input[value="Menthe"]) .color-swatch__image,
.color-swatch:has(input[value="Mint"]) .color-swatch__image,
.color-swatch:has(input[value="mint"]) .color-swatch__image,
.color-swatch:has(input[value="نعناعي"]) .color-swatch__image,
.color-swatch:has(input[value="Menta"]) .color-swatch__image {
  background-color: #6EE7B7 !important;
}

/* TURQUOISE / تركواز */
.color-swatch:has(input[value="Turquoise"]) .color-swatch__image,
.color-swatch:has(input[value="turquoise"]) .color-swatch__image,
.color-swatch:has(input[value="تركواز"]) .color-swatch__image,
.color-swatch:has(input[value="Turquesa"]) .color-swatch__image,
.color-swatch:has(input[value="Türkis"]) .color-swatch__image {
  background-color: #0891B2 !important;
}

/* MARRON / BROWN / بني */
.color-swatch:has(input[value="Marron"]) .color-swatch__image,
.color-swatch:has(input[value="marron"]) .color-swatch__image,
.color-swatch:has(input[value="Brown"]) .color-swatch__image,
.color-swatch:has(input[value="brown"]) .color-swatch__image,
.color-swatch:has(input[value="بني"]) .color-swatch__image,
.color-swatch:has(input[value="Marrón"]) .color-swatch__image,
.color-swatch:has(input[value="Braun"]) .color-swatch__image,
.color-swatch:has(input[value="Marrone"]) .color-swatch__image,
.color-swatch:has(input[value="Castanho"]) .color-swatch__image {
  background-color: #6B3A2A !important;
}

/* CARAMEL / CAMEL / كراميل */
.color-swatch:has(input[value="Caramel"]) .color-swatch__image,
.color-swatch:has(input[value="caramel"]) .color-swatch__image,
.color-swatch:has(input[value="Camel"]) .color-swatch__image,
.color-swatch:has(input[value="camel"]) .color-swatch__image,
.color-swatch:has(input[value="كراميل"]) .color-swatch__image,
.color-swatch:has(input[value="كاميل"]) .color-swatch__image,
.color-swatch:has(input[value="Camello"]) .color-swatch__image {
  background-color: #C19A6B !important;
}

/* CURRY / كري */
.color-swatch:has(input[value="Curry"]) .color-swatch__image,
.color-swatch:has(input[value="curry"]) .color-swatch__image,
.color-swatch:has(input[value="كري"]) .color-swatch__image {
  background-color: #C8922A !important;
}

/* ORANGE / برتقالي */
.color-swatch:has(input[value="Orange"]) .color-swatch__image,
.color-swatch:has(input[value="orange"]) .color-swatch__image,
.color-swatch:has(input[value="برتقالي"]) .color-swatch__image,
.color-swatch:has(input[value="Naranja"]) .color-swatch__image,
.color-swatch:has(input[value="Arancione"]) .color-swatch__image,
.color-swatch:has(input[value="Laranja"]) .color-swatch__image {
  background-color: #EA580C !important;
}

/* JAUNE / YELLOW / أصفر */
.color-swatch:has(input[value="Jaune"]) .color-swatch__image,
.color-swatch:has(input[value="jaune"]) .color-swatch__image,
.color-swatch:has(input[value="Yellow"]) .color-swatch__image,
.color-swatch:has(input[value="yellow"]) .color-swatch__image,
.color-swatch:has(input[value="أصفر"]) .color-swatch__image,
.color-swatch:has(input[value="Amarillo"]) .color-swatch__image,
.color-swatch:has(input[value="Gelb"]) .color-swatch__image,
.color-swatch:has(input[value="Giallo"]) .color-swatch__image,
.color-swatch:has(input[value="Amarelo"]) .color-swatch__image {
  background-color: #EAB308 !important;
}

/* CRÈME / CREAM / كريمي */
.color-swatch:has(input[value="Crème"]) .color-swatch__image,
.color-swatch:has(input[value="Creme"]) .color-swatch__image,
.color-swatch:has(input[value="Cream"]) .color-swatch__image,
.color-swatch:has(input[value="cream"]) .color-swatch__image,
.color-swatch:has(input[value="كريمي"]) .color-swatch__image,
.color-swatch:has(input[value="Crema"]) .color-swatch__image {
  background-color: #FFF8DC !important;
  border: 1px solid #ddd !important;
}

/* CORAIL / CORAL / مرجاني */
.color-swatch:has(input[value="Corail"]) .color-swatch__image,
.color-swatch:has(input[value="Coral"]) .color-swatch__image,
.color-swatch:has(input[value="coral"]) .color-swatch__image,
.color-swatch:has(input[value="مرجاني"]) .color-swatch__image,
.color-swatch:has(input[value="Koralle"]) .color-swatch__image {
  background-color: #FF6B6B !important;
}

/* SAUMON / SALMON / سالمون */
.color-swatch:has(input[value="Saumon"]) .color-swatch__image,
.color-swatch:has(input[value="Salmon"]) .color-swatch__image,
.color-swatch:has(input[value="salmon"]) .color-swatch__image,
.color-swatch:has(input[value="سالمون"]) .color-swatch__image,
.color-swatch:has(input[value="Salmón"]) .color-swatch__image,
.color-swatch:has(input[value="Salmone"]) .color-swatch__image {
  background-color: #FA8072 !important;
}

/* OR / GOLD / ذهبي */
.color-swatch:has(input[value="Or"]) .color-swatch__image,
.color-swatch:has(input[value="Gold"]) .color-swatch__image,
.color-swatch:has(input[value="gold"]) .color-swatch__image,
.color-swatch:has(input[value="ذهبي"]) .color-swatch__image,
.color-swatch:has(input[value="Oro"]) .color-swatch__image,
.color-swatch:has(input[value="Gold"]) .color-swatch__image {
  background-color: #D4AF37 !important;
}

/* ARGENT / SILVER / فضي */
.color-swatch:has(input[value="Argent"]) .color-swatch__image,
.color-swatch:has(input[value="Silver"]) .color-swatch__image,
.color-swatch:has(input[value="silver"]) .color-swatch__image,
.color-swatch:has(input[value="فضي"]) .color-swatch__image,
.color-swatch:has(input[value="Plata"]) .color-swatch__image,
.color-swatch:has(input[value="Argento"]) .color-swatch__image,
.color-swatch:has(input[value="Silber"]) .color-swatch__image {
  background-color: #C0C0C0 !important;
}

/* TAUPE / تاوب */
.color-swatch:has(input[value="Taupe"]) .color-swatch__image,
.color-swatch:has(input[value="taupe"]) .color-swatch__image,
.color-swatch:has(input[value="تاوب"]) .color-swatch__image {
  background-color: #8B7D6B !important;
}

/* TERRACOTTA / تيراكوتا */
.color-swatch:has(input[value="Terracotta"]) .color-swatch__image,
.color-swatch:has(input[value="terracotta"]) .color-swatch__image,
.color-swatch:has(input[value="Terre cuite"]) .color-swatch__image,
.color-swatch:has(input[value="تيراكوتا"]) .color-swatch__image {
  background-color: #C0603A !important;
}

/* MULTICOLORE / MULTICOLOR / متعدد الألوان */
.color-swatch:has(input[value="Multicolore"]) .color-swatch__image,
.color-swatch:has(input[value="Multicolor"]) .color-swatch__image,
.color-swatch:has(input[value="متعدد الألوان"]) .color-swatch__image {
  background: linear-gradient(135deg,
    #ff0000 0%, #ff7700 16.6%,
    #ffff00 33.3%, #00cc00 50%,
    #0000ff 66.6%, #8b00ff 83.3%,
    #ff0000 100%) !important;
}
/* قهوي شوكلاط / CHOCOLATE BROWN */
.color-swatch:has(input[value="قهوي شوكلاط"]) .color-swatch__image,
.color-swatch:has(input[value="Chocolat"]) .color-swatch__image,
.color-swatch:has(input[value="Chocolate"]) .color-swatch__image,
.color-swatch:has(input[value="chocolate"]) .color-swatch__image {
  background-color: #3D1A08 !important;
}

/* ازرق كحلي / NAVY BLUE */
.color-swatch:has(input[value="ازرق كحلي"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق كحلي"]) .color-swatch__image {
  background-color: #001F5B !important;
}

/* جملي (بني بيج) / CAMEL BEIGE */
.color-swatch:has(input[value="جملي (بني بيج)"]) .color-swatch__image,
.color-swatch:has(input[value="جملي"]) .color-swatch__image,
.color-swatch:has(input[value="Chameau"]) .color-swatch__image {
  background-color: #C19A6B !important;
}

/* كَرونة / CHERRY DARK RED */
.color-swatch:has(input[value="كَرونة"]) .color-swatch__image,
.color-swatch:has(input[value="كرونة"]) .color-swatch__image,
.color-swatch:has(input[value="Cerise"]) .color-swatch__image,
.color-swatch:has(input[value="Cherry"]) .color-swatch__image {
  background-color: #990000 !important;
}

/* ازرق ملكي / ROYAL BLUE */
.color-swatch:has(input[value="ازرق ملكي"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق ملكي"]) .color-swatch__image,
.color-swatch:has(input[value="Bleu royal"]) .color-swatch__image,
.color-swatch:has(input[value="Royal Blue"]) .color-swatch__image {
  background-color: #1A1AE6 !important;
}

/* خضر ملكي / ROYAL GREEN */
.color-swatch:has(input[value="خضر ملكي"]) .color-swatch__image,
.color-swatch:has(input[value="أخضر ملكي"]) .color-swatch__image,
.color-swatch:has(input[value="Vert royal"]) .color-swatch__image,
.color-swatch:has(input[value="Royal Green"]) .color-swatch__image,
.color-swatch:has(input[value="Emerald"]) .color-swatch__image,
.color-swatch:has(input[value="Émeraude"]) .color-swatch__image {
  background-color: #093d01ff !important;
}

/* عوز فوشيا / FUCHSIA */
.color-swatch:has(input[value="غوز فوشيا"]) .color-swatch__image,
.color-swatch:has(input[value="Fuchsia"]) .color-swatch__image,
.color-swatch:has(input[value="fuchsia"]) .color-swatch__image,
.color-swatch:has(input[value="فوشيا"]) .color-swatch__image,
.color-swatch:has(input[value="Fucsia"]) .color-swatch__image {
  background-color: #ff00a6ff !important;
}

/* زرق سماوي / SKY BLUE */
.color-swatch:has(input[value="زرق سماوي"]) .color-swatch__image,
.color-swatch:has(input[value="زرق سماوي"]) .color-swatch__image,
.color-swatch:has(input[value="أزرق سماوي"]) .color-swatch__image,
.color-swatch:has(input[value="Bleu ciel"]) .color-swatch__image,
.color-swatch:has(input[value="Blue ciel"]) .color-swatch__image,
.color-swatch:has(input[value="Sky Blue"]) .color-swatch__image {
  background-color: #87CEEB !important;
}
/* / Marron claire  */
.color-swatch:has(input[value="بني فاتح"]) .color-swatch__image,
.color-swatch:has(input[value="Marron Clair"]) .color-swatch__image,
.color-swatch:has(input[value="Marron clair"]) .color-swatch__image{
  background-color: #a8835eff !important;
}
/* خضر نايك / NIKE GREEN / NEON GREEN */
.color-swatch:has(input[value="خضر نايك"]) .color-swatch__image,
.color-swatch:has(input[value="أخضر نايك"]) .color-swatch__image,
.color-swatch:has(input[value="Vert Nike"]) .color-swatch__image,
.color-swatch:has(input[value="Neon Green"]) .color-swatch__image,
.color-swatch:has(input[value="Vert fluo"]) .color-swatch__image,
.color-swatch:has(input[value="Lime"]) .color-swatch__image {
  background-color: #16aba9ff !important;
}

/* Caramel */
.color-swatch:has(input[value="Caramel"]) .color-swatch__image,
.color-swatch:has(input[value="caramel"]) .color-swatch__image,
.color-swatch:has(input[value="كراميل"]) .color-swatch__image {
  background-color: #C68642 !important;
}

/* Gris */
.color-swatch:has(input[value="Gris"]) .color-swatch__image,
.color-swatch:has(input[value="gris"]) .color-swatch__image,
.color-swatch:has(input[value="Grey"]) .color-swatch__image,
.color-swatch:has(input[value="Gray"]) .color-swatch__image,
.color-swatch:has(input[value="كري"]) .color-swatch__image,
.color-swatch:has(input[value="رمادي"]) .color-swatch__image {
  background-color: #808080 !important;
}
/* Restore the strikethrough line to the compare-at price */
span.price_compare-price,
span.price_compare-price s,
span.price_compare-price .price-item--regular {
    text-decoration: line-through !important;
    opacity: 0.6; /* Makes it slightly faded so the active price stands out */
}
/* 1. Force the button background to be pure white */
button#_rsi-cod-form-modal-close,
button._rsi-modal-close-button {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Strip any sneaky background colors from the SVG icon itself */
button#_rsi-cod-form-modal-close svg {
    background: transparent !important;
    background-color: transparent !important;
}

/* 3. Keep your beautiful rose color for the "X" */
button#_rsi-cod-form-modal-close svg path:not([fill="none"]) {
    fill: rgba(201, 132, 138, 1) !important; 
}
svg path:nth-child(1) {
    fill: rgb(255 255 255 / 30%) !important;
}
button.splide__arrow.color-inverse svg path {
    fill: #002147 !important;
    stroke: #002147 !important;
}/* Force the quantity plus/minus buttons to be visible and dark blue */
.quantity__button, 
button[name="plus"], 
button[name="minus"] {
    color: #002147 !important; 
    display: flex !important; 
    opacity: 1 !important;
}

/* Ensure the SVG icons inside them are dark blue */
.quantity__button svg, 
.quantity__button svg path,
button[name="plus"] svg path, 
button[name="minus"] svg path {
    fill: #002147 !important;
    stroke: #002147 !important;
}
/* FORCING SVG VISIBILITY AND COLOR */
  .yc-social-icons a svg,
  .yc-social-icons a svg path {
    fill: #002147 !important; /* Force le logo en bleu marine */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: fill 0.4s ease;
  }

  /* Changement de couleur de l'icône au survol */
  .yc-social-icons a:hover svg,
  .yc-social-icons a:hover svg path {
    fill: #c9848a !important; /* L'icône devient rose */
  }
  /* Force the rating stars to be visible and ignore global SVG wave rules */


/* Ensure the background (empty) stars stay grey */
.rating-stars__container--underlay svg,
.rating-stars__container--underlay svg path {
    fill: #FFCC00 !important; 
    color: #FFCC00 !important;
}
