/** Shopify CDN: Minification failed

Line 5221:0 "@charset" must be the first rule in the file
Line 13588:5 Expected ":"

**/
@charset "UTF-8";
/* Color custom properties */


/*NEW FONT ADJUSTMENTS*/
*{
    font-family: 'proxima-nova',sans-serif !important;
}

.header__logo__wrapper {
  top: -.5rem;
  position: relative;
}

.header__list > li > a{
 letter-spacing: .9px
}

.collection-grid__box li h3{
font-size: 2rem;
  letter-spacing: .9px;
  color: #000;
  text-align: center;
}

.collection-grid__box li h3 a{
  font-weight:400 !important;
}

h1.collection-banner__title{
  font-size:4rem;
  font-weight:600
}

.reviews h4{
  font-size:1.6rem;
  font-weight:400;
  text-transform:capitalize;
}

.reviews .multicolumn-card__info-text{
  font-size:1.4rem !important;
}

.card__title.h5{
   text-transform:capitalize;
}

h1.product__title{
  text-transform:capitalize;
}

.pills-variant-labels{
  border: .1rem solid rgb(var(--color-border)) !important;
  font-size: 1.5rem !important;
}

.product-section .product-form__buttons button{
    font-size: 1.8rem;
    font-weight:500;
}

.infos-extras-produtos h3{
   font-size: 2.4rem;
   margin-bottom: 0rem;
}

/*END NEW FONT ADJUSTMENTS*/




:root {
    --color-error: 234, 74, 74;
    --color-inventory: 92, 92, 91;
    --duration-short: 100ms;
    --duration-default: 250ms;
    --duration-long: 500ms;
    --announcement-height: 0px;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.79) 100%
    );
    --color-background: var(--color-base-background-1);
    --color-link: var(--color-foreground);
    --alpha-link: 0.5;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-social: 0, 0, 0;
    --color-placeholder-input: 0, 0, 0;
    --alpha-placeholder-input: 0.5;
    --color-orders-hover: 248, 248, 248;
    --color-subtitle-alpha: 1;
    --swiper-pagination-bullet-inactive-opacity: 0.4 ;
}

.color-background-1 {
    --color-background: var(--color-base-background-1);
}

.color-background-2 {
    --color-background: var(--color-base-background-2);
}

.color-background-3 {
    --color-background: var(--color-base-background-3);
}

.color-background-4 {
    --color-background: var(--color-base-background-4);
}

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

.color-background-4,
.color-background-5,
.color-inverse {
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --color-overlay: 35, 35, 34;
    --color-inventory: 171, 171, 170;
    --color-subtitle-alpha: 0.6;
}

.color-background-4,
.color-background-5 {
    --color-foreground: 235, 235, 235;
    --color-link: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-secondary: 248, 248, 248;
    --color-foreground-sub-title: 248, 248, 248;
    --color-card-hover: var(--color-base-background-1);
    --color-social: 255, 255, 255;
    --color-border-input: 46, 46, 46;
    --color-border: 92, 92, 91;
    --color-orders-hover: 48, 48, 48;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.79) 100%
    );
}

.color-border-1 {
    --color-border: var(--color-border-light);
}

.color-inverse .color-border-1, .color-background-4 .color-border-1, .color-background-5 .color-border-1 {
    --color-border-light: 69,69,68;
}

.color-inverse {
    --color-foreground: 248, 248, 248;
    --color-link: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-sub-title: 248, 248, 248;
    --color-foreground-secondary: 248, 248, 248;
    --color-background: 5, 5, 5;
    --color-card-hover: var(--color-base-background-1);
    --alpha-button-border: 0.3;
    --color-social: 255, 255, 255;
    --color-border-input: 46, 46, 46;
    --color-border: 69,69,68;
    --color-border-input-hover: 60, 60, 60;
    --alpha-link: 0.5;
    --color-button-secondary-text: 31, 31, 31;
    --alpha-button-background: 1;
    --color-background-card: 31, 31, 31;
    --color-accent: 255, 255, 255;
    --color-base-border-input: 255, 255, 255;
    --color-placeholder-input: 255, 255, 255;
    --alpha-placeholder-input: 0.5;
    --color-orders-hover: 48, 48, 48;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.79) 100%
    );
}

/* Dark Mode */
[data-scheme=dark] {
    --color-background: 23, 23, 23;
    --color-background-card: var(--color-background);
    --color-base-background-2: 23, 23, 23;
    --color-base-background-4: 33, 33, 33;
    --color-foreground: 255, 255, 255;
    --color-foreground-secondary: 248, 248, 248;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-sub-title: 248, 248, 248;
    --color-background-input: 35, 35, 34;
    --color-border-input: 46, 46, 46;
    --color-border-input-hover: 60, 60, 60;
    --color-border: 69,69,68;
    --color-announcement-bar: 0, 0, 0;
    --color-announcement-bar-background-1: 0, 0, 0;
    --color-announcement-bar-background-2: 0, 0, 0;
    --color-link: 255, 255, 255;
    --alpha-link: 0.5;
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-social: 255, 255, 255;
    --color-accent: 191, 191, 191;
    --color-base-border-input: 255, 255, 255;
    --color-placeholder-input: 255, 255, 255;
    --color-orders-hover: 48, 48, 48;
    --color-overlay: 35, 35, 34;
    --color-inventory: 171, 171, 170;
    --color-subtitle-alpha: 0.6;
}
[data-scheme=dark] .color-background-1,
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-3,
[data-scheme=dark] .color-background-4 {
    --color-background: 23, 23, 23;
    --color-foreground: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-social: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --color-border-input: 46, 46, 46;
    --color-border-input-hover: 60, 60, 60;
    --color-background-input: 35, 35, 34;
}
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-5,
[data-scheme=dark] .color-inverse {
    --color-background: 23, 23, 23;
    --color-base-background-2: 23, 23, 23;
    --color-button-secondary: 255, 255, 255;
    --color-background-input: 35, 35, 34;
    --color-link: 255, 255, 255;
}
[data-scheme=dark] .color-border-1 {
    --color-border: 67, 67, 67;
}
[data-scheme=dark] .color-background-4 {
    --color-background: 35, 35, 34;
}
[data-scheme=dark] .color-background-5 {
    --color-background: 40, 40, 40;
}
[data-scheme=dark] .image-parallax.color-background-3 {
    --color-button: 0, 0, 0;
    --color-button-text: 255, 255, 255;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
}
[data-scheme=dark] .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
}
[data-scheme=dark] .steps-section + .testimonials-section > .color-background-2,
[data-scheme=dark] .about-section.color-background-2 {
    --color-background: 28, 28, 28;
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-base-background-1));
}
[data-scheme=dark] .collection-popular-card .card-information__wrapper > *,
[data-scheme=dark] .collection-product-list .card-information__wrapper > *,
[data-scheme=dark] .collection-results--products .card-information__wrapper > *,
[data-scheme=dark] .product-recommendations__product .card-information__wrapper > *,
[data-scheme=dark] .search-modal .card-horizontal__information > *,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price__regular {
    color: #fff;
}
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
    text-decoration-color: #fff;
}
[data-scheme=dark] .collection-popular-card .card-wrapper,
[data-scheme=dark] .collection-product-list .card-wrapper:not(.card-wrapper-page),
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper,
[data-scheme=dark] .search-modal .search__items-item,
[data-scheme=dark] .search-modal .card-horizontal-wrapper {
    background-color: rgb(var(--color-background));
}
[data-scheme=dark] .product-slider .swiper-buttons:before,
[data-scheme=dark] .featured-products .swiper-buttons:before {
    background-color: rgb(var(--color-base-button-background), 0.7);
}
[data-scheme=dark] .product-slider .swiper-button-next,
[data-scheme=dark] .product-slider .swiper-button-prev,
[data-scheme=dark] .product-slider .swiper-pagination,
[data-scheme=dark] .featured-products .swiper-button-next,
[data-scheme=dark] .featured-products .swiper-button-prev,
[data-scheme=dark] .featured-products .swiper-pagination {
    color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .featured-products__button .button--primary {
    background-color: rgb(var(--color-base-button-background));
    color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__button .button--secondary {
    background-color: rgb(var(--color-base-outline-button-labels));
    color: rgb(var(--color-secondary-button-labels));
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
    color: #000;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
    color: rgb(var(--color-button-text));
}
[data-scheme=dark] .cart__blocks-content {
    background-color: transparent;
}
[data-scheme=dark] .default-address {
    background-color: var(--color-badge-text);
    color: var(--color-badge-bg);
}
[data-scheme=dark] .select__sort_by option {
    background-color: rgb(var(--color-background));
}
[data-scheme=dark] .hide__checkbox .facets-checkbox__label {
    background-color: rgba(var(--color-background-input), 0.8);
}
[data-scheme=dark] .hide__checkbox .facets-checkbox__hide:not(:disabled) ~ .facets-checkbox__label:hover,
[data-scheme=dark] .hide__checkbox .facets-checkbox__hide:checked ~ .facets-checkbox__label {
    background: rgba(var(--color-foreground-title), 1);
}

@media (prefers-color-scheme: dark) {
    [data-scheme=auto] {
        --color-background: 23, 23, 23;
        --color-background-card: var(--color-background);
        --color-base-background-2: 23, 23, 23;
        --color-base-background-4: 33, 33, 33;
        --color-foreground: 255, 255, 255;
        --color-foreground-title: 255, 255, 255;
        --color-foreground-sub-title: 248, 248, 248;
        --color-background-input: 35, 35, 34;
        --color-border-input: 46, 46, 46;
        --color-border-input-hover: 60, 60, 60;
        --color-border: 67, 67, 67;
        --color-announcement-bar: 0, 0, 0;
        --color-announcement-bar-background-1: 0, 0, 0;
        --color-announcement-bar-background-2: 0, 0, 0;
        --color-link: 255, 255, 255;
        --alpha-link: 0.5;
        --color-button: 46, 46, 46;
        --color-button-text: 255, 255, 255;
        --color-button-hover: 0, 0, 0;
        --color-button-secondary-text: 213, 213, 213;
        --color-button-secondary-hover-text: 199, 199, 199;
        --alpha-button-background: 1;
        --alpha-button-border: 1;
        --color-social: 255, 255, 255;
        --color-accent: 191, 191, 191;
        --color-base-border-input: 255, 255, 255;
        --color-overlay: 35, 35, 34;
        --color-placeholder-input: 255, 255, 255;
        --color-inventory: 171, 171, 170;
        --color-subtitle-alpha: 0.6;
    }
    [data-scheme=auto] .color-background-1,
    [data-scheme=auto] .color-background-2,
    [data-scheme=auto] .color-background-3,
    [data-scheme=auto] .color-background-4 {
        --color-background: 23, 23, 23;
        --color-foreground: 255, 255, 255;
        --color-foreground-title: 255, 255, 255;
        --color-social: 255, 255, 255;
        --color-link: 255, 255, 255;
        --color-button: 46, 46, 46;
        --color-button-text: 255, 255, 255;
        --color-button-hover: 0, 0, 0;
        --color-button-hover-text: 255, 255, 255;
        --color-button-secondary-text: 213, 213, 213;
        --color-button-secondary-hover-text: 199, 199, 199;
        --color-border-input: 46, 46, 46;
        --color-border-input-hover: 60, 60, 60;
        --color-background-input: 35, 35, 34;
    }
    [data-scheme=auto] .color-background-2,
    [data-scheme=auto] .color-background-5,
    [data-scheme=auto] .color-inverse {
        --color-background: 23, 23, 23;
        --color-base-background-2: 23, 23, 23;
        --color-button-secondary: 255, 255, 255;
        --color-background-input: 35, 35, 34;
        --color-link: 255, 255, 255;
    }
    [data-scheme=auto] .color-border-1 {
        --color-border: 67, 67, 67;
    }
    [data-scheme=auto] .color-background-4 {
        --color-background: 35, 35, 34;
    }
    [data-scheme=auto] .color-background-5 {
        --color-background: 40, 40, 40;
    }
    [data-scheme=auto] .image-parallax.color-background-3 {
        --color-button: 0, 0, 0;
        --color-button-text: 255, 255, 255;
    }
    [data-scheme=auto] .swiper-buttons.swiper-buttons--secondary .icon {
        color: rgb(var(--color-background));
    }
    [data-scheme=auto] .image-parallax__button.button--secondary .icon-button-arrow {
        color: rgb(var(--color-background));
    }
    [data-scheme=auto] .featured-products__products-item .card__inner,
    [data-scheme=auto] .card__link::after,
    [data-scheme=auto] .card-horizontal__link,
    [data-scheme=auto] .card-horizontal__link::after,
    [data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
        background-color: rgb(var(--color-base-background-1));
    }
    [data-scheme=auto] .collection-popular-card .card-information__wrapper > *,
    [data-scheme=auto] .collection-product-list .card-information__wrapper > *,
    [data-scheme=auto] .collection-results--products .card-information__wrapper > *,
    [data-scheme=auto] .product-recommendations__product .card-information__wrapper > *,
    [data-scheme=auto] .search-modal .card-horizontal__information > *,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price__regular {
        color: #fff;
    }
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
        text-decoration-color: #fff;
    }
    [data-scheme=auto] .collection-popular-card .card-wrapper,
    [data-scheme=auto] .collection-product-list .card-wrapper:not(.card-wrapper-page),
    [data-scheme=auto] .collection-results--products .card-wrapper,
    [data-scheme=auto] .product-recommendations__product .card-wrapper,
    [data-scheme=auto] .search-modal .search__items-item,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper {
        background-color: rgb(var(--color-background));
    }
    [data-scheme=auto] .product-slider .swiper-buttons:before,
    [data-scheme=auto] .featured-products .swiper-buttons:before {
        background-color: rgb(var(--color-base-button-background), 0.7);
    }
    [data-scheme=auto] .product-slider .swiper-button-next,
    [data-scheme=auto] .product-slider .swiper-button-prev,
    [data-scheme=auto] .product-slider .swiper-pagination,
    [data-scheme=auto] .featured-products .swiper-button-next,
    [data-scheme=auto] .featured-products .swiper-button-prev,
    [data-scheme=auto] .featured-products .swiper-pagination {
        color: rgb(var(--color-base-solid-button-labels));
    }
    [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
    [data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
        border-color: rgb(223, 223, 223);
    }
    [data-scheme=auto] .featured-products__button .button--primary {
        background-color: rgb(var(--color-base-button-background));
        color: rgb(var(--color-base-solid-button-labels));
    }
    [data-scheme=auto] .featured-products__button .button--secondary {
        background-color: rgb(var(--color-base-outline-button-labels));
        color: rgb(var(--color-secondary-button-labels));
    }
    [data-scheme=auto] .footer.color-background-1 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-2 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-3 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-4 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-5 .newsletter__form .field__input, [data-scheme=auto] .footer.color-inverse .newsletter__form .field__input {
        border-color: rgb(0, 0, 0);
    }
    [data-scheme=auto] .footer.color-background-1 .disclosure__button, [data-scheme=auto] .footer.color-background-2 .disclosure__button, [data-scheme=auto] .footer.color-background-3 .disclosure__button, [data-scheme=auto] .footer.color-background-4 .disclosure__button, [data-scheme=auto] .footer.color-background-5 .disclosure__button, [data-scheme=auto] .footer.color-inverse .disclosure__button {
        box-shadow: 0 0 0 0.1rem rgb(0, 0, 0);
    }
    [data-scheme=auto] .filters__item:not(.filters__item_active) {
        opacity: 0.5;
    }
    [data-scheme=auto] .filters__item:not(.filters__item_active) span {
        color: #000;
    }
    [data-scheme=auto] .cart__blocks-content {
        background-color: transparent;
    }
    [data-scheme=auto] .default-address {
        background-color: var(--color-badge-text);
        color: var(--color-badge-bg);
    }
    [data-scheme=auto] .select__sort_by option {
        background-color: rgb(var(--color-background));
    }
    .swiper-buttons.swiper-buttons--secondary .icon {
        color: rgb(var(--color-background));
    }
    .image-parallax__button.button--secondary .icon-button-arrow {
        color: rgb(var(--color-background));
    }
    .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
    .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
    .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
        color: rgb(var(--color-button-text));
    }
    .hide__checkbox .facets-checkbox__label {
        background-color: rgba(var(--color-background-input), 0.8);
    }
    .hide__checkbox .facets-checkbox__hide:not(:disabled) ~ .facets-checkbox__label:hover,
    .hide__checkbox .facets-checkbox__hide:checked ~ .facets-checkbox__label {
        background: rgba(var(--color-foreground-title), 1);
    }
}
@media (max-width: 1199px) {
    :root {
        --header-height: var(--header-mobile-height);
    }
}
.container,
.container-fluid,
.shopify-policy__container {
    max-width: 1840px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    margin: 0 auto;
}



/*Variant colors*/
.swatches-de-cores ul li a[title="Branca"] {
  background:#fff !important;
}

.swatches-de-cores ul li a[title="Branc0"] {
  background:#fff !important;
}

.swatches-de-cores ul li a[title="Mescla"] {
  background:#dac9d3 !important;
}

.swatches-de-cores ul li a[title="Azul"] {
  background: #99d1eb !important;
}

.swatches-de-cores ul li a[title="Azul Marinho"] {
  background: #181873 !important;
}
.swatches-de-cores ul li a[title="Navy"] {
  background: #181873 !important;
}

.swatches-de-cores ul li a[title="Preto"] {
  background:#000 !important;
}

.swatches-de-cores ul li a[title="Preta"] {
  background:#000 !important;
}


.swatches-de-cores ul li a[title="Vermelha"] {
  background:#FF0000 !important;
}

.swatches-de-cores ul li a[title="Vermelho"] {
  background:#FF0000 !important;
}


.swatches-de-cores ul li a[title="Off-white"] {
  background:#cecac7 !important;
}

.swatches-de-cores ul li a[title="off-white"] {
  background:#cecac7 !important;
}

.swatches-de-cores ul li a[title="Off-White"] {
  background:#cecac7 !important;
}

.swatches-de-cores ul li a[title="Off White"] {
  background:#cecac7 !important;
}


.swatches-de-cores ul li a[title="Ocre"] {
  background:#a96d44 !important;
}

.swatches-de-cores ul li a[title="Musgo"] {
  background:#425b4c !important;
}

.swatches-de-cores ul li a[title="Azul bebê"] { background:#BFDDF3 !important; }
.swatches-de-cores ul li a[title="Azul claro"] { background:#BFDDF3 !important; }
.swatches-de-cores ul li a[title="Branca"] { background:#ffffff !important; }
.swatches-de-cores ul li a[title="Branco"] { background:#ffffff !important; }
.swatches-de-cores ul li a[title="Preta"] { background:#000000 !important; }
.swatches-de-cores ul li a[title="Preto"] { background:#000000 !important; }
.swatches-de-cores ul li a[title="Musgo"] { background:#425b4c !important; }
.swatches-de-cores ul li a[title="Verde Musgo"] { background:#425b4c !important; }
.swatches-de-cores ul li a[title="Royal"] { background:#3d64b1 !important; }
.swatches-de-cores ul li a[title="Mescla"] { background:#bab9b7 !important; }
.swatches-de-cores ul li a[title="Cinza"] { background:#e0dde0 !important; }
.swatches-de-cores ul li a[title="Vermelha"] { background:#d7182b !important; }
.swatches-de-cores ul li a[title="Vermelho"] { background:#d7182b !important; }
.swatches-de-cores ul li a[title="Marrom"] { background:#3c2922 !important; }
.swatches-de-cores ul li a[title="Militar"] { background:#6d7971 !important; }
.swatches-de-cores ul li a[title="Navy"] { background:#000080 !important; }
.swatches-de-cores ul li a[title="Azul-marinho"] { background:#051844 !important; }
.swatches-de-cores ul li a[title="Marinho"] { background:#051844 !important; }
.swatches-de-cores ul li a[title="Ocre"] { background:#c7936a !important; }
.swatches-de-cores ul li a[title="Amarela"] { background:#ffd500 !important; }
.swatches-de-cores ul li a[title="Amarelo"] { background:#ffd500 !important; }
.swatches-de-cores ul li a[title="Offwhite"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="OffWhite"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="Off white"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="Off-white"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="Off-White"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="Off White"] { background:#eee5d5 !important; }
.swatches-de-cores ul li a[title="Verde"] { background:#747668 !important; }
.swatches-de-cores ul li a[title="Choco"] { background:#4a352b !important; }
.swatches-de-cores ul li a[title="Bordo"] { background:#7c0000 !important; }
.swatches-de-cores ul li a[title="Bordô"] { background:#7c0000 !important; }
.swatches-de-cores ul li a[title="Natural"] { background:#dfcab5 !important; }
.swatches-de-cores ul li a[title="Bege"] { background:#bb9469 !important; }
.swatches-de-cores ul li a[title="Rosa"] { background:#c16594 !important; }
.swatches-de-cores ul li a[title="Verde"] {
  background: #747668 !important;
}
.swatches-de-cores ul li a[title="Cinza azulado"] {
  background: #808090 !important;
}
.swatches-de-cores ul li a[title="Cinza azulado"] {
  background: #808080 !important;
}
.swatches-de-cores ul li a[title="Magenta"] {
  background: #ce1b57 !important;
}

.swatches-de-cores ul li a[title="Azul Claro"] {
  background: #BFDDF3 !important;
}


/*Fim Variant Colors */
/* Base */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

input[type=radio]:focus-visible + label,
input[type=checkbox]:focus-visible + label,
*: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);
}

input[type=radio]:focus-visible + label,
input[type=checkbox]:focus-visible + label {
    box-shadow: 0 0 0 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.visibility-hidden {
    visibility: hidden;
}

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

.overflow-hidden {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .overflow-hidden {
        padding-right: 17px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-hover-opacity] > * {
    transition: all var(--duration-default) ease;
}
[data-hover-opacity].opacity > * {
    color: rgba(var(--color-foreground-title), 0.6);
}

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

.h0 {
    font-size: 3rem;
}
@media only screen and (min-width: 750px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 1.1);
    }
}
@media only screen and (min-width: 1540px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 1.3);
    }
}

h1,
.h1 {
    font-size: 3rem;
}
@media only screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-h1-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-h1-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h1,
    .h1 {
        font-size: var(--font-heading-h1-size);
    }
}

h2,
.h2 {
    font-size: 2.4rem;
}
@media only screen and (min-width: 750px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-h2-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h2,
    .h2{
        font-size: calc(var(--font-heading-h2-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h2,
    .h2 {
        font-size: var(--font-heading-h2-size);
    }
}

h3,
.h3 {
    font-size: 2rem;
}
@media only screen and (min-width: 750px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-h3-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-h3-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h3,
    .h3 {
        font-size: var(--font-heading-h3-size);
    }
}

h4,
.h4 {
    font-size: clamp(1.6rem, var(--font-heading-h4-size) * 0.7, var(--font-heading-h4-size));
}
@media only screen and (min-width: 1200px) {
    h4,
    .h4 {
        font-size: calc(var(--font-heading-h4-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h4,
    .h4 {
        font-size: var(--font-heading-h4-size);
    }
}

h5,
.h5 {
    font-size: clamp(1.6rem, var(--font-heading-h5-size) * 0.7, var(--font-heading-h5-size));
}
@media only screen and (min-width: 1200px) {
    h5,
    .h5 {
        font-size: var(--font-heading-h5-size);
    }
}

h6,
.h6 {
    font-size: clamp(1.6rem, var(--font-heading-h6-size) * 0.7, var(--font-heading-h6-size));
}
@media only screen and (min-width: 1200px) {
    h6,
    .h6 {
        font-size: var(--font-heading-h6-size);
    }
}

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

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

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

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

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

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

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

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

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

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

.right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.light {
    opacity: 0.7;
}

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

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

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

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

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

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

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

.full-unstyled-link,
.unstyled-link {
    text-decoration: none;
    color: currentColor;
}

.full-unstyled-link {
    display: block;
}

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

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

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

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

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

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

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

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

.richtext__content p {
    margin: 0 0 2rem;
}
.richtext__content p:last-child {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.small-text {
    font-family: var(--font-body-family);
    margin-bottom: 0rem;
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Button */
/* Button - default */
.button,
.customer .button {
    font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-text-transform);
    letter-spacing: var(--font-button-letter-spacing);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    border-radius: var(--border-radius-button);
    transition: var(--duration-default);
    font-size: 1.5rem;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1;
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding: 1rem 2.8rem;
    transition: all var(--duration-default) ease;
}
.button--primary span, .button--secondary span,
.customer .button--primary span,
.customer .button--secondary span {
    transition: inherit;
}
.button--primary span svg, .button--secondary span svg,
.customer .button--primary span svg,
.customer .button--secondary span svg {
    margin-left: 1rem;
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover span, .button--secondary:not([disabled]):not([aria-disabled=true]):hover span,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover span,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover span {
    transform: rotate(45deg) translateY(-4px);
}
.button--primary,
.customer .button--primary {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    color: rgb(var(--color-button-text));
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover {
    background-color: rgba(var(--color-button-hover), var(--alpha-button-background));
    color: rgb(var(--color-button-hover-text));
}
.button--secondary,
.customer .button--secondary {
    background-color: transparent;
    color: rgb(var(--color-button-secondary-text));
    border: 2px solid;
}
.button--secondary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover {
    color: rgb(var(--color-button-secondary-hover-text));
}
.button--simple-move,
.customer .button--simple-move {
    --alpha-button-background: 0;
    padding: 0;
    min-width: auto;
    min-height: auto;
    background: none;
    box-shadow: none;
    color: rgba(var(--color-foreground));
    font-size: 1.5rem;
    font-weight: 700;
    overflow: visible;
}
.button--simple-move:after,
.customer .button--simple-move:after {
    display: none;
}
.button--simple-move span,
.customer .button--simple-move span {
    word-break: break-word;
    text-decoration: underline;
    text-decoration-color: rgb(var(--color-accent));
    text-underline-offset: 0.6rem;
    text-decoration-thickness: 0.1rem;
}
.button--simple-move svg,
.customer .button--simple-move svg {
    opacity: 0;
    margin-left: -1.2rem;
    transition: margin-left var(--duration-default), opacity var(--duration-default) !important;
    color: rgba(var(--color-button));
}
.button--simple-move:hover svg,
.customer .button--simple-move:hover svg {
    margin-left: 0.8rem;
    opacity: 1;
}
.button--arrow,
.customer .button--arrow {
    position: relative;
    gap: 0.8rem;
}
.button--simple,
.customer .button--simple {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0.2rem;
    min-width: auto;
    min-height: auto;
    background: none;
    box-shadow: none;
    color: rgba(var(--color-foreground-title));
    --alpha-button-background: 0;
    line-height: 1.5;
    overflow: visible;
    flex: none;
    max-width: 300px;
    word-break: break-word;
    position: relative;
}
.button--simple span,
.customer .button--simple span {
    display: flex;
}
.button--simple svg,
.customer .button--simple svg {
    margin-right: 0.8rem;
    min-width: 17px;
    width: 17px;
    min-height: 17px;
}
.button--simple .button-simpl__label,
.customer .button--simple .button-simpl__label {
    position: relative;
}
.button--simple .button-simpl__label::after,
.customer .button--simple .button-simpl__label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all var(--duration-default) linear;
    background-color: rgba(var(--color-foreground));
    transform: rotate(180deg);
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover .button-simpl__label::after,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-simpl__label::after {
    width: 0;
}
.button--simple .icon-button-arrow,
.customer .button--simple .icon-button-arrow {
    margin-left: 0.8rem;
    width: 1.2rem;
    height: 1.1rem;
    color: rgb(var(--color-button));
    transition: opacity var(--duration-default);
    opacity: 0;
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover .icon-button-arrow,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .icon-button-arrow {
    opacity: 1;
    color: rgba(var(--color-button));
}
.button--primary-size,
.customer .button--primary-size {
    min-height: 6rem;
    padding: 0 2.8rem;
}
.button--small,
.customer .button--small {
    padding: 1rem 2.6rem;
    min-height: 4rem;
    min-width: 13rem;
}
.button--full-width,
.customer .button--full-width {
    width: 100%;
}
.button .spinner,
.customer .button .spinner {
    display: none;
}
.button.loading span,
.customer .button.loading span {
    opacity: 0;
}
.button.loading .spinner,
.customer .button.loading .spinner {
    position: absolute;
    display: inline-block;
}
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
    stroke: currentColor;
}

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

@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;
    cursor: pointer;
}
.share-buttons__label:hover span::after {
    bottom: 0;
}

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

.share-buttons__label .icon-share {
    width: 1.6rem;
}
@media (min-width: 576px) {
    .share-buttons__label .icon-share {
        width: 2.4rem;
    }
}

.quick-add-modal .share-buttons__label .icon-share {
    width: 2rem;
}

.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-title), 1);
    transition: all var(--duration-default) ease;
}
.share-buttons__item a:hover {
    opacity: 0.5;
}

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

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

.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.4rem;
    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;
    align-items: center;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next,
.swiper-button-prev {
    position: static;
    flex: none;
    width: 4.4rem;
    height: 4.4rem;
    color: rgb(var(--color-foreground));
}
.swiper-button-next .icon,
.swiper-button-prev .icon {
    flex: none;
    width: 1.6rem;
    height: 1.6rem;
}

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

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

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
@media (min-width: 990px) {
    .button-wrapper {
        margin-top: 6.4rem;
    }
}
.button-wrapper .button svg {
    width: 2rem;
    height: 2rem;
}

.swiper-buttons__wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.swiper-buttons__wrapper .swiper-buttons__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-buttons__wrapper .swiper-button span {
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .swiper-buttons__wrapper .swiper-button span {
        opacity: 0;
    }
}
.swiper-buttons__wrapper .container {
    box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
    .swiper-buttons__wrapper {
        box-sizing: content-box;
    }
}

.swiper-pagination {
    position: absolute;
    bottom: 2rem !important;
}
@media screen and (min-width: 990px) {
    .swiper-pagination {
        bottom: 0.5rem !important;
    }
}
.swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
    opacity: 1;
    margin: 0 !important;
    padding: var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    transition: all var(--duration-long) ease;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    border-radius: 50%;
    background: rgb(var(--color-foreground-title));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination .swiper-pagination-bullet-active::before {
    background: rgb(var(--color-foreground));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination .swiper-pagination-bullet:hover::before {
    transform: scale(1.4);
    opacity: 0.8;
}

.swiper-flip {
    overflow: hidden !important;
}

.swiper-button-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-absolute span {
    display: flex;
    max-width: 20px;
}
.swiper-button-absolute.swiper-button-prev {
    transform: translateY(-50%) rotate(-180deg);
    right: 100%;
    left: unset;
}
.swiper-button-absolute.swiper-button-next {
    left: 100%;
}

.swiper-button {
    transition: all var(--duration-long) ease;
    pointer-events: all;
}
.swiper-button span {
    display: flex;
    transition: inherit;
    max-width: 20px;
}
.swiper-button span svg {
    transition: inherit;
}
@media screen and (min-width: 1200px) {
    .swiper-button span {
        max-width: unset;
    }
}
@media screen and (min-width: 1200px) {
    .swiper-button:hover svg {
        transform: translateX(5px);
    }
}

.swiper-button-prev {
    justify-content: flex-start;
}
.swiper-button-prev span {
    transform: rotate(-180deg);
}

.swiper-button-next {
    justify-content: flex-end;
}

.swiper:hover .swiper-button span {
    opacity: 1;
}

.btn-remove {
    display: inline-block;
    color: rgb(var(--color-foreground-secondary));
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.btn-remove svg {
    width: 100%;
    height: 100%;
}
.btn-remove:hover svg {
    animation: remove_animation var(--duration-default) linear;
}

@keyframes remove_animation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-25deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(25deg);
    }
}
.no-js .swiper-pagination,
.no-js .swiper-buttons__wrapper,
.no-js .swiper-button {
    display: none;
}

.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: var(--border-radius-button);
    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);
}

.infinite-scroll__loading {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    color: rgba(var(--color-button-secondary-text), var(--alpha-button-background));
}
.infinite-scroll__loading .spinner {
    display: none;
    width: 2rem;
    height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Quantity */
.quantity {
    position: relative;
    width: 10rem;
    display: flex;
    background: rgb(var(--color-background-input));
    border: 1px solid rgb(var(--color-border-input));
    color: rgb(var(--color-placeholder-input));
}

.quantity__input {
    color: rgb(var(--color-accent));
    font-size: 1.6rem;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    height: 4rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
}

.quantity__button {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--duration-default);
    color: rgb(var(--color-foreground));
}
.quantity__button svg {
    transition: opacity var(--duration-default);
}
.quantity__button .icon-minus {
    height: 0.2rem;
}
.quantity__button .icon-plus {
    height: 1rem;
}
.quantity__button:hover svg {
    opacity: 0.5;
}

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/* Fallback */
.focus-inset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

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

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

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

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

.modal__toggle-close {
    display: none;
}

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

.modal__toggle-open {
    display: flex;
}

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

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

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

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

.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 */
.section-announcement {
    transition: transform var(--duration-default);
    z-index: 20;
}
.section-announcement .announcement-bar-light {
    background-color: rgb(var(--color-announcement-bar-background-2));
}
.section-announcement .announcement-bar-dark {
    background-color: rgb(var(--color-announcement-bar-background-1));
}

.body--hidden .section-announcement {
    transform: translateY(-100%);
}

.announcement-bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    height: var(--announcement-height);
}
@media screen and (min-width: 750px) {
    .announcement-bar {
        overflow-y: auto;
    }
}
.announcement-bar .announcement-bar__message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    text-align: center;
}
.announcement-bar .announcement-bar__text {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    line-height: var(--font-heading-line-height);
    font-size: 1.5rem;
}
.announcement-bar .announcement-bar__text p {
    margin: 0;
}
.announcement-bar .announcement-bar__slide {
    display: none;
}

.announcement__slide-show .announcement-bar__box {
    display: none;
}
.announcement__slide-show .announcement-bar__slide {
    display: block;
}

.announcement-bar .container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.announcement-bar .swiper-wrapper {
    transition-timing-function: linear !important;
    width: 100vw;
}
.announcement-bar .swiper-slide {
    width: auto !important;
    flex-shrink: 1;
    display: inline-flex;
}
.announcement-bar .announcement__title {
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 2.4rem;
}
.announcement-bar .announcement__title .announcement__item {
    margin: 0;
    display: flex;
    align-items: center;
}
.announcement-bar .announcement__title .announcement__item::after {
    content: "";
    margin-left: 2rem;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    max-width: 8px;
    max-height: 8px;
    background: rgb(var(--color-foreground-title));
}

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

.header-main-section {
    z-index: 11;
    will-change: transform;
    display: none;
}
@media screen and (min-width: 1200px) {
    .header-main-section {
        display: block;
    }
}

.shopify-section-header-sticky {
    position: sticky;
    top: 0;
}

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

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

.header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgb(var(--color-border));
}
.header__wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
}
.header__wrapper.header-position-left {
    grid-template-columns: auto 1fr 1fr;
}
.header__list, .header__buttons {
    display: flex;
    align-items: center;
}
.header__list > li > *, .header__buttons > li > * {
    font-family: var(--font-header-menu-family);
    font-style: var(--font-header-menu-style);
    font-weight: var(--font-header-menu-weight);
    text-transform: var(--font-header-menu-text-transform);
    font-size: var(--font-header-menu-link-size);
    color: rgb(var(--color-foreground-title));
}
.header__buttons {
    gap: 1.6rem;
    justify-content: flex-end;
}
@media screen and (min-width: 1860px) {
    .header__buttons {
        gap: 3.2rem;
    }
}
.header__list {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    margin: 0 -1.2rem;
}
.header__list > li:first-child {
    padding-left: 0;
}
.header__list > li:last-child {
    padding-right: 0;
}
.header__list > li:hover > .header-menu-trigger::before,
.header__list > li:hover span::before {
    display: block;
}
.header__list > li:hover > .header-menu-trigger .icon,
.header__list > li:hover span .icon {
    transform: rotate(180deg);
}
.header__list > li > .header-menu-trigger,
.header__list > li span {
    position: relative;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.header__list > li > .header-menu-trigger .icon,
.header__list > li span .icon {
    width: 1.2rem;
    transition: transform var(--duration-default) linear;
}
.header__list > li > .header-menu-trigger::before,
.header__list > li span::before {
    content: "";
    position: absolute;
    height: 20rem;
    opacity: 0;
    width: 400%;
    left: 50%;
    top: 100%;
    display: none;
    transform: translateX(-50%);
}
.header__list > li > a {
    padding: 0 1.2rem;
}
.header__list li {
    position: relative;
}
.header__list li:hover .header-menu-trigger, .header__list li:focus .header-menu-trigger, .header__list li:focus-within .header-menu-trigger {
    z-index: 5;
}
.header__list li:hover > .header__submenu,
.header__list li:hover > .header__submenu-child, .header__list li:focus > .header__submenu,
.header__list li:focus > .header__submenu-child, .header__list li:focus-within > .header__submenu,
.header__list li:focus-within > .header__submenu-child {
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.header__list li:hover > .header-mega-menu, .header__list li:focus > .header-mega-menu, .header__list li:focus-within > .header-mega-menu {
    pointer-events: unset;
    opacity: 1;
    visibility: visible;
}
.header__submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 2.5rem);
    background: rgb(var(--color-background));
    border: 1px solid rgb(var(--color-border));
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all var(--duration-default) linear;
    min-width: 23rem;
    z-index: 5;
}
.header__submenu:not(.header__submenu-child) > li > a {
    display: block;
    padding: 0.8rem 3.2rem;
}
.header__submenu:not(.header__submenu-child) > li:first-child > a {
    padding-top: 2.8rem;
}
.header__submenu:not(.header__submenu-child) > li:last-child > a {
    padding-bottom: 2.8rem;
}
.header__submenu:not(.header__submenu-child) > li.have-submenu .header-menu-trigger,
.header__submenu:not(.header__submenu-child) > li.have-submenu span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.header__submenu:not(.header__submenu-child) > li.have-submenu .header-menu-trigger .icon,
.header__submenu:not(.header__submenu-child) > li.have-submenu span .icon {
    transform: rotate(-90deg);
    width: 1.2rem;
}
.header__submenu-wrapper {
    position: relative;
}
.header__submenu-child {
    padding: 1.6rem 3.2rem;
    left: 100%;
    top: 0;
}
.header__submenu-child li {
    padding: 0.8rem 0;
}
.header__submenu > li.have-submenu + li:not(.have-submenu):before,
.header__submenu > li:not(.have-submenu) + .have-submenu:before {
    content: "";
    background: rgb(var(--color-border));
    height: 1px;
    width: calc(100% - 6.4rem);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header__submenu li:hover > span,
.header__submenu li:hover > a {
    opacity: 0.6;
}
.header__account {
    align-items: center;
    position: relative;
}
.header__account-modal {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    display: flex;
    flex-direction: column;
    padding: 2.4rem;
    width: 20rem;
    font-weight: var(--font-body-weight);
    text-transform: none;
    background-color: rgba(var(--color-background));
    transform: translateX(-50%);
    transition: opacity var(--duration-default);
    z-index: 10;
    opacity: 0;
    border: 1px solid rgb(var(--color-border));
}
details[open] > .header__account-modal {
    opacity: 1;
}
.header__account__login {
    width: 100%;
}
.header__account__login .icon {
    margin-right: 1rem;
    margin-left: 0;
    width: 1.5rem;
    height: 1.5rem;
}
.header__account__register {
    display: inline;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: var(--font-body-line-height);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.header__account__register span {
    position: relative;
}
.header__account__register span::after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    right: 0;
    width: 0;
    height: 0.1rem;
    background-color: rgb(var(--color-accent));
    transition: width var(--duration-default);
}
.header__account__register:hover span::after {
    width: 100%;
}
.header__account__name {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    color: rgba(var(--color-foreground));
    border-bottom: 0.1rem solid rgb(var(--color-accent));
}
.header__account__body {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header__account__body a {
    display: block;
    padding: 1rem 1.6rem;
    font-size: 1.5rem;
    text-decoration: none;
    transition: var(--duration-default);
}
.header__account__body a:hover {
    background-color: rgba(var(--color-accent), 0.1);
}
.header__account__logout {
    margin-top: 1.5rem;
    width: 100%;
}
.header__cart-wrapper {
    padding-left: 1.6rem;
    position: relative;
}
.header__cart-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: var(--header-height);
    width: 1px;
    background: rgb(var(--color-border));
}
@media screen and (min-width: 1860px) {
    .header__cart-wrapper {
        padding-left: 3.2rem;
    }
}
.header__submenu a,
.header__submenu span, .header-mega-menu__have-submenu__list-submenu a,
.header-mega-menu__have-submenu__list-submenu span {
    font-size: var(--font-body-size);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    text-transform: none;
}
.header__search a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.header__heading {
    margin: 0;
}
.header__heading .header__logo, .header__heading.header__logo {
    display: block;
    height: auto;
    max-height: calc(var(--header-height) - 0.8rem);
    object-fit: contain;
    max-width: 150px;
}
.header__heading .header__logo img, .header__heading.header__logo img {
    height: auto;
}
.header__heading .header__logo img.header__heading-logo--overlay, .header__heading.header__logo img.header__heading-logo--overlay {
    display: none;
}
@media screen and (min-width: 750px) {
    .header__heading .header__logo, .header__heading.header__logo {
        max-width: unset;
    }
}
.header-mega-menu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1.6rem 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all var(--duration-default) linear;
    max-height: 52rem;
    overflow: auto;
    overflow-x: hidden;
}
.header-mega-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(var(--color-border));
    z-index: -1;
}
.header-mega-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.header-mega-menu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.7);
    border-radius: 100px;
}
.header-mega-menu span {
    cursor: default;
}
.header-mega-menu__card .product-parameters {
    display: none;
}
.header-mega-menu__card .card-information {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
}
.header-mega-menu__collection-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
    padding: 0;
}
.header-mega-menu__collection-list li {
    position: relative;
}
.header-mega-menu__collection-list li:not(:last-child):not(:nth-child(3n)):before {
    content: "";
    position: absolute;
    right: -1.6rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(var(--color-border));
    pointer-events: none;
}
.header-mega-menu__collection-list li img {
    transition: all var(--duration-default) ease;
}
.header-mega-menu__collection-list li:hover img {
    transform: scale(1.12);
}
.header-mega-menu__collection-list .collection-grid__image-block::before {
    padding-bottom: 84% !important;
}
.header-mega-menu__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__wrapper {
        gap: 8rem;
    }
}
.header-mega-menu__card {
    position: relative;
    max-width: 38rem;
    width: 100%;
    left: calc((100vw - 100% - 17px) / 2);
    margin: -1.6rem 0;
}
.header-mega-menu__card.collection-product-card {
    overflow: hidden;
    margin: -3.2rem 0 0;
    transform: translate(0.8rem, 1.6rem);
    max-height: 515px;
}
.header-mega-menu__card.collection-product-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: var(--overlay-gradient);
    z-index: 3;
    transition: all var(--duration-long) linear;
    pointer-events: none;
}
.header-mega-menu__card.collection-product-card .price {
    font-family: var(--font-body-family);
    font-weight: 400;
}
.header-mega-menu__card.collection-product-card .price.price--on-sale .price-item--regular {
    opacity: 0.6;
}
.header-mega-menu__card .collection-grid__image-item img {
    transition: all var(--duration-default) ease;
}
.header-mega-menu__card:hover .collection-grid__image-item img {
    transform: scale(1.12);
}
.header-mega-menu__card .media,
.header-mega-menu__card .card__inner,
.header-mega-menu__card .card--product,
.header-mega-menu__card .card-wrapper {
    position: static;
}
.header-mega-menu__card .card-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: var(--overlay-gradient);
    z-index: 1;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__card {
        max-width: 48rem;
    }
}
.header-mega-menu .quick-add {
    display: none;
}
.header-mega-menu .card-information .caption-with-letter-spacing {
    opacity: 0.6;
}
.header-mega-menu__no-submenu__list {
    display: flex;
    flex-direction: column;
    padding-top: 4.8rem;
    gap: 2.4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__no-submenu__list {
        gap: 3.2rem;
    }
}
.header-mega-menu__no-submenu__list:not(:empty) + .header-mega-menu__have-submenu__list {
    border-left: 1px solid rgb(var(--color-border));
    padding-left: 4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__no-submenu__list:not(:empty) + .header-mega-menu__have-submenu__list {
        padding-left: 8rem;
    }
}
.header-mega-menu__have-submenu__list {
    display: flex;
    flex: 1 1 auto;
    padding-top: 4.8rem;
    gap: 3rem;
    flex-wrap: wrap;
}
.header-mega-menu__have-submenu__list-submenu {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__have-submenu__list-submenu {
        gap: 1.6rem;
        margin-top: 2.4rem;
    }
}
.header-mega-menu__have-submenu__list .header-menu-trigger {
    cursor: default;
}
.header-mega-menu__have-submenu__list .view-all-link {
    font-weight: 500;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__have-submenu__list {
        gap: 6rem;
    }
}
@media (prefers-color-scheme: light) {
    .header__toggle-scheme-item--dark {
        display: flex;
    }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
    display: flex;
}
@media (prefers-color-scheme: light) {
    :root [data-scheme=auto] .header__toggle-scheme-item--dark {
        display: flex;
    }
}
@media (prefers-color-scheme: dark) {
    .header__toggle-scheme-item--dark {
        display: none;
    }
}
@media (prefers-color-scheme: dark) {
    :root [data-scheme=auto] .header__toggle-scheme-item--dark {
        display: none;
    }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
    display: none;
}
@media (prefers-color-scheme: light) {
    .header__toggle-scheme-item--light {
        display: none;
    }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
    display: none;
}
@media (prefers-color-scheme: light) {
    :root [data-scheme=auto] .header__toggle-scheme-item--light {
        display: none;
    }
}
@media (prefers-color-scheme: dark) {
    .header__toggle-scheme-item--light {
        display: flex;
    }
}
@media (prefers-color-scheme: dark) {
    :root [data-scheme=auto] .header__toggle-scheme-item--light {
        display: flex;
    }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
    display: flex;
}
.header__toggle-scheme-item {
    cursor: pointer;
}
.header__localization {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
@media screen and (min-width: 1860px) {
    .header__localization {
        gap: 3.2rem;
    }
}
.header__localization ul.disclosure__list {
    top: calc(100% + 1.6rem);
    right: 0;
    bottom: auto;
    margin-top: 0;
    padding: 0.8rem;
    min-width: auto;
    max-width: 30rem;
    max-height: 30rem;
    background-color: rgba(var(--color-background));
    box-shadow: none;
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
    animation: animateLocalOpen var(--duration-default) ease;
    transform: translateY(0);
    border: 1px solid rgb(var(--color-border));
}
.header__localization ul.disclosure__list .link {
    color: rgb(var(--color-foreground-title));
}
.header__localization ul.disclosure__list .link:hover {
    background-color: rgb(var(--color-orders-hover));
}
.header__localization li a {
    padding: 1rem 1.6rem;
    height: auto;
    display: flex;
    align-items: center;
    transition: background var(--duration-default);
}
.header__localization .disclosure__link--flag:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2rem;
    height: 2rem;
    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 .localization-selector.link {
    padding: 0;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
}
.header__localization .localization-selector.link * {
    text-decoration: none;
}
.header__localization .localization-form__select:hover {
    box-shadow: none;
}
.header__localization-button .icon {
    vertical-align: middle;
}
.header .hover-opacity {
    transition: all var(--duration-default) ease;
}
.header .hover-opacity:hover {
    opacity: 0.6;
}
.header .header__toggle-scheme-item {
    background: transparent;
    border: 0;
}

.header-mobile-section {
    z-index: 100;
}
.header-mobile-section.hide .header-mobile {
    transform: translateY(-150%);
}

.header-mobile {
    height: var(--header-mobile-height);
    display: flex;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(var(--color-border));
    transition: all var(--duration-default) linear;
}
@media screen and (min-width: 1200px) {
    .header-mobile {
        display: none;
    }
}
.header-mobile .header-mobile__localization {
    padding: 2.4rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.header-mobile .header-mobile__localization .localization-selector.link {
    gap: 0.5rem;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    padding: 0;
    box-shadow: none;
}
.header-mobile .header-mobile__localization .localization-selector.link .icon {
    width: 2rem;
    margin-left: 0;
    margin-right: auto;
}
.header-mobile .header-mobile__localization .localization-selector + .disclosure__list {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    box-shadow: none;
    position: static;
    transform: unset;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    animation: none;
    padding: 0;
}
.header-mobile .header-mobile__localization .localization-selector + .disclosure__list a {
    color: inherit;
}
.header-mobile .header-mobile__localization .disclosure__button {
    font-size: calc(var(--font-aside-menu-link-size) * 1.2);
}
.header-mobile .header-mobile__localization noscript:first-child + localization-form {
    border-top: 0.1rem solid rgb(var(--color-border));
    padding-top: 2.4rem;
}
.header-mobile__logo__wrapper img,
.header-mobile__logo__wrapper span {
    z-index: -1;
    position: relative;
}
.header-mobile__header {
    display: grid;
    align-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
}
.header-mobile__header.header-mobile-position-left {
    grid-template-columns: auto 1fr 1fr;
}
.header-mobile__right, .header-mobile__left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    mix-blend-mode: difference;
}
.header-mobile__right *, .header-mobile__left *,
.header-mobile .animate-bg * {
    color: rgb(255, 255, 255);
}
.header-mobile__right {
    justify-content: flex-end;
}
.header-mobile__btn {
    width: 2.4rem;
    height: 2.4rem;
    max-width: 2.4rem;
    min-width: 2.4rem;
    display: flex;
    align-items: center;
}
.header-mobile__heading, .header-mobile__logo {
    margin: 0 auto;
    display: block;
    height: auto;
    max-height: calc(var(--header-mobile-height) - 0.8rem);
    object-fit: contain;
    max-width: 300px;
}
.header-mobile__heading img, .header-mobile__logo img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.header-mobile__heading img.header__heading-logo--overlay, .header-mobile__logo img.header__heading-logo--overlay {
    display: none;
}
@media screen and (min-width: 750px) {
    .header-mobile__heading, .header-mobile__logo {
        max-width: unset;
    }
}
.header-mobile__logo {
    display: flex;
}
.header-mobile__cart {
    position: relative;
}
.header-mobile__cart-count-bubble {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    width: 1.6rem;
    font-size: 1rem;
    line-height: 1;
    background-color: currentColor;
    border-radius: 50%;
    transform: translate(25%, -25%);
}
.header-mobile__cart-count-bubble * {
    mix-blend-mode: difference;
}
.header-mobile__burger:not(.active) .icon-close {
    display: none;
}
.header-mobile__burger.active .icon-hamburger {
    display: none;
}
.header-mobile__menu,
.header-mobile .animate-bg {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all var(--duration-long) linear;
    transform: translateX(-150%);
}
.header-mobile__menu.active,
.header-mobile .animate-bg.active {
    transform: translateX(0);
}
.header-mobile .animate-bg {
    top: 0;
    height: var(--header-mobile-height);
    pointer-events: none;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-mobile .animate-bg.active .show-animate {
    animation: show 0.4s linear forwards;
    animation-delay: 0.2s;
}
.header-mobile .animate-bg img {
    height: auto;
}
.header-mobile .animate-bg .show-animate {
    opacity: 0;
}
.header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height) - var(--announcement-height) + 0.1rem);
    overflow: auto;
    top: 100%;
}
.header-mobile__menu-header {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__menu-header li {
    flex: 1 0 33.33%;
}
.header-mobile__menu-header li:not(:last-child) {
    border-right: 1px solid rgb(var(--color-border));
}
.header-mobile__menu-header li a {
    padding: 2rem 1rem;
    text-align: center;
    font-size: var(--font-aside-menu-link-size);
    transition: opacity var(--duration-default) ease;
}
.header-mobile__menu-header li:not(.active) a {
    opacity: 0.6;
}
.header-mobile__menus {
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__menus > li {
    display: none;
    padding: 2.4rem;
}
.header-mobile__menu-item {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.header-mobile__menu-item li {
    position: relative;
}
.header-mobile__menu-item li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -1.6rem;
    width: 100%;
    height: 1px;
    background: rgb(var(--color-border));
}
.header-mobile__menu-main {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    color: rgb(var(--color-foreground-title));
}
.header-mobile__menu-main > li.have-submenu details summary span {
    display: flex;
    justify-content: space-between;
}
.header-mobile__menu-main > li.have-submenu details summary .icon {
    width: 2rem;
    transition: all var(--duration-default) linear;
}
.header-mobile__menu-main > li.have-submenu details ul {
    display: none;
}
.header-mobile__menu-main > li.have-submenu details[open] > summary .icon {
    transform: rotate(180deg);
}
.header-mobile__menu-main > li.have-submenu details[open] ul {
    display: flex;
}
.header-mobile__menu-main .h6 {
    font-size: calc(var(--font-aside-menu-link-size) * 1.2);
}
.header-mobile__menu-main li.have-submenu + li:not(.have-submenu),
.header-mobile__menu-main li:not(.have-submenu) + li.have-submenu {
    padding-top: 1.6rem;
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__submenu {
    padding: 1.6rem 0;
    flex-direction: column;
    gap: 1.2rem;
}
.header-mobile__submenu li.have-submenu + li:not(.have-submenu),
.header-mobile__submenu li:not(.have-submenu) + li.have-submenu {
    padding-top: 1.2rem;
}
.header-mobile__submenu-child {
    padding: 1.6rem 1.6rem 0 1.6rem;
}
.header-mobile .view-all-link {
    font-weight: 500;
}
.header-mobile.header-scroll .header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height) + 0.1rem);
}
@keyframes show {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.no-js #header-mobile-menu:target .animate-bg,
.no-js #header-mobile-menu:target .header-mobile__menu {
    transform: translateX(0);
}
.no-js #header-mobile-menu:target .header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height));
}
.no-js #header-mobile-menu:target .animate-bg .show-animate {
    animation: show 0.4s linear forwards;
    animation-delay: 0.2s;
}
.no-js #header-mobile-menu:target .header-mobile__no-js-close {
    display: block;
}
.no-js #header-mobile-menu:target .header-mobile__burger {
    display: none;
}
.no-js .header-mobile__no-js-close {
    display: none;
}

/* Breadcrumb  */
.breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin: 3.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 150%;
    color: rgb(var(--color-foreground-sub-title));
}
@media (min-width: 576px) {
    .breadcrumb {
        margin: 4.8rem 0 0 0;
    }
}
.breadcrumb__delimiter {
    margin: 0 1rem;
}
@media (min-width: 576px) {
    .breadcrumb__delimiter {
        margin: 0 1.3rem;
    }
}
.breadcrumb--center {
    justify-content: center;
}
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb .link-hover-line::after {
    background-color: rgb(var(--color-border));
}
.breadcrumb span {
    color: rgb(var(--color-foreground-sub-title), 0.6);
}

.have-overlay {
    position: relative;
    z-index: 1;
}
.have-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.4s ease;
    background: rgba(var(--color-overlay), 0.4);
}

.section_border_top {
    border-top: 1px solid rgb(var(--color-border));
}

.section_border_bottom {
    border-bottom: 1px solid rgb(var(--color-border));
}

.section-header__line {
    padding: 3rem 0 0;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
    .section-header__line {
        padding: 5rem 0 0;
        margin-bottom: 2.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .section-header__line {
        padding: 8rem 0 0;
        margin-bottom: 4rem;
    }
}
.section-header__line .button--simple {
    margin-right: auto;
}
.section-header__line .section-header__title__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media screen and (min-width: 990px) {
    .section-header__line .section-header__title__block {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .section-header__line .section-header__title__block .button--simple {
        margin-right: unset;
    }
}
.section-header__line .section-header__title {
    margin: 0;
}

/* Popup */
.popup-scroll-hidden {
    overflow: hidden;
    width: 100%;
}

.popup-main .popup-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.popup-main .popup-thumbnail {
    position: relative;
    align-self: normal;
}
.popup-main .popup-outer {
    min-height: 445px;
    align-items: center;
}
.popup-main .popup-content {
    padding: 30px;
}
@media screen and (min-width: 990px) {
    .popup-main .popup-content {
        padding: 80px;
    }
}
.popup-main .popup-container {
    background-color: var(--container-bg, #ffffff);
}
.popup-main .popup-heading {
    color: var(--heading-color, #232322);
}
.popup-main .popup-text {
    color: var(--text-color, #454544);
}
.popup-main .popup-close {
    color: var(--icon-color, #232322);
}
.popup-main .popup-close:hover {
    color: var(--icon-color-hover, #8F8F8E);
}

.notification-banner .popup-container {
    background-color: var(--container-bg, #ffffff);
}
.notification-banner .popup-heading {
    color: var(--heading-color, #232322);
}
.notification-banner .popup-text {
    color: var(--text-color, #454544);
}
.notification-banner .popup-close {
    color: var(--icon-color, #232322);
}
.notification-banner .popup-close:hover {
    color: var(--icon-color-hover, #8F8F8E);
}

.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;
    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: 20px;
    right: 20px;
    z-index: 2;
}
.popup-open {
    display: flex;
}
@media (max-width: 576px) {
    .popup-open[data-mobile-disable=true] {
        display: none;
    }
    .popup-open[data-mobile-disable=true] + .popup-overlay {
        display: none;
    }
}
.popup-open + .popup-overlay {
    display: block;
}
.popup-overlay {
    background-color: rgba(var(--color-overlay), 0.3);
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
}
.popup-overlay .popup-wrap {
    box-shadow: none;
}
.popup-thumbnail img {
    width: 100%;
}

@media (max-width: 750px) {
    .popup-main {
        max-width: calc(100vw - 4rem);
        max-height: calc(100vh - 4rem);
    }
}
.popup-main .popup-heading {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-size: clamp(20px, var(--font-popup-heading-size) * 0.7, var(--font-popup-heading-size));
}
@media screen and (min-width: 750px) {
    .popup-main .popup-heading {
        font-size: var(--font-popup-heading-size);
    }
}
.popup-main .popup-text {
    margin-bottom: 3.2rem;
    font-size: var(--font-popup-text-size);
    line-height: 1.2;
}
@media (min-width: 576px) {
    .popup-main .popup-outer {
        flex-direction: row;
    }
}
.popup-main .popup-thumbnail {
    flex: 1 0 15%;
    display: flex;
    min-height: 340px;
}
@media screen and (min-width: 750px) {
    .popup-main .popup-thumbnail {
        min-height: unset;
    }
}
.popup-main .popup-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 750px) {
    .popup-main .popup-thumbnail img {
        padding: 0 !important;
        object-position: top;
    }
}
.popup-main .popup-content {
    flex: 1 0 50%;
    order: 2;
}
.popup-main .popup-content:first-child:last-child {
    flex: 1 0 100%;
}
@media (min-width: 576px) {
    .popup-main-image--right .popup-outer {
        flex-direction: row-reverse;
    }
}
.popup-main-image--top .popup-outer {
    flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
    position: relative;
    padding-bottom: 55%;
}
.popup-main-image--top .popup-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
    flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
    position: relative;
    padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-main .newsletter-form .field,
.popup-main .newsletter-form .button {
    min-height: 5.8rem;
}
.popup-main .newsletter-form .button {
    max-width: 100%;
}
.popup-main .newsletter-form__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
}
@media screen and (min-width: 576px) {
    .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
        flex-direction: row;
    }
}
.popup-main .list-social {
    flex-direction: row;
    padding: 2rem;
    justify-content: center;
}
.popup-main .list-social__item .icon {
    transition: none;
}
.popup-main .list-social__item:hover .icon {
    transform: rotateY(360deg);
    transition: all var(--duration-long) linear;
}

.notification-banner {
    cursor: pointer;
}
.notification-banner .popup-outer {
    padding: 30px;
}
.notification-banner .popup-heading {
    margin: 0;
    font-family: var(--font-popups-heading-family);
    font-style: var(--font-popups-heading-style);
    font-weight: var(--font-popups-heading-weight);
    font-size: var(--font-notification-heading-size);
}
.notification-banner .popup-heading + .popup-text {
    margin-top: 0.8rem;
}
.notification-banner .popup-text {
    padding-right: 1rem;
    font-family: var(--font-popups-text-family);
    font-style: var(--font-popups-text-style);
    font-weight: var(--font-popups-text-weight);
    font-size: var(--font-notification-text-size);
}
.notification-banner .popup-button {
    width: 100%;
    margin-top: 1.6rem;
}
.notification-banner--box .popup-close {
    top: 15px;
    right: 15px;
}
.notification-banner--bar.popup--top {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    transform: none;
}
.notification-banner--bar.popup--bottom {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
}
.notification-banner--bar .popup-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (min-width: 750px) {
    .notification-banner--bar .popup-outer {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.6rem 2.4rem;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .notification-banner--bar .button {
        margin-top: 0;
        width: auto;
    }
}
.notification-banner--banner .popup-outer {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.notification-banner--banner .popup-outer-image--right {
    flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
    flex-direction: column;
}
.notification-banner--banner .popup-outer-image--bottom {
    flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image {
    position: relative;
    padding-bottom: 55%;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image img, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image img {
    position: absolute;
    inset: 0;
}
.notification-banner--banner .notification-banner__image {
    flex: 1 35%;
    min-width: 7.6rem;
    align-self: stretch;
    display: flex;
    overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
    flex: 1 65%;
    padding: 2.4rem 2rem;
}
.notification-banner--banner .popup-close {
    top: 1rem;
    right: 1rem;
}

.age-verification {
    position: fixed;
    inset: 0;
    -webkit-backface-visibility: hidden;
    width: 100vw;
    height: 100vh;
    max-width: unset;
    max-height: unset;
    padding: 2.4rem;
    background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
    .age-verification {
        padding: 6.4rem;
    }
}
.age-verification .popup-text p {
    text-align: center;
}
.age-verification__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: none;
}
.age-verification__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.age-verification__question {
    display: none;
}
.age-verification__question.show {
    display: block;
}
.age-verification__heading {
    margin-top: 0;
    margin-bottom: 1.6rem;
    text-align: center;
}
.age-verification__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
    .age-verification__buttons {
        flex-direction: row;
    }
}
.age-verification__buttons .button {
    min-width: 12rem;
}
.age-verification__declined {
    display: none;
}
.age-verification__declined.show {
    display: block;
}

[data-scheme=dark] .notification-banner,
[data-scheme=dark] .popup-main {
    --container-bg: rgba(23, 23, 23, 1);
    --heading-color: rgb(var(--color-foreground));
    --text-color: rgb(var(--color-foreground));
    --icon-color: rgb(var(--color-foreground));
    --icon-color-hover: rgb(var(--color-foreground));
}
[data-scheme=dark] .notification-banner .list-social__item .icon,
[data-scheme=dark] .popup-main .list-social__item .icon {
    color: rgb(var(--color-social));
}
[data-scheme=dark] .notification-banner .list-social__item:hover .icon,
[data-scheme=dark] .popup-main .list-social__item:hover .icon {
    color: rgb(var(--color-accent));
}

@media (prefers-color-scheme: dark) {
    [data-scheme=auto] .notification-banner,
    [data-scheme=auto] .popup-main {
        --container-bg: rgba(23, 23, 23, 1);
        --heading-color: rgb(var(--color-foreground));
        --text-color: rgb(var(--color-foreground));
        --icon-color: rgb(var(--color-foreground));
        --icon-color-hover: rgb(var(--color-foreground));
    }
    [data-scheme=auto] .notification-banner .list-social__item .icon,
    [data-scheme=auto] .popup-main .list-social__item .icon {
        color: rgb(var(--color-social));
    }
    [data-scheme=auto] .notification-banner .list-social__item:hover .icon,
    [data-scheme=auto] .popup-main .list-social__item:hover .icon {
        color: rgb(var(--color-accent));
    }
}

/* Editado Iodo Banner DESK + MOBILE - AJUSTES */
#shopify-section-template--22950840992056__slideshow{display: none}
#shopify-section-template--22950840992056__slideshow_fcAW3R{display: block}
@media screen and (min-width: 768px) {
    #shopify-section-template--22950840992056__slideshow_fcAW3R{display: none}
    #shopify-section-template--22950840992056__slideshow{display: block}
}
/* Fim Editado Iodo Banner DESK + MOBILE - AJUSTES */

/*Editado Iodo  Ajustes gerais na Página de Produtos*/
.oculto{display:none !important;}
.product-about.escondeAba{
    display: none;
}
.tabela_tamanho{
    width: 100%;
    border: none;
    border-collapse: collapse;
    max-width: 480px;
}
.tabela_tamanho tr th{
    background: rgba(var(--color-button));
    color: #fff;
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 4px 8px;
    font-weight: 400;
}
.tabela_tamanho tr td{
    color:rgba(var(--color-button));
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 4px 8px;
    font-weight: 400;
}

.tabela_tamanho tr:nth-of-type(odd) {
    background: #efefef;
}

#calculoFrete {
  margin-top: 1.6rem;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--duration-default);
  outline: none;
  height: auto;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-button-secondary-text));
  text-transform: uppercase;
  padding: 0 !important;
  line-height: inherit;
}

.product__info-wrapper  #ProductSubmitButton-template--22950841188664__main{
  background: #d14200;
  color: #fff;
  border: solid 1px rgba(var(--color-button)); 
}
.product__info-wrapper  #ProductSubmitButton-template--22950841188664__main:hover{
  opacity:.9
}


#calculoFrete:hover{
 color: rgb(var(--color-button-secondary-hover-text));
  background: none !important;
  background-color:none !important;
}
.informacoes-para-frete-row{
    display: none;
}

#ModalFrete {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

#ModalFrete .cxModalFrete{
    position:relative;
    width:100%;
    height:100vh;
}
#ModalFrete .overlayModalFrete{
    background: #000000b3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:1
}

#ModalFrete .ModalWrapper{
    position: relative;
    z-index: 9;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#ModalFrete .containerModal{
    height:90%;
    max-height:40.0rem;
    overflow:scroll;
    background:#ffffff;
    width: calc(100% - 3.2rem);
    max-width:74.0rem;
    padding: 3.6rem;
    position:relative;
}

#ModalFrete .modalContent h3{
    font-size: var(--font-heading-h3-size);
    line-height: 1.272;
    color: #101010;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1.6rem;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}

#closeBtnModalFrete{
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color:rgba(var(--color-button));
    border-width: 0px;
    border-style: solid;
    border-color: rgba(var(--color-button));;
    border-radius: 1px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s;
    padding: 1.2rem;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 0;
    text-align: center;
    right: 1.6rem;
    top: 1.6rem;
    position: absolute;
    transition: var(--duration-default);
}

#closeBtnModalFrete:hover{
    color:rgba(var(--color-foreground));
}


#ModalFrete p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #101010;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    max-width: 47.0rem;
}

#ModalFrete .fakeForm input{
    display: block;
    padding: 1.2rem;
    border: solid 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    max-width: 37rem;
    width: 100%;
}

#ModalFrete .fakeForm a{
    display:block;
    margin-bottom:3.2rem;
    font-size:1.2rem;
    font-style:italic;
    transition: var(--duration-default);
}
#ModalFrete .fakeForm a:hover {
    color: rgba(var(--color-button));
}

input#txtCEP::placeholder{
    font-size: 1.4rem !important;
    opacity:1 !important;
}


#ModalFrete .fakeForm input:placeholder,
#ModalFrete .fakeForm input::-webkit-input-placeholder,
#ModalFrete .fakeForm input::-moz-placeholder,
#ModalFrete .fakeForm input:-ms-input-placeholder,
#ModalFrete .fakeForm input::-ms-input-placeholder  {
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    font-weight: 400;
    opacity:1;
}

#ModalFrete #btnConsultarFrete{
    font-size: 1.6rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
    background-color: rgba(var(--color-button));;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--color-button));;
    border-radius: 1px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s;
    padding: 0.96rem 1.6rem;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 0;
    transition: var(--duration-default);
}

#ModalFrete #btnConsultarFrete:hover{
    opacity: .9;
    background-color: rgba(var(--color-button-hover));
}

.etapaModal{
    display:block;
}

.etapaModal.oculto{
    display:none;
}

.tamanho-detalhes{
    display:none !important;
}

#ModalFrete #btnConsultarFrete.loadingButton {
    color: transparent;
    background-image: url("https://cdn.shopify.com/s/files/1/0719/1959/9928/t/14/assets/loading-transparent.gif?v=1720020021");
    background-position: center;
    background-size: 2.6rem;
    background-repeat: no-repeat;
    pointer-events: none !important;
}


#ModalFrete .tabelaResultados {
    border-collapse:collapse;
    padding:.8rem 1.6rem !important;
    width: 100%;
    margin-bottom: 2.4rem;
}

#ModalFrete .tabelaResultados td{
    font-size:1.2rem;
    border:solid 1px rgba(var(--color-button));;
    padding:.8rem 1.6rem !important;
}

#ModalFrete .tabelaResultados th{
    background: rgba(var(--color-button));
    color: #fff;
    border: solid 1px rgba(var(--color-button));
    padding: .8rem 1.6rem !important;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
}


#ModalFrete .tabelaResultados td span{
    font-weight:600;
    display:block;
    margin-bottom:.8rem;
}
@media screen and (max-width: 460px) {
    #ModalFrete .containerModal {
        padding: 3.6rem 1.6rem 1.6rem 1.6rem;
    }
}
@media screen and (max-width: 330px) {
    #ModalFrete .modalContent h3 {
        font-size: 2.9rem
    }
}
.btnVoltarFrete{cursor: pointer;}

.sec-preco-parcela .valor{font-size: 1.4rem;}


@media screen and (min-width: 750px) {
    .drawer #CartDrawer .cart-item {
        padding: 1rem 2rem;
    }
    .drawer #CartDrawer .cart-item dl{
        margin-bottom: 1.6rem;
    }

    .drawer #CartDrawer .cart-item__quantity-price{
        margin-top:0px;
    }
}

.template-collection #shopify-section-template--22950840959288__custom_liquid_zqQ4az{
    display: none;
}

.whatsapp-btn {
    position: fixed;
    bottom: 10px;
    left: 9px;
    background-color: #25d366;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    z-index: 999;
    padding: 0px;
    height: 35px;
}


@charset "UTF-8";
/* Color custom properties */
:root {
    --color-error: 234, 74, 74;
    --color-inventory: 92, 92, 91;
    --duration-short: 100ms;
    --duration-default: 250ms;
    --duration-long: 500ms;
    --announcement-height: 0px;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.79) 100%
    );
    --color-background: var(--color-base-background-1);
    --color-link: var(--color-foreground);
    --alpha-link: 0.5;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-social: 0, 0, 0;
    --color-placeholder-input: 0, 0, 0;
    --alpha-placeholder-input: 0.5;
    --color-orders-hover: 248, 248, 248;
    --color-subtitle-alpha: 1;
    --swiper-pagination-bullet-inactive-opacity: 0.4 ;
}

.color-background-1 {
    --color-background: var(--color-base-background-1);
}

.color-background-2 {
    --color-background: var(--color-base-background-2);
}

.color-background-3 {
    --color-background: var(--color-base-background-3);
}

.color-background-4 {
    --color-background: var(--color-base-background-4);
}

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

.color-background-4,
.color-background-5,
.color-inverse {
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --color-overlay: 35, 35, 34;
    --color-inventory: 171, 171, 170;
    --color-subtitle-alpha: 0.6;
}

.color-background-4,
.color-background-5 {
    --color-foreground: 235, 235, 235;
    --color-link: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-secondary: 248, 248, 248;
    --color-foreground-sub-title: 248, 248, 248;
    --color-card-hover: var(--color-base-background-1);
    --color-social: 255, 255, 255;
    --color-border-input: 46, 46, 46;
    --color-border: 92, 92, 91;
    --color-orders-hover: 48, 48, 48;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.79) 100%
    );
}

.color-border-1 {
    --color-border: var(--color-border-light);
}

.color-inverse .color-border-1, .color-background-4 .color-border-1, .color-background-5 .color-border-1 {
    --color-border-light: 69,69,68;
}

.color-inverse {
    --color-foreground: 248, 248, 248;
    --color-link: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-sub-title: 248, 248, 248;
    --color-foreground-secondary: 248, 248, 248;
    --color-background: 5, 5, 5;
    --color-card-hover: var(--color-base-background-1);
    --alpha-button-border: 0.3;
    --color-social: 255, 255, 255;
    --color-border-input: 46, 46, 46;
    --color-border: 69,69,68;
    --color-border-input-hover: 60, 60, 60;
    --alpha-link: 0.5;
    --color-button-secondary-text: 31, 31, 31;
    --alpha-button-background: 1;
    --color-background-card: 31, 31, 31;
    --color-accent: 255, 255, 255;
    --color-base-border-input: 255, 255, 255;
    --color-placeholder-input: 255, 255, 255;
    --alpha-placeholder-input: 0.5;
    --color-orders-hover: 48, 48, 48;
    --overlay-gradient: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.79) 100%
    );
}

/* Dark Mode */
[data-scheme=dark] {
    --color-background: 23, 23, 23;
    --color-background-card: var(--color-background);
    --color-base-background-2: 23, 23, 23;
    --color-base-background-4: 33, 33, 33;
    --color-foreground: 255, 255, 255;
    --color-foreground-secondary: 248, 248, 248;
    --color-foreground-title: 255, 255, 255;
    --color-foreground-sub-title: 248, 248, 248;
    --color-background-input: 35, 35, 34;
    --color-border-input: 46, 46, 46;
    --color-border-input-hover: 60, 60, 60;
    --color-border: 69,69,68;
    --color-announcement-bar: 0, 0, 0;
    --color-announcement-bar-background-1: 0, 0, 0;
    --color-announcement-bar-background-2: 0, 0, 0;
    --color-link: 255, 255, 255;
    --alpha-link: 0.5;
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --color-social: 255, 255, 255;
    --color-accent: 191, 191, 191;
    --color-base-border-input: 255, 255, 255;
    --color-placeholder-input: 255, 255, 255;
    --color-orders-hover: 48, 48, 48;
    --color-overlay: 35, 35, 34;
    --color-inventory: 171, 171, 170;
    --color-subtitle-alpha: 0.6;
}
[data-scheme=dark] .color-background-1,
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-3,
[data-scheme=dark] .color-background-4 {
    --color-background: 23, 23, 23;
    --color-foreground: 255, 255, 255;
    --color-foreground-title: 255, 255, 255;
    --color-social: 255, 255, 255;
    --color-link: 255, 255, 255;
    --color-button: 46, 46, 46;
    --color-button-text: 255, 255, 255;
    --color-button-hover: 0, 0, 0;
    --color-button-hover-text: 255, 255, 255;
    --color-button-secondary-text: 213, 213, 213;
    --color-button-secondary-hover-text: 199, 199, 199;
    --color-border-input: 46, 46, 46;
    --color-border-input-hover: 60, 60, 60;
    --color-background-input: 35, 35, 34;
}
[data-scheme=dark] .color-background-2,
[data-scheme=dark] .color-background-5,
[data-scheme=dark] .color-inverse {
    --color-background: 23, 23, 23;
    --color-base-background-2: 23, 23, 23;
    --color-button-secondary: 255, 255, 255;
    --color-background-input: 35, 35, 34;
    --color-link: 255, 255, 255;
}
[data-scheme=dark] .color-border-1 {
    --color-border: 67, 67, 67;
}
[data-scheme=dark] .color-background-4 {
    --color-background: 35, 35, 34;
}
[data-scheme=dark] .color-background-5 {
    --color-background: 40, 40, 40;
}
[data-scheme=dark] .image-parallax.color-background-3 {
    --color-button: 0, 0, 0;
    --color-button-text: 255, 255, 255;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .icon {
    color: rgb(var(--color-background));
}
[data-scheme=dark] .image-parallax__button.button--secondary .icon-button-arrow {
    color: rgb(var(--color-background));
}
[data-scheme=dark] .steps-section + .testimonials-section > .color-background-2,
[data-scheme=dark] .about-section.color-background-2 {
    --color-background: 28, 28, 28;
}
[data-scheme=dark] .featured-products__products-item .card__inner,
[data-scheme=dark] .card__link::after,
[data-scheme=dark] .card-horizontal__link,
[data-scheme=dark] .card-horizontal__link::after,
[data-scheme=dark] .collection-product-list .collection-product-card--extended .card__link::after {
    background-color: rgb(var(--color-base-background-1));
}
[data-scheme=dark] .collection-popular-card .card-information__wrapper > *,
[data-scheme=dark] .collection-product-list .card-information__wrapper > *,
[data-scheme=dark] .collection-results--products .card-information__wrapper > *,
[data-scheme=dark] .product-recommendations__product .card-information__wrapper > *,
[data-scheme=dark] .search-modal .card-horizontal__information > *,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price__regular {
    color: #fff;
}
[data-scheme=dark] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
    text-decoration-color: #fff;
}
[data-scheme=dark] .collection-popular-card .card-wrapper,
[data-scheme=dark] .collection-product-list .card-wrapper:not(.card-wrapper-page),
[data-scheme=dark] .collection-results--products .card-wrapper,
[data-scheme=dark] .product-recommendations__product .card-wrapper,
[data-scheme=dark] .search-modal .search__items-item,
[data-scheme=dark] .search-modal .card-horizontal-wrapper {
    background-color: rgb(var(--color-background));
}
[data-scheme=dark] .product-slider .swiper-buttons:before,
[data-scheme=dark] .featured-products .swiper-buttons:before {
    background-color: rgb(var(--color-base-button-background), 0.7);
}
[data-scheme=dark] .product-slider .swiper-button-next,
[data-scheme=dark] .product-slider .swiper-button-prev,
[data-scheme=dark] .product-slider .swiper-pagination,
[data-scheme=dark] .featured-products .swiper-button-next,
[data-scheme=dark] .featured-products .swiper-button-prev,
[data-scheme=dark] .featured-products .swiper-pagination {
    color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
[data-scheme=dark] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
    border-color: rgb(223, 223, 223);
}
[data-scheme=dark] .featured-products__button .button--primary {
    background-color: rgb(var(--color-base-button-background));
    color: rgb(var(--color-base-solid-button-labels));
}
[data-scheme=dark] .featured-products__button .button--secondary {
    background-color: rgb(var(--color-base-outline-button-labels));
    color: rgb(var(--color-secondary-button-labels));
}
[data-scheme=dark] .filters__item:not(.filters__item_active) {
    opacity: 0.5;
}
[data-scheme=dark] .filters__item:not(.filters__item_active) span {
    color: #000;
}
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
[data-scheme=dark] .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
    color: rgb(var(--color-button-text));
}
[data-scheme=dark] .cart__blocks-content {
    background-color: transparent;
}
[data-scheme=dark] .default-address {
    background-color: var(--color-badge-text);
    color: var(--color-badge-bg);
}
[data-scheme=dark] .select__sort_by option {
    background-color: rgb(var(--color-background));
}
[data-scheme=dark] .hide__checkbox .facets-checkbox__label {
    background-color: rgba(var(--color-background-input), 0.8);
}
[data-scheme=dark] .hide__checkbox .facets-checkbox__hide:not(:disabled) ~ .facets-checkbox__label:hover,
[data-scheme=dark] .hide__checkbox .facets-checkbox__hide:checked ~ .facets-checkbox__label {
    background: rgba(var(--color-foreground-title), 1);
}

@media (prefers-color-scheme: dark) {
    [data-scheme=auto] {
        --color-background: 23, 23, 23;
        --color-background-card: var(--color-background);
        --color-base-background-2: 23, 23, 23;
        --color-base-background-4: 33, 33, 33;
        --color-foreground: 255, 255, 255;
        --color-foreground-title: 255, 255, 255;
        --color-foreground-sub-title: 248, 248, 248;
        --color-background-input: 35, 35, 34;
        --color-border-input: 46, 46, 46;
        --color-border-input-hover: 60, 60, 60;
        --color-border: 67, 67, 67;
        --color-announcement-bar: 0, 0, 0;
        --color-announcement-bar-background-1: 0, 0, 0;
        --color-announcement-bar-background-2: 0, 0, 0;
        --color-link: 255, 255, 255;
        --alpha-link: 0.5;
        --color-button: 46, 46, 46;
        --color-button-text: 255, 255, 255;
        --color-button-hover: 0, 0, 0;
        --color-button-secondary-text: 213, 213, 213;
        --color-button-secondary-hover-text: 199, 199, 199;
        --alpha-button-background: 1;
        --alpha-button-border: 1;
        --color-social: 255, 255, 255;
        --color-accent: 191, 191, 191;
        --color-base-border-input: 255, 255, 255;
        --color-overlay: 35, 35, 34;
        --color-placeholder-input: 255, 255, 255;
        --color-inventory: 171, 171, 170;
        --color-subtitle-alpha: 0.6;
    }
    [data-scheme=auto] .color-background-1,
    [data-scheme=auto] .color-background-2,
    [data-scheme=auto] .color-background-3,
    [data-scheme=auto] .color-background-4 {
        --color-background: 23, 23, 23;
        --color-foreground: 255, 255, 255;
        --color-foreground-title: 255, 255, 255;
        --color-social: 255, 255, 255;
        --color-link: 255, 255, 255;
        --color-button: 46, 46, 46;
        --color-button-text: 255, 255, 255;
        --color-button-hover: 0, 0, 0;
        --color-button-hover-text: 255, 255, 255;
        --color-button-secondary-text: 213, 213, 213;
        --color-button-secondary-hover-text: 199, 199, 199;
        --color-border-input: 46, 46, 46;
        --color-border-input-hover: 60, 60, 60;
        --color-background-input: 35, 35, 34;
    }
    [data-scheme=auto] .color-background-2,
    [data-scheme=auto] .color-background-5,
    [data-scheme=auto] .color-inverse {
        --color-background: 23, 23, 23;
        --color-base-background-2: 23, 23, 23;
        --color-button-secondary: 255, 255, 255;
        --color-background-input: 35, 35, 34;
        --color-link: 255, 255, 255;
    }
    [data-scheme=auto] .color-border-1 {
        --color-border: 67, 67, 67;
    }
    [data-scheme=auto] .color-background-4 {
        --color-background: 35, 35, 34;
    }
    [data-scheme=auto] .color-background-5 {
        --color-background: 40, 40, 40;
    }
    [data-scheme=auto] .image-parallax.color-background-3 {
        --color-button: 0, 0, 0;
        --color-button-text: 255, 255, 255;
    }
    [data-scheme=auto] .swiper-buttons.swiper-buttons--secondary .icon {
        color: rgb(var(--color-background));
    }
    [data-scheme=auto] .image-parallax__button.button--secondary .icon-button-arrow {
        color: rgb(var(--color-background));
    }
    [data-scheme=auto] .featured-products__products-item .card__inner,
    [data-scheme=auto] .card__link::after,
    [data-scheme=auto] .card-horizontal__link,
    [data-scheme=auto] .card-horizontal__link::after,
    [data-scheme=auto] .collection-product-list .collection-product-card--extended .card__link::after {
        background-color: rgb(var(--color-base-background-1));
    }
    [data-scheme=auto] .collection-popular-card .card-information__wrapper > *,
    [data-scheme=auto] .collection-product-list .card-information__wrapper > *,
    [data-scheme=auto] .collection-results--products .card-information__wrapper > *,
    [data-scheme=auto] .product-recommendations__product .card-information__wrapper > *,
    [data-scheme=auto] .search-modal .card-horizontal__information > *,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price__regular {
        color: #fff;
    }
    [data-scheme=auto] .search-modal .card-horizontal-wrapper .price--on-sale .price-item--regular {
        text-decoration-color: #fff;
    }
    [data-scheme=auto] .collection-popular-card .card-wrapper,
    [data-scheme=auto] .collection-product-list .card-wrapper:not(.card-wrapper-page),
    [data-scheme=auto] .collection-results--products .card-wrapper,
    [data-scheme=auto] .product-recommendations__product .card-wrapper,
    [data-scheme=auto] .search-modal .search__items-item,
    [data-scheme=auto] .search-modal .card-horizontal-wrapper {
        background-color: rgb(var(--color-background));
    }
    [data-scheme=auto] .product-slider .swiper-buttons:before,
    [data-scheme=auto] .featured-products .swiper-buttons:before {
        background-color: rgb(var(--color-base-button-background), 0.7);
    }
    [data-scheme=auto] .product-slider .swiper-button-next,
    [data-scheme=auto] .product-slider .swiper-button-prev,
    [data-scheme=auto] .product-slider .swiper-pagination,
    [data-scheme=auto] .featured-products .swiper-button-next,
    [data-scheme=auto] .featured-products .swiper-button-prev,
    [data-scheme=auto] .featured-products .swiper-pagination {
        color: rgb(var(--color-base-solid-button-labels));
    }
    [data-scheme=auto] .featured-products__products-list--horizontal.featured-products__products-list--placeholder .card-wrapper,
    [data-scheme=auto] .featured-products__products-list .featured-products__products-item--horizontal .card-horizontal-wrapper {
        border-color: rgb(223, 223, 223);
    }
    [data-scheme=auto] .featured-products__button .button--primary {
        background-color: rgb(var(--color-base-button-background));
        color: rgb(var(--color-base-solid-button-labels));
    }
    [data-scheme=auto] .featured-products__button .button--secondary {
        background-color: rgb(var(--color-base-outline-button-labels));
        color: rgb(var(--color-secondary-button-labels));
    }
    [data-scheme=auto] .footer.color-background-1 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-2 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-3 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-4 .newsletter__form .field__input, [data-scheme=auto] .footer.color-background-5 .newsletter__form .field__input, [data-scheme=auto] .footer.color-inverse .newsletter__form .field__input {
        border-color: rgb(0, 0, 0);
    }
    [data-scheme=auto] .footer.color-background-1 .disclosure__button, [data-scheme=auto] .footer.color-background-2 .disclosure__button, [data-scheme=auto] .footer.color-background-3 .disclosure__button, [data-scheme=auto] .footer.color-background-4 .disclosure__button, [data-scheme=auto] .footer.color-background-5 .disclosure__button, [data-scheme=auto] .footer.color-inverse .disclosure__button {
        box-shadow: 0 0 0 0.1rem rgb(0, 0, 0);
    }
    [data-scheme=auto] .filters__item:not(.filters__item_active) {
        opacity: 0.5;
    }
    [data-scheme=auto] .filters__item:not(.filters__item_active) span {
        color: #000;
    }
    [data-scheme=auto] .cart__blocks-content {
        background-color: transparent;
    }
    [data-scheme=auto] .default-address {
        background-color: var(--color-badge-text);
        color: var(--color-badge-bg);
    }
    [data-scheme=auto] .select__sort_by option {
        background-color: rgb(var(--color-background));
    }
    .swiper-buttons.swiper-buttons--secondary .icon {
        color: rgb(var(--color-background));
    }
    .image-parallax__button.button--secondary .icon-button-arrow {
        color: rgb(var(--color-background));
    }
    .swiper-buttons.swiper-buttons--secondary .swiper-button-next,
    .swiper-buttons.swiper-buttons--secondary .swiper-button-prev,
    .swiper-buttons.swiper-buttons--secondary .swiper-pagination {
        color: rgb(var(--color-button-text));
    }
    .hide__checkbox .facets-checkbox__label {
        background-color: rgba(var(--color-background-input), 0.8);
    }
    .hide__checkbox .facets-checkbox__hide:not(:disabled) ~ .facets-checkbox__label:hover,
    .hide__checkbox .facets-checkbox__hide:checked ~ .facets-checkbox__label {
        background: rgba(var(--color-foreground-title), 1);
    }
}
@media (max-width: 1199px) {
    :root {
        --header-height: var(--header-mobile-height);
    }
}
.container,
.container-fluid,
.shopify-policy__container {
    max-width: 1840px;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    margin: 0 auto;
}

/* Base */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

input[type=radio]:focus-visible + label,
input[type=checkbox]:focus-visible + label,
*: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);
}

input[type=radio]:focus-visible + label,
input[type=checkbox]:focus-visible + label {
    box-shadow: 0 0 0 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
    display: none !important;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.visibility-hidden {
    visibility: hidden;
}

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

.overflow-hidden {
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .overflow-hidden {
        padding-right: 17px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-hover-opacity] > * {
    transition: all var(--duration-default) ease;
}
[data-hover-opacity].opacity > * {
    color: rgba(var(--color-foreground-title), 0.6);
}

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

.h0 {
    font-size: 3rem;
}
@media only screen and (min-width: 750px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 1.1);
    }
}
@media only screen and (min-width: 1540px) {
    .h0 {
        font-size: calc(var(--font-heading-h1-size) * 1.3);
    }
}

h1,
.h1 {
    font-size: 3rem;
}
@media only screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-h1-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-h1-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h1,
    .h1 {
        font-size: var(--font-heading-h1-size);
    }
}

h2,
.h2 {
    font-size: 2.4rem;
}
@media only screen and (min-width: 750px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-h2-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-h2-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h2,
    .h2 {
        font-size: var(--font-heading-h2-size);
    }
}

h3,
.h3 {
    font-size: 2rem;
}
@media only screen and (min-width: 750px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-h3-size) * 0.7);
    }
}
@media only screen and (min-width: 1200px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-h3-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h3,
    .h3 {
        font-size: var(--font-heading-h3-size);
    }
}

h4,
.h4 {
    font-size: clamp(1.6rem, var(--font-heading-h4-size) * 0.7, var(--font-heading-h4-size));
}
@media only screen and (min-width: 1200px) {
    h4,
    .h4 {
        font-size: calc(var(--font-heading-h4-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
    h4,
    .h4 {
        font-size: var(--font-heading-h4-size);
    }
}

h5,
.h5 {
    font-size: clamp(1.6rem, var(--font-heading-h5-size) * 0.7, var(--font-heading-h5-size));
}
@media only screen and (min-width: 1200px) {
    h5,
    .h5 {
        font-size: var(--font-heading-h5-size);
    }
}

h6,
.h6 {
    font-size: clamp(1.6rem, var(--font-heading-h6-size) * 0.7, var(--font-heading-h6-size));
}
@media only screen and (min-width: 1200px) {
    h6,
    .h6 {
        font-size: var(--font-heading-h6-size);
    }
}

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

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

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

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

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

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

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

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

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

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

.right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.light {
    opacity: 0.7;
}

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

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

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

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

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

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

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

.full-unstyled-link,
.unstyled-link {
    text-decoration: none;
    color: currentColor;
}

.full-unstyled-link {
    display: block;
}

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

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

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

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

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

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

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

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

.richtext__content p {
    margin: 0 0 2rem;
}
.richtext__content p:last-child {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.small-text {
    font-family: var(--font-body-family);
    margin-bottom: 0rem;
    text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Button */
/* Button - default */
.button,
.customer .button {
    font-family: var(--font-button-family);
    font-weight: var(--font-button-weight);
    font-style: var(--font-button-style);
    text-transform: var(--font-button-text-transform);
    letter-spacing: var(--font-button-letter-spacing);
    position: relative;
    box-sizing: border-box;
    text-decoration: none;
    border: 0;
    border-radius: var(--border-radius-button);
    transition: var(--duration-default);
    font-size: 1.5rem;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 1;
}
.button--primary, .button--secondary,
.customer .button--primary,
.customer .button--secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding: 1rem 2.8rem;
    transition: all var(--duration-default) ease;
}
.button--primary span, .button--secondary span,
.customer .button--primary span,
.customer .button--secondary span {
    transition: inherit;
}
.button--primary span svg, .button--secondary span svg,
.customer .button--primary span svg,
.customer .button--secondary span svg {
    margin-left: 1rem;
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover span, .button--secondary:not([disabled]):not([aria-disabled=true]):hover span,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover span,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover span {
    transform: rotate(45deg) translateY(-4px);
}
.button--primary,
.customer .button--primary {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    color: rgb(var(--color-button-text));
}
.button--primary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--primary:not([disabled]):not([aria-disabled=true]):hover {
    background-color: rgba(var(--color-button-hover), var(--alpha-button-background));
    color: rgb(var(--color-button-hover-text));
}
.button--secondary,
.customer .button--secondary {
    background-color: transparent;
    color: rgb(var(--color-button-secondary-text));
    border: 2px solid;
}
.button--secondary:not([disabled]):not([aria-disabled=true]):hover,
.customer .button--secondary:not([disabled]):not([aria-disabled=true]):hover {
    color: rgb(var(--color-button-secondary-hover-text));
}
.button--simple-move,
.customer .button--simple-move {
    --alpha-button-background: 0;
    padding: 0;
    min-width: auto;
    min-height: auto;
    background: none;
    box-shadow: none;
    color: rgba(var(--color-foreground));
    font-size: 1.5rem;
    font-weight: 700;
    overflow: visible;
}
.button--simple-move:after,
.customer .button--simple-move:after {
    display: none;
}
.button--simple-move span,
.customer .button--simple-move span {
    word-break: break-word;
    text-decoration: underline;
    text-decoration-color: rgb(var(--color-accent));
    text-underline-offset: 0.6rem;
    text-decoration-thickness: 0.1rem;
}
.button--simple-move svg,
.customer .button--simple-move svg {
    opacity: 0;
    margin-left: -1.2rem;
    transition: margin-left var(--duration-default), opacity var(--duration-default) !important;
    color: rgba(var(--color-button));
}
.button--simple-move:hover svg,
.customer .button--simple-move:hover svg {
    margin-left: 0.8rem;
    opacity: 1;
}
.button--arrow,
.customer .button--arrow {
    position: relative;
    gap: 0.8rem;
}
.button--simple,
.customer .button--simple {
    display: inline-flex;
    align-items: center;
    padding: 0 0 0.2rem;
    min-width: auto;
    min-height: auto;
    background: none;
    box-shadow: none;
    color: rgba(var(--color-foreground-title));
    --alpha-button-background: 0;
    line-height: 1.5;
    overflow: visible;
    flex: none;
    max-width: 300px;
    word-break: break-word;
    position: relative;
}
.button--simple span,
.customer .button--simple span {
    display: flex;
}
.button--simple svg,
.customer .button--simple svg {
    margin-right: 0.8rem;
    min-width: 17px;
    width: 17px;
    min-height: 17px;
}
.button--simple .button-simpl__label,
.customer .button--simple .button-simpl__label {
    position: relative;
}
.button--simple .button-simpl__label::after,
.customer .button--simple .button-simpl__label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transition: all var(--duration-default) linear;
    background-color: rgba(var(--color-foreground));
    transform: rotate(180deg);
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover .button-simpl__label::after,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .button-simpl__label::after {
    width: 0;
}
.button--simple .icon-button-arrow,
.customer .button--simple .icon-button-arrow {
    margin-left: 0.8rem;
    width: 1.2rem;
    height: 1.1rem;
    color: rgb(var(--color-button));
    transition: opacity var(--duration-default);
    opacity: 0;
}
.button--simple:not([disabled]):not([aria-disabled=true]):hover .icon-button-arrow,
.customer .button--simple:not([disabled]):not([aria-disabled=true]):hover .icon-button-arrow {
    opacity: 1;
    color: rgba(var(--color-button));
}
.button--primary-size,
.customer .button--primary-size {
    min-height: 6rem;
    padding: 0 2.8rem;
}
.button--small,
.customer .button--small {
    padding: 1rem 2.6rem;
    min-height: 4rem;
    min-width: 13rem;
}
.button--full-width,
.customer .button--full-width {
    width: 100%;
}
.button .spinner,
.customer .button .spinner {
    display: none;
}
.button.loading span,
.customer .button.loading span {
    opacity: 0;
}
.button.loading .spinner,
.customer .button.loading .spinner {
    position: absolute;
    display: inline-block;
}
.button.loading .spinner .path,
.customer .button.loading .spinner .path {
    stroke: currentColor;
}

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

@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;
    cursor: pointer;
}
.share-buttons__label:hover span::after {
    bottom: 0;
}

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

.share-buttons__label .icon-share {
    width: 1.6rem;
}
@media (min-width: 576px) {
    .share-buttons__label .icon-share {
        width: 2.4rem;
    }
}

.quick-add-modal .share-buttons__label .icon-share {
    width: 2rem;
}

.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-title), 1);
    transition: all var(--duration-default) ease;
}
.share-buttons__item a:hover {
    opacity: 0.5;
}

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

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

.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.4rem;
    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;
    align-items: center;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
@media (min-width: 990px) {
    .button-wrapper {
        margin-top: 6.4rem;
    }
}
.button-wrapper .button svg {
    width: 2rem;
    height: 2rem;
}

.swiper-buttons__wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
.swiper-buttons__wrapper .swiper-buttons__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-buttons__wrapper .swiper-button span {
    opacity: 1;
}
@media screen and (min-width: 1200px) {
    .swiper-buttons__wrapper .swiper-button span {
        opacity: 0;
    }
}
.swiper-buttons__wrapper .container {
    box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
    .swiper-buttons__wrapper {
        box-sizing: content-box;
    }
}

.swiper-pagination {
    position: absolute;
    bottom: 2rem !important;
}
@media screen and (min-width: 990px) {
    .swiper-pagination {
        bottom: 0.5rem !important;
    }
}
.swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: unset;
    height: unset;
    border-radius: unset;
    opacity: 1;
    margin: 0 !important;
    padding: var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    display: block;
    transition: all var(--duration-long) ease;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    border-radius: 50%;
    background: rgb(var(--color-foreground-title));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination .swiper-pagination-bullet-active::before {
    background: rgb(var(--color-foreground));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination .swiper-pagination-bullet:hover::before {
    transform: scale(1.4);
    opacity: 0.8;
}

.swiper-flip {
    overflow: hidden !important;
}

.swiper-button-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-absolute span {
    display: flex;
    max-width: 20px;
}
.swiper-button-absolute.swiper-button-prev {
    transform: translateY(-50%) rotate(-180deg);
    right: 100%;
    left: unset;
}
.swiper-button-absolute.swiper-button-next {
    left: 100%;
}

.swiper-button {
    transition: all var(--duration-long) ease;
    pointer-events: all;
}
.swiper-button span {
    display: flex;
    transition: inherit;
    max-width: 20px;
}
.swiper-button span svg {
    transition: inherit;
}
@media screen and (min-width: 1200px) {
    .swiper-button span {
        max-width: unset;
    }
}
@media screen and (min-width: 1200px) {
    .swiper-button:hover svg {
        transform: translateX(5px);
    }
}

.swiper-button-prev {
    justify-content: flex-start;
}
.swiper-button-prev span {
    transform: rotate(-180deg);
}

.swiper-button-next {
    justify-content: flex-end;
}

.swiper:hover .swiper-button span {
    opacity: 1;
}

.btn-remove {
    display: inline-block;
    color: rgb(var(--color-foreground-secondary));
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.btn-remove svg {
    width: 100%;
    height: 100%;
}
.btn-remove:hover svg {
    animation: remove_animation var(--duration-default) linear;
}

@keyframes remove_animation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-25deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(25deg);
    }
}
.no-js .swiper-pagination,
.no-js .swiper-buttons__wrapper,
.no-js .swiper-button {
    display: none;
}

.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: var(--border-radius-button);
    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);
}

.infinite-scroll__loading {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    color: rgba(var(--color-button-secondary-text), var(--alpha-button-background));
}
.infinite-scroll__loading .spinner {
    display: none;
    width: 2rem;
    height: 2rem;
}
.infinite-scroll__loading.loading .spinner {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Quantity */
.quantity {
    position: relative;
    width: 10rem;
    display: flex;
    background: rgb(var(--color-background-input));
    border: 1px solid rgb(var(--color-border-input));
    color: rgb(var(--color-placeholder-input));
}

.quantity__input {
    color: rgb(var(--color-accent));
    font-size: 1.6rem;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 0.5rem;
    height: 4rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
}

.quantity__button {
    width: 3rem;
    min-height: 3rem;
    min-width: 3rem;
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color var(--duration-default);
    color: rgb(var(--color-foreground));
}
.quantity__button svg {
    transition: opacity var(--duration-default);
}
.quantity__button .icon-minus {
    height: 0.2rem;
}
.quantity__button .icon-plus {
    height: 1rem;
}
.quantity__button:hover svg {
    opacity: 0.5;
}

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/* Fallback */
.focus-inset:focus {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

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

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

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

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

.modal__toggle-close {
    display: none;
}

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

.modal__toggle-open {
    display: flex;
}

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

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

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

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

.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 */
.section-announcement {
    transition: transform var(--duration-default);
    z-index: 20;
}
.section-announcement .announcement-bar-light {
    background-color: rgb(var(--color-announcement-bar-background-2));
}
.section-announcement .announcement-bar-dark {
    background-color: rgb(var(--color-announcement-bar-background-1));
}

.body--hidden .section-announcement {
    transform: translateY(-100%);
}

.announcement-bar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    height: var(--announcement-height);
}
@media screen and (min-width: 750px) {
    .announcement-bar {
        overflow-y: auto;
    }
}
.announcement-bar .announcement-bar__message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    text-align: center;
}
.announcement-bar .announcement-bar__text {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    line-height: var(--font-heading-line-height);
    font-size: 1.5rem;
}
.announcement-bar .announcement-bar__text p {
    margin: 0;
}
.announcement-bar .announcement-bar__slide {
    display: none;
}

.announcement__slide-show .announcement-bar__box {
    display: none;
}
.announcement__slide-show .announcement-bar__slide {
    display: block;
}

.announcement-bar .container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.announcement-bar .swiper-wrapper {
    transition-timing-function: linear !important;
    width: 100vw;
}
.announcement-bar .swiper-slide {
    width: auto !important;
    flex-shrink: 1;
    display: inline-flex;
}
.announcement-bar .announcement__title {
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 2.4rem;
}
.announcement-bar .announcement__title .announcement__item {
    margin: 0;
    display: flex;
    align-items: center;
}
.announcement-bar .announcement__title .announcement__item::after {
    content: "";
    margin-left: 2rem;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    max-width: 8px;
    max-height: 8px;
    background: rgb(var(--color-foreground-title));
}

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

.header-main-section {
    z-index: 11;
    will-change: transform;
    display: none;
}
@media screen and (min-width: 1200px) {
    .header-main-section {
        display: block;
    }
}

.shopify-section-header-sticky {
    position: sticky;
    top: 0;
}

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

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

.header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgb(var(--color-border));
}
.header__wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
}
.header__wrapper.header-position-left {
    grid-template-columns: auto 1fr 1fr;
}
.header__list, .header__buttons {
    display: flex;
    align-items: center;
}
.header__list > li > *, .header__buttons > li > * {
    font-family: var(--font-header-menu-family);
    font-style: var(--font-header-menu-style);
    font-weight: var(--font-header-menu-weight);
    text-transform: var(--font-header-menu-text-transform);
    font-size: var(--font-header-menu-link-size);
    color: rgb(var(--color-foreground-title));
}
.header__buttons {
    gap: 1.6rem;
    justify-content: flex-end;
}
@media screen and (min-width: 1860px) {
    .header__buttons {
        gap: 3.2rem;
    }
}
.header__list {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    margin: 0 -1.2rem;
}
.header__list > li:first-child {
    padding-left: 0;
}
.header__list > li:last-child {
    padding-right: 0;
}
.header__list > li:hover > .header-menu-trigger::before,
.header__list > li:hover span::before {
    display: block;
}
.header__list > li:hover > .header-menu-trigger .icon,
.header__list > li:hover span .icon {
    transform: rotate(180deg);
}
.header__list > li > .header-menu-trigger,
.header__list > li span {
    position: relative;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.header__list > li > .header-menu-trigger .icon,
.header__list > li span .icon {
    width: 1.2rem;
    transition: transform var(--duration-default) linear;
}
.header__list > li > .header-menu-trigger::before,
.header__list > li span::before {
    content: "";
    position: absolute;
    height: 20rem;
    opacity: 0;
    width: 400%;
    left: 50%;
    top: 100%;
    display: none;
    transform: translateX(-50%);
}
.header__list > li > a {
    padding: 0 1.2rem;
}
.header__list li {
    position: relative;
}
.header__list li:hover .header-menu-trigger, .header__list li:focus .header-menu-trigger, .header__list li:focus-within .header-menu-trigger {
    z-index: 5;
}
.header__list li:hover > .header__submenu,
.header__list li:hover > .header__submenu-child, .header__list li:focus > .header__submenu,
.header__list li:focus > .header__submenu-child, .header__list li:focus-within > .header__submenu,
.header__list li:focus-within > .header__submenu-child {
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.header__list li:hover > .header-mega-menu, .header__list li:focus > .header-mega-menu, .header__list li:focus-within > .header-mega-menu {
    pointer-events: unset;
    opacity: 1;
    visibility: visible;
}
.header__submenu {
    position: absolute;
    left: 0;
    top: calc(100% + 2.5rem);
    background: rgb(var(--color-background));
    border: 1px solid rgb(var(--color-border));
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all var(--duration-default) linear;
    min-width: 23rem;
    z-index: 5;
}
.header__submenu:not(.header__submenu-child) > li > a {
    display: block;
    padding: 0.8rem 3.2rem;
}
.header__submenu:not(.header__submenu-child) > li:first-child > a {
    padding-top: 2.8rem;
}
.header__submenu:not(.header__submenu-child) > li:last-child > a {
    padding-bottom: 2.8rem;
}
.header__submenu:not(.header__submenu-child) > li.have-submenu .header-menu-trigger,
.header__submenu:not(.header__submenu-child) > li.have-submenu span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.header__submenu:not(.header__submenu-child) > li.have-submenu .header-menu-trigger .icon,
.header__submenu:not(.header__submenu-child) > li.have-submenu span .icon {
    transform: rotate(-90deg);
    width: 1.2rem;
}
.header__submenu-wrapper {
    position: relative;
}
.header__submenu-child {
    padding: 1.6rem 3.2rem;
    left: 100%;
    top: 0;
}
.header__submenu-child li {
    padding: 0.8rem 0;
}
.header__submenu > li.have-submenu + li:not(.have-submenu):before,
.header__submenu > li:not(.have-submenu) + .have-submenu:before {
    content: "";
    background: rgb(var(--color-border));
    height: 1px;
    width: calc(100% - 6.4rem);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.header__submenu li:hover > span,
.header__submenu li:hover > a {
    opacity: 0.6;
}
.header__account {
    align-items: center;
    position: relative;
}
.header__account-modal {
    position: absolute;
    top: calc(100% + 1rem);
    left: 50%;
    display: flex;
    flex-direction: column;
    padding: 2.4rem;
    width: 20rem;
    font-weight: var(--font-body-weight);
    text-transform: none;
    background-color: rgba(var(--color-background));
    transform: translateX(-50%);
    transition: opacity var(--duration-default);
    z-index: 10;
    opacity: 0;
    border: 1px solid rgb(var(--color-border));
}
details[open] > .header__account-modal {
    opacity: 1;
}
.header__account__login {
    width: 100%;
}
.header__account__login .icon {
    margin-right: 1rem;
    margin-left: 0;
    width: 1.5rem;
    height: 1.5rem;
}
.header__account__register {
    display: inline;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: var(--font-body-line-height);
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.header__account__register span {
    position: relative;
}
.header__account__register span::after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    right: 0;
    width: 0;
    height: 0.1rem;
    background-color: rgb(var(--color-accent));
    transition: width var(--duration-default);
}
.header__account__register:hover span::after {
    width: 100%;
}
.header__account__name {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    color: rgba(var(--color-foreground));
    border-bottom: 0.1rem solid rgb(var(--color-accent));
}
.header__account__body {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header__account__body a {
    display: block;
    padding: 1rem 1.6rem;
    font-size: 1.5rem;
    text-decoration: none;
    transition: var(--duration-default);
}
.header__account__body a:hover {
    background-color: rgba(var(--color-accent), 0.1);
}
.header__account__logout {
    margin-top: 1.5rem;
    width: 100%;
}
.header__cart-wrapper {
    padding-left: 1.6rem;
    position: relative;
}
.header__cart-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: var(--header-height);
    width: 1px;
    background: rgb(var(--color-border));
}
@media screen and (min-width: 1860px) {
    .header__cart-wrapper {
        padding-left: 3.2rem;
    }
}
.header__submenu a,
.header__submenu span, .header-mega-menu__have-submenu__list-submenu a,
.header-mega-menu__have-submenu__list-submenu span {
    font-size: var(--font-body-size);
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    text-transform: none;
}
.header__search a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.header__heading {
    margin: 0;
}
.header__heading .header__logo, .header__heading.header__logo {
    display: block;
    height: auto;
    max-height: calc(var(--header-height) - 0.8rem);
    object-fit: contain;
    max-width: 150px;
}
.header__heading .header__logo img, .header__heading.header__logo img {
    height: auto;
}
.header__heading .header__logo img.header__heading-logo--overlay, .header__heading.header__logo img.header__heading-logo--overlay {
    display: none;
}
@media screen and (min-width: 750px) {
    .header__heading .header__logo, .header__heading.header__logo {
        max-width: unset;
    }
}
.header-mega-menu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1.6rem 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all var(--duration-default) linear;
    max-height: 52rem;
    overflow: auto;
    overflow-x: hidden;
}
.header-mega-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(var(--color-border));
    z-index: -1;
}
.header-mega-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.header-mega-menu::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.7);
    border-radius: 100px;
}
.header-mega-menu span {
    cursor: default;
}
.header-mega-menu__card .product-parameters {
    display: none;
}
.header-mega-menu__card .card-information {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
}
.header-mega-menu__collection-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
    padding: 0;
}
.header-mega-menu__collection-list li {
    position: relative;
}
.header-mega-menu__collection-list li:not(:last-child):not(:nth-child(3n)):before {
    content: "";
    position: absolute;
    right: -1.6rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(var(--color-border));
    pointer-events: none;
}
.header-mega-menu__collection-list li img {
    transition: all var(--duration-default) ease;
}
.header-mega-menu__collection-list li:hover img {
    transform: scale(1.12);
}
.header-mega-menu__collection-list .collection-grid__image-block::before {
    padding-bottom: 84% !important;
}
.header-mega-menu__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__wrapper {
        gap: 8rem;
    }
}
.header-mega-menu__card {
    position: relative;
    max-width: 38rem;
    width: 100%;
    left: calc((100vw - 100% - 17px) / 2);
    margin: -1.6rem 0;
}
.header-mega-menu__card.collection-product-card {
    overflow: hidden;
    margin: -3.2rem 0 0;
    transform: translate(0.8rem, 1.6rem);
    max-height: 515px;
}
.header-mega-menu__card.collection-product-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: var(--overlay-gradient);
    z-index: 3;
    transition: all var(--duration-long) linear;
    pointer-events: none;
}
.header-mega-menu__card.collection-product-card .price {
    font-family: var(--font-body-family);
    font-weight: 400;
}
.header-mega-menu__card.collection-product-card .price.price--on-sale .price-item--regular {
    opacity: 0.6;
}
.header-mega-menu__card .collection-grid__image-item img {
    transition: all var(--duration-default) ease;
}
.header-mega-menu__card:hover .collection-grid__image-item img {
    transform: scale(1.12);
}
.header-mega-menu__card .media,
.header-mega-menu__card .card__inner,
.header-mega-menu__card .card--product,
.header-mega-menu__card .card-wrapper {
    position: static;
}
.header-mega-menu__card .card-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: var(--overlay-gradient);
    z-index: 1;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__card {
        max-width: 48rem;
    }
}
.header-mega-menu .quick-add {
    display: none;
}
.header-mega-menu .card-information .caption-with-letter-spacing {
    opacity: 0.6;
}
.header-mega-menu__no-submenu__list {
    display: flex;
    flex-direction: column;
    padding-top: 4.8rem;
    gap: 2.4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__no-submenu__list {
        gap: 3.2rem;
    }
}
.header-mega-menu__no-submenu__list:not(:empty) + .header-mega-menu__have-submenu__list {
    border-left: 1px solid rgb(var(--color-border));
    padding-left: 4rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__no-submenu__list:not(:empty) + .header-mega-menu__have-submenu__list {
        padding-left: 8rem;
    }
}
.header-mega-menu__have-submenu__list {
    display: flex;
    flex: 1 1 auto;
    padding-top: 4.8rem;
    gap: 3rem;
    flex-wrap: wrap;
}
.header-mega-menu__have-submenu__list-submenu {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__have-submenu__list-submenu {
        gap: 1.6rem;
        margin-top: 2.4rem;
    }
}
.header-mega-menu__have-submenu__list .header-menu-trigger {
    cursor: default;
}
.header-mega-menu__have-submenu__list .view-all-link {
    font-weight: 500;
}
@media screen and (min-width: 1860px) {
    .header-mega-menu__have-submenu__list {
        gap: 6rem;
    }
}
@media (prefers-color-scheme: light) {
    .header__toggle-scheme-item--dark {
        display: flex;
    }
}
.header__toggle-scheme-item--dark :root, [data-scheme=light] .header__toggle-scheme-item--dark {
    display: flex;
}
@media (prefers-color-scheme: light) {
    :root [data-scheme=auto] .header__toggle-scheme-item--dark {
        display: flex;
    }
}
@media (prefers-color-scheme: dark) {
    .header__toggle-scheme-item--dark {
        display: none;
    }
}
@media (prefers-color-scheme: dark) {
    :root [data-scheme=auto] .header__toggle-scheme-item--dark {
        display: none;
    }
}
[data-scheme=dark] .header__toggle-scheme-item--dark {
    display: none;
}
@media (prefers-color-scheme: light) {
    .header__toggle-scheme-item--light {
        display: none;
    }
}
.header__toggle-scheme-item--light :root, [data-scheme=light] .header__toggle-scheme-item--light {
    display: none;
}
@media (prefers-color-scheme: light) {
    :root [data-scheme=auto] .header__toggle-scheme-item--light {
        display: none;
    }
}
@media (prefers-color-scheme: dark) {
    .header__toggle-scheme-item--light {
        display: flex;
    }
}
@media (prefers-color-scheme: dark) {
    :root [data-scheme=auto] .header__toggle-scheme-item--light {
        display: flex;
    }
}
[data-scheme=dark] .header__toggle-scheme-item--light {
    display: flex;
}
.header__toggle-scheme-item {
    cursor: pointer;
}
.header__localization {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}
@media screen and (min-width: 1860px) {
    .header__localization {
        gap: 3.2rem;
    }
}
.header__localization ul.disclosure__list {
    top: calc(100% + 1.6rem);
    right: 0;
    bottom: auto;
    margin-top: 0;
    padding: 0.8rem;
    min-width: auto;
    max-width: 30rem;
    max-height: 30rem;
    background-color: rgba(var(--color-background));
    box-shadow: none;
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
    animation: animateLocalOpen var(--duration-default) ease;
    transform: translateY(0);
    border: 1px solid rgb(var(--color-border));
}
.header__localization ul.disclosure__list .link {
    color: rgb(var(--color-foreground-title));
}
.header__localization ul.disclosure__list .link:hover {
    background-color: rgb(var(--color-orders-hover));
}
.header__localization li a {
    padding: 1rem 1.6rem;
    height: auto;
    display: flex;
    align-items: center;
    transition: background var(--duration-default);
}
.header__localization .disclosure__link--flag:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2rem;
    height: 2rem;
    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 .localization-selector.link {
    padding: 0;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
}
.header__localization .localization-selector.link * {
    text-decoration: none;
}
.header__localization .localization-form__select:hover {
    box-shadow: none;
}
.header__localization-button .icon {
    vertical-align: middle;
}
.header .hover-opacity {
    transition: all var(--duration-default) ease;
}
.header .hover-opacity:hover {
    opacity: 0.6;
}
.header .header__toggle-scheme-item {
    background: transparent;
    border: 0;
}

.header-mobile-section {
    z-index: 100;
}
.header-mobile-section.hide .header-mobile {
    transform: translateY(-150%);
}

.header-mobile {
    height: var(--header-mobile-height);
    display: flex;
    align-items: center;
    padding: 1rem 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgb(var(--color-border));
    transition: all var(--duration-default) linear;
}
@media screen and (min-width: 1200px) {
    .header-mobile {
        display: none;
    }
}
.header-mobile .header-mobile__localization {
    padding: 2.4rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.header-mobile .header-mobile__localization .localization-selector.link {
    gap: 0.5rem;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    padding: 0;
    box-shadow: none;
}
.header-mobile .header-mobile__localization .localization-selector.link .icon {
    width: 2rem;
    margin-left: 0;
    margin-right: auto;
}
.header-mobile .header-mobile__localization .localization-selector + .disclosure__list {
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    box-shadow: none;
    position: static;
    transform: unset;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    animation: none;
    padding: 0;
}
.header-mobile .header-mobile__localization .localization-selector + .disclosure__list a {
    color: inherit;
}
.header-mobile .header-mobile__localization .disclosure__button {
    font-size: calc(var(--font-aside-menu-link-size) * 1.2);
}
.header-mobile .header-mobile__localization noscript:first-child + localization-form {
    border-top: 0.1rem solid rgb(var(--color-border));
    padding-top: 2.4rem;
}
.header-mobile__logo__wrapper img,
.header-mobile__logo__wrapper span {
    z-index: -1;
    position: relative;
}
.header-mobile__header {
    display: grid;
    align-items: center;
    gap: 1.5rem;
    padding: 0 2rem;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
}
.header-mobile__header.header-mobile-position-left {
    grid-template-columns: auto 1fr 1fr;
}
.header-mobile__right, .header-mobile__left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    mix-blend-mode: difference;
}
.header-mobile__right *, .header-mobile__left *,
.header-mobile .animate-bg * {
    color: rgb(255, 255, 255);
}
.header-mobile__right {
    justify-content: flex-end;
}
.header-mobile__btn {
    width: 2.4rem;
    height: 2.4rem;
    max-width: 2.4rem;
    min-width: 2.4rem;
    display: flex;
    align-items: center;
}
.header-mobile__heading, .header-mobile__logo {
    margin: 0 auto;
    display: block;
    height: auto;
    max-height: calc(var(--header-mobile-height) - 0.8rem);
    object-fit: contain;
    max-width: 300px;
}
.header-mobile__heading img, .header-mobile__logo img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.header-mobile__heading img.header__heading-logo--overlay, .header-mobile__logo img.header__heading-logo--overlay {
    display: none;
}
@media screen and (min-width: 750px) {
    .header-mobile__heading, .header-mobile__logo {
        max-width: unset;
    }
}
.header-mobile__logo {
    display: flex;
}
.header-mobile__cart {
    position: relative;
}
.header-mobile__cart-count-bubble {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    width: 1.6rem;
    font-size: 1rem;
    line-height: 1;
    background-color: currentColor;
    border-radius: 50%;
    transform: translate(25%, -25%);
}
.header-mobile__cart-count-bubble * {
    mix-blend-mode: difference;
}
.header-mobile__burger:not(.active) .icon-close {
    display: none;
}
.header-mobile__burger.active .icon-hamburger {
    display: none;
}
.header-mobile__menu,
.header-mobile .animate-bg {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all var(--duration-long) linear;
    transform: translateX(-150%);
}
.header-mobile__menu.active,
.header-mobile .animate-bg.active {
    transform: translateX(0);
}
.header-mobile .animate-bg {
    top: 0;
    height: var(--header-mobile-height);
    pointer-events: none;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-mobile .animate-bg.active .show-animate {
    animation: show 0.4s linear forwards;
    animation-delay: 0.2s;
}
.header-mobile .animate-bg img {
    height: auto;
}
.header-mobile .animate-bg .show-animate {
    opacity: 0;
}
.header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height) - var(--announcement-height) + 0.1rem);
    overflow: auto;
    top: 100%;
}
.header-mobile__menu-header {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__menu-header li {
    flex: 1 0 33.33%;
}
.header-mobile__menu-header li:not(:last-child) {
    border-right: 1px solid rgb(var(--color-border));
}
.header-mobile__menu-header li a {
    padding: 2rem 1rem;
    text-align: center;
    font-size: var(--font-aside-menu-link-size);
    transition: opacity var(--duration-default) ease;
}
.header-mobile__menu-header li:not(.active) a {
    opacity: 0.6;
}
.header-mobile__menus {
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__menus > li {
    display: none;
    padding: 2.4rem;
}
.header-mobile__menu-item {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
}
.header-mobile__menu-item li {
    position: relative;
}
.header-mobile__menu-item li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -1.6rem;
    width: 100%;
    height: 1px;
    background: rgb(var(--color-border));
}
.header-mobile__menu-main {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    color: rgb(var(--color-foreground-title));
}
.header-mobile__menu-main > li.have-submenu details summary span {
    display: flex;
    justify-content: space-between;
}
.header-mobile__menu-main > li.have-submenu details summary .icon {
    width: 2rem;
    transition: all var(--duration-default) linear;
}
.header-mobile__menu-main > li.have-submenu details ul {
    display: none;
}
.header-mobile__menu-main > li.have-submenu details[open] > summary .icon {
    transform: rotate(180deg);
}
.header-mobile__menu-main > li.have-submenu details[open] ul {
    display: flex;
}
.header-mobile__menu-main .h6 {
    font-size: calc(var(--font-aside-menu-link-size) * 1.2);
}
.header-mobile__menu-main li.have-submenu + li:not(.have-submenu),
.header-mobile__menu-main li:not(.have-submenu) + li.have-submenu {
    padding-top: 1.6rem;
    border-top: 1px solid rgb(var(--color-border));
}
.header-mobile__submenu {
    padding: 1.6rem 0;
    flex-direction: column;
    gap: 1.2rem;
}
.header-mobile__submenu li.have-submenu + li:not(.have-submenu),
.header-mobile__submenu li:not(.have-submenu) + li.have-submenu {
    padding-top: 1.2rem;
}
.header-mobile__submenu-child {
    padding: 1.6rem 1.6rem 0 1.6rem;
}
.header-mobile .view-all-link {
    font-weight: 500;
}
.header-mobile.header-scroll .header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height) + 0.1rem);
}
@keyframes show {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.no-js #header-mobile-menu:target .animate-bg,
.no-js #header-mobile-menu:target .header-mobile__menu {
    transform: translateX(0);
}
.no-js #header-mobile-menu:target .header-mobile__menu {
    height: calc(100vh - var(--header-mobile-height));
}
.no-js #header-mobile-menu:target .animate-bg .show-animate {
    animation: show 0.4s linear forwards;
    animation-delay: 0.2s;
}
.no-js #header-mobile-menu:target .header-mobile__no-js-close {
    display: block;
}
.no-js #header-mobile-menu:target .header-mobile__burger {
    display: none;
}
.no-js .header-mobile__no-js-close {
    display: none;
}

/* Breadcrumb  */
.breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin: 3.6rem 0 0 0;
    font-size: 1.4rem;
    line-height: 150%;
    color: rgb(var(--color-foreground-sub-title));
}
@media (min-width: 576px) {
    .breadcrumb {
        margin: 4.8rem 0 0 0;
    }
}
.breadcrumb__delimiter {
    margin: 0 1rem;
}
@media (min-width: 576px) {
    .breadcrumb__delimiter {
        margin: 0 1.3rem;
    }
}
.breadcrumb--center {
    justify-content: center;
}
.breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.breadcrumb .link-hover-line::after {
    background-color: rgb(var(--color-border));
}
.breadcrumb span {
    color: rgb(var(--color-foreground-sub-title), 0.6);
}

.have-overlay {
    position: relative;
    z-index: 1;
}
.have-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 0.4s ease;
    background: rgba(var(--color-overlay), 0.4);
}

.section_border_top {
    border-top: 1px solid rgb(var(--color-border));
}

.section_border_bottom {
    border-bottom: 1px solid rgb(var(--color-border));
}

.section-header__line {
    padding: 3rem 0 0;
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
    .section-header__line {
        padding: 5rem 0 0;
        margin-bottom: 2.5rem;
    }
}
@media screen and (min-width: 1200px) {
    .section-header__line {
        padding: 8rem 0 0;
        margin-bottom: 4rem;
    }
}
.section-header__line .button--simple {
    margin-right: auto;
}
.section-header__line .section-header__title__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media screen and (min-width: 990px) {
    .section-header__line .section-header__title__block {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .section-header__line .section-header__title__block .button--simple {
        margin-right: unset;
    }
}
.section-header__line .section-header__title {
    margin: 0;
}

/* Popup */
.popup-scroll-hidden {
    overflow: hidden;
    width: 100%;
}

.popup-main .popup-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.popup-main .popup-thumbnail {
    position: relative;
    align-self: normal;
}
.popup-main .popup-outer {
    min-height: 445px;
    align-items: center;
}
.popup-main .popup-content {
    padding: 30px;
}
@media screen and (min-width: 990px) {
    .popup-main .popup-content {
        padding: 80px;
    }
}
.popup-main .popup-container {
    background-color: var(--container-bg, #ffffff);
}
.popup-main .popup-heading {
    color: var(--heading-color, #232322);
}
.popup-main .popup-text {
    color: var(--text-color, #454544);
}
.popup-main .popup-close {
    color: var(--icon-color, #232322);
}
.popup-main .popup-close:hover {
    color: var(--icon-color-hover, #8F8F8E);
}

.notification-banner .popup-container {
    background-color: var(--container-bg, #ffffff);
}
.notification-banner .popup-heading {
    color: var(--heading-color, #232322);
}
.notification-banner .popup-text {
    color: var(--text-color, #454544);
}
.notification-banner .popup-close {
    color: var(--icon-color, #232322);
}
.notification-banner .popup-close:hover {
    color: var(--icon-color-hover, #8F8F8E);
}

.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;
    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: 20px;
    right: 20px;
    z-index: 2;
}
.popup-open {
    display: flex;
}
@media (max-width: 576px) {
    .popup-open[data-mobile-disable=true] {
        display: none;
    }
    .popup-open[data-mobile-disable=true] + .popup-overlay {
        display: none;
    }
}
.popup-open + .popup-overlay {
    display: block;
}
.popup-overlay {
    background-color: rgba(var(--color-overlay), 0.3);
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
}
.popup-overlay .popup-wrap {
    box-shadow: none;
}
.popup-thumbnail img {
    width: 100%;
}

@media (max-width: 750px) {
    .popup-main {
        max-width: calc(100vw - 4rem);
        max-height: calc(100vh - 4rem);
    }
}
.popup-main .popup-heading {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-size: clamp(20px, var(--font-popup-heading-size) * 0.7, var(--font-popup-heading-size));
}
@media screen and (min-width: 750px) {
    .popup-main .popup-heading {
        font-size: var(--font-popup-heading-size);
    }
}
.popup-main .popup-text {
    margin-bottom: 3.2rem;
    font-size: var(--font-popup-text-size);
    line-height: 1.2;
}
@media (min-width: 576px) {
    .popup-main .popup-outer {
        flex-direction: row;
    }
}
.popup-main .popup-thumbnail {
    flex: 1 0 15%;
    display: flex;
    min-height: 340px;
}
@media screen and (min-width: 750px) {
    .popup-main .popup-thumbnail {
        min-height: unset;
    }
}
.popup-main .popup-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 750px) {
    .popup-main .popup-thumbnail img {
        padding: 0 !important;
        object-position: top;
    }
}
.popup-main .popup-content {
    flex: 1 0 50%;
    order: 2;
}
.popup-main .popup-content:first-child:last-child {
    flex: 1 0 100%;
}
@media (min-width: 576px) {
    .popup-main-image--right .popup-outer {
        flex-direction: row-reverse;
    }
}
.popup-main-image--top .popup-outer {
    flex-direction: column;
}
.popup-main-image--top .popup-thumbnail {
    position: relative;
    padding-bottom: 55%;
}
.popup-main-image--top .popup-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-main-image--bottom .popup-outer {
    flex-direction: column-reverse;
}
.popup-main-image--bottom .popup-thumbnail {
    position: relative;
    padding-bottom: 55%;
}
.popup-main-image--bottom .popup-thumbnail img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-main .newsletter-form .field,
.popup-main .newsletter-form .button {
    min-height: 5.8rem;
}
.popup-main .newsletter-form .button {
    max-width: 100%;
}
.popup-main .newsletter-form__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
}
@media screen and (min-width: 576px) {
    .popup-main .newsletter-form__inner:not(.newsletter-form__inner_column) {
        flex-direction: row;
    }
}
.popup-main .list-social {
    flex-direction: row;
    padding: 2rem;
    justify-content: center;
}
.popup-main .list-social__item .icon {
    transition: none;
}
.popup-main .list-social__item:hover .icon {
    transform: rotateY(360deg);
    transition: all var(--duration-long) linear;
}

.notification-banner {
    cursor: pointer;
}
.notification-banner .popup-outer {
    padding: 30px;
}
.notification-banner .popup-heading {
    margin: 0;
    font-family: var(--font-popups-heading-family);
    font-style: var(--font-popups-heading-style);
    font-weight: var(--font-popups-heading-weight);
    font-size: var(--font-notification-heading-size);
}
.notification-banner .popup-heading + .popup-text {
    margin-top: 0.8rem;
}
.notification-banner .popup-text {
    padding-right: 1rem;
    font-family: var(--font-popups-text-family);
    font-style: var(--font-popups-text-style);
    font-weight: var(--font-popups-text-weight);
    font-size: var(--font-notification-text-size);
}
.notification-banner .popup-button {
    width: 100%;
    margin-top: 1.6rem;
}
.notification-banner--box .popup-close {
    top: 15px;
    right: 15px;
}
.notification-banner--bar.popup--top {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    transform: none;
}
.notification-banner--bar.popup--bottom {
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    transform: none;
}
.notification-banner--bar .popup-outer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (min-width: 750px) {
    .notification-banner--bar .popup-outer {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.6rem 2.4rem;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .notification-banner--bar .button {
        margin-top: 0;
        width: auto;
    }
}
.notification-banner--banner .popup-outer {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.notification-banner--banner .popup-outer-image--right {
    flex-direction: row-reverse;
}
.notification-banner--banner .popup-outer-image--top {
    flex-direction: column;
}
.notification-banner--banner .popup-outer-image--bottom {
    flex-direction: column-reverse;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image {
    position: relative;
    padding-bottom: 55%;
}
.notification-banner--banner .popup-outer-image--top .notification-banner__image img, .notification-banner--banner .popup-outer-image--bottom .notification-banner__image img {
    position: absolute;
    inset: 0;
}
.notification-banner--banner .notification-banner__image {
    flex: 1 35%;
    min-width: 7.6rem;
    align-self: stretch;
    display: flex;
    overflow: hidden;
}
.notification-banner--banner .notification-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notification-banner--banner .notification-banner__content {
    flex: 1 65%;
    padding: 2.4rem 2rem;
}
.notification-banner--banner .popup-close {
    top: 1rem;
    right: 1rem;
}

.age-verification {
    position: fixed;
    inset: 0;
    -webkit-backface-visibility: hidden;
    width: 100vw;
    height: 100vh;
    max-width: unset;
    max-height: unset;
    padding: 2.4rem;
    background-color: rgb(var(--color-background));
}
@media screen and (min-width: 750px) {
    .age-verification {
        padding: 6.4rem;
    }
}
.age-verification .popup-text p {
    text-align: center;
}
.age-verification__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-shadow: none;
}
.age-verification__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.age-verification__question {
    display: none;
}
.age-verification__question.show {
    display: block;
}
.age-verification__heading {
    margin-top: 0;
    margin-bottom: 1.6rem;
    text-align: center;
}
.age-verification__buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2.4rem;
}
@media screen and (min-width: 576px) {
    .age-verification__buttons {
        flex-direction: row;
    }
}
.age-verification__buttons .button {
    min-width: 12rem;
}
.age-verification__declined {
    display: none;
}
.age-verification__declined.show {
    display: block;
}

[data-scheme=dark] .notification-banner,
[data-scheme=dark] .popup-main {
    --container-bg: rgba(23, 23, 23, 1);
    --heading-color: rgb(var(--color-foreground));
    --text-color: rgb(var(--color-foreground));
    --icon-color: rgb(var(--color-foreground));
    --icon-color-hover: rgb(var(--color-foreground));
}
[data-scheme=dark] .notification-banner .list-social__item .icon,
[data-scheme=dark] .popup-main .list-social__item .icon {
    color: rgb(var(--color-social));
}
[data-scheme=dark] .notification-banner .list-social__item:hover .icon,
[data-scheme=dark] .popup-main .list-social__item:hover .icon {
    color: rgb(var(--color-accent));
}

@media (prefers-color-scheme: dark) {
    [data-scheme=auto] .notification-banner,
    [data-scheme=auto] .popup-main {
        --container-bg: rgba(23, 23, 23, 1);
        --heading-color: rgb(var(--color-foreground));
        --text-color: rgb(var(--color-foreground));
        --icon-color: rgb(var(--color-foreground));
        --icon-color-hover: rgb(var(--color-foreground));
    }
    [data-scheme=auto] .notification-banner .list-social__item .icon,
    [data-scheme=auto] .popup-main .list-social__item .icon {
        color: rgb(var(--color-social));
    }
    [data-scheme=auto] .notification-banner .list-social__item:hover .icon,
    [data-scheme=auto] .popup-main .list-social__item:hover .icon {
        color: rgb(var(--color-accent));
    }
}

/* Editado Iodo Banner DESK + MOBILE - AJUSTES */
#shopify-section-template--22950840992056__slideshow{display: none}
#shopify-section-template--22950840992056__slideshow_fcAW3R{display: block}
@media screen and (min-width: 768px) {
    #shopify-section-template--22950840992056__slideshow_fcAW3R{display: none}
    #shopify-section-template--22950840992056__slideshow{display: block}
}
/* Fim Editado Iodo Banner DESK + MOBILE - AJUSTES */

/*Editado Iodo  Ajustes gerais*/
.oculto{display:none !important;}
.product-about.escondeAba{
    display: none;
}
.tabela_tamanho{
    width: 100%;
    border: none;
    border-collapse: collapse;
    max-width: 480px;
}
.tabela_tamanho tr th{
    background: rgba(var(--color-button));
    color: #fff;
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 4px 8px;
    font-weight: 400;
}
.tabela_tamanho tr td{
    color:rgba(var(--color-button));
    font-size: 14px;
    border: none;
    text-align: left;
    padding: 4px 8px;
    font-weight: 400;
}

.tabela_tamanho tr:nth-of-type(odd) {
    background: #efefef;
}

#calculoFrete {
  margin-top: 1.6rem;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--duration-default);
  outline: none;
  height: auto;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-button-secondary-text));
  text-transform: uppercase;
  padding: 0 !important;
  line-height: inherit;
}

#calculoFrete:hover{
 background: #d14200;
  opacity: .9;
  background-color: #d14200;
}

#ModalFrete {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

#ModalFrete .cxModalFrete{
    position:relative;
    width:100%;
    height:100vh;
}
#ModalFrete .overlayModalFrete{
    background: #000000b3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:1
}

#ModalFrete .ModalWrapper{
    position: relative;
    z-index: 9;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#ModalFrete .containerModal{
    height:90%;
    max-height:40.0rem;
    overflow:scroll;
    background:#ffffff;
    width: calc(100% - 3.2rem);
    max-width:74.0rem;
    padding: 3.6rem;
    position:relative;
}

#ModalFrete .modalContent h3{
    font-size: var(--font-heading-h3-size);
    line-height: 1.272;
    color: #101010;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1.6rem;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}

#closeBtnModalFrete{
    font-size: 1.4rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color:rgba(var(--color-button));
    border-width: 0px;
    border-style: solid;
    border-color: rgba(var(--color-button));;
    border-radius: 1px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s;
    padding: 1.2rem;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 0;
    text-align: center;
    right: 1.6rem;
    top: 1.6rem;
    position: absolute;
    transition: var(--duration-default);
}

#closeBtnModalFrete:hover{
    color:rgba(var(--color-foreground));
}


#ModalFrete p {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #101010;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    max-width: 47.0rem;
}

#ModalFrete .fakeForm input{
    display: block;
    padding: 1.2rem;
    border: solid 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1.6rem;
    margin-bottom: .8rem;
    max-width: 37rem;
    width: 100%;
}

#ModalFrete .fakeForm a{
    display:block;
    margin-bottom:3.2rem;
    font-size:1.2rem;
    font-style:italic;
    transition: var(--duration-default);
}
#ModalFrete .fakeForm a:hover {
    color: rgba(var(--color-button));
}

input#txtCEP::placeholder{
    font-size: 1.4rem !important;
    opacity:1 !important;
}


#ModalFrete .fakeForm input:placeholder,
#ModalFrete .fakeForm input::-webkit-input-placeholder,
#ModalFrete .fakeForm input::-moz-placeholder,
#ModalFrete .fakeForm input:-ms-input-placeholder,
#ModalFrete .fakeForm input::-ms-input-placeholder  {
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    font-weight: 400;
    opacity:1;
}

#ModalFrete #btnConsultarFrete{
    font-size: 1.6rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
    background-color: rgba(var(--color-button));;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--color-button));;
    border-radius: 1px;
    display: inline-block;
    text-decoration: none;
    transition: background-color .2s;
    padding: 0.96rem 1.6rem;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-left: 0;
    transition: var(--duration-default);
}

#ModalFrete #btnConsultarFrete:hover{
    opacity: .9;
    background-color: rgba(var(--color-button-hover));
}

.etapaModal{
    display:block;
}

.etapaModal.oculto{
    display:none;
}

.tamanho-detalhes{
    display:none !important;
}

#ModalFrete #btnConsultarFrete.loadingButton {
    color: transparent;
    background-image: url("https://cdn.shopify.com/s/files/1/0719/1959/9928/t/14/assets/loading-transparent.gif?v=1720020021");
    background-position: center;
    background-size: 2.6rem;
    background-repeat: no-repeat;
    pointer-events: none !important;
}


#ModalFrete .tabelaResultados {
    border-collapse:collapse;
    padding:.8rem 1.6rem !important;
    width: 100%;
    margin-bottom: 2.4rem;
}

#ModalFrete .tabelaResultados td{
    font-size:1.2rem;
    border:solid 1px rgba(var(--color-button));;
    padding:.8rem 1.6rem !important;
}

#ModalFrete .tabelaResultados th{
    background: rgba(var(--color-button));
    color: #fff;
    border: solid 1px rgba(var(--color-button));
    padding: .8rem 1.6rem !important;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: left;
}


#ModalFrete .tabelaResultados td span{
    font-weight:600;
    display:block;
    margin-bottom:.8rem;
}
@media screen and (max-width: 460px) {
    #ModalFrete .containerModal {
        padding: 3.6rem 1.6rem 1.6rem 1.6rem;
    }
}
@media screen and (max-width: 330px) {
    #ModalFrete .modalContent h3 {
        font-size: 2.9rem
    }
}
.btnVoltarFrete{cursor: pointer;}

.sec-preco-parcela .valor{font-size: 1.4rem;}


@media screen and (min-width: 750px) {
    .drawer #CartDrawer .cart-item {
        padding: 1rem 2rem;
    }
    .drawer #CartDrawer .cart-item dl{
        margin-bottom: 1.6rem;
    }

    .drawer #CartDrawer .cart-item__quantity-price{
        margin-top:0px;
    }
}

.template-collection #shopify-section-template--22950840959288__custom_liquid_zqQ4az{
    display: flex;
    border-top: 1px solid rgb(var(--color-border));
    margin-top: 4.8rem;
}

.template-collection #shopify-section-template--22950840959288__custom_liquid_zqQ4az form{
    max-width: 720px;
}


.whatsapp-btn-new {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    z-index: 99;
    height: 45px;
}

#MainContent .restock-rocket-button-container .restock-rocket-button{
    background-color: transparent !important;
    color: rgb(var(--color-button-secondary-text)) !important;
    border: 2px solid !important;
    line-height: 2.4rem;
    display: block;
    height: auto;
    font-family: var(--font-button-family) !important;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1.6rem 8rem;
    margin-top: 2.4rem;
}

.collection-banner__body.show_img::before {
    padding-bottom: 12rem !important;
}
.orangeLink{color: #F1721D!important}
#extra_colors_content{display:none}

.subtitle.pills-variant-labels.alignColorVariations{
    background: transparent;
    text-decoration: none;
    color: rgb(var(--color-foreground-title));
    line-height: 3.5rem;
}

.header__list > li > a {
    padding: 0 0.9rem;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .section-header__title__block{
    text-align: left;
    justify-content: start;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .section-header__line{
    padding-top: 2rem !important;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding{
    margin-bottom: 4rem;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__list .collection-grid__item{
    border: none !important;
    overflow: hidden;
    background: #f1f1f1;
    border-radius: 50%;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__list .color-background-4{
    background: none !important;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__list .collection-grid__item:before{
    display: none;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__list .collection-grid__item img{
    border-radius: 50%;
}


.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__list .collection-grid__item *:hover{
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

.section-template--22950840992056__collection_grid_ibG4Nz-padding .collection-grid__image-wrapper:before{
    border-radius: 50%;
    height: 100%;
}


.section-template--22950840992056__collection_grid_ibG4Nz-padding  .collection-grid__image-block {
    align-items: center;
    justify-content: center;
}

.product__info-wrapper .product__tax{
    display:none;
}



@media screen and (max-width: 1199px) {
    .section-template--22950840992056__collection_grid_ibG4Nz-padding  .collection-grid__list li{
        width: calc(16.66% - (var(--gap) * (1 - 1 / var(--per-row))))
    }
}

@media screen and (max-width: 768px) {
    .section-template--22950840992056__collection_grid_ibG4Nz-padding  .collection-grid__list{
        margin-left:auto;
        margin-right:auto;
        position: relative;
    }

    .section-template--22950840992056__collection_grid_ibG4Nz-padding  .collection-grid__list  li{
        width: 138px;
        height: 138px;
        float: left;
        box-sizing: border-box;
    }

    .section-template--22950840992056__collection_grid_ibG4Nz-padding  .collection-grid__list .slick-dots li{
        width: auto;
        height: auto;
        float: none;
    }


    .section-template--22950840992056__collection_grid_ibG4Nz-padding .slick-track {
        display: flex;
        gap: 15px;
    }

    .section-template--22950840992056__collection_grid_ibG4Nz-padding .slick-dots{
        bottom:inherit;
        top: calc(100% + 1.8rem)
    }

}

.continue_shopping_custom.button.button--simple {
  font-size: 1.1rem;
  margin-top: -1rem;
  color: #9f9f9f;
  letter-spacing: .1rem;
}

.footer-block--menu:nth-of-type(3) li span{
  text-transform:lowercase !important;
}

.footer-block--menu:nth-of-type(3) li span:first-letter{
   text-transform:uppercase !important;
}

#shopify-section-template--22950840992056__collection_grid_ibG4Nz{
  overflow-x:hidden
}

/*Fim Editado Iodo Ajustes gerais*/


/*Ajustes Template Pages*/
body.template-page main .container {
    padding-right:30%
}

body.template-page.template-page-contact .contact .container {
    padding-right:0%;
}

body.template-page.template-page-contact .contact__container{
    justify-content: start;
}

.section-template--22950841057592__main-padding .rte{
    margin-bottom:0px;
}


@media only screen and (max-width: 768px) {
  body.template-page main .container, body.template-page.template-page-contact .contact .container {
     padding-right:2rem
  }


  
}

@media only screen and (min-width: 750px) {
    body.template-page main .container h1 {
      font-size: 4.8rem;
    }
    
    body.template-page main .container h2 {
      font-size: 2.4rem;
      margin-bottom: 1.2rem;
    }

    body.template-page main .container p {
      font-size: 1.6rem;
      margin: 2.4rem 0px;
    }

   body.template-page main .container li {
      font-size: 1.6rem;
    }
}


 body.template-page main .container h2 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
    }

body.template-page main .container p {
      font-size: 1.6rem;
      margin: 2.4rem 0px;
}

body.template-page main .container li {
      font-size: 1.6rem;
  
}

body.template-page-nossa_historia .twoItemImageTextBlock_container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-content:center;
  align-items:center;
}

.twoItemImageTextBlock_image{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(40% - 32px);
}
.twoItemImageTextBlock_image img{
  max-width:100%;
}


.twoItemImageTextBlock_image_rightAlign{
  order:2
}

.twoItemImageTextBlock{
  margin-bottom:4.8rem
}

.twoItemImageTextBlock_descriptionContainer{
    flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(60% - 32px);
}

.twoItemImageTextBlock_descriptionContainer p{
  line-height:3.2rem
}

.fullText {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.fullText .twoItemImageTextBlock_container p {
  text-align:center;
}

.groupImages{
  margin-top:4.8rem;
  display: flex;
  max-width: 768px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.groupImages img{
  width:100%;
}

.groupImages .width50 {
    flex-basis: 50%;
    padding: 0px 16px;
    margin-top: 16px;
}

.groupImages .full-width {
  padding: 0px 16px;
  flex-basis: 100%;
}

@media only screen and (max-width: 960px) {
  .twoItemImageTextBlock_image_rightAlign{
  order:0
}
  body.template-page-nossa_historia .twoItemImageTextBlock_container{
    gap:0px;
  }
  .twoItemImageTextBlock_image{
    flex-basis:100%
  }
.twoItemImageTextBlock_image img{
  width:100%;
}
  
  .twoItemImageTextBlock_descriptionContainer{
     flex-basis:100% 
  }
}

#ModalFrete a , #ModalFrete td{
  color: #101010 !important;
}

/*Fim Ajustes Template Pages*/

/* Ajustes botão Compar*/
.product-section .shopify-payment-button__button{
    color: transparent;
    position: relative;
}

.product-section .shopify-payment-button__button::after {
    content: "Compre agora";
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
}
/* Fim Ajustes Botão Comprar*/

/*Ajuste na Tags de Desconto + Filtros*/
@media only screen and (max-width: 560px) {
.card__badge .badge {
  font-size: 1rem;
  padding: .74rem;
  letter-spacing: 0.06rem;
  line-height: 1rem;
  font-weight: 500;
}
}
@media only screen and (max-width: 475px) {
#FacetFiltersForm .facets__sort-by{
  font-size: 1.3rem
}
}
/*Fim ajustes tag de Desconto + Filrros*/

/*Removeer Modal*/
#PopupSignupForm_0{
  display:none;
}
/*Fim remover Modal*/


/* Banner Categoria mobile*/

.deskCategoriaBanner h1 {
  opacity: 0;
  visibility: hidden;
}

.collection-banner__img_mobs{
  display:none;
}
@media only screen and (max-width: 475px) {
.mobsCategoriaBanner .collection-banner__img_mobs {
display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
  }

.mobsCategoriaBanner .collection-banner__img_mobs img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  min-width: auto;
  min-height: auto;
 }
  
.mobsCategoriaBanner .collection-banner__img{
  display:none;
}
.mobsCategoriaBanner .collection-banner__title {display:none;}

.mobsCategoriaBanner .collection-banner__body{
padding-bottom: 49% !important;
}

 .mobsCategoriaBanner .collection-banner__body.show_img::before {
  padding-bottom: 20% !important;
    display:none !important;
}

 .mobsCategoriaBanner .collection-banner__body.overlay-enable:after{
      display:none !important;
  }

  
}


/*Fim Banenr Categoria mobiule*/

/*Social Icons*/
#redes-socias-footer li {
  list-style-type: none;
  flex-basis: 2.5rem;
}

#redes-socias-footer ul {
  display: flex;
  padding-left: 0;
  gap: 0.8rem;
  align-items: center;
}
/*Fim Social Icons*/



/*Banner Imagem  Winter na Home*/
#shopify-section-template--22950840992056__image_banner_QQwiTA{
 display:none; 
}
#shopify-section-template--22950840992056__image_banner_3hmYUE{
  display:block;
}

@media only screen and (max-width: 768px) {
  #shopify-section-template--22950840992056__image_banner_QQwiTA{
   display:block; 
  }
  #shopify-section-template--22950840992056__image_banner_3hmYUE{
    display:none;
  }
}

.slideshow-slide__img svg, .slideshow-slide__img img{
 object-fit: inherit !important;
  height: auto !important;
}

/*Banner Winter Home*/



/*Mega Menu Custom*/
#section-header .header-mega-menu__no-submenu__list{
  display:flex;
  gap:3.4rem;
  width:100%;
  flex-direction: row;
  min-height:12rem
}

#section-header .header-mega-menu__no-submenu__list li {
  flex-basis:auto;
}

#section-header .header-mega-menu__wrapper .header-mega-menu__card{
  display:none;
}



/*Fim Mega Menu Custom*/


/*Novo Componente Carrossel*/
.todoComponenteCarrossel{}

body.template-page main .todoComponenteCarrossel .container{
  padding-right:2rem;
}

body.template-page main .todoComponenteCarrossel h2{
  font-size: var(--font-heading-h2-size);
}


.todoComponenteCarrossel .popular-products__wrapper{
  gap: 0!important;
}


.todoComponenteCarrossel .swiper{
padding-bottom: 6rem;
}
.todoComponenteCarrossel .swiper-pagination{}


.todoComponenteCarrossel .swiper-wrapper {
    display: flex;
    justify-content: flex-start; /* Garante alinhamento à esquerda */
}

.todoComponenteCarrossel .swiper-slide {
    box-sizing: border-box;
    margin-right: 0; /* Garante o espaço entre os slides */
    flex-shrink: 0; /* Impede que os slides encolham */
}

.todoComponenteCarrossel .swiper-slide:last-child {
    margin-right: 0; /* Remove o espaço após o último slide */
}

.popular-products .swiper-button-prev{
    transform: rotate(180deg);
}

.popular-products .swiper-button-next{
}

.popular-products .swiper-button-prev, .popular-products .swiper-button-next{
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background: white;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.popular-products .swiper:hover .swiper-button-prev  , .popular-products .swiper:hover .swiper-button-next   {
  display:flex
}

.popular-products .swiper-button-disabled{
 display:none !important;
}

@media only screen and (max-width: 1199px) {
.popular-products .swiper-button-prev, .popular-products .swiper-button-next{
  width: 24px;
  height: 24px;
  margin-top: -90px;
}
.popular-products .swiper-button-prev svg, .popular-products .swiper-button-next svg{
  width:16px;
}

body.template-page main .todoComponenteCarrossel .container{
  padding-left: 4px !important;
  padding-right:4px !important;
}


  
}

/*Fim Novo Componente Carrossel*/

/*Novo Form Cores*/
.product-form__controls-group *[data-color='azul bebê']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='azul bebê']:after{content:""; width:24px; height:24px; background:#BFDDF3;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='azul claro']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='azul claro']:after{content:""; width:24px; height:24px; background:#BFDDF3;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='branca']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='branca']:after{content:""; width:24px; height:24px; background:#ffffff; outline: solid 1px #D0D0D0;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='branco']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='branco']:after{content:""; width:24px; height:24px; background:#ffffff; outline: solid 1px #D0D0D0;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Branco']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='Branco']:after{content:""; width:24px; height:24px; background:#ffffff; outline: solid 1px #D0D0D0;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Branca']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='Branca']:after{content:""; width:24px; height:24px; background:#ffffff; outline: solid 1px #D0D0D0;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='preta']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='preta']:after{content:""; width:24px; height:24px; background:#000000;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='preto']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='preto']:after{content:""; width:24px; height:24px; background:#000000;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='musgo']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='musgo']:after{content:""; width:24px; height:24px; background:#425b4c;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='royal']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='royal']:after{content:""; width:24px; height:24px; background:#3d64b1;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='mescla']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='mescla']:after{content:""; width:24px; height:24px; background:#bab9b7;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='cinza']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='cinza']:after{content:""; width:24px; height:24px; background:#e0dde0;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='vermelha']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='vermelha']:after{content:""; width:24px; height:24px; background:#d7182b;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='vermelho']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='vermelho']:after{content:""; width:24px; height:24px; background:#d7182b;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='marrom']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='marrom']:after{content:""; width:24px; height:24px; background:#3c2922;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='militar']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='militar']:after{content:""; width:24px; height:24px; background:#6d7971;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='navy']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='navy']:after{content:""; width:24px; height:24px; background:#000080;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='azul-marinho']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='azul-marinho']:after{content:""; width:24px; height:24px; background:#051844;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Azul-marinho']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='Azul-marinho']:after{content:""; width:24px; height:24px; background:#000080;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Marinho']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='Marinho']:after{content:""; width:24px; height:24px; background:#051844;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='marinho']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='marinho']:after{content:""; width:24px; height:24px; background:#051844;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='ocre']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='ocre']:after{content:""; width:24px; height:24px; background:#c7936a;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='offwhite']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='offwhite']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='OffWhite']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='OffWhite']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='off-white']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='off-white']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='off white']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='off white']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Off-White']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Off White']:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='verde']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='verde']:after{content:""; width:24px; height:24px; background:#747668;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='Verde']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='Verde']:after{content:""; width:24px; height:24px; background:#747668;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='choco']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='choco']:after{content:""; width:24px; height:24px; background:#4a352b;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='bordo']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='bordo']:after{content:""; width:24px; height:24px; background:#7c0000;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='bordô']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='bordô']:after{content:""; width:24px; height:24px; background:#7c0000;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='natural']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='natural']:after{content:""; width:24px; height:24px; background:#dfcab5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
.product-form__controls-group *[data-color='bege']{color: transparent;font-size: 0px;position:relative;opacity:1!important}
.product-form__controls-group *[data-color='bege']:after{content:""; width:24px; height:24px; background:#f5f5dc;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}


input[value="OffWhite"]+label{color: transparent;font-size: 0px;position:relative;opacity:1!important}
input[value="OffWhite"]+label:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
input[value="Off-White"]+label:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
input[value="Off White"]+label:after{content:""; width:24px; height:24px; background:#eee5d5;position:absolute;top:50%; margin-top:-12px; left:50%; margin-left:-12px}
input[value="azul bebê"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="azul bebê"]+label:after {content: ""; width: 24px; height: 24px; background: #BFDDF3; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="azul claro"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="azul claro"]+label:after {content: ""; width: 24px; height: 24px; background: #BFDDF3; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="branca"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="branca"]+label:after {content: ""; width: 24px; height: 24px; background: #ffffff; outline: solid 1px #D0D0D0; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="branco"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="branco"]+label:after {content: ""; width: 24px; height: 24px; background: #ffffff; outline: solid 1px #D0D0D0; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="Branco"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="Branco"]+label:after {content: ""; width: 24px; height: 24px; background: #ffffff; outline: solid 1px #D0D0D0; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}


input[value="Verde"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="Verde"]+label:after {content: ""; width: 24px; height: 24px; background: #065732; outline: solid 1px #D0D0D0; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}


input[value="preta"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="preta"]+label:after {content: ""; width: 24px; height: 24px; background: #000000; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="preto"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="preto"]+label:after {content: ""; width: 24px; height: 24px; background: #000000; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="Preto"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="Preto"]+label:after {content: ""; width: 24px; height: 24px; background: #000000; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="musgo"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="musgo"]+label:after {content: ""; width: 24px; height: 24px; background: #425b4c; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="royal"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="royal"]+label:after {content: ""; width: 24px; height: 24px; background: #3d64b1; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="mescla"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="mescla"]+label:after {content: ""; width: 24px; height: 24px; background: #bab9b7; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="cinza"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="cinza"]+label:after {content: ""; width: 24px; height: 24px; background: #e0dde0; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="vermelha"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="vermelha"]+label:after {content: ""; width: 24px; height: 24px; background: #d7182b; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="vermelho"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="vermelho"]+label:after {content: ""; width: 24px; height: 24px; background: #d7182b; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="marrom"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="marrom"]+label:after {content: ""; width: 24px; height: 24px; background: #3c2922; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="militar"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="militar"]+label:after {content: ""; width: 24px; height: 24px; background: #6d7971; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="navy"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="navy"]+label:after {content: ""; width: 24px; height: 24px; background: #000080; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="azul-marinho"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="azul-marinho"]+label:after {content: ""; width: 24px; height: 24px; background: #000080; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="Azul-marinho"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="Azul-marinho"]+label:after {content: ""; width: 24px; height: 24px; background: #000080; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="ocre"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="ocre"]+label:after {content: ""; width: 24px; height: 24px; background: #c7936a; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="verde"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="verde"]+label:after {content: ""; width: 24px; height: 24px; background: #747668; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="choco"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="choco"]+label:after {content: ""; width: 24px; height: 24px; background: #4a352b; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="bordo"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="bordo"]+label:after {content: ""; width: 24px; height: 24px; background: #7c0000; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="bordô"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="bordô"]+label:after {content: ""; width: 24px; height: 24px; background: #7c0000; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}

input[value="natural"]+label {color: transparent; font-size: 0px; position: relative; opacity: 1!important}
input[value="natural"]+label:after {content: ""; width: 24px; height: 24px; background: #dfcab5; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -12px}



.facets-checkbox > input[value="Azul bebê"] + .facets-checkbox__marker::before {
  content: "";
  background: #BFDDF3;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Azul claro"] + .facets-checkbox__marker::before {
  content: "";
  background: #BFDDF3;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Branca"] + .facets-checkbox__marker::before {
  content: "";
  background: #ffffff;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
  border:solid 2px #cccccc
}


.facets-checkbox > input[value="Branco"] + .facets-checkbox__marker::before {
  content: "";
  background: #ffffff;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
   border:solid 2px #cccccc
}


.facets-checkbox > input[value="Preta"] + .facets-checkbox__marker::before {
  content: "";
  background: #000000;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Preto"] + .facets-checkbox__marker::before {
  content: "";
  background: #000000;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Musgo"] + .facets-checkbox__marker::before {
  content: "";
  background: #425b4c;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Royal"] + .facets-checkbox__marker::before {
  content: "";
  background: #3d64b1;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Mescla"] + .facets-checkbox__marker::before {
  content: "";
  background: #bab9b7;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Cinza"] + .facets-checkbox__marker::before {
  content: "";
  background: #e0dde0;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Vermelha"] + .facets-checkbox__marker::before {
  content: "";
  background: #d7182b;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Vermelho"] + .facets-checkbox__marker::before {
  content: "";
  background: #d7182b;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Marrom"] + .facets-checkbox__marker::before {
  content: "";
  background: #3c2922;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Militar"] + .facets-checkbox__marker::before {
  content: "";
  background: #6d7971;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Navy"] + .facets-checkbox__marker::before {
  content: "";
  background: #000080;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Azul-marinho"] + .facets-checkbox__marker::before {
  content: "";
  background: #000080;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Marinho"] + .facets-checkbox__marker::before {
  content: "";
  background: #051844;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Ocre"] + .facets-checkbox__marker::before {
  content: "";
  background: #c7936a;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Offwhite"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="OffWhite"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Off white"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Off-white"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}

.facets-checkbox > input[value="Off-White"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}

.facets-checkbox > input[value="Off White"] + .facets-checkbox__marker::before {
  content: "";
  background: #eee5d5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Verde"] + .facets-checkbox__marker::before {
  content: "";
  background: #747668;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Choco"] + .facets-checkbox__marker::before {
  content: "";
  background: #4a352b;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Bordo"] + .facets-checkbox__marker::before {
  content: "";
  background: #7c0000;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Bordô"] + .facets-checkbox__marker::before {
  content: "";
  background: #7c0000;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Natural"] + .facets-checkbox__marker::before {
  content: "";
  background: #dfcab5;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Bege"] + .facets-checkbox__marker::before {
  content: "";
  background: #f5f5dc;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Magenta"] + .facets-checkbox__marker::before {
  content: "";
  background: #ce1b57;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox > input[value="Cinza azulado"] + .facets-checkbox__marker::before {
  content: "";
  background: #808090;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}

.facets-checkbox > input[value="Azul Claro"] + .facets-checkbox__marker::before {
  content: "";
  background: #62b4ee;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  position: relative;
  left: 30px;
  max-width: 24px;
  min-width: 24px;
  min-height: 24px !important;
  max-height: 24px !important;
}


.facets-checkbox>input[value="Azul bebê"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Azul claro"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Branca"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Branco"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Preta"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Preto"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Musgo"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Royal"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Mescla"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Cinza"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Vermelha"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Vermelho"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Marrom"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Militar"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Navy"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Azul-marinho"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Marinho"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Ocre"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Offwhite"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="OffWhite"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Off white"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Off-white"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Off-White"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Off White"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Verde"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Choco"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Bordo"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Bordô"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Natural"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Bege"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Magenta"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Cinza azulado"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
.facets-checkbox>input[value="Azul Claro"] + .facets-checkbox__marker + .facets-checkbox__label { margin-left: 30px; }
/*fim Novos Form Cores*/

/*Novo CSS bread*/
  .product .breadcrumb__desktop.newBread {
    position: static;
    left: 0;
    max-width: 1840px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1.2rem;
    width: 100%;
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4rem;
  }
/*Fim CSS novo Bread*/

/*KIWI*/
.ks-calculator-container.sizing-calculator-container.ks-calculator-inject {
  margin-top: -2.6rem;
}
/*Fim KIWI*/

/*LP Tenis Ellesse*/    
body.template-page.template-page-pre-cadastro .breadcrumb{
  display:none !important;
}


body.template-page.template-page-pre-cadastro .grecaptcha-badge{
  display: none !important
}

body.template-page.template-page-pre-cadastro main .container{
  padding-right:2rem;
}

.formCadastro .field{
  margin-top:2rem;
  margin-bottom:2rem
}

 .section-template--23406102970680__form_pre_cadastro_jD8hjE-padding .product-slider__wrapper{
   flex-direction:row;
   flex-wrap:wrap;
 }

.messageOculta{
  display:none !important; 
}



.returnForm .sucessoMsg {
  border: solid 1px #9BC53D;
  color: #5b8510;
  padding: 0rem 1rem;
  text-align: center;
}

body.template-page main .container .returnForm .sucessoMsg p{
 font-size:1.4rem;
    color: #5b8510;
}

.returnForm .errorMsg{
  border: solid 1px #C3423F;
  color: #C3423F;
  padding: 0rem 1rem;
}

body.template-page main .container .returnForm .errorMsg p a{
  color: #c3423f;
  text-decoration: underline;
  text-underline-offset: .4rem;
}

body.template-page main .container .returnForm .errorMsg p{
 font-size:1.4rem
}



body.template-page main .container .returnForm .errorMsg p a:hover{
  opacity:
}

#produto-pre-save, .imagemTenis {
  flex: 0 0 calc(100% - 2rem);
  max-width: calc(100% - 2rem)
}

#produto-pre-save .product-slider__text-block{
  max-width:100%;
}

.containerImagem-Pre-save img{
  width:100%;
}

.formCadastro.coluna-page-pre-save {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


.formCadastro .field input[type="text"]:focus + label, 
.formCadastro .field input[type="email"]:focus + label, 
.formCadastro .field input[type="tel"]:focus + label, 
.formCadastro .field input[type="password"]:focus + label, 
.formCadastro .field .field__input:focus + label,
.formCadastro .field input:not(input[type="checkbox"]):not(:placeholder-shown) + label

{
   display: inline-block;
  position: absolute;
  left: 1.8rem;
top: .2rem;
  transform: translateY(0%);
   font-size:1.2rem;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none;
  color: rgba(var(--color-placeholder-input),var(--alpha-placeholder-input));
}

.formCadastro .field input[type="text"] + label, 
.formCadastro .field input[type="email"] + label, 
.formCadastro .field input[type="tel"] + label, 
.formCadastro .field input[type="password"] + label, 
.formCadastro .field .field__input + label
{
  display: inline-block;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  pointer-events: none;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: none;
  color: rgba(var(--color-placeholder-input),var(--alpha-placeholder-input));
}

.field.IlegalEmail input, .field.obrigatorio input{
  border: solid 1px #C3423F
}


.field.IlegalEmail::before {
  content: "Digite um email válido";
  position: absolute;
  top: 3px;
  font-size: 1.2rem;
  right: 8px;
  color: #C3423F;
}

.field.obrigatorio::before {
  content: "Campo Obrigatório";
  position: absolute;
  top: 3px;
  font-size: 1.2rem;
  right: 8px;
  color: #C3423F;
}

.button.button--primary.loadingBtn svg{
  width:100%; 
}

.button.button--primary.loadingBtn{
  color: transparent;
  pointer-events: none;
  background-image: url("https://cdn.shopify.com/s/files/1/0719/1959/9928/files/loading-ellesse.gif?v=1725671427");
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: center;
}





@media screen and (min-width: 595px) {
  #produto-pre-save, .imagemTenis {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem)
  }
}


@media screen and (min-width: 1200px) {
 #produto-pre-save .product-slider__text-block{
  max-width:100%;
}

 .section-template--23406102970680__form_pre_cadastro_jD8hjE-padding .product-slider__wrapper{
  align-items: start;
  justify-content: space-between;
   flex-direction:row;
 }

  .coluna-page-pre-save, .imagemTenis, #produto-pre-save {
  flex: 0 0 calc(33.33% - 2rem);
  max-width: calc(33.33% - 2rem)
}

  #produto-pre-save a.button {
    display:none;
  }
  
}

.carroselPadrao .swiper-button-prev {
position: absolute;
  top: 50%;
  margin-top: -40px;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.carroselPadrao .swiper-button-prev svg{
  transform: rotate(180deg);
}
.carroselPadrao .swiper-button-next {
position: absolute;
  top: 50%;
  margin-top: -40px;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.logoTenis img {
  max-width: 15rem;
  margin-bottom: 1.4rem;
}

/*FIM LP Tenis Ellesse*/

/*Ajustes na Senha*/
#login__form .form__message {
  margin-top: 1rem;
}
/*Fim Ajustes Ellese*/

/*Ajuste Form Reset*/
.reset-senha-form {
  max-width: 60rem;
  padding: 2rem 0 4rem;
}
.reset-senha-form p{
  text-align:left;
}

.reset-senha-form label {
  display:none;
}

.reset-senha-form button{
  margin-top:3.2rem
}

.reset-senha-form .page-header {
  margin-bottom: 0;
  padding-top: 2.6rem;
}

.login.reset .field{
  margin-bottom:2.4rem
}

.login.reset .field:last-of-type{
  margin-bottom:0px;
}

.login.reset .field label{
  display:none !important;
}

/*Fim Ajuste form reset*/


/*Ajutes na Pagina do Tenis*/
body.template-page.template-page-tennis_ellesse main .container{
  padding-right:0px;
}

.estoqueRestante {
  display:block;
  font-size: 1.3rem;
  margin-top: 1.2rem;
  color: #d14200;
}

body.template-page.template-page-tennis_ellesse main .estoqueRestante {
  display: block;
  font-size: 1.3rem;
  margin-top: 1.2rem;
  color: #d14200;
}

@media screen and (max-width: 989px) {
  body.template-page.template-page-tennis_ellesse main .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 759px) {
.rich-text.rich-text--full-width.color-background-1.section-template--23468063686968__rich_text_zwmLQ4-padding {
  padding: 40px 0px 50px;
}
}

@media screen and (max-width: 539px) {
body.template-page.template-page-tennis_ellesse main .instagram-collage__images .swiper-button-prev , body.template-page.template-page-tennis_ellesse main .instagram-collage__images .swiper-button-next{
  display:none;
}
}

/*Fim Ajustes Página do Tenis*/

/*Ajuste main banner*/
  #MainContent .collection-banner {
    margin-top: 0rem;
  }

@media screen and (min-width: 750px) {
  #MainContent .collection-banner {
    margin-top: 0rem;
  }
}
/* fim  ajuste main banner*/

/*Filtro de Disponibilidade*/
#Details-6-template--22950840959288__product-grid{
  display:none;
}
/*Fim filtro disponibilidade*/

/*Caixa da Creator*/
#caixa-termos.inactive{display:none}
#caixa-termos {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display:flex;
  align-items:center;
}

#caixa-termos .text{
  max-height: 520px;
  overflow: scroll;
  padding-right: 1rem;
}

#caixa-termos .overlay-caixa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0005;
}

#caixa-termos .todoCaixa {
  position: relative;
  z-index: 99;
  background: #fff;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.6rem;

}

#caixa-termos h2{
  font-size: 3.4rem;
  padding: 0px;
  margin: 2.4rem 0 1.4rem 0;
}

#caixa-termos .actionsFixed {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#caixa-termos .actionsFixed .btnConfirmar{
  margin-top: 1.6rem;
  padding: 1.6rem;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.7rem;
}

#caixa-termos .actionsFixed p.small{font-size:1.2rem}


#caixa-termos .actionsFixed .btnConfirmar{
  cursor:pointer;
}

#caixa-termos .actionsFixed .btnConfirmar.inactivebtn{
   background: #555555; 
  cursor:default;
}

@media screen and (max-height: 720px) {
#caixa-termos .text {
  max-height: 340px;
}
}
/*Fim caixa Creators*/


/*Produtos Novo*/
#FacetFiltersForm.faixaFizedFiltro {
  position: fixed;
  z-index: 4;
  width: 100%;
  background: #fff;
}

.template-collection.overflow-hidden #FacetFiltersForm.faixaFizedFiltro {
z-index: 100;
}
.template-collection .header-mega-menu::after{
z-index: 101;
}

.mobsHeader.template-collection.menuAtivo #FacetFiltersForm.faixaFizedFiltro{
  z-index: 0;
}

#ProductGridContainer {
  transition: ease-in margin-top allow-discrete 300ms;
}


li.submenuVerAll{
  line-height: var(--font-body-line-height);
}

.view-all-link.unstyled-link.hover-opacity {
 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);
  line-height: 1;
  color: rgb(var(--color-foreground-title));
}


.view-all-link.unstyled-link.hover-opacity{
    font-size: clamp(1.6rem, var(--font-heading-h4-size) * 0.7, var(--font-heading-h4-size));
}
@media only screen and (min-width: 1200px) {
.view-all-link.unstyled-link.hover-opacity {
        font-size: calc(var(--font-heading-h4-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
  .view-all-link.unstyled-link.hover-opacity {
        font-size: var(--font-heading-h4-size);
    }
}

.submenu-novo{
  top: 129px;
  width: 100%;
  position: fixed;
  box-shadow: none;
  border: none;
  display: flex;
  align-items: center;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.header__submenu.submenu-novo{
    top: 80px;
}


.submenu-novo .container{
  display: flex;
  align-items: center;
  gap: 3.4rem
}

.submenu-novo li {
  display:flex;
}
.header__submenu.submenu-novo li a{
  padding:0px !important
}

.submenu-novo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(var(--color-border));
  z-index: -1;
}

.submenu-novo li a{
    font-size: clamp(1.6rem, var(--font-heading-h4-size) * 0.7, var(--font-heading-h4-size));
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-letter-spacing) * .1);
  color: rgb(var(--color-foreground-title));
  line-height: var(--font-heading-line-height);
  text-transform: var(--font-heading-text-transform);
  word-wrap: break-word;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
.submenu-novo li a {
        font-size: calc(var(--font-heading-h4-size) * 0.8);
    }
}
@media only screen and (min-width: 1540px) {
  .submenu-novo li a {
        font-size: var(--font-heading-h4-size);
    }
}
/*Fim produtos Novos*/


/*Form Creators novos*/
body.template-page-cadastro-creators .page-section{
  display:none;
}

body.template-page-cadastro-creators .returnForm{
  margin-bottom:24px;
}

body.template-page-cadastro-creators .formCadastroCreator .button--primary{
  margin-top:24px
}

body.template-page-cadastro-creators form{
  display:flex;
  flex-wrap:wrap
}

body.template-page-cadastro-creators form .field{
  flex-wrap:wrap;
  margin-bottom:16px;
}

body.template-page-cadastro-creators form label.oculto{
  display:none
}

body.template-page-cadastro-creators form  .email_nome {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  gap:32px
}

body.template-page-cadastro-creators  main .container form  p{
  flex-basis: 100%;
  margin-top: 16px !important;
  font-weight: 600;
}



body.template-page-cadastro-creators  main .container form  p.disclaimer{
  margin-top:24px !important;
}

body.template-page-cadastro-creators form textarea{
  flex-basis:100%;
  resize:none;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background-input));
  color: rgb(var(--color-placeholder-input));
  font-size: 1.6rem;
  width: 100%;
  border: .1rem solid rgb(var(--color-border-input));
  transition: border var(--duration-default);
  height:150px;
  margin-top:-8px;
  padding:16px;
  box-sizing:border-box;
}

body.template-page-cadastro-creators form textarea:focus{
border-color: rgb(var(--color-border-input));
}


body.template-page-cadastro-creators form  .email_nome > div{
  flex-basis:calc(50% - 16px)
}

body.template-page-cadastro-creators .optionsCheck {
  display: flex;
  flex-wrap: wrap;
  flex-basis:100%;
  gap:8px;
}

body.template-page-cadastro-creators .optionsCheck > div{
 flex-basis: calc(33% - 2px);
  flex-wrap: wrap;
  margin-bottom:8px;
}

body.template-page-cadastro-creators input:focus::placeholder {
    opacity: 1; /* Keep visible on focus */
}


body.template-page-cadastro-creators .optionsCheck >div {
  display:flex;
  align-items:center;
}

body.template-page-cadastro-creators .optionsCheck input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #888; /* Default border color */
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
  display:flex;
}

/* Checked state styling */
body.template-page-cadastro-creators .optionsCheck input[type="checkbox"]:checked {
  background-color: #171717;
  border-color: #171717;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 8 9 4'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* Hover effect */
body.template-page-cadastro-creators .optionsCheck input[type="checkbox"]:hover {
  border-color: #171717;
}

/* Focus state */
body.template-page-cadastro-creators .optionsCheck input[type="checkbox"]:focus {
  box-shadow: 0 0 0 2px rgba(23, 23, 23, 0.2);
}

body.template-page-cadastro-creators #otherInput, body.template-page-cadastro-creators #otherDetails{
  margin-left: 0px;
  padding: 0px 1.8rem;
  height: 40px;
  font-size: 1.4rem;
  margin-top:12px;
  display:block;
}



body.template-page-cadastro-creators .optionsCheck input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #888;
  border-radius: 50%; /* Make it circular */
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}

/* Checked state styling */
body.template-page-cadastro-creators .optionsCheck input[type="radio"]:checked {
  border-color: #171717;
}

/* Create inner circle when checked */
body.template-page-cadastro-creators .optionsCheck input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #171717;
  border-radius: 50%;
}

/* Hover effect */
body.template-page-cadastro-creators .optionsCheck input[type="radio"]:hover {
  border-color: #171717;
}

/* Focus state */
body.template-page-cadastro-creators .optionsCheck input[type="radio"]:focus {
  box-shadow: 0 0 0 2px rgba(23, 23, 23, 0.2);
}

/* Style for the text input in the "Outro" option */
body.template-page-cadastro-creators .optionsCheck input[type="text"] {
  margin-left: 8px;
  padding: 4px 8px;
  border: 1px solid #888;
  border-radius: 4px;
}

body.template-page-cadastro-creators .optionsCheck input[type="text"]:focus {
  border-color: #171717;
  outline: none;
  box-shadow: 0 0 0 2px rgba(23, 23, 23, 0.1);
}

/*Nova pagina resposta**/
body.template-page main .container.containerRespostaForm{
  padding:3.2rem 1.4rem; 
  
}
body.template-page main .container.containerRespostaForm h1{
  font-size:4.8rem
}

body.template-page main .container.containerRespostaForm p{
  line-height:3rem;
  font-size:1.8rem;
padding-right: 30%;
}


/*Fim form creators novos*/

/*remove marca dagua menu antes do banner*/
.watermark{
  display:none !important;
}

@media only screen and (min-width: 1200px) {
#magic-menu-extension {
        display:none;
    }
}

/* COMEÇO AJUSTE PÁGINA DE PRODUTO TROCAR A HERENÇA QUANDO SUBIR PRA PROD */
.template-product-produto-ellesse .product__media-wrapper , .template-product-produto-ellesse-kit .product__media-wrapper {
  width: 60%;
}
.template-product-produto-ellesse .product .product__info-wrapper, .template-product-produto-ellesse-kit .product .product__info-wrapper {
  max-width: 30%;
}
.template-product-produto-ellesse .product__info-wrapper, .template-product-produto-ellesse-kit .product__info-wrapper {
  padding-top: 0;
}
.template-product-produto-ellesse .product__outer--mobile-order.product__outer--desktop-order
  .product__media-wrapper::after, .template-product-produto-ellesse-kit .product__outer--mobile-order.product__outer--desktop-order
  .product__media-wrapper::after {
  display: none;
}
.template-product-produto-ellesse .product__media-list__container--large .product__media-item, .template-product-produto-ellesse-kit .product__media-list__container--large .product__media-item  {
  flex: 1 1 49%;
  max-width: 49%;
}
.template-product-produto-ellesse .product__media-item, .template-product-produto-ellesse-kit .product__media-item  {
  width: 49%;
  max-width: 49%;
}
.template-product-produto-ellesse .product__media-list__container--large, .template-product-produto-ellesse-kit .product__media-list__container--large {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
}
.template-product-produto-ellesse .product__media-list__container--large .product__media-item:not(:last-child)::after, .template-product-produto-ellesse-kit .product__media-list__container--large .product__media-item:not(:last-child)::after {
  display: none;
}
.infos-extras-produtos .column {
  flex: 1;
  min-width: 250px;
  padding: 20px;
  border: none;
  text-align: left;
}
.infos-extras-produtos {
  border-top: 1px solid rgb(var(--color-border));
  border-bottom: 1px solid rgb(var(--color-border));
  padding: 64px 0;
}
.extra-info-text {
  flex: 2;
  padding-left: 20px;
  max-width: 42.4rem;
}
.extra-image {
  flex: 1;
  max-width: 74.5rem;
  height: 49.6rem;
}
.extra-info-container {
  display: flex;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  background-color: #fff;
  padding: 0;
}
 .extra-info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
  }

  .extra-info {
    display: flex;
    width: 100%;
    max-width: 132rem;
    margin-top: 20px;
    align-items: center;
  }
    .extra-info h2{
      margin-top:0;
    }

  .extra-image {
    flex: 1;
    max-width: 300px;
    height: 200px; /* Ajuste a altura conforme necessário */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .extra-info-text {
    flex: 2;
    padding-left: 20px;
  }

  .extra-info-text h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
  }

  .extra-info-text p {
    font-size: 1rem;
    color: #555;
  }
  .infos-extras-produtos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .column {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
  }
  .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #007ace;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
.infos-extras-produtos ul {
  padding: 0;
  list-style-position: inside;
}
.infos-extras-produtos .container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.infos-extras-produtos p {
  max-width: 41rem;
}
.extra-info-text {
  flex: 2;
  padding-left: 20px;
  max-width: 42.4rem;
}
.extra-image {
  flex: 1;
  max-width: 74.5rem;
  height: 49.6rem;
}
.extra-info-container {
  display: flex;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  background-color: #fff;
  padding: 0;
}
@media screen and (max-width: 1200px) {
.template-product-produto-ellesse .product .product__info-wrapper, .template-product-produto-ellesse-kit .product .product__info-wrapper {
  max-width: 100% !important;
}
  .template-product-produto-ellesse .product__media-wrapper, .template-product-produto-ellesse-kit .product__media-wrapper  {
  width: 100% !important;
}
  .template-product-produto-ellesse .product__media-list__container--large .product__media-item, .template-product-produto-ellesse-kit .product__media-list__container--large .product__media-item {
  flex: 1 1 100% !important;
  max-width:100% !important;
}
.template-product-produto-ellesse .product__media-item, .template-product-produto-ellesse-kit .product__media-item  {
  width: 100% !important;
  max-width: 100% !important;
}
  .extra-info {
 display: block;
  width: 100% !important;
  max-width: 100% !important;
}
 .extra-image {
  flex: 1;
  max-width: 100% !important;
  height: 26rem !important;
}
   .extra-info-text {
  flex: 2;
  padding-left: 0 !important;
  max-width: 100% !important;
}
.extra-info-text {
  margin-left: 0;
  margin-top: 2.4rem !important;
  padding: 0 20px !important;
}
   .infos-extras-produtos {
  padding: 48px 0 !important;
}
}

.slideshow-slide__img_mobile {
  display: none;
}
.slideshow.bannerNovo .slideshow-slide__img {
  position: relative;
}
.slideshow.bannerNovo  .slideshow-slide {
  --slide-height: auto !important;
  background: #fff !important;
  --slide-overlay: inherit !important;
}
.slideshow.bannerNovo .slideshow-slide__button a {
  background: #fff !important;
  color: #2c2c2b;
}
.slideshow.bannerNovo .button--primary:not([disabled]):not([aria-disabled="true"]):hover{
  background-color: rgba(var(--color-button-hover),var(--alpha-button-background)) !important;
  color: rgb(var(--color-button-hover-text));
}
.slideshow.bannerNovo .slideshow-slide__button {
  position: absolute;
  right: 0;
  bottom: 2.4rem;
  margin: 0% 8% 1% 0%;
}

.slideshow.bannerNovo .swiper-button-next, 
.slideshow.bannerNovo .swiper-button-prev{
  color: #fff;
}

.containerPageCar .swiper-button-next,
.containerPageCar .swiper-button-prev {
  background: transparent !important;
}

.containerPageCar .slideshow.bannerNovo .swiper-button-next, 
.containerPageCar .slideshow.bannerNovo .swiper-button-prev{
    color: #fff !important;
}

.containerPageCar svg {
  color: #000 !important;
}

.slideshow.bannerNovo .slideshow-slide__img_mobile img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -2;
}
.watermark {
  display: none;
}

#shopify-section-template--18443835441320__17417446480ad0819e .container {
  padding: 0;
  width: 100%;
  width: 100%;
  margin: 0 auto;
}

#shopify-section-template--18443835441320__17417446480ad0819e .ia_menu_collections .link_img img {
  border: none;
  background: #fff;
  padding: 0 !important;
}
#shopify-section-template--18443835441320__17417446480ad0819e .list_item {
  padding: 0 !important;
  margin-right: 1.6rem;
}
#shopify-section-template--18443835441320__17417446480ad0819e7 .ia_menu_collections {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  z-index: 1;
}
.multicolumn .multicolumn-list.review {
  display: flex;
  align-items: center;
  flex-direction: inherit;
  justify-content: space-between;
}
.multicolumn-list.review  .stars svg {
  max-width: 11.0rem;
}
.multicolumn-list.review .multicolumn-card.multicolumn-card--image {
  padding: 0 !important;
  gap: 1.4rem !important;
  text-align: left !important;
}
.multicolumn.reviews  .multicolumn__wrapper .multicolumn-list__wrapper .multicolumn-card {
  text-align: left !important;
}
.multicolumn.reviews a {
  text-decoration: none;
}
.multicolumn.reviews .multicolumn-card__info-title.h4 {
  margin-bottom: 0.8rem !important;
}

.multicolumn.reviews .multicolumn__wrapper .multicolumn-list__wrapper .multicolumn-list__item:nth-child(n)::after {
    display: none !important;
  }

    .collection-grid-carrosel .slick-slide {
  width: 190px;
  margin-right: 16px;
}


.collection-grid-carrosel .carrosel {
  padding: 0;
  list-style-type: none;
}

.collection-grid-carrosel .carrosel.grid-style-6 {
  columns: 6;
}

 .collection-grid-carrosel .carrosel.grid-style-5 {
  columns: 5;
}

 .collection-grid-carrosel .carrosel.grid-style-4 {
  columns: 4;
}

 .collection-grid-carrosel .carrosel.grid-style-3 {
  columns: 3;
}
 .collection-grid-carrosel .carrosel.grid-style-2 {
  columns: 2;
}
 .collection-grid-carrosel .carrosel.grid-style-1 {
  columns: 1;
}



  .produto-mobile{
    display:none;
  }

    @media screen and (max-width: 768px) {
      .collection-grid-carrosel .container {
  padding: 0;
  padding-left: 2rem;
}
     .collection-grid-carrosel .carrosel {
  columns: inherit !important ;
}
  }

@media screen and (min-width: 750px) {
  .slideshow.bannerNovo .slideshow-slide__text {
    padding: 0;
  }

  
}
  .slideshow.bannerNovo .slideshow-slide__text {
  padding: 0 !important;
}

@media screen and (max-width: 1200px) {
.multicolumn.reviews .multicolumn-list.review {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
  .multicolumn.reviews .multicolumn__wrapper .multicolumn-list__wrapper--4 {
    grid-template-columns: repeat(4,1fr) !important;
  }
}

#calculoFrete {
  margin-top: 1.6rem;
  background: #fff;
font-size: 1.5rem;
  cursor: pointer;
  transition: var(--duration-default);
  outline: none !important;
  height: auto !important;
  box-shadow: none;
  padding: 1rem 3rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-button-secondary-text));
  text-transform: uppercase;
  padding: 0 !important;
  line-height: inherit;
}
#calculoFrete svg {
  width: 20px;
  margin-right: 12px;
  height: 20px;
  margin-top: -5px;
}
.product-form__controls-group input + label {
  padding-top: 5px !important;
}
.okeReviews[data-oke-container].oke-w, div.okeReviews.oke-w {
  max-width: 1840px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  width: 100%;
  margin: 0 auto;
}
#shopify-block-Adk5wT2RiUVVmSU5Xb__okendo_reviews_widget_V8UxDR {
  border-top: 1px solid rgb(var(--color-border));
  margin-top: 120px;
}
.announcement-bar {
    overflow-y: hidden;
  }

.product__title.h3 {
  font-size: 2.8rem;
}
#shopify-block-AUHdTSHQ1S2J5Ym5XM__okendo_star_rating_87BzdY {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
 .slideshow-slide__img_mobile {
    display: block;
    width: 100%;
  }
  .slideshow-slide__img.desk {
  display: none;
}
  #shopify-section-template--18299150368936__1741790671e17ec672{
        display: block;
  }
    .multicolumn.reviews .multicolumn__wrapper .multicolumn-list__wrapper--4 {
    grid-template-columns: repeat(2,2fr) !important;
  }
  .collection-grid {
  margin-bottom: 4rem;
}
  .collection-grid.collection-grid-carrosel {
  margin-bottom: 0;
}
  .section-template--18443835441320__reviews_xTWQzy-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
  .multicolumn-list.review h2 {
  margin-top: 0;
}
    .produto-mobile{
    display:block;
  }
  .produto-mobile .product-parameters__item.product-parameters__variant {
  display: none;
}
   .produto-mobile .product__info-container .product-parameters{
       display: none;
   }
  .produto-mobile .product-form__buttons{
     display: none;
  }
    .produto-mobile #shopify-block-AUHdTSHQ1S2J5Ym5XM__okendo_star_rating_87BzdY {
 display: block;
   margin-top: 8px;
}
       #shopify-block-AUHdTSHQ1S2J5Ym5XM__okendo_star_rating_87BzdY {
 display: none;
         margin-top: 8px;
}
  
  
  .produto-mobile .product-about{
    display: none;
  }
     .produto-mobile .product__title__wrapper.price--on-sale {
  display: flex;
       align-items: center;
}
  .product__title__wrapper.price--on-sale {
  display: none;
}
  .produto-mobile {
  width: 100%;
}
   .produto-mobile  #calculoFrete {
  display: none;
}
    .produto-mobile .custom-liquid {
  display: none;
}
   .produto-mobile .product__info-wrapper {
  margin-top: 0 !important;
}
.price-wrapper {
  display: none;
}
     .produto-mobile .price-wrapper {
  display: flex;
}
  .product__info-wrapper {
  margin-top: 0 !important;
}
  .product__info-container .product-parameters {
  margin-top: 1.6rem;
  position: relative;
  padding-top: 1.6rem;
}

  .infos-extras-produtos .column {
  padding: 0;
  margin: 0;
}
  .infos-extras-produtos .accordion-header {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 24px;
    padding: 0;
}
     .infos-extras-produtos .accordion-header::after {
    right: 0;

  }
  .product__title.h3 {
  font-size: 2.4rem;
}
}

/* CSS FILTRO */

body.template-collection .collection__main-wrapper {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

body.template-collection .facets__main {
  flex-basis: 400px;
  flex-shrink: 0;
}

body.template-collection #ProductGridContainer {
  flex-basis: calc(100% - 400px);
  flex-grow: 1;
}

#open_filters_menu .facets-menu.filtronovo {
  z-index: 1 !important;
max-width: 400px !important;
  position: relative !important;
  transform: translate(0) ;
  width: 400px;
  padding-top: 8rem !important;
  }
.form-menu__mask:empty, .form-menu__mask {
  position: relative!important;}
.facets-menu__close.no_submit {
  display: none !important;
}

.button.open_filters.no_submit {
  display: none;
}
 .facets__product-count {
    margin: 0;
    border: none;
  }
.facets__sort-by {
  position: absolute;
  right: 0;
}
/*#shopify-section-template--24610682372408__product-grid {
  display: flex;
}*/

#shopify-section-template--25195003019564__collection_grid_rT8dU8{
    display:block;
}

.collection-grid-section {
  display: flex;
}
.facets {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1000;
}
  .collection {
    margin-top: 8rem !important;
  }
.facets-menu__title.mobile-facets__open {
  font-size: 1.8rem;
  font-weight:550;
}

.facets__details-title {
  font-size:1.6rem;
  font-weight:400;
}

.facets__details > summary svg{
  
}

#ProductGridContainer {
  width: 100%;
}
#Filter-Price-GTE {
  width: 101px;
}
#ProductCount {
  border: none !important;
}
.facets__sort-by {
  /*position: absolute !important;
  right: calc(100% - 1500px);*/
}
  .collection-product-list .collection-product-card:not(.hide_border):not(:last-child) .card__inner::before {
    display: none !important;
  }
@media screen and (max-width: 1200px) {

body.template-collection .collection__main-wrapper {
    display: block;
  }

  body.template-collection .facets__main {
    flex-basis: auto;
  }

  body.template-collection #ProductGridContainer {
    flex-basis: 100%;
  }

  #open_filters_menu .facets-menu.filtronovo {
  max-width: auto !important;
  position: fixed !important;
  width: auto !important;
  padding-top: 6.5rem !important;
  transform: translate(-150%);
}
  .facets {
  position: absolute;
  width: 100%;
  left: 0;
z-index: 1;
}
  .button.open_filters.no_submit {
  display: flex;
}
/*#shopify-section-template--24610682372408__product-grid #FacetFiltersForm .facets {
  margin-top: 0;
}*/
.collection-grid-section #FacetFiltersForm .facets {
  margin-top: 0;
}
  .button.open_filters.no_submit {
  display: flex;
}

  #open_filters_menu .facets-menu.filtronovo {
  max-width: 100% !important;
  position: fixed !important;
  width: 100%;
  padding-top: 6.5rem !important;
  transform: translate(-150%);
}
  .facets-menu__close.no_submit {
  display: flex !important;
}
  #product-grid {
  margin-top: 10rem !important;
}
  #ProductCount {
  margin: 0;
}
  .facets{
    border-bottom: none !important;
  }
  .facets__wrapper{
  padding: 0 !important;
  }
  .facets__sort-by {
  position: relative !important;
  right: inherit;
}
}

.bannerNovo .button--primary-size{
min-height: 5rem;
padding: 0 1.2rem;
font-size: 1.5rem;
}


variant-radios #SingleOptionSelector-0{order:2}
variant-radios #SingleOptionSelector-1{order:1}

#shopify-section-template--24610684076344__main #SingleOptionSelector-0 .product-form__controls-group input + label{
  border-radius: 0;
  width: calc(33.33% - .54rem);
  box-sizing: border-box;
  border-radius: 0;
  width: calc(33.33% - .54rem);
  box-sizing: border-box;
  border-color: rgb(var(--color-button-secondary-text));
}

#shopify-section-template--24610684076344__main #SingleOptionSelector-0 .product-form__controls-group input + label:hover{

  border-color: rgb(var(--color-border)) !important;
}

.product-form__controls-group input:checked:not(.disabled) + label{
color:rgb(var(--color-background)) !important;
background-color:rgba(var(--color-button));
}


.new-size-block {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.4rem;
  margin-bottom: 3.2rem;
  flex-wrap:wrap;
}

.ks-chart-container .ks-chart-modal-link{
text-decoration:underline;
}

.ks-chart-container .ks-chart-modal-link > span{
  display:flex;
  gap:.8rem; 
  align-items:center;
  cursor:pointer; 
  
}

.ks-chart-container .ks-chart-modal-link > span svg{
  width: 24px;
  display: none;
}

.new-size-block .btn.ks-calculator-modal-button{
  display:flex; 
  background:transparent; 
  color: rgb(var(--color-foreground));
  cursor:pointer; 
  appearance:none; 
  border:none; 
  box-shadow:none; 
  outline:none; 
  padding:0px;
  margin:0px;
  font-size: var(--font-body-size);
    text-decoration:underline;
font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.new-size-block .ks-calculator-container.sizing-calculator-container.ks-calculator-inject{
    margin:0px;
}

.new-size-block  .desc-materiais{
  cursor:pointer;
  text-decoration:underline;
}

.link-multicoluna {
  width: 100%;
  text-decoration: none;
}
.multicoluna-imagem {
  max-width: 100% !important;
}
.multicoluna-imagem .multicolumn-card__info {
  background: #fff;
  position: relative;
  top: -70px;
  width: 75%;
  padding: 30px;
  margin-left: auto;
  align-items: end !important;
}

 .multicolumn.multicoluna-imagem .multicolumn__wrapper .multicolumn-list__wrapper .multicolumn-list__item:nth-child(n)::after {
    width: 0;
  }
.mt-padrao {
  max-width: 130rem !important;
  margin: 0 auto;
}
.mt-padrao .multicolumn-card__info-text {
  font-size: 2.4rem !important;
  text-align: right;
}

.mt-padrao.multicolumn .multicolumn__wrapper .multicolumn-list__wrapper .multicolumn-card__info {
    gap: 0rem;
  }
.mt-padrao .multicolumn-card__info-title.h4 {
  font-size: 1.6rem;
}
.mt-padrao .multicolumn-card__info-text.button {
  font-size: 1.6rem !important;
  text-decoration: underline;
  margin-top: 0.8rem;
}
 #open_filters_menu .facets__details {
  margin-bottom: 2.4rem !important;
  width: 100%;
  border-bottom: 1px solid #dbdde4 !important;
  padding-bottom: 16px;
}
.footer-block.footer-block--logo.section_border_right {
  margin-right: 0;
}
.footer-block.footer-block--newsletter.newsletter__form.section_border_left {
  margin-left: 0;
}
 .footer-block {

    min-width: 10%;
  }

.template-search.busca-nova {
    display: none;
  background: #fff;
  top: 40px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-height: 20%;
}
.oh {
  overflow-y: hidden;
}
.template-search.busca-nova .h2.main-page-title.page-title.title--page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-search.busca-nova  .template-search__header {
  max-width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.multicolumn-card.multicoluna-imagem.multicolumn-card--image {
  padding: 0 !important;
}
  .mt-padrao .container {
  padding: 0;
}
  .multicoluna-imagem .multicolumn-card__info {
  width: 90%;

}

}
@media screen and (max-width: 1200px) {
    .infos-extras-produtos .container {
  padding: 0;
}
  .accordion-header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 16px !important;
}
    .infos-extras-produtos .accordion-header::after {
    right: 2rem;
  }
  .accordion-header {
  padding: 0 2rem !important;
  padding-bottom: 16px !important;
}
  .accordion-content {
  padding: 0 2rem;
}
  .template-search.busca-nova  .template-search__header {
  max-width: 100%;
  margin: 0 auto;
}
   .template-search.busca-nova .predictive-search{
    max-height: 65rem;
  }
  .header-mobile__menu-main > li.have-submenu details ul {
  display: flex !important;
}
  .header-mobile__menu-main li.have-submenu + li:not(.have-submenu), .header-mobile__menu-main li:not(.have-submenu) + li.have-submenu {
  border:
none !important;
}
  .unstyled-link.view-all-link {
  display: none;
}
  .header-mobile__submenu.header-mobile__submenu-child.list-unstyled {
  padding-left: 0;
}
  #FacetFiltersForm .facets {
  background:
#fff;
  padding-bottom: 1.6rem;
}
}

#SingleOptionSelector-1{display:none !important;}


.header__submenu-child {
  padding:
0;
  left: 0;
  top: 0;
  position: relative;
  border:
none;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  
}
.header__submenu li:hover > span, .header__submenu li:hover > a {
  opacity: 1;
}
.header__submenu{
  min-width: auto !important;
}

.header__list li:hover > .header__submenu, .header__list li:hover > .header__submenu-child, .header__list li:focus > .header__submenu, .header__list li:focus > .header__submenu-child, .header__list li:focus-within > .header__submenu, .header__list li:focus-within > .header__submenu-child {
  pointer-events: unset  !important;
  visibility: visible  !important;
}
.have-submenu {
  flex-direction: column;
}
.submenu-novo .container {
  display: flex;
  align-items: baseline;

}
.header__submenu.submenu-novo li a {
  font-size: 1.6rem;
}
.header__submenu.list-unstyled.submenu-novo {
  padding-left: 3rem;
}
.header__submenu li svg {
  display: none;
}
.header__submenu.list-unstyled.submenu-novo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
padding-left: 5rem;
}

.header__submenu.header__submenu-child.list-unstyled li a {
  font-weight: 400;
  text-transform: initial;
  margin-bottom: 0;
}

.header__submenu.header__submenu-child.list-unstyled li {
  font-weight: 400;
  text-transform: capitalize;
padding: 0;
  margin-top: 0.8rem
}

.submenu-novo .container {
  display: flex;
  align-items: baseline;
  max-width: 480px;
  margin-left: 0;
  margin-right: 0;
}
.containerGeral {
  display: flex;
  gap:
2.4rem;
}
.imagem-menu {
  margin-left: 4.8rem;
}
.imagem-menu p {
  margin-top: 0rem;
  font-size: 1.4rem;
  font-weight: 400;
}

/*CORES NOVO TEMA */
.color-swatch[title=Azul]{
  --swatch-color: #9acce7 !important;
}

.color-swatch[title=Preto]{
  --swatch-color: #000 !important;
}

.color-swatch[title=Branco]{
  --swatch-color: #fff !important;
}

.filtronovo .button.button--primary.button--full-width.no_submit.facets__submit {
  display: none;
}

.product-parameters.no-js-hidden {
  display: none;
}
.swatches-de-cores ul{
  padding: 0;
  display: flex;
}

.swatches-de-cores ul li a{
    display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border:
1px solid #ececec;
  border-radius:
50%;
  padding:
0;
}

.swatches-de-cores ul li.activeColor {
  border:2px solid #000;
  border-radius:50%;
}

.facets {
  z-index: 2;
}
.facets-menu { 
    z-index: 1 !important;}
.store-flags {
  margin-top: 4.8rem !important;
}

.product__info-container .product-parameters {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.product__info-container .product-parameters::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(var(--color-border));
  display: none;
}

.border.swatches-de-cores {
  border-top: 1px solid rgb(var(--color-border));
  margin-top: 2.4rem;
}


.collection-product-card .card-information{
  pointer-events:all !important;
}

.swatches-de-cores .out-of-stock {
  position: relative;
  pointer-events:none;
}

.swatches-de-cores .out-of-stock a{
    opacity: .3 !important;
}

.swatches-de-cores .out-of-stock::before {
 content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: red;
  transform: rotate(-45deg);
  transform-origin: left center;
  z-index: 2;
  pointer-events: none;
  margin-left: -10px;
  margin-top: 6px;
}

.swatches-de-cores .activeColor.out-of-stock::before{
  margin-top: 8px;
}

.swatches-de-cores .activeColor.out-of-stock{
  border: solid 1px #efefef;
}


.esgo.card-wrapper {
  opacity: 1;
}


.esgo .media, .esgo .card__title , .esgo .price {
  opacity: .5
}

.variantes-ocultas{
  display:none;
}

/*Ultimos ajuste Loja - 16/04/25*/
@media screen and (max-width: 768px) {
  .infos-extras-produtos h3{
     font-size: 1.8rem;
     margin: 0px !important;
  }
    .infos-extras-produtos {
    padding:20px 0 !important;
         border-bottom: none;
  }
  #shopify-section-template--18443835998376__173220340847746ea5{
    display:none; 
  }

  .ea-sticky-cart .stickyAddToCartBar{
   max-width: 100vw; 
  }  
}

 .product-media-modal{
  max-width: 100vw !important;
}

.ks-modal-content-hidden{
  display:none;
}

.header__list > li > a {
  letter-spacing: 0px;
}

.header__submenu .containerGeral{
  gap:4.8rem;
}

.imageMenu .image{
  max-width: 200px;
}

.imageMenu .image img{
  width:100%;
}

.imageItem a{
  text-decoration:none; 
}

.imageItem span{
  font-size: 1.8rem;
  margin-top: .8rem;
}

.have-submenu a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
.collection-grid__box .slick-next, .collection-grid__box .slick-prev{
 display:none !important; 
}
}

.header-mobile__menu-main > li.have-submenu details ul{
  display: flex
}

.header-mobile__menu-main summary .icon {
  display: none;
}

.seletorNovoMenuMobile{
  display: flex;
  max-width: 100vw;
  overflow-x: auto;
  flex-direction: row;
  padding:2.4rem;
}

.seletorNovoMenuMobile  .novoMenuItemPai.AtivoMenu .h6{
  color: rgb(var(--color-foreground-title));
  text-decoration: underline;
  opacity: 1;
  text-decoration-thickness: 2px; /* grossura do underline */

}

.seletorNovoMenuMobile  .novoMenuItemPai .h6{
  color: rgb(var(--color-foreground));
  opacity: .5;
  text-underline-offset: 1rem;
}

.seletorNovoMenuMobile  .novoMenuItemPai.AtivoMenu .h6:hover{
   text-decoration-thickness: 2px; 
}

.seletorNovoMenuMobile  .novoMenuItemPai .h6:hover{
  text-decoration: underline;
   text-decoration-thickness: 3px; 
}



.header-mobile__menus > li{
  padding:0px; 
}


.itemMenusNovosFilhos {
  padding:0rem 2.4rem;
}

.header-mobile__menu {
  height: 100vh !important;
}


.submenuItemsMenuMobileNovo .header-mobile__submenu{
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr 1fr
}


.submenuItemsMenuMobileNovo .have-submenu details > ul{
  position: fixed;
  display: none; 
}

.submenuItemsMenuMobileNovo .have-submenu details > ul.menu_terceiro_nivel_ativo{
  display: flex;
}


.submenuItemsMenuMobileNovo .image img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
}


.submenuItemsMenuMobileNovo .newMenuMobileItemImage a{
text-align: center;
  display: block;
  text-decoration: none !important;
}

.submenuItemsMenuMobileNovo .newMenuMobileItemImage a span{
  display: block;
  margin-top: .8rem;
  text-transform: uppercase;
  text-decoration:none !important;
  font-size: 1.8rem;
}

.submenuItemsMenuMobileNovo{
  display: none; 
}

.submenuItemsMenuMobileNovo.AtivoSubmenu{
  display: flex; 
  justify-content: center;
  flex-direction: column; 
}


.header-mobile__submenu li.have-submenu + li:not(.have-submenu), .header-mobile__submenu li:not(.have-submenu) + li.have-submenu {
  padding-top: 0rem;
}


.collection-banner__text p{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}


.product-form__input--radios:last-of-type{
  display: none !important;
}

.subMenuMobile, .subMenuMobile.AtivoTerceiroNivel{
  display:none;
}

@media screen and (max-width: 1999px) {
.subMenuMobile{
  display:none;
}
.subMenuMobile.AtivoTerceiroNivel{
display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background:#fff;
    overflow-y: scroll;
    flex-direction: column;
}
  
}

.subMenuMobile .headerMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px 1.6rem;
}

.subMenuMobile .itensMenuMobile {
  padding:0px 1.6rem;
}

.subMenuMobile .itensMenuMobile ul{
  display: flex;
  flex-direction: column;
  gap.1.6rem;
}

.subMenuMobile .itensMenuMobile  a{
 text-transform: uppercase;
  font-size: 2rem;
  color: rgb(var(--color-foreground-sub-title));
  font-weight: 500;
}


.product-media-modal .swiper-button-next-prod-page {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.product-media-modal .swiper-button-next-prod-page svg {color:white !important;}

.product-media-modal .swiper-button-prev-prod-page{
  background-color: rgba(0, 0, 0, 0.3) !important;
}


.product-media-modal__counter{
position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background:
rgba(0,0,0,0.4);
  color: #fff;
  padding:
4px 10px;
  border-radius:
0;
  font-size: 14px;
  width: 10%;
  min-width: 100vw !important;
  display: flex !important;
  height: 50px;
  align-items: center;

}
.product-media-modal__counter span{
  padding: 0px 8px;
}

.product-media-modal__dialog .product-media-modal__toggle {
  top: 2.2rem;
}

.product-media-modal__toggle svg {
  color:white;
}

.product__media-wrapper .product__media-item  .product__media:after{
  padding-bottom: 100% !important;
}


#product-grid .collection-product-card .media, .product-recommendations__item .media{
    padding-bottom: 100% !important;
}


/*Fim Ultimos ajuste Loja - 16/04/25*/

/*Incluir  - Ajustes nos textos de descrição */
.infos-extras-produtos .metafield-rich_text_field br + br{
  display: none !important;
}
/*Fim - Ajustes nos textos descrição*/


/*Ajustes compre por cor*/


.newsletter {
  display: none !important;
}

/*Fim ajuste compre por cor*/

/*Correção Collection*/
/* Mostra o banner por padrão */
.collection-banner .collection-banner__img {
  display: block;
}

/* Esconde o banner apenas para coleções com a classe hide-collection-banner */
.hide-collection-banner .collection-banner__img {
  display: none;
}
/*Fim correção Collection*/


/*Ajustes Vídeo*/

@media screen and (max-width: 1200px) {
  
  .button.open_filters.no_submit {
    display: flex;
    padding-top: 1.4rem;
    padding-bottom: 2rem
  }
  
  .hero-fullwidth {
  height: auto !important;}
  
  .button--primary-size, .customer .button--primary-size {
    min-height: 4rem !important;
  }
  
  .ativar_som {
  position: absolute;
  z-index: 99999;
  bottom: 13px !important;
  background: #000;
  color: #fff;
  padding: 7px 11px !important;
  border-radius: 69px;
  cursor: pointer;
  right: 16px !important;
  font-size: 12px !important;
  }

   #product-grid {
    margin-top: 14rem !important;
  }

  .no-js #open_filters_menu:target .facets-menu, #open_filters_menu.show_menu .facets-menu {
  transform: translate(0);
  z-index: 100000000 !important;
  width: 100% !important;
  }
  
}
/*Ajustes Vídeo*/

/*Ajustes KIWI*/
.new-size-block .ks-chart-container {
  width: auto;
}

.new-size-block .span.ks-chart-modal-link.with-icon{
  padding-left: 0px;
}

#newKiwiContainer {
  display: none;
}

.new-size-block span.ks-chart-modal-link, .new-size-block span.ks-chart-modal-link:hover{
  color: rgb(var(--color-foreground)) !important;
  opacity:1;
  font-weight: 400 !important;
}

/*Fim Ajustes KIWI*/

/*Remover Bandeirolas Pagamento*/
.footer__column.footer__column--payment{
  display: none;
}
/*Fim remover Bandeirolas Pagamento*/


/*Ajustes Home*/
@media screen and (max-width: 1200px) {
  .collection-grid__list li{
    height:100%;
    background: transparent
  }

  .collection-grid__box li h3 {
    font-size: 1.6rem;
  }

  .section-template--24610683093304__collection_grid_mobile_dcxYMM-padding   .collection-grid__box li h3{
     font-size: 1.2rem;
  }
  
}
/*Fim ajustes home*/


/*Ajustes Creator*/
.template-page-creators h2{
  font-size:3.2rem; 
  margin-top:3.2rem
}

.template-page-creators summary h3{
  font-size: 2.1rem 
}

#shopify-section-template--24610683388216__rich_text_Dwkz9M h4{
  font-size:1.8rem; 
}
/*Fim ajustes Creators*/



/*Ajustes Page Busca*/
body.template-search .template-search {
  display: flex;
  flex-wrap: wrap; 
}
body.template-search .template-search .template-search__header{
 flex-basis: 100%;  
}

body.template-search .template-search .facets-menu__all-items-count {
  display: none;
  margin-bottom: 0px;
}

body.template-search .template-search .facets-menu__title.mobile-facets__open {
  margin-top: 1rem;
  margin-bottom: 0px;
}

body.template-search .template-search .facets__details__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 4.7rem;
}

body.template-search .search__form-text{
  display: none; 
}

body.template-search #open_filters_menu .facets-menu.filtronovo {
  padding-top: 18rem !important;
}

body.template-search .search-results__top{
  display: none; 
}

body.template-search #ProductGridContainer {
  flex-basis: calc(100% - 400px);
  margin-top: 10rem !important
}

.card-wrapper .swatches-de-cores{
  margin-bottom: 0.8rem
}

@media screen and (max-width: 1200px) {
body.template-search #ProductGridContainer {
  flex-basis: 100%
}

body.template-search #FacetFiltersForm .facets {
  top:30rem !important;
}

body.template-search  #product-grid {
    margin-top: 6.4rem !important;
  } 
} 

@media screen and (max-width: 575px) {
   #FacetFiltersForm .facets__sort-by {
    font-size: 1.3rem;
    flex-direction: column;
    align-items: start;
    min-height: 6rem;
    top: 1rem;
  }

  #FacetFiltersForm .facets__sort-by .select__sort_by{
    padding-left: 0px
  }
}


/*Fim Ajustes Page Busca*/

/*Ajustes Botão Cores*/
.card-wrapper .swatches-de-cores{
  margin-bottom: 0.8rem
}
/*Fim ajustes botão cores*/

/*Ajustes novos pós virada*/
.collection-grid__image-wrapper::before {
  display: none;
}
.template-list-collections .collection-grid__title.h4.collection-grid__small-pad {
  display: none;
}

.popular-products .card-wrapper .media {
  padding-bottom: 100% !important;
}
.product-media-modal .swiper-wrapper {
  height: 100% !important;
  align-items: center;
}
/*Ajuste Banner*/

.bannerNovo .link_interno{
  width: 100%;
}
/*Fim ajuste banner*/


/*Novo Modal Pages*/
.popUpLoja{
  display: none; 
  position: fixed !important;
  z-index: 999999;
  position: relative; 
  width: 100vw; 
  height:100vh;
  top: 0;
  left:0; 
}

.popUpLoja.isActive{
  display: none;
}

.popUpLoja.Published.isActive{
  display: flex;
  align-items: center; 
  justify-content: center;
}

.popUpLoja .popLoja_overlayModal{
  background: rgba(0,0,0,.4);
  position: absolute; 
  left: 0; 
  top:0; 
  width:100%; 
  height:100% 
}

.popUpLoja .popLoja_ContainerModal{
  position: relative; 
  height:96%; 
  max-height: 680px; 
  overflow: auto; 
  width:auto; 
  max-width: 780px;  
  background:white; 
  z-index: 99; 
  display: flex; 
  flex-direction: column;
  overflow: visible;
}
@media only screen and (max-width: 780px) {
  .popUpLoja .popLoja_ContainerModal{
    max-width:92%; 
    margin-left:auto;
    margin-right: auto;
  }
}


.popUpLoja .popLoja_contentModal{
  padding: 1.6rem; 
}

.popUpLoja .popLoja_contentModal .popLoja_contentHeader h2{
  text-align:center; 
  margin-bottom: 0px; 
}
.popUpLoja .popLoja_contentModal .popLoja_contentHeader P{
  text-align: center; 
  margin-top: 0px; 
  margin-bottom: 0px; 
}

.popLoja_closemodal {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 3.2rem;
  height: 3.2rem;
  background: #000000;
  border-radius: 100%;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}

.popLoja_closemodal svg{
  width:90%; 
  height:90%; 
  stroke: #ffffff; 
}
.popLoja_closemodal svg *{
   stroke: #ffffff; 
  fill: #ffffff;
}

.popUpLoja .popLoja_contentModal  .popLoja_formModal{
  margin-top: 3.2rem; 
}

.popUpLoja .popLoja_contentModal  .popLoja_formModal .labelBusca{
  font-size: 1.8rem; 
}

.popUpLoja .popLoja_contentModal  .popLoja_formModal .labelBusca span{
  font-size:1.4rem; 
  color: #686868; 
}

.popUpLoja .popLoja_contentModal .radioGroup{
  display: flex; 
  gap:.8rem;
  margin: 1.6rem 0px; 
}

.popUpLoja .popLoja_contentModal .radioGroup label{
  font-size: 1.8rem; 
  font-weight: bold; 
  color: #000000; 
}

.popUpLoja .popLoja_contentModal .popLoja_itemForm{
  margin-bottom: .8rem;
}

.popUpLoja .popLoja_contentModal .popLoja_itemForm input[type="text"] ,.popUpLoja .popLoja_contentModal .popLoja_itemForm input[type="email"]{
  appearance: none; 
  outline: none; 
  box-shadow: none; 
  border: none; 
  background: #efefef; 
  color:#686868;
  width: 100%; 
  padding: .8rem
}

.popUpLoja .popLoja_contentModal .OptIns label{
  font-size:1.2rem; 
}

.popUpLoja .popLoja_contentModal .OptIns .itemCheck{
  display:flex; 
  align-items: center;
}

.popUpLoja .popLoja_contentModal .btnPadrao{
  margin-top: 2.4rem; 
  min-width: 32rem; 
  padding: 0px 1.6rem; 
  height: 4.8rem; 
  line-height: 4.8rem; 
  appearance: none; 
  box-shadow: none; 
  outline: none; 
  border:none; 
  background: #000000; 
  color: #ffffff; 
  font-size: 1.8rem; 
  margin-left: auto; 
  margin-right: auto; 
  cursor: pointer; 
  transition: ease-in all .3s;
  display: block;
}

.popUpLoja .popLoja_contentModal .btnPadrao.loadingBtn{
  color:transparent;
  pointer-events: none;
}
.popUpLoja .popLoja_contentModal .btnPadrao.loadingBtn{
  content:"Enviando..."
}


.popUpLoja .popLoja_contentModal .btnPadrao:hover{
 opacity: .8
}
.popUpLoja .popLoja_contentModal  .legendaForm{
  margin-top:0.8rem; 
  font-size:1.2rem; 
  text-align: center;
}

#popCloseDiscount{
  display: block; 
  text-align: center;
  font-size:1.3rem; 
  margin-top: 2.4rem;
}

.popUpLoja .loadindBtn {
  width: 35px;
  margin-left: auto;
  margin-right: auto;
}

/*Fim novo modal pages*/

/*Selo Reclame Aqui*/

#ra-verified-seal {
  display: flex;
  justify-content: center;
}

#ra-widget-verified:nth-of-type(2) {
  display: none;
}

#ra-widget-verified .ra-widget-verified-wrapper .ra-widget-verified-content.horizontal {
  border: solid 0px #000;
}
/*Selo Reclame Aqui*/


/*Quick Add to cart*/
.hiddenCard {display:none !important}

.quickAddTocart{
  display: flex; 
}

.openCartMobile {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: rgba(255,255,255,.6);
  z-index: 3;
  width: 4rem;
  height: 4rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.quickAddTocart {
  display: none;
  position: absolute;
  bottom: 0;
  background: #3b3b3b;
  z-index: 9;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0;
}


.headerCard .closeBtnQuickAdd{
  display: none;
}

.quickAddTocart p{
  margin: 1rem auto;
  color: #ffffff;
}

.optionsCards {
  display: grid;
  grid-auto-columns: minmax(45px, auto);
  grid-auto-flow: column;
  padding-bottom: 1rem;
}

.quickAddTocart.activeCard{
  display: flex;
}

.optionsCards .itemToCart{
  color: #ffffff;
  cursor: pointer
}

.optionsCards .itemToCart.out-of-stock {
  color: #6f6f6f !important;
  text-decoration: line-through;
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .openCartMobile{
     display: flex; 
  }

  .headerCard .closeBtnQuickAdd{
    display: flex;
  }

   .quickAddTocart .headerCard{
     display: flex; 
     padding: 1rem 2rem;
     justify-content: space-between;
     width: 100%;
     border-bottom: 2px #efefef solid
   }


   .headerCard .closeBtnQuickAdd {
    display: flex;
     width: 1.5rem;
  }
  
   .quickAddTocart p{
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }

  .optionsCards{
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 1rem 2rem;
    gap: 1rem;
  }

   .optionsCards > .itemToCart{
    color: #000000;
    border-bottom: solid 1px #efefef;
    width: 100%;
    padding: 0.5rem 0;
   }

  .quickAddTocart.activeCard {
    display: flex;
    position: fixed;
    z-index: 99999999999999;
    background: white;
    padding-bottom: 6rem;
    left: 0;
  }

  .activeOpenCartMobile {
  position: relative;
  }

  .activeOpenCartMobile:before {
    content: "";
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
}
/*Fim Quick Add to cart*/


/*Nomes na página de collections*/
.template-list-collections .collection-grid__title.h4.collection-grid__small-pad{
  display: block; 
  padding: 16px 0px; 
  color:#232322;
  font-size: 1.45rem;
  text-align: center;
  
}

.template-list-collections .collection-grid__title.h4.collection-grid__small-pad *{
  color:#232322
} 

.collection-list .collection-product-list li {
  width: var(--grid-width);
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  background: transparent;
}
/*Fim nome página collections*/

/*I: BUNDLES AJUSTES*/
.gfbFrequentBoughtWidgetSubTitle{
  display: none !important;
}
.aca-notification-heading{
  font-size: 16px !important;
}
.aca-notification-subheading{
  font-size: 15px !important;
}
.aca-notification-container{
  background:#f1f1f1;
}
/*F: BUNDLES AJUSTES*/





/*I: EG Auto Add to Cart estilos para mudar background do item de brindo*/

/* Estilo base para produtos de brinde */
.gift-item {
    background-color: #f1f1f1 !important;
    /*border-left: 4px solid #000000 !important;*/
    border-radius: 8px !important;
    position: relative !important;
    padding: 15px !important;
    margin: 10px 0 !important;
}

/* Badge "BRINDE" no canto superior direito */

/**
.gift-item::before {
    content: "🎁 BRINDE";
    position: absolute;
    top: 8px;
    right: 8px;
    background: #000000;
    color: white;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 12px;
    font-weight: bold;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
*/
/* Destaque especial para o preço R$ 0,00 */
.gift-item .cart-item__final-price {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
}

/* Estilo para o badge "Produto Free" do EG Auto Add to Cart */
.gift-item .discounts__discount {
    background-color: #000000 !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
}

/* Estilo específico para o drawer (mini cart) */
.drawer .gift-item,
cart-drawer .gift-item {
    background-color: #f1f1f1 !important;
    /*border: 2px dashed #000000 !important;*/
    border-radius: 8px !important;
    margin: 8px 0 !important;
    padding: 12px !important;
}

/* Ajuste do badge no drawer (menor) */
.drawer .gift-item::before,
cart-drawer .gift-item::before {
    font-size: 9px !important;
    padding: 2px 6px !important;
    top: 5px !important;
    right: 5px !important;
}

/* Estilo para página do carrinho principal */
.cart-page .gift-item,
.page-cart .gift-item,
.template-cart .gift-item {
    background-color: #f1f1f1 !important;
    border: 1px solid #000000 !important;
    border-radius: 10px !important;
    padding: 20px !important;
}

/* Hover effect para produtos de brinde */
.gift-item:hover {
    background-color: #f1f1f1 !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Animação sutil para o badge */
.gift-item::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

/* Estilo para mobile - ajustes responsivos */
@media (max-width: 768px) {
    .gift-item::before {
        font-size: 8px !important;
        padding: 2px 4px !important;
        top: 4px !important;
        right: 4px !important;
    }
    
    .gift-item {
        padding: 10px !important;
        margin: 5px 0 !important;
    }
}

/* Opcional: Destaque adicional para o nome do produto de brinde */
.gift-item .cart-item__name {
    color: #000000 !important;
    font-weight: 600 !important;
}

/* Opcional: Estilo especial para a quantidade de produtos de brinde */
.gift-item .quantity__input {
    border-color: #000000 !important;
}

.gift-item .quantity__button {
    color: #000000 !important;
}

/*F: EG Auto Add to Cart estilos para mudar background do item de brindo*/

/*I: Correção menu*/
.novoMenuItemPai .h6 span {
  white-space: nowrap;
}
/*F: Correção menu*/


/*Novo Modal QuickAdd*/
.modalPadraoGeral{
  display: flex;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);
  align-items: center;
  justify-content: center;
}

.modalPadraoGeral .modalCaixa{
    position:relative;
    background:#ffffff;
    z-index:200;
    padding: 1rem
}

.modalPadraoGeral.hidden{
    display:none !important;
}

.modalPadraoGeral .actionsModal{display:flex; align-items:center; margin-top:1.4rem; gap:1rem;}
.modalPadraoGeral .headerModal{display:flex ;align-items:center; justify-content:space-between}
.modalPadraoGeral .headerModal h2{
font-size:2rem
}


.modalPadraoGeral .headerModal .closeModal{
    cursor:pointer;
}

.modalPadraoGeral .bodyModal h3{
   font-size: 2rem;
    padding: 0rem 0;
    margin: 1rem 0rem;
}

.modalPadraoGeral .bodyModal p{
    margin:0rem;
}

.modalPadraoGeral .actionsModal button{
    appearance:none;
    box-shadow:none;
    border-radius:none;
    cursor:pointer;
    transition: ease 300ms 200ms all;
    width:50%;
}

.modalPadraoGeral .actionsModal button:hover{
    opacity:.9
} 

.modalPadraoGeral .actionsModal button.AddCartBtnModal{
    background: transparent;
    padding: 1rem;
      border:solid 1px #000000;
      outline:none;
}

.modalPadraoGeral .actionsModal button.CheckoutBtnModal{
    background: #000000;
    color:#ffffff;
  padding: 1rem;
  border:solid 1px #000000;
  outline:none;
}

/*Fim novo modal QuickAdd*/


@media (max-width: 575px) {
    .announcement-bar .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
        flex-grow:1;
        display: inline-flex;
    }
}


/*Regras Extra para filtro de disponibilidade*/
.facets-checkbox__count{
    display:none;
} 

/*INICIO: CALCULO FRETE APP**/
.calculoFrete{
    max-width:70%;
}

.product__info-container .calculoFrete{
    max-width:100%;
}
/*FIM: CALCULO FRETE APP**/

/*INICIO: nova caixa com texto indicativo de tamanho*/

.product-size-definition{
    border: solid 1px #d5d5d5;
    padding: 0px 10px;
    width: 100%;
    margin-top: 24px;
    margin-left: 3px;
}

.product-size-definition img{
    width: 20px;
    float: inline-start;
    margin-right: 8px;
}

/*FIM: nova caixa com texto indicativo de tamanho*/

.swiper{
    max-width: 100% !important;
}


/*************************PROPORCAO 1:1 GLOBAL - TODAS AS IMAGENS DE PRODUTO************************/

/* Força proporção 1:1 em TODOS os cards de produto - abordagem agressiva */
.card--product .card__inner,
.card--product .card__media,
.product-grid .card__inner,
.product-grid .card__media,
.collection-list .card__inner,
.collection-list .card__media,
.slider--products .card__inner,
.slider--products .card__media,
.product-recommendations .card__inner,
.product-recommendations .card__media,
.search-results .card__inner,
.search-results .card__media {
    aspect-ratio: 1/1 !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Força todas as imagens dentro de cards a terem proporção 1:1 */
.card--product img,
.product-grid img,
.collection-list img,
.slider--products img,
.product-recommendations img,
.search-results img,
.card__media img,
.card__inner img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Remove qualquer padding ou height que possa interferir */
.card__media,
.card__inner {
    padding: 0 !important;
    height: auto !important;
}

/* Força o contêiner pai a ter proporção 1:1 */
.card .card__inner {
    aspect-ratio: 1/1 !important;
}

/*************************FIM PROPORCAO 1:1 GLOBAL************************/

#shopify-section-template--25195002724652__product-grid{
    display: flex;
}

@media screen and (max-width: 749px) {
  #shopify-section-template--25195003052332__main ul.collections-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }
}



/*Ajustes no filtro de cores e cores de logotipo*/
.facets-menu .facets-checkbox--color::before{
    order:2
}
.facets-menu .facets-checkbox--color .facets-checkbox__marker{
    order:1
}
.facets-menu .facets-checkbox--color .facets-checkbox__label{
    order:3
}

.product-form__input--radios:has(input[name="Cor do logo"]) {
  display:block !important;
  order: 5;
}

.product-form__input--radios:has(input[name="Cor do logo"]) label{
width: 28px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #ececec !important;
  position: relative;
  appearance: none;
  border-radius: 100%;
  box-shadow: none !important;
  padding: 0;
    padding-top: 0px;
  max-width: 28px;
  max-height: 28px;
  min-width: 28px;
  min-height: 28px;
  color:transparent;
  font-size: 0;
   text-indent: -9999px;
   position:relative;
}

.product-form__controls-group input[name="Cor do logo"]:checked:not(.disabled) + label{
    background:transparent !important;
    border:solid rgba(var(--color-button)) 2px  !important;
    padding: 1px;
}

.product-form__controls-group input[name="Cor do logo"] + label:after{
  content: " ";
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.product-form__controls-group input[name="Tamanho"] + label{
    padding-top: 0px !important;
}

.product-form__controls-group input[value="Laranja"] + label:after { background:#ff7a00; }
.product-form__controls-group input[value="laranja"] + label:after { background:#ff7a00; }

.product-form__controls-group input[value="Azul"] + label:after { background:#99d1eb; }
.product-form__controls-group input[value="Azul Claro"] + label:after { background:#BFDDF3; }
.product-form__controls-group input[value="Azul claro"] + label:after { background:#BFDDF3; }
.product-form__controls-group input[value="Azul bebê"] + label:after { background:#BFDDF3; }
.product-form__controls-group input[value="Azul Marinho"] + label:after { background:#181873; }
.product-form__controls-group input[value="Azul-marinho"] + label:after { background:#051844; }
.product-form__controls-group input[value="Marinho"] + label:after { background:#051844; }
.product-form__controls-group input[value="Navy"] + label:after { background:#000080; }

.product-form__controls-group input[value="Preto"] + label:after { background:#000; }
.product-form__controls-group input[value="Preta"] + label:after { background:#000; }

.product-form__controls-group input[value="Branco"] + label:after { background:#ffffff; }
.product-form__controls-group input[value="Branca"] + label:after { background:#ffffff; }

.product-form__controls-group input[value="Cinza"] + label:after { background:#e0dde0; }
.product-form__controls-group input[value="Cinza azulado"] + label:after { background:#808080; }

.product-form__controls-group input[value="Vermelho"] + label:after { background:#d7182b; }
.product-form__controls-group input[value="Vermelha"] + label:after { background:#d7182b; }

.product-form__controls-group input[value="Verde"] + label:after { background:#747668; }
.product-form__controls-group input[value="Musgo"] + label:after { background:#425b4c; }
.product-form__controls-group input[value="Militar"] + label:after { background:#6d7971; }

.product-form__controls-group input[value="Amarelo"] + label:after { background:#ffd500; }
.product-form__controls-group input[value="Amarela"] + label:after { background:#ffd500; }
.product-form__controls-group input[value="Ocre"] + label:after { background:#c7936a; }
.product-form__controls-group input[value="Rosa"] + label:after { background:#c16594; }

.product-form__controls-group input[value="Bege"] + label:after { background:#f5f5dc; }
.product-form__controls-group input[value="Natural"] + label:after { background:#dfcab5; }
.product-form__controls-group input[value="Off-white"] + label:after { background:#eee5d5; }
.product-form__controls-group input[value="Off white"] + label:after { background:#eee5d5; }
.product-form__controls-group input[value="Offwhite"] + label:after { background:#eee5d5; }
.product-form__controls-group input[value="OffWhite"] + label:after { background:#eee5d5; }
.product-form__controls-group input[value="Off-White"] + label:after { background:#eee5d5; }
.product-form__controls-group input[value="Off White"] + label:after { background:#eee5d5; }

.product-form__controls-group input[value="Marrom"] + label:after { background:#3c2922; }
.product-form__controls-group input[value="Choco"] + label:after { background:#4a352b; }

.product-form__controls-group input[value="Rosa"] + label:after { background:#ff6fa5; }
.product-form__controls-group input[value="Magenta"] + label:after { background:#ce1b57; }

.product-form__controls-group input[value="Roxo"] + label:after { background:#6a0dad; }
.product-form__controls-group input[value="Lilás"] + label:after { background:#c8a2c8; }

.product-form__controls-group input[value="Bordo"] + label:after { background:#7c0000; }
.product-form__controls-group input[value="Bordô"] + label:after { background:#7c0000; }

.product-form__controls-group input[value="Mescla"] + label:after { background:#bab9b7; }
.product-form__controls-group input[value="Royal"] + label:after { background:#3d64b1; }
/*Fim Ajustes no filtro de cores e cores de logotipo*/



/*INICIO: corrige cinza nas colunas de infos de produto e mantém preto*/
.infos-extras-produtos .accordion-content .light,
.infos-extras-produtos .accordion-content .prose,
.infos-extras-produtos .accordion-content [class*="prose"] {
  color: rgb(var(--color-foreground)) !important;
  opacity: 1 !important;
}
/*FIM: corrige cinza nas colunas de infos de produto e mantém preto*/

/*INICIO: mantém quebra de itens da lista só na segunda coluna das infs de produto (Detalhes)
mas mantém na terceira coluna (cuidados com a peça). Task Ajustes Site 2 (Notion)
*/
.conteiner .column:nth-child(2) .metafield-rich_text_field span {
  display: block;
  line-height: 2;
}
/*FIM: mantém quebra de itens da lista só na segunda coluna das infs de produto (Detalhes)
mas mantém na terceira coluna (cuidados com a peça). Task Ajustes Site 2 (Notion)
*/

/*Ajusta botaão de tamanho quando é Tamanho Único*/
#shopify-section-template--25195003576620__main .product-form__controls-group input[value="Tamanho único"] + label {
    border-radius: 0;
}

/*Ajustes títulos colunas menu - hidden */
a[href="#hidden"] {
  display: none;
}

/*Ajustes label cor */
.cor_label.product-form__group-name {
  margin-top: 1.8rem;
  display: block;
}


/*Quem somos e Contato CSS Ajustes*/
body.template-page main  #shopify-section-template--25203569623340__multicolumn_iVPQP4 .container {
	padding-right:0;
}  

body.template-page main  #shopify-section-template--25203569623340__multicolumn_iVPQP4 .container .multicolumn__wrapper {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width:989px){
    .contact__title.titAtendimento{
        margin: 2.4rem 0px 0px;
    }
}

#shopify-section-template--25195003150636__main{
    padding-bottom:0px !important;
}

/* SALE - último item do menu */
.header__nav .header__list > li:last-child > a {
    background-color: #000000;   /* cor de fundo */
    color: #EF40CB;              /* cor do texto */
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
}

/* SALE - último item menu mobile */
.seletorNovoMenuMobile > li:last-child {
    background-color: #000000;   /* cor de fundo */
}
.seletorNovoMenuMobile > li:last-child summary span {
    color: #EF40CB;              /* cor do texto */
    padding:5px;
}