/** Shopify CDN: Minification failed

Line 10785:0 Expected "}" to go with "{"

**/
@charset "UTF-8";

/* Color custom properties */

:root {

  --color-error: 185, 49, 49;

  --duration-short: 100ms;

  --duration-default: 250ms;

  --duration-long: 500ms;

}



/* Safari only */

@supports (font: -apple-system-body) {

  :root {

    --duration-default: 150ms;

  }

}

:root,

.color-background-1 {

  --color-foreground: var(--color-base-text);

  --color-foreground-title: var(--color-title-text);

  --color-foreground-secondary: var(--color-secondary-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-secondary: var(--color-base-outline-button-labels);

  --color-button-text: var(--color-base-solid-button-labels);

  --alpha-button-background: 1;

  --alpha-button-border: 1;

  --color-overlay: var(--color-overlay-background);

  --color-social: 0, 0, 0;

}



.color-background-2 {

  --color-foreground: var(--color-base-text);

  --color-foreground-title: var(--color-title-text);

  --color-background: var(--color-base-background-2);

  --color-background-input: var(--color-base-background-1);

  --color-social: 0, 0, 0;

}



.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: var(--color-base-solid-button-labels);

  --color-button-text: var(--color-base-button-background);

  --color-button-secondary: 255, 255, 255;

  --color-background-input: transparent;

  --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-background-input: transparent;

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

}



.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 (min-width: 576px) {

  .container-sm, .container {

    max-width: 540px;

  }

}

@media (min-width: 750px) {

  .container-md, .container-sm, .container {

    max-width: 640px;

  }

}

@media (min-width: 990px) {

  .container-lg, .container-md, .container-sm, .container {

    max-width: 960px;

  }

}

@media (min-width: 1100px) {

  .container-xl, .container-lg, .container-md, .container-sm, .container {

    max-width: 1100px;

  }

}

@media (min-width: 1360px) {

  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {

    max-width: 1334px;

  }

}

/* 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.no-js .no-js-hidden {

  display: none !important;

}



html.js .js-hidden {

  display: none !important;

}



html {

  scrollbar-gutter: stable;

}



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

  padding-top: 5rem;

  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: var(--color-border);

}



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

  .spaced-section {

    padding-top: calc(var(--spaced-section) * 0.2);

  }

  .section-border-top {

    padding-top: 10rem;

  }

  .section-border-top__inner:before {

    top: calc((var(--spaced-section) + 10rem) / 2 * -1);

  }

}

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

  .spaced-section {

    padding-top: var(--spaced-section);

  }

  .section-border-top {

    padding-top: 12rem;

  }

}

.spaced-section:first-child:not(.image-section) {

  padding-top: 9.3rem;

}



.spaced-section:first-child.featured-collection-section,

.spaced-section:first-child.shopify-section-video,

.spaced-section:first-child.image-collage-section,

.spaced-section:first-child.slideshow-section {

  padding-top: 0;

}



.spaced-section:first-child.shopify-section-video .video-section {

  padding-top: 0;

}



.spaced-section:not(.image-parallax-section) {

  z-index: 2;

}



.spaced-section.shopify-section-video {

  z-index: 3;

}



.spaced-section--full-width + .spaced-section--full-width {

  padding-top: 0;

}



.spaced-section--full-width:first-child {

  padding-top: 0;

}



.content-for-layout .shopify-section:last-child:not(.image-collage-section):not(.contact-section):not(.shopify-section-video):not(.slideshow-section):not(.video-banner-section) {

  padding-bottom: var(--spaced-section);

}

.content-for-layout--without-breadcrumbs {

  margin-top: 4rem;

}



body,

.color-background-1,

.color-background-2,

.color-background-3,

.color-background-4,

.color-background-5,

.color-inverse {

  color: rgba(var(--color-foreground), 0.6);

  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;

}



.overflow-hidden {

  overflow: hidden;

}



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

}



/* base-details-summary */

summary {

  cursor: pointer;

  list-style: none;

  position: relative;

}



summary .icon-caret {

  position: absolute;

  height: 1.3rem;

  right: 1.5rem;

  top: calc(50% - 0.5rem);

}



summary .icon-caret path {

  fill: rgba(var(--color-foreground), 0.6);

  transition: var(--duration-default);

}



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: 5;

}



@keyframes translate {

  0% {

    transform: translate3d(0, 0, 0);

  }

  100% {

    transform: translate3d(-40rem, 0, 0);

  }

}

@keyframes fade {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

.flickity-viewport {

  transition: height 0.2s;

}



.flickity-enabled {

  outline: none !important;

  box-shadow: none !important;

}



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

  .collection-product-list.collection-product-list--2-mobile {

    grid-template-columns: repeat(2, 1fr);

  }

}



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

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card {

    width: 50%;

  }

}



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

  .featured-products__list.collection-product-list--2-mobile {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

  }

  .featured-products__list.collection-product-list--2-mobile .featured-products__item:first-child {

    grid-column: span 2;

    padding: 2rem;

  }

  .featured-products__list.collection-product-list--2-mobile .featured-products__item:nth-child(2n+1) {

    margin-left: -0.1rem;

  }

  .featured-products__list.collection-product-list--2-mobile .featured-products__item:nth-child(2n) {

    margin-left: 0;

  }

  .featured-products__list.collection-product-list--2-mobile .featured-products__item:first-child {

    margin-left: 0;

    width: calc(100% - 0.1rem);

  }

}



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

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__title,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__title,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__title,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__title {

    font-size: 2rem;

  }

}

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

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__sku,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__sku,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__sku,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__sku {

    font-size: 1.2rem;

    margin: 0 0 0.4rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .сard__vendor,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .сard__vendor,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .сard__vendor,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .сard__vendor {

    font-size: 1rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__title,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__title,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__title,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__title {

    font-size: 1.6rem;

    margin-top: 0.4rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__description,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__description,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__description,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__description {

    font-size: 1.1rem;

    margin-top: 0.8rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card-information__bottom,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card-information__bottom,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card-information__bottom,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card-information__bottom {

    margin-top: 1rem;

    gap: 0.4rem 0.8rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__link::before,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__link::before,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__link::before,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__link::before {

    margin-right: 0.8rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale dt,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale dt,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale dt,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .price--on-sale .price__sale dt {

    order: 1;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .badge .icon,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .badge .icon,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .badge .icon,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .badge .icon {

    width: 1.2rem;

    height: 1.2rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__badge,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__badge,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__badge,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__badge {

    top: 0.8rem;

    left: 0.8rem;

    right: 0.8rem;

    max-width: 100%;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card__badge .badge,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card__badge .badge,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card__badge .badge,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card__badge .badge {

    gap: 0.4rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .badge,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .badge,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .badge,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .badge {

    font-size: 1rem;

    padding: 0.3rem 0.6rem;

  }

  .collection-product-list.collection-product-list--2-mobile .collection-product-card .card-information,

  .popular-products__wrapper.collection-product-list--2-mobile .collection-product-card .card-information,

  .featured-products__list.collection-product-list--2-mobile .collection-product-card .card-information,

  .product-recommendations__list.collection-product-list--2-mobile .collection-product-card .card-information {

    padding: 1rem 1.4rem 1.6rem;

  }

}



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

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card {

    padding: 1.5rem 1.5rem 2rem 1.5rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__info {

    padding: 0;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__info:not(:first-child) {

    margin-top: 2rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__tag span {

    font-size: 1rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__tag:not(:last-child):before {

    top: 50%;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__title {

    font-size: 1.6rem;

    letter-spacing: -0.01em;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__meta {

    margin-top: 1rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__meta span {

    font-size: 1.1rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__excerpt {

    font-size: 1.1rem;

    line-height: 1.3;

    margin-top: 0.6rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item .article-card .article-card__footer:last-child {

    padding-top: 1.6rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item.template-search__page .card-page__content {

    padding: 7rem 2.4rem;

  }

  .collection-results.collection-product-list--2-mobile .template-search__item.template-search__page .card__text {

    font-size: 1.6rem;

    letter-spacing: -0.01em;

  }

}



[dir=rtl] input[dir=ltr],

[dir=rtl] textarea[dir=ltr] {

  text-align: right !important;

}

[dir=rtl] input.quantity__input[dir=ltr][type=number] {

  text-align: center !important;

}

[dir=rtl] input[type=range] {

  direction: initial !important;

}

[dir=rtl] input[type=text],

[dir=rtl] input[type=email],

[dir=rtl] input[type=search],

[dir=rtl] input[type=tel],

[dir=rtl] input[type=password],

[dir=rtl] .field__input {

  text-align: right;

  direction: rtl;

}

[dir=rtl] input[type=text][required] + label:after,

[dir=rtl] input[type=email][required] + label:after,

[dir=rtl] input[type=search][required] + label:after,

[dir=rtl] input[type=tel][required] + label:after,

[dir=rtl] input[type=password][required] + label:after,

[dir=rtl] .field__input[required] + label:after {

  content: "*";

  padding-right: 0.3rem;

}

[dir=rtl] input[type=text] + label,

[dir=rtl] input[type=email] + label,

[dir=rtl] input[type=search] + label,

[dir=rtl] input[type=tel] + label,

[dir=rtl] input[type=password] + label,

[dir=rtl] .field__input + label {

  right: 2.8rem;

  left: unset;

}

[dir=rtl] .swiper-rtl .swiper-button-next svg,

[dir=rtl] .swiper-rtl .swiper-button-prev svg {

  transform: rotate(0deg);

}

[dir=rtl] .list-menu--disclosure .list-menu--disclosure {

  left: 100%;

  right: 100%;

}

[dir=rtl] .header__offcanvas-list {

  margin: 0 0 0 auto;

  padding: 1rem 0 1rem 5rem;

}

[dir=rtl] .header__localization .localization-form__select .icon-caret {

  right: unset;

  left: 2rem;

}

[dir=rtl] .currency-flag {

  margin-right: unset;

  margin-left: 0.8rem;

}

[dir=rtl] .header__icon .header__icon-name {

  margin-left: unset;

  margin-right: 0.7rem;

}

[dir=rtl] .header__submenu .header__menu-item .icon-caret {

  right: unset;

  left: 0.8rem;

  transform: rotate(90deg);

}

[dir=rtl] .header__submenu .header__menu-item:hover .icon-caret {

  transform: rotate(90deg) translateY(0.5rem);

}

[dir=rtl] .header__account-modal {

  right: unset;

  left: -2rem;

}

[dir=rtl] .header__account-modal:before {

  right: unset;

  left: 3.2rem;

}

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

  [dir=rtl] .drawer__close {

    right: unset;

    left: 1rem;

  }

}

[dir=rtl] .drawer #CartDrawer .cart-item__media {

  margin-right: unset;

  margin-left: 2rem;

}

[dir=rtl] .drawer #CartDrawer .cart-item__details {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] .drawer #CartDrawer .cart-item cart-remove-button .icon {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] #CartDrawer .drawer__inner {

  transform: translate(-100%);

}

[dir=rtl] .drawer.active #CartDrawer .drawer__inner {

  transform: translate(0);

}

[dir=rtl] .header__submenu.list-menu--disclosure {

  left: -17rem;

}

[dir=rtl] .header__submenu:before {

  left: unset;

  right: 3.2rem;

}

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

  [dir=rtl] .search-modal__form-inner .field .search__input,

  [dir=rtl] .search__form-inner .field .search__input {

    margin-right: unset;

    margin-left: 1rem;

  }

}

[dir=rtl] .menu-drawer summary.menu-drawer__menu-item {

  padding-right: 0;

  padding-left: 5.2rem;

}

[dir=rtl] .menu-drawer__menu-item > .icon-caret {

  right: unset;

  left: 0;

}

[dir=rtl] .menu-drawer__account-register a {

  margin-left: unset;

  margin-right: 0.3rem;

}

[dir=rtl] .localization-form__select .icon-caret {

  margin-left: unset;

  margin-right: 1.4rem;

}

[dir=rtl] .popup .popup-close {

  right: unset;

  left: 8px;

}

[dir=rtl] .icon-button-arrow {

  transform: translate(0) rotate(180deg);

}

[dir=rtl] .button--arrow:hover .icon-button-arrow {

  transform: translate(-0.5rem) rotate(180deg);

}

[dir=rtl] .categories-list__link svg {

  transform: rotate(180deg);

}

[dir=rtl] .categories-list__link:hover svg {

  transform: translate(-10px) rotate(180deg);

}

[dir=rtl] .categories-list__title {

  margin: 0 0 0 10px;

}

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

  [dir=rtl] .categories-list__title {

    margin-right: unset;

    margin-left: 23px;

  }

}

[dir=rtl] .featured-collection .subtitle {

  left: unset;

  right: -2.8rem;

  transform: rotate(0deg);

}

[dir=rtl] .slider-btns {

  justify-content: flex-start;

}

[dir=rtl] .collection-product-list__button svg {

  transform: rotate(180deg);

}

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

  [dir=rtl] .slider-btn--prev:hover {

    transform: translate(0.5rem);

  }

  [dir=rtl] .slider-btn--next:hover {

    transform: translate(-0.5rem);

  }

}

[dir=rtl] .ordered__list-item:nth-child(odd) .ordered__list-number {

  right: unset;

  left: 85%;

}

[dir=rtl] .ordered__list-item:nth-child(2n) .ordered__list-number {

  left: unset;

  right: 91%;

}

[dir=rtl] .ordered__list-item:nth-child(odd):not(:first-child) {

  text-align: left;

}

[dir=rtl] .image-with-text__author-avatar {

  margin-right: unset;

  margin-left: 1rem;

  padding-right: 0;

}

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

  [dir=rtl] .image-with-text__author-avatar {

    margin-right: unset;

    margin-left: 2.8rem;

  }

}

[dir=rtl] .image-with-text__author-avatar-item:not(:first-child) {

  margin-left: unset;

  margin-right: -1.7rem;

}

[dir=rtl] .collapsible-content__digit {

  margin-right: unset;

  margin-left: 0.8rem;

}

@media (min-width: 750px) {

  [dir=rtl] .collapsible-content__digit {

    margin-right: unset;

    margin-left: 1.6rem;

  }

}

[dir=rtl] .collapsible-content__toggle {

  padding: 1rem 0 1rem 0.5rem;

}

@media (min-width: 750px) {

  [dir=rtl] .collapsible-content__toggle {

    padding: 2rem 0 2rem 1.5rem;

  }

}

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

  [dir=rtl] .slideshow__button--prev {

    margin-right: unset;

    margin-left: 2.8rem;

  }

}

[dir=rtl] .slideshow__button--prev {

  margin-right: unset;

  margin-left: 1.6rem;

}

[dir=rtl] .slideshow__button--prev svg {

  transform: rotate(180deg);

}

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

  [dir=rtl] .slideshow__button--next {

    margin-left: unset;

    margin-right: 2.8rem;

  }

}

[dir=rtl] .slideshow__button--next {

  margin-left: unset;

  margin-right: 1.6rem;

}

[dir=rtl] .slideshow__button--next svg {

  transform: rotate(180deg);

}

[dir=rtl] .collapsible-content .collapsible-content__icon svg {

  transform: rotate(90deg);

}

[dir=rtl] .article-content:hover .article-card__button svg {

  transform: rotate(180deg) scale(1.07);

}

[dir=rtl] .featured-product.product .price dd {

  margin: 0 0 0 1.8rem;

}

[dir=rtl] .card__link:before {

  left: unset;

  right: 0;

  margin-right: unset;

  margin-left: 1.25rem;

}

[dir=rtl] .featured-products__list .price dd:not(:last-child) {

  margin: 0 0 0 0.8rem;

}

@media screen and (min-width: 750px) and (hover: hover) and (pointer: fine) {

  [dir=rtl] .featured-products__list .card__link:hover .icon {

    transform: translate(-0.5rem) rotate(180deg);

  }

}

[dir=rtl] .testimonials__button {

  transform: scale(1) rotate(180deg);

}

[dir=rtl] .testimonials__button.slider-btn--prev:hover {

  transform: translate(0.5rem) rotate(180deg);

}

[dir=rtl] .testimonials__button.slider-btn--next:hover {

  transform: translate(-0.5rem) rotate(180deg);

}

[dir=rtl] .blog__button {

  margin-left: unset;

  margin-right: auto;

}

@media (min-width: 1360px) {

  [dir=rtl] .countdown__content {

    padding: 4rem 11rem 4rem 1.5rem;

  }

}

[dir=rtl] .countdown__content {

  text-align: right;

}

[dir=rtl] .countdown__block {

  border-right: 0.1rem solid rgb(var(--color-base-outline-button-labels), 0.2);

  border-left: none;

}

[dir=rtl] .countdown__block:first-child {

  border-right: none;

  border-left: none;

}

@media (min-width: 990px) {

  [dir=rtl] .countdown__block:first-child {

    border-right: 0.1rem solid rgb(var(--color-base-outline-button-labels), 0.2);

  }

}

[dir=rtl] .image-section__cards .card:first-child {

  margin-right: unset;

  margin-left: -6.7rem;

}

[dir=rtl] .image-section__cards .card:last-child {

  margin-left: unset;

  margin-right: -6.7rem;

}

[dir=rtl] .breadcrumb .icon {

  transform: rotate(180deg);

}

[dir=rtl] .card__badge {

  left: unset;

  right: 3rem;

}

[dir=rtl] .card__badge > * {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] .price dd:not(:last-child) {

  margin: 0 0 0 0.8rem;

}

[dir=rtl] .card__link span {

  transform: translate(0);

}

@media screen and (min-width: 750px) and (hover: hover) and (pointer: fine) {

  [dir=rtl] .card-wrapper:hover .card__link span {

    transform: translate(-1rem);

  }

}

@media screen and (min-width: 750px) and (hover: hover) and (pointer: fine) {

  [dir=rtl] .card__link:hover .icon {

    transform: translate(-0.5rem) rotate(180deg);

  }

}

[dir=rtl] .product-tags__tag .icon {

  margin-left: unset;

  margin-right: 0.8rem;

}

[dir=rtl] .product .price dd {

  margin: 0 0 0 1.8rem;

}

[dir=rtl] .share-buttons__label .icon-share {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] .product-recommendations--single .card-wrapper:hover .card-information > svg {

  transform: translate(-0.5rem) rotate(180deg);

}

[dir=rtl] .product__additional-title svg {

  margin-right: unset;

  margin-left: 5rem;

  transition: var(--duration-default);

  transform: rotate(180deg);

}

[dir=rtl] .product__additional:hover .product__additional-title svg {

  transform: translate(-0.5rem) rotate(180deg);

}

[dir=rtl] .product-form__error-message-wrapper svg {

  margin-right: 0;

  margin-left: 0.7rem;

}

[dir=rtl] .icon-filter-two {

  right: unset;

  left: 2.1rem;

}

[dir=rtl] .facets__summary .icon-caret {

  right: unset;

  left: 2rem;

}

[dir=rtl] .pagination__item-arrow.pagination__item--next .icon {

  transform: rotate(180deg);

}

[dir=rtl] .pagination__item-arrow.pagination__item--next:hover .icon {

  transform: translate(-0.5rem) rotate(180deg);

}

[dir=rtl] .pagination__item-arrow.pagination__item--prev .icon {

  transform: rotate(0deg);

}

[dir=rtl] .pagination__item-arrow.pagination__item--prev:hover .icon {

  transform: translate(0.5rem) rotate(0deg);

}

[dir=rtl] .title--page {

  text-align: right;

}

[dir=rtl] cart-remove-button .icon {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] .cart-items th {

  text-align: right;

}

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

  [dir=rtl] .cart-items th + th {

    padding-left: 0;

    padding-right: 3rem;

  }

}

[dir=rtl] .cart-items th:first-child {

  padding-left: 0;

  padding-right: 4rem;

}

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

  [dir=rtl] .cart-item > td + td {

    padding-left: 0;

    padding-right: 3rem;

  }

}

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

  [dir=rtl] .cart-item td:first-child {

    padding-left: 0;

    padding-right: 4rem;

  }

}

[dir=rtl] .cart__footer > div:only-child {

  margin-left: unset;

  margin-right: auto;

}

[dir=rtl] .totals > * + * {

  margin-left: unset;

  margin-right: 0.5rem;

}

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

  [dir=rtl] .blog-articles__grid .blog-articles__article:first-child .article-card {

    padding: 3rem 3rem 3rem 11rem;

  }

}

[dir=rtl] .article-template__meta > span:before {

  right: unset;

  left: 0.7rem;

}

[dir=rtl] .article-template__meta > span {

  padding-right: 0;

  padding-left: 3.2rem;

}

[dir=rtl] .customer .field__wrapper .field:not(:first-child) {

  margin-left: unset;

  margin-right: 1rem;

}

[dir=rtl] .customer .customer-address__list li {

  text-align: right;

}

[dir=rtl] .addresses h2 {

  text-align: right;

}

[dir=rtl] .addresses ul {

  padding-right: 0;

  padding-left: 0;

}

[dir=rtl] .address-edit-buttons button:first-of-type {

  margin-right: unset;

  margin-left: 1rem;

}

[dir=rtl] .addresses input[type=checkbox] + label b {

  margin: 0 0 0 1.1rem;

}



/* 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: -0.15rem;

  color: rgb(var(--color-foreground-title));

  line-height: var(--font-heading-line-height);

  word-wrap: break-word;

  max-width: 100%;

}

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

  h1,

  h2,

  h3,

  h4,

  h5,

  h6,

  .h0,

  .h1,

  .h2,

  .h3,

  .h4,

  .h5 {

    letter-spacing: calc(var(--font-heading-letter-spacing) * 0.1);

  }

}



.h0 {

  font-size: 50px;

}



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

  .h0 {

    font-size: 100px;

  }

}

h1,

.h1 {

  font-size: 40px;

}



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

  h1,

  .h1 {

    font-size: var(--font-heading-h1-size);

  }

}

h2,

.h2 {

  font-size: 30px;

}



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

  h2,

  .h2 {

    font-size: var(--font-heading-h2-size);

  }

}

h3,

.h3 {

  font-size: 25px;

}



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

  h3,

  .h3 {

    font-size: var(--font-heading-h3-size);

  }

}

h4,

.h4 {

  font-size: 20px;

}



@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-foreground));

  text-decoration-color: rgba(var(--color-foreground), 0.2);

}



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 {

  border: none;

  height: 0.1rem;

  background-color: rgba(var(--color-foreground), 0.2);

  display: block;

  margin: 5rem 0;

}



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

  hr {

    margin: 7rem 0;

  }

}

.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,

.customer .field input,

.customer select,

.field__input,

.form__label,

.select__select {

  font-size: 1rem;

  line-height: 1.5;

  letter-spacing: 0.04rem;

}



.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.4rem;

  transition: var(--duration-default);

}



.link--text {

  color: rgb(var(--color-foreground));

  transition: 0.25s;

}



.link--text:hover {

  color: rgba(var(--color-foreground), 0.75);

}



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

}



.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 > span {

  position: relative;

}

.link-hover-line > span::after {

  content: "";

  position: absolute;

  bottom: -0.2rem;

  left: 0;

  height: 0.1rem;

  width: 100%;

  background-color: rgba(var(--color-foreground));

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}

.link-hover-line:hover > span::after {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



/* Component-title */

.title {

  margin: 3rem 0 2rem;

}

.title > .link {

  font-size: inherit;

  font-family: inherit;

  font-style: inherit;

  font-weight: inherit;

  text-transform: inherit;

  line-height: inherit;

  color: inherit;

}



.title-wrapper {

  margin-bottom: 3rem;

}



.title--primary {

  margin: 4rem 0;

}



.title--page {

  text-align: left;

}



.title--page span {

  font-style: var(--font-span-heading-style);

}



.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: 2rem;

  padding-top: 2rem;

  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: 1360px) {

  .page-header {

    margin-bottom: 4rem;

    padding-bottom: 4rem;

  }

}

.subtitle {

  font-family: var(--font-button-family);

  font-weight: var(--font-button-weight);

  font-style: var(--font-button-style);

  letter-spacing: var(--font-button-letter-spacing);

  text-transform: var(--font-button-text-transform);

  color: rgba(var(--color-foreground));

  font-size: 1.1rem;

  margin-bottom: 1rem;

}



@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:not([disabled]):hover {

    transform: translateX(0.5rem);

  }

  .slider-btn--prev:not([disabled]):hover {

    transform: translateX(-0.5rem);

  }

  .slider-btn--next[disabled],

  .slider-btn--prev[disabled] {

    opacity: 0.7;

  }

}

@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 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}



.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,

.button-label,

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

  display: inline-flex;

  justify-content: center;

  align-items: center;

  box-sizing: border-box;

  min-width: 12rem;

  min-height: 5rem;

  padding: 1rem 2rem;

  text-decoration: none;

  border: 0;

  border-radius: 2px;

  background-color: rgba(var(--color-button), var(--alpha-button-background));

  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));

  color: rgb(var(--color-button-text));

  transition: var(--duration-default);

  font-size: 1.1rem;

  line-height: 1.2;

  -webkit-appearance: none;

  appearance: none;

  cursor: pointer;

  overflow: hidden;

  z-index: 1;

}

.button:after,

.button-label:after,

.customer button:after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  transform: translateY(calc(100% + 1px));

  transition: var(--duration-default);

  background-color: rgba(var(--color-button));

  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));

  filter: brightness(0.75);

  z-index: -1;

}



.button--secondary {

  --alpha-button-background: 0;

  background-color: rgba(--color-button-secondary, var(--alpha-button-background));

  box-shadow: 0 0 0 0.1rem rgba(var(--color-button-secondary), var(--alpha-button-border));

  color: rgb(var(--color-button-secondary));

}

.button--secondary:after {

  background-color: rgba(var(--color-button));

  filter: brightness(1);

}



.button--tertiary {

  --alpha-button-background: 0;

  background-color: rgba(var(--color-button-secondary), var(--alpha-button-background));

  box-shadow: 0 0 0 0.1rem rgba(var(--color-button-secondary), var(--alpha-button-border));

  color: rgb(var(--color-button-secondary));

}



.button--simple {

  --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.1rem;

  overflow: visible;

}

.button--simple:after {

  display: none;

}



.button--simple svg {

  color: rgba(var(--color-foreground-title));

}



.button--arrow {

  position: relative;

  gap: 1.4rem;

}



.button--arrow:hover .icon-button-arrow {

  transform: translateX(0.5rem);

}



.icon-button-arrow {

  width: 2.2rem;

  height: 1.6rem;

  transform: translateX(0);

  transition: transform var(--duration-default);

}



.button--primary-size {

  min-height: 6rem;

  min-width: 20rem;

  padding: 1rem 5rem;

}



.button--small {

  padding: 1rem 2.6rem;

  min-height: 4rem;

  min-width: 13rem;

}



.button--tertiary {

  padding: 1rem 1.5rem;

  min-width: 9rem;

  min-height: 3.5rem;

}



/* Button - hover */

.button:not([disabled]):hover:hover:after,

.customer button:not([disabled]):hover:hover:after {

  transform: translateY(0);

}



.button--secondary:not([disabled]):hover {

  color: rgb(var(--color-button-text));

}



.button--simple:not([disabled]):hover {

  color: rgba(var(--color-foreground), 0.7);

}



/* 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;

}



.button--full-width {

  display: flex;

  width: 100%;

}



.button.loading {

  color: transparent;

}



.button.loading:after {

  animation: loading var(--duration-long) infinite linear;

  border: 0.5rem solid rgba(var(--color-button-text), 0.4);

  border-left: 0.5rem solid rgb(var(--color-button-text));

  border-radius: 100%;

  box-sizing: content-box;

  content: "";

  display: block;

  height: 2rem;

  position: absolute;

  width: 2rem;

  margin: auto;

}



@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-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 {

  color: rgba(var(--color-foreground));

}



.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.5rem;

  height: 1.5rem;

  color: rgb(var(--color-button));

}



.share-buttons-simple .icon-copy {

  transform: rotate(-45deg);

}



.share-buttons-simple__item:not(:first-child) {

  margin-left: 0.7rem;

}



.share-buttons-simple__button {

  display: block;

  padding: 0.8rem;

  transition: var(--duration-default);

}



.share-buttons-simple__button:hover {

  color: rgba(var(--color-foreground), 0.2);

}



.modal-close-button {

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 1.2rem;

  height: 4rem;

  min-width: 4rem;

  max-width: 4rem;

  color: rgba(var(--color-foreground), 0.55);

  background-color: transparent;

  border: 0.1rem solid rgba(var(--color-foreground), 0.1);

  border-radius: 50%;

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

}



.fancybox-close-button {

  position: absolute;

  top: 2rem;

  right: 2rem;

  z-index: 1;

}



.button-wrapper {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 6.4rem;

}

.button-wrapper .button {

  min-width: 17.6rem;

  margin-bottom: 0.1rem;

}

.button-wrapper .button svg {

  width: 2rem;

  height: 2rem;

}



.button .spinner {

  display: none;

}

.button.loading span {

  opacity: 0;

}

.button.loading .spinner {

  position: absolute;

  display: inline-block;

}

.button.loading .spinner .path {

  stroke: currentColor;

}



.infinite-scroll__loading {

  display: flex;

  justify-content: center;

  margin-top: 4rem;

  color: rgba(var(--color-button), var(--alpha-button-background));

}

.infinite-scroll__loading .spinner {

  display: none;

  width: 2rem;

  height: 2rem;

}

.infinite-scroll__loading.loading .spinner {

  display: block;

}



.scroll-top {

  cursor: pointer;

  position: fixed;

  bottom: 1rem;

  right: 1rem;

  width: 3.2rem;

  height: 3.2rem;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: rgba(var(--color-button), 0.5);

  border: none;

  border-radius: 0.2rem;

  opacity: 0;

  z-index: 9999999;

  transition: var(--duration-default);

}

.scroll-top svg {

  width: 1.6rem;

  height: 1.6rem;

  fill: rgb(var(--color-button-text));

}

.scroll-top.show {

  opacity: 1;

}

.scroll-top:hover {

  background-color: rgba(var(--color-button), 1);

}



/* Form */

.field__input,

.select__select,

.customer .field input,

.customer select {

  font-family: var(--font-body-family);

  font-style: var(--font-body-style);

  font-weight: var(--font-body-weight);

  -webkit-appearance: none;

  appearance: none;

  background: rgb(var(--color-background-input));

  border-radius: 0.3rem;

  color: rgb(var(--color-foreground));

  font-size: 1.6rem;

  width: 100%;

  border: 0.1rem solid rgba(var(--color-border-input));

  height: 6rem;

  box-sizing: border-box;

  transition: var(--duration-default);

}

.field__input:hover,

.select__select:hover,

.customer .field input:hover,

.customer select:hover {

  border-color: rgb(var(--color-border-input-hover));

}

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

  .field__input,

  .select__select,

  .customer .field input,

  .customer select {

    font-size: 1.2rem;

  }

}



.select__select,

.customer select {

  color: rgba(var(--color-foreground-title));

}



.field__input:focus-visible,

.select__select:focus-visible,

.field input:focus-visible,

.field select:focus-visible {

  outline: none;

}



.field__input:focus,

.select__select:focus,

.field input:focus {

  outline: none;

}



.text-area,

.select {

  display: inline-block;

  position: relative;

  width: 100%;

}



/* Select */

.select .icon-caret,

.customer select + svg {

  width: 1.2rem;

  height: 1.5rem;

  pointer-events: none;

  position: absolute;

  top: calc(50% - 0.6rem);

  right: 2rem;

}



.select .icon-caret path,

.customer select + svg path {

  fill: rgba(var(--color-foreground), 0.6);

  transition: var(--duration-default);

}



.select__select,

.customer select {

  cursor: pointer;

  padding: 0 4rem 0 1.5rem;

}



.select__select {

  font-weight: 600;

  transition: none;

}



.select:hover {

  z-index: 1;

}



/* Field */

.field {

  position: relative;

  width: 100%;

  display: flex;

}



.customer .field {

  display: block;

}



.field--with-error {

  flex-wrap: wrap;

}



.field__input,

.customer .field input {

  flex-grow: 1;

  text-align: left;

  padding: 1.5rem;

}



.field__label,

.customer .field label {

  font-size: 1.6rem;

  left: 1.5rem;

  top: 1.5rem;

  margin-bottom: 0;

  pointer-events: none;

  position: absolute;

  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;

  color: rgba(var(--color-foreground), 0.5);

  letter-spacing: 0.1rem;

  line-height: 1.5;

  text-transform: uppercase;

  font-weight: 600;

  visibility: hidden;

  opacity: 0;

}

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

  .field__label,

  .customer .field label {

    font-size: 1.2rem;

  }

}



.required-field input + label[placeholder] {

  position: absolute;

  left: 1.5rem;

  top: 1.5rem;

  visibility: visible;

  opacity: 1;

  pointer-events: none;

  font-size: 1.2rem;

  font-weight: 400;

  letter-spacing: -0.02em;

  text-transform: none;

}

.required-field input + label[placeholder]:before {

  content: attr(placeholder);

  position: relative;

  color: rgb(var(--color-foreground), 0.5);

  font-weight: var(--font-body-weight);

}

.required-field input + label[placeholder]:after {

  content: "*";

  position: relative;

  color: rgba(var(--color-error));

  padding-left: 0.3rem;

}

.required-field input:focus + label[placeholder]:before, .required-field input:focus + label[placeholder]:after {

  opacity: 0;

}

.required-field input:placeholder-shown + label[placeholder] {

  opacity: 0;

}



.field__input::-webkit-search-cancel-button,

.customer .field input::-webkit-search-cancel-button {

  display: none;

}



.field__input::placeholder,

.customer .field input::placeholder {

  color: rgb(var(--color-foreground), 0.5);

  font-size: 1.6rem;

  letter-spacing: 0.1rem;

}

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

  .field__input::placeholder,

  .customer .field input::placeholder {

    font-size: 1.2rem;

  }

}



.field__input:focus-visible::placeholder,

.customer .field input:focus::placeholder {

  opacity: 0;

}



.field__input::placeholder,

.customer .field input::placeholder {

  color: rgb(var(--color-foreground), 0.5);

  font-size: 1.6rem;

  letter-spacing: -0.02em;

}

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

  .field__input::placeholder,

  .customer .field input::placeholder {

    font-size: 1.2rem;

  }

}



.field__input:focus-visible::placeholder,

.customer .field input:focus::placeholder {

  color: rgb(var(--color-foreground), 0.3);

}



.field__button {

  align-items: center;

  background-color: transparent;

  border: 0;

  color: currentColor;

  cursor: pointer;

  display: flex;

  height: 4.5rem;

  justify-content: center;

  overflow: hidden;

  padding: 0;

  position: absolute;

  right: 0;

  top: 0;

  width: 4.5rem;

}



.field__button > svg {

  height: 2.5rem;

  width: 2.5rem;

}



/* 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;

}



input[type=checkbox] {

  display: inline-block;

  width: auto;

  margin-right: 0.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;

}



.customer .field .form__message {

  font-size: 1.4rem;

  text-align: left;

}



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

}



.customer .field .form__message svg {

  align-self: start;

}



.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: 15rem;

  display: flex;

}



.quantity__input {

  color: currentColor;

  font-size: 1.4rem;

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

  border: 0.1rem solid rgba(var(--color-border-input));

  transition: border-color var(--duration-default);

}

.quantity__button:hover:not(:disabled) {

  border-color: rgb(var(--color-border-input-hover));

}

.quantity__button.disabled {

  pointer-events: none;

}



.quantity__input {

  border-top: 0.1rem solid rgba(var(--color-border-input));

  border-bottom: 0.1rem solid rgba(var(--color-border-input));

}



html.no-js .quantity__input {

  border: 0.1rem solid rgba(var(--color-border-input));

}

html.no-js .quantity__input:hover {

  border: 0.1rem solid rgba(var(--color-border-input-hover));

}



.quantity__button svg {

  width: 1.3rem;

  pointer-events: none;

}



.quantity__button svg path {

  color: rgba(var(--color-foreground-secondary));

  transition: var(--duration-default);

  stroke-width: 0.3;

}



.quantity__button:hover:not(.disabled) 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;

}



/* base-focus */

/*

  Focus ring - default (with offset)

*/

*:focus-visible {

  outline: 0.1rem solid rgba(var(--color-foreground), 0.3);

  outline-offset: 0.2rem;

  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.3rem 0.2rem rgba(var(--color-foreground), 0.2);

}



/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */

*:focus:not(.localization-selector.link) {

  outline: 0.1rem solid rgba(var(--color-foreground), 0.3);

  outline-offset: 0.2rem;

  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0.3rem 0.2rem rgba(var(--color-foreground), 0.2);

}



/* 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 {

  position: absolute;

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

}



.body--hidden .section-announcement {

  transform: translateY(-100%);

  display: none;

}



.announcement-bar {

  font-size: 1.2rem;

}



.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: rgb(var(--color-foreground));

}



.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: 1rem 2rem;

}



.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 {

  font-weight: 400;

  line-height: 145%;

}



.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: 6;

  will-change: transform;

}



.shopify-section-header-sticky {

  position: sticky;

  top: 0;

}



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

  background-color: rgb(var(--color-background));

}

.header-wrapper[data-sticky-type=on-scroll-up] {

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

.header-wrapper[data-sticky-type=always] {

  transition: background-color var(--duration-default);

}

.header-wrapper[data-sticky-type=always] .header {

  background-color: transparent;

  transition: background-color var(--duration-default) !important;

}



@media (min-width: 1330px) {

  .container--header {

    max-width: 1480px;

    margin: 0 auto;

  }

}

@media (min-width: 1760px) {

  .container--header {

    max-width: 1730px;

  }

  .container--header .container {

    max-width: 1600px;

    height: auto;

  }

}

.header {

  position: relative;

  display: grid;

  grid-template-columns: auto 1fr auto;

  grid-template-areas: "left-icon main cart";

  align-items: center;

  background-color: rgb(var(--color-background));

  padding-top: 1rem;

  padding-bottom: 1rem;

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

}

.header > .container {

  display: grid;

  align-items: center;

  grid-template-columns: 1fr auto 1fr;

  grid-template-areas: "navigation heading column";

  grid-area: main;

  padding: 0;

}

.header .header__icon--cart {

  grid-area: cart;

  margin-right: -0.5rem;

}

.header header-drawer,

.header .header__offcanvas {

  grid-area: left-icon;

}

.header header-drawer {

  width: 5.8rem;

}

.header.header--left > .container {

  grid-template-columns: auto 1fr auto;

  gap: 2rem;

  padding: 0 1.2rem;

}

.header .header__heading,

.header .header__heading-link {

  grid-area: heading;

}

.header .header__column {

  grid-area: column;

}

.header .header__inline-menu {

  grid-area: navigation;

}

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

  .header {

    gap: 0;

  }

  .header .header__search {

    justify-content: center;

    padding: 0;

    width: 4.4rem;

    height: 4.4rem;

  }

}

.header__mega-menu .container {

  height: auto;

}



.header .link {

  font-size: 1.1rem;

}



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

  .header {

    padding-top: 1.6rem;

    padding-bottom: 1.6rem;

    position: static;

  }

  .header--left > .container {

    grid-template-areas: "heading navigation column";

  }

  .header--left .header__inline-menu {

    order: 1;

    justify-content: flex-start;

    margin-right: auto;

  }

  .header--left .header__heading {

    order: 0;

  }

  .header--left .header__column {

    order: 2;

  }

  .header--center > .container {

    grid-template-areas: "navigation heading column";

  }

  .header--center .header__inline-menu {

    order: 0;

    justify-content: flex-start;

  }

  .header--center .header__heading,

  .header--center .header__heading-link {

    order: 1;

    transform: translateX(-0.3rem);

  }

  .header--center .header__column {

    order: 2;

  }

  .header--center .header__column .header__account summary {

    padding-right: 0;

  }

}

.header *[tabindex="-1"]:focus {

  outline: none;

}



.header__heading {

  display: inline-flex;

  align-items: center;

  margin: 0;

  line-height: 0;

}



.header__heading span,

.header__heading-link span {

  text-transform: uppercase;

  letter-spacing: 0.3rem;

}



.header > .header__heading-link {

  line-height: 0;

}



.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 {

  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;

  max-width: 100%;

}

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

  .header__heading-logo {

    width: 150px;

  }

}



.header__heading-logo--overlay {

  display: none;

}



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

  .header__heading,

  .header__heading-link {

    justify-self: start;

  }

  .header--center .header__heading-link,

  .header--center .header__heading {

    justify-self: center;

    margin-left: 0;

  }

}

/* Header column */

.header__column {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



/* Header icons */

.header__icons {

  display: flex;

  grid-area: icons;

  justify-self: end;

}



.header__icons > cart-notification {

  padding: 0;

}



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

}



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

}

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

  text-decoration: none;

  justify-content: center;

}

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

  .header__icon--search,

  .header__icon--cart {

    justify-content: flex-start;

  }

}



.header__icon .header__icon-name {

  display: none;

  margin-left: 0.7rem;

}



.header__icon--search .header__icon-name {

  position: relative;

}



.link--text.header__icon--search:hover .icon {

  color: rgb(var(--color-foreground));

}



.header__search:hover .modal__toggle-open {

  color: rgb(var(--color-foreground));

}



/* Header account */

.header__account {

  display: none;

  align-items: center;

  position: relative;

}



.header__account-modal {

  position: absolute;

  top: 100%;

  right: -2rem;

  display: flex;

  flex-direction: column;

  width: 28.5rem;

  height: auto;

  padding: 2rem;

  margin: 0;

  transition: var(--duration-default);

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  box-shadow: 0 20px 30px rgba(var(--color-foreground), 0.05);

  text-transform: none;

  font-weight: var(--font-body-weight);

  z-index: 10;

  opacity: 0;

  transform: translateY(-1.5rem);

  animation: animateMenuOpen var(--duration-default) ease;

}



.header__account-modal:before {

  content: "";

  position: absolute;

  width: 1rem;

  height: 1rem;

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  top: -0.5rem;

  right: 3.2rem;

  transform: rotate(53deg) skew(15deg);

}



.header__account-modal:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0.7rem;

  background-color: rgba(var(--color-background));

}



details[open] > .header__account-modal {

  opacity: 1;

  transform: translateY(0rem);

}



.header__account__login {

  width: 100%;

}



.header__account__login .icon {

  width: 1.5rem;

  height: 1.5rem;

  margin-right: 1rem;

}



.header__account__register {

  margin-top: 1rem;

  font-size: 1.2rem;

  text-align: center;

  color: rgba(var(--color-foreground), 0.8);

  transition: color var(--duration-default);

}

.header__account__register:hover {

  color: rgba(var(--color-foreground));

}



.header__account__name {

  color: rgba(var(--color-foreground));

  padding-bottom: 1rem;

  margin-bottom: 1rem;

  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);

}



.header__account__body {

  list-style: none;

  margin: 0;

  padding: 0;

}



.header__account__body li:not(:first-child) {

  margin-top: 0.5rem;

}



.header__account__body a {

  color: rgba(var(--color-foreground), 0.75);

  text-decoration: none;

  font-size: 1.2rem;

  transition: var(--duration-default);

}



.header__account__body a:hover {

  color: rgba(var(--color-foreground));

}



.header__account__logout {

  width: 100%;

  margin-top: 1.5rem;

}



@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;

  }

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

}



noscript .header__search {

  height: 100%;

}



.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[open] > .header__submenu {

  opacity: 1;

  transform: translateY(0rem);

  animation: animateMenuOpen var(--duration-default) ease;

}



/* Header menu */

.header__offcanvas {

  display: none;

}

.header__offcanvas .newsletter__button {

  padding: 1rem 1rem;

  min-width: 17.5rem;

  width: 17.5rem;

}

.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: 0;

  right: 0;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100vh;

  padding: 3.6rem 0 6.5rem;

  z-index: 12;

  background-color: rgb(var(--color-base-background-1));

}



@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%;

}



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

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

  padding: 1.2rem;

  height: 5rem;

  min-width: 5rem;

  max-width: 5rem;

  color: rgba(var(--color-foreground), 0.55);

  background-color: transparent;

  border: 0.1rem solid rgba(var(--color-foreground), 0.1);

  border-radius: 50%;

  cursor: pointer;

  box-sizing: border-box;

}

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

}

.menu-drawer-container.menu-opening .header__modal-close-button:focus {

  outline: none !important;

  box-shadow: none !important;

}



.header__offcanvas-toggle {

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  width: 4.4rem;

  height: 4.4rem;

  padding: 1.6rem 1.1rem;

  cursor: pointer;

}

.header__offcanvas-toggle .header__offcanvas-toggle-link {

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 100%;

  left: 0;

  top: 0;

  color: rgba(var(--color-button));

}

.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 .icon-close {

  width: 1.4rem;

  height: 1.4rem;

  color: rgba(var(--color-button));

  transition: transform var(--duration-default), opacity var(--duration-default);

}

.header__offcanvas-toggle-link:hover .icon-close {

  transform: rotate(90deg);

}



.header__offcanvas-toggle-link {

  position: absolute;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 4rem;

  height: 4rem;

}



@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(2, 1fr);

  align-items: flex-start;

  justify-content: space-between;

  gap: 4.8rem 2rem;

  padding: 3.6rem 0 0;

  overflow-y: auto;

}

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

  .header__offcanvas-wrapper {

    overflow-y: visible;

  }

}

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

  .header__offcanvas-wrapper {

    grid-template-columns: repeat(1, 1fr);

    gap: 6rem;

  }

}



.header__offcanvas-container {

  height: calc(100% - 5rem);

  overflow-y: auto;

}



.header__offcanvas-fullscreen-menu {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;

  height: 100%;

}



.header__offcanvas-menu-top {

  display: flex;

  align-items: center;

  justify-content: flex-start;

  padding-right: 2rem;

  padding-left: 2rem;

}

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

  .header__offcanvas-menu-top {

    padding: 0;

  }

}

.header__offcanvas-menu-top .modal-close-button {

  border: none;

}



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

  gap: 2.3rem;

  flex: none;

  margin: 0;

  margin-right: auto;

  max-width: 60rem;

  padding: 1rem 5rem 1rem 0;

  list-style: none;

  z-index: 3;

  max-height: 650px;

  overflow-y: auto;

}

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

  .header__offcanvas-list::-webkit-scrollbar {

    width: 0.4rem;

  }

  .header__offcanvas-list::-webkit-scrollbar-thumb {

    background-color: rgb(var(--color-border));

    border-radius: 2rem;

  }

}

@media screen and (max-height: 790px) {

  .header__offcanvas-list {

    max-height: 400px;

  }

}



.header__offcanvas-item {

  display: inline-block;

}



.header__offcanvas-link {

  position: relative;

  text-transform: none;

  text-decoration: none;

}

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

  .header__offcanvas-link {

    font-size: 4rem !important;

  }

}

.header__offcanvas-link::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 0.2rem;

  width: 100%;

  background-color: currentColor;

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}

.header__offcanvas-link:hover::before {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



.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: 1099px) {

  .header__offcanvas-description {

    max-width: 60rem;

  }

}



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

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side {

    position: relative;

    display: block;

    min-width: 50rem;

    width: 60rem;

  }

}

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

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side {

    min-width: 65rem;

    width: 75rem;

  }

}

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

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-image-wrapper:nth-child(1) {

    left: 2.2rem;

    bottom: 0;

    width: 10.1rem;

    height: 6.8rem;

    transform: translateY(50%);

  }

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-image-wrapper:nth-child(2) {

    top: 0;

    right: 2.2rem;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 0.8rem;

    width: 6.8rem;

    height: 10.2rem;

    transform: translateY(-50%);

  }

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-image-wrapper:nth-child(3) {

    top: 0;

    right: 9.8rem;

    width: 6.8rem;

    height: 10.2rem;

    transform: translateY(-50%);

  }

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-wrapper {

    padding: 8.6rem 8rem;

    text-align: center;

    background-color: rgb(var(--color-base-background-2));

  }

}

@media screen and (min-width: 990px) and (max-width: 1440px) {

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-wrapper {

    padding: 5.6rem 4.8rem;

  }

}

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

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-image-wrapper {

    position: absolute;

    overflow: hidden;

  }

  .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-side-image {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

}

.header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side .header__offcanvas-description:not(.header__offcanvas-subscribe--cards) {

  display: block;

  margin-top: 8px;

  text-align: left;

}



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

  .header__offcanvas-side {

    min-width: 50rem;

    width: 60rem;

  }

  .header__offcanvas-side .header__offcanvas-subscribe:not(.header__offcanvas-subscribe--cards) .header__offcanvas-side-wrapper {

    padding: 7.4rem 3.6rem;

  }

}

.header__offcanvas-side-heading {

  margin: 0 auto;

  max-width: 47.5rem;

  font-size: 4rem;

  text-transform: none;

}



.header__offcanvas-side-subheading {

  margin-bottom: 0.8rem;

}



.header__offcanvas-form {

  margin-top: 4.8rem;

}



.header__offcanvas-side-images {

  margin: 0;

  list-style: none;

}



.header__offcanvas-subscribe--cards .header__offcanvas-side-subheading,

.header__offcanvas-subscribe--cards .header__offcanvas-side-heading,

.header__offcanvas-subscribe--cards .header__offcanvas-description,

.header__offcanvas-subscribe--cards .header__offcanvas-form {

  display: none;

}



.header__offcanvas-form--cards {

  display: none;

}



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

  .header__offcanvas-side-images--cards {

    flex: none;

    display: block;

    margin-left: auto;

    padding: 0;

    max-width: 65rem;

    max-height: 48.5rem;

  }

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper {

    position: relative;

    top: unset;

    right: unset;

    bottom: unset;

    left: unset;

    display: block;

    width: 28.6rem;

    height: 36rem;

    background-color: #fefefe;

    border-radius: 3px;

    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.05));

  }

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(1) {

    width: 32.2rem;

    height: 25.8rem;

    background-color: #ebebeb;

    transform: rotate(3deg) translateY(6rem) translateX(27.5rem);

    z-index: 1;

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(1) {

    transform: rotate(3deg) translateY(6rem) translateX(27.5rem);

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(2) {

    width: 28.6rem;

    height: 36rem;

    transform: rotate(-5deg) translateY(-24rem) translateX(4rem);

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(2) {

    transform: rotate(-5deg) translateY(-24rem) translateX(4rem);

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(3) {

    width: 28.4rem;

    height: 34.5rem;

    background-color: #f0f0f0;

    transform: translateY(-46rem) translateX(12.5rem);

    z-index: 2;

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image-wrapper:nth-child(3) {

    transform: translateY(-46rem) translateX(12.5rem);

  }

}

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

  .header__offcanvas-side-images--cards .header__offcanvas-side-image {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

  }

}

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

}



.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: 1.1rem;

}



.header__inline-menu .header__menu-item:hover .icon-caret path {

  fill: rgba(var(--color-foreground));

}



.header--center > .header__heading-link,

.header--center > .header__heading {

  margin-left: 0.6rem;

}

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

  .header--center > .header__heading-link,

  .header--center > .header__heading {

    margin-left: 1.2rem;

  }

}



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

  .header__inline-menu {

    display: block;

  }

  .header--left .header__inline-menu {

    margin-left: 0;

  }

  .header--center .header__inline-menu {

    display: flex;

    padding-right: 2rem;

  }

}

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

  .header--center .header__inline-menu {

    padding-right: 1rem;

  }

}

.header__menu {

  padding: 0 1rem;

}



.header__menu-item {

  padding: 1.6rem;

  overflow: hidden;

  text-decoration: none;

  color: rgba(var(--color-foreground), 0.8);

}

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

  .header__menu-item {

    padding: 1.4rem 1.1rem;

  }

}

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

  .header__menu-item {

    padding: 1.6rem;

  }

}



.header__inline-menu .header__menu-item {

  align-items: flex-start;

}



.header__menu-item > span {

  position: relative;

}



.header__menu-item > span:not(.header__active-menu-item)::after {

  content: "";

  position: absolute;

  bottom: -0.2rem;

  left: 0;

  height: 0.1rem;

  width: 100%;

  background-color: rgba(var(--color-foreground));

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}



.header__menu-item:hover > span:not(.header__active-menu-item)::after {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



.header__inline-menu details[open] .header__menu-item:not(.mega-menu__link) > span:not(.header__active-menu-item)::after {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



.header__menu-item .header__active-menu-item {

  color: rgba(var(--color-foreground));

}



.header__icon .header__icon-name {

  text-decoration: none;

  font-size: 1.1rem;

  line-height: 1.9rem;

  color: rgba(var(--color-foreground), 0.8);

}



.header__icon .header__icon-name::before {

  content: "";

  position: absolute;

  bottom: -1px;

  left: 0;

  height: 1px;

  width: 100%;

  background-color: rgba(var(--color-foreground));

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}



.header__search:hover .header__icon-name::before {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



.header__submenu {

  padding: 2rem;

  text-transform: none;

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  box-shadow: 0 20px 30px rgba(var(--color-foreground), 0.05);

  transition: opacity var(--duration-default) ease;

  z-index: 15;

}

.header__submenu.list-menu--disclosure {

  left: -2rem;

}

.header__submenu::before {

  content: "";

  position: absolute;

  top: -0.5rem;

  left: 3.2rem;

  width: 1rem;

  height: 1rem;

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  transform: rotate(53deg) skew(15deg);

}

.header__submenu::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0.7rem;

  background-color: rgba(var(--color-background));

}

.header__submenu.list-menu {

  padding: 0rem 1.9rem;

}

.header__submenu .icon-caret {

  transition: var(--duration-default);

}

.header__submenu li {

  padding: 1.6rem 0;

  padding-left: 1.7rem;

}

.header__submenu .header__menu-item {

  padding: 0;

  height: auto;

  font-size: 1.4rem;

  font-weight: 400;

  text-transform: none;

}

.header__submenu .header__menu-item.list-menu__item--active {

  text-decoration: none;

  color: rgb(var(--color-foreground));

}

.header__submenu .header__menu-item.list-menu__item--active span::before {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}

.header__submenu .header__menu-item span {

  position: relative;

}

.header__submenu .header__menu-item span::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 0.1rem;

  width: 100%;

  background-color: currentColor;

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}

.header__submenu .header__menu-item:hover .icon-caret {

  transform: rotate(-90deg) translateY(0.5rem);

}

.header__submenu .header__menu-item:hover span::before {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}

.header__submenu .header__menu-item:hover {

  color: rgba(var(--color-foreground), 1);

}

.header__submenu li:not(:last-child) {

  border-bottom: 1px solid rgba(var(--color-foreground), 0.2);

}

.header__submenu .header__submenu .header__menu-item {

  padding-left: 3rem;

}

.header__submenu .icon-caret {

  right: 0.5rem;

  transform: rotate(-90deg);

}

.header__submenu.header-nested-menu {

  height: initial;

  max-height: 45vh;

  overflow-y: scroll;

  -ms-overflow-style: none;

  scrollbar-width: none;

}

.header__submenu.header-nested-menu::-webkit-scrollbar {

  display: none;

}



.header__menu-item .icon-caret {

  right: 0.8rem;

  z-index: 0;

}



details-disclosure > details {

  position: relative;

}



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

  .header__submenu .header__submenu .header__menu-item {

    padding-left: 0;

  }

}

@keyframes animateMenuOpen {

  0% {

    opacity: 0;

    transform: translateY(-1.5rem);

  }

  100% {

    opacity: 1;

    transform: translateY(0rem);

  }

}

@keyframes animateLocalOpen {

  0% {

    opacity: 0;

    transform: translateY(-1rem);

  }

  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;

}



.cart-count-bubble {

  display: flex;

  justify-content: center;

  align-items: center;

  flex: none;

  height: 1.7rem;

  width: 1.7rem;

  font-size: 0.8rem;

  line-height: 1.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: 1099px) {

  .cart-count-bubble {

    margin-right: 0;

  }

}



.header__localization {

  position: relative;

  display: none;

}



.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: rgba(var(--color-foreground), 0.75);

}



.currency-country,

.disclosure__button .value {

  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,

.disclosure__button .value::after {

  content: "";

  position: absolute;

  bottom: -2px;

  left: 0;

  height: 1px;

  width: 100%;

  background-color: rgba(var(--color-foreground));

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}



.header__localization-button:hover .currency-country::after,

.header__localization .localization-form__select:hover .value::after {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}



.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 .disclosure__list {

  bottom: auto;

  top: auto;

  right: 0;

  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;

  margin-top: 0;

  padding: 0.9rem 2.2rem 0.9rem 2.2rem;

  min-width: auto;

  max-width: 30rem;

  max-height: 30rem;

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  box-shadow: 0 20px 30px rgba(var(--color-foreground), 0.05);

  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;

}



.header__localization .disclosure__list li:not(:last-child) {

  border-bottom: 1px solid rgba(var(--color-foreground), 0.2);

}



.header__localization .disclosure__list li a {

  padding: 1.3rem 0;

  height: auto;

  display: flex;

  align-items: center;

}



.header .localization-selector + .disclosure__list {

  top: 100%;

  right: -2rem;

  max-width: 27rem;

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

}

.header .localization-selector + .disclosure__list a {

  font-size: 1.2rem;

  font-weight: 400;

  text-transform: none;

  color: rgb(var(--color-foreground), 0.8);

}

.header .localization-selector + .disclosure__list a:hover {

  color: rgb(var(--color-foreground));

}



.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 {

  flex: none;

  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;

}



.menu-drawer__localization-wrapper {

  display: none;

}

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

  .menu-drawer__localization-wrapper {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 1.6rem;

    padding-inline: 1.5rem;

  }

  .menu-drawer__localization-wrapper .header__localization {

    display: block;

  }

  .menu-drawer__localization-wrapper .localization-selector + .disclosure__list {

    top: unset;

    right: unset;

    left: 0;

    bottom: 100%;

  }

}



.list-menu--megamenu-visible .mega-menu {

  opacity: 1;

  pointer-events: all;

}



details-disclosure > details.header__mega-menu-details {

  position: static;

}



.header__mega-menu-tabs-details {

  position: relative;

}



.mega-menu {

  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  opacity: 0;

  pointer-events: none;

  overflow-y: auto;

  transition: opacity var(--duration-default) 0.1s;

  box-shadow: 10px 40px 60px rgba(0, 0, 0, 0.05);

  z-index: 3;

}

.mega-menu .container {

  display: grid;

  align-items: stretch;

  grid-template-columns: auto min-content;

  gap: 3.2rem;

  max-height: 40rem;

  padding-block: 2rem;

}

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

  .mega-menu .container {

    padding-block: 4rem;

    max-height: 45rem;

  }

}

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

  .mega-menu .container {

    gap: 6.4rem;

    max-height: 50rem;

  }

}

.mega-menu-collections .mega-menu__list {

  display: block;

  margin-left: 0;

}

.mega-menu-collections .mega-menu__link {

  padding-inline: 0;

  padding-block: 0.4rem;

  font-size: 1.4rem;

  font-weight: 400;

  text-transform: none;

  color: rgba(var(--color-foreground), 0.8);

}

.mega-menu-collections .mega-menu__link.header__menu-item--active {

  color: rgba(var(--color-foreground));

}

.mega-menu-collections .mega-menu__link.header__menu-item--active span::after {

  transform: scale3d(1, 1, 1);

}

.mega-menu-collections .mega-menu__link:hover {

  color: rgba(var(--color-foreground));

}

.mega-menu-collections .mega-menu__list-heading {

  margin-bottom: 0.8rem;

  font-size: 1.2rem;

  text-transform: none;

  letter-spacing: -0.02em;

  opacity: 0.5;

}

.mega-menu__collections {

  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: wrap;

  gap: 0.8rem;

}

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

  .mega-menu__collections {

    flex-wrap: nowrap;

  }

}

.mega-menu__collections .card-wrapper__image {

  opacity: 1;

}

.mega-menu__collections-card {

  position: relative;

  min-width: 30rem;

}

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

  .mega-menu__collections-card {

    min-width: 35rem;

  }

}

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

  .mega-menu__collections-card {

    min-width: 43rem;

  }

}

.mega-menu__collections-card img {

  transition: transform var(--duration-default);

}

.mega-menu__collections-card:hover img {

  transform: scale(1.05);

}

.mega-menu__collections-card .card-wrapper {

  position: relative;

  display: flex;

  overflow: hidden;

}

.mega-menu__collections-card .mega-menu__title {

  position: relative;

  z-index: 2;

  margin-top: 1.6rem;

  margin-bottom: 1.2rem;

  color: #fff;

  text-transform: none;

}

.mega-menu__collections-card .mega-menu__title a {

  color: rgba(var(--color-foreground-title));

  text-decoration: none;

  transition: color var(--duration-default);

}

.mega-menu__collections-card .mega-menu__title a:hover {

  color: rgba(var(--color-foreground-title), 0.8);

}

.mega-menu__collections-card .image-ratio {

  display: block;

  box-sizing: border-box;

  width: 0;

}

.mega-menu__collections-card .image-ratio--landscape {

  padding-bottom: 75%;

}

.mega-menu__collections-link:empty {

  position: absolute;

  inset: 0;

  display: block;

  z-index: 1;

}

.mega-menu:hover, .mega-menu:focus, .mega-menu:focus-visible {

  opacity: 1;

  pointer-events: all;

}

.mega-menu::-webkit-scrollbar {

  width: 0.4rem;

}

.mega-menu::-webkit-scrollbar-thumb {

  background-color: rgb(var(--color-border));

  border-radius: 2rem;

}

.mega-menu__wrapper {

  max-height: 32rem;

  width: 100%;

}

.mega-menu__list {

  height: 100%;

}

.mega-menu__link.header__menu-item--active span::after {

  transform: scale3d(0, 1, 1);

}

.mega-menu__heading {

  margin-bottom: 0.4rem;

}

.mega-menu__wrapper + .mega-menu__item {

  margin-left: auto;

}

.mega-menu__overlay {

  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  background-color: rgb(var(--color-overlay-background));

  z-index: 2;

}

.mega-menu__item {

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: center;

  min-width: 40rem;

  width: 100%;

  min-height: 20rem;

  padding: 3.2rem;

  border-radius: 0.5rem;

  overflow: hidden;

}

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

  .mega-menu__item {

    min-height: 26rem;

  }

}

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

  .mega-menu__item {

    min-width: 50rem;

    min-height: 32rem;

    padding: 4.8rem;

  }

}

.mega-menu__item :hover + .mega-menu {

  opacity: 1;

  pointer-events: all;

  visibility: visible;

}

.mega-menu__item-image {

  position: absolute;

  inset: 0;

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  z-index: 1;

}

.mega-menu__item-heading {

  position: relative;

  z-index: 3;

}

.mega-menu__item-heading + .mega-menu__item-description {

  margin-top: 0.8rem;

}

.mega-menu__item-button {

  margin-top: 1.6rem;

  padding-inline: 4rem;

  z-index: 3;

}

.mega-menu__item-description {

  position: relative;

  font-size: 1.4rem;

  color: rgb(var(--color-foreground-secondary));

  z-index: 3;

}

.mega-menu__submenu li:last-child {

  margin-bottom: 1.6rem;

}

.mega-menu__submenu li .mega-menu__submenu-item {

  padding-block: 0.4rem;

  line-height: 1.3;

  font-size: calc(var(--font-header-menu-link-size) - 0.2rem);

}

.mega-menu__submenu li .mega-menu__submenu-item.header__menu-item--active span::after {

  width: 100%;

}

.mega-menu__tab {

  display: flex;

  align-items: flex-start;

  gap: 1.6rem;

}

.mega-menu__tab-info {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 0.4rem;

  min-width: 20rem;

  max-width: 25.2rem;

}

.mega-menu__tab-heading {

  position: relative;

  font-family: var(--font-header-menu-family);

  font-style: var(--font-heading-style);

  font-weight: var(--font-heading-weight);

  color: rgba(var(--color-foreground));

  text-transform: none;

  font-size: calc(var(--font-heading-h4-size) * 0.4);

  width: 100%;

}

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

  .mega-menu__tab-heading {

    width: fit-content;

    font-family: var(--font-heading-family);

    font-size: var(--font-heading-h4-size);

  }

}

.mega-menu__tab-heading:hover {

  cursor: pointer;

  color: rgba(var(--color-foreground), 0.8);

}

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

  .mega-menu__tab-heading::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0.2rem;

    width: 0;

    height: 1px;

    background-color: rgba(var(--color-foreground), 0.5);

    transition: width 0.3s ease;

  }

  .mega-menu__tab-heading:hover::after {

    width: 100%;

  }

}

.mega-menu__tab-text {

  margin: 0;

  font-family: var(--font-body-family);

  font-style: var(--font-body-style);

  font-weight: var(--font-body-weight);

  color: rgba(var(--color-foreground), 0.7);

  font-size: calc(var(--font-body-size) * 0.6);

}

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

  .mega-menu__tab-text {

    font-size: var(--font-body-size);

  }

}

.mega-menu__tab-list {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 1.2rem;

  margin-top: 0.8rem;

  background-color: rgb(var(--color-background));

}

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

  .mega-menu__tab-list {

    padding-left: 2rem;

    border-bottom: 0.1rem solid rgba(var(--color-foreground-secondary), 0.3);

  }

}

.mega-menu__tab-list-item {

  line-height: 1.4;

}

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

  .mega-menu__tab-list-item {

    width: 100%;

  }

}

.mega-menu__tab-list-link {

  line-height: 1.4;

  text-decoration: none;

  color: rgba(var(--color-foreground));

  font-weight: 400;

}

.mega-menu__tab-link {

  flex: none;

}



.mega-menu__tabs {

  position: relative;

  display: flex;

  flex-direction: column;

  row-gap: 1rem;

  padding: 2.2rem 0;

  padding-right: 0;

}

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

  .mega-menu__tabs {

    row-gap: 2.4rem;

    padding: 4.8rem;

    min-height: 25rem;

  }

}

.mega-menu--tabs {

  display: grid;

  grid-template-columns: 1fr 2.2fr;

  max-width: 80rem;

  min-height: 40rem;

  border-radius: 2px;

  border: 1px solid rgb(var(--color-base-border-input));

  overflow: initial;

}

.mega-menu--tabs .mega-menu__promo {

  grid-column: 1/3;

}

.mega-menu--tabs::before {

  content: "";

  position: absolute;

  top: -0.5rem;

  left: 3.2rem;

  width: 1rem;

  height: 1rem;

  background-color: rgba(var(--color-background));

  border: 0.1rem solid rgba(var(--color-foreground-title), 0.1);

  transform: rotate(53deg) skew(15deg);

}

.mega-menu--tabs::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0.7rem;

  background-color: rgba(var(--color-background));

}

.mega-menu__tab {

  grid-column: 1/2;

  width: 100%;

}

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

  .mega-menu__tab {

    max-width: 36.6rem;

    margin-right: 3rem;

  }

}

.mega-menu__tab-wrapper {

  display: flex;

  align-items: flex-start;

  gap: 1.6rem;

  width: 100%;

  border-radius: 0.8rem;

  transition: background 0.25s;

}

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

  .mega-menu__tab-wrapper.mega-menu__tab-wrapper--active {

    background-color: rgb(var(--color-base-background-2));

  }

}

.mega-menu__tab-wrapper.mega-menu__tab-wrapper--active .mega-menu__tab-list {

  opacity: 1;

  pointer-events: all;

  width: 46rem;

  overflow-x: auto;

  padding-bottom: 2rem;

}

.mega-menu__tab-wrapper.mega-menu__tab-wrapper--active .mega-menu__tab-list::-webkit-scrollbar {

  width: 0.1rem;

  height: 0.3rem;

  border-radius: 10rem;

}

.mega-menu__tab-wrapper.mega-menu__tab-wrapper--active .mega-menu__tab-list::-webkit-scrollbar-track {

  background-color: rgba(var(--color-title-text), 0.2);

  border-radius: 10rem;

}

.mega-menu__tab-wrapper.mega-menu__tab-wrapper--active .mega-menu__tab-list::-webkit-scrollbar-thumb {

  background-color: rgb(var(--color-title-text));

  border-radius: 10rem;

}

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

  .mega-menu__tab-wrapper--active {

    background-color: rgb(var(--color-base-background-2));

  }

}

.mega-menu__tab-wrapper--active .mega-menu__tab-list {

  opacity: 1;

}

.mega-menu__tab-wrapper--active .mega-menu__tab-heading:after {

  width: 100%;

  background-color: rgba(var(--color-foreground), 0.8);

}

.mega-menu__tab-info {

  flex-direction: row;

  gap: 1.6rem;

  max-width: 100%;

  width: 100%;

  cursor: default;

}

.mega-menu__tab-info:hover {

  cursor: pointer;

}

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

  .mega-menu__tab-info {

    max-width: 29.3rem;

  }

}

.mega-menu__tab-inner {

  display: flex;

  flex-direction: column;

  gap: 0.4rem;

  width: 100%;

}

.mega-menu__tab-inner--only-heading {

  align-self: center;

}

.mega-menu__tab-inner:has(.mega-menu__tab-text) .mega-menu__tab-text {

  border-bottom: 0.1rem solid rgba(var(--color-foreground-secondary), 0.3);

}

.mega-menu__tab-inner:not(:has(.mega-menu__tab-text)) .mega-menu__tab-heading {

  padding-bottom: 0.4rem;

  border-bottom: 0.1rem solid rgba(var(--color-foreground-secondary), 0.3);

}

.mega-menu__tab-list {

  gap: 0;

}

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

  .mega-menu__tab-list {

    position: absolute;

    inset: 0;

    left: 100%;

    display: inline-flex;

    flex-direction: row;

    writing-mode: vertical-lr;

    flex-wrap: wrap;

    align-items: stretch;

    gap: 3.2rem 0;

    margin-top: 4.8rem;

    padding-block: 3.2rem;

    width: max-content;

    transition: opacity 0.25s;

    opacity: 0;

    pointer-events: none;

  }

}

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

  .mega-menu__tab-list {

    gap: 4rem 0;

  }

}

.mega-menu__tab-list-item {

  writing-mode: horizontal-tb;

  line-height: var(--font-heading-line-height);

}

.mega-menu__tab-list-link {

  display: block;

  padding-block: 0.8rem;

  color: rgba(var(--color-foreground));

  font-weight: 400;

}

.mega-menu__tab-list-link span {

  font-size: 1rem;

  font-weight: 400;

}

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

  .mega-menu__tab-list-link span {

    font-size: 1.6rem;

  }

}



.list-menu--megamenu .mega-menu__wrapper {

  opacity: 0;

}

.list-menu--megamenu .mega-menu {

  opacity: 0;

  pointer-events: none;

}

.list-menu--megamenu:focus > .mega-menu,

.list-menu--megamenu:focus .mega-menu__list-item--visible .mega-menu__submenu,

.list-menu--megamenu:focus .mega-menu__wrapper, .list-menu--megamenu:focus-visible > .mega-menu,

.list-menu--megamenu:focus-visible .mega-menu__list-item--visible .mega-menu__submenu,

.list-menu--megamenu:focus-visible .mega-menu__wrapper, .list-menu--megamenu:focus-within > .mega-menu,

.list-menu--megamenu:focus-within .mega-menu__list-item--visible .mega-menu__submenu,

.list-menu--megamenu:focus-within .mega-menu__wrapper {

  opacity: 1;

  pointer-events: all;

}



.mega-submenu .mega-menu__tab-info {

  position: relative;

}

.mega-submenu .mega-menu__tab-info .mega-menu__tab-heading {

  border-bottom: none;

  position: initial;

  padding: 0;

}

.mega-submenu .mega-menu__tab-info .icon-caret {

  height: 2rem;

  transform: rotate(-90deg);

  transition: transform 0.2s ease-in;

  position: absolute;

  right: 0.8rem;

  top: calc(50% - 0.8rem);

}

.mega-submenu .mega-menu__tab-info:hover .icon-caret {

  transform: rotate(-90deg) translateY(0.5rem);

}

.mega-submenu .mega-menu__tab-heading::after {

  content: none;

}

.mega-submenu .mega-menu__tab-wrapper:not(.mega-menu__tab-wrapper--active) .mega-menu__tab-heading span {

  position: relative;

}

.mega-submenu .mega-menu__tab-wrapper:not(.mega-menu__tab-wrapper--active) .mega-menu__tab-heading span::after {

  content: "";

  position: absolute;

  bottom: -0.2rem;

  left: 0;

  height: 0.1rem;

  width: 100%;

  background-color: rgba(var(--color-foreground));

  transform: scale3d(0, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 100% 50%;

}

.mega-submenu .mega-menu__tab-wrapper:not(.mega-menu__tab-wrapper--active) .mega-menu__tab-heading:hover > span::after {

  transform: scale3d(1, 1, 1);

  transition: transform 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);

  transform-origin: 0 50%;

}

.mega-submenu .mega-menu__tab-heading::after {

  content: none;

}

.mega-submenu-link {

  text-decoration: none;

}

.mega-submenu .mega-menu__tab-wrapper--active .mega-menu__tab-info .mega-menu__tab-heading span {

  border-bottom: 1px solid rgb(var(--color-foreground));

}



.list-menu--megamenu-visible .mega-menu,

.list-menu--megamenu-visible .mega-menu__list-item--visible .mega-menu__submenu,

.list-menu--megamenu-visible .mega-menu__wrapper,

.list-menu--megamenu-visible .mega-menu__tab-wrapper--active .mega-menu__tab-list {

  opacity: 1;

  pointer-events: all;

}



.header__menu-item:focus + .mega-menu,

.header__menu-item:focus-visible + .mega-menu,

.header__menu-item:focus-within + .mega-menu,

.header__menu-item:hover + .mega-menu {

  pointer-events: all;

}

.header__menu-item:focus + .mega-menu:hover,

.header__menu-item:focus-visible + .mega-menu:hover,

.header__menu-item:focus-within + .mega-menu:hover,

.header__menu-item:hover + .mega-menu:hover {

  opacity: 1;

  pointer-events: all;

}



.header__menu-item:focus + .mega-menu,

.header__menu-item:focus-visible + .mega-menu,

.header__menu-item:focus-within + .mega-menu,

.header__menu-item:hover + .mega-menu {

  opacity: 1;

  pointer-events: all;

}



.menu-drawer .mega-menu__item {

  min-width: unset;

  max-width: 48rem;

  margin-bottom: 1.2rem;

}

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

  .menu-drawer .mega-menu__item {

    min-height: 25rem;

  }

}

.menu-drawer__menu .mega-menu__collections-card,

.menu-drawer__menu li:last-child.mega-menu__collections-card {

  border: none;

}

.menu-drawer .mega-menu__collections {

  margin-top: 1.6rem;

  border-bottom: 0.1rem solid rgba(var(--color-foreground-secondary), 0.75);

}

.menu-drawer .collections-grid__title {

  margin-bottom: 1.6rem;

}



[dir=rtl] .mega-menu--tabs::before {

  left: unset;

  right: 3.2rem;

}

[dir=rtl] .mega-menu--tabs::after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 0.7rem;

  background-color: rgba(var(--color-background));

}

[dir=rtl] .mega-menu__tab {

  margin-right: 0;

  margin-left: 3rem;

}

[dir=rtl] .mega-menu__tab-list {

  left: 0;

  right: 100%;

  writing-mode: sideways-lr;

}

[dir=rtl] .mega-menu .mega-menu__tab-info .icon-caret {

  transform: rotate(90deg);

  left: 0.8rem;

  right: unset;

}

[dir=rtl] .mega-menu .mega-menu__tab-info:hover .icon-caret {

  transform: rotate(90deg) translateY(0.5rem);

}



/* 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;

  margin: 1rem 0 0 0;

  font-size: 1.2rem;

  color: rgb(var(--color-foreground));

}

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

  .breadcrumb {

    margin: 4rem 0 0 0;

  }

}

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

  .breadcrumb {

    margin: 5.4rem 0 0 0;

  }

}



.breadcrumb .icon {

  width: 17px;

  height: 13px;

}

.breadcrumb .icon path {

  fill: rgb(var(--color-base-button-background));

}



.breadcrumb--center {

  justify-content: center;

}



.breadcrumb a {

  color: rgb(var(--color-foreground));

  text-underline-offset: 0.3rem;

  text-decoration-color: rgba(var(--color-foreground), 0.2);

  transition: var(--duration-default);

  padding: 1rem 0 1.6rem 0;

}



.breadcrumb a:hover {

  color: rgb(var(--color-foreground), 0.6);

}



.icon-breadcrumb {

  width: 0.8rem;

  height: 1rem;

  margin: 0 1.6rem;

}



.icon-breadcrumb path {

  fill: rgba(var(--color-foreground-secondary));

}



/* Popup */

.popup-scroll-hidden {

  overflow: hidden;

  width: 100%;

}



.popup-animated {

  animation-duration: 0.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 - 4rem);

  max-height: calc(100vh - 4rem);

  -webkit-backface-visibility: hidden;

}

.popup--top {

  top: 20px;

  left: 50%;

  transform: translate3d(-50%, 0, 0);

}

.popup--top-left {

  top: 20px;

  left: 20px;

}

.popup--top-right {

  top: 20px;

  right: 20px;

}

.popup--bottom {

  bottom: 20px;

  left: 50%;

  transform: translate3d(-50%, 0, 0);

}

.popup--bottom-left {

  left: 20px;

  bottom: 20px;

}

.popup--bottom-right {

  right: 20px;

  bottom: 20px;

}

.popup--left {

  top: 50%;

  left: 20px;

  transform: translate3d(0, -50%, 0);

}

.popup--right {

  top: 50%;

  right: 20px;

  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%;

  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.075);

}

.popup-wrap::-webkit-scrollbar {

  width: 1rem;

}

.popup-wrap::-webkit-scrollbar-track {

  background: #f1f1f1;

}

.popup-wrap::-webkit-scrollbar-thumb {

  background: rgb(var(--color-accent));

}

.popup-container {

  width: 100%;

  background: #fff;

  border-radius: 0.5rem;

  overflow: hidden;

}

.popup-outer {

  position: relative;

  display: flex;

  flex-direction: column;

}

.popup-text {

  color: rgb(var(--color-foreground-secondary));

}

.popup-text a {

  text-decoration: underline;

  transition: color var(--duration-default);

}

.popup-text p {

  margin: 0;

}

.popup .popup-close {

  position: absolute;

  top: 8px;

  right: 8px;

  z-index: 2;

}

.popup-open {

  display: flex;

}

/* --- CUSTOM HEADER SIZES --- */

/* 1. DESKTOP Menu Text Size */
.header__menu-item, 
.list-menu__item {
    font-size: 16px !important;  /* <--- Change DESKTOP Menu Text Here */
    font-weight: 500; 
}

/* 2. DESKTOP Logo Size */
.header__heading-logo {
    width: 210px !important;     /* <--- Change DESKTOP Logo Width Here */
    max-width: 100% !important;
}

/* 3. DESKTOP Shopping Bag Size */
.header__icon--cart svg {
    width: 25px !important;      /* <--- Change DESKTOP Bag Size Here */
    height: 25px !important;     /* Match the width number */
}

/* --- MOBILE SPECIFIC SIZES (Phone) --- */
@media screen and (max-width: 750px) {
    
    /* 4. MOBILE Menu Text Size */
    .header__menu-item, 
    .list-menu__item {
        font-size: 15px !important; /* <--- Change MOBILE Menu Text Here */
    }

    /* 5. MOBILE Logo Size */
    .header__heading-logo {
        width: 150px !important;    /* <--- Change MOBILE Logo Width Here */
        height: auto !important;
    }

    /* 6. MOBILE Shopping Bag Size */
    .header__icon--cart svg {
        width: 21px !important;     /* <--- Change MOBILE Bag Size Here */
        height: 21px !important;    /* Match the width number */
    }

    /* Search icon - match profile and cart */
.header__icon--search .header__icon-name {
    display: none !important;
}

.header__icon--search svg {
    width: 20px !important;
    height: 20px !important;
}

.header__icon--search {
    width: 4.4rem !important;
    height: 4.4rem !important;
}

/* Search modal sizing */
.header__search .search-modal {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 400px !important;
    min-width: 400px !important;
    z-index: 100 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
    background: #fff !important;
}

.header__search .search-modal__content {
    width: 100% !important;
    padding: 0 !important;
}

.header__search .search-modal__content form {
    width: 100% !important;
}

.header__search .search-modal__content input[type="search"] {
    width: 100% !important;
    min-width: 100% !important;
    height: 5rem !important;
    font-size: 1.4rem !important;
    padding: 1rem 1.5rem !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
}

#shopify-section-template--19727652814934__blocks_LfVFrQ.shopify-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.content-for-layout .shopify-section:last-child {
    padding-bottom: 0 !important;
}

.template-search .card__media {
    padding-bottom: 120% !important;
}

.template-search .card__media img {
    object-fit: cover !important;
    object-position: center !important;
}

@media screen and (max-width: 749px) {
    .announcement-bar img {
        display: none !important;
    }
}

@media screen and (max-width: 749px) {
    #search-modal-box {
        position: fixed !important;
        top: 6rem !important;
        left: 1rem !important;
        right: 1rem !important;
        width: auto !important;
    }
}
