.sets-category-tabs{display:flex;flex-direction:column;gap:8px;height:fit-content;z-index:1}@media only screen and (min-width:1025px){.sets-category-tabs{position:sticky;top:100px;max-height:calc(100vh - var(--header-main-height));overflow:auto}}@media only screen and (max-width:1024px){.sets-category-tabs{max-height:400px;overflow-y:auto}}.sets-category-tabs__item{flex-shrink:0;display:flex;justify-content:space-between;padding:16px 12px;background-color:var(--white);border:1px solid var(--border-color-2);border-radius:16px;transition:var(--transition);cursor:pointer}.sets-category-tabs__item span{font-weight:400;font-size:.875em;line-height:20px;color:var(--gray-800)}.sets-category-tabs__item svg{width:20px;height:20px}.sets-category-tabs__item:hover{border:1px solid var(--main)}.sets-category-tabs__left{display:flex;gap:4px;align-items:center}.sets-category-tabs__left img{width:28px;height:28px;border-radius:16px}.product-card{position:relative;padding:24px;border:1px solid var(--white-2);background-color:var(--white);border-radius:16px;width:100%;height:auto;max-height:391px;display:flex;transition:var(--transition)}.product-card--absent{cursor:default}@media only screen and (max-width:1250px){.product-card{padding:15px}}@media only screen and (max-width:480px){.product-card{padding:10px}}.product-card:hover:not(.product-card--absent){border:1px solid var(--main)}.product-card__body{display:flex;flex-direction:column;gap:5px;width:100%}@media only screen and (max-width:420px){.product-card__body{gap:0}}.product-card__link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.product-card__header{display:flex;flex-direction:column;gap:8px;position:absolute;z-index:1;width:auto}.product-card__header-tag{display:flex;background:#3f3b3b;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;padding:4px;color:var(--white);width:fit-content}.product-card__promotion{display:flex;height:25px}.product-card__promotion-wrapper{display:inline-flex;height:100%;background:#f8f8f8;border-radius:8px}.product-card__percent{background:var(--red);color:var(--white);line-height:17px;font-weight:500;padding:4px;height:100%}.product-card__date,.product-card__percent{display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;border-radius:8px}.product-card__date{padding:5px 8px;font-weight:400;background:#f8f8f8;color:var(--gray-900)}.product-card__favorite{position:relative;z-index:1;display:flex;width:28px;height:28px;justify-content:center;align-items:center;border:1px solid var(--white-2);border-radius:999px;cursor:pointer;transition:var(--transition)}.product-card__favorite:hover{border-color:var(--main)}.product-card__favorite:hover .icon svg path{fill:var(--main)}.product-card__favorite .icon svg{width:16px;height:16px}.product-card__favorite .icon svg path{transition:var(--transition);fill:var(--gray-900)}.product-card__img-wrapper{position:relative;width:100%;height:196px}.product-card--absent .product-card__img-wrapper{opacity:.5}@media only screen and (max-width:560px){.product-card__img-wrapper{height:140px}}.product-card__tag{z-index:1;display:flex;position:absolute;padding:4px;top:9px;background:#292929;font-size:.75rem;line-height:16px;font-weight:600;border-radius:6px;color:var(--white)}.product-card__img{z-index:0;position:absolute;top:0;left:0;bottom:0;right:0}.product-card__img img{width:100%;height:100%;object-fit:contain}.product-card__img-empty{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-weight:500;font-size:.75rem;background:hsla(0,0%,100%,.8);color:var(--dark)}.product-card__flag{position:absolute;bottom:3px}.product-card__flag,.product-card__flag .icon{width:21px;height:15px}.product-card__info-block{display:flex;flex-direction:column;justify-content:flex-end;width:100%;flex-grow:1}.product-card__info-wrapper{display:flex;flex-direction:column;gap:1px}.product-card--absent .product-card__info-wrapper{opacity:.5}.product-card__info{display:flex;justify-content:space-between;align-items:center}.product-card__description{font-size:.75rem;font-weight:400;line-height:16px;color:var(--gray-5)}.product-card__stars{display:flex;align-items:center;background:#f8f8f8;padding:4px 8px;line-height:16px;border-radius:4px;gap:4px}.product-card__stars .icon{width:16px;height:16px}.product-card__stars .icon svg path{fill:#f8d749}.product-card__stars-count{font-weight:600;font-size:.75rem;color:var(--gray-900)}.product-card__title{display:flex;font-weight:500;font-size:1rem;line-height:19px;color:var(--gray-900);text-align:left;height:40px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (max-width:480px){.product-card__title{font-weight:700;font-size:.875em;line-height:20px}}.product-card__title span{text-align:left}.product-card__price-wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:5px;padding-top:13px;z-index:1;margin-top:auto}@media only screen and (max-width:480px){.product-card__price-wrapper{padding-top:0}}.product-card__price-sale{display:flex;flex-direction:column;align-items:flex-start}.product-card__price-default{font-weight:500;font-size:1.125rem;line-height:24px;align-self:flex-end}.product-card__empty{margin-top:2px;width:100%;height:36px;font-size:.875rem}.product-card__price-old{color:var(--gray-400);font-size:.75rem;line-height:16px;font-weight:500;text-decoration:line-through}.product-card__price-new{color:var(--gray-900);font-weight:500;font-size:1.125rem;line-height:22px}.product-card__price--discount{color:var(--red)}.product-card__cart{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:38px;height:38px;background:var(--green);border-radius:16px;cursor:pointer;transition:var(--transition)}.product-card--absent .product-card__cart{cursor:default}.product-card__cart:active{transform:scale(.95)}.product-card__cart .icon{width:16px;height:16px}.product-card__cart .icon svg path{fill:var(--white)}.product-card__btn-add-cart{width:100%}.product-card--grid{height:100%}.product-card--grid .product-card--empty .product-card__info-block{padding-bottom:18px!important}.product-card--grid .product-card--empty .product-card__price-wrapper{padding-top:15px!important}.product-card--grid .product-card__tag{top:7px}.product-card--grid .product-card__price-wrapper{padding-top:8px}.product-card--grid .product-card__price-default{align-self:flex-end}.product-card--grid .product-card__price-new{line-height:25px}.product-card--grid .product-card__body{display:flex;flex-direction:row;gap:16px}.product-card--grid .product-card__img-wrapper{max-width:140px;min-width:100px;height:auto;flex-shrink:2}.product-card--grid .product-card__info-wrapper{flex-direction:column-reverse;gap:6px}.product-card--grid .product-card__flag{display:flex;bottom:18px}.product-card--grid .product-card__info-block--equalizer{padding-bottom:25px}.product-card--grid .product-card__info-block--equalizer .product-card__price-default{line-height:21px}.product-card--grid .product-card__info-block--equalizer .product-card__price-wrapper{padding-top:9px}.category-main-page__inner{grid-gap:24px}.category-main-page .category-main__slider{padding-top:var(--header-main-height);margin-top:calc(var(--header-main-height)*-1)}.category-main-page .slider{height:auto}