/** Shopify CDN: Minification failed

Line 4811:1 Expected identifier but found "."
Line 5051:0 Unexpected "}"

**/
@charset "UTF-8";
/* Color custom properties */
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");

:root {
  --color-error: 235, 87, 87;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
}
@media(max-width:400px){
  #current-date-time{
    font-size:12px
  }
}
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-foreground-title: var(--color-title-text);
  --color-background: var(--color-base-background-1);
  --color-background-section-border: var(--color-section-border);
  --color-background-input: var(--color-base-background-input);
  --color-border-input: var(--color-base-border-input);
  --color-border-input-hover: var(--color-hover-border-input);
  --color-announcement-bar: var(--color-announcement-bar-background);
  --color-link: var(--color-base-text);
  --alpha-link: 0.5;
  --color-button: var(--color-base-button-background);
  --color-button-text: var(--color-base-solid-button-labels);
  --color-button-secondary: var(--color-base-outline-button-labels);
  --color-button-secondary-text: var(--color-secondary-button-labels);
  --color-button-tertiary: var(--color-tertiary-button-background);
  --color-button-tertiary-text: var(--color-tertiary-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-overlay: var(--color-overlay-background);
  --color-social: 0, 0, 0;
  --color-placeholder-input: 0, 0, 0;
  --alpha-placeholder-input: 0.5;
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-foreground-title: var(--color-title-text);
  --color-background: var(--color-base-background-2);
  --color-social: 0, 0, 0;
  --color-button-secondary: 255, 255, 255;
}

.color-background-3 {
  --color-background: var(--color-base-background-3);
  --color-foreground: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-button: 0, 0, 0;
  --color-button-text: 255, 255, 255;
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --color-social: 255, 255, 255;
}

.color-background-4 {
  --color-background: var(--color-base-background-4);
  --color-foreground: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-button: var(--color-base-solid-button-labels);
  --color-button-text: var(--color-base-button-background);
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --alpha-button-border: 0.3;
  --color-social: 255, 255, 255;
}

.color-background-5 {
  --color-background: var(--color-base-background-5);
  --color-social: 0, 0, 0;
}

.color-inverse {
  --color-foreground: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-background: var(--color-base-text);
  --color-background-input: var(--color-base-text);
  --color-button: var(--color-base-solid-button-labels);
  --color-button-text: var(--color-base-button-background);
  --color-button-secondary: 255, 255, 255;
  --color-card-hover: var(--color-base-background-1);
  --alpha-button-border: 0.3;
  --color-social: 255, 255, 255;
  --color-border-input: 255, 255, 255;
  --color-border: 150, 150, 150;
  --color-border-input-hover: 232, 232, 232;
  --alpha-link: 0.5;
  --color-button-secondary-text: 255, 255, 255;
  --alpha-button-background: 1;
  --color-overlay: 31, 31, 31;
  --color-background-card: 31, 31, 31;
  --color-accent: 255, 255, 255;
  --color-base-border-input: 255, 255, 255;
  --color-placeholder-input: 255, 255, 255;
  --alpha-placeholder-input: 1;
}

.color-background-w {
  background-color: #ffffff;
}

.color-background-2,
.color-inverse {
  --color-link: var(--color-foreground);
  --alpha-link: 0.5;
}

.color-background-2,
.color-inverse {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

/* Dark Mode */
[data-scheme=dark] {
  --color-background: 33, 33, 33;
  --color-base-background-2: 23, 23, 23;
  --color-base-background-4: 33, 33, 33;
  --color-foreground: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-background-input: 0, 0, 0;
  --color-border-input: 67, 67, 67;
  --color-border-input-hover: 255, 255, 255;
  --color-border: 67, 67, 67;
  --color-announcement-bar: 0, 0, 0;
  --color-announcement-bar-background-1: 0, 0, 0;
  --color-announcement-bar-background-2: 0, 0, 0;
  --color-link: 255, 255, 255;
  --alpha-link: 0.5;
  --color-button: 255, 255, 255;
  --color-button-text: 0, 0, 0;
  --color-button-secondary: 37, 37, 37;
  --color-button-secondary-text: 255, 255, 255;
  --color-button-tertiary: 56, 56, 56;
  --color-button-tertiary-text: 255, 255, 255;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --color-social: 255, 255, 255;
  --color-accent: 191, 191, 191;
  --color-base-border-input: 255, 255, 255;
  --color-placeholder-input: 255, 255, 255;
}
[data-scheme=dark] .color-background-1,
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-3,
[data-scheme=dark] .color-background-4 {
  --color-foreground: 255, 255, 255;
  --color-foreground-title: 255, 255, 255;
  --color-social: 255, 255, 255;
  --color-button: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-button-text: 0, 0, 0;
  --color-button-secondary: 255, 255, 255;
  --color-button-secondary-text: 0, 0, 0;
  --color-border-input: 67, 67, 67;
  --color-border-input-hover: 255, 255, 255;
  --color-background-input: 0, 0, 0;
  --color-placeholder-input: 255, 255, 255;
}
[data-scheme=dark] .color-background-1 {
  --color-background: 33, 33, 33;
}
[data-scheme=dark] .color-background-3 {
  --color-background: 23, 23, 23;
}
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-5,
[data-scheme=dark] .color-inverse {
  --color-background: 23, 23, 23;
  --color-base-background-2: 23, 23, 23;
  --color-button-secondary: 255, 255, 255;
  --color-background-input: 0, 0, 0;
  --color-link: 255, 255, 255;
}
[data-scheme=dark] .image-parallax.color-background-3 {
  --color-button: 0, 0, 0;
  --color-button-text: 255, 255, 255;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
[data-scheme=dark] .image-parallax__button.button--secondary .icon-button-arrow {
  color: rgb(var(--color-background));
}
[data-scheme=dark] .steps-section + .testimonials-section > .color-background-2,
[data-scheme=dark] .about-section.color-background-2 {
  --color-background: 28, 28, 28;
}
[data-scheme=dark] .badge,
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(var(--color-base-background-1));
}
[data-scheme=dark] .collection-popular-card .card-information__wrapper > *,
[data-scheme=dark] .collection-product-list .card-information__wrapper > *,
[data-scheme=dark] .collection-results--products .card-information__wrapper > *,
[data-scheme=dark] .product-recommendations__product .card-information__wrapper > *,
[data-scheme=dark] .search-modal .card-horizontal__information > *,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price__regular,
[data-scheme=dark] .predictive-search__results-list_products .card-information__wrapper > * {
  color: #fff;
}
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
  text-decoration-color: #fff;
}
[data-scheme=dark] .collection-popular-card .card-wrapper,
[data-scheme=dark] .collection-product-list .card-wrapper:not(.card-wrapper-page),
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper,
[data-scheme=dark] .search-modal .search__items-item,
[data-scheme=dark] .search-modal .card-horizontal-wrapper,
[data-scheme=dark] .predictive-search__results-list_products .card-wrapper {
  background-color: rgb(33, 33, 33);
}
[data-scheme=dark] .product-slider .swiper-buttons:before,
[data-scheme=dark] .featured-products .swiper-buttons:before {
  background-color: rgb(var(--color-base-button-background), 0.7);
}
[data-scheme=dark] .product-slider .swiper-button-next,
[data-scheme=dark] .product-slider .swiper-button-prev,
[data-scheme=dark] .product-slider .swiper-pagination,
[data-scheme=dark] .featured-products .swiper-button-next,
[data-scheme=dark] .featured-products .swiper-button-prev,
[data-scheme=dark] .featured-products .swiper-pagination {
  color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .featured-products__button .button--primary {
  background-color: rgb(var(--color-base-button-background));
  color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__button .button--secondary {
  background-color: rgb(var(--color-base-outline-button-labels));
  color: rgb(var(--color-secondary-button-labels));
}
[data-scheme=dark] .filters__item:not(.filters__item_active),
[data-scheme=dark] .predictive-search__result-tab:not(.active) {
  opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span,
[data-scheme=dark] .predictive-search__result-tab:not(.active) span {
  color: #000;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button-text));
}
[data-scheme=dark] .footer.color-background-1 .disclosure__button,
[data-scheme=dark] .footer.color-background-1 .disclosure__list, [data-scheme=dark] .footer.color-background-2 .disclosure__button,
[data-scheme=dark] .footer.color-background-2 .disclosure__list, [data-scheme=dark] .footer.color-background-3 .disclosure__button,
[data-scheme=dark] .footer.color-background-3 .disclosure__list, [data-scheme=dark] .footer.color-background-4 .disclosure__button,
[data-scheme=dark] .footer.color-background-4 .disclosure__list, [data-scheme=dark] .footer.color-background-5 .disclosure__button,
[data-scheme=dark] .footer.color-background-5 .disclosure__list {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
[data-scheme=dark] .footer.color-background-1 .disclosure__link, [data-scheme=dark] .footer.color-background-2 .disclosure__link, [data-scheme=dark] .footer.color-background-3 .disclosure__link, [data-scheme=dark] .footer.color-background-4 .disclosure__link, [data-scheme=dark] .footer.color-background-5 .disclosure__link {
  color: #000;
}
[data-scheme=dark] .footer.color-background-1 .field__input, [data-scheme=dark] .footer.color-background-2 .field__input, [data-scheme=dark] .footer.color-background-3 .field__input, [data-scheme=dark] .footer.color-background-4 .field__input, [data-scheme=dark] .footer.color-background-5 .field__input {
  background-color: #FFFFFF;
  color: #000;
  border: 0.1rem solid #fff;
}
[data-scheme=dark] .footer.color-background-1 .field__label,
[data-scheme=dark] .footer.color-background-1 .disclosure__list, [data-scheme=dark] .footer.color-background-2 .field__label,
[data-scheme=dark] .footer.color-background-2 .disclosure__list, [data-scheme=dark] .footer.color-background-3 .field__label,
[data-scheme=dark] .footer.color-background-3 .disclosure__list, [data-scheme=dark] .footer.color-background-4 .field__label,
[data-scheme=dark] .footer.color-background-4 .disclosure__list, [data-scheme=dark] .footer.color-background-5 .field__label,
[data-scheme=dark] .footer.color-background-5 .disclosure__list {
  color: #000;
}
[data-scheme=dark] .footer.color-background-1 .field__input::placeholder, [data-scheme=dark] .footer.color-background-2 .field__input::placeholder, [data-scheme=dark] .footer.color-background-3 .field__input::placeholder, [data-scheme=dark] .footer.color-background-4 .field__input::placeholder, [data-scheme=dark] .footer.color-background-5 .field__input::placeholder {
  color: black;
}
[data-scheme=dark] .footer.color-background-1 .newsletter__button, [data-scheme=dark] .footer.color-background-2 .newsletter__button, [data-scheme=dark] .footer.color-background-3 .newsletter__button, [data-scheme=dark] .footer.color-background-4 .newsletter__button, [data-scheme=dark] .footer.color-background-5 .newsletter__button {
  color: #fff;
  background-color: #000;
}
[data-scheme=dark] .footer.color-inverse .field__input {
  border: 0.1rem solid rgb(var(--color-border));
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] {
    --color-background: 33, 33, 33;
    --color-base-background-2: 23, 23, 23;
    --color-base-background-4: 33, 33, 33;
    --color-foreground: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-background-input: 0, 0, 0;
    --color-border-input: 67, 67, 67;
    --color-border-input-hover: 255, 255, 255;
    --color-border: 67, 67, 67;
    --color-announcement-bar: 0, 0, 0;
    --color-announcement-bar-background-1: 0, 0, 0;
    --color-announcement-bar-background-2: 0, 0, 0;
    --color-link: 255, 255, 255;
    --alpha-link: 0.5;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
    --color-button-secondary: 37, 37, 37;
    --color-button-secondary-text: 255, 255, 255;
    --color-button-tertiary: 56, 56, 56;
    --color-button-tertiary-text: 255, 255, 255;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-social: 255, 255, 255;
    --color-accent: 191, 191, 191;
    --color-base-border-input: 255, 255, 255;
    --color-placeholder-input: 255, 255, 255;
  }
  [data-scheme=auto] .color-background-1,
[data-scheme=auto] .color-background-2,
[data-scheme=auto] .color-background-3,
[data-scheme=auto] .color-background-4 {
    --color-foreground: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-social: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-button-text: 0, 0, 0;
    --color-button-secondary: 255, 255, 255;
    --color-button-secondary-text: 0, 0, 0;
    --color-border-input: 67, 67, 67;
    --color-border-input-hover: 255, 255, 255;
    --color-background-input: 0, 0, 0;
    --color-placeholder-input: 255, 255, 255;
  }
  [data-scheme=auto] .color-background-1 {
    --color-background: 33, 33, 33;
  }
  [data-scheme=auto] .color-background-3 {
    --color-background: 23, 23, 23;
  }
  [data-scheme=auto] .color-background-2,
[data-scheme=auto] .color-background-5,
[data-scheme=auto] .color-inverse {
    --color-background: 23, 23, 23;
    --color-base-background-2: 23, 23, 23;
    --color-button-secondary: 255, 255, 255;
    --color-link: 255, 255, 255;
  }
  [data-scheme=auto] .image-parallax.color-background-3 {
    --color-button: 0, 0, 0;
    --color-button-text: 255, 255, 255;
  }
  [data-scheme=auto] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  [data-scheme=auto] .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
  }
  [data-scheme=auto] .steps-section + .testimonials-section > .color-background-2,
[data-scheme=auto] .about-section.color-background-2 {
    --color-background: 28, 28, 28;
  }
  [data-scheme=auto] .badge,
[data-scheme=auto] .featured-products__products-item .card__inner,
[data-scheme=auto] .card__link::after,
[data-scheme=auto] .card-horizontal__link,
[data-scheme=auto] .card-horizontal__link::after,
[data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-base-background-1));
  }
  [data-scheme=auto] .collection-popular-card .card-information__wrapper > *,
[data-scheme=auto] .collection-product-list .card-information__wrapper > *,
[data-scheme=auto] .collection-results--products .card-information__wrapper > *,
[data-scheme=auto] .product-recommendations__product .card-information__wrapper > *,
[data-scheme=auto] .search-modal .card-horizontal__information > *,
[data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
[data-scheme=auto] .search-modal .card-horizontal-wrapper .price__regular {
    color: #fff;
  }
  [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
    text-decoration-color: #fff;
  }
  [data-scheme=auto] .collection-popular-card .card-wrapper,
[data-scheme=auto] .collection-product-list .card-wrapper:not(.card-wrapper-page),
[data-scheme=auto] .collection-results--products .card-wrapper,
[data-scheme=auto] .product-recommendations__product .card-wrapper,
[data-scheme=auto] .search-modal .search__items-item,
[data-scheme=auto] .search-modal .card-horizontal-wrapper {
    background-color: rgb(33, 33, 33);
  }
  [data-scheme=auto] .product-slider .swiper-buttons:before,
[data-scheme=auto] .featured-products .swiper-buttons:before {
    background-color: rgb(var(--color-base-button-background), 0.7);
  }
  [data-scheme=auto] .product-slider .swiper-button-next,
[data-scheme=auto] .product-slider .swiper-button-prev,
[data-scheme=auto] .product-slider .swiper-pagination,
[data-scheme=auto] .featured-products .swiper-button-next,
[data-scheme=auto] .featured-products .swiper-button-prev,
[data-scheme=auto] .featured-products .swiper-pagination {
    color: rgb(var(--color-base-solid-button-labels));
  }
  [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
  }
  [data-scheme=auto] .featured-products__button .button--primary {
    background-color: rgb(var(--color-base-button-background));
    color: rgb(var(--color-base-solid-button-labels));
  }
  [data-scheme=auto] .featured-products__button .button--secondary {
    background-color: rgb(var(--color-base-outline-button-labels));
    color: rgb(var(--color-secondary-button-labels));
  }
  [data-scheme=auto] .footer.color-background-1 .disclosure__button,
[data-scheme=auto] .footer.color-background-1 .disclosure__list, [data-scheme=auto] .footer.color-background-2 .disclosure__button,
[data-scheme=auto] .footer.color-background-2 .disclosure__list, [data-scheme=auto] .footer.color-background-3 .disclosure__button,
[data-scheme=auto] .footer.color-background-3 .disclosure__list, [data-scheme=auto] .footer.color-background-4 .disclosure__button,
[data-scheme=auto] .footer.color-background-4 .disclosure__list, [data-scheme=auto] .footer.color-background-5 .disclosure__button,
[data-scheme=auto] .footer.color-background-5 .disclosure__list {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 0.1rem #BFBFBF;
  }
  [data-scheme=auto] .footer.color-background-1 .disclosure__link, [data-scheme=auto] .footer.color-background-2 .disclosure__link, [data-scheme=auto] .footer.color-background-3 .disclosure__link, [data-scheme=auto] .footer.color-background-4 .disclosure__link, [data-scheme=auto] .footer.color-background-5 .disclosure__link {
    color: #000;
  }
  [data-scheme=auto] .footer.color-background-1 .field__input, [data-scheme=auto] .footer.color-background-2 .field__input, [data-scheme=auto] .footer.color-background-3 .field__input, [data-scheme=auto] .footer.color-background-4 .field__input, [data-scheme=auto] .footer.color-background-5 .field__input {
    background-color: #FFFFFF;
    color: #000;
    border: 0.1rem solid #fff;
  }
  [data-scheme=auto] .footer.color-background-1 .field__label,
[data-scheme=auto] .footer.color-background-1 .disclosure__list, [data-scheme=auto] .footer.color-background-2 .field__label,
[data-scheme=auto] .footer.color-background-2 .disclosure__list, [data-scheme=auto] .footer.color-background-3 .field__label,
[data-scheme=auto] .footer.color-background-3 .disclosure__list, [data-scheme=auto] .footer.color-background-4 .field__label,
[data-scheme=auto] .footer.color-background-4 .disclosure__list, [data-scheme=auto] .footer.color-background-5 .field__label,
[data-scheme=auto] .footer.color-background-5 .disclosure__list {
    color: #000;
  }
  [data-scheme=auto] .footer.color-background-1 .field__input::placeholder, [data-scheme=auto] .footer.color-background-2 .field__input::placeholder, [data-scheme=auto] .footer.color-background-3 .field__input::placeholder, [data-scheme=auto] .footer.color-background-4 .field__input::placeholder, [data-scheme=auto] .footer.color-background-5 .field__input::placeholder {
    color: black;
  }
  [data-scheme=auto] .footer.color-background-1 .newsletter__button, [data-scheme=auto] .footer.color-background-2 .newsletter__button, [data-scheme=auto] .footer.color-background-3 .newsletter__button, [data-scheme=auto] .footer.color-background-4 .newsletter__button, [data-scheme=auto] .footer.color-background-5 .newsletter__button {
    color: #fff;
    background-color: #000;
  }
  [data-scheme=auto] .footer.color-inverse .field__input {
    border: 0.1rem solid rgb(var(--color-border));
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active),
[data-scheme=auto] .predictive-search__result-tab:not(.active) {
    opacity: 0.5;
  }
  [data-scheme=auto] .filters__item:not(.filters__item_active) span,
[data-scheme=auto] .predictive-search__result-tab:not(.active) span {
    color: #000;
  }
  .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
  }
  .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
  }
  .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.swiper-buttons.swiper-buttons--secondary .swiper-pagination {
    color: rgb(var(--color-button-text));
  }
}
.container,
.container-fluid,
.container-xxl,
.shopify-policy__container-xxl,
.container-xl,
.shopify-policy__container-xl,
.container-lg,
.shopify-policy__container-lg,
.container-md,
.shopify-policy__container-md,
.container-sm,
.shopify-policy__container-sm,
.shopify-policy__container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 540px;
  }
}
@media (min-width: 750px) {
  .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 640px;
  }
}
@media (min-width: 990px) {
  .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 1140px;
  }
}
@media (min-width: 1360px) {
  .container-xxl,
.shopify-policy__container-xxl, .container-xl,
.shopify-policy__container-xl, .container-lg,
.shopify-policy__container-lg, .container-md,
.shopify-policy__container-md, .container-sm,
.shopify-policy__container-sm, .container,
.shopify-policy__container {
    max-width: 1336px;
  }
}
/* Base */
.no-js:not(html) {
  display: none !important;
}

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

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

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

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

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

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

.page-width {
  max-width: 139.6rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
}
@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
}
.spaced-section {
  position: relative;
  background-color: rgb(var(--color-background));
}

.section-border-top {
  padding-top: 5rem;
}
.section-border-top__inner {
  position: relative;
}
.section-border-top__inner:before {
  content: "";
  position: absolute;
  width: calc(100% - 4rem);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background-color: rgba(var(--color-foreground), 0.2);
}

@media screen and (min-width: 990px) {
  .section-border-top {
    padding-top: 10rem;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}

body,
.color-background-1,
.color-background-2,
.color-background-3,
.color-background-4,
.color-background-5,
.color-inverse {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
  line-height: var(--font-body-line-height);
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: 6rem 0 5rem;
  }
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

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

.visibility-hidden {
  visibility: hidden;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

summary .icon-caret {
  position: absolute;
  height: 2rem;
  right: 0;
  top: calc(50% - 1rem);
}

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

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

/* Swiper styles */
.swiper-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  opacity: 0.5;
  background-color: rgb(var(--color-button-secondary));
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: var(--duration-default);
}
@media (min-width: 990px) {
  .swiper-btn {
    display: flex;
  }
}
.swiper-btn.swiper-button-disabled {
  cursor: default;
}
.swiper-btn.swiper-button-disabled:hover svg {
  transform: none;
}
.swiper-btn.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-btn:not(.swiper-button-disabled):hover {
  opacity: 1;
  box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.05);
}
.swiper-btn svg {
  transition: var(--duration-default);
  color: rgb(0, 0, 0);
}
.swiper-btn--prev {
  left: 4rem;
}
.swiper-btn--prev svg {
  transform-origin: right;
}
.swiper-btn--prev:hover svg {
  transform: scale(1.3);
}
.swiper-btn--next {
  right: 4rem;
}
.swiper-btn--next svg {
  transform-origin: left;
}
.swiper-btn--next:hover svg {
  transform: scale(1.3);
}

/* Animation */
@keyframes translate {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-40rem, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes link-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
[data-scheme=dark] .icon-account-order-none circle + path {
  stroke: rgb(var(--color-background));
}

/* Light header on dark bg */
.header-wrapper--overlay .header__menu-item {
  transition: none;
}

body:not(.body--hidden) .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas-toggle .header__offcanvas-toggle-link {
  color: #fff;
}
body:not(.body--hidden) .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link > * {
  color: #fff;
}

@media (prefers-color-scheme: light) {
  .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo--overlay,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo--overlay {
    display: block;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
    display: none;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo:only-child,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo:only-child {
    display: block !important;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo--overlay {
    display: none;
  }
  .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
  }
}
@media (prefers-color-scheme: dark) {
  .header__heading-logo:first-child:nth-last-child(2) {
    display: none;
  }
  .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
    display: block;
  }
  .header__heading-logo:first-child:nth-last-child(1) {
    display: none;
  }
  .header__heading-logo:only-child {
    display: block !important;
  }
}
[data-scheme=light] .header__heading-logo:first-child:nth-last-child(2) {
  display: block;
}
[data-scheme=light] .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
  display: none;
}
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo--overlay,
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo--overlay {
  display: block;
}
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading .header__heading-logo:only-child,
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__heading-link .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo--overlay {
  display: none;
}
[data-scheme=light] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
}

[data-scheme=dark] .header__heading-logo:first-child:nth-last-child(2) {
  display: none;
}
[data-scheme=dark] .header__heading-logo:first-child:nth-last-child(2) ~ .header__heading-logo {
  display: block;
}
[data-scheme=dark] .header__heading-logo:first-child:nth-last-child(1) {
  display: none;
}
[data-scheme=dark] .header__heading-logo:only-child {
  display: block !important;
}
[data-scheme=dark] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo--overlay {
  display: block;
}
[data-scheme=dark] .shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__offcanvas .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}

.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay {
  background-color: transparent;
  transition: background var(--duration-default);
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay > *,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .disclosure__button {
  background-color: transparent;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__menu-item:not(.header__submenu .header__menu-item),
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__icon .header__icon-name,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .currency-country,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__icon .icon-hamburger {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__menu-item .header__active-menu-item {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__menu-item:not(.header__submenu .header__menu-item) > span:not(.header__active-menu-item)::after,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__icon .header__icon-name::before,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .currency-country::after,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .link-hover-line-outer:not(.header__submenu .header__menu-item):not(.disclosure__link):not(.header__offcanvas-submenu .header__offcanvas-submenu-link) span::after {
  background-color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__menu-item span:not(.header__active-menu-item) > span:after,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__icon-name span:after,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__localization .localization-selector.link:hover .icon-caret,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .link--text.header__icon:hover .icon,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__search:hover .modal__toggle-open,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__modal-close-button .icon {
  color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__toggle-scheme-item {
  color: white;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__toggle-scheme-item:hover .icon {
  color: white;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .icon-light-mode,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .icon-dark-mode,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .icon-search,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__icon--account > .icon-account,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .icon-cart {
  color: white;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .icon.icon-close:not(.header__modal-close-button .icon):not(.header__offcanvas-toggle-link .icon) {
  color: rgb(var(--color-button));
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__menu-item .icon-caret {
  color: white;
  transition: none;
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .header__submenu .icon.icon-caret {
  color: rgb(var(--color-accent));
  transition: transform var(--duration-default);
}
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .list-menu--inline span.header__active-menu-item--border,
.shopify-section-header:not(.shopify-section-header-sticky.animate) .header-wrapper--overlay .list-menu--inline .header__menu-item--border:hover span:not(.header__active-menu-item) {
  border-color: #fff;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  max-width: 100%;
}

.h0 {
  font-size: 50px;
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: 100px;
  }
}
h1,
.h1 {
  font-size: 3rem;
}

@media only screen and (min-width: 750px) {
  h1,
.h1 {
    font-size: var(--font-heading-h1-size);
  }
}
h2,
.h2 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 750px) {
  h2,
.h2 {
    font-size: var(--font-heading-h2-size);
  }
}
h3,
.h3 {
  font-size: 2rem;
}

@media only screen and (min-width: 750px) {
  h3,
.h3 {
    font-size: var(--font-heading-h3-size);
  }
}
h4,
.h4 {
  font-size: 1.6rem;
}

@media only screen and (min-width: 750px) {
  h4,
.h4 {
    font-size: var(--font-heading-h4-size);
  }
}
h5,
.h5 {
  font-size: var(--font-heading-h5-size);
}

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

a {
  color: rgba(var(--color-accent));
  text-decoration-color: rgb(var(--color-accent));
  text-underline-offset: 0.6rem;
}

blockquote {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground));
  line-height: 1.3;
  border-top: 0.3rem solid rgba(var(--color-foreground));
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

@media screen and (min-width: 750px) {
  blockquote {
    padding: 2.4rem 10rem;
    font-size: 2rem;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

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

hr {
  display: block;
  margin-block: 5rem;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  border: none;
}
@media screen and (min-width: 750px) {
  hr {
    margin-block: 16rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}
.caption-with-letter-spacing {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.caption-large,
.form__label {
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(var(--color-foreground));
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.5rem;
  transition: var(--duration-default);
}

.link--text {
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}

.circle-divider::after {
  content: "•";
  margin: 0 8px 0 8px;
}

.circle-divider:last-of-type::after {
  display: none;
}

.line-divider {
  align-items: center;
  justify-content: center;
}

.line-divider::after {
  content: "";
  display: inline-flex;
  width: 15px;
  height: 1px;
  margin: 0 8px 0 8px;
  background: rgba(var(--color-foreground), 0.6);
}

.line-divider:last-of-type::after {
  display: none;
}

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

details > * {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.link-hover-line {
  position: relative;
}
.link-hover-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: currentColor;
  transition: width var(--duration-default);
}
.link-hover-line:hover::after {
  width: 100%;
}

.link-hover-line-outer > span {
  position: relative;
}
.link-hover-line-outer > span::after {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.link-hover-line-outer:hover > span::after {
  width: 100%;
}

.link-hover-arrow svg {
  opacity: 0;
  transition: opacity var(--duration-default);
}
.link-hover-arrow:hover svg {
  opacity: 1;
}

/* Component-title */
.title {
  margin: 3rem 0 2rem;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title--primary {
  margin: 4rem 0;
}

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

.title--section > * {
  margin: 0;
}

.title--section-mt-none {
  margin: 0 0 3rem 0;
}

.title--section-m-none {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
  .title--primary {
    margin: 2rem 0;
  }
}
.page-header {
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
}

.page-header .title--page {
  margin-bottom: 0;
  margin-top: 0;
}

.page-header .title--page:not(:first-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .page-header {
    margin-bottom: 2rem;
    padding-top: 2.6rem;
  }
}
.subtitle {
  font-family: var(--font-subtitle-family);
  font-weight: var(--font-subtitle-weight);
  font-style: var(--font-subtitle-style);
  letter-spacing: var(--font-subtitle-letter-spacing);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground));
  font-size: var(--font-subtitle-size);
  margin-bottom: 0.8rem;
  font-weight: bold;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 3rem);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 2.6666666667rem);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 2rem);
  }
  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }
  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}

.slider-btn {
  flex: none;
  padding: 0;
  width: 6.2rem;
  height: 3rem;
  color: rgba(var(--color-foreground-title), 1);
  background: none;
  border: none;
  border-radius: none;
  transition: var(--duration-default);
  transform: scale(1);
  cursor: pointer;
}

@media screen and (min-width: 1330px) {
  .slider-btn--next:hover {
    transform: translateX(0.5rem);
  }
  .slider-btn--prev:hover {
    transform: translateX(-0.5rem);
  }
}
@media screen and (max-width: 768px) {
  .slider-btn {
    width: 3rem;
  }
}
/* Media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button, .card__link),
.media model-viewer,
.card-wrapper__link--overlay:empty {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity var(--duration-long), transform var(--duration-long);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 114.2%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

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

/* Button */
/* Button - default */
.button,
.customer .button {
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.button--primary, .button--secondary, .button--tertiary,
.customer .button--primary,
.customer .button--secondary,
.customer .button--tertiary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  min-height: 5.5rem;
  padding: 0 1rem;
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child, .button--secondary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child, .button--tertiary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child,
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover > span span:first-child {
  transform: translateY(-130%) translateZ(0);
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2), .button--secondary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2), .button--tertiary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2),
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2),
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2),
.customer .button--tertiary:not([disabled]):not([aria-disabled=true]):hover > span span:nth-of-type(2) {
  transform: translateY(0) translateZ(0);
}
.button--primary > span, .button--secondary > span, .button--tertiary > span,
.customer .button--primary > span,
.customer .button--secondary > span,
.customer .button--tertiary > span {
  position: relative;
  overflow: hidden;
}
.button--primary > span span, .button--secondary > span span, .button--tertiary > span span,
.customer .button--primary > span span,
.customer .button--secondary > span span,
.customer .button--tertiary > span span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.button--primary > span span:nth-of-type(2), .button--secondary > span span:nth-of-type(2), .button--tertiary > span span:nth-of-type(2),
.customer .button--primary > span span:nth-of-type(2),
.customer .button--secondary > span span:nth-of-type(2),
.customer .button--tertiary > span span:nth-of-type(2) {
  position: absolute;
  left: 0;
  transform: translateY(130%) translateZ(0);
}
.button--primary > span span svg, .button--secondary > span span svg, .button--tertiary > span span svg,
.customer .button--primary > span span svg,
.customer .button--secondary > span span svg,
.customer .button--tertiary > span span svg {
  margin-left: 0.6rem;
}
.button--primary,
.customer .button--primary {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
}
.button--secondary,
.customer .button--secondary {
  background-color: rgba(var(--color-button-secondary));
  color: rgb(var(--color-button-secondary-text));
}
.button--secondary:after,
.customer .button--secondary:after {
  background-color: rgba(var(--color-button));
  filter: brightness(1);
}
.button--tertiary,
.customer .button--tertiary {
  background-color: rgb(var(--color-button-tertiary));
  color: rgb(var(--color-button-tertiary-text));
}
.button--tertiary:after,
.customer .button--tertiary:after {
  background-color: rgba(var(--color-button));
  filter: brightness(1);
}
.button--simple-move,
.customer .button--simple-move {
  --alpha-button-background: 0;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground));
  font-size: 1.5rem;
  font-weight: 700;
  overflow: visible;
}
.button--simple-move:after,
.customer .button--simple-move:after {
  display: none;
}
.button--simple-move span,
.customer .button--simple-move span {
  word-break: break-word;
  text-decoration: underline;
  text-decoration-color: rgb(var(--color-accent));
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.1rem;
}
.button--simple-move svg,
.customer .button--simple-move svg {
  opacity: 0;
  margin-left: -1.2rem;
  transition: margin-left var(--duration-default), opacity var(--duration-default) !important;
  color: rgba(var(--color-button));
}
.button--simple-move:hover svg,
.customer .button--simple-move:hover svg {
  margin-left: 0.8rem;
  opacity: 1;
}
.button--arrow,
.customer .button--arrow {
  position: relative;
  gap: 0.8rem;
}
.button .icon-button-arrow,
.customer .button .icon-button-arrow {
  width: 1.2rem;
  height: 1.1rem;
}
.button--simple,
.customer .button--simple {
  display: flex;
  align-items: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground));
  --alpha-button-background: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  overflow: visible;
  text-decoration: none;
}
.button--simple:after,
.customer .button--simple:after {
  display: none;
}
.button--simple span,
.customer .button--simple span {
  word-break: break-word;
  text-decoration: underline;
  text-decoration-color: rgb(var(--color-accent));
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.1rem;
}
.button--simple .icon-button-arrow,
.customer .button--simple .icon-button-arrow {
  margin-left: 0.8rem;
  width: 1.2rem;
  height: 1.1rem;
  color: rgb(var(--color-button));
  transition: opacity var(--duration-default);
  opacity: 0;
}
.button--simple:hover .icon-button-arrow,
.customer .button--simple:hover .icon-button-arrow {
  opacity: 1;
  color: rgba(var(--color-button));
}
.button--primary-size,
.customer .button--primary-size {
  min-height: 6.5rem;
  min-width: 20rem;
  padding: 0 4rem;
}
.button--small,
.customer .button--small {
  padding: 1rem 2.6rem;
  min-height: 4rem;
  min-width: 13rem;
}
.button--full-width,
.customer .button--full-width {
  display: flex;
  width: 100%;
}
.button .spinner,
.customer .button .spinner {
  display: none;
}
.button.loading span,
.customer .button.loading span {
  opacity: 0;
}
.button.loading .spinner,
.customer .button.loading .spinner {
  position: absolute;
  display: inline-block;
}
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
  stroke: currentColor;
}

/* Button - other */
.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
  margin-top: 1rem;
}

.share-button__button {
  padding: 0;
  box-shadow: none;
  background: none;
  text-transform: none;
  font-weight: 500;
  justify-content: flex-start;
}

.share-button .share-button__button:hover {
  box-shadow: none;
}

.share-button .share-button__button:focus {
  box-shadow: none;
  border: none;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Button - social share new */
.share-buttons {
  display: inline-flex;
  position: relative;
  margin-top: 0;
}

.share-buttons:hover .share-buttons__list {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.share-buttons__label {
  display: inline-flex;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
}
.share-buttons__label:hover span::after {
  bottom: 0;
}

.share-buttons__label-name {
  font-size: 1.2rem;
}

.share-buttons__label .icon-share {
  width: 1.2rem;
  margin-right: 1rem;
}

.share-buttons__label .icon-share path {
  fill: rgba(var(--color-foreground));
}

.share-buttons__list {
  position: absolute;
  width: 17rem;
  top: 50%;
  display: flex;
  flex-direction: column;
  padding: 1.3rem 2.2rem;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: var(--duration-default);
  background-color: rgba(var(--color-base-background-2));
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  z-index: 10;
}

.share-buttons__list:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-base-background-2));
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  top: -0.5rem;
  left: 2rem;
  transform: rotate(53deg) skew(15deg);
}

.share-buttons__list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background-color: rgba(var(--color-base-background-2));
}

.share-buttons__item a {
  color: rgba(var(--color-foreground), 0.75);
  transition: var(--duration-default);
}

.share-buttons__item a:hover > span::after {
  bottom: 0;
}

.share-buttons__item .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

.share-buttons__item .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons__button {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem 0;
}

.share-button__name {
  font-size: 1.2rem;
  transition: var(--duration-default);
}

.share-button__icon {
  display: flex;
  align-items: center;
  color: rgb(var(--color-foreground));
  padding: 0.8rem;
  background-color: rgb(var(--color-scondary-element-background));
  border-radius: 100%;
  transition: var(--duration-default);
}

.share-buttons__button:hover .share-button__icon {
  background-color: rgb(var(--color-scondary-element-background), 0.5);
}

.share-buttons-simple {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}

.share-buttons-simple .icon {
  width: 1.8rem;
  height: 1.8rem;
  color: rgb(var(--color-foreground));
}

.share-buttons-simple .icon-copy {
  transform: rotate(-45deg);
}

.share-buttons-simple__button {
  display: block;
  padding: 1.3rem;
  transition: var(--duration-default);
}

.share-buttons-simple__button:hover {
  color: rgba(var(--color-foreground), 0.2);
}

.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  border: none;
  transform: translateX(1.6rem) translateY(-1.6rem);
  cursor: pointer;
}
.modal-close-button .icon-close {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default) ease;
}
.modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}

.header__offcanvas-toggle-link .icon-close {
  color: rgb(var(--color-foreground));
}

.fancybox-close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.swiper-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.4rem;
  padding: 1rem;
  width: 14rem;
  height: 6.4rem;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  font-style: var(--font-button-style);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--font-button-letter-spacing);
  color: rgb(var(--color-button-text));
  text-decoration: none;
  background-color: rgba(var(--color-button));
  border-radius: var(--border-radius-button);
  border: 0;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}
.swiper-buttons .swiper-button-next .icon, .swiper-buttons .swiper-button-prev .icon {
  transition: transform var(--duration-default);
}
.swiper-buttons .swiper-button-next:hover .icon, .swiper-buttons .swiper-button-prev:hover .icon {
  transform: scale(1.3);
}
.swiper-buttons .swiper-button-next .icon {
  transform-origin: left;
}
.swiper-buttons .swiper-button-prev .icon {
  transform-origin: right;
}
.swiper-buttons.swiper-buttons--secondary {
  background-color: rgb(var(--color-button-secondary));
}
.swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button));
}
.swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-button-secondary-text));
}

[data-scheme=dark] .swiper-buttons--secondary {
  color: #000;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: rgb(var(--color-button-text));
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-bullets {
  margin-top: 2.4rem;
}
.swiper-bullets .swiper-pagination-bullet {
  background-color: rgb(var(--color-button-secondary));
  opacity: 0.5;
}
.swiper-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}
.button-wrapper .button {
  min-width: 17.6rem;
}
.button-wrapper .button svg {
  width: 2rem;
  height: 2rem;
}

/* Form */
.field {
  position: relative;
  width: 100%;
  min-height: 5.5rem;
  display: flex;
}
.field label {
  position: relative;
  transition: var(--duration-short);
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background-input));
  border-radius: 0.3rem;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  border: 0.1rem solid rgb(var(--color-border-input));
  height: 5.5rem;
  box-sizing: border-box;
  transition: border var(--duration-default);
}
.field input[type=text]:-internal-autofill-selected + label,
.field input[type=email]:-internal-autofill-selected + label,
.field input[type=tel]:-internal-autofill-selected + label,
.field input[type=search]:-internal-autofill-selected + label,
.field input[type=password]:-internal-autofill-selected + label,
.field select:-internal-autofill-selected + label,
.field .field__input:-internal-autofill-selected + label {
  display: none;
}
.field input[type=text]:hover,
.field input[type=email]:hover,
.field input[type=tel]:hover,
.field input[type=search]:hover,
.field input[type=password]:hover,
.field select:hover,
.field .field__input:hover {
  border-color: rgb(var(--color-border-input-hover));
}
.field input[type=text]:focus,
.field input[type=email]:focus,
.field input[type=tel]:focus,
.field input[type=search]:focus,
.field input[type=password]:focus,
.field select:focus,
.field .field__input:focus {
  border-color: rgb(var(--color-border-input));
}
.field input[type=text]:focus-visible, .field input[type=text]:focus,
.field input[type=email]:focus-visible,
.field input[type=email]:focus,
.field input[type=tel]:focus-visible,
.field input[type=tel]:focus,
.field input[type=search]:focus-visible,
.field input[type=search]:focus,
.field input[type=password]:focus-visible,
.field input[type=password]:focus,
.field select:focus-visible,
.field select:focus,
.field .field__input:focus-visible,
.field .field__input:focus {
  outline: none;
}
@media screen and (min-width: 576px) {
  .field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=search],
.field input[type=password],
.field select,
.field .field__input {
    font-size: 1.5rem;
  }
}
.field input[type=search] {
  border-color: transparent;
}
.field input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.field input[type=search]::placeholder {
  color: rgb(var(--color-foreground));
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  flex-grow: 1;
  padding: 0.7rem 1.8rem;
  text-align: left;
}
.field input[type=text]::-webkit-search-cancel-button,
.field input[type=email]::-webkit-search-cancel-button,
.field input[type=tel]::-webkit-search-cancel-button,
.field input[type=password]::-webkit-search-cancel-button,
.field .field__input::-webkit-search-cancel-button {
  display: none;
}
.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=password]::placeholder,
.field .field__input::placeholder {
  opacity: 0;
}
.field input[type=text][required] + label:after,
.field input[type=email][required] + label:after,
.field input[type=tel][required] + label:after,
.field input[type=password][required] + label:after,
.field .field__input[required] + label:after {
  content: "*";
  display: none;
  position: relative;
  top: -0.3rem;
  color: rgb(235, 87, 87);
  padding-left: 0.3rem;
}
.field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
  display: none;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(var(--color-placeholder-input), var(--alpha-placeholder-input));
}
@media screen and (min-width: 576px) {
  .field input[type=text] + label,
.field input[type=email] + label,
.field input[type=tel] + label,
.field input[type=password] + label,
.field .field__input + label {
    font-size: 1.5rem;
  }
}
.field input[type=text]:placeholder-shown + label,
.field input[type=email]:placeholder-shown + label,
.field input[type=tel]:placeholder-shown + label,
.field input[type=password]:placeholder-shown + label,
.field .field__input:placeholder-shown + label {
  display: inline-block;
}
.field input[type=text]:focus + label,
.field input[type=email]:focus + label,
.field input[type=tel]:focus + label,
.field input[type=password]:focus + label,
.field .field__input:focus + label {
  display: none;
}
.field textarea.field__input {
  padding: 1.5rem 1.8rem;
}
.field .select {
  width: 100%;
}
.field .select .placeholder-select {
  color: rgba(var(--color-foreground), 0.5);
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
}
.field .select .placeholder-select span {
  color: var(--color-badge-icon);
}
.field select {
  cursor: pointer;
  padding: 0 4rem 0 1.8rem;
}
.field select + svg {
  width: 1.2rem;
  height: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 2rem;
  color: rgb(var(--color-button));
}
.field select option {
  background-color: rgb(var(--color-background-input));
}
.field input[type=checkbox] {
  display: none;
}
.field input[type=checkbox]:checked + label b {
  background: rgba(var(--color-foreground)) url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.66649 6.61451L10.7945 0.48584L11.7378 1.42851L4.66649 8.49984L0.423828 4.25717L1.36649 3.31451L4.66649 6.61451Z' fill='white'/%3e%3c/svg%3e ") no-repeat center center;
  border-color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-button));
}
.field input[type=checkbox]:checked + label b svg {
  opacity: 1;
}
.field input[type=checkbox]:focus + label b {
  outline: 0.1rem solid rgba(var(--color-border-input)) !important;
  outline-offset: 0;
}
.field input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(var(--color-foreground));
  cursor: pointer;
}
.field input[type=checkbox] + label:hover b {
  border-color: #bfbfbf;
}
.field input[type=checkbox] + label b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 1.1rem 0 0;
  border: 0.1rem solid rgba(var(--color-border-input));
  background-color: rgb(var(--color-background-input));
  appearance: none;
  transition: var(--duration-default);
}
.field input[type=checkbox] + label b svg {
  opacity: 0;
  color: rgb(var(--color-button-text));
}
.field--dark input[type=text],
.field--dark input[type=email],
.field--dark input[type=tel],
.field--dark input[type=password],
.field--dark input[type=search] {
  border-color: rgba(255, 255, 255, 0.4);
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.field--dark input[type=text]:hover, .field--dark input[type=text]:focus,
.field--dark input[type=email]:hover,
.field--dark input[type=email]:focus,
.field--dark input[type=tel]:hover,
.field--dark input[type=tel]:focus,
.field--dark input[type=password]:hover,
.field--dark input[type=password]:focus,
.field--dark input[type=search]:hover,
.field--dark input[type=search]:focus {
  border-color: rgb(255, 255, 255);
}
.field--dark input[type=text] + label,
.field--dark input[type=email] + label,
.field--dark input[type=tel] + label,
.field--dark input[type=password] + label,
.field--dark input[type=search] + label {
  color: rgba(255, 255, 255, 0.5);
}

/* Text area */
.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

.field .text-area + label {
  top: 2.5rem;
}

/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

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

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

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

.form__message--large .icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

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

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

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

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

/* Quantity */
.quantity {
  position: relative;
  width: 14rem;
  display: flex;
  border: 0.1rem solid rgb(var(--color-border));
}

.quantity__input {
  color: currentColor;
  font-size: 1.5rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  height: 5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: 5rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  transition: border-color var(--duration-default);
}
.quantity__button svg {
  transition: opacity var(--duration-default);
}
.quantity__button:hover svg {
  opacity: 0.5;
}
.quantity__button.disabled {
  pointer-events: none;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button svg path {
  transition: var(--duration-default);
}

.quantity__button:hover svg path {
  color: rgba(var(--color-foreground));
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

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

.quantity__input[type=number] {
  -moz-appearance: textfield;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
*:focus:not(:focus-visible):not(.button--secondary):not(.localization-selector.link) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.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);
}

/* Fallback */
.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-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

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

/* Modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.4rem;
  width: 1.4rem;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

.modal__close-button .icon {
  width: 1.4rem;
  height: 1.4rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-skin {
  padding: 0 !important;
}

/* Announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.section-announcement {
  transition: transform var(--duration-default);
}

.announcement-bar {
  display: flex;
  justify-content: center;
  overflow-y: auto;
  font-size: 1.2rem;
  color: rgb(var(--color-foreground));
}
@media screen and (min-width: 750px) {
  .announcement-bar {
    height: var(--announcement-height);
  }
}

.announcement-bar-1 {
  background: rgb(var(--color-announcement-bar-background-1));
  color: #fff;
}

.announcement-bar-2 {
  background: rgb(var(--color-announcement-bar-background-2));
  color: #000;
}

@media (prefers-color-scheme: dark) {
  [data-scheme=auto] .announcement-bar-2 {
    color: #fff;
  }
}
[data-scheme=dark] .announcement-bar-2 {
  color: #fff;
}

.announcement-bar__link {
  font-size: 1.2rem;
}

.announcement-bar__message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  text-align: center;
  padding: 0 2rem;
  min-height: 4rem;
}

.announcement-bar__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  margin: 0;
}

.announcement-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}

.announcement-bar__text {
  padding: 1rem 0;
  font-weight: 400;
  line-height: 145%;
}
.announcement-bar__text p {
  margin: 0;
}
.announcement-bar__text a {
  position: relative;
  color: inherit;
  text-underline-offset: 0.4rem;
  text-decoration-color: inherit;
  z-index: 2;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

/* Header */
body.body--hidden {
  overflow-y: hidden;
}

.shopify-section-header {
  z-index: 11;
  will-change: transform;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.shopify-section-header-sticky .header-wrapper {
  background-color: rgb(var(--color-background));
  transition: background var(--duration-default);
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
}

.container--header {
  margin: 0 auto;
  padding-inline: 2rem;
}
@media screen and (min-width: 1360px) {
  .container--header {
    max-width: 174rem;
  }
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
}
@media screen and (max-width: 1200px) {
  .header .header__heading,
.header .header__heading-link {
    grid-column: 2/3;
  }
}
@media screen and (max-width: 990px) {
  .header .header__search {
    padding: 0;
    width: 4.4rem;
    height: 4.4rem;
  }
}

.header .link {
  font-size: var(--font-header-menu-link-size);
}

.header__column {
  margin-left: auto;
}

.header__heading,
.header__heading-link {
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .header__heading,
.header__heading-link {
    flex: none;
  }
}

.header > .header__heading, .header > .header__heading-link {
  display: flex;
  align-items: center;
  max-height: calc(var(--header-height) - 1rem);
}

@media screen and (min-width: 1200px) {
  .header {
    position: static;
    display: grid;
  }
  .header > .header__heading, .header > .header__heading-link {
    grid-area: heading;
  }
  .header__inline-menu {
    grid-area: navigation;
    align-items: center;
  }
  .header__inline-menu li {
    flex: none;
  }
  .header__column {
    grid-area: column;
  }
  .header__cart,
.header__icon--cart {
    grid-area: cart;
  }
  .header__offcanvas {
    grid-area: offcanvas;
  }
  .header--left {
    grid-template-columns: auto auto 1fr auto auto;
    grid-template-areas: "offcanvas heading navigation column cart";
  }
  .header--left .header__inline-menu {
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: 4rem;
  }
  .header--left .header__offcanvas {
    margin-right: 1rem;
  }
  .header--left > .header__heading, .header--left > .header__heading-link {
    margin-right: 0;
  }
  .header--left .header__column {
    margin-left: 0;
  }
  .header--center {
    grid-template-columns: auto 1fr auto 1fr auto;
    grid-template-areas: "offcanvas navigation heading column cart";
  }
  .header--center .header__inline-menu {
    justify-content: flex-start;
    margin-right: auto;
  }
  .header--center > .header__heading, .header--center > .header__heading-link {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    text-align: center;
  }
  .header--center .header__column {
    margin-left: auto;
  }
}
.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.header__heading span {
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}

.header > .header__heading-link span {
  display: flex;
  align-items: center;
  line-height: 1;
  text-transform: var(--font-header-menu-text-transform);
}

.header__heading,
.header__heading-link {
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}

.header__heading .header__heading-link {
  display: flex;
  padding: 0;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  display: block;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .header__heading-logo {
    max-width: 150px;
  }
}

.header__heading-logo--overlay {
  display: none;
}

@media screen and (min-width: 990px) {
  .header__heading,
.header__heading-link {
    justify-self: start;
    align-items: center;
  }
  .header--center .header__heading-link,
.header--center .header__heading {
    justify-self: center;
  }
}
/* Header column */
.header__column {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
}

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

.header__icon,
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon span {
  height: 100%;
}

.header__icon .icon {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default);
  color: rgba(var(--color-foreground), 0.6);
}
.header__icon .icon-hamburger {
  width: 1.8rem;
  height: 0.8rem;
}

.header__icon--account .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.link--text.header__icon:hover .icon {
  color: rgb(var(--color-foreground));
}

.header__icon--menu {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: -1rem;
}
@media screen and (min-width: 1200px) {
  .header__icon--menu {
    margin: 0;
  }
}
.header__icon--menu span {
  width: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  fill: none;
  vertical-align: middle;
}

.header__icon--cart {
  position: relative;
  gap: 0.4rem;
  min-width: 4.4rem;
  width: auto;
  height: 4.4rem;
  margin-right: -1.4rem;
}
@media screen and (min-width: 1200px) {
  .header__icon--cart {
    margin: 0;
  }
}
.header__icon--cart .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.header__icon--search .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.header__icon--search,
.header__icon--cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-height: 4.4rem;
}

.header__icon .header__icon-name {
  display: none;
  margin-left: 0.7rem;
}

.header__icon--search .header__icon-name {
  position: relative;
}

.header__icon--search:hover .icon {
  color: rgb(var(--color-foreground));
}

/* Header account */
.header__account {
  display: none;
  align-items: center;
  position: relative;
}

.header__account-modal {
  position: absolute;
  top: 100%;
  right: -3rem;
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  width: 20rem;
  height: auto;
  margin: 0;
  font-weight: var(--font-body-weight);
  text-transform: none;
  background-color: rgba(var(--color-background));
  box-shadow: 0 40px 60px rgba(var(--color-foreground), 0.05);
  border-radius: 0.3rem;
  transform: translateY(0rem);
  transition: opacity var(--duration-default);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 10;
  opacity: 0;
}

details[open] > .header__account-modal {
  transform: translateY(0rem);
  opacity: 1;
}

.header__account__login {
  width: 100%;
}

.header__account__login .icon {
  margin-right: 1rem;
  margin-left: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.header__account__register {
  display: inline;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: var(--font-body-line-height);
  text-align: center;
  text-decoration: none;
}
.header__account__register span {
  position: relative;
}
.header__account__register span::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}
.header__account__register:hover span::after {
  width: 100%;
}

.header__account__name {
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  color: rgba(var(--color-foreground));
  border-bottom: 0.1rem solid rgb(var(--color-accent));
}

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

.header__account__body a {
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: var(--duration-default);
}

.header__account__body a:hover {
  background-color: rgba(var(--color-accent), 0.1);
}

.header__account__logout {
  margin-top: 1.5rem;
  width: 100%;
}

@keyframes animateSearchOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__icons > * {
  padding: 0 1.2rem;
}

.header__icon--cart {
  padding-left: 0;
}

@media screen and (min-width: 990px) {
  .header__icon .header__icon-name {
    display: flex;
  }
  .header__icons > .header__account {
    padding: 0;
  }
  .header__account summary {
    width: 4.4rem;
    height: 4.4rem;
  }
  .header__account {
    display: inline-flex;
  }
}
@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}
/*Header social*/
.header .header__social {
  display: none;
}

@media screen and (min-width: 990px) {
  .header .header__social {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    grid-row-start: 2;
  }
  .header .header__social:not(:last-child) {
    margin-right: 2rem;
  }
}
/* Search */
menu-drawer + .header__search {
  display: none;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

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

noscript .header__search {
  height: 100%;
}

.search-modal__heading {
  max-width: 80%;
}

.icon-close {
  transition: var(--duration-default);
  color: rgb(var(--color-button));
}

.icon-close path {
  stroke-width: 0.3;
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) rotate(-90deg);
}

details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8) rotate(90deg);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.header__inline-menu details:hover > .header__submenu {
  opacity: 1;
  transform: translateY(0rem);
  animation: animateMenuOpen var(--duration-default) ease;
}

/* Header menu */
.header__offcanvas {
  display: none;
}
.header__offcanvas .container {
  height: 100%;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media screen and (min-width: 1440px) {
  .header__offcanvas .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header__offcanvas .header__heading-link {
  display: flex;
  align-items: center;
  min-height: 5.1rem;
}

.header__offcanvas-menu {
  position: absolute;
  display: none;
  top: calc(-1 * var(--announcement-height));
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  padding: 4rem 0 6.5rem;
  padding-top: calc(4rem + var(--announcement-height));
  background-color: rgb(var(--color-background));
  z-index: 12;
  overflow-y: auto;
}

.header__offcanvas-submenu {
  padding-block: 0.8rem;
  padding-left: 1.6rem;
}
.header__offcanvas-submenu .header__offcanvas-submenu {
  padding-block: 0;
}
.header__offcanvas-submenu-link {
  padding-block: 0.8rem;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  word-wrap: break-word;
  text-transform: none;
  text-decoration: none;
}
.header__offcanvas-submenu-link span::after {
  color: rgb(var(--color-button));
}
.header__offcanvas-submenu-link--active span::after {
  width: 100%;
}

.shopify-section-header-sticky .header__offcanvas-menu {
  height: calc(100vh + var(--announcement-height));
}

@keyframes animateOffcanvasMenuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animateOffcanvasMenuOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__offcanvas-menu-wrapper {
  height: 100%;
}
.header__offcanvas-menu-wrapper .container--header {
  padding-inline: 6rem;
  max-width: 150rem;
}
@media screen and (min-width: 1280px) {
  .header__offcanvas-menu-wrapper .container--header {
    padding-inline: 7rem;
  }
}
@media screen and (min-width: 1500px) {
  .header__offcanvas-menu-wrapper .container--header {
    padding-inline: 6rem;
  }
}
@media screen and (min-width: 1700px) {
  .header__offcanvas-menu-wrapper .container--header {
    padding-inline: 0;
  }
}
@media screen and (min-width: 1920px) {
  .header__offcanvas-menu-wrapper .container--header {
    max-width: 161rem;
  }
}

@media screen and (min-width: 1200px) {
  .header__offcanvas {
    display: block;
  }
  .header__offcanvas-menu--open {
    display: block;
    animation: animateOffcanvasMenuOpen 0.3s ease;
  }
  .header__offcanvas-menu--open .header__offcanvas-menu-wrapper {
    animation: animateOffcanvasMenuOpacity 0.5s ease;
  }
}
.menu-drawer-container.menu-opening .header__modal-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 4.4rem;
  width: 4.4rem;
  color: rgba(var(--color-foreground), 0.55);
  background-color: transparent;
  cursor: pointer;
}
.menu-drawer-container.menu-opening .header__modal-close-button .icon-close {
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--duration-default) ease;
}
.menu-drawer-container.menu-opening .header__modal-close-button:hover .icon-close {
  transform: rotate(90deg);
}

.header__offcanvas-toggle {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem 1.1rem;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
}
.header__offcanvas-toggle .header__offcanvas-toggle-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.4rem;
  height: 100%;
  width: 100%;
  color: rgba(var(--color-foreground));
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  transition: transform var(--duration-default), opacity var(--duration-default);
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon-hamburger {
  width: 18px;
  height: 0.8rem;
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon-hamburger rect:nth-child(2) {
  transition: width var(--duration-default);
}
.header__offcanvas-toggle .header__offcanvas-toggle-link .icon-close {
  opacity: 0;
}
.header__offcanvas-toggle.active .icon-hamburger {
  opacity: 0;
  transform: rotate(90deg);
}
.header__offcanvas-toggle.active .icon-close {
  opacity: 1;
}
.header__offcanvas-toggle:hover .icon-hamburger rect:nth-child(2) {
  width: 1.8rem;
}
.header__offcanvas-toggle:hover.active .icon-close {
  transform: rotate(90deg);
}

.header__offcanvas-toggle-link--close {
  margin-right: 1rem;
  margin-left: -5.2rem;
  transform: none;
}
@media screen and (min-width: 1600px) {
  .header__offcanvas-toggle-link--close {
    transform: translateX(-4rem);
  }
}
@media screen and (min-width: 1920px) {
  .header__offcanvas-toggle-link--close {
    transform: none;
  }
}

@media screen and (min-width: 1920px) {
  .header__offcanvas-toggle.active {
    margin-left: -0.8rem;
  }
}
.header__offcanvas-toggle:hover:before,
.header__offcanvas-toggle:hover:after {
  background: rgba(var(--color-foreground), 1);
}

.header__offcanvas-wrapper {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem 0;
  padding: 3.6rem 0 0;
}
@media screen and (min-width: 1600px) {
  .header__offcanvas-wrapper {
    gap: 4.8rem 0;
    padding: 7rem 0 0;
  }
}

.header__offcanvas-fullscreen-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.header__offcanvas-menu-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header__offcanvas-subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.header__offcanvas-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: none;
  margin: 0;
  margin-right: auto;
  padding: 0;
  width: 30rem;
  max-width: 100%;
  list-style: none;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  .header__offcanvas-list {
    width: 38.4rem;
  }
}

.header__offcanvas-item {
  position: relative;
  width: 100%;
}
.header__offcanvas-item:not(:first-child) {
  margin-top: -0.1rem;
}
.header__offcanvas-item .header__offcanvas-link {
  position: relative;
  width: 100%;
}
.header__offcanvas-item .header__offcanvas-link::before, .header__offcanvas-item .header__offcanvas-link::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgb(var(--color-button));
  transition: width var(--duration-default);
  z-index: 1;
}
.header__offcanvas-item .header__offcanvas-link::after {
  top: unset;
  bottom: -0.1rem;
}
.header__offcanvas-item .header__offcanvas-link-arrows {
  display: flex;
  flex: none;
  gap: 0.8rem;
  align-items: center;
  overflow: hidden;
}
.header__offcanvas-item .header__offcanvas-link-arrows .icon {
  flex: none;
  transition-property: opacity, transform;
  transition-duration: var(--duration-default);
  color: rgb(var(--color-button));
}
.header__offcanvas-item .header__offcanvas-link-arrows .icon:first-child {
  opacity: 0;
}
.header__offcanvas-item .header__offcanvas-link-arrows .icon:last-child {
  opacity: 1;
}
.header__offcanvas-item:hover .icon:first-child {
  opacity: 1;
  transform: translateX(2rem);
}
.header__offcanvas-item:hover .icon:last-child {
  opacity: 0;
  transform: translateX(2rem);
}
.header__offcanvas-item:hover .header__offcanvas-link::before, .header__offcanvas-item:hover .header__offcanvas-link::after {
  width: 100%;
}

.header__offcanvas-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-block: 2rem;
  font-size: var(--font-aside-menu-link-size);
  text-transform: none;
  text-decoration: none;
  border-top: 0.1rem solid rgb(var(--color-border));
  border-bottom: 0.1rem solid rgb(var(--color-border));
  transition: padding var(--duration-default);
}

.header__offcanvas-description {
  max-width: 54rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(var(--color-foreground), 0.35);
  text-transform: none;
}
.header__offcanvas-description p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .header__offcanvas-description {
    max-width: 60rem;
  }
}

.header__promo {
  position: relative;
  padding: 2.4rem;
  width: 80%;
  height: 49rem;
  max-width: 100%;
  max-height: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media screen and (min-width: 1360px) {
  .header__promo {
    padding: 4.8rem;
    width: 85.6rem;
    height: 51.2rem;
  }
}
@media screen and (max-height: 725px) {
  .header__promo {
    height: 60vh;
  }
}
.header__promo-info {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.2rem;
  height: 100%;
  z-index: 2;
}
.header__promo-info * {
  z-index: inherit;
}
.header__promo-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-overlay), 0.6);
  border-radius: 0.5rem;
  overflow: hidden;
}
.header__promo-text {
  max-width: 39.2rem;
}
.header__promo-heading {
  font-size: var(--font-heading-h2-size);
  color: #fff;
  text-transform: none;
}
@media screen and (min-width: 1360px) {
  .header__promo-heading {
    font-size: var(--font-heading-h1-size);
  }
}
.header__promo-description {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  text-transform: none;
  color: #fff;
}
.header__promo-button {
  padding-inline: 4rem;
  min-width: 18.6rem;
  min-height: 6rem;
  height: 6rem;
}
.header__promo--articles {
  width: 34rem;
  max-width: 100%;
}
@media screen and (min-width: 1360px) {
  .header__promo--articles {
    width: 41.6rem;
  }
}
@media screen and (max-height: 680px) {
  .header__promo--articles {
    height: 70vh;
  }
}
.header__promo--articles .header__promo-info {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.header__promo--articles .header__promo-text {
  max-width: auto;
}
.header__promo--articles .header__promo-description {
  margin-top: 0.8rem;
}
.header__promo img {
  z-index: -1;
}

.header__articles {
  width: 38.4rem;
  max-width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
@media screen and (min-width: 1440px) {
  .header__articles {
    width: 41.4rem;
  }
}
@media screen and (max-height: 680px) {
  .header__articles {
    height: 65vh;
  }
}
.header__articles .header__article:not(:first-child) {
  margin-top: -0.1rem;
}
@media screen and (max-height: 680px) {
  .header__articles .article-card-small {
    padding-block: 0.8rem;
  }
}
.header__articles .header__subtitle {
  margin-bottom: 2.4rem;
}
.header__articles .header__article-button {
  margin-top: 2.4rem;
}

.header__offcanvas-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  margin-top: 7.7rem;
}

.header .header__social {
  margin-top: auto;
}

.header__inline-menu {
  display: none;
  max-height: 100%;
  overflow: hidden;
}

.header__inline-menu .header__menu-item {
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: var(--font-header-menu-link-size);
}

.header--center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .header__inline-menu {
    display: block;
  }
  .header--center .header__inline-menu {
    display: flex;
  }
}
.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  overflow: hidden;
  padding: 1.6rem;
  text-decoration: none;
  color: rgb(var(--color-foreground));
}
.header__menu-item .icon-caret {
  transition: var(--duration-default);
  color: rgb(var(--color-accent));
}

.list-menu--inline {
  max-height: 100%;
  align-items: center;
}
.list-menu--inline .header__menu-item {
  padding: 1rem 1.6rem;
}
.list-menu--inline .header__menu-item span {
  display: flex;
  align-items: center;
}
.list-menu--inline .header__menu-item span .icon-caret {
  position: static;
  margin-left: 0.4rem;
}
.list-menu--inline .header__menu-item .header__active-menu-item::after {
  width: 100%;
}
.list-menu--inline .header__menu-item + .header__submenu {
  opacity: 0;
  pointer-events: none;
}
.list-menu--inline .header__menu-item + .header__submenu:hover {
  opacity: 1;
  pointer-events: all;
}
.list-menu--inline .header__menu-item:hover + .header__submenu {
  opacity: 1;
  pointer-events: all;
}

.header__inline-menu .header__menu-item {
  align-items: flex-start;
}

.header__menu-item > span {
  position: relative;
}

.header__icon .header__icon-name {
  text-decoration: none;
  font-size: var(--font-header-menu-link-size);
  line-height: var(--font-body-line-height);
  color: rgb(var(--color-foreground));
}

.header__submenu {
  text-transform: none;
  box-shadow: 0 40px 60px rgba(var(--color-foreground), 0.05);
  border-radius: 0.3rem;
  transition: opacity var(--duration-default) ease;
  z-index: 15;
}
.header__submenu.list-menu--disclosure {
  left: 1rem;
}
.header__submenu.list-menu {
  padding-block: 0.8rem;
}
.header__submenu li {
  padding-inline: 0.8rem;
}
.header__submenu .header__menu-item {
  justify-content: space-between;
  height: auto;
  padding: 1rem 1.6rem;
  font-size: var(--font-header-menu-link-size);
  font-weight: 400;
  text-transform: none;
}
.header__submenu .header__menu-item span {
  position: relative;
  padding: 0;
  border: none;
}
.header__submenu .header__menu-item--active span::after {
  width: 100%;
}
.header__submenu .icon-caret {
  right: 1.6rem;
  transform: rotate(-90deg) translateY(0.5rem);
}

.header__menu-item .icon-caret {
  right: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 0;
}

.header__inline-menu .list-menu--disclosure {
  min-width: auto;
  left: auto;
}
.header__inline-menu li:hover > .header__submenu,
.header__inline-menu li:focus-within > .header__submenu,
.header__inline-menu li:focus > .header__submenu,
.header__inline-menu li:active > .header__submenu {
  opacity: 1;
  pointer-events: all;
}
.header__inline-menu .list-menu:not(.header__submenu) > li > .header__submenu {
  transform: translateX(1.6rem);
}
.header__inline-menu span.header__menu-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes animateLocalOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.header__cart {
  padding: 0;
}

.cart-count-bubble {
  position: absolute;
  top: 0.6rem;
  right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  height: 1.6rem;
  width: 1.6rem;
  font-size: 1rem;
  line-height: 1;
  color: rgb(var(--color-base-solid-button-labels));
  background-color: rgb(var(--color-base-button-background));
  border-radius: 100%;
}
@media screen and (max-width: 1200px) {
  .cart-count-bubble {
    margin-right: 0;
  }
}

.header__localization {
  position: relative;
  display: none;
}
.header__localization .localization-selector.link {
  background-color: unset;
  min-width: 4.8rem;
}

.header__localization localization-form .localization-form__select {
  box-shadow: none;
}

.header__localization .localization-selector.link {
  align-items: center;
  gap: 0;
  padding: 0;
  height: 4.4rem;
  color: rgb(var(--color-foreground));
}

.currency-country {
  position: relative;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
}
.currency-country::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgb(var(--color-accent));
  transition: width var(--duration-default);
}

.header__localization-button:hover .currency-country::after {
  width: 100%;
}

.header__localization localization-form .localization-form__select .icon-caret {
  position: static;
  color: rgba(var(--color-foreground), 0.6);
  transition: var(--duration-default);
}

.header__localization .localization-form__select .icon-caret {
  position: absolute;
  content: "";
  height: 1.3rem;
  right: 2rem;
  top: calc(50% - 0.5rem);
}

.header__localization .localization-selector.link:hover .icon-caret {
  color: rgba(var(--color-foreground));
}

.header__localization .localization-selector + .disclosure__list {
  top: 100%;
  right: 0;
  bottom: auto;
  margin-top: 0;
  padding: 0.8rem;
  min-width: auto;
  max-width: 30rem;
  max-height: 30rem;
  background-color: rgba(var(--color-background));
  border-radius: 0.3rem;
  box-shadow: 0 40px 60px rgba(var(--color-foreground), 0.05);
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.header__localization .disclosure__list li a {
  padding: 1rem 1.6rem;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  transition: background var(--duration-default);
}

.disclosure__link--flag:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  overflow: hidden;
  margin-right: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.header__localization .disclosure {
  position: static;
}

.header__localization .localization-selector + .disclosure__list {
  animation: animateLocalOpen var(--duration-default) ease;
  transform: translateY(0rem);
}

.header__localization .localization-form__currency {
  margin-left: auto;
}

@media screen and (min-width: 990px) {
  .header__localization {
    display: block;
  }
}
.header__localization-modal.asctive {
  display: block;
}

.currency-flag {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
  overflow: hidden;
  margin-right: 0.8rem;
}

.currency-flag:before,
.currency-flag:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.currency-flag:before {
  content: attr(data-value);
  font-size: 9px;
  text-align: center;
}

.currency-flag[data-value]:after {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.header__toggle-scheme {
  display: flex;
  justify-content: center;
  flex: none;
  width: 4.4rem;
  padding: 0;
}
.header__toggle-scheme span {
  display: none;
  font-size: var(--font-header-menu-link-size);
  line-height: var(--font-body-line-height);
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
}
@media screen and (min-width: 1200px) {
  .header__toggle-scheme span {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header__toggle-scheme {
    width: auto;
    padding: 0 1.2rem;
  }
}

.header__toggle-scheme-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: inherit;
}
.header__toggle-scheme-item:hover svg {
  color: rgba(var(--color-foreground), 1);
}
.header__toggle-scheme-item svg {
  color: rgba(var(--color-foreground), 0.6);
  transition: var(--duration-default);
}
@media screen and (min-width: 1200px) {
  .header__toggle-scheme-item svg {
    margin-right: 0.8rem;
  }
}

@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--dark {
    display: flex;
  }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
  display: flex;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--dark {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--dark {
    display: none;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
  display: none;
}

@media (prefers-color-scheme: light) {
  .header__toggle-scheme-item--light {
    display: none;
  }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
  display: none;
}
@media (prefers-color-scheme: light) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: none;
  }
}
@media (prefers-color-scheme: dark) {
  .header__toggle-scheme-item--light {
    display: flex;
  }
}
@media (prefers-color-scheme: dark) {
  :root [data-scheme=auto] .header__toggle-scheme-item--light {
    display: flex;
  }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
  display: flex;
}

.scheme-toggled[data-scheme] *:not(.swiper-wrapper),
.scheme-toggled[data-scheme] *::after,
.scheme-toggled[data-scheme] *::before {
  transition: none !important;
}

/* Info-bar */
.information-bar__container {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  justify-content: flex-start;
}

.information-bar__wrapper {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.information-bar slider-component {
  position: static;
}

.information-bar slider-component .information-bar__wrapper {
  padding-bottom: 0 !important;
}

.information-bar slider-component .slider-buttons {
  position: static;
  margin-top: 0;
}

.information-bar slider-component .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.information-bar slider-component .slider-button--prev {
  left: 0;
}

.information-bar slider-component .slider-button--next {
  right: 0;
}

.information-bar--m-b {
  margin-bottom: 3.5rem;
}

.information-bar__container--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.3);
}

.information-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.information-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5.5rem;
}

.information-bar__image {
  height: 2.5rem;
  margin: 0 0.5rem 0 0;
}

.information-bar__image svg {
  width: 100%;
  height: 100%;
}

.information-bar__image img {
  display: block;
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}

.information-bar__message {
  margin: 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 990px) {
  .information-bar__container {
    padding: 1.5rem 0;
    justify-content: center;
  }
  .information-bar__inner {
    padding: 0;
  }
}
/* Breadcrumb  */
.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin: 4rem 0 0 0;
  font-size: 1.2rem;
  line-height: 150%;
  color: rgb(var(--color-foreground));
}
.breadcrumb__delimiter {
  width: 1.6rem;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.3);
  margin: 0.8rem;
}
.breadcrumb--center {
  justify-content: center;
}
.breadcrumb a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
}
.breadcrumb .link-hover-line::after {
  background-color: rgb(var(--color-border));
}
.breadcrumb span {
  color: rgb(var(--color-foreground), 0.3);
}
.tasting-container {
  padding: 100px 100px;
  background: black;
  color: white;
}
.tasting-container h1 {
  font-family: "Italiana";
  font-size: 32px;
  color: white;
  margin-bottom: 10px;
}
.tasting-notes {
  width:50%;
}

.secondary-container {
  display: flex;
  color: white;
}

@media (max-width: 900px) {
  .secondary-container {
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .paring-recipe {
    margin-left: 70px;
  }
}
.recipe-icon-container {
  display: flex;
}
.recipe-icon {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.recipe-icon img {
  margin: 0 auto;
  margin-bottom: 10px;
  height: 30px;
}
.recipe-icon span{
  font-weight:bold;
}

 

.body-template-collection-the-cabinet .color-background-1 {
  --color-background: 33, 33, 33;
}
.body-template-collection-the-cabinet .color-background-3 {
  --color-background: 23, 23, 23;
}
.body-template-collection-the-cabinet .color-background-2,
.body-template-collection-the-cabinet .color-background-5,
.body-template-collection-the-cabinet .color-inverse {
  --color-background: 23, 23, 23;
  --color-base-background-2: 23, 23, 23;
  --color-button-secondary: 255, 255, 255;
  --color-background-input: 0, 0, 0;
  --color-link: 255, 255, 255;
}
.body-template-collection-the-cabinet .image-parallax.color-background-3 {
  --color-button: 0, 0, 0;
  --color-button-text: 255, 255, 255;
}
.body-template-collection-the-cabinet .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
.body-template-collection-the-cabinet .image-parallax__button.button--secondary .icon-button-arrow {
  color: rgb(var(--color-background));
}
.body-template-collection-the-cabinet .steps-section + .testimonials-section > .color-background-2,
.body-template-collection-the-cabinet .about-section.color-background-2 {
  --color-background: 28, 28, 28;
}
.body-template-collection-the-cabinet .badge,
.body-template-collection-the-cabinet .featured-products__products-item .card__inner,
.body-template-collection-the-cabinet .card__link::after,
.body-template-collection-the-cabinet .card-horizontal__link,
.body-template-collection-the-cabinet .card-horizontal__link::after,
.body-template-collection-the-cabinet .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(var(--color-base-background-1));
}
.body-template-collection-the-cabinet .collection-popular-card .card-information__wrapper > *,
.body-template-collection-the-cabinet .collection-product-list .card-information__wrapper > *,
.body-template-collection-the-cabinet .collection-results--products .card-information__wrapper > *,
.body-template-collection-the-cabinet .product-recommendations__product .card-information__wrapper > *,
.body-template-collection-the-cabinet .search-modal .card-horizontal__information > *,
.body-template-collection-the-cabinet .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
.body-template-collection-the-cabinet .search-modal .card-horizontal-wrapper .price__regular,
.body-template-collection-the-cabinet .predictive-search__results-list_products .card-information__wrapper > * {
  color: #fff;
}
.body-template-collection-the-cabinet .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
  text-decoration-color: #fff;
}
.body-template-collection-the-cabinet .collection-popular-card .card-wrapper,
.body-template-collection-the-cabinet .collection-product-list .card-wrapper:not(.card-wrapper-page),
.body-template-collection-the-cabinet .collection-results--products .card-wrapper,
.body-template-collection-the-cabinet .product-recommendations__product .card-wrapper,
.body-template-collection-the-cabinet .search-modal .search__items-item,
.body-template-collection-the-cabinet .search-modal .card-horizontal-wrapper,
.body-template-collection-the-cabinet .predictive-search__results-list_products .card-wrapper {
  background-color: rgb(33, 33, 33);
}
.body-template-collection-the-cabinet .product-slider .swiper-buttons:before,
.body-template-collection-the-cabinet .featured-products .swiper-buttons:before {
  background-color: rgb(var(--color-base-button-background), 0.7);
}
.body-template-collection-the-cabinet .product-slider .swiper-button-next,
.body-template-collection-the-cabinet .product-slider .swiper-button-prev,
.body-template-collection-the-cabinet .product-slider .swiper-pagination,
.body-template-collection-the-cabinet .featured-products .swiper-button-next,
.body-template-collection-the-cabinet .featured-products .swiper-button-prev,
.body-template-collection-the-cabinet .featured-products .swiper-pagination {
  color: rgb(var(--color-base-solid-button-labels));
}
.body-template-collection-the-cabinet .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
.body-template-collection-the-cabinet .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
.body-template-collection-the-cabinet .featured-products__button .button--primary {
  background-color: rgb(var(--color-base-button-background));
  color: rgb(var(--color-base-solid-button-labels));
}
.body-template-collection-the-cabinet .featured-products__button .button--secondary {
  background-color: rgb(var(--color-base-outline-button-labels));
  color: rgb(var(--color-secondary-button-labels));
}
.body-template-collection-the-cabinet .filters__item:not(.filters__item_active),
.body-template-collection-the-cabinet .predictive-search__result-tab:not(.active) {
  opacity: 0.5;
}
.body-template-collection-the-cabinet .filters__item:not(.filters__item_active) span,
.body-template-collection-the-cabinet .predictive-search__result-tab:not(.active) span {
  color: #000;
}
.body-template-collection-the-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.body-template-collection-the-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.body-template-collection-the-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button-text));
}
.body-template-collection-the-cabinet .footer.color-background-1 .disclosure__button,
.body-template-collection-the-cabinet .footer.color-background-1 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-2 .disclosure__button,
.body-template-collection-the-cabinet .footer.color-background-2 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-3 .disclosure__button,
.body-template-collection-the-cabinet .footer.color-background-3 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-4 .disclosure__button,
.body-template-collection-the-cabinet .footer.color-background-4 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-5 .disclosure__button,
.body-template-collection-the-cabinet .footer.color-background-5 .disclosure__list {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
.body-template-collection-the-cabinet .footer.color-background-1 .disclosure__link, .body-template-collection-the-cabinet .footer.color-background-2 .disclosure__link, .body-template-collection-the-cabinet .footer.color-background-3 .disclosure__link, .body-template-collection-the-cabinet .footer.color-background-4 .disclosure__link, .body-template-collection-the-cabinet .footer.color-background-5 .disclosure__link {
  color: #000;
}
.body-template-collection-the-cabinet .footer.color-background-1 .field__input, .body-template-collection-the-cabinet .footer.color-background-2 .field__input, .body-template-collection-the-cabinet .footer.color-background-3 .field__input, .body-template-collection-the-cabinet .footer.color-background-4 .field__input, .body-template-collection-the-cabinet .footer.color-background-5 .field__input {
  background-color: #FFFFFF;
  color: #000;
  border: 0.1rem solid #fff;
}
.body-template-collection-the-cabinet .footer.color-background-1 .field__label,
.body-template-collection-the-cabinet .footer.color-background-1 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-2 .field__label,
.body-template-collection-the-cabinet .footer.color-background-2 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-3 .field__label,
.body-template-collection-the-cabinet .footer.color-background-3 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-4 .field__label,
.body-template-collection-the-cabinet .footer.color-background-4 .disclosure__list, .body-template-collection-the-cabinet .footer.color-background-5 .field__label,
.body-template-collection-the-cabinet .footer.color-background-5 .disclosure__list {
  color: #000;
}
.body-template-collection-the-cabinet .footer.color-background-1 .field__input::placeholder, .body-template-collection-the-cabinet .footer.color-background-2 .field__input::placeholder, .body-template-collection-the-cabinet .footer.color-background-3 .field__input::placeholder, .body-template-collection-the-cabinet .footer.color-background-4 .field__input::placeholder, .body-template-collection-the-cabinet .footer.color-background-5 .field__input::placeholder {
  color: black;
}
.body-template-collection-the-cabinet .footer.color-background-1 .newsletter__button, .body-template-collection-the-cabinet .footer.color-background-2 .newsletter__button, .body-template-collection-the-cabinet .footer.color-background-3 .newsletter__button, .body-template-collection-the-cabinet .footer.color-background-4 .newsletter__button, .body-template-collection-the-cabinet .footer.color-background-5 .newsletter__button {
  color: #fff;
  background-color: #000;
}
.body-template-collection-the-cabinet .footer.color-inverse .field__input {
  border: 0.1rem solid rgb(var(--color-border));
}
.body-template-collection-the-cabinet .footer .newsletter__form .newsletter__text p, .body-template-collection-the-cabinet .footer .newsletter__form .newsletter__title, .body-template-collection-the-cabinet .footer-block__heading{
  color:white;
}
.body-template-collection-the-cabinet .footer-main-text{
  color:white;
}
.body-template-collection-the-cabinet .footer-block__details-content .span, .body-template-collection-the-cabinet .footer-block__details-content a,.body-template-collection-the-cabinet .footer-block__details-content p{
  color:white;
}
.body-template-collection-the-cabinet .footer__copyright, .body-template-collection-the-cabinet .footer-copyright a{
  color:white
}
.body-template-collection-the-cabinet .footer-copyright a{
  color:white;
}
.body-template-collection-the-cabinet .copyright__content a{
  color:white;
}
.body-template-collection-the-cabinet .header {
  background-color:#171717;
}
.body-template-collection-the-cabinet .list-menu span {
  color:white;
}


/*Cabinet product  */
.body-template-product-cabinet .color-background-1 {
  --color-background: 33, 33, 33;
}
.body-template-product-cabinet .color-background-3 {
  --color-background: 23, 23, 23;
}
.body-template-product-cabinet .color-background-2,
.body-template-product-cabinet .color-background-5,
.body-template-product-cabinet .color-inverse {
  --color-background: 23, 23, 23;
  --color-base-background-2: 23, 23, 23;
  --color-button-secondary: 255, 255, 255;
  --color-background-input: 0, 0, 0;
  --color-link: 255, 255, 255;
}
.body-template-product-cabinet .image-parallax.color-background-3 {
  --color-button: 0, 0, 0;
  --color-button-text: 255, 255, 255;
}
.body-template-product-cabinet .swiper-buttons.swiper-buttons--secondary .icon {
  color: rgb(var(--color-background));
}
.body-template-product-cabinet .image-parallax__button.button--secondary .icon-button-arrow {
  color: rgb(var(--color-background));
}
.body-template-product-cabinet .steps-section + .testimonials-section > .color-background-2,
.body-template-product-cabinet .about-section.color-background-2 {
  --color-background: 28, 28, 28;
}
.body-template-product-cabinet .badge,
.body-template-product-cabinet .featured-products__products-item .card__inner,
.body-template-product-cabinet .card__link::after,
.body-template-product-cabinet .card-horizontal__link,
.body-template-product-cabinet .card-horizontal__link::after,
.body-template-product-cabinet .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: rgb(var(--color-base-background-1));
}
.body-template-product-cabinet .collection-popular-card .card-information__wrapper > *,
.body-template-product-cabinet .collection-product-list .card-information__wrapper > *,
.body-template-product-cabinet .collection-results--products .card-information__wrapper > *,
.body-template-product-cabinet .product-recommendations__product .card-information__wrapper > *,
.body-template-product-cabinet .search-modal .card-horizontal__information > *,
.body-template-product-cabinet .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
.body-template-product-cabinet .search-modal .card-horizontal-wrapper .price__regular,
.body-template-product-cabinet .predictive-search__results-list_products .card-information__wrapper > * {
  color: #fff;
}
.body-template-product-cabinet .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
  text-decoration-color: #fff;
}
.body-template-product-cabinet .collection-popular-card .card-wrapper,
.body-template-product-cabinet .collection-product-list .card-wrapper:not(.card-wrapper-page),
.body-template-product-cabinet .collection-results--products .card-wrapper,
.body-template-product-cabinet .product-recommendations__product .card-wrapper,
.body-template-product-cabinet .search-modal .search__items-item,
.body-template-product-cabinet .search-modal .card-horizontal-wrapper,
.body-template-product-cabinet .predictive-search__results-list_products .card-wrapper {
  background-color: rgb(33, 33, 33);
}
.body-template-product-cabinet .product-slider .swiper-buttons:before,
.body-template-product-cabinet .featured-products .swiper-buttons:before {
  background-color: rgb(var(--color-base-button-background), 0.7);
}
.body-template-product-cabinet .product-slider .swiper-button-next,
.body-template-product-cabinet .product-slider .swiper-button-prev,
.body-template-product-cabinet .product-slider .swiper-pagination,
.body-template-product-cabinet .featured-products .swiper-button-next,
.body-template-product-cabinet .featured-products .swiper-button-prev,
.body-template-product-cabinet .featured-products .swiper-pagination {
  color: rgb(var(--color-base-solid-button-labels));
}
.body-template-product-cabinet .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
.body-template-product-cabinet .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
  border-color: rgb(223, 223, 223);
}
.body-template-product-cabinet .featured-products__button .button--primary {
  background-color: rgb(var(--color-base-button-background));
  color: rgb(var(--color-base-solid-button-labels));
}
.body-template-product-cabinet .featured-products__button .button--secondary {
  background-color: rgb(var(--color-base-outline-button-labels));
  color: rgb(var(--color-secondary-button-labels));
}
.body-template-product-cabinet .filters__item:not(.filters__item_active),
.body-template-product-cabinet .predictive-search__result-tab:not(.active) {
  opacity: 0.5;
}
.body-template-product-cabinet .filters__item:not(.filters__item_active) span,
.body-template-product-cabinet .predictive-search__result-tab:not(.active) span {
  color: #000;
}
.body-template-product-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
.body-template-product-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
.body-template-product-cabinet .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
  color: rgb(var(--color-button-text));
}
.body-template-product-cabinet .footer.color-background-1 .disclosure__button,
.body-template-product-cabinet .footer.color-background-1 .disclosure__list, .body-template-product-cabinet .footer.color-background-2 .disclosure__button,
.body-template-product-cabinet .footer.color-background-2 .disclosure__list, .body-template-product-cabinet .footer.color-background-3 .disclosure__button,
.body-template-product-cabinet .footer.color-background-3 .disclosure__list, .body-template-product-cabinet .footer.color-background-4 .disclosure__button,
.body-template-product-cabinet .footer.color-background-4 .disclosure__list, .body-template-product-cabinet .footer.color-background-5 .disclosure__button,
.body-template-product-cabinet .footer.color-background-5 .disclosure__list {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
.body-template-product-cabinet .footer.color-background-1 .disclosure__link, .body-template-product-cabinet .footer.color-background-2 .disclosure__link, .body-template-product-cabinet .footer.color-background-3 .disclosure__link, .body-template-product-cabinet .footer.color-background-4 .disclosure__link, .body-template-product-cabinet .footer.color-background-5 .disclosure__link {
  color: #000;
}
.body-template-product-cabinet .footer.color-background-1 .field__input, .body-template-product-cabinet .footer.color-background-2 .field__input, .body-template-product-cabinet .footer.color-background-3 .field__input, .body-template-product-cabinet .footer.color-background-4 .field__input, .body-template-product-cabinet .footer.color-background-5 .field__input {
  background-color: #FFFFFF;
  color: #000;
  border: 0.1rem solid #fff;
}
.body-template-product-cabinet .footer.color-background-1 .field__label,
.body-template-product-cabinet .footer.color-background-1 .disclosure__list, .body-template-product-cabinet .footer.color-background-2 .field__label,
.body-template-product-cabinet .footer.color-background-2 .disclosure__list, .body-template-product-cabinet .footer.color-background-3 .field__label,
.body-template-product-cabinet .footer.color-background-3 .disclosure__list, .body-template-product-cabinet .footer.color-background-4 .field__label,
.body-template-product-cabinet .footer.color-background-4 .disclosure__list, .body-template-product-cabinet .footer.color-background-5 .field__label,
.body-template-product-cabinet .footer.color-background-5 .disclosure__list {
  color: #000;
}
.body-template-product-cabinet .footer.color-background-1 .field__input::placeholder, .body-template-product-cabinet .footer.color-background-2 .field__input::placeholder, .body-template-product-cabinet .footer.color-background-3 .field__input::placeholder, .body-template-product-cabinet .footer.color-background-4 .field__input::placeholder, .body-template-product-cabinet .footer.color-background-5 .field__input::placeholder {
  color: black;
}
.body-template-product-cabinet .footer.color-background-1 .newsletter__button, .body-template-product-cabinet .footer.color-background-2 .newsletter__button, .body-template-product-cabinet .footer.color-background-3 .newsletter__button, .body-template-product-cabinet .footer.color-background-4 .newsletter__button, .body-template-product-cabinet .footer.color-background-5 .newsletter__button {
  color: #fff;
  background-color: #000;
}
.body-template-product-cabinet .footer.color-inverse .field__input {
  border: 0.1rem solid rgb(var(--color-border));
}
.body-template-product-cabinet .footer .newsletter__form .newsletter__text p, .body-template-product-cabinet .footer .newsletter__form .newsletter__title, .body-template-product-cabinet .footer-block__heading{
  color:white;
}
.body-template-product-cabinet .footer-main-text{
  color:white;
}
.body-template-product-cabinet .footer-block__details-content .span, .body-template-product-cabinet .footer-block__details-content a,.body-template-product-cabinet .footer-block__details-content p{
  color:white;
}
.body-template-product-cabinet .footer__copyright, .body-template-product-cabinet .footer-copyright a{
  color:white
}
.body-template-product-cabinet .footer-copyright a{
  color:white;
}
.body-template-product-cabinet .copyright__content a{
  color:white;
}
.body-template-product-cabinet .header__offcanvas-item a,
.body-template-product-cabinet .header__promo-button span {
  color: black;
}
..body-template-product-cabinet .header__offcanvas-menu-top rect,
.body-template-product-cabinet .header__social path, 
.body-template-collection-the-cabinet .header__social .list-social__item path {
  fill: black;
}

.only-cabinet-logo{
  display:none;
}

.body-template-collection-the-cabinet .footer__logo-link{
  display:none;
}
.body-template-collection-the-cabinet .only-cabinet-logo{
      display: block;
}
.body-template-collection-the-cabinet .only-cabinet-logo img{
      width:110px
}
.body-template-collection-the-cabinet .list-social__item .icon{
  color:white
}
.only-cabinet-hero-image{
  display:none;
}
.body-template-collection-the-cabinet .only-cabinet-hero-image svg{
  width:100%;
    max-width: 800px;
}
.body-template-collection-the-cabinet .only-cabinet-hero-image{
  display:block;
  z-index:1
}

.body-template-collection-the-cabinet .collection-hero__text-wrapper{
  display:none;
}    
.body-template-collection-the-cabinet .collection-hero .container{
      margin-left: 0px;
    padding-left: 0px;
} 
.body-template-collection-the-cabinet .collection-hero--overlay{
      padding-top: 0px;
    padding-bottom: 0px;
  min-height: auto;
}
.body-template-collection-the-cabinet .footer__logo-link{
  display:none;
}
.body-template-collection-the-cabinet .only-cabinet-logo{
      display: block;
}
.body-template-collection-the-cabinet .only-cabinet-logo img{
      width:110px
}
.body-template-collection-the-cabinet .list-social__item .icon{
  color:white
}
.only-cabinet-hero-image{
  display:none;
}
.body-template-collection-the-cabinet .only-cabinet-hero-image svg{
  width:100%;
    max-width: 800px;
}
.body-template-collection-the-cabinet .only-cabinet-hero-image{
  display:block;
  z-index:1
}

.body-template-collection-the-cabinet .collection-hero__text-wrapper{
  display:none;
}    
.body-template-collection-the-cabinet .collection-hero .container{
      margin-left: 0px;
    padding-left: 0px;
} 
.body-template-collection-the-cabinet .collection-hero--overlay{
      padding-top: 0px;
    padding-bottom: 0px;
  min-height: auto;
}
.body-template-collection-the-cabinet .icon-cart path, 
.body-template-collection-the-cabinet .header-icon,
.body-template-collection-the-cabinet .header__offcanvas-toggle rect,
.body-template-collection-the-cabinet .header__details .modal__toggle-open{
  fill:white;
}
.body-template-collection-the-cabinet .header__icon-name {
  color: white;
}
.body-template-collection-the-cabinet .header__menu-item span:after {
  background-color: white;
}
.body-template-collection-the-cabinet .button--simple span,
.body-template-product-cabinet .button--simple span{
  text-decoration-color: white;
  color: white
}
.body-template-collection-the-cabinet .footer-block .icon-button-arrow path,
.body-template-product-cabinet .footer-block .icon-button-arrow path{
  fill: white;
}
/*PRODUCT START  */
.body-template-product-cabinet .footer__logo-link{
  display:none;
}
.body-template-product-cabinet .only-cabinet-logo{
      display: block;
}
.body-template-product-cabinet .only-cabinet-logo img{
      width:110px
}
.body-template-product-cabinet .list-social__item .icon{
  color:white
}
.only-cabinet-hero-image{
  display:none;
}
.body-template-product-cabinet .only-cabinet-hero-image svg{
  width:100%;
    max-width: 800px;
}
.body-template-product-cabinet .only-cabinet-hero-image{
  display:block;
  z-index:1
}

.body-template-product-cabinet .collection-hero__text-wrapper{
  display:none;
}    
.body-template-product-cabinet .collection-hero .container{
      margin-left: 0px;
    padding-left: 0px;
} 
.body-template-product-cabinet .collection-hero--overlay{
      padding-top: 0px;
    padding-bottom: 0px;
  min-height: auto;
}

.body-template-product-cabinet{
  background: #171717;
}
.body-template-product-cabinet p{
  color:white;
}
.body-template-product-cabinet .list-menu--inline .header__menu-item span{
  color:white;
}
.body-template-product-cabinet a{
  color:white;
}
.body-template-product-cabinet h1{
  color:white;
}
.body-template-product-cabinet span{
  color:white;
}
.body-template-product-cabinet .header__account__register span{
  color:black;
}
.body-template-product-cabinet .quantity__input{
  color:white;
}
.body-template-product-cabinet .quantity__button{
  color:white;
}
.body-template-product-cabinet .icon{
  color:white;
}
.body-template-product-cabinet .icon-container{
  background:#171717
}
.body-template-product-cabinet .card-wrapper .media{
  background:#171717;
}
.body-template-product-cabinet .container{
  background:#171717;
}
.body-template-product .popular-products{
  background:#171717;
}
.body-template-product .card-wrapper, .body-template-product .card__inner{
         background-color: #171717 !important;
}
.body-template-collection-the-cabinet .card-wrapper, .body-template-collection-the-cabinet .card__iner{
  background-color: #171717 !important;
}
.body-template-product .product__tax{
  color:white;
}
.body-template-product-cabinet .header__icon-name {
  color:white;
}
.body-template-product-cabinet .header__icon--search:hover .icon {
  color: white;
}
.body-template-product-cabinet .link-hover-line-outer > span::after {
  background-color: white;
}
.body-template-product-cabinet .search__form-inner .field__input, .body-template-collection-the-cabinet .search__form-inner .field__input {
  border-color:white;
  color:white;
}
.body-template-product-cabinet .search__form-inner .field__label, .body-template-collection-the-cabinet .search__form-inner .field__label {
  border-color:white;
  color:white;
}
.body-template-product-cabinet .search-modal, .body-template-collection-the-cabinet .search-modal{
  background-color:#171717;
}
.body-template-collection-the-cabinet .predictive-search__text {
  color: white;
}

/*PRODUCT END  */
 .only-cabinet-footer{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 60px;
       max-width: initial;
  }
.shopify-policy__body span{
  font-size:16px !important;
}
.body-template-collection-the-cabinet .card__inner .media img{
   background:#171717 !important;
  background-color:#171717 !important;
}
.body-template-somm .image-banner__button{
  margin-top:0px
}
#shopify-section-template--20307516293425__7375650d-3234-442b-8956-9b2ca78e9efc .media > img{
      padding: 20px;
    background: #171717;
    border: none;
}
}

.grapes-icon {
  fill:black
}
@media(max-width:600px){
  #shopify-section-template--18926479868209__07095d22-2409-4335-b886-78b1aac2f77c .image-collage__main-image{
        max-width: 100%;
  }
  #shopify-section-template--18926479868209__07095d22-2409-4335-b886-78b1aac2f77c .image-collage__main-image img{
    max-width:100%
  }
  .section-template--18926479868209__402100bf-1756-4570-8c3a-4716a184fa0d-padding .image--overlay .image-banner__wrapper{
        margin-top: 20px;
    margin-bottom: 20px;
  }
  .tasting-notes {
    width: 100%;
}
  .icon-container{
    display:none !important;
  }
  .image-banner__column--column{
    padding-top:20px;
      padding-bottom:20px;
  }
  .recipe-icon-container{
        display: grid;
    grid-template-columns: auto auto;
    
  }
  .recipe-icon{
    align-items:center
  }
}
.menu-drawer__account-register .list-social__item svg{
  color:black
}
.header__offcanvas-wrapper .list-social__item svg{
  color: black !important;
} 
.header__offcanvas-wrapper .grapes-icon svg path{
  fill:black !important;
}
#current-date-time{
      display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.mobile-facets__clear .button .button--tertiary{
  color:white !important;
}
.template-collection .header__menu-item a {
  color: white !important;
  -webkit-text-fill-color: white !important;
}

.header__menu-item a:hover {
  opacity: 0.7;
}
/* Make sure the container shows */
.header__search {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Style the icon itself */
.header__icon--search {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  margin-left: 1rem;
  cursor: pointer;
  color: inherit;
  z-index: 1000;
}

/* Ensure the SVG icon is visible */
.header__icon--search svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Optional: add a hover effect */
.header__icon--search:hover {
  opacity: 0.8;
}

/* Ensure search modal (if using details-modal) stacks properly */
details-modal {
  z-index: 9999;
  position: relative;
}

/* Prevent any layout collapse from zero-height parent */
.header__details {
  display: flex;
  align-items: center;
  min-height: 40px;
}

/* The Cabinet only */
body.template-collection.collection-the-cabinet .banner .button{
  background:#fff!important;color:#111!important;border:1px solid #111!important;border-radius:999px
}
body.template-collection.collection-the-cabinet .banner .button:hover{
  background:#111!important;color:#fff!important;border-color:#111!important
}
body.template-collection.collection-the-cabinet .card .button,
body.template-collection.collection-the-cabinet .quick-add__submit,
body.template-collection.collection-the-cabinet .button--tertiary,
body.template-collection.collection-the-cabinet .pagination__load-more,
body.template-collection.collection-the-cabinet .infinite-scroll__button{
  background:#fff!important;color:#111!important;border:1px solid #111!important;border-radius:999px
}
body.template-collection.collection-the-cabinet .card .button:hover,
body.template-collection.collection-the-cabinet .quick-add__submit:hover,
body.template-collection.collection-the-cabinet .button--tertiary:hover,
body.template-collection.collection-the-cabinet .pagination__load-more:hover,
body.template-collection.collection-the-cabinet .infinite-scroll__button:hover{
  background:#111!important;color:#fff!important;border-color:#111!important
}
/* optional: dark grid band */
body.template-collection.collection-the-cabinet .collection .product-grid,
body.template-collection.collection-the-cabinet .collection .grid{background:#171717}
/* Raravina – refined announcement bar styling (desktop + mobile) */
#shopify-section-announcement-bar .announcement-bar {
  display: flex;
  align-items: center;       /* vertical centering */
  justify-content: center;   /* horizontal centering */
  text-align: center;
  height: auto !important;
  line-height: normal !important;
  min-height: 44px;
  padding: 10px 16px;
  box-sizing: border-box;
  font-family: inherit;
}

#shopify-section-announcement-bar .announcement-bar__message,
#shopify-section-announcement-bar .announcement-bar__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: normal;      /* allows wrapping */
  line-height: 1.4;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color-text, #fff); /* keep legible against your warm bar */
}

/* Desktop refinement */
@media (min-width: 750px) {
  #shopify-section-announcement-bar .announcement-bar {
    font-size: 15px;
    padding: 12px 24px;
  }
}

/* Mobile refinement */
@media (max-width: 749px) {
  #shopify-section-announcement-bar .announcement-bar {
    flex-direction: column;
    font-size: 14px;
    padding-block: 10px;
  }

  #shopify-section-announcement-bar .announcement-bar__message {
    line-height: 1.5;
  }
}
/* Raravina – fix hero banner text position on mobile */
@media (max-width: 749px) {
  .image-banner__text,
  .banner__content {
    position: static !important;   /* removes overlay effect */
    margin-top: 1.5rem !important; /* adds breathing space below image */
    padding: 0 1rem;
    text-align: center;
  }

  .image-banner__heading,
  .banner__heading {
    color: #000 !important;        /* ensures readable text on white background */
    font-size: 28px !important;    /* optional: smaller for mobile harmony */
    line-height: 1.2;
    margin-bottom: 0.5rem;
  }

  .image-banner__media,
  .banner__media {
    margin-bottom: 1rem;           /* space between image and text */
  }
}
/* ==========================================================
   RARAVINA PRODUCT PAGE — CONSOLIDATED POLISH (DESKTOP + MOBILE)
   ========================================================== */

/* ------------------------------
   1. Product Gallery Layout Fixes
   ------------------------------ */

/* Desktop gallery: large main image on left, thumbs on right */
@media (min-width: 750px) {
  .product__media-list-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 110px !important; /* main | thumbs */
    gap: 24px !important;
    align-items: start !important;
  }
  .product__media-list {
    order: 1 !important;
    width: 100% !important;
  }
  .product__media-sublist {
    order: 2 !important;
    width: 110px !important;
    max-width: 110px !important;
    margin: 0 !important;
  }
  .product__media-sublist .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    transform: none !important;
    height: auto !important;
  }
  .product__media-subitem {
    width: 110px !important;
    aspect-ratio: 4 / 5 !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s ease;
  }
  .product__media-subitem:hover {
    border-color: #999;
  }
  .product__media-subitem img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
}

/* Mobile gallery: horizontal thumbnails below image */
@media (max-width: 749px) {
  .product__media-list-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  .product__media-sublist .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .product__media-subitem {
    flex: 0 0 64px;
    width: 64px;
    height: 80px;
    scroll-snap-align: start;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  .product__media-subitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Neutralise duplicate/fallback sublist */
.product__media-sublist.no-js {
  display: none !important;
}

/* Main gallery slides maintain good aspect ratio */
.product__media-list .swiper-slide {
  aspect-ratio: 4 / 5;
}

/* ------------------------------
   2. Tasting / Pairing / Icon Polish
   ------------------------------ */

.tasting-container {
  background: #000;
  color: #fff;
}
.tasting-container h1,
.tasting-container h2,
.tasting-container h4,
.tasting-container a {
  color: #fff;
}
.multicolumn-card__image-wrapper img {
  height: auto;
  display: block;
}

/* ----------- Mobile ----------- */
@media (max-width: 749px) {
  .tasting-container {
    padding: 28px 20px 48px;
  }
  .tasting-container h1 {
    font-size: 26px;
    line-height: 1.15;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
  }
  .tasting-notes h2 {
    font-size: 20px;
    margin: 6px 0 12px;
  }
  .tasting-notes p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 18px;
  }

  /* Food pairing icons grid */
  .recipe-icon-container {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 16px;
    margin-top: 18px !important;
  }
  .recipe-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .recipe-icon img {
    max-width: 44px;
    margin: 0 0 6px;
  }
  .recipe-icon span {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
  }

  /* Pairing recipe */
  .paring-recipe h2 {
    font-size: 20px;
    margin: 28px 0 12px;
  }
  .recipe-list__item {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 14px;
  }
  .multicolumn-card__image-wrapper {
    width: 100%;
  }
  .multicolumn-card__image-wrapper img {
    width: 100%;
    max-width: none !important;
    border-radius: 6px;
  }
  .multicolumn-card__info {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .multicolumn-card__info .subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
  }
  .multicolumn-card__button.button--simple span {
    text-decoration-thickness: 2px;
  }

  /* Accreditation icons row */
  .icon-container {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px 18px;
    justify-content: center;
    padding: 20px 16px 32px !important;
  }
  .icon-set {
    width: calc(33.333% - 12px);
    min-height: auto !important;
    align-items: center;
    text-align: center;
  }
  .icon-set img {
    max-width: 30px !important;
    margin: 0 auto 6px !important;
  }
  .icon-set span {
    font-size: 13px;
    font-weight: 700;
    display: block;
  }
  .icon-text-list {
    align-items: center !important;
  }
}

/* ----------- Desktop / Tablet ----------- */
@media (min-width: 750px) {
  .recipe-list__item {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .multicolumn-card__image-wrapper img {
    max-width: 300px;
  }
}
/* ===== RARAVINA — Recipe pages polish ===== */

/* Make section labels bold and tidy spacing */
#MainContent .rte h2,
#MainContent .rte h3,
#MainContent .rte strong {
  font-weight: 700;
}
#MainContent .rte h2 { margin: 1.25rem 0 0.75rem; }
#MainContent .rte h3 { margin: 1rem 0 0.5rem; }

/* Images behave predictably in the flow */
#MainContent .rte img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* --- Mobile slider/“tabs” cleanup --- */
@media (max-width: 749px) {
  /* Kill fixed/min heights that leave big white gaps */
  #MainContent .slider,
  #MainContent [data-slider],
  #MainContent .slider__slide,
  #MainContent .slider--mobile,
  #MainContent .slideshow,
  #MainContent .slideshow__slide {
    min-height: unset !important;
    height: auto !important;
  }

  /* Give the pager a little breathing room but keep it close to content */
  #MainContent .slider-buttons,
  #MainContent .slider__controls,
  #MainContent .slider-counter,
  #MainContent .slideshow__controls {
    margin-top: 1rem;
  }

  /* Optional: keep the pager visible as you scroll long instructions */
  #MainContent .slider__controls {
    position: sticky;
    bottom: 0;
    z-index: 5;
    /* background so it doesn’t sit on transparent content */
    background: var(--color-background, #fff);
    padding: .25rem 0;
  }
}

/* Make the “Wine Pairing” header sit a touch closer after the pager */
#MainContent h2[id*="pairing"],
#MainContent h2:has(+ .product-grid),
#MainContent h2:has(+ .collection) {
  margin-top: 1.5rem;
}