.products-feature{padding:160px 0 92px;background:var(--brand-bg-alt)}.products-feature img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;box-shadow:0 28px 70px rgba(42,38,34,.14)}.product-category{margin-bottom:56px}.category-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.category-head p{max-width:520px;margin:0}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden}.product-card button{width:100%;border:0;background:#fff;text-align:left;padding:0 0 18px;cursor:pointer}.product-img{display:block;aspect-ratio:1;background:var(--brand-neutral-light);overflow:hidden}.product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}.product-card em,.product-card strong{display:block;padding:0 16px}.product-card strong{margin-top:14px;color:var(--brand-text);font-size:1rem}.product-card em{margin-top:5px;color:var(--brand-primary-dark);font-style:normal;font-weight:800}@media (max-width:991px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-head{display:block}}@media (max-width:575px){.catalog-grid{grid-template-columns:1fr}}