.catalogue-hero-skeleton__viewport{width:100%;aspect-ratio:16/9;height:auto;min-height:0}.catalogue-hero{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.catalogue-hero__viewport{position:relative;border-radius:var(--corner-radius-rounded-large,36px);width:100%;aspect-ratio:16/9;height:auto;min-height:0;overflow:hidden}@media (min-width:1025px){.catalogue-hero-skeleton__viewport,.catalogue-hero__viewport{aspect-ratio:auto;height:400px}}.catalogue-hero__slide-pane,.catalogue-hero__track{height:100%}.catalogue-hero__slide-link{display:block;height:100%;text-decoration:none;color:inherit}.catalogue-hero__slide-link:focus-visible{outline:2px solid var(--colors-text-primary-500,#6044bf);outline-offset:4px}.catalogue-hero__slide{height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width:1024px){.catalogue-hero__slide{background-position:50%}.catalogue-hero__carousel--overlay{left:20px;bottom:16px}}.catalogue-hero__carousel{margin-top:16px}.catalogue-hero__carousel--overlay{position:absolute;left:32px;bottom:32px;z-index:2;margin-top:0}.catalogue-filters{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.catalogue-filters__search{position:relative;max-width:400px;height:48px}.catalogue-filters__select{max-width:300px;height:100%}.catalogue-filters__input{padding:16px 20px;border-radius:var(--layout-radius-radius-full,999px);border:2px solid var(--colors-layout-background-container-secondary,#bdafeb)}.catalogue-filters__search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.catalogue-filters__controls{display:flex;gap:12px;height:auto}.catalogue-filters__dropdown-btn{min-width:160px}.catalogue-filters__sort{display:flex;gap:8px}.catalogue-filters__tags{display:flex;flex-direction:column;gap:var(--units-unit-5,20px)}.catalogue-filters__selectors{display:flex;gap:20px;row-gap:10px;flex-wrap:wrap;align-items:center}.catalogue-filters__divider{margin:18px 0}.catalogue-filters__container{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.catalogue-filters__warehouse-section{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.catalogue-filters__warehouse-btn{min-width:200px;justify-content:flex-start}.catalogue-filters__warehouse-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.catalogue-filters__in-stock{display:flex;gap:12px;align-items:center;user-select:none}.catalogue-filters__in-stock--disabled{opacity:.5}.catalogue-filters__switch{flex-shrink:0}.catalogue-filters__hint{color:var(--colors-text-text-secondary);font-size:12px;margin-top:-8px}.catalogue-filters__tag{position:relative;padding:8px 16px;border-radius:20px;transition:all .2s}.catalogue-filters__tag--active{background:#15122b;color:white}.catalogue-filters__tag-dot{position:absolute;top:4px;right:4px;width:6px;height:6px;background:#ff6b6b;border-radius:50%}.catalogue-section{display:flex;flex-direction:column;gap:24px}.catalogue__layout{display:grid;grid-template-columns:2fr 1fr;gap:24px}.catalogue__sidebar{position:sticky;top:16px;align-self:start}.filter-panel{padding:20px;border-radius:24px}.filter-panel__content{display:flex;flex-direction:column;gap:8px}.filter-panel__label{font-weight:500;color:rgba(21,18,43,.8)}.filter-panel__count{font-weight:600;font-size:18px;color:#15122b}.filter-panel__subtitle{margin-top:12px;color:rgba(21,18,43,.6)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.catalogue-grid-skeleton{margin-top:8px;padding-bottom:8px}.product-grid--skeleton{gap:20px;row-gap:24px}.catalogue-grid-skeleton__cell{min-width:0;padding:4px;box-sizing:border-box}.catalogue-grid-skeleton__card{display:block}.product-card{display:grid;grid-template-rows:auto 1fr;border-radius:24px;overflow:hidden;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,box-shadow .2s ease,opacity .15s ease,filter .2s ease;background:transparent;padding:0}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(21,18,43,.1)}.product-card--is-pressing,.product-card:active{transform:translateY(0) scale(.985);box-shadow:0 6px 24px rgba(21,18,43,.16),0 2px 8px rgba(21,18,43,.1),inset 0 2px 6px rgba(21,18,43,.06);filter:brightness(.96);transition:transform .08s ease-out,box-shadow .08s ease-out,filter .08s ease-out}@media (prefers-reduced-motion:reduce){.product-card{transition:box-shadow .2s ease,filter .2s ease}.product-card:hover{transform:none}.product-card--is-pressing,.product-card:active{transform:none;filter:brightness(.97);box-shadow:0 5px 20px rgba(21,18,43,.14),0 2px 6px rgba(21,18,43,.08),inset 0 1px 4px rgba(21,18,43,.05)}}.product-card__image-section{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;isolation:isolate;border-radius:var(--units-unit-9,36px);background:var(--colors-layout-background-container-primary,#ece7f8)}.product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:bottom;border-radius:0}.product-card__content-section{display:flex;flex-direction:column;gap:12px;padding:16px}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:12px;z-index:2}.product-card__badge{display:flex;gap:8px;padding:10px 16px;border-radius:28px;font-weight:600;font-size:14px;color:white;backdrop-filter:blur(8px)}.product-card__badge--deal{background:linear-gradient(180deg,rgba(255,107,107,.9),rgba(255,107,107,.7))}.product-card__badge--hit{background:linear-gradient(180deg,rgba(78,205,196,.9),rgba(78,205,196,.7))}.product-card__badge--new{background:linear-gradient(180deg,rgba(69,183,209,.9),rgba(69,183,209,.7))}.product-card__action{position:absolute;bottom:12px;z-index:2}.product-card__action--fav{left:12px;right:auto;width:fit-content;max-width:calc(50% - 16px)}.product-card__action--cart{position:absolute;right:12px;bottom:12px;left:auto;width:auto;max-width:min(100%,200px);z-index:2}.product-card__cart-button-wrapper,.product-card__quantity-wrapper{position:absolute;bottom:0;right:0;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:scale(1)}.product-card__cart-button-wrapper--hidden,.product-card__quantity-wrapper{opacity:0;transform:scale(.8);pointer-events:none}.product-card__quantity-wrapper--visible{opacity:1;transform:scale(1);pointer-events:auto}.product-card__action-btn{width:56px;height:56px;background:var(--colors-layout-background-modal,rgba(21,18,43,.5));color:var(--colors-text-text-primary,#fff7f9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.product-card__action-btn--cart{background:var(--colors-layout-background-container-primary,#ece7f8);color:var(--colors-base-primary-400)}.product-card__action-btn--fav{background:var(--colors-layout-background-modal,rgba(21,18,43,.5));color:var(--colors-text-text-primary,#fff7f9)}.product-card__action-btn:hover{opacity:.8;transform:scale(1.1)}.product-card__action-btn--fav:hover{background:var(--colors-layout-background-primary,#fff7f9);color:var(--colors-text-text-tretiary,#15122b);opacity:1;transform:scale(1.1)}.product-card__action-btn--cart:hover{background:var(--colors-layout-background-container-secondary,#bdafeb);color:var(--colors-base-primary-400);opacity:1;transform:scale(1.1)}.product-card__action-btn--active{background:var(--colors-layout-background-modal,rgba(21,18,43,.5));color:var(--colors-text-text-primary,#fff7f9)}.product-card__action-btn--in-cart{background:var(--colors--layout-background-container-secondary,#bdafeb)}.product-card__quantity-group{width:auto;min-width:120px}.product-card__content{padding:16px;display:flex;flex-direction:column;gap:12px}.product-card__title{margin:0;font-size:16px;font-weight:500;line-height:1.4}.product-card__price-section{display:flex;gap:var(--units-unit-2,8px)}.product-card__price{font-weight:700;font-size:28px;color:#15122b}.product-card__old-price{text-decoration:line-through;color:rgba(21,18,43,.5);font-size:14px}.product-card__out-of-stock{color:#ff6b6b;font-weight:500}.product-card__bonus-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:20px;background:rgba(21,18,43,.08);color:#15122b;align-self:flex-start}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.catalogue__layout{grid-template-columns:1fr}.catalogue__sidebar{position:static}.catalogue-filters__controls{flex-wrap:wrap;height:auto}.product-card__quantity-wrapper--visible{transform:scale(.8);right:-10px}.catalogue-filters{gap:12px}.catalogue-filters__search{max-width:100%;width:100%}.catalogue-filters__select{width:100%}.catalogue-filters__tags{gap:10px}.catalogue-filters__tag{padding:6px 12px;font-size:14px}.product-card__image-section{border-radius:var(--layout-radius-radius-24,24px)}.catalogue-filters__controls{display:grid;grid-template-columns:1fr;gap:12px;height:auto}.catalogue-filters__sort{flex-direction:column;width:100%}.catalogue-filters__category-item,.catalogue-filters__sort-item{width:100%}.catalogue-filters__search,.catalogue-filters__select{width:100%;max-width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.product-card{overflow:visible}.product-card:hover{transform:none;box-shadow:none}.product-card--is-pressing,.product-card:active{transform:scale(.98);opacity:.94;filter:brightness(.95);box-shadow:0 6px 22px rgba(21,18,43,.15),0 2px 8px rgba(21,18,43,.1),inset 0 2px 6px rgba(21,18,43,.07);transition:transform .08s ease-out,box-shadow .08s ease-out,opacity .08s ease-out,filter .08s ease-out}}@media (max-width:1024px){@media (prefers-reduced-motion:reduce){.product-card--is-pressing,.product-card:active{transform:none;opacity:1;filter:brightness(.96);box-shadow:0 5px 18px rgba(21,18,43,.13),0 2px 6px rgba(21,18,43,.08),inset 0 1px 4px rgba(21,18,43,.05);transition:box-shadow .08s ease-out,filter .08s ease-out}}.product-card__content-section{padding:12px;gap:8px}.product-card__badges{top:8px;left:8px;right:8px;gap:8px;flex-wrap:wrap;max-width:calc(100% - 16px)}.product-card__badge{padding:4px 10px;border-radius:20px;font-size:12px;line-height:1.2;align-items:center}.product-card__action-btn{width:44px;height:44px}.product-card__action--cart{right:8px;bottom:8px}.product-card__action--fav{left:8px;right:auto;bottom:8px;width:fit-content;max-width:calc(50% - 12px)}.product-card__price{font-size:22px}.product-card__bonus-pill{padding:4px 8px;border-radius:var(--corner-radius-rounded-full,9999px);background:var(--colors-layout-background-container-accent-blue,#d4e7f7)}.product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price-section{flex-direction:row;align-items:baseline;gap:8px}.product-card__price-section:has(.product-card__old-price) .product-card__price{color:#e34b5b}.product-card__badge{backdrop-filter:none}.product-card__badge--deal{background:#ffe6ea;color:#e34b5b}.product-card__badge--hit{background:#e9fbf7;color:#1b8e7f}.product-card__badge--new{background:#e8f4ff;color:#1f5fbf}.product-card__action-btn:hover{transform:none;opacity:1}.product-card__action-btn--cart{background:var(--colors-layout-background-container-primary,#ece7f8);color:var(--colors-base-primary-400)}.product-card__action-btn--cart:hover{background:var(--colors-layout-background-container-secondary,#bdafeb);color:var(--colors-base-primary-400)}.product-card__action-btn--fav{background:var(--colors-layout-background-modal,rgba(21,18,43,.5));color:var(--colors-text-text-primary,#fff7f9)}.product-card__action-btn--in-cart{background:var(--colors--layout-background-container-secondary,#bdafeb)}}@media (max-width:420px){.product-grid{grid-template-columns:repeat(2,1fr)}}.product-page-skeleton__gallery{min-height:360px;aspect-ratio:1;max-height:min(90vw,560px);border-radius:var(--corner-radius-rounded-large,36px);overflow:hidden}.product-page-skeleton__toast{width:100%}.product-page-skeleton__content{display:flex;flex-direction:column;gap:0}.product-page--loading .product-page-skeleton__content{min-height:120px}.product-page{display:flex;flex-direction:column;gap:var(--units-unit-15,60px)}.product-header__desktop{display:flex;flex-direction:column;gap:var(--units-unit-5,20px);color:var(--colors-text-text-tretiary,#15122b)}.product-header__mobile{display:none;align-items:center;gap:var(--units-unit-3,12px)}.product-breadcrumbs{display:flex;align-items:center;gap:8px;color:rgba(21,18,43,.6)}.product-breadcrumbs .sep{opacity:.6;color:var(--colors-base-primary-200,#a18ce6)}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:var(--units-unit-10,40px);align-items:start}.product-gallery{display:flex;flex-direction:column;min-height:0;width:100%;height:auto}.product-gallery__viewport{flex:none;width:100%;height:auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:var(--corner-radius-rounded-large,36px)}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__track{display:flex;align-items:flex-start;height:auto}.product-gallery__slide{flex:0 0 100%;box-sizing:border-box;display:flex;justify-content:center;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.product-gallery__img{display:block;width:100%;max-width:100%;height:auto;border-radius:var(--corner-radius-rounded-large,36px)}.product-gallery__dots{flex-shrink:0;justify-content:center;padding:12px 16px 16px;background:transparent}.product-info{display:flex;flex-direction:column;gap:var(--units-unit-10,40px);min-height:0;justify-content:flex-start;height:auto}.product-info:has(>.product-info__top){height:100%;justify-content:space-between}@media (min-width:1025px){.product-info__top{display:flex;flex-direction:column;gap:var(--units-unit-10,40px);min-height:0}}.product-rating__row{display:flex;align-items:center;gap:var(--units-unit-3,12px)}.product-rating__stars{align-items:center}.product-rating__stars,.product-stock{display:flex;gap:var(--units-unit-2,8px)}.product-stock{flex-direction:column}.product-stock__titles{display:flex;flex-direction:column;gap:16px}.product-stock__chips{display:flex;gap:12px;flex-wrap:wrap}.product-toast{padding:10px 14px;border-radius:10px;background:#f2f0fb;color:#15122b;width:fit-content}.product-bonus-hint{display:flex;align-items:center;gap:var(--units-unit-2,8px);width:100%;max-width:100%;min-height:28px;padding:8px 16px;box-sizing:border-box;border-radius:var(--corner-radius-rounded-full,9999px);background:var(--colors-base-primary-50,#ece7f8);color:var(--colors-base-primary,#6044bf)}.product-bonus-hint__icon{flex-shrink:0;width:20px;height:20px;color:inherit}.product-bonus-hint__text{flex:1 1 auto;min-width:0;color:inherit}.product-specs{display:flex;flex-direction:column;gap:var(--units-unit-3,12px)}.product-specs__list{display:grid;gap:6px;padding-left:18px;list-style:disc}.product-specs__link{color:#1f5fbf;display:flex;align-items:center;gap:var(--units-unit-2,8px)}.product-price-block{display:flex;flex-direction:column;gap:20px}.product-price-row{display:flex;align-items:center;gap:var(--units-unit-5,20px)}.product-actions{display:flex;align-items:stretch;gap:var(--units-unit-4,16px)}.product-actions__button{height:100%!important}.product-actions__icon-btn{width:64px;height:64px;min-width:64px;border-radius:var(--corner-radius-rounded-full,9999px);background:var(--colors-layout-background-container-primary,#ece7f8);border:none;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.product-actions__icon-btn:hover{background:var(--colors-layout-background-container-secondary,#bdafeb);transform:scale(1.05)}.product-actions__icon-btn .product-actions__icon{width:32px;height:32px;color:var(--colors-base-primary,#6044bf)}.product-actions__icon-btn.product-actions__favorite--active .product-actions__icon{color:var(--colors-pink-300);fill:var(--colors-pink-300)}.product-points{background:#e9fbf7;color:#1b8e7f}.product-content{font-family:var(--font-nunito-sans)}.product-content *,.product-content a,.product-content div,.product-content h1,.product-content h2,.product-content h3,.product-content h4,.product-content h5,.product-content h6,.product-content li,.product-content p,.product-content span,.product-content ul{font-family:var(--font-nunito-sans)!important}.product-content a{color:var(--colors-text-primary-500,#6044bf);text-decoration:underline;text-underline-offset:2px;cursor:pointer}.product-content a:hover{opacity:.88}.product-details-tabs{display:flex;flex-direction:column;gap:20px}.product-details-tabs__tabs,.product-details-tabs__tabs .custom-tabs__base,.product-details-tabs__tabs .custom-tabs__tab-list{width:fit-content;max-width:100%}.product-details-tabs__tabs .custom-tabs__tab-list{position:relative;box-sizing:border-box;padding:8px;gap:8px;border-radius:var(--corner-radius-rounded-full,9999px);background:var(--colors-layout-background-container-primary,#ece7f8)}.product-details-tabs__tabs .custom-tabs__tab-cursor{z-index:0;border-radius:var(--corner-radius-rounded-medium,24px);background:var(--colors-layout-background-primary,#fff7f9)!important;box-shadow:0 1px 1px rgba(0,0,0,.05)}.product-details-tabs__tabs .custom-tabs__tab{position:relative;z-index:1;width:auto;flex:0 0 auto;height:auto;min-height:0;padding:12px 24px;border-radius:var(--corner-radius-rounded-medium,24px);background:transparent!important;box-shadow:none!important}.product-details-tabs__tabs .custom-tabs__tab[data-hover-unselected=true]{opacity:1}.product-details-tabs__tabs .custom-tabs__tab-content{position:relative;z-index:1;font-family:var(--font-ua-brand);font-size:18px;line-height:24px;font-weight:400}.product-details-tabs__tabs .custom-tabs__tab-content,.product-details-tabs__tabs .custom-tabs__tab[data-selected=true] .custom-tabs__tab-content{color:var(--colors-text-text-tretiary,#15122b)!important}.product-details-tabs__content{display:flex;flex-direction:column}.product-details-tabs__empty{color:var(--colors-layout-overlay,rgba(49,42,97,.6))}.product-reviews{display:flex;flex-direction:column;gap:20px}.product-reviews__summary{display:flex;align-items:center;gap:12px}.product-reviews__count{color:var(--colors-layout-overlay,rgba(49,42,97,.7))}.product-reviews__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-review-card{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:36px;background:var(--colors-layout-background-primary,#fff7f9);border:2px solid var(--colors-base-primary-50,#ece7f8)}.product-review-card__stars{display:flex;align-items:center}.product-review-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.product-review-card__date{color:var(--colors-base-primary-200,#a18ce6);font-weight:600}.product-review-card__stars .product-rating__stars{gap:8px}.product-review-card__stars .product-rating__stars>svg{width:24px;height:24px;color:var(--colors-base-primary-200,#a18ce6)}@media (max-width:1024px){.product-reviews__list{grid-template-columns:1fr;gap:12px}.product-review-card{padding:20px;border-radius:24px}.product-details-tabs__tabs .custom-tabs__tab-list{padding:6px;gap:6px}.product-details-tabs__tabs .custom-tabs__tab{padding:10px 16px}.product-details-tabs__tabs .custom-tabs__tab-content{font-size:14px;line-height:18px}.product-page{gap:var(--units-unit-8,32px)}.product-header__desktop{display:none}.product-header__mobile{display:inline-flex}.product-container{gap:var(--units-unit-8,32px);display:flex;flex-direction:column-reverse}.product-gallery{height:auto;align-self:stretch}.product-gallery__viewport{flex:none;width:100%;height:auto;border-radius:var(--corner-radius-rounded-large,36px)}.product-gallery__track{height:auto}.product-gallery__slide{min-height:0}.product-gallery__dots{margin-top:0}.product-info__top{display:contents}.product-info{display:flex;flex-direction:column;gap:var(--units-unit-10,40px);height:auto;justify-content:flex-start}.product-rating{order:1}.product-price-block{order:2}.product-stock{order:3}.product-specs{order:4}.product-actions__icon-btn{width:48px;height:48px;min-width:48px}.product-actions__icon-btn .product-actions__icon{width:20px;height:20px}}.catalogue-products-shell{scroll-margin-top:var(--units-unit-8,32px)}.catalogue__footer{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid var(--colors-layout-stroke-primary,#e0dbe8)}.catalogue__info-text{color:var(--colors-text-text-secondary,#6b6680)}.catalogue__footer--pending{pointer-events:none}.catalogue__pagination{margin:0 auto;scrollbar-width:none;-ms-overflow-style:none;scrollbar-color:transparent transparent}.catalogue__pagination::-webkit-scrollbar{display:none;width:0;height:0}.catalogue__empty,.catalogue__error{display:flex;justify-content:center;align-items:center;min-height:200px;color:var(--colors-text-text-secondary,#6b6680)}