/** Shopify CDN: Minification failed

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

**/
:root {
  --custom-page-bg: #f4ddea;
  --custom-standard-width: 1180px;
  --custom-compact-width: 980px;
  --custom-section-radius: 14px;
  --custom-image-radius: 12px;
  --custom-word-spacing: 2px;
  --custom-letter-spacing: 0px;
  --custom-card-radius: 12px;
  --custom-card-overlay-color: #000000;
  --custom-card-overlay-opacity: 0.08;
  --custom-card-content-button-gap: 14px;
  --custom-product-card-image-position: 50% 50%;
  --custom-product-card-image-origin: center center;
  --custom-product-card-image-zoom: 1.08;
  --custom-product-card-bottom-padding: 35px;
  --custom-text-block-gap: 35px;
  --custom-button-font-size: 14px;
  --custom-full-width-padding: 50px;
  --custom-side-padding: clamp(16px, 3vw, 26px);
  --custom-slider-arrow-size: 44px;
  --custom-slider-arrow-bg: #ffffff;
  --custom-slider-arrow-color: #333333;
  --custom-slider-arrow-border: rgba(0, 0, 0, 0.08);
  --custom-slider-arrow-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.custom-page-scope {
  font-family: inherit;
  word-spacing: var(--custom-word-spacing);
  letter-spacing: var(--custom-letter-spacing);
}

.custom-page-scope :where(h1, h2, h3, h4, h5, h6, p, a, button, span, div) {
  word-spacing: var(--custom-word-spacing);
  letter-spacing: var(--custom-letter-spacing);
}

.custom-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom-container--full {
  max-width: none;
}

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

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

.custom-section {
  padding-left: var(--custom-side-padding);
  padding-right: var(--custom-side-padding);
  background: var(--custom-page-bg);
}

.custom-section:has(> .custom-container--full) {
  padding-left: var(--custom-full-width-padding);
  padding-right: var(--custom-full-width-padding);
}

#header-group #header-component .header__row {
  padding-left: calc(var(--custom-full-width-padding) + 15px);
  padding-right: calc(var(--custom-full-width-padding) + 15px);
}

.custom-section__inner {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--custom-section-radius);
  overflow: hidden;
  box-sizing: border-box;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 25px 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: var(--custom-button-font-size, inherit);
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.custom-page-scope .custom-button {
  font-size: var(--custom-button-font-size, 14px) !important;
}

.custom-button:hover {
  transform: translateY(-1px);
}

.custom-image-columns .custom-button,
.custom-image-with-text .custom-button {
  min-height: auto;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.2;
}

.custom-section .custom-button:not(.custom-product-card__button):not(.custom-product-card__buy-button):not(.custom-slider-arrow) {
  line-height: 1.2;
}

@media screen and (min-width: 750px) {
  .custom-section .custom-button:not(.custom-product-card__button):not(.custom-product-card__buy-button):not(.custom-slider-arrow) {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media screen and (max-width: 749px) {
  .custom-section .custom-button:not(.custom-product-card__button):not(.custom-product-card__buy-button):not(.custom-slider-arrow) {
    min-height: auto;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: min(var(--custom-button-font-size, 14px), 13px) !important;
    line-height: 1.2;
  }
}

.custom-slider-arrow,
.custom-hero-slider__arrow,
.custom-featured-collection__arrow,
.custom-switchable-image-text__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--custom-slider-arrow-size) !important;
  height: var(--custom-slider-arrow-size) !important;
  min-width: var(--custom-slider-arrow-size);
  min-height: var(--custom-slider-arrow-size);
  padding: 0 !important;
  border: 1px solid var(--custom-slider-arrow-border) !important;
  border-radius: 999px !important;
  background: var(--custom-slider-arrow-bg) !important;
  box-shadow: var(--custom-slider-arrow-shadow);
  color: var(--custom-slider-arrow-color) !important;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%) !important;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.custom-slider-arrow :where(svg, span),
.custom-hero-slider__arrow :where(svg, span),
.custom-featured-collection__arrow :where(svg, span),
.custom-switchable-image-text__arrow :where(svg, span) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 1;
}

.custom-switchable-image-text__arrow svg {
  width: 14px !important;
  height: 14px !important;
}

.custom-slider-arrow:hover,
.custom-slider-arrow:active,
.custom-slider-arrow:focus,
.custom-hero-slider__arrow:hover,
.custom-hero-slider__arrow:active,
.custom-hero-slider__arrow:focus,
.custom-featured-collection__arrow:hover,
.custom-featured-collection__arrow:active,
.custom-featured-collection__arrow:focus,
.custom-switchable-image-text__arrow:hover,
.custom-switchable-image-text__arrow:active,
.custom-switchable-image-text__arrow:focus {
  background: var(--custom-slider-arrow-bg) !important;
  color: var(--custom-slider-arrow-color) !important;
  transform: translateY(-50%) !important;
}

.custom-hero-slider__arrow--prev,
.custom-featured-collection__arrow--prev,
.custom-switchable-image-text__arrow--prev {
  left: 16px !important;
}

.custom-hero-slider__arrow--next,
.custom-featured-collection__arrow--next,
.custom-switchable-image-text__arrow--next {
  right: 16px !important;
}

.custom-section__inner:hover :where(.custom-hero-slider__arrow, .custom-featured-collection__arrow, .custom-switchable-image-text__arrow--desktop),
.custom-section__inner:focus-within :where(.custom-hero-slider__arrow, .custom-featured-collection__arrow, .custom-switchable-image-text__arrow--desktop) {
  opacity: 1;
  pointer-events: auto;
}

.custom-scrollbar-hidden {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.custom-announcement {
  background: transparent !important;
  color: #8c8894;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.custom-announcement__viewport {
  position: relative;
  overflow: hidden;
  background: var(--custom-announcement-bg, rgba(255, 255, 255, 0.78)) !important;
  background-color: var(--custom-announcement-bg, rgba(255, 255, 255, 0.78)) !important;
  border-radius: inherit;
  isolation: isolate;
}

.custom-announcement__track {
  display: flex;
  width: max-content;
  background: transparent !important;
}

.custom-announcement[data-mode="switch"] .custom-announcement__track {
  width: 100%;
  min-height: 1.4em;
  align-items: center;
  justify-content: center;
  animation: none;
}

.custom-announcement[data-mode="marquee"][data-marquee-autoplay="true"] .custom-announcement__track {
  animation: custom-marquee var(--custom-announcement-speed, 24s) linear infinite;
}

.custom-announcement[data-mode="switch"] .custom-announcement__track {
  animation: none;
}

.custom-announcement__item {
  padding: 5px 24px;
  background: transparent !important;
}

.custom-announcement[data-mode="switch"] .custom-announcement__item {
  display: none;
  width: 100%;
  padding-left: 52px;
  padding-right: 52px;
  text-align: center;
  white-space: normal;
}

.custom-announcement[data-mode="switch"] .custom-announcement__item.is-active {
  display: block;
}

.custom-announcement__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.custom-announcement__arrow--prev {
  left: 12px;
}

.custom-announcement__arrow--next {
  right: 12px;
}

@keyframes custom-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.custom-hero-slider {
  display: block;
  position: relative;
  background: #e9d4df;
}

.custom-hero-slider__viewport {
  overflow: hidden;
  height: 100%;
}

.custom-hero-slider__track {
  display: flex;
  height: 100%;
  transition: transform 420ms ease;
}

.custom-hero-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: var(--custom-hero-height-desktop, clamp(360px, 48vw, 650px));
  overflow: hidden;
  background: #d8d6cf;
  isolation: isolate;
}

.custom-hero-slider[data-desktop-height-mode="original"] .custom-hero-slide {
  min-height: auto;
  aspect-ratio: var(--custom-hero-slide-ratio-desktop, 16 / 9);
}

.custom-hero-slide__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-hero-slide__media picture,
.custom-hero-slide__media source {
  display: contents;
}

.custom-hero-slide__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--custom-hero-position-desktop, center center);
}

.custom-hero-slide__media svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.custom-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(31, 44, 42, 0.12);
}

.custom-hero-slide__content {
  position: absolute;
  z-index: 1;
  left: var(--custom-hero-content-x, 75%);
  top: var(--custom-hero-content-y, 50%);
  width: min(520px, calc(100% - 40px));
  padding: clamp(28px, 4vw, 68px);
  transform: translate(-50%, -50%);
}

.custom-hero-slide__title,
.custom-hero-slide__text {
  margin: 0;
}

.custom-hero-slide__title {
  font-family: var(--font-heading--family, var(--font-paragraph--family, inherit));
  font-weight: 400;
  line-height: 1.08;
}

.custom-hero-slide__text {
  font-family: var(--font-paragraph--family, inherit);
  font-style: var(--font-paragraph--style, normal);
  font-weight: var(--font-paragraph--weight, 400);
  line-height: var(--font-paragraph--line-height, 1.5);
  text-transform: var(--font-paragraph--case, none);
}

.custom-hero-slide__title > *,
.custom-hero-slide__text > * {
  margin-top: 0;
  margin-bottom: 0;
}

.custom-hero-slide__title + .custom-hero-slide__text,
.custom-hero-slide__title + .custom-button {
  margin-top: var(--custom-hero-title-gap, 20px);
}

.custom-hero-slide__text + .custom-button {
  margin-top: 20px;
}

.custom-hero-slide__button-wrap {
  position: absolute;
  left: var(--custom-hero-button-x, 75%);
  top: var(--custom-hero-button-y, 62%);
  z-index: 2;
  max-width: calc(100% - 40px);
  transform: translate(-50%, -50%);
}

.custom-hero-slide__button[data-hover-enabled="true"]:hover,
.custom-hero-slide__button-wrap .custom-button[data-hover-enabled="true"]:hover,
.custom-hero-slide__content .custom-button[data-hover-enabled="true"]:hover {
  border-color: var(--custom-hero-button-hover-border, currentColor);
  background: var(--custom-hero-button-hover-bg, transparent);
  color: var(--custom-hero-button-hover-color, currentColor);
}

.custom-hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: var(--custom-hero-arrow-radius, 999px);
  background: var(--custom-hero-arrow-bg, rgba(255, 255, 255, 0.75));
  color: var(--custom-hero-arrow-color, #6f6c7a);
  font: inherit;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.custom-hero-slider:hover .custom-hero-slider__arrow {
  opacity: 1;
}

.custom-hero-slider__arrow:hover {
  background: var(--custom-hero-arrow-hover-bg, #ffffff);
  color: var(--custom-hero-arrow-hover-color, #6f6c7a);
}

.custom-hero-slider__arrow--prev {
  left: 16px;
}

.custom-hero-slider__arrow--next {
  right: 16px;
}

.custom-featured-collection {
  background: transparent;
}

.custom-featured-collection__carousel {
  position: relative;
}

.custom-featured-collection__grid {
  display: grid;
  grid-template-columns: repeat(var(--custom-columns-desktop, 3), minmax(0, 1fr));
  column-gap: var(--custom-product-card-column-gap, 16px);
  row-gap: var(--custom-product-card-row-gap, 25px);
}

.custom-featured-collection__grid--carousel-desktop {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - ((var(--custom-columns-desktop, 3) - 1) * var(--custom-product-card-column-gap, 16px))) / var(--custom-columns-desktop, 3));
  grid-template-columns: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 1px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.custom-featured-collection__grid--carousel-desktop.is-dragging,
.custom-featured-collection__grid--carousel-mobile.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.custom-featured-collection__grid--carousel-desktop.is-dragging *,
.custom-featured-collection__grid--carousel-mobile.is-dragging * {
  pointer-events: none;
}

.custom-featured-collection__grid--carousel-desktop > * {
  scroll-snap-align: start;
}

.custom-featured-collection__grid--carousel-mobile {
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.custom-featured-collection__arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 6;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(111, 108, 122, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #6f6c7a;
  font: inherit;
  cursor: pointer;
  transform: translateY(-50%);
}

.custom-featured-collection__arrow--prev {
  left: 8px;
}

.custom-featured-collection__arrow--next {
  right: 8px;
}

.custom-featured-collection__carousel--desktop-arrows .custom-featured-collection__arrow {
  display: inline-flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, background 160ms ease, color 160ms ease;
}

.custom-featured-collection__carousel--desktop-arrows:hover .custom-featured-collection__arrow,
.custom-featured-collection__carousel--desktop-arrows:focus-within .custom-featured-collection__arrow {
  opacity: 1;
  pointer-events: auto;
}

.custom-product-card {
  position: relative;
  aspect-ratio: var(--custom-card-aspect-ratio, 4 / 5);
  min-height: 0;
  border-radius: var(--custom-card-radius);
  overflow: hidden;
  background: #f8f5f7;
  color: var(--custom-card-title-color, #6f6c7a);
}

.custom-product-card__media,
.custom-product-card__image,
.custom-product-card__placeholder,
.custom-product-card__overlay,
.custom-product-card__link {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.custom-product-card__media {
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #e7d7e0;
}

.custom-product-card__image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: var(--custom-product-card-image-position, 50% 50%) !important;
  transform: scale(var(--custom-product-card-image-zoom, 1.08)) !important;
  transform-origin: var(--custom-product-card-image-origin, center center) !important;
  transition: opacity 350ms ease;
  border-radius: inherit;
  filter: none !important;
  opacity: 1;
  will-change: opacity, transform;
}

.custom-product-card__image--secondary {
  opacity: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
  .custom-product-card:hover .custom-product-card__image--secondary {
    opacity: 1 !important;
  }
}

.custom-product-card__placeholder {
  background: linear-gradient(135deg, #f8f5f7, #e7d7e0);
  border-radius: inherit;
}

.custom-product-card__overlay {
  z-index: 1;
  background: var(--custom-card-overlay-color);
  opacity: var(--custom-card-overlay-opacity);
  pointer-events: none;
  border-radius: inherit;
}

.custom-product-card__link {
  z-index: 2;
}

.custom-product-card__badge,
.custom-product-card__content,
.custom-product-card__button-wrap {
  position: absolute;
  pointer-events: none;
}

.custom-product-card__badge {
  top: 16px;
  right: 16px;
  z-index: 3;
  max-width: calc(100% - 32px);
  padding: 6px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--custom-card-badge-color, #8a8490);
  background: var(--custom-card-badge-bg, #f6f3f5);
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card__content {
  left: 20px;
  right: 20px;
  bottom: calc(var(--custom-card-button-height, 68px) + var(--custom-card-content-button-gap, 14px) + var(--custom-product-card-bottom-padding, 35px));
  z-index: 3;
}

.custom-product-card__rating {
  display: block;
  margin-bottom: 5px;
  min-height: 0;
  color: var(--custom-card-rating-color, #8f8995);
  font-size: 12px;
  letter-spacing: 0;
  word-spacing: 0;
}

.custom-product-card__rating:empty {
  display: none;
}

.custom-product-card__title {
  margin: 0;
  color: var(--custom-card-title-color, #6f6c7a) !important;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card__subtitle {
  margin: 2px 0 0;
  color: var(--custom-card-subtitle-color, #7b7684) !important;
  line-height: 1.2;
  word-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card__button-wrap {
  left: 20px;
  right: 20px;
  bottom: var(--custom-product-card-bottom-padding, 35px);
  z-index: 5;
  pointer-events: auto;
}

.custom-product-card__quick-add,
.custom-product-card__button-wrap product-form-component,
.custom-product-card__button-wrap form,
.custom-product-card__button-wrap add-to-cart-component {
  display: block;
  width: 100%;
}

.custom-product-card .custom-product-card__quick-add {
  --quick-add-display: flex;
  --quick-add-mobile-display: flex;
  --quick-add-mobile-opacity: 1;
  position: static;
  inset: auto;
  pointer-events: auto;
}

.custom-product-card .custom-product-card__quick-add[data-quick-add-button='choose'] add-to-cart-component {
  display: none;
}

.custom-product-card .custom-product-card__quick-add[data-quick-add-button='add'] .quick-add__button--choose {
  display: none;
}

.custom-product-card .custom-product-card__quick-add .quick-add__product-form-component,
.custom-product-card .custom-product-card__quick-add .shopify-product-form {
  height: auto;
}

.custom-product-card .custom-product-card__quick-add .shopify-product-form {
  display: block;
  align-items: initial;
  justify-content: initial;
  container-type: normal;
}

.custom-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  border: 1px solid var(--custom-card-button-border, #b8b0bc);
  border-radius: var(--custom-card-button-radius, 999px);
  background: var(--custom-card-button-bg, transparent);
  color: var(--custom-card-button-color, #6f6c7a);
  font-size: var(--custom-card-button-size, 12px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: var(--custom-card-button-padding-block, 25px) var(--custom-card-button-padding-inline, 16px);
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
  filter: none !important;
  text-shadow: none;
  transform: none !important;
  translate: 0 !important;
  scale: 1 !important;
}

.custom-product-card .custom-product-card__quick-add .custom-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  border: 1px solid var(--custom-card-button-border, #b8b0bc);
  border-radius: var(--custom-card-button-radius, 100px);
  background: var(--custom-card-button-bg, transparent);
  color: var(--custom-card-button-color, #6f6c7a);
  font-size: var(--custom-card-button-size, 12px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: var(--custom-card-button-padding-block, 25px) var(--custom-card-button-padding-inline, 16px);
  position: static;
  right: auto;
  bottom: auto;
  height: auto;
  opacity: 1 !important;
  pointer-events: auto;
  scale: 1;
  backdrop-filter: none;
  -webkit-text-fill-color: currentColor;
  filter: none !important;
  text-shadow: none;
  transform: none !important;
  translate: 0 !important;
}

.custom-product-card[data-button-hover="true"]:hover .custom-product-card__button {
  border-color: var(--custom-card-button-hover-border, var(--custom-card-button-border, #b8b0bc));
  background: var(--custom-card-button-hover-bg, var(--custom-card-button-bg, transparent));
  color: var(--custom-card-button-hover-color, var(--custom-card-button-color, #6f6c7a));
}

.custom-product-card[data-button-hover="true"]:hover .custom-product-card__button span,
.custom-product-card[data-button-hover="true"]:hover .custom-product-card__buy-prefix,
.custom-product-card[data-button-hover="true"]:hover .custom-product-card__buy-price {
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card__button:hover,
.custom-product-card__button:active,
.custom-product-card__button:focus,
.custom-product-card__button:focus-visible,
.custom-product-card .custom-product-card__quick-add .custom-product-card__button:hover,
.custom-product-card .custom-product-card__quick-add .custom-product-card__button:active,
.custom-product-card .custom-product-card__quick-add .custom-product-card__button:focus,
.custom-product-card .custom-product-card__quick-add .custom-product-card__button:focus-visible {
  transform: none !important;
  translate: 0 !important;
  scale: 1 !important;
  left: auto;
  right: auto;
}

.custom-product-card__button::before,
.custom-product-card__button::after,
.custom-product-card .custom-product-card__button *::before,
.custom-product-card .custom-product-card__button *::after {
  transform: none !important;
  translate: 0 !important;
}

.custom-product-card .custom-product-card__button .add-to-cart-text,
.custom-product-card .custom-product-card__button .add-to-cart-text__content,
.custom-product-card .custom-product-card__button .add-to-cart-text__content > span,
.custom-product-card .custom-product-card__button .add-to-cart-text__content > span > span,
.custom-product-card .custom-product-card__button span {
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor;
  filter: none !important;
  text-shadow: none;
}

.custom-product-card__button *,
.custom-product-card__button:hover *,
.custom-product-card__button:active *,
.custom-product-card__button:focus * {
  transform: none !important;
  translate: 0 !important;
  letter-spacing: inherit !important;
}

.custom-product-card .custom-product-card__button .add-to-cart-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  color: inherit !important;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

.custom-product-card .custom-product-card__button .add-to-cart-text__content {
  display: block;
  color: inherit !important;
  grid-template-columns: 1fr !important;
}

.custom-product-card .custom-product-card__button .add-to-cart-text__content > span > span {
  display: inline;
  padding-right: 0;
  opacity: 1 !important;
  filter: none !important;
  translate: 0 !important;
  transform: none !important;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card .custom-product-card__button .add-to-cart-icon,
.custom-product-card .custom-product-card__button .add-to-cart__added {
  display: none;
}

.custom-product-card__button--link {
  color: var(--custom-card-button-color, #6f6c7a);
}

.custom-product-card__buy-prefix {
  font-weight: 400;
  color: inherit !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card__buy-price {
  font-weight: 700;
  color: var(--custom-card-price-color, inherit) !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-text-fill-color: currentColor;
}

.custom-product-card[data-text-hover="true"]:hover .custom-product-card__title {
  color: var(--custom-card-title-hover-color, var(--custom-card-title-color, #6f6c7a)) !important;
}

.custom-product-card[data-text-hover="true"]:hover .custom-product-card__subtitle {
  color: var(--custom-card-subtitle-hover-color, var(--custom-card-subtitle-color, #7b7684)) !important;
}

.custom-product-card[data-text-hover="true"]:hover .custom-product-card__buy-price {
  color: var(--custom-card-price-hover-color, var(--custom-card-price-color, inherit)) !important;
}

.custom-product-card[data-text-hover="true"]:hover .custom-product-card__badge {
  color: var(--custom-card-badge-hover-color, var(--custom-card-badge-color, #8a8490)) !important;
}

@media (max-width: 749px) {
  .custom-product-card__image--secondary,
  .custom-product-card:hover .custom-product-card__image--secondary {
    opacity: 0 !important;
  }

  .custom-product-card[data-text-hover="true"]:hover .custom-product-card__title {
    color: var(--custom-card-title-color, #6f6c7a) !important;
  }

  .custom-product-card[data-text-hover="true"]:hover .custom-product-card__subtitle {
    color: var(--custom-card-subtitle-color, #7b7684) !important;
  }

  .custom-product-card[data-text-hover="true"]:hover .custom-product-card__buy-price {
    color: var(--custom-card-price-color, inherit) !important;
  }

  .custom-product-card[data-text-hover="true"]:hover .custom-product-card__badge {
    color: var(--custom-card-badge-color, #8a8490) !important;
  }

  .custom-product-card[data-button-hover="true"]:hover .custom-product-card__button,
  .custom-product-card[data-button-hover="true"] .custom-product-card__button:hover,
  .custom-product-card[data-button-hover="true"] .custom-product-card__button:active,
  .custom-product-card[data-button-hover="true"] .custom-product-card__button:focus {
    border-color: var(--custom-card-button-border, #b8b0bc) !important;
    background: var(--custom-card-button-bg, transparent) !important;
    color: var(--custom-card-button-color, #6f6c7a) !important;
    transform: none !important;
    translate: 0 !important;
    scale: 1 !important;
  }

  .custom-product-card[data-button-hover="true"]:hover .custom-product-card__button span,
  .custom-product-card[data-button-hover="true"]:hover .custom-product-card__buy-prefix,
  .custom-product-card[data-button-hover="true"]:hover .custom-product-card__buy-price {
    color: var(--custom-card-button-color, #6f6c7a) !important;
    -webkit-text-fill-color: currentColor;
  }
}

.custom-hover-switch {
  display: block;
  padding: clamp(24px, 4vw, 48px);
  background: var(--custom-hover-switch-bg, #f8f5f7);
}

.custom-hover-switch__panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
  animation: custom-fade 220ms ease;
}

.custom-hover-switch__panel.is-active {
  display: grid;
}

.custom-hover-switch--image-right .custom-hover-switch__media-wrap {
  order: 2;
}

.custom-hover-switch--image-right .custom-hover-switch__content {
  order: 1;
}

.custom-hover-switch__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: clamp(22px, 4vw, 46px);
  border-radius: var(--custom-image-radius);
  background: var(--custom-hover-switch-content-bg, transparent);
}

.custom-hover-switch__body {
  flex: 0 0 auto;
}

.custom-hover-switch__tabs {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  border-top: 1px solid rgba(111, 108, 122, 0.26);
}

.custom-hover-switch__tab {
  border: 0;
  border-bottom: 1px solid rgba(111, 108, 122, 0.26);
  padding: 14px 0;
  background: transparent;
  color: inherit;
  font-size: var(--custom-hover-switch-tab-size, inherit);
  text-align: left;
  cursor: pointer;
}

.custom-hover-switch__tab.is-active {
  font-weight: 700;
}

.custom-hover-switch__copy {
  display: flex;
  flex-direction: column;
  gap: var(--custom-text-block-gap);
}

.custom-hover-switch__title {
  font-size: var(--custom-hover-switch-title-size, inherit);
  line-height: 1.1;
}

.custom-hover-switch__text {
  font-size: var(--custom-hover-switch-text-size, inherit);
}

.custom-page-scope .custom-hover-switch .custom-button {
  font-size: var(--custom-hover-switch-button-size, var(--custom-button-font-size, 14px)) !important;
}

.custom-hover-switch__copy > * {
  margin-top: 0;
  margin-bottom: 0;
}

.custom-hover-switch__media {
  aspect-ratio: var(--custom-hover-switch-image-ratio, 1 / 1);
  overflow: hidden;
  border-radius: var(--custom-image-radius);
  background: var(--custom-hover-switch-media-bg, #e7d7e0);
}

.custom-hover-switch__media img,
.custom-image-columns__image img,
.custom-image-with-text__image img,
.custom-image-with-text__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes custom-fade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.custom-image-columns {
  padding: clamp(24px, 4vw, 40px);
  background: #f8f5f7;
}

.custom-product-image-text-section > .custom-container,
.custom-map-info-section > .custom-container,
.custom-image-text-slider-section > .custom-container,
.custom-switchable-image-text-section > .custom-container {
  box-sizing: border-box;
}

.custom-product-image-text-section .custom-section__inner,
.custom-map-info-section .custom-section__inner,
.custom-image-text-slider-section .custom-section__inner,
.custom-switchable-image-text-section .custom-section__inner {
  width: 100%;
}

.custom-image-columns__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.custom-image-columns__title {
  margin: 0;
  font-size: var(--custom-image-columns-title-size, inherit);
  line-height: 1.1;
  white-space: normal;
}

.custom-image-columns__title :where(p, h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.custom-image-columns__grid {
  display: grid;
  grid-template-columns: repeat(var(--custom-columns-desktop, 3), minmax(0, 1fr));
  gap: var(--custom-image-columns-gap, 14px);
}

.custom-image-columns__grid--carousel {
  scroll-snap-type: x mandatory;
}

.custom-image-columns__grid {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-image-columns__grid::-webkit-scrollbar {
  display: none;
}

.custom-image-columns__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: var(--custom-image-radius);
  background: #e7d7e0;
}

.custom-product-image-text {
  display: grid;
  grid-template-columns: var(--custom-product-image-text-image-ratio, 1fr) var(--custom-product-image-text-gap, 32px) var(--custom-product-image-text-content-ratio, 1fr);
  gap: 0;
  padding: 0;
  background: transparent;
}

.custom-product-image-text--image-right {
  grid-template-columns: var(--custom-product-image-text-content-ratio, 1fr) var(--custom-product-image-text-gap, 32px) var(--custom-product-image-text-image-ratio, 1fr);
}

.custom-product-image-text::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  background: var(--custom-product-image-text-bg, transparent);
}

.custom-product-image-text .custom-product-image-text__media {
  grid-column: 1;
}

.custom-product-image-text .custom-product-image-text__content {
  grid-column: 3;
}

.custom-product-image-text--image-right .custom-product-image-text__media {
  grid-column: 3;
}

.custom-product-image-text--image-right .custom-product-image-text__content {
  grid-column: 1;
}

.custom-product-image-text__media {
  aspect-ratio: var(--custom-product-image-text-media-ratio, 1 / 1);
  overflow: hidden;
  border-radius: var(--custom-image-radius);
  background: var(--custom-product-image-text-media-bg, #e7d7e0);
}

.custom-product-image-text__media picture,
.custom-product-image-text__media img,
.custom-product-image-text__media svg {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-product-image-text__media img {
  object-fit: cover;
}

.custom-product-image-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 58px);
  background: var(--custom-product-image-text-content-bg, #fff);
  border-radius: var(--custom-image-radius);
  color: var(--custom-product-image-text-text-color, inherit);
}

.custom-product-image-text__item + .custom-product-image-text__item {
  margin-top: var(--custom-text-block-gap);
  padding-top: var(--custom-text-block-gap);
  border-top: var(--custom-product-image-text-divider-width, 1px) solid var(--custom-product-image-text-divider, #d8cbd3);
}

.custom-product-image-text__title {
  margin: 0 0 14px;
  color: var(--custom-product-image-text-title-color, inherit);
  font-size: var(--custom-product-image-text-title-size, inherit);
  font-weight: 700;
  line-height: 1.15;
}

.custom-product-image-text__text {
  color: inherit;
  font-size: var(--custom-product-image-text-text-size, inherit);
}

.custom-product-image-text__text :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 1em;
}

.custom-product-image-text__text :where(p:last-child, ul:last-child, ol:last-child) {
  margin-bottom: 0;
}

.custom-map-info {
  display: grid;
  grid-template-columns: minmax(0, calc(var(--custom-map-info-text-ratio, 40) * 1%)) var(--custom-map-info-gap, 36px) minmax(0, 1fr);
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.custom-map-info::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  background: var(--custom-map-info-bg, transparent);
}

.custom-map-info__content {
  grid-column: 1;
  min-width: 0;
}

.custom-map-info__title {
  margin: 0 0 var(--custom-text-block-gap);
  color: var(--custom-map-info-title-color, inherit);
  font-size: var(--custom-map-info-title-size, inherit);
  font-weight: 700;
  line-height: 1.12;
}

.custom-map-info__items {
  display: flex;
  flex-direction: column;
  gap: var(--custom-map-info-item-gap, 28px);
}

.custom-map-info__item {
  display: grid;
  grid-template-columns: var(--custom-map-info-icon-size, 34px) minmax(0, 1fr);
  gap: var(--custom-map-info-icon-gap, 16px);
  align-items: start;
}

.custom-map-info__icon {
  width: var(--custom-map-info-icon-size, 34px);
  height: var(--custom-map-info-icon-size, 34px);
}

.custom-map-info__icon img,
.custom-map-info__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-map-info__item-title {
  margin: 0 0 8px;
  color: var(--custom-map-info-heading-color, inherit);
  font-size: var(--custom-map-info-heading-size, inherit);
  font-weight: 700;
  line-height: 1.2;
}

.custom-map-info__item-copy :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 1em;
}

.custom-map-info__item-copy :where(p:last-child, ul:last-child, ol:last-child) {
  margin-bottom: 0;
}

.custom-map-info__map {
  grid-column: 3;
  min-width: 0;
  height: var(--custom-map-info-map-height, 460px);
  overflow: hidden;
  border-radius: var(--custom-map-info-map-radius, var(--custom-image-radius));
  background: #e7d7e0;
}

.custom-map-info__map iframe,
.custom-map-info__map img,
.custom-map-info__map a,
.custom-map-info__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.custom-map-info__map iframe {
  border: 0;
}

.custom-map-info__map img {
  object-fit: cover;
}

.custom-map-info__placeholder {
  background: linear-gradient(135deg, rgba(255,255,255,0.55), rgba(255,255,255,0.18));
}

.custom-image-with-text {
  display: grid;
  grid-template-columns: var(--custom-text-ratio, 1fr) var(--custom-image-ratio, 1fr);
  background: #f8f5f7;
}

.custom-image-with-text--image-left {
  grid-template-columns: var(--custom-image-ratio, 1fr) var(--custom-text-ratio, 1fr);
}

.custom-image-with-text__content {
  min-height: 410px;
  padding: clamp(28px, 5vw, 68px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: var(--custom-image-with-text-content-align, center);
  gap: var(--custom-text-block-gap);
}

.custom-image-with-text__content--start {
  padding-top: 30px;
}

.custom-image-with-text__content--end {
  padding-bottom: 30px;
}

.custom-image-with-text__title {
  margin: 0;
  font-size: var(--custom-image-with-text-title-size, inherit);
  line-height: 1.1;
}

.custom-image-with-text__text {
  margin: 0;
  font-size: var(--custom-image-with-text-text-size, inherit);
}

.custom-image-with-text__image {
  min-height: 410px;
  overflow: hidden;
}

.custom-switchable-image-text {
  display: block;
  position: relative;
  padding: 0;
  background: transparent;
}

.custom-switchable-image-text__list {
  display: grid;
  gap: var(--custom-switchable-group-gap, 48px);
}

.custom-switchable-image-text[data-mode="carousel"] .custom-switchable-image-text__item {
  display: none;
}

.custom-switchable-image-text[data-mode="carousel"] .custom-switchable-image-text__item.is-active {
  display: grid;
}

.custom-switchable-image-text__item {
  display: grid;
  grid-template-columns:
    minmax(0, var(--custom-switchable-image-ratio, 1fr))
    minmax(0, var(--custom-switchable-content-ratio, 1fr));
  gap: var(--custom-switchable-gap, 32px);
  align-items: stretch;
}

.custom-switchable-image-text--image-right .custom-switchable-image-text__media {
  order: 2;
}

.custom-switchable-image-text--image-right .custom-switchable-image-text__content {
  order: 1;
}

.custom-switchable-image-text__media,
.custom-switchable-image-text__content {
  min-width: 0;
  border-radius: var(--custom-image-radius);
  overflow: hidden;
}

.custom-switchable-image-text__media {
  position: relative;
  aspect-ratio: var(--custom-switchable-media-ratio, 1 / 1);
  height: var(--custom-switchable-media-height, auto);
  background: var(--custom-switchable-media-bg, #eee5ea);
}

.custom-switchable-image-text__media img,
.custom-switchable-image-text__media video,
.custom-switchable-image-text__media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-switchable-image-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(24px, 4vw, 48px);
  background: var(--custom-switchable-content-bg, #ffffff);
}

.custom-switchable-image-text__group-title {
  margin: 0 0 clamp(18px, 3vw, 36px);
  font-size: clamp(20px, 4vw, var(--custom-switchable-group-title-size, 28px));
  font-weight: 700;
  line-height: 1.12;
}

.custom-switchable-image-text__text-grid {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

.custom-switchable-image-text__text-grid--split {
  justify-content: stretch;
}

.custom-switchable-image-text__text-block {
  min-height: 0;
}

.custom-switchable-image-text__text-grid--split .custom-switchable-image-text__text-block {
  display: flex;
  flex: 1 1 0;
  align-items: center;
}

.custom-switchable-image-text__text-grid--split .custom-switchable-image-text__text-block + .custom-switchable-image-text__text-block {
  border-top: var(--custom-switchable-divider-width, 1px) solid var(--custom-switchable-divider, #d8ccd4);
}

.custom-switchable-image-text__text-block-inner {
  width: 100%;
  padding: 15px;
}

.custom-switchable-image-text__title {
  margin: 0 0 12px;
  font-size: clamp(18px, 3vw, var(--custom-switchable-title-size, 28px));
  font-weight: 700;
  line-height: 1.15;
}

.custom-switchable-image-text__text {
  font-size: clamp(13px, 1.3vw, var(--custom-switchable-text-size, 15px));
  line-height: 1.5;
}

.custom-switchable-image-text__text :where(p, ul, ol) {
  margin-top: 0;
  margin-bottom: 1em;
}

.custom-switchable-image-text__text :where(p:last-child, ul:last-child, ol:last-child) {
  margin-bottom: 0;
}

.custom-switchable-image-text__arrow,
.custom-switchable-image-text__arrow.custom-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--custom-slider-arrow-size) !important;
  height: var(--custom-slider-arrow-size) !important;
  min-width: var(--custom-slider-arrow-size) !important;
  min-height: var(--custom-slider-arrow-size) !important;
  padding: 0 !important;
  border: 1px solid var(--custom-slider-arrow-border) !important;
  border-radius: 999px !important;
  background: var(--custom-slider-arrow-bg) !important;
  box-shadow: var(--custom-slider-arrow-shadow) !important;
  color: var(--custom-slider-arrow-color) !important;
  font: inherit;
  font-size: 24px !important;
  line-height: 1 !important;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%) !important;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.custom-switchable-image-text__arrow svg,
.custom-switchable-image-text__arrow span {
  display: block;
  width: 14px !important;
  height: 14px !important;
  line-height: 1;
}

.custom-switchable-image-text__arrow:hover,
.custom-switchable-image-text__arrow:focus,
.custom-switchable-image-text__arrow:active {
  background: var(--custom-slider-arrow-bg) !important;
  color: var(--custom-slider-arrow-color) !important;
  transform: translateY(-50%) !important;
}

.custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop {
  display: inline-flex !important;
  opacity: 0;
  pointer-events: none;
}

.custom-switchable-image-text:hover > .custom-switchable-image-text__arrow--desktop,
.custom-switchable-image-text:focus-within > .custom-switchable-image-text__arrow--desktop {
  opacity: 1;
  pointer-events: auto;
}

.custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop.custom-switchable-image-text__arrow--prev {
  left: 16px !important;
  right: auto !important;
}

.custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop.custom-switchable-image-text__arrow--next {
  right: 16px !important;
  left: auto !important;
}

.custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media screen and (max-width: 989px) {
  .custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .custom-switchable-image-text__media {
    position: relative;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile {
    display: inline-flex !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 6 !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-switchable-image-text__arrow--prev {
    left: 12px !important;
    right: auto !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-switchable-image-text__arrow--next {
    right: 12px !important;
    left: auto !important;
  }

  .custom-switchable-image-text__content .custom-switchable-image-text__arrow--mobile,
  .custom-switchable-image-text > .custom-switchable-image-text__arrow--mobile {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media screen and (min-width: 990px) {
  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.custom-image-with-text--image-left .custom-image-with-text__image {
  order: 1;
}

.custom-image-with-text--image-left .custom-image-with-text__content {
  order: 2;
}

@media screen and (min-width: 990px) and (max-width: 1439px) {
  .custom-hero-slide__content {
    left: 50%;
    width: min(var(--custom-hero-content-width, 520px), calc(100% - 56px)) !important;
    max-width: calc(100% - 56px);
    padding: clamp(22px, 3vw, 48px);
    transform: translate(-50%, -50%);
  }

  .custom-hero-slide__button-wrap {
    left: 50%;
    max-width: calc(100% - 56px);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  :root {
    --custom-slider-arrow-size: 40px;
  }

  .custom-hero-slide__content {
    left: 50%;
    top: clamp(38%, var(--custom-hero-content-y, 50%), 62%);
    width: min(var(--custom-hero-content-width, 520px), calc(100% - 48px)) !important;
    max-width: calc(100% - 48px);
    padding: clamp(20px, 3vw, 38px);
    transform: translate(-50%, -50%);
  }

  .custom-hero-slide__button-wrap {
    left: 50%;
    top: clamp(42%, var(--custom-hero-button-y, 62%), 72%);
    max-width: calc(100% - 48px);
    transform: translate(-50%, -50%);
  }

  .custom-switchable-image-text__title {
    font-size: clamp(18px, 3vw, min(var(--custom-switchable-title-size, 28px), 26px));
  }

  .custom-switchable-image-text__text {
    font-size: min(var(--custom-switchable-text-size, 15px), 14px);
  }
}

@media (max-width: 900px) {
  .custom-featured-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 20px;
  }

  .custom-featured-collection__grid--carousel-desktop:not(.custom-featured-collection__grid--carousel-mobile) {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .custom-featured-collection__carousel--desktop-arrows .custom-featured-collection__arrow {
    display: none;
  }

  .custom-featured-collection__grid--carousel-mobile {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 42vw);
    grid-template-columns: none;
    column-gap: 14px;
    row-gap: 20px;
    overflow-x: auto;
  }

  .custom-featured-collection__grid--carousel-mobile > * {
    scroll-snap-align: start;
  }

  .custom-featured-collection__grid--carousel-mobile ~ .custom-featured-collection__arrow {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
  }

  .custom-product-card__badge {
    top: 12px;
    right: 12px;
    max-width: calc(100% - 24px);
    padding: 5px 9px;
    font-size: 9px !important;
  }

  .custom-product-card__content {
    left: 14px;
    right: 14px;
  }

  .custom-product-card__button-wrap {
    left: 14px;
    right: 14px;
    bottom: min(var(--custom-product-card-bottom-padding, 35px), 16px);
  }

  .custom-product-card__title {
    font-size: clamp(11px, 1.45vw, 13px) !important;
  }

  .custom-product-card__subtitle {
    font-size: clamp(9px, 1.2vw, 10px) !important;
  }

  .custom-product-card .custom-product-card__quick-add .custom-product-card__button,
  .custom-product-card__button {
    font-size: clamp(10px, 1.2vw, 11px) !important;
  }

  .custom-hero-slide__title {
    font-size: min(6vw, 52px) !important;
  }

  .custom-hero-slide__text {
    font-size: 15px !important;
  }

  .custom-page-scope .custom-hero-slide .custom-button {
    font-size: var(--custom-button-font-size, 14px) !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .custom-hero-slide__content {
    left: 50%;
    top: clamp(35%, var(--custom-hero-content-y, 50%), 65%);
    width: min(var(--custom-hero-content-width, 520px), calc(100% - 56px)) !important;
    max-width: calc(100% - 56px);
    padding: clamp(22px, 3vw, 44px);
    transform: translate(-50%, -50%);
  }

  .custom-hero-slide__button-wrap {
    left: 50%;
    top: clamp(40%, var(--custom-hero-button-y, 62%), 75%);
    transform: translate(-50%, -50%);
  }

  .custom-hover-switch,
  .custom-hover-switch__panel,
  .custom-product-image-text,
  .custom-product-image-text--image-right,
  .custom-map-info,
  .custom-image-with-text,
  .custom-image-with-text--image-left {
    grid-template-columns: 1fr;
  }

  .custom-hover-switch--image-right .custom-hover-switch__media-wrap,
  .custom-hover-switch__media-wrap {
    order: 1;
  }

  .custom-hover-switch--image-right .custom-hover-switch__content,
  .custom-hover-switch__content {
    order: 2;
    min-height: auto;
  }

  .custom-hover-switch__tabs {
    margin-top: var(--custom-text-block-gap);
  }

  .custom-image-with-text--image-left .custom-image-with-text__image,
  .custom-image-with-text--image-left .custom-image-with-text__content {
    order: initial;
  }

  .custom-product-image-text--image-right .custom-product-image-text__media,
  .custom-product-image-text__media {
    order: 1;
  }

  .custom-product-image-text--image-right .custom-product-image-text__content,
  .custom-product-image-text__content {
    order: 2;
  }

  .custom-product-image-text {
    gap: clamp(18px, 4vw, 28px);
  }

  .custom-product-image-text__content {
    padding: 28px 22px 34px;
  }

  .custom-product-image-text__title {
    font-size: min(var(--custom-product-image-text-title-size, 28px), 30px);
  }

  .custom-product-image-text__text {
    font-size: min(var(--custom-product-image-text-text-size, 15px), 15px);
  }

  .custom-hover-switch__title {
    font-size: min(var(--custom-hover-switch-title-size, 34px), 32px);
  }

  .custom-hover-switch__text {
    font-size: min(var(--custom-hover-switch-text-size, 15px), 15px);
  }

  .custom-hover-switch__tab {
    font-size: min(var(--custom-hover-switch-tab-size, 14px), 14px);
  }

  .custom-switchable-image-text__title {
    font-size: clamp(18px, 4vw, min(var(--custom-switchable-title-size, 28px), 28px));
  }

  .custom-switchable-image-text__text {
    font-size: min(var(--custom-switchable-text-size, 15px), 14px);
  }

  .custom-map-info {
    gap: 28px;
  }

  .custom-map-info__title {
    font-size: min(var(--custom-map-info-title-size, 36px), 34px);
  }

  .custom-map-info__item-title {
    font-size: min(var(--custom-map-info-heading-size, 16px), 15px);
  }
}

@media screen and (max-width: 749px) {
  :root {
    --custom-slider-arrow-size: 36px;
  }

  .custom-hero-slide__title,
  .custom-hero-slide__title :where(*) {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  .custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop {
    display: none;
  }

  .custom-switchable-image-text__media .custom-switchable-image-text__arrow--mobile {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
  }

  .custom-switchable-image-text__media .custom-switchable-image-text__arrow--prev {
    left: 12px !important;
  }

  .custom-switchable-image-text__media .custom-switchable-image-text__arrow--next {
    right: 12px !important;
  }

  .custom-switchable-image-text__media .custom-switchable-image-text__arrow svg {
    width: 13px !important;
    height: 13px !important;
  }

  .custom-switchable-image-text__media {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 640px) {
  .custom-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom-section:has(> .custom-container--full) {
    padding-left: 16px;
    padding-right: 16px;
  }

  #header-group #header-component .header__row {
    padding-left: 16px;
    padding-right: 16px;
  }

  .custom-button {
    min-height: 34px;
    max-width: 100%;
    white-space: normal;
  }

  .custom-page-scope :where(h1, h2, h3, h4, h5, h6):not(.custom-product-card__title) {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: min(24px, 1em);
  }

  .custom-page-scope :where(p, li):not(.custom-product-card__subtitle) {
    font-size: min(14px, 1em);
  }

  .custom-announcement {
    font-size: min(var(--custom-announcement-text-size, 14px), 12px) !important;
  }

  .custom-hero-slide {
    min-height: var(--custom-hero-height-mobile, 430px);
  }

  .custom-hero-slider[data-mobile-height-mode="original"] .custom-hero-slide {
    min-height: auto;
    aspect-ratio: var(--custom-hero-slide-ratio-mobile, var(--custom-hero-slide-ratio-desktop, 4 / 5));
  }

  .custom-hero-slide__media img {
    object-position: var(--custom-hero-position-mobile, center center);
  }

  .custom-hero-slide__content {
    left: 50%;
    top: 50%;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px);
    padding: 24px 20px 28px;
    text-align: center !important;
  }

  .custom-hero-slide__title {
    font-size: 32px !important;
    line-height: 1.12;
  }

  .custom-hero-slide__text {
    font-size: 14px !important;
    line-height: 1.45;
  }

  .custom-page-scope .custom-hero-slide .custom-button {
    font-size: 13px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .custom-hero-slider__arrow {
    opacity: 1;
  }

  .custom-hero-slide__button-wrap {
    left: 50%;
    top: calc(50% + 118px);
    max-width: calc(100% - 32px);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .custom-featured-collection__grid:not(.custom-featured-collection__grid--carousel-mobile) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 14px;
  }

  .custom-featured-collection__grid--carousel-mobile {
    grid-auto-columns: minmax(236px, 78vw);
    column-gap: 12px;
    row-gap: 14px;
  }

  .custom-product-card {
    display: block;
    aspect-ratio: var(--custom-card-aspect-ratio, 4 / 5);
    min-height: 0;
    overflow: hidden;
  }

  .custom-product-card__media {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
  }

  .custom-product-card__image,
  .custom-product-card__placeholder,
  .custom-product-card__overlay {
    position: absolute;
    inset: 0;
  }

  .custom-product-card__link {
    inset: 0;
    aspect-ratio: auto;
    height: 100%;
  }

  .custom-product-card__content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: calc(34px + var(--custom-card-content-button-gap, 10px) + clamp(14px, 5vw, var(--custom-product-card-bottom-padding, 35px)));
    padding: 0;
  }

  .custom-product-card__button-wrap {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: clamp(14px, 5vw, var(--custom-product-card-bottom-padding, 35px));
    padding: 0;
    margin-top: 0;
  }

  .custom-product-card .custom-product-card__quick-add .custom-product-card__button,
  .custom-product-card__button {
    width: 100%;
    padding: 8px 10px;
    font-size: 11px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .custom-product-card .custom-product-card__button .add-to-cart-text {
    display: inline-flex;
    min-width: 0;
    overflow: hidden;
  }

  .custom-product-card__title {
    font-size: 13px !important;
    -webkit-line-clamp: 2;
    color: var(--custom-card-title-color, #6f6c7a);
  }

  .custom-product-card__subtitle {
    font-size: 11px !important;
  }

  .custom-product-card__badge {
    font-size: 9px !important;
  }

  .custom-image-columns__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .custom-image-columns__title {
    font-size: clamp(18px, 6vw, min(var(--custom-image-columns-title-size, 32px), 30px));
  }

  .custom-image-columns__grid {
    display: flex;
    gap: var(--custom-image-columns-gap, 12px);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .custom-image-columns__image {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .custom-product-image-text,
  .custom-switchable-image-text {
    padding: 16px;
  }

  .custom-switchable-image-text[data-mode="stack"] .custom-switchable-image-text__item {
    display: none;
  }

  .custom-switchable-image-text[data-mode="stack"] .custom-switchable-image-text__item.is-active {
    display: grid;
  }

  .custom-switchable-image-text__content {
    padding: 24px 18px 28px;
  }

  .custom-switchable-image-text > .custom-switchable-image-text__arrow--desktop {
    display: none;
  }

  .custom-switchable-image-text__media .custom-switchable-image-text__arrow--mobile {
    display: inline-flex;
    opacity: 1;
    pointer-events: auto;
  }

  .custom-switchable-image-text__text-grid--split .custom-switchable-image-text__text-block {
    flex-basis: auto;
    padding-block: 18px;
  }

  .custom-product-image-text__content {
    padding: 24px 18px 28px;
  }

  .custom-product-image-text__title {
    font-size: clamp(18px, 6vw, 24px) !important;
  }

  .custom-product-image-text__text {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .custom-map-info__title {
    font-size: clamp(22px, 7vw, 28px) !important;
  }

  .custom-map-info__item-title,
  .custom-map-info__item-copy {
    font-size: 14px !important;
  }

  .custom-product-image-text__item + .custom-product-image-text__item {
    margin-top: 24px;
    padding-top: 24px;
  }

  .custom-map-info {
    padding: 24px 18px;
  }

  .custom-map-info__item {
    grid-template-columns: min(var(--custom-map-info-icon-size, 34px), 30px) minmax(0, 1fr);
  }

  .custom-map-info__icon {
    width: min(var(--custom-map-info-icon-size, 34px), 30px);
    height: min(var(--custom-map-info-icon-size, 34px), 30px);
  }

  .custom-map-info__map {
    height: min(var(--custom-map-info-map-height, 460px), 360px);
  }

  .custom-image-with-text__content {
    min-height: auto;
    padding: 28px 22px 34px;
  }

  .custom-image-with-text__title {
    font-size: clamp(20px, 6vw, min(var(--custom-image-with-text-title-size, 32px), 30px));
  }

  .custom-image-with-text__text {
    font-size: min(var(--custom-image-with-text-text-size, 16px), 14px);
  }

  .custom-hover-switch__content {
    padding: 22px 18px;
  }

  .custom-hover-switch__title {
    font-size: clamp(20px, 6vw, min(var(--custom-hover-switch-title-size, 32px), 28px));
  }

  .custom-hover-switch__text {
    font-size: min(var(--custom-hover-switch-text-size, 16px), 15px);
  }

  .custom-hover-switch__tab {
    font-size: min(var(--custom-hover-switch-tab-size, 14px), 14px);
  }

  .custom-page-scope .custom-hover-switch .custom-button {
    font-size: min(var(--custom-hover-switch-button-size, var(--custom-button-font-size, 14px)), 14px) !important;
  }

  .custom-image-with-text__image {
    min-height: 310px;
  }
}

.custom-section__inner .custom-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--custom-slider-arrow-size) !important;
  height: var(--custom-slider-arrow-size) !important;
  min-width: var(--custom-slider-arrow-size) !important;
  min-height: var(--custom-slider-arrow-size) !important;
  padding: 0 !important;
  border: 1px solid var(--custom-slider-arrow-border) !important;
  border-radius: 999px !important;
  background: var(--custom-slider-arrow-bg) !important;
  box-shadow: var(--custom-slider-arrow-shadow) !important;
  color: var(--custom-slider-arrow-color) !important;
  font: inherit;
  font-size: 24px !important;
  line-height: 1 !important;
  text-align: center;
  transform: translateY(-50%) !important;
}

.custom-section__inner .custom-slider-arrow--prev {
  left: 16px !important;
}

.custom-section__inner .custom-slider-arrow--next {
  right: 16px !important;
}

.custom-section__inner .custom-slider-arrow:hover,
.custom-section__inner .custom-slider-arrow:active,
.custom-section__inner .custom-slider-arrow:focus {
  background: var(--custom-slider-arrow-bg) !important;
  color: var(--custom-slider-arrow-color) !important;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 989px) {
  .custom-product-image-text,
  .custom-map-info {
    grid-template-columns: 1fr;
  }

  .custom-product-image-text::before,
  .custom-map-info::before {
    display: none;
  }

  .custom-product-image-text .custom-product-image-text__media,
  .custom-product-image-text .custom-product-image-text__content,
  .custom-map-info__content,
  .custom-map-info__map {
    grid-column: 1;
  }
}

@media screen and (max-width: 749px) {
  .custom-switchable-image-text {
    padding: 16px;
  }

  .custom-switchable-image-text__item,
  .custom-switchable-image-text[data-mode="stack"] .custom-switchable-image-text__item {
    grid-template-columns: 1fr;
    gap: clamp(18px, 4vw, 28px);
  }

  .custom-switchable-image-text--image-right .custom-switchable-image-text__media,
  .custom-switchable-image-text__media {
    order: 1;
    width: 100%;
    height: auto;
  }

  .custom-switchable-image-text--image-right .custom-switchable-image-text__content,
  .custom-switchable-image-text__content {
    order: 2;
    min-height: auto;
    padding: 24px 18px 28px;
    overflow: visible;
  }
}

.custom-switchable-image-text-section .custom-switchable-image-text {
  padding: 0 !important;
  background: transparent !important;
}

.custom-switchable-image-text-section .custom-switchable-image-text__item {
  display: grid;
  width: 100%;
  grid-template-columns:
    minmax(0, var(--custom-switchable-image-ratio, 1fr))
    var(--custom-switchable-gap, 32px)
    minmax(0, var(--custom-switchable-content-ratio, 1fr));
  gap: 0 !important;
  align-items: stretch;
  background: transparent !important;
}

.custom-switchable-image-text-section .custom-switchable-image-text__item::before {
  content: "";
  grid-column: 2;
  grid-row: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--custom-switchable-bg, transparent);
  pointer-events: none;
}

.custom-switchable-image-text-section .custom-switchable-image-text__media {
  grid-column: 1;
  grid-row: 1;
  order: initial !important;
}

.custom-switchable-image-text-section .custom-switchable-image-text__content {
  grid-column: 3;
  grid-row: 1;
  order: initial !important;
}

.custom-switchable-image-text-section
  .custom-switchable-image-text--image-right
  .custom-switchable-image-text__item {
  grid-template-columns:
    minmax(0, var(--custom-switchable-content-ratio, 1fr))
    var(--custom-switchable-gap, 32px)
    minmax(0, var(--custom-switchable-image-ratio, 1fr));
}

.custom-switchable-image-text-section
  .custom-switchable-image-text--image-right
  .custom-switchable-image-text__content {
  grid-column: 1;
  grid-row: 1;
  order: initial !important;
}

.custom-switchable-image-text-section
  .custom-switchable-image-text--image-right
  .custom-switchable-image-text__media {
  grid-column: 3;
  grid-row: 1;
  order: initial !important;
}

.custom-switchable-image-text-section .custom-switchable-image-text__media {
  aspect-ratio: var(--custom-switchable-media-ratio, 1 / 1) !important;
  height: auto !important;
  min-height: 0 !important;
}

.custom-switchable-image-text-section .custom-switchable-image-text__media img,
.custom-switchable-image-text-section .custom-switchable-image-text__media video,
.custom-switchable-image-text-section .custom-switchable-image-text__media svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 749px) {
  .custom-switchable-image-text-section .custom-switchable-image-text__item,
  .custom-switchable-image-text-section
    .custom-switchable-image-text[data-mode="stack"]
    .custom-switchable-image-text__item,
  .custom-switchable-image-text-section
    .custom-switchable-image-text--image-right
    .custom-switchable-image-text__item {
    grid-template-columns: 1fr !important;
    gap: var(--custom-switchable-gap, 24px) !important;
  }

  .custom-switchable-image-text-section .custom-switchable-image-text__item::before {
    display: none !important;
  }

  .custom-switchable-image-text-section .custom-switchable-image-text__media,
  .custom-switchable-image-text-section
    .custom-switchable-image-text--image-right
    .custom-switchable-image-text__media {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: 1 !important;
  }

  .custom-switchable-image-text-section .custom-switchable-image-text__content,
  .custom-switchable-image-text-section
    .custom-switchable-image-text--image-right
    .custom-switchable-image-text__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    order: 2 !important;
  }

  @media screen and (max-width: 989px) {
  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: #4f4b55 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(-50%) !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow svg {
    width: 15px !important;
    height: 15px !important;
    display: block !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow svg path {
    stroke: currentColor !important;
    stroke-width: 1.6 !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-switchable-image-text__arrow--prev {
    left: 14px !important;
    right: auto !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-switchable-image-text__arrow--next {
    right: 14px !important;
    left: auto !important;
  }

  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow:hover,
  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow:focus,
  .custom-switchable-image-text__media > .custom-switchable-image-text__arrow--mobile.custom-slider-arrow:active {
    background: rgba(255, 255, 255, 0.96) !important;
    color: #4f4b55 !important;
    transform: translateY(-50%) !important;
  }
}.custom-product-card {
  position: relative;
}

.custom-product-card__link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  text-decoration: none;
}

.custom-product-card__media,
.custom-product-card__overlay {
  pointer-events: none;
}

.custom-product-card__content,
.custom-product-card__badge {
  pointer-events: none;
}

.custom-product-card__button-wrap,
.custom-product-card__button-wrap * {
  position: relative;
  z-index: 6;
  pointer-events: auto;
}