.products{flex-grow:3}.products h1{margin-bottom:35px;font-size:40px;font-weight:400;line-height:50px}@media (max-width:1024px){.products h1{margin-bottom:25px;font-size:24px;line-height:30px}}.products__header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.products__header span{font-size:16px}.products__header span:after{content:url(/images/arrow-line.svg);max-width:100px;margin-left:15px}.products__items-grid{grid-template-columns:auto auto auto;gap:32px;display:grid}@media (max-width:1199px){.products__items-grid{grid-template-columns:auto auto;gap:15px}}.products__item{border:1px solid var(--border-color);border-radius:8px;flex-direction:column;align-items:center;gap:30px;padding:25px;display:flex;position:relative}@media (max-width:575px){.products__item{gap:12px;padding:9px}}.products__item a img{width:100%;height:280px;max-height:280px}@media (max-width:1024px){.products__item a img{max-height:166px}}.products__name{font-size:16px;line-height:125%}@media (max-width:1024px){.products__name{font-size:14px}}.products__price-wrapper{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.products__price{font-size:24px;font-weight:700}@media (max-width:1024px){.products__price{font-size:16px}}.products__cart-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--basket-button-color);object-fit:cover;background-image:url(/images/basket.png);background-position:50%;background-repeat:no-repeat;background-size:20px 20px;border:none;border-radius:4px;min-width:59px;min-height:47px}@media (max-width:1024px){.products__cart-button{background-size:15px 15px;min-width:39px;min-height:33px}}.products__add-cart{width:100%;height:100%}.products__one-click{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:1px solid var(--border-color);text-align:center;border-radius:4px;width:100%;padding-top:10px;padding-bottom:10px}@media (max-width:1024px){.products__one-click{font-size:14px}}.products__sticker{background-color:var(--sticker-hit-background-color);color:var(--white);padding:10px;position:absolute;top:20px;right:20px}
.category-page__container{padding-bottom:40px}.category-page__wrapper{flex-direction:row;justify-content:space-between;gap:30px;display:flex}@media (max-width:1024px){.category-page__wrapper{flex-direction:column}}.filter-mob{background:0 0;border:none;flex-direction:row;align-items:center;gap:10px;display:flex}@media (min-width:1024px){.filter-mob{display:none}}.category-page__cat-list{width:100%;display:flex;overflow-x:scroll}@media (min-width:1024px){.category-page__cat-list{display:none}}.category-page__cat-list::-webkit-scrollbar{display:none}.category-page__cat-list-inner{flex-wrap:nowrap;align-items:center;gap:20px;display:flex}.category-page__cat-list-item{white-space:nowrap;background-color:#f6f6f6;border-radius:8px;padding:12px}
