/** Shopify CDN: Minification failed

Line 2319:20 Unexpected "]"

**/
/* /section/ Variables & Root */
:root {
  --color-error: 234, 2, 2;
  --color-error-border: 234, 2, 2;
  --color-error-background: 255, 245, 245;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --alpha-button-background: 1;
}

/* /section/ Dark Mode & Color Schemes */
[data-scheme=dark] .badge--soldout {
  color: #fff;
  text-transform: uppercase;
}

[data-scheme=dark] .placeholder-svg {
  filter: brightness(0.5) grayscale(1);
}

[data-scheme=dark] .compare {
  color: #e5e5e5;
}

[data-scheme=dark] .card__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
  background-color: #212121;
}

[data-scheme=dark] .logo-list__image--dark:not(:only-child) {
  display: block;
}

[data-scheme=dark] .logo-list__image--dark:not(:only-child)+.logo-list__image--light {
  display: none;
}

@media(prefers-color-scheme: dark) {
  [data-scheme=auto] .badge--soldout.badge--soldout {
    color: #fff;
    text-transform: uppercase;
  }

  [data-scheme=auto] .placeholder-svg {
    filter: brightness(0.5) grayscale(1);
  }

  [data-scheme=auto] .compare {
    color: #e5e5e5;
  }

  [data-scheme=auto] .card__link::after,
  [data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-background));
  }

  [data-scheme=auto] .logo-list__image--dark:not(:only-child) {
    display: block;
  }

  [data-scheme=auto] .logo-list__image--dark:not(:only-child)+.logo-list__image--light {
    display: none;
  }
}

/* /section/ Layout & Containers */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1200px) {
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media(min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100%;
  }
}

@media(min-width: 750px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
}

@media(min-width: 990px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
}

@media(min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 100%;
  }
}

@media(min-width: 1360px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1904px;
  }
}

/* /section/ Base & HTML/Body */
.no-js:not(html) {
  display: none !important;
}

html,
body {
  scrollbar-gutter: stable;
}

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

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

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

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

body,
.color-background-1,
.color-background-2,
.color-background-3 {
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing)*.1);
}

/* /section/ Shopify Challenge */
.shopify-challenge__container {
  margin: 7rem auto;
}

.shopify-challenge__error {
  padding-left: 0;
}

.shopify-challenge__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);
  font-size: 1.4rem;
  line-height: var(--font-body-line-height);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  width: 100%;
  min-height: 4.4rem;
  padding: 0 2.4rem;
  transition: background-color var(--duration-default), color var(--duration-default);
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
  margin-top: 2.4rem !important;
}

@media screen and (min-width: 576px) {
  .shopify-challenge__button {
    width: auto;
  }
}

.shopify-challenge__button:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text-hover));
}

.shopify-challenge__button:focus {
  background-color: rgba(var(--color-button));
}

/* /section/ Utility Classes */
.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;
}

.visibility-hidden {
  visibility: hidden;
}

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

.overflow-hidden,
.overflow-hidden-drawer,
.overflow-hidden-modal,
.overflow-hidden-products {
  overflow: hidden;
  touch-action: none;
}

/* /section/ Details & Summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

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

/* /section/ Header Logo Logic */
@media(prefers-color-scheme: light) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
  }

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

  .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
  .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
    display: block;
  }

  .header__heading .header__heading-logo:only-child,
  .header__heading-link .header__heading-logo:only-child {
    display: block !important;
  }
}

[data-scheme=light] .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
}

[data-scheme=light] .header__heading .header__heading-logo--overlay,
[data-scheme=light] .header__heading-link .header__heading-logo--overlay {
  display: none;
}

[data-scheme=light] .header__heading .header__heading-logo:not(.header__heading-logo--overlay),
[data-scheme=light] .header__heading-link .header__heading-logo:not(.header__heading-logo--overlay) {
  display: block;
}

[data-scheme=light] .header__heading .header__heading-logo:only-child,
[data-scheme=light] .header__heading-link .header__heading-logo:only-child {
  display: block !important;
}

@media(prefers-color-scheme: dark) {
  .header__heading-logo:not(.header__heading-logo--overlay) {
    display: none;
  }

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

  .header__heading-logo:only-child {
    display: block !important;
  }
}

[data-scheme=dark] .header__heading-logo:not(.header__heading-logo--overlay) {
  display: none;
}

[data-scheme=dark] .header__heading-logo.header__heading-logo--overlay {
  display: block;
}

[data-scheme=dark] .header__heading-logo:only-child {
  display: block !important;
}

/* /section/ Components & Placeholders */
.placeholder-svg {
  filter: grayscale(1);
}

.background {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

p {
  color: rgb(var(--color-foreground));
}

/* /section/ Grids & Sections */
.section-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.6rem 2rem;
}

@media screen and (min-width: 750px) {
  .section-grid {
    gap: 2.4rem 2rem;
  }
}

.section-grid .description {
  margin-bottom: 0;
}

.section-grid .section-top+.button {
  grid-row: 3;
  grid-column: span 2;
  align-self: end;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .section-grid .section-top+.button {
    grid-row: unset;
    grid-column: unset;
    width: auto;
    align-self: center;
  }
}

.section-grid_no-text {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 576px) {
  .section-grid_no-text {
    flex-direction: column;
  }

  .section-grid_no-text>.button {
    align-self: flex-end;
  }
}

.section-grid-slider {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.6rem 2rem;
}

@media screen and (min-width: 750px) {
  .section-grid-slider {
    gap: 2.4rem 2rem;
  }
}

.section-grid-slider .content,
.section-grid-slider .product-recommendations__loading,
.section-grid-slider .product-recommendations__empty {
  grid-column: span 3;
}

.section-grid-slider .section-top~.button {
  grid-row: 3;
  grid-column: span 3;
  align-self: end;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .section-grid-slider .section-top~.button {
    grid-row: unset;
    grid-column: unset;
    width: auto;
    align-self: center;
  }
}

.section-grid-slider .description {
  margin-bottom: 0;
}

.section-grid-slider_nav {
  grid-template-columns: 1fr auto;
}

.section-grid-slider_nav .content,
.section-grid-slider_nav .product-recommendations__loading,
.section-grid-slider_nav .product-recommendations__empty {
  grid-column: span 2;
}

.section-grid-slider.section-grid_no-text .content,
.section-grid-slider.section-grid_no-text .product-recommendations__loading,
.section-grid-slider.section-grid_no-text .product-recommendations__empty {
  grid-column: span 2;
}

@media screen and (max-width: 575px) {
  .section-grid-slider.section-grid_no-text {
    display: flex;
    flex-direction: column-reverse;
  }
}

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

.section-border {
  position: relative;
}

.section-border .container::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: .1rem;
  background-color: rgb(var(--color-border));
  max-width: calc(100% - 4rem);
}

@media screen and (min-width: 1200px) {
  .section-border .container::before {
    max-width: calc(100% - 6.4rem);
  }
}

@media screen and (min-width: 1904px) {
  .section-border .container::before {
    max-width: calc(1904px - 6.4rem);
  }
}

.section-border-full .container::before {
  left: 0;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .products--2-mobile .card-wrapper .price--on-sale .price__sale {
    flex-direction: row;
    align-items: flex-start;
    column-gap: .4rem;
  }

  .products--2-mobile .card-wrapper .price--on-sale .price__sale dt {
    order: 1;
  }
}

/* /section/ RTL Support */
[dir=rtl] input[dir=ltr],
[dir=rtl] textarea[dir=ltr] {
  text-align: right !important;
}

[dir=rtl] .contact-form .field label {
  left: 0;
  right: 1.6rem;
}

[dir=rtl] .facets__wrapper-top .facets__close {
  margin: -1.4rem 0 -1.4rem -1.4rem !important;
}

[dir=rtl] .facets-sorting__field select {
  padding-left: 3.4rem !important;
  padding-right: 0 !important;
}

[dir=rtl] .facets__range {
  display: none;
}

[dir=rtl] .field select+svg {
  right: auto !important;
  left: -1rem !important;
}

[dir=rtl] .header__column {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  [dir=rtl] .header__icons+.header__icons {
    margin-left: 0;
    margin-right: 1.7rem;
  }
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .header__region+.header__icons {
    margin-left: auto;
    margin-right: 2.4rem;
  }
}

[dir=rtl] .header__icons::before {
  display: none !important;
}

[dir=rtl] .header__icons:after {
  background-color: rgba(255, 255, 255, .1215686275);
}

@media screen and (min-width: 990px) {
  [dir=rtl] .header__icons+.header__icons:after {
    content: "";
    display: block;
    width: .1rem;
    height: 3.2rem;
    position: absolute;
    left: 5.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(var(--color-border));
  }
}

[dir=rtl] .list-menu--inline>.list-menu-item>.header__menu-item+.header__submenu {
  left: 0;
  right: 1.2rem;
}

[dir=rtl] .header .search__input {
  padding: 0 4.2rem 0 2rem;
}

[dir=rtl] .list-menu--disclosure .list-menu--disclosure {
  left: 0;
  right: 100%;
}

[dir=rtl] .header .search__icon {
  left: 0;
  right: .8rem;
}

[dir=rtl] .header__account-modal {
  right: auto;
  left: 0;
}

[dir=rtl] .drawer__inner {
  transform: translate(-100%);
}

[dir=rtl] .burger-menu__wrapper {
  transform: translate(100%);
}

[dir=rtl] .burger-menu__arrow .icon {
  transform: rotate(180deg) !important;
}

[dir=rtl] .burger-menu__toggle {
  margin-left: 0;
  margin-right: -1.3rem !important;
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .burger-menu__toggle--open-btn {
    margin-right: 0;
    margin-left: .8rem !important;
  }
}

[dir=rtl] .header__region-heading {
  margin-left: 0;
  margin-right: .8rem;
}

[dir=rtl] .burger-menu__toggle--close-btn {
  margin-right: 0 !important;
}

[dir=rtl] .drawer__close {
  margin-right: 0;
  margin-left: -1.4rem;
}

[dir=rtl] .list-menu--inline>.list-menu-item:first-child>.header__menu-item {
  padding-right: 0;
  padding-left: 1.2rem;
}

@media screen and (min-width: 750px) {
  [dir=rtl] .header__icon--menu {
    margin-left: 0;
    margin-right: -1.3rem;
  }
}

@media screen and (min-width: 750px) {
  [dir=rtl] .header__icons+.header__icons {
    margin-left: 0;
  }
}

@media screen and (min-width: 750px) {
  [dir=rtl] .header__column {
    margin-right: auto !important;
    margin-left: -1.1rem;
  }
}

@media screen and (min-width: 990px) {
  [dir=rtl] .featured-collection--simple .featured-collection__content {
    padding: 4rem 6.4rem 4rem 0;
  }
}

@media screen and (min-width: 990px) {
  [dir=rtl] .featured-collection__buttons {
    padding-left: 6.4rem;
    padding-right: 0;
    margin-right: 0;
    margin-left: -1.3rem;
  }

  [dir=rtl] .featured-collection__buttons .swiper-button .icon {
    transform: rotate(180deg);
  }
}

@media screen and (min-width: 990px) {
  [dir=rtl] .featured-collection--simple .featured-collection__collection-bottom {
    padding-left: 6.4rem;
    padding-right: 0;
  }
}

[dir=rtl] .featured-collection__collection-item:last-child {
  padding-right: .8rem !important;
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .header--left-logo .header__heading-link {
    margin-left: 2.4rem;
    margin-right: 0;
  }
}

[dir=rtl] .menu-drawer__menu-arrow {
  margin-left: -0.7rem;
  margin-right: 0;
}

[dir=rtl] .menu-drawer__menu-arrow .icon {
  transform: rotate(180deg);
}

[dir=rtl] .menu-drawer {
  transform: translateX(100%);
  right: 0;
  left: auto;
}

[dir=rtl] .menu-drawer .header__localization .mobile-localization-form__button-icon {
  margin-left: -1.6rem;
  margin-right: 0;
}

[dir=rtl] .menu-drawer .header__localization .mobile-localization-form__button-icon .icon {
  transform: rotate(180deg);
}

[dir=rtl] .menu-opening .menu-drawer__header .modal-close-button {
  transform: rotate(180deg) !important;
}

[dir=rtl] .menu-drawer__header {
  padding: .8rem .6rem;
}

[dir=rtl] .featured-product__content .product__outer {
  margin-right: 0;
  margin-left: auto;
}

@media(min-width: 1360px) {
  [dir=rtl] .multicolumn-card__info {
    padding-left: 6.4rem;
    padding-right: 0;
  }
}

@media(min-width: 990px) {
  [dir=rtl] .multicolumn-card__info {
    padding-left: 4rem;
    padding-right: 0;
  }
}

@media(min-width: 750px) {
  [dir=rtl] .multicolumn-card__info {
    padding-left: 2rem;
    padding-right: 0;
  }
}

[dir=rtl] .title--page {
  text-align: right;
}

[dir=rtl] .featured-collections__swiper .swiper-button-next {
  right: auto;
}

@media screen and (min-width: 576px) {
  [dir=rtl] .logo-list__buttons {
    margin-right: 0;
    margin-left: -1.3rem;
  }
}

[dir=rtl] .logo-list__buttons .swiper-button-prev,
[dir=rtl] .logo-list__buttons .swiper-button-next {
  transform: rotate(180deg);
}

[dir=rtl] .popular-products__navigation .swiper-button-prev,
[dir=rtl] .popular-products__navigation .swiper-button-next {
  transform: rotate(180deg);
}

[dir=rtl] .logo-list__item:first-child {
  padding-right: 0;
  padding-left: 5rem;
}

[dir=rtl] .logo-list__item:last-child {
  padding-left: 0;
}

[dir=rtl] .card-information {
  padding: 1rem 0 0 1.6rem;
}

@media screen and (min-width: 750px) {
  [dir=rtl] .card-information {
    padding-left: 1.6rem;
    padding-right: 0 !important;
  }
}

[dir=rtl] .ticker-banner-ticker {
  direction: ltr;
}

[dir=rtl] .ticker-banner-ticker .ticker-banner-ticker-wrapper .ticker-banner-ticker-collection .ticker-banner-ticker-item {
  direction: rtl;
}

[dir=rtl] .ticker-banner-ticker .ticker-banner-ticker-wrapper .ticker-banner-ticker-collection .ticker-banner-icon .icon {
  transform: rotate(180deg);
}

[dir=rtl] .testimonials-buttons .swiper-button .icon {
  transform: rotate(180deg);
}

[dir=rtl] .collections-grid__button-prev .icon,
[dir=rtl] .collections-grid__button-next .icon {
  transform: rotate(180deg);
}

[dir=rtl] .card-horizontal__group {
  padding-left: 1rem;
  padding-right: 0;
}

[dir=rtl] .card-horizontal__group .icon {
  transform: rotate(180deg);
}

[dir=rtl] .card-horizontal-wrapper:hover:not(.card-horizontal-wrapper_blank) .icon {
  transform: translate(-0.5rem) rotate(180deg);
}

[dir=rtl] .article-content {
  padding: 1.6rem 0 0 4rem;
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .article-content {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 750px) {
  [dir=rtl] .article-content {
    padding-left: 2.4rem;
  }
}

[dir=rtl] .product-markers__bottom .product-markers__button-wrapper .product-markers__button-next,
[dir=rtl] .product-markers__bottom .product-markers__button-wrapper .product-markers__button-prev {
  transform: rotate(180deg);
}

[dir=rtl] .product .price-wrapper .price dd:not(:last-child) {
  margin: 0 0 0 .6rem;
}

[dir=rtl] .products-with-tabs__navigation .products-with-tabs__button-prev,
[dir=rtl] .products-with-tabs__navigation .products-with-tabs__button-next {
  transform: rotate(180deg);
}

[dir=rtl] .slideshow__bottom .slideshow__button-wrapper .slideshow__button-prev {
  transform: rotate(0);
}

[dir=rtl] .slideshow__bottom .slideshow__button-wrapper .slideshow__button-prev:hover svg {
  transform: rotate(180deg) translate(-0.5rem) !important;
}

[dir=rtl] .slideshow__bottom .slideshow__button-wrapper .slideshow__button-next {
  transform: rotate(0);
}

[dir=rtl] .slideshow__bottom .slideshow__button-wrapper .slideshow__button-next:hover svg {
  transform: rotate(180deg) translate(0.5rem) !important;
}

@media screen and (min-width: 576px) {
  [dir=rtl] .facets-sorting__field .select::before {
    right: -1.6rem;
    left: 0;
  }
}

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

  [dir=rtl] .collection-product .pagination-wrapper .pagination__item--next,
  [dir=rtl] .main-blog__articles .pagination-wrapper .pagination__item--next,
  [dir=rtl] .article-template__comments .pagination-wrapper .pagination__item--next {
    transform: rotate(180deg);
    margin-right: 3.2rem;
    margin-left: 0;
  }

  [dir=rtl] .collection-product .pagination-wrapper .pagination__item--prev,
  [dir=rtl] .main-blog__articles .pagination-wrapper .pagination__item--prev,
  [dir=rtl] .article-template__comments .pagination-wrapper .pagination__item--prev {
    transform: rotate(180deg);
    margin-left: 3.2rem;
    margin-right: 0;
  }
}

[dir=rtl] .facets__wrapper {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

[dir=rtl] .product-parameters .select__select {
  padding-right: 2rem !important;
  padding-left: 4.4rem !important;
}

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

  [dir=rtl] .article-template__blocks-box .article-template__block .article-template__content-wrapper .rte ol,
  [dir=rtl] .article-template__blocks-box .article-template__block .article-template__content-wrapper .rte ul {
    margin: 0 0 .8rem 2.4rem;
  }
}

[dir=rtl] .rte ol,
[dir=rtl] .rte ul {
  padding-right: 1.6rem;
  padding-left: 2.4rem;
}

[dir=rtl] .template-search__search .search__form-inner .field .field__input,
[dir=rtl] .template-404__page .search__form-inner .field .field__input {
  padding: 0 4.2rem 0 2rem;
}

[dir=rtl] .template-search__search .search__form-inner .search__icon,
[dir=rtl] .template-404__page .search__form-inner .search__icon {
  right: .8rem;
  left: 0;
}

[dir=rtl] .header .search__modal-tab {
  padding: 1.2rem a 0 1.6rem;
}

[dir=rtl] .header .search__modal-tab:last-child {
  padding-left: 0;
  padding-right: 1.6rem;
}

[dir=rtl] .header .search__modal-tab:first-child {
  padding-right: 0;
  padding-left: 1.6rem !important;
}

[dir=rtl] .collection-card__info {
  padding-left: 2rem !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 990px) {
  [dir=rtl] .collection-card__info {
    padding-left: 4rem !important;
  }
}

[dir=rtl] .product-parameters .select .icon {
  left: 1rem !important;
  right: auto !important;
}

[dir=rtl] .blog-aside__banner-wrapper {
  padding: 1rem 1.2rem;
}

[dir=rtl] .blog-aside_banner {
  margin-left: -2.4rem;
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .blog-aside__banner-wrapper {
    margin-right: 1.2rem !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 990px) {
  [dir=rtl] .article-template__blocks_aside_full .article-template__content {
    margin-right: -10.8rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  [dir=rtl] .article-template__blocks_aside_full .article-template__content {
    margin-right: -6.8rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1360px) {
  [dir=rtl] .article-template__blocks_aside_full .article-template__content {
    margin-right: -10.8rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1560px) {
  [dir=rtl] .article-template__blocks_aside_full .article-template__content {
    margin-right: -22.2rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 990px) {
  [dir=rtl] .card__buttons .quick-add:before {
    right: -0.8rem;
    left: 0;
  }
}

[dir=rtl] .quick-add-modal__content-wrapper .product__main .product__media-list-wrapper .product__slider-nav .swiper-button-prev {
  transform: rotate(180deg);
}

[dir=rtl] .quick-add-modal__content-wrapper .product__main .product__media-list-wrapper .product__slider-nav .swiper-button-prev:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(-0.5rem) !important;
}

[dir=rtl] .quick-add-modal__content-wrapper .product__main .product__media-list-wrapper .product__slider-nav .swiper-button-next {
  transform: rotate(180deg);
}

[dir=rtl] .quick-add-modal__content-wrapper .product__main .product__media-list-wrapper .product__slider-nav .swiper-button-next:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(0.5rem) !important;
}

[dir=rtl] product-modal.product-media-modal .product__slider-nav .swiper-button-prev {
  transform: rotate(180deg);
}

[dir=rtl] product-modal.product-media-modal .product__slider-nav .swiper-button-next {
  transform: rotate(180deg);
}

[dir=rtl] .product__slider-nav:not(.product-media-modal__slider-nav) .swiper-button-prev {
  transform: rotate(180deg) !important;
}

[dir=rtl] .product__slider-nav:not(.product-media-modal__slider-nav) .swiper-button-prev:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(-0.5rem) !important;
}

[dir=rtl] .product__slider-nav:not(.product-media-modal__slider-nav) .swiper-button-next {
  transform: rotate(180deg) !important;
}

[dir=rtl] .product__slider-nav:not(.product-media-modal__slider-nav) .swiper-button-next:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(0.5rem) !important;
}

[dir=rtl] .article-card-small__tag:not(:last-child):after {
  left: -0.8rem !important;
  right: auto !important;
}

[dir=rtl] .article-card-overlay__tag:not(:last-child):after {
  left: -0.8rem !important;
  right: auto !important;
}

[dir=rtl] .fp-slideshow__left .fp-slideshow__wrapper .fp-slideshow__bottom .swiper-button-prev {
  transform: rotate(180deg);
}

[dir=rtl] .fp-slideshow__left .fp-slideshow__wrapper .fp-slideshow__bottom .swiper-button-prev:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(-0.5rem) !important;
}

[dir=rtl] .fp-slideshow__left .fp-slideshow__wrapper .fp-slideshow__bottom .swiper-button-next {
  transform: rotate(180deg);
}

[dir=rtl] .fp-slideshow__left .fp-slideshow__wrapper .fp-slideshow__bottom .swiper-button-next:not(.swiper-button-disabled):hover svg {
  transform: rotate(0) translate(0.5rem) !important;
}

/* /section/ Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: 400;
  letter-spacing: .05rem;
  color: rgb(var(--color-foreground-title));
  line-height: 1;
  text-transform: var(--font-heading-text-transform);
  word-wrap: break-word;
  max-width: 100%;
}

h1,
.h1 {
  font-size: calc(var(--font-heading-h1-scale)*2.95rem);
}

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

  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale)*3rem);
  }
}

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

  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale)*3.2rem);
  }
}

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

  h1,
  .h1 {
    font-size: calc(var(--font-heading-h1-scale)*3.6rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-h2-scale)*1.9rem);
}

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

  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale)*2.2rem);
  }
}

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

  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale)*2.6rem);
  }
}

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

  h2,
  .h2 {
    font-size: calc(var(--font-heading-h2-scale)*2.8rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-h3-scale)*1.6rem);
}

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

  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale)*1.8rem);
  }
}

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

  h3,
  .h3 {
    font-size: calc(var(--font-heading-h3-scale)*2rem);
  }
}

h4,
.h4 {
  font-size: calc(var(--font-heading-h4-scale)*1.4rem);
}

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

  h4,
  .h4 {
    font-size: calc(var(--font-heading-h4-scale)*1.6rem);
  }
}

h5,
.h5 {
  font-size: 1.4rem;
}

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

h6,
.h6 {
  font-size: 1.2rem;
}

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

  h6,
  .h6 {
    font-size: 1.4rem;
  }
}

a {
  color: rgba(var(--color-foreground));
  text-decoration-color: rgb(var(--color-foreground));
  transition: color var(--duration-default), text-decoration var(--duration-default);
}

@media only screen and (min-width: 1200px) {
  a:not(.button):hover {
    color: rgba(var(--color-foreground));
    text-decoration-color: rgb(var(--color-foreground));
  }
}

blockquote {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground));
  line-height: 1.3;
  border-top: .3rem solid rgba(var(--color-foreground));
  border-bottom: .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 .1rem rgba(var(--color-foreground), 0.2);
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: .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;
  width: 100%;
  height: .1rem;
  background-color: rgb(var(--color-border));
  border: none;
}

.caption {
  font-size: 1rem;
  color: rgb(var(--color-foreground-secondary));
  line-height: 1.7;
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

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

.center {
  text-align: center;
}

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: .3rem;
  color: rgb(var(--color-link));
  background-color: rgba(0, 0, 0, 0);
  font-size: calc(var(--font-body-scale)*1.4rem);
  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;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

@media(prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

.link-hover-line span {
  overflow-wrap: break-word;
  text-decoration: none;
  background: no-repeat 0 100%;
  background-size: 0% .1rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position-x: right;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .link-hover-line:not(:disabled):not([aria-disabled=true]):hover span {
    background-size: 100% .1rem;
    background-position-x: left;
  }
}

.link-hover-line-secondary span {
  overflow-wrap: break-word;
  text-decoration: none;
  background: no-repeat 0 100%;
  background-size: 100% .1rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position-x: left;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .link-hover-line-secondary:not(:disabled):not([aria-disabled=true]):hover span {
    background-size: 0% .1rem;
    background-position-x: right;
  }
}

.body-xl {
  font-size: calc(var(--font-body-scale)*1.6rem);
}

@media only screen and (min-width: 750px) {
  .body-xl {
    font-size: calc(var(--font-body-scale)*1.7rem);
  }
}

@media only screen and (min-width: 1600px) {
  .body-xl {
    font-size: calc(var(--font-body-scale)*1.8rem);
  }
}

.body-large {
  font-size: calc(var(--font-body-scale)*1.4rem);
}

@media only screen and (min-width: 750px) {
  .body-large {
    font-size: calc(var(--font-body-scale)*1.5rem);
  }
}

@media only screen and (min-width: 1600px) {
  .body-large {
    font-size: calc(var(--font-body-scale)*1.57rem);
  }
}

.body-normal {
  font-size: calc(var(--font-body-scale)*1.2rem);
}

@media screen and (min-width: 750px) {
  .body-normal {
    font-size: calc(var(--font-body-scale)*1.3rem);
  }
}

@media only screen and (min-width: 1600px) {
  .body-normal {
    font-size: calc(var(--font-body-scale)*1.4rem);
  }
}

.body-small {
  font-size: calc(var(--font-body-scale)*1.2rem);
  line-height: 1;
  letter-spacing: 0.05rem;
}

@media only screen and (min-width: 750px) {
  .body-small {
    font-size: calc(var(--font-body-scale)*1.35rem);
  line-height: 1;
  letter-spacing: 0.05rem;
  }
}

.body-xs {
  font-size: calc(var(--font-body-scale)*1.05rem);
}

.body-font {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: var(--font-body-line-height);
  letter-spacing: calc(var(--font-body-letter-spacing)*.1);
}

.title {
  margin: 3rem 0 2rem;
}

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

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

@media screen and (min-width: 990px) {
  .title {
    margin: 5rem 0 3rem;
  }
}

.page-header {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  text-align: center;
}

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

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

.subtitle {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0;
  font-family: var(--font-subtitle-family);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1rem;
  font-style: var(--font-subtitle-style);
  text-transform: var(--font-subtitle-text-transform);
  color: rgba(var(--color-foreground-secondary));
  font-size: calc(var(--font-subtitle-scale)*1.2rem);
  word-break: break-word;
}

@media screen and (min-width: 750px) {
  .subtitle {
    font-size: calc(var(--font-body-scale)*1.3rem);
  }
}

@media only screen and (min-width: 1600px) {
  .subtitle {
    font-size: calc(var(--font-body-scale)*1.4rem);
  }
}

.titles {
  max-width: 59.4rem;
}

.titles--center {
  text-align: center;
  max-width: 59.4rem;
  margin-left: auto;
  margin-right: auto;
}

.titles .title a {
  text-decoration: none;
  transition: color var(--duration-default);
}

.titles .title a:hover {
  color: rgb(var(--color-foreground), 0.7);
}

.titles+.content {
  margin-top: 1.6rem;
}

@media screen and (min-width: 750px) {
  .titles+.content {
    margin-top: 2.4rem;
  }
}

.titles+.description {
  margin-top: .4rem;
}

.titles+.description--center {
  text-align: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.subtitle+.title {
  margin-top: .8rem;
}

.title {
  margin: 0;
}

.description {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1rem;
  max-width: 75rem;
  color: rgba(var(--color-foreground-secondary));
  word-break: break-word;
}

/* /section/ Swiper Animations & Controls */
@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }

  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet {
  width: 3rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet:hover::after {
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet::before,
.class-for-unique-selectors .swiper-pagination .swiper-bullet:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet::after {
  width: .6rem;
  height: .6rem;
  background-color: rgb(var(--color-border));
  border-radius: 50%;
  transition: var(--duration-default);
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet svg {
  position: relative;
  z-index: 4;
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet--svg-animation svg {
  transform: rotate(-90deg);
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet--svg-animation .svg__circle-inner {
  stroke: red;
  fill: rgba(0, 0, 0, 0);
  transition: all .7s ease;
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet-active .svg__circle {
  stroke: rgba(var(--color-button), var(--alpha-button-background));
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  animation-name: progress;
  animation-fill-mode: backwards;
  animation-timing-function: linear;
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet-active::after {
  width: 1rem;
  height: 1rem;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.class-for-unique-selectors .swiper-pagination .swiper-bullet-active::before {
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='1' cx='15' cy='15' r='14' stroke='%23E0E3EE' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.class-for-unique-selectors .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
  .class-for-unique-selectors .swiper-navigation {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (pointer: fine) {
  .class-for-unique-selectors .swiper-navigation_move .swiper-button-next:hover .icon {
    transform: translateX(0.5rem);
  }

  .class-for-unique-selectors .swiper-navigation_move .swiper-button-prev:hover .icon {
    transform: translateX(-0.5rem);
  }
}

.class-for-unique-selectors .swiper-button-next,
.class-for-unique-selectors .swiper-button-prev,
.class-for-unique-selectors .swiper-pagination {
  position: static;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.class-for-unique-selectors .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.class-for-unique-selectors .swiper-button-next,
.class-for-unique-selectors .swiper-button-prev {
  flex: none;
  width: 4.4rem;
  height: 4.4rem;
  color: rgb(var(--color-foreground-secondary));
  transition: color var(--duration-default);
}

.class-for-unique-selectors .swiper-button-next.swiper-button-disabled,
.class-for-unique-selectors .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
  pointer-events: none;
}

.class-for-unique-selectors .swiper-button-next::after,
.class-for-unique-selectors .swiper-button-prev::after {
  display: none;
}

.class-for-unique-selectors .swiper-button-next .icon,
.class-for-unique-selectors .swiper-button-prev .icon {
  width: 1.8rem;
  height: 1.8rem;
  transition: transform var(--duration-default);
}

.class-for-unique-selectors .swiper-button-next:not(.swiper-button-disabled):hover,
.class-for-unique-selectors .swiper-button-prev:not(.swiper-button-disabled):hover {
  color: rgb(var(--color-foreground));
}

.class-for-unique-selectors .swiper-horizontal>.swiper-pagination-bullets {
  margin-top: 1.6rem;
}

@media screen and (min-width: 1200px) {
  .class-for-unique-selectors .swiper-horizontal>.swiper-pagination-bullets {
    margin-top: 3.2rem;
  }
}

.class-for-unique-selectors .swiper-pagination-bullet {
  margin: 0 !important;
  position: relative;
  width: auto;
  height: .1rem;
  flex-grow: 1;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}

.class-for-unique-selectors .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background-color: rgba(var(--color-foreground), 0.3);
  transition: background-color var(--duration-default);
}

.class-for-unique-selectors .swiper-pagination-bullet-active::after {
  background-color: rgb(var(--color-foreground));
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.4rem;
}

.button-wrapper .button svg {
  width: 2rem;
  height: 2rem;
}

/* /section/ Media & Images */
.media {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-foreground), 0.3);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: rgba(0, 0, 0, 0);
}

.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.media--hover-effect>img+img {
  opacity: 0;
}

deferred-media {
  display: block;
}

/* /section/ Buttons */
.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: underline;
  text-decoration-thickness: 0.5px; /* Makes the underline 1px thick */
  text-underline-offset: 4px; /* Adjust this value to add 'padding' above the line */
  border: 0px;
  border-radius: var(--border-radius-button);
  transition: var(--duration-default);
  font-size: 1.4rem;
  line-height: var(--font-body-line-height);
  vertical-align: middle;
  -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 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 4.4rem;
  padding: 0 2.4rem;
  transition: color var(--duration-default);
}

.button--primary span,
.button--secondary span,
.button--tertiary span,
.customer .button--primary span,
.customer .button--secondary span,
.customer .button--tertiary span {
  position: relative;
  z-index: 1;
}

.button--primary::before,
.button--secondary::before,
.button--tertiary::before,
.customer .button--primary::before,
.customer .button--secondary::before,
.customer .button--tertiary::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: translateY(calc(100% + 1px));
  transition: transform var(--duration-default);
}

.button--primary:not(:disabled):not([aria-disabled=true]):hover::before,
.button--secondary:not(:disabled):not([aria-disabled=true]):hover::before,
.button--tertiary:not(:disabled):not([aria-disabled=true]):hover::before,
.customer .button--primary:not(:disabled):not([aria-disabled=true]):hover::before,
.customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover::before,
.customer .button--tertiary:not(:disabled):not([aria-disabled=true]):hover::before {
  transform: none;
}

.button--primary,
.customer .button--primary {
  background-color: rgba(var(--color-button));
  color: rgb(var(--color-button-text));
}

.button--primary::before,
.customer .button--primary::before {
  background-color: rgb(var(--color-button-hover));
}

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

  .button--primary:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--primary:not(:disabled):not([aria-disabled=true]):hover {
    color: rgb(var(--color-button-text-hover));
  }
}

.button--secondary,
.customer .button--secondary {
  background-color: rgba(var(--color-button-secondary));
  color: rgb(var(--color-button-secondary-text));
}

.button--secondary::before,
.customer .button--secondary::before {
  background-color: rgba(var(--color-button-secondary-hover));
}

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

  .button--secondary:not(:disabled):not([aria-disabled=true]):hover,
  .customer .button--secondary:not(:disabled):not([aria-disabled=true]):hover {
    color: rgb(var(--color-button-secondary-text-hover));
  }
}

.button--tertiary,
.customer .button--tertiary {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(var(--color-button-tertiary-text));
  box-shadow: inset 0 0 0 .1rem rgb(var(--color-border-tertiary));
  transition: box-shadow var(--duration-default), color var(--duration-default);
}

.button--tertiary::before,
.customer .button--tertiary::before {
  background-color: rgb(var(--color-button-tertiary-hover));
}

.button--tertiary:not(:disabled):not([aria-disabled=true]):hover,
.customer .button--tertiary:not(:disabled):not([aria-disabled=true]):hover {
  color: rgb(var(--color-button-tertiary-text-hover));
  box-shadow: none;
}

.button .icon-button-arrow,
.customer .button .icon-button-arrow {
  width: 2rem;
  height: 2rem;
}

.button--unstyled,
.customer .button--unstyled {
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}

.button--simple,
.button--simple_secondary,
.customer .button--simple,
.customer .button--simple_secondary {
  display: flex;
  padding: 0;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  color: rgba(var(--color-foreground));
  overflow: visible;
}

.button--simple span,
.button--simple_secondary span,
.customer .button--simple span,
.customer .button--simple_secondary span {
  overflow-wrap: break-word;
  background: no-repeat 0 100%;
  background-size: 0% .1rem;
  background-image: none;
  background-position-x: right;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {

  .button--simple:not(:disabled):not([aria-disabled=true]):hover span,
  .button--simple_secondary:not(:disabled):not([aria-disabled=true]):hover span,
  .customer .button--simple:not(:disabled):not([aria-disabled=true]):hover span,
  .customer .button--simple_secondary:not(:disabled):not([aria-disabled=true]):hover span {
    background-position-x: left;
    background-size: 100% .1rem;
  }
}

.button--simple_secondary,
.customer .button--simple_secondary {
  color: rgba(var(--color-foreground-secondary));
}

.button--simple_secondary span,
.customer .button--simple_secondary span {
  background-size: 100% .1rem;
  background-position-x: left;
}

@media screen and (pointer: fine) {

  .button--simple_secondary:not(:disabled):not([aria-disabled=true]):hover span,
  .customer .button--simple_secondary:not(:disabled):not([aria-disabled=true]):hover span {
    background-size: 0% .1rem;
    background-position-x: right;
  }
}

.button--full-link,
.customer .button--full-link {
  position: static;
}

.button--full-link:after,
.customer .button--full-link:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.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:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: .5;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-close-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 4.4rem;
  height: 4.4rem;
  border: none;
  overflow: hidden;
  color: rgb(var(--color-foreground));
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: opacity var(--duration-default);
}

.modal-close-button svg {
  width: 1.6rem;
  height: 1.6rem;
}

.modal-close-button:hover {
  opacity: .7;
}

/* /section/ Scroll Top Button */
.scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: .8rem;
  right: .8rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  border: none;
  border-radius: var(--border-radius-button);
  opacity: 0;
  z-index: 999;
  transition: background-color var(--duration-default), opacity var(--duration-default);
}

.scroll-top .icon {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.scroll-top.show {
  opacity: 1;
}

.scroll-top:hover {
  background-color: rgb(var(--color-button-hover));
}

@media(prefers-color-scheme: dark) {

  [data-scheme=auto] .button--simple,
  [data-scheme=auto] .button--simple_link,
  [data-scheme=auto] .button--simple_secondary {
    color: rgb(var(--color-foreground));
  }

  [data-scheme=auto] .button--simple:hover,
  [data-scheme=auto] .button--simple_link:hover,
  [data-scheme=auto] .button--simple_secondary:hover {
    color: #e3e4e5;
  }
}

[data-scheme=dark] .button--simple,
[data-scheme=dark] .button--simple_link,
[data-scheme=dark] .button--simple_secondary {
  color: rgb(var(--color-foreground));
}

[data-scheme=dark] .button--simple:hover,
[data-scheme=dark] .button--simple_link:hover,
[data-scheme=dark] .button--simple_secondary:hover {
  color: #e3e4e5;
}

/* /section/ Fields & Inputs */
.field {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.field label {
  position: relative;
  transition: var(--duration-short);
  order: -1;
}

.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 {
  width: 100%;
  min-height: 4.4rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: 1.4rem;
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background-input));
  border-radius: var(--border-radius-button);
  box-sizing: border-box;
  transition: border var(--duration-default), background-color var(--duration-default);
  overflow: hidden;
  border: .1rem solid rgba(0, 0, 0, 0);
}

.field input[type=text]::placeholder,
.field input[type=email]::placeholder,
.field input[type=tel]::placeholder,
.field input[type=search]::placeholder,
.field input[type=password]::placeholder,
.field select::placeholder,
.field .field__input::placeholder {
  letter-spacing: -0.02em;
  font-weight: var(--font-body-weight);
  color: rgb(var(--color-foreground-secondary));
  transition: opacity var(--duration-default);
}

.field input[type=text]:hover:not(:focus)::placeholder,
.field input[type=email]:hover:not(:focus)::placeholder,
.field input[type=tel]:hover:not(:focus)::placeholder,
.field input[type=search]:hover:not(:focus)::placeholder,
.field input[type=password]:hover:not(:focus)::placeholder,
.field select:hover:not(:focus)::placeholder,
.field .field__input:hover:not(:focus)::placeholder {
  opacity: .7;
}

.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;
  border-color: rgb(var(--color-border-input-focus));
}

.field textarea.field__input,
.field .textarea {
  border-radius: .6rem;
}

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

.field input[type=search]::placeholder {
  color: rgba(var(--color-foreground-secondary));
}

.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=password],
.field .field__input {
  flex-grow: 1;
  padding: 1.2rem 1.6rem;
  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 {
  font-size: 1.4rem;
}

.field input[type=text]:focus::placeholder,
.field input[type=email]:focus::placeholder,
.field input[type=tel]:focus::placeholder,
.field input[type=password]:focus::placeholder,
.field .field__input:focus::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: "*";
  position: relative;
  top: 0;
  left: .1rem;
  color: rgb(var(--color-error));
}

.field input[type=text]+label,
.field input[type=email]+label,
.field input[type=tel]+label,
.field input[type=password]+label,
.field .field__input+label {
  text-transform: none;
  color: rgb(var(--color-foreground-secondary));
}

.field textarea.field__input {
  padding: 2rem 1.6rem;
}

.field .select {
  width: 100%;
}

.field .select .placeholder-select {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground-secondary));
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.field .select .placeholder-select span {
  color: rgb(var(--color-error));
}

.field select {
  cursor: pointer;
  padding: .4rem 4rem .4rem 1.6rem;
  min-height: 4.4rem;
  background-color: rgb(var(--color-background-input));
  letter-spacing: calc(var(--font-body-letter-spacing)*.1);
  transition: color var(--duration-default);
}

.field select:hover {
  color: rgb(var(--color-foreground), 0.7);
}

.field select+svg {
  width: 3.2rem;
  height: 3.2rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: rgb(var(--color-foreground-secondary));
  stroke: rgb(var(--color-foreground));
}

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

.field--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
}

.field--checkbox input[type=checkbox]:checked+label::before {
  border-color: rgb(var(--color-button));
  background-color: rgb(var(--color-button));
}

.field--checkbox input[type=checkbox]:checked+label .icon-checkmark {
  visibility: visible;
}

.field--checkbox input[type=checkbox]+label {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  position: relative;
  cursor: pointer;
}

.field--checkbox input[type=checkbox]+label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: .2rem;
  border: .1rem solid rgb(var(--color-border));
  background-color: rgb(var(--color-background));
  transition: border-color var(--duration-default);
}

.field--checkbox input[type=checkbox]+label .icon-checkmark {
  position: absolute;
  left: .4rem;
  top: calc(50% - .4rem);
  z-index: 5;
  visibility: hidden;
  color: rgb(var(--color-button-text));
}

.field--checkbox input[type=checkbox]+label a {
  text-decoration: none;
  transition: var(--duration-default);
}

.field--checkbox input[type=checkbox]+label a:hover {
  opacity: .8;
}

.field--checkbox input[type=checkbox][required]+label span::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  color: rgb(var(--color-error));
}

.field--pass {
  position: relative;
}

.field--pass .button-pass-visibility {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 1.6rem;
  right: 2.4rem;
  cursor: pointer;
}

.field--pass .button-pass-visibility svg {
  color: rgba(var(--color-foreground), 0.5);
}

.field--pass .button-pass-visibility svg.icon-eye {
  display: none;
}

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

.form--shadow input[type=text],
.form--shadow input[type=email],
.form--shadow input[type=tel],
.form--shadow input[type=search],
.form--shadow input[type=password],
.form--shadow select,
.form--shadow .field__input {
  border: none;
  box-shadow: 0px 8px 40px 0px rgba(1, 22, 36, .08);
}

.form__label {
  display: block;
}

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

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

/* /section/ Focus & Accessibility */
*:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.focus-inset:focus-visible {
  outline: .1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: .2rem;
  box-shadow: 0 0 .2rem 0 rgba(var(--color-foreground), 0.3);
}

.focus-inset:focus {
  outline: .1rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: .2rem;
}

.focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* /section/ Modals */
.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: rgba(0, 0, 0, 0);
}

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

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

/* /section/ Announcement Bar */
.section-announcement {
  height: var(--announcement-height);
  z-index: 4;
}

.announcement-bar {
  display: flex;
  justify-content: center;
  height: var(--announcement-height);
}

.announcement-bar__wrapper {
  display: flex;
  flex-direction: column;
}

.announcement-bar__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  padding: .4rem 0;
  box-sizing: border-box;
}

.announcement-bar__text {
  max-width: 64rem;
  font-size: 1.2rem;
  color: rgb(var(--color-foreground));
  height: 100%;
  overflow-y: auto;
  display: flex;
}

.announcement-bar__text a {
  overflow-wrap: break-word;
  text-decoration: none;
  background: no-repeat 0 100%;
  background-size: 100% .1rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position-x: left;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .announcement-bar__text a:not(:disabled):not([aria-disabled=true]):hover {
    background-size: 0% .1rem;
    background-position-x: right;
  }
}

.announcement-bar__text .span {
  margin: auto 0;
  text-align: center;
}

.announcement-bar__text::-webkit-scrollbar {
  width: .4rem;
}

.announcement-bar__text::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

/* /section/ Breadcrumbs */
.breadcrumb {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem .8rem;
  margin: .8rem 0 .8rem 0;
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  line-height: normal;
  color: rgba(var(--color-foreground-secondary));
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .breadcrumb {
    margin: 2.4rem 0 0 0;
  }
}

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

.breadcrumb__delimiter {
  transform: scale(1.16);
}

.breadcrumb .link-hover-line-secondary {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color var(--duration-default);
}

.breadcrumb .link-hover-line-secondary:hover {
  color: rgba(var(--color-foreground-secondary)) !important;
}

/* /section/ Popups */
@media screen and (min-width: 576px) {
  .popup-scroll-hidden {
    overflow: hidden;
    width: 100%;
    touch-action: none;
  }
}

@media screen and (max-width: 575px) {
  .popup-scroll-hidden-mobile {
    overflow: hidden;
    width: 100%;
    touch-action: none;
  }
}

.popup-animated {
  animation-duration: .5s;
  animation-fill-mode: both;
  overflow: hidden !important;
}

@keyframes popupOpenFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes popupExitFade {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes popupOpenSlide {
  from {
    transform: translate3d(0, 100vh, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes popupExitSlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100vh, 0);
  }
}

@keyframes popupOpenZoom {
  from {
    opacity: 0;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes popupExitZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.1);
  }
}

@keyframes popupOpenSlideFade {
  from {
    opacity: 0;
    transform: translate3d(0, 4rem, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes popupExitSlideFade {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 4rem, 0);
  }
}

.popupOpenFade {
  animation-name: popupOpenFade;
}

.popupExitFade {
  animation-name: popupExitFade;
}

.popupOpenSlide {
  animation-name: popupOpenSlide;
}

.popupExitSlide {
  animation-name: popupExitSlide;
}

.popupOpenZoom {
  animation-name: popupOpenZoom;
}

.popupExitZoom {
  animation-name: popupExitZoom;
}

.popupOpenSlideFade {
  animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
  animation-name: popupExitSlideFade;
}

.popup {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transition: var(--duration-default);
}

.popup--top {
  top: 1rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.popup--top-left {
  top: 1rem;
  left: 1rem;
}

.popup--top-right {
  top: 1rem;
  right: 1rem;
}

.popup--bottom {
  bottom: 1rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.popup--bottom-left {
  left: 1rem;
  bottom: 1rem;
}

.popup--bottom-right {
  right: 1rem;
  bottom: 1rem;
}

.popup--left {
  left: 1rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.popup--right {
  top: 50%;
  right: 1rem;
  transform: translate3d(0, -50%, 0);
}

.popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.popup-wrap {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-radius: var(--border-radius-main);
}

.popup-wrap::-webkit-scrollbar {
  width: .4rem;
}

.popup-wrap::-webkit-scrollbar-track {
  background: rgb(var(--color-background));
}

.popup-wrap::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}

.popup-mobile-control {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3.1rem 0 1rem;
  z-index: 2;
  color: rgb(var(--color-background));
  position: relative;
}

.popup-mobile-control::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 4.4rem);
  height: 4.4rem;
}

.popup--top-mobile .popup-mobile-control {
  order: 2;
  padding: 1rem 0 3.1rem;
}

.popup--top-mobile .popup-mobile-control::after {
  top: -3rem;
  width: 100%;
  height: 3rem;
}

@media screen and (min-width: 576px) {
  .popup-mobile-control {
    display: none;
  }
}

.popup--center-mobile .popup-mobile-control {
  display: none;
}

.popup-container {
  width: 100%;
}

.popup-outer {
  position: relative;
  display: flex;
  flex-direction: column;
  --background: rgb(var(--color-background));
  background: var(--background);
}

.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: rgb(var(--color-foreground));
}

@media screen and (max-width: 575px) {
  .popup-main .popup-close {
    color: rgb(var(--color-background));
  }
}

.popup-open {
  display: flex;
}

@media(max-width: 576px) {
  .popup-open {
    flex-direction: column;
  }

  .popup-open[data-mobile-disable=true] {
    display: none;
  }

  .popup-open[data-mobile-disable=true]+.popup-overlay {
    display: none;
  }
}

.popup-open+.popup-overlay {
  display: block;
}

.popup-overlay {
  background: rgba(var(--color-overlay), 0.1);
  backdrop-filter: blur(2px);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999998;
}

.popup-overlay .popup-wrap {
  box-shadow: none;
}

.popup-thumbnail img {
  width: 100%;
  height: 100%;
}

.popup-trigger {
  cursor: pointer;
}

.popup-subheading {
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
  opacity: .7;
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: calc(var(--font-popup-subheading-scale)*1.05rem);
}

@media only screen and (min-width: 750px) {
  .popup-subheading {
    font-size: calc(var(--font-popup-subheading-scale)*1.2rem);
  }
}

.popup-heading {
  margin: 0;
  color: rgb(var(--color-foreground-title));
  font-family: var(--font-popups-heading-family);
  font-style: var(--font-popups-heading-style);
  font-weight: var(--font-popups-heading-weight);
  font-size: calc(var(--font-popup-heading-scale)*1.8rem);
}

@media only screen and (min-width: 750px) {
  .popup-heading {
    font-size: calc(var(--font-popup-heading-scale)*2rem);
  }
}

@media only screen and (min-width: 1600px) {
  .popup-heading {
    font-size: calc(var(--font-popup-heading-scale)*2.2rem);
  }
}

.popup-description {
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: calc(var(--font-popup-desc-scale)*1.2rem);
}

@media screen and (min-width: 750px) {
  .popup-description {
    font-size: calc(var(--font-popup-desc-scale)*1.3rem);
  }
}

@media only screen and (min-width: 1600px) {
  .popup-description {
    font-size: calc(var(--font-popup-desc-scale)*1.4rem);
  }
}

.popup-description a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  background: linear-gradient(to right, currentColor, currentColor) 0 100%/100% .1rem no-repeat;
  background-position-x: left;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .popup-description a:hover {
    background-position-x: right;
    background-size: 0% .1rem;
  }
}

.popup-text {
  color: rgb(var(--color-foreground-secondary));
  font-family: var(--font-popups-text-family);
  font-style: var(--font-popups-text-style);
  font-weight: var(--font-popups-text-weight);
  font-size: calc(var(--font-popup-text-scale)*1.05rem);
}

.popup-text a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  background: linear-gradient(to right, currentColor, currentColor) 0 100%/100% .1rem no-repeat;
  background-position-x: left;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .popup-text a:hover {
    background-position-x: right;
    background-size: 0% .1rem;
  }
}

.popup-text p {
  margin: 0;
}

.popup-main {
  max-width: 100vw;
  max-height: calc(100vh - .4rem);
  max-height: calc(var(--vh, 1vh)*100 - .4rem);
  max-height: calc(100dvh - 2rem);
}

@media(min-width: 576px) {
  .popup-main {
    max-width: calc(100vw - 2rem);
  }
}

@media(min-width: 990px) {
  .popup-main {
    max-width: calc(100vw - 12.8rem);
  }
}

.popup-main-image--left .popup-outer_image .popup-content,
.popup-main-image--right .popup-outer_image .popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-main .popup-wraper-text {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 576px) {
  .popup-main .popup-wraper-text {
    max-width: 33.5rem;
  }
}

.popup-main .popup-heading {
  max-width: 53rem;
  margin: 0;
}

.popup-main .popup-heading+.popup-heading,
.popup-main .popup-heading+.popup-description {
  margin-top: .2rem;
}

.popup-main .popup-heading+.newsletter-form {
  margin-top: auto;
}

.popup-main .popup-heading+.newsletter-form .newsletter-form__inner {
  margin-top: .8rem;
}

.popup-main .popup-description {
  max-width: 44rem;
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
}

.popup-main .popup-description+.popup-heading,
.popup-main .popup-description+.popup-description {
  margin-top: .2rem;
}

.popup-main .popup-description+.newsletter-form {
  margin-top: auto;
}

.popup-main .popup-description+.newsletter-form .newsletter-form__inner {
  margin-top: .8rem;
}

.popup-main .newsletter-form+.popup-heading {
  margin-top: auto;
}

.popup-main .newsletter-form+.popup-description {
  margin-top: auto;
}

.popup-main .popup-text {
  margin-top: .6rem;
  color: rgb(var(--color-foreground-secondary));
}

@media screen and (min-width: 750px) {
  .popup-main .popup-text {
    margin-top: .8rem;
  }
}

.popup-main .popup-text p {
  color: inherit;
}

.popup-main .list-social {
  margin-left: -1.3rem;
  margin-top: .8rem;
}

.popup-main .list-social__item {
  transition: opacity var(--duration-default);
}

.popup-main .list-social__item:hover {
  opacity: .7;
}

@media(min-width: 750px) {
  .popup-main .popup-outer {
    flex-direction: row;
  }
}

.popup-main .popup-thumbnail {
  flex: 1 0 50%;
  display: flex;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.popup-main .popup-thumbnail>img,
.popup-main .popup-thumbnail>picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-main .popup-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: var(--focal_point_mobile);
}

@media screen and (min-width: 576px) {
  .popup-main .popup-thumbnail img {
    object-position: var(--focal_point_desktop);
  }
}

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

  .popup-main .popup-thumbnail--mobile-adapt>img,
  .popup-main .popup-thumbnail--mobile-adapt>picture {
    position: static !important;
  }
}

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

  .popup-main .popup-thumbnail--desktop-adapt>img,
  .popup-main .popup-thumbnail--desktop-adapt>picture {
    position: static !important;
  }
}

.popup-main .popup-content {
  padding: 3rem 2rem;
  flex: 1 0 50%;
  order: 2;
}

@media screen and (min-width: 576px) {
  .popup-main .popup-content {
    padding: 4.8rem;
  }
}

.popup-main .popup-content:first-child:last-child {
  flex: 1 0 100%;
}

.popup-main .popup-content::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-overlay), var(--opacity));
}

.popup-main .popup-wrap.color-background-3 .popup-content .modal-close-button {
  background-color: rgb(var(--color-foreground), 0.12);
  box-shadow: none;
}

@media(min-width: 576px) {
  .popup-main-image--right .popup-outer {
    flex-direction: row-reverse;
  }
}

.popup-main-image--top .popup-outer {
  flex-direction: column;
}

.popup-main-image--top .popup-thumbnail {
  position: relative;
}

.popup-main-image--top .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-main-image--bottom .popup-outer {
  flex-direction: column-reverse;
}

.popup-main-image--bottom .popup-content {
  padding-top: 6.4rem;
}

.popup-main-image--bottom .popup-thumbnail {
  position: relative;
}

.popup-main-image--bottom .popup-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-main .newsletter-form .newsletter-form__inner {
  background-color: rgba(0, 0, 0, 0);
}

.popup-main .newsletter-form .button {
  max-width: 100%;
  width: 100%;
}

.popup-main .newsletter-form__inner {
  display: flex;
  gap: .6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media(min-width: 990px) {
  .popup-main .newsletter-form__inner {
    gap: .8rem;
  }
}

.popup-main .newsletter-form__field-wrapper {
  flex: 1;
  width: 100%;
}

.popup-main .list-social {
  margin-left: -0.6rem;
  margin-bottom: .8rem;
}

.popup-main .list-social:last-child {
  margin-bottom: 0;
}

.popup-main .list-social:empty {
  display: none;
}

@media screen and (max-width: 575px) {
  .popup--top-mobile {
    top: 0;
    bottom: unset;
    left: 0;
    right: unset;
    transform: unset;
    max-width: 100%;
    width: 100% !important;
  }

  .popup--top-mobile .popup-wrap {
    border-radius: 0 0 1.2rem 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  .popup--bottom-mobile {
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    transform: unset;
    max-width: 100%;
    width: 100% !important;
  }

  .popup--bottom-mobile .popup-wrap {
    border-radius: 1.2rem 1.2rem 0 0;
  }
}

@media screen and (max-width: 575px) {
  .popup--center-mobile {
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100% !important;
  }

  .popup--center-mobile .popup-wrap {
    border-radius: 1.2rem;
  }
}

/* /section/ Notification Banner */
@media screen and (max-width: 575px) {
  .notification-banner .popup-wrap {
    border-radius: 0;
  }
}

.notification-banner .popup-outer {
  padding: 2.1rem 2rem;
  background-color: rgb(var(--color-background));
  gap: 1.6rem;
}

.notification-banner .popup-wraper-text {
  height: 100%;
  width: 100%;
  max-width: calc(100% - 2.4rem);
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.notification-banner .popup-button {
  width: 100%;
}

.notification-banner--bar.popup--top {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  transform: none;
}

.notification-banner--bar.popup--top .popup-wrap {
  border-radius: 0;
}

.notification-banner--bar.popup--bottom {
  width: 100%;
  max-width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}

.notification-banner--bar.popup--bottom .popup-wrap {
  border-radius: 0;
}

.notification-banner--bar .popup-outer {
  padding: 4.4rem;
}

.notification-banner--bar .popup-wraper-text {
  height: 100%;
  width: unset;
  max-width: unset;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

@media(min-width: 750px) {
  .notification-banner--bar .popup-outer {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    margin: 0 auto;
  }

  .notification-banner--bar .button {
    margin-top: 0;
    width: auto;
  }
}

.notification-banner--banner .popup-outer {
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  gap: 0;
}

.notification-banner--banner .popup-outer-image--right {
  flex-direction: row-reverse;
}

.notification-banner--banner .popup-outer-image--top {
  flex-direction: column;
}

.notification-banner--banner .popup-outer-image--bottom {
  flex-direction: column-reverse;
}

.notification-banner--banner .popup-outer-image--top .notification-banner__image,
.notification-banner--banner .popup-outer-image--bottom .notification-banner__image {
  position: relative;
  padding-bottom: 55%;
}

.notification-banner--banner .popup-outer-image--top .notification-banner__image img,
.notification-banner--banner .popup-outer-image--bottom .notification-banner__image img {
  position: absolute;
  inset: 0;
}

.notification-banner--banner .popup-button {
  width: auto;
  width: 100%;
  max-width: 18rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: auto;
}

.notification-banner--banner .notification-banner__image {
  flex: 1 36.1%;
  display: none;
  overflow: hidden;
}

.notification-banner--banner .notification-banner__image::before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: 100%;
}

.notification-banner--banner .notification-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 576px) {
  .notification-banner--banner .notification-banner__image {
    display: flex;
  }
}

.notification-banner--banner .notification-banner__content {
  flex: 1 63.9%;
  padding: 1.55rem 2rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (min-width: 576px) {
  .notification-banner--banner .notification-banner__content {
    padding: 2.1rem 2rem;
  }
}

.notification-banner--banner .notification-banner__content .popup-subheading {
  margin-bottom: auto;
}

.notification-banner--banner .popup-close,
.notification-banner--banner .popup-outer_bg .modal-close-button {
  top: 0;
  right: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

/* /section/ Age Verification */
.age-verification {
  position: fixed;
  inset: 0;
  -webkit-backface-visibility: hidden;
  width: 100vw;
  height: 100vh;
  max-width: unset;
  max-height: unset;
  padding: 2.4rem;
  background-color: rgb(var(--color-background));
}

@media screen and (min-width: 750px) {
  .age-verification {
    padding: 6.4rem;
  }
}

.age-verification .popup-text p {
  text-align: center;
}

.age-verification__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-shadow: none;
}

.age-verification__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.age-verification__question {
  display: none;
}

.age-verification__question.show {
  display: block;
}

.age-verification__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  text-align: center;
}

.age-verification__text {
  margin: 0;
  text-align: center;
  color: rgb(var(--color-foreground-secondary));
}

.age-verification__text p {
  margin: 0;
  text-align: center;
  color: rgb(var(--color-foreground-secondary));
}

.age-verification__text a {
  overflow-wrap: break-word;
  text-decoration: none;
  background: no-repeat 0 100%;
  background-size: 100% .1rem;
  background-image: linear-gradient(currentColor, currentColor);
  background-position-x: left;
  transition: background-size var(--duration-default) ease-in-out;
}

@media screen and (pointer: fine) {
  .age-verification__text a:not(:disabled):not([aria-disabled=true]):hover {
    background-size: 0% .1rem;
    background-position-x: right;
  }
}

.age-verification__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
  margin-top: 3.2rem;
}

@media screen and (min-width: 576px) {
  .age-verification__buttons {
    flex-direction: row;
  }
}

@media screen and (min-width: 750px) {
  .age-verification__buttons {
    margin-top: 4rem;
  }
}

.age-verification__buttons .button {
  min-width: 12rem;
}

.age-verification__declined {
  display: none;
}

.age-verification__declined.show {
  display: block;
}

@media(prefers-color-scheme: light) {
  .popup .popup-outer {
    background: var(--background);
  }
}

[data-scheme=light] .popup .popup-outer {
  background: var(--background);
}

@media(prefers-color-scheme: dark) {
  .popup .popup-outer {
    background: #353535;
  }
}

[data-scheme=dark] .popup .popup-outer {
  background: #353535;
}