.products-feature{padding:150px 0 86px;background:var(--brand-bg-alt)}.products-feature .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);grid-gap:44px;gap:44px;align-items:center}.products-feature__copy p{max-width:620px;font-size:1.08rem}.products-feature__media{padding:24px;border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 20px 48px rgba(28,38,34,.12)}.products-feature__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.catalog-category+.catalog-category{margin-top:58px}.catalog-category__head{max-width:760px;margin-bottom:22px}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.catalog-product-card{position:relative}.catalog-product-card button{display:grid;grid-template-rows:auto 1fr auto;width:100%;height:100%;padding:0;overflow:hidden;text-align:left;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);box-shadow:0 12px 28px rgba(28,38,34,.08)}.catalog-product-card__media{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light)}.catalog-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:20px;color:var(--brand-text)}.catalog-product-card__body strong{font-size:1.08rem;color:var(--brand-text)}.catalog-product-card__body span{color:var(--brand-text)}.catalog-product-card__action{margin:0 20px 20px;color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.catalog-product-grid,.products-feature .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-feature{padding-top:128px}.catalog-product-grid,.products-feature .container{grid-template-columns:1fr}}