.catalog>.heading{grid-template-columns:1fr;grid-template-areas:'title' 'btn-open-filter' 'categories';padding:2.4rem 1.6rem 1.6rem 1.6rem}.catalog>.heading .btn-open-filter{justify-self:center}.catalog .filter-form{width:100%;transform:translateX(100%)}.catalog .btn-open-filter{display:flex;align-items:center;justify-content:center;gap:.8rem;max-width:100%;width:100%;padding:0 1.5rem;height:4rem;color:#fff;background-color:#181818;transition:color .3s cubic-bezier(.4, 0, .2, 1)}.catalog .btn-open-filter:hover{color:#fff}.catalog .products-items[data-view=large]{padding:0;grid-template-columns:repeat(2,1fr);grid-column-gap:0.2rem;grid-row-gap:2.4rem}.catalog .products-items[data-view=large] .products-item .photo img{height:clamp(282px,calc(282px + (510 - 282) * ((100vw - 425px)/ (768 - 425))),510px)}.catalog .products-items[data-view=large] .products-item:nth-of-type(10n+1){grid-column:span 2}.catalog .products-items[data-view=large] .products-item:nth-of-type(10n+1) img{height:clamp(566px,calc(566px + (1024 - 566) * ((100vw - 425px)/ (768 - 425))),1024px)}.catalog .products-items[data-view=large] .products-item:nth-of-type(10n+6){grid-column:span 2}.catalog .products-items[data-view=large] .products-item:nth-of-type(10n+6) article{max-width:100%}.catalog .products-items[data-view=large] .products-item:nth-of-type(10n+6) img{height:clamp(566px,calc(566px + (1024 - 566) * ((100vw - 425px)/ (768 - 425))),1024px)}.catalog .products-items[data-view=grid]{grid-template-columns:repeat(3,1fr)}.catalog .products-items[data-view=grid] .products-item .photo img{height:clamp(282px,calc(282px + (340 - 282) * ((100vw - 425px)/ (768 - 425))),340px)}