#back-to-top{position:fixed;display:flex;opacity:0;align-items:center;justify-content:center;column-gap:4px;padding:0;background:var(--colors-neutrals-900);color:var(--colors-neutrals-white);bottom:20px;right:20px;width:0;height:0;font-size:0;z-index:30;border-radius:50%;cursor:pointer;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:opacity .5s cubic-bezier(.25,0,.3,1)}#back-to-top.back-to-top--active{opacity:1;width:auto;height:auto;font-size:16px;padding:10px}#back-to-top span{display:none}@media only screen and (min-width: 1024px){#back-to-top{bottom:90px;border-radius:100px;border:1px solid var(--colors-neutrals-white)}#back-to-top.back-to-top--active{padding:10px}#back-to-top span{font-weight:500;font-size:14px;text-transform:uppercase}#back-to-top:hover{padding:10px 16px}#back-to-top:hover span{display:inline}}.breadcrumbs{display:flex;column-gap:8px;padding:10px var(--section-horizontal-padding)}.breadcrumbs a,.breadcrumbs span{font-weight:500;font-size:var(--font-size-md);opacity:1;color:var(--colors-neutrals-900);min-width:max-content}.breadcrumbs span:last-child{color:var(--colors-neutrals-700)}.breadcrumbs a{color:var(--colors-neutrals-900);text-decoration-line:underline}@media only screen and (min-width: 1024px){.breadcrumbs{position:relative;z-index:2;padding:12px var(--section-horizontal-padding)}.breadcrumbs--absolute{position:absolute;z-index:2}.breadcrumbs a,.breadcrumbs span{font-size:var(--font-size-sm)}}product-form{width:100%;position:relative}.buy-button{flex:1;width:100%;gap:0}.buy-button .loading__spinner{margin-left:4px}.buy-button[disabled]{cursor:default;background:var(--colors-neutrals-300);color:var(--colors-neutrals-white-0_6)}.buy-button[disabled] [data-price]{display:none}product-form form .loading__spinner:not(.hidden)~*{visibility:hidden}.product-form--quick-add .loading__spinner{width:var(--font-size-sm)}@media only screen and (min-width: 1024px){.product-form--quick-add .loading__spinner{width:14px}}#cart-drawer form{overflow-x:hidden;overflow-y:auto}#cart-drawer .sidebar__wrapper{justify-content:start;height:auto;padding:32px 16px}.is-empty #cart-drawer .sidebar__wrapper{padding:32px 16x 0}.is-empty #cart-drawer .sidebar__additional{align-self:start;flex:1}#cart-drawer .sidebar__additional__wrapper{padding:0 16px}#cart-drawer .sidebar__additional__item{padding:0}#cart-drawer .sidebar__footer--m{padding:0 16px 16px;height:100%;flex:1;justify-content:end;flex-direction:column;order:3;position:sticky;bottom:0;background:var(--colors-neutrals-white);z-index:10}#cart-drawer .cart__items{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 20px;gap:12px}#cart-drawer .cart__items--disabled{pointer-events:none}#cart-drawer .cart__item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:2px;gap:4px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);border-radius:12px}#cart-drawer .cart__item__product{display:flex;flex-direction:row;align-items:flex-start;width:100%;gap:4px}#cart-drawer .cart__item__image,.cart__item__image--placeholder{max-width:48px;max-height:48px;width:48px;height:48px;background-color:var(--colors-neutrals-100);border:1px solid var(--colors-neutrals-white);border-radius:8px}#cart-drawer .quantity-input{padding:4px 6px;font-size:var(--font-size-md)}#cart-drawer .cart__item__info{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 0 4px;gap:8px}#cart-drawer .cart__item__text{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;padding:0;gap:12px;color:var(--colors-neutrals-900)}#cart-drawer .cart__item__title{font-weight:700;font-size:var(--font-size-md);leading-trim:both;text-edge:cap}#cart-drawer .cart__item__sku{font-weight:400;font-size:var(--font-size-sm);leading-trim:both;text-edge:cap}#cart-drawer .cart-item__totals{position:relative}#cart-drawer .cart-item__totals .loading__spinner{position:absolute;z-index:1;width:28px;display:inline-block;transform:none;left:initial}#cart-drawer .cart__item__price{font-weight:700;font-size:var(--font-size-sm);text-align:right;leading-trim:both;text-edge:cap;width:max-content;display:flex flex-direction: row;gap:4px}#cart-drawer .cart__item__price del{color:var(--colors-neutrals-300);position:relative;text-decoration:none}#cart-drawer .cart__item__price del:before{content:"";position:absolute;left:0;top:50%;right:0;border-top:2px solid;border-color:inherit;transform:skewY(7deg);transform-origin:center center}#cart-drawer .cart__item__price ins{text-decoration:none}#cart-drawer .cart__item__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;width:100%}#cart-drawer .cart__item__actions button{color:var(--colors-neutrals-900)}#cart-drawer.sidebar{flex-direction:column}#cart-drawer.sidebar form{display:flex;row-gap:32px;flex-direction:column;justify-content:space-between;height:100%}#cart-drawer .sidebar__wrapper{order:1}#cart-drawer .sidebar__footer--m{display:flex;width:100%}#cart-drawer .sidebar__footer--d{display:none;width:100%;padding:0}#cart-drawer .sidebar__footer__message{background:var(--colors-neutrals-white);border-left:3px solid var(--colors-base-gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:6px;margin:16px 0 24px;padding:12px}#cart-drawer .sidebar__footer__rows{display:flex;flex-direction:column;row-gap:12px}#cart-drawer .sidebar__footer__row,#cart-drawer free-shipping-amount{display:flex;justify-content:space-between}#cart-drawer free-shipping-amount{width:100%}#cart-drawer .sidebar__footer button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 40px;gap:10px;margin-top:24px;width:100%;background:var(--colors-neutrals-900);border-radius:100px;font-style:normal;font-weight:700;font-size:14px;text-transform:uppercase;color:var( --colors-neutrals-white)}#cart-drawer .sidebar__footer__payments{margin-top:32px;display:flex;align-items:center;justify-content:space-between;column-gap:8px}#cart-drawer .sidebar__footer__payments div{display:grid;place-items:center;border:1px solid var(--colors-neutrals-200);color:var(--colors-neutrals-900);border-radius:4px;min-height:30px;flex:1}#cart-drawer .sidebar__footer__payments div svg{height:15px}#cart-drawer .cart__item .loading__spinner{top:0;left:auto;right:auto;bottom:0;padding:0}#cart-drawer .cart__item .loading__spinner:not(.hidden)~*{visibility:hidden}@media only screen and (min-width: 768px){#cart-drawer .cart__item__price{flex-direction:row}}@media only screen and (min-width: 1024px){#cart-drawer .sidebar__footer--m{display:none}#cart-drawer .sidebar__footer--d{display:block}#cart-drawer.sidebar form{flex-direction:row}#cart-drawer .sidebar__additional__title{padding-top:30px}#cart-drawer .sidebar__additional__wrapper{margin:0 16px}#cart-drawer .sidebar__additional__item .item__info{padding:12px}#cart-drawer .sidebar__wrapper{padding-bottom:32px}#cart-drawer .cart__items{gap:16px;padding-bottom:0}#cart-drawer .cart__item{padding:4px;gap:4px}#cart-drawer .cart__item__product{gap:8px}#cart-drawer .cart__item__image,.cart__item__image--placeholder{max-width:100px;max-height:100px;width:100px;height:100px}#cart-drawer .cart__item__info{gap:16px}#cart-drawer .cart__item__text{padding:0;gap:16px}#cart-drawer .quantity-input{padding:9px 6px}#cart-drawer .cart__item .loading__spinner{right:0;bottom:auto}#cart-drawer .sidebar__footer__message{margin:16px 0 32px;padding:16px}}cart-notification{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:12px;position:fixed;z-index:50;width:max-content;height:max-content;right:var(--section-horizontal-padding);top:100px;background:var(--colors-neutrals-white);border-radius:8px}.cart-notification__info{display:flex;flex-direction:column;row-gap:8px}.cart-notification__title{font-weight:700;font-size:var(--font-size-h5);text-transform:uppercase;color:var(--colors-neutrals-900)}.cart-notification__description{font-weight:400;font-size:var(--font-size-sm);color:var(--colors-neutrals-900);opacity:.8}.cart-notification__actions{display:flex;flex-direction:row;align-items:flex-start;gap:4px}.cart-notification__footer .link-more{color:var(--colors-neutrals-900)}@media only screen and (min-width: 1024px){cart-notification{padding:20px;gap:20px;left:auto;right:40px;top:32px}}#mobile-menu__dialog{width:calc(100vw - (100vw - 100%));height:100dvh;max-width:calc(100vw - (100vw - 100%));max-height:100dvh;border:none;padding:0;flex-direction:column}#mobile-menu__dialog[open]{display:flex}.mobile-menu__container{min-width:calc(100vw - (100vw - 100%));display:flex;flex-direction:column}.mobile-menu__container .header__nav{background:var(--colors-neutrals-white);border-bottom:1px solid var(--colors-neutrals-white);box-shadow:0 0 15px #48360b0d}.mobile-menu__top{display:flex;justify-content:space-between;align-items:center;max-width:100dvw;padding:1rem}#mobile-menu__dialog .header__top__selector__title{font-weight:500;font-size:.875rem;display:flex;align-items:center}#mobile-menu__dialog .header__top__selector__title svg{margin-right:8px}.shopify-localization-form{width:max-content}.mobile-menu__tabs .mobile-menu__tabs__wrapper{position:relative;overflow-x:auto;background:var(--colors-tabs-background);border:2px solid var(--colors-tabs-background);border-radius:150px;margin:1.5rem .75rem 0;max-width:max-content;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.mobile-menu__tabs .mobile-menu__tabs__wrapper{-webkit-mask-position:right,left;mask-position:right,left;-webkit-mask-size:50%,50%;mask-size:50%,50%;-webkit-mask-image:linear-gradient(to right,#e5e6e8 0%,rgba(229,230,232,.9) 70%,rgba(229,230,232,0) 100%),linear-gradient(to left,#e5e6e8 0%,rgba(229,230,232,.9) 70%,rgba(229,230,232,0) 100%);mask-image:linear-gradient(to right,#e5e6e8,#e5e6e8e6 70%,#e5e6e800),linear-gradient(to left,#e5e6e8,#e5e6e8e6 70%,#e5e6e800)}.mobile-menu__tabs .mobile-menu__tabs__wrapper.is-full{-webkit-mask-image:none;mask-image:none}.mobile-menu__tabs .mobile-menu__tabs__wrapper.is-at-left{-webkit-mask-position:right;mask-position:right;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-image:linear-gradient(to right,#e5e6e8 0%,rgba(229,230,232,.9) 70%,rgba(229,230,232,0) 100%);mask-image:linear-gradient(to right,#e5e6e8,#e5e6e8e6 70%,#e5e6e800)}.mobile-menu__tabs .mobile-menu__tabs__wrapper.is-at-right{-webkit-mask-position:left;mask-position:left;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-image:linear-gradient(to left,#e5e6e8 0%,rgba(229,230,232,.9) 70%,rgba(229,230,232,0) 100%);mask-image:linear-gradient(to left,#e5e6e8,#e5e6e8e6 70%,#e5e6e800)}.mobile-menu__tabs fieldset{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.mobile-menu__tabs fieldset::-webkit-scrollbar{display:none}.mobile-menu__content__top{display:flex;flex-direction:column;row-gap:4px;padding:1rem}.mobile-menu__content__top__title{font-weight:700;font-size:16px;text-transform:uppercase;color:var(--colors-neutrals-900)}.mobile-menu__content__top__images{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;column-gap:16px;grid-auto-flow:dense;min-width:100%;min-height:100%}.mobile-menu__content__top a{text-decoration:none;display:block;position:relative;max-width:100%}.mobile-menu__content__top a img{width:100%;height:auto;border-radius:8px;aspect-ratio:163.5 / 110;object-fit:cover}.mobile-menu__content__top a span{position:absolute;bottom:6px;left:2px;display:grid;place-items:center;padding:2px 8px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);border-radius:8px;font-weight:700;font-size:var(--font-size-md);text-transform:uppercase;color:var(--colors-neutrals-900)}.mobile-menu__content__details{margin:0 1.125rem;border-bottom:1px solid var(--colors-neutrals-200)}.mobile-menu__content__details.collapse summary>svg,.mobile-menu__content__details.collapse[open] summary>svg{color:currentColor}.mobile-menu__content__details summary,a.mobile-menu__content__details{color:var(--colors-neutrals-900);font-weight:700;font-size:1rem;text-transform:uppercase;list-style:none;padding:1rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.mobile-menu__content__details[open]{color:var(--colors-neutrals-900)}.mobile-menu__content__details summary::-webkit-details-marker,.mobile-menu__content__details summary::marker{display:none}.mobile-menu__content__details menu{list-style:none;padding:0}.mobile-menu__content__details li{padding:.5rem 0;font-weight:500;font-size:.875rem;color:var(--colors-neutrals-900)}.mobile-menu__content__details li a{color:var(--colors-neutrals-900);text-decoration:none}.mobile-menu__content__all{margin:0 18px;padding:1rem 0}.mobile-menu__brands__gallery{display:grid;grid-template-columns:repeat(3,auto);gap:8px}.mobile-menu__brand__item{border-radius:8px;background-color:var(--colors-neutrals-100);min-height:0;min-width:0;overflow:hidden;text-align:center}.mobile-menu__brand__item img{display:inline-block;min-width:109px;max-width:calc((100vw - 8px - 8px - 8px - 12px - 16px) / 3);object-fit:contain;height:auto;max-height:18vh}.mobile-menu__content__tops{margin:0 18px 12px;display:flex;flex-direction:column;row-gap:4px;padding-top:12px;border-top:1px solid var(--colors-neutrals-200)}.mobile-menu__content__tops__title{font-weight:700;font-size:16px;text-transform:uppercase;color:var(--colors-neutrals-900)}.mobile-menu__content__tops__logos{display:flex;justify-content:stretch;align-items:center;gap:8px;align-self:stretch}.mobile-menu__content__tops__logo{background-color:var(--colors-neutrals-100);border-radius:8px;display:grid;place-items:center;width:100%}.mobile-menu__content__tops__logo img{max-width:calc((100dvw - 60px)/4)}.mobile-menu__login{padding:14px 1rem}.mobile-menu__address_and_theme{padding:18px 1rem;display:flex;justify-content:space-between;align-items:center;height:100%}.mobile-menu__address{width:max-content;display:flex;flex-direction:column;row-gap:.5rem}.mobile-menu__address span{font-weight:400;font-size:.75rem;color:var(--colors-neutrals-800);opacity:.8}.mobile-menu__address a{font-weight:600;font-size:.875rem;color:var(--colors-neutrals-900);display:flex;align-items:center;column-gap:.25rem}.mobile-menu__login__button{width:100%;border-radius:100px;border:none;display:grid;place-items:center;padding:15px 24px;isolation:isolate;min-width:120px;font-weight:700;font-size:var(--font-size-xs);text-transform:uppercase;color:var(--colors-neutrals-white);background:var(--colors-home-button)}.mobile-menu__bottom{padding:1rem;background-color:var(--colors-neutrals-100);display:grid;grid-template-columns:1fr 1fr;column-gap:.625rem}.mobile-menu__bottom__link{display:block;color:var(--colors-neutrals-900);font-weight:500;font-size:.875rem;padding:.875rem 0;text-decoration:none}@media only screen and (min-width: 440px){.mobile-menu__content__top{display:none}.mobile-menu__content__tops__logo img{max-width:calc((100dvw - 60px)/4)}.mobile-menu__tabs .mobile-menu__tabs__wrapper{margin-bottom:24px}}#MoreVariantsDrawer .sidebar__title__wrapper{width:100%}.more-variant-swatch.active{border:1px solid var(--colors-neutrals-900)}.more-variants__description{font-size:var(--font-size-md);color:var(--colors-neutrals-900);opacity:.8}.more-variants__items{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:8px;padding-left:4px;padding-bottom:16px}.more-variants__item{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:12px;max-width:130px;max-height:214px;min-width:130px;min-height:214px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);border-radius:12px;cursor:pointer}.more-variants__item img{width:object-fit: contain}.more-variants__item.active{border:1px solid var(--colors-neutrals-900)}.more-variants__item span{flex:1;font-size:var(--font-size-sm);color:var(--colors-neutrals-900);text-wrap:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%}.more-variants__item button{width:24px;height:24px;min-width:24px;min-height:24px;position:relative;border:1px solid var(--colors-neutrals-200);border-radius:100px}.more-variants__item .button__dot{display:none;position:absolute;width:12px;height:12px;left:calc(50% - 6px);top:calc(50% - 6px);background:var(--colors-neutrals-900);border-radius:100px}.more-variants__item.active .button__dot{display:block}@media only screen and (min-width: 1024px){#MoreVariantsDrawer .sidebar__title button{display:flex}.more-variants__description{font-size:var(--font-size-lg)}.more-variants__items{gap:24px}.more-variants__item{min-width:152px;min-height:239px;max-width:152px;max-height:239px}}.pagination{display:flex;justify-content:center;column-gap:1rem}.pagination a,.pagination__next{text-decoration:none}.pagination__current{text-decoration:underline;text-underline-offset:4px}product-card{position:relative}.product-card{display:flex;flex-direction:column;position:relative;text-decoration:none}.product-card.product-card--search{width:220px;min-width:220px;max-width:220px;margin-right:16px}.product-card.product-card--line,.product-card.product-card--grid{width:100%;min-width:auto;max-width:100%;height:max-content;min-height:max-content;max-height:max-content}.product-card.product-card--line{scroll-snap-align:center;scroll-snap-stop:always;overscroll-behavior:auto;width:275px}.product-card.product-card--gallery{width:100%;min-width:auto;max-width:100%}.product-card__image{background:var(--colors-neutrals-100);border-radius:.5rem;display:grid;place-items:center;position:relative}.product-card__image img{max-height:100%}.product-card__image__top{position:absolute;top:0;display:flex;justify-content:space-between;width:100%;padding:6px}.product-card__badge{border-radius:4px;padding:4px;font-weight:700;font-size:var(--font-size-xs);text-transform:uppercase;color:var(--colors-neutrals-white)}.product-card__badge--sale{background-color:var(--colors-base-red)}.product-card__badge--new{background-color:var(--colors-base-green)}.product-card__favorite{right:6px;margin:0;padding:0;background:transparent;border:none;opacity:.4;color:var(--colors-neutrals-900);cursor:pointer}.product-card__favorite:hover{opacity:1}.product-card.product-card--line .product-card__image,.product-card.product-card--grid .product-card__image{aspect-ratio:422 / 400;width:100%;min-width:100%;max-width:100%;height:auto;min-height:auto;max-height:max-content}.product-card.product-card--gallery .product-card__image{aspect-ratio:570.6666870117188 / 400;width:100%;min-width:100%;max-width:100%;height:auto;min-height:auto;max-height:max-content}.product-card.product-card--search .product-card__image{width:220px;min-width:220px;max-width:220px;height:200px;min-height:200px;max-height:200px}.product-card__image img.product-card__image__featured{padding:12px;object-fit:scale-down}.product-card__image img.product-card__image__interior{transition:opacity .5s ease-in-out;border-radius:.5rem;object-fit:cover}.product-card__image img{width:100%;position:absolute;top:0;left:0;transition:.4s}.product-card__image .product-card__image__featured,.product-card__image .product-card__image__interior{opacity:0}.product-card__image .product-card__image__featured.active{opacity:1}.product-card__image:has(.product-card__image__interior):hover .product-card__image__featured,.product-card__image--hover:has(.product-card__image__interior):hover .product-card__image__featured{opacity:0}.product-card__image:has(.product-card__image__interior):hover .product-card__image__interior,.product-card__image--hover:has(.product-card__image__interior) .product-card__image__interior{opacity:1}.product-card .swatch-slider{display:none;width:99%;min-width:99%;position:relative;background:var(--colors-neutrals-100)}.ts-options__inner{overflow-x:auto;scroll-snap-type:x mandatory;display:flex;scrollbar-width:none;width:100%;align-items:center}.ts-options__inner img{padding:4px}.ts-options__inner_center{justify-content:center}.ts-option{scroll-snap-align:center;scroll-snap-stop:always}.ts-option.active{opacity:.3}.swatches-nav__btn{position:absolute;top:50%;transform:translateY(-50%);width:24px;height:24px;cursor:pointer}.swatches-nav__btn.swatches-nav__prev{left:0}.swatches-nav__btn.swatches-nav__next{right:0}.ts-option[data-available=false]{opacity:.25;position:relative}.ts-option[data-available=false]:before{content:"";position:absolute;width:calc(100% - 8px);height:100%;top:0;left:8px;right:0;bottom:0;z-index:5;background:linear-gradient(to top right,transparent 49.5%,var(--colors-neutrals-800) 49.5%,var(--colors-neutrals-800) 50.5%,transparent 50.5%);background-size:80%;background-repeat:no-repeat;background-position:center}.product-card.has-swatches{padding-bottom:0}.ts-option img{object-fit:cover;pointer-events:none}.product-card.has-swatches .product-card__image.thb-hover .product-card__image__featured.active{opacity:1}.product-card.has-swatches .product-card__image.thb-hover .product-card__image__featured{opacity:0}.product-card.product-card--line .product-card__image img,.product-card.product-card--grid .product-card__image img{aspect-ratio:422 / 400;width:100%;min-width:100%;max-width:100%;height:auto;min-height:auto;max-height:max-content}.product-card.product-card--gallery .product-card__image img{aspect-ratio:570.6666870117188 / 400;width:calc(100dvw - 32px);min-width:100%;max-width:100%;height:auto;min-height:auto;max-height:max-content}product-card__info__wrapper{position:relative}.product-card__info{padding:12px 12px 8px;display:flex;flex-direction:column;row-gap:6px;width:100%;background:var(--colors-neutrals-white)}.product-card__info__name{font-weight:500;font-size:var(--font-size-md);text-decoration:none}.product-card__info__designer{font-weight:400;font-size:var(--font-size-sm);color:var(--colors-neutrals-800)}.product-card__info__delivery{font-weight:400;font-size:9px;color:var(--colors-neutrals-800)}.product-card__info__delivery__item:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:4px}.product-card__info__delivery__item--stock:before{background-color:green}.product-card__info__delivery__item--soon:before{background-color:orange}.product-card__info__delivery__item--out:before{background-color:gray}.product-card__info__price-and-color{display:flex;flex-direction:column;justify-content:space-between;align-items:start;row-gap:4px;width:100%;overflow-x:hidden}.product-card__info__price{font-weight:500;font-size:var(--font-size-md);color:var(--colors-neutrals-900)}.product-card__info__price del{color:var(--colors-neutrals-300);position:relative;text-decoration:none}.product-card__info__price del:before{content:"";position:absolute;left:0;top:50%;right:0;border-top:2px solid;border-color:inherit;transform:skewY(7deg);transform-origin:center center}.product-card__info__price ins{text-decoration:none}.product-card__variants{display:flex;column-gap:.25rem}.product-card__variant--color{position:relative;width:16px;height:16px;border-radius:4px;cursor:pointer;border:none;color:var(--colors-neutrals-white);display:flex;align-items:center;justify-content:center}.product-card__variant--color:after{content:"";opacity:0;position:absolute;left:50%;top:45%;width:5.44px;height:9.6px;border:solid var(--colors-neutrals-white);border-width:0 .1rem .1rem 0;transform:translate(-50%,-55%) rotate(45deg);transition:opacity .15s ease-in-out}.product-card__variant--more{color:var(--colors-neutrals-500);font-size:var(--font-size-sm)}.product-card__variant--active:after{opacity:1}product-card product-form{display:none;padding:15.5px 0}@media (pointer: fine){.product-card:hover{z-index:2;box-shadow:0 100px 80px #5c3b1d12,0 64.8148px 46.8519px #5c3b1d0e,0 38.5185px 25.4815px #5c3b1d0b,0 20px 13px #5c3b1d09,0 8.14815px 6.51852px #5c3b1d07,0 1.85185px 3.14815px #5c3b1d04;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top-left-radius:8px;border-top-right-radius:8px}.products-listing .product-card:hover{width:100%;min-width:max-content;max-width:100%}.product-card.product-card--line{transition:transform .5s ease-in-out;transform:translateY(0)}.product-card.product-card--line:hover{transform:translateY(-20px)}.product-card:hover .product-card__image{border-radius:0}.product-card:hover .product-card__image img.product-card__image__interior{border-bottom-right-radius:0;border-bottom-left-radius:0}.product-card:hover .product-card__info{position:absolute;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.product-card:hover .product-card__info__delivery{display:block}.product-card:hover product-form{display:block}}@media only screen and (min-width: 1024px){.product-card__variants{display:none}.products-listing .product-card{transition:transform .5s ease-in-out;transform:translateY(0)}.products-listing .product-card:hover{transform:translateY(-50px)}.product-card:hover .swatch-slider{display:block;width:100%;min-width:100%;max-width:max-content;height:auto;min-height:auto;max-height:max-content;align-self:center;max-width:200px}.product-card.product-card--line{width:22vw}.product-card.product-card--search{width:273px;min-width:273px;max-width:273px;margin-right:1.5rem}.product-card.product-card--search .product-card__image{width:100%;min-width:auto;max-width:100%;height:250px;min-height:273px;max-height:273px}.product-card.product-card--gallery .product-card__image img{width:100%}.product-card__info{padding:20px 20px 12px}.product-card__info__name{text-wrap:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:var(--font-size-lg)}.product-card__info__designer{font-size:var(--font-size-md)}.product-card__info__delivery{font-size:var(--font-size-sm)}.product-card__info__price{font-size:var(--font-size-lg)}.product-card__info__price-and-color{flex-direction:row;align-items:center}}@media only screen and (min-width: 1920px){.products-listing .product-card:hover{transform:translateY(-100px)}.product-card.product-card--line:hover{transform:translateY(-46px)}.ts-options__inner img{aspect-ratio:84 / 80;min-width:84px;max-width:84px}}@media only screen and (min-width: 3840px){.product-card.product-card--line:hover{transform:translateY(-60px)}.product-card.product-card--search{width:512px;min-width:512px;max-width:512px}.swatches-nav__btn{width:48px;height:48px}.swatches-nav__btn svg{width:48px;height:48px}.ts-options__inner img{aspect-ratio:168 / 160;min-width:168px;max-width:168px}.product-card__image img.product-card__image__featured{padding:22px}.product-card__image__top{padding:20px}.product-card__badge{border-radius:12px;padding:7px 16px}}.product__slider__slide{width:100%;min-width:100%;height:auto;scroll-snap-align:center;scroll-snap-stop:always;object-fit:contain;position:relative;display:grid;place-content:center}.product__slider__slide img{width:100%;min-width:100%;max-height:46dvh;min-height:auto;object-fit:contain}.product__slider__button{position:absolute;left:50%;transform:translate(-50%);top:calc(50% - 30px);display:grid;place-items:center;padding:25px 40px;color:#fff;background:#0f1219;border-radius:100px;font-weight:700;font-size:var(--font-size-sm);text-transform:uppercase}@media only screen and (min-width: 1024px){.product__slider__slide{display:flex}.product__slider__slide img{max-height:72dvh}}.product__slider{position:relative;padding-bottom:20px}.product__slider__slides{min-width:calc(100vw - (100vw - 100%));max-width:calc(100vw - (100vw - 100%));display:flex;white-space:nowrap;overflow-y:hidden;scroll-snap-type:x mandatory;padding-top:30px;padding-bottom:41px}.product__slider__slides::-webkit-scrollbar{display:none}.product__slider__dot{width:7px;height:7px;min-width:7px;min-height:7px;background:var(--colors-beige);opacity:.4;border-radius:50%;transition:all .3s cubic-bezier(.25,0,.3,1);cursor:pointer}.product__slider__dot--active{background:var(--colors-neutrals-900);width:10px;height:10px;min-width:10px;min-height:10px;opacity:1}.product__slider__prev,.product__slider__next{color:var(--colors-neutrals-900);position:absolute;cursor:pointer;background:none;border:none;padding:0;margin:0;z-index:48;bottom:50%;transform:translateY(-50%)}.product__slider__prev{left:var(--section-horizontal-padding)}.product__slider__next{right:var(--section-horizontal-padding)}.product__slider__dots{position:absolute;display:flex;align-items:center;justify-content:center;column-gap:8px;width:100%;bottom:0}.product__slider__zoom{display:none}.pswp__model-container,.pswp__video-container,.pswp__external-video-container{display:grid;place-items:center;position:relative;width:100%;height:100%}.pswp__model-container model-viewer,.pswp__video-container video,.pswp__external-video-container iframe{width:100%;height:100%;max-width:70dvw;pointer-events:auto}.pswp__model-container model-viewer{width:100%;height:100%;--progress-bar-height: 2px;--progress-bar-color: currentColor;transform:translateZ(0);z-index:1;background-color:unset}@media only screen and (min-width: 1024px){.product__slider{padding-bottom:36px;max-height:800px}.product__slider__slides{max-width:100%;min-width:100%;padding-top:0;padding-bottom:51px;max-height:760px;border-radius:0}.product__slider__prev,.product__slider__next{font-size:32px;line-height:1rem}.product__slider__prev{left:var(--section-horizontal-padding)}.product__slider__next{right:var(--section-horizontal-padding)}.product__slider__dots{bottom:20px;height:max-content}.product__slider__zoom{display:flex;width:24px;height:24px;position:absolute;right:30px;bottom:30px;color:var(--colors-neutrals-900)}.pswp__model-container model-viewer,.pswp__video-container video,.pswp__external-video-container iframe{max-width:80dvw}}.variant-swatches{display:flex;justify-content:start;align-items:center;column-gap:8px}.variant-swatch,.more-variant-swatch{width:48px;height:48px;text-decoration:none;background:var(--colors-neutrals-100);border-radius:4px}.variant-swatch.active{border:1px solid var(--colors-neutrals-900)}.variant-swatch img{max-width:100%;height:48px;max-height:100%;padding:4px;object-fit:contain}.more-variant-swatch{display:grid;place-items:center;font-size:var(--font-size-md);color:var(--colors-neutrals-900)}@media only screen and (min-width: 1024px){.variant-swatch,.more-variant-swatch{width:64px;height:64px}.variant-swatch img{padding:6px;height:auto}}.products-listing-actions{display:flex;align-items:center;justify-content:space-between;padding:2rem 1rem 0}.products-listing-actions__buttons{display:flex;column-gap:.75rem}#filters-form .custom__select__dropdown{width:max-content;background:var(--colors-neutrals-white);border-radius:4px}#filters-form .custom__select__dropdown option{display:flex;flex-direction:row;align-items:center;padding:8px;gap:10px;border-radius:4px}#filters-form .custom__select__dropdown option:hover{background:var(--colors-neutrals-100)}@media only screen and (min-width: 1024px){.products-listing-actions{padding:0 5rem}.filters__row{flex:1;column-gap:12px}.filters__row .custom__select{width:auto}}.products{padding:16px var(--section-horizontal-padding, 16px) 2.25rem;width:100%;overflow:visible}.products__grid{display:grid;grid-template-columns:50% 50%;column-gap:8px;row-gap:24px}.products__grid__promo{position:relative;text-decoration:none;aspect-ratio:422 / 504;width:100%;min-width:100%;max-width:100%;height:100%;min-height:100%;max-height:max-content}.products__gallery .products__grid__promo{aspect-ratio:570.6666870117188 / 500}.products__grid__promo img{aspect-ratio:422 / 504;width:100%;min-width:auto;max-width:100%;height:100%;border-radius:.5rem;object-fit:cover}.products__gallery .products__grid__promo img{aspect-ratio:570.6666870117188 / 500}.products__grid__promo span{display:grid;place-items:center;padding:8px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);border-radius:8px;text-transform:uppercase;position:absolute;bottom:2px;left:2px}.products__gallery{display:grid;grid-template-columns:100%;row-gap:16px}@media only screen and (min-width: 1024px){.products{padding:16px var(--section-horizontal-padding, 80px) 48px}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:24px;row-gap:48px}.products__grid__promo span{padding:4px 20px;border-radius:12px;bottom:14px;left:16px}.products__gallery{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:24px;row-gap:44px}}.range-slider-container{position:relative;width:184px;height:44px;margin-top:30px;margin-left:12px;margin-right:12px}.slider-track,.range-fill{position:absolute;width:100%;height:6px;top:50%;transform:translateY(-50%);border-radius:3px}.slider-track{background-color:var(--colors-neutrals-200);z-index:1}.range-fill{background-color:var(--colors-neutrals-900);z-index:2;left:0;width:100%}.range-slider-container input[type=range]{position:absolute;width:100%;height:6px;top:50%;transform:translateY(-50%);-webkit-appearance:none;appearance:none;background:transparent;pointer-events:none;z-index:3}.range-slider-container input[type=range]::-webkit-slider-runnable-track{background:transparent}.range-slider-container input[type=range]::-moz-range-track{background:transparent}.range-slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:var(--colors-neutrals-900);border:2px solid var(--colors-neutrals-900);border-radius:50%;cursor:grab;pointer-events:all;z-index:4;transition:background .2s,box-shadow .2s}.range-slider-container input[type=range]::-moz-range-thumb{width:16px;height:16px;background:var(--colors-neutrals-900);border:2px solid var(--colors-neutrals-900);border-radius:50%;cursor:grab;pointer-events:all;z-index:4}.range-slider-container input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 0 5px var(--colors-neutrals-white-0_4)}.slider-values{position:absolute;top:-6px;width:100%;display:flex;justify-content:space-between;font-family:sans-serif;font-size:14px;color:var(--colors-neutrals-900)}.recently-viewed{display:block;padding:var(--section-vertical-padding) var(--section-horizontal-padding)}.recently-viewed__title{font-style:normal;font-weight:700;font-size:var(--font-size-h2);text-transform:uppercase}.recently-viewed__items{width:100%;display:flex;flex-wrap:nowrap;white-space:nowrap;column-gap:24px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-top:24px;padding-bottom:20px}@media only screen and (min-width: 1024px){.recently-viewed__items{padding-top:50px;padding-bottom:80px}}.marketing{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:var(--section-vertical-padding) var(--section-horizontal-padding);column-gap:1rem}.marketing__text{display:flex;flex-direction:column;max-width:100%;position:relative;color:var(--colors-neutrals-900)}.marketing__text__title{font-weight:700;font-size:var(--font-size-h2);text-transform:uppercase}.marketing__text__content{margin-top:60px;position:relative;overflow:hidden;max-height:263px}.marketing__text--opened .marketing__text__content{max-height:max-content;transition:max-height .4s ease}.marketing__text__content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to bottom,var(--colors-neutrals-white-0_2) 0%,var(--colors-neutrals-white) 100%)}.marketing__text--opened .marketing__text__content:after{display:none}.marketing__text__more{z-index:2;position:absolute;bottom:0}.marketing__text--opened .marketing__text__more{display:none}.marketing__text__more{color:var(--colors-neutrals-900)}.marketing__carousel{width:100%;height:100%;display:flex;overflow-y:hidden;column-gap:24px;margin-top:24px}.marketing__carousel__item{position:relative;margin-right:.8125rem;background-color:var(--colors-neutrals-white);width:277px;height:194px;min-width:max-content}.marketing__carousel__item__name{position:absolute;left:1rem;bottom:14px;font-weight:700;font-size:1rem;text-transform:uppercase;border-radius:12px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);display:flex;flex-direction:row;align-items:center;padding:4px 20px;gap:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:2}.marketing__carousel__item img{object-fit:contain;width:100%;border-radius:.3125rem;max-height:194px}.marketing__carousel product-card{width:100%;min-width:275px}@media (min-width: 992px){.marketing{flex-direction:row;padding:var(--section-vertical-padding) 0px var(--section-vertical-padding) var(--section-horizontal-padding);column-gap:24px}.marketing__text{max-width:30%;margin:0 109px 0 0}.marketing__text.marketing__text--opened{padding-bottom:100px}.marketing__carousel{margin-top:0}.marketing__carousel__item{width:35.625rem;height:max-content;min-width:max-content}.marketing__carousel__item__name{padding:.5rem 1.25rem}.marketing__carousel__item img{object-fit:cover;width:100%;border-radius:.3125rem;max-height:max-content}.marketing__carousel product-card{min-width:422px}}.service-standards{padding:var(--section-vertical-padding, 48px) 0 0;background-color:var(--colors-neutrals-white)}.service-standards__layout{display:grid;grid-template-columns:1fr;grid-template-areas:"header" "image" "cards";gap:2rem;align-items:start}.service-standards__header{grid-area:header;display:flex;flex-direction:column;gap:16px;padding:0 var(--section-horizontal-padding)}.service-standards__header__title{font-weight:700;font-size:var(--font-size-h2);text-transform:uppercase;color:var(--colors-neutrals-900)}.service-standards__header>span:nth-of-type(2){font-weight:400;font-size:.875rem;line-height:1.5;color:var(--colors-neutrals-900);opacity:.8}.service-standards__header>span>br{display:none}.service-standards__header__description{display:block;font-size:var(--font-size-lg);margin-bottom:24px}.service-standards .link-more{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem;color:var(--colors-neutrals-900);text-decoration:none;border-bottom:1px solid var(--colors-neutrals-900);padding-bottom:2px;width:fit-content;transition:opacity .2s ease}.service-standards .link-more:hover{opacity:.7}.service-standards .link-more .arrow{font-size:1.25rem;transition:transform .2s ease}.service-standards .link-more:hover .arrow{transform:translate(4px)}.service-standards__image{grid-area:image;margin-bottom:-84px;overflow:hidden}.service-standards__image>img{width:100%;height:auto;object-fit:cover;display:block;aspect-ratio:375 / 220}.service-standards__cards{grid-area:cards;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 var(--section-horizontal-padding);margin-bottom:48px;position:relative}.service-standards-card{background:var(--colors-neutrals-white-0_8);border:1px solid var(--colors-neutrals-white-0_4);border-radius:4px;padding:12px 12px 16px;display:flex;flex-direction:column;gap:12px;align-items:center;transition:transform .2s ease,box-shadow .2s ease;text-align:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.service-standards-card__icon{width:48px;height:48px;border-radius:8px;background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white);display:grid;place-items:center;color:var(--colors-neutrals-900)}.service-standards-card__icon svg{width:48px;height:48px}.service-standards-card__info{display:flex;flex-direction:column;gap:.5rem}.service-standards-card__title{font-weight:600;font-size:var(--font-size-h4);color:var(--colors-neutrals-900)}.service-standards-card__description{font-weight:400;font-size:var(--font-size-md);color:var(--colors-neutrals-800);line-height:15px}@media only screen and (min-width: 1024px){.service-standards{padding:var(--section-vertical-padding) var(--section-horizontal-padding)}.service-standards__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);grid-template-areas:"image header" "cards cards";gap:0;align-items:stretch}.service-standards__image{margin:0}.service-standards__image>img{width:100%;object-fit:cover;aspect-ratio:719 / 460}.service-standards__header{justify-content:center}.service-standards__cards{margin:0;padding:24px 0 0;grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width: 1920px){.service-standards__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);grid-template-areas:"image header" "image cards";gap:0;align-items:stretch}.service-standards__header{padding-inline:0;justify-content:space-between;flex-direction:row;align-self:center;column-gap:24px;padding:0 0 0 24px}.service-standards__header__title{max-width:22vw;min-width:22vw}.service-standards__header-info{flex:1;max-width:100%;display:flex;flex-direction:column;justify-content:space-between}.service-standards__cards{right:calc(var(--section-horizontal-padding) + var(--section-horizontal-padding));gap:10px;border-radius:8px;margin:0;align-self:end;grid-template-columns:repeat(4,1fr);padding:0 0 64px}.service-standards-card{width:100%;height:auto;padding:16px 8px 24px;border:none;justify-content:center;aspect-ratio:273 / 181}.service-standards__header>span>br{display:initial}.service-standards-card__br{display:none}.service-standards-card__icon{width:72px;height:72px}.service-standards-card__icon svg{width:56px;height:56px}.service-standards-card__info{gap:.35rem}}@media only screen and (min-width: 3840px){.service-standards__header{padding:0 0 0 36px}.service-standards__header{column-gap:36px}}.shop-scene{position:absolute;top:70px;right:14px;z-index:2;display:flex;flex-direction:column-reverse;justify-content:start;align-items:start;cursor:pointer}.shop-scene__plus{color:var(--colors-neutrals-white);font-size:16px;line-height:.5rem;font-weight:700;border-radius:100px;border:2px solid var(--colors-neutrals-white);transition:box-shadow .2s ease-in-out;box-shadow:0 0 0 20px var(--colors-neutrals-white-0_2),0 0 0 40px var(--colors-neutrals-white-0_05);display:grid;place-items:center;margin-left:6px;width:18px;height:18px}.shop-scene__block{background:var(--colors-neutrals-white-0_6);border:1px solid var(--colors-neutrals-white-0_4);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1px 1px 1px 8px;gap:12px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:8px}.shop-scene .shop-scene__title{display:block;text-decoration:none;color:var(--colors-neutrals-900);border:none;background:none;text-align:left;cursor:pointer;padding:0;max-width:38px;font-weight:500;font-size:var(--font-size-sm)}.shop-scene__products{position:relative;height:max-content;display:flex;column-gap:2px}.shop-scene__products img{display:flex;border-radius:.5rem;background:var(--colors-neutrals-100);border:1px solid var(--colors-neutrals-white);width:32px;min-width:32px;height:32px;min-height:32px}@media only screen and (min-width: 1024px){.shop-scene{z-index:2;right:auto;justify-content:center;align-items:center;flex-direction:row;width:max-content}.shop-scene .shop-scene__title{max-width:38px}.shop-scene__plus{width:25px;height:25px;font-size:12px;line-height:8px;padding:6px}.shop-scene__block{justify-content:flex-end;padding:4px 4px 4px 16px;gap:16px;width:auto;border-radius:12px}.shop-scene__products{column-gap:2px}.shop-scene__products img{width:32px;min-width:32px;height:32px;min-height:32px}}@media only screen and (min-width: 1920px){.shop-scene .shop-scene__title{max-width:44px}.shop-scene__plus{width:33px;height:33px;font-size:1rem;line-height:.5rem;padding:10px}.shop-scene__block{padding:4px 4px 4px 16px;gap:16px}.shop-scene__products{column-gap:4px}.shop-scene__products img{width:60px;min-width:60px;height:60px;min-height:60px}}@media only screen and (min-width: 3840px){.shop-scene .shop-scene__title{max-width:56px}.shop-scene__block{padding:12px 12px 12px 24px;gap:16px}.shop-scene__products{column-gap:12px}.shop-scene__products img{width:80px;min-width:80px;height:80px;min-height:80px;border-radius:12px}}.swatch-input__input+.swatch-input__label{--swatch-input--border-radius: 50%;display:inline-block;max-width:100%;border-radius:var(--swatch-input--border-radius);cursor:pointer;outline-offset:.2rem;outline-color:transparent;outline-style:solid;transition-property:outline-color,outline-width,box-shadow;transition-duration:var(--duration-short);transition-timing-function:ease;forced-color-adjust:none}.swatch-input__input+.swatch-input__label.swatch-input__label--square{--swatch-input--border-radius: .2rem}.swatch-input__input:active+.swatch-input__label,.swatch-input__input:checked+.swatch-input__label{outline:.1rem solid rgb(var(--color-foreground))}.swatch-input__input+.swatch-input__label:hover,.swatch-input__input:hover+.swatch-input__label{outline:.2rem solid rgba(var(--color-foreground),.4)}.swatch-input__input:focus-visible+.swatch-input__label{outline:.2rem solid rgba(var(--color-foreground),.5);box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 .1rem .5rem rgba(var(--color-foreground),.25)}.swatch-input__input:active:focus-visible+.swatch-input__label,.swatch-input__input:checked:focus-visible+.swatch-input__label{outline:.1rem solid rgb(var(--color-foreground));box-shadow:0 0 0 .2rem rgb(var(--color-background)),0 0 .1rem .4rem rgba(var(--color-foreground),.25)}.swatch-input__input.visually-disabled:not(:active):not(:checked)+.swatch-input__label{transition:none}.swatch-input__input.visually-disabled:not(:active):not(:checked)+.swatch-input__label:hover{outline:none}.swatch-input__input:disabled+.swatch-input__label{pointer-events:none}.swatch-input__input:disabled+.swatch-input__label>.swatch,.swatch-input__input.visually-disabled+.swatch-input__label>.swatch{position:relative;overflow:hidden}.swatch-input__input:disabled+.swatch-input__label>.swatch,.swatch-input__input.visually-disabled+.swatch-input__label>.swatch{opacity:.4}.swatch-input__input:disabled+.swatch-input__label>.swatch:after,.swatch-input__input.visually-disabled+.swatch-input__label>.swatch:after{--diagonal--size: calc(var(--swatch-input--size) * 1.414);--crossed-line--size: .1rem;content:"";position:absolute;bottom:calc(var(--crossed-line--size) * -.5);left:0;width:var(--diagonal--size);height:var(--crossed-line--size);background-color:rgb(var(--color-foreground));transform:rotate(-45deg);transform-origin:left}.swatch{--swatch--size: var(--swatch-input--size, 4.4rem);--swatch--border-radius: var(--swatch-input--border-radius, 50%);display:block;width:var(--swatch--size);max-width:100%;aspect-ratio:1 / 1;background:var(--swatch--background);background-position:var(--swatch-focal-point, initial);background-size:cover;background-origin:border-box;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:var(--swatch--border-radius)}.swatch--square{--swatch--border-radius: var(--swatch-input--border-radius, .2rem)}.swatch--unavailable{border-style:dashed;border-color:rgba(var(--color-foreground),.5)}fieldset.tabs{display:flex;justify-content:space-between;column-gap:2px;padding:0;border:2px solid var(--colors-tabs-background);border-radius:100px;width:max-content;height:max-content;background:var(--colors-tabs-background)}fieldset.tabs input{display:none}fieldset.tabs label{display:block;padding:4.5px 16px;cursor:pointer;border-radius:150px;color:var(--colors-tabs-color) font-weight: 500;font-size:var(--font-size-md);letter-spacing:.05em;background:transparent}fieldset.tabs .tab:has(input:checked) label{color:var(--colors-neutrals-900);background:var(--colors-neutrals-white)}@media only screen and (min-width: 1024px){fieldset.tabs{column-gap:2px;border-width:2px}fieldset.tabs label{padding:4.5px 16px}}@media only screen and (min-width: 1920px){fieldset.tabs label{padding:8px 24px}}@media only screen and (min-width: 3840px){fieldset.tabs label{font-size:20px;padding:7px 24px}}#ViewInStoreDialog{flex-direction:column}#ViewInStoreDialog .sidebar__wrapper{padding:2rem 0}#ViewInStoreDialog .sidebar__title__wrapper{display:none;width:100%;padding:0 1.5rem}#ViewInStoreDialog .sidebar__title{justify-content:space-between;padding:0 0 1.5rem}#ViewInStoreDialog .sidebar__title button{display:none}#ViewInStoreDialog .sidebar__content{display:flex;flex-direction:column;row-gap:16px;padding:16px}.view-in-store__description{font-weight:400;font-size:var(--font-size-md);color:var(--colors-neutrals-900)}.view-in-store__details{display:flex;flex-direction:column;row-gap:16px}.view-in-store__details h5{font-weight:700;text-transform:uppercase}.view-in-store__info{display:flex;flex-direction:column;row-gap:12px}.view-in-store__info p{font-size:var(--font-size-lg)}.view-in-store__details a{display:grid;place-items:center;padding:18px 24px;gap:10px;isolation:isolate;max-width:max-content;min-width:120px;color:var(--colors-neutrals-white);background:var(--colors-home-button);border-radius:100px;font-weight:700;font-size:var(--font-size-xs);text-transform:uppercase;text-decoration:none}@media only screen and (min-width: 1024px){#ViewInStoreDialog{flex-direction:row}#ViewInStoreDialog .sidebar__title__wrapper{display:block}#ViewInStoreDialog .sidebar__title button{display:flex}#ViewInStoreDialog .sidebar__content{row-gap:2rem;padding:24px 32px}.view-in-store__description{font-size:var(--font-size-lg)}.view-in-store__details{row-gap:24px}.view-in-store__info{row-gap:16px}.view-in-store__details a{font-size:var(--font-size-sm)}}
/*# sourceMappingURL=/cdn/shop/t/63/compiled_assets/styles.css.map */
