.products-hero{background:var(--brand-bg-alt);padding:160px 0 88px}.products-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.9fr);grid-gap:48px;gap:48px;align-items:center}.products-hero h1{margin:18px 0;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.products-hero p{max-width:620px;color:var(--brand-text);font-size:1.08rem}.products-hero__media{border-radius:var(--brand-radius);background:#fff;padding:18px;box-shadow:var(--brand-shadow)}.products-hero__media img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:calc(var(--brand-radius) - 4px)}.products-catalog{background:#fff}.product-category-block+.product-category-block{margin-top:70px;padding-top:60px;border-top:1px solid var(--brand-border)}.category-heading{max-width:760px;margin-bottom:28px}.category-heading h2{margin:8px 0 10px;font-size:max(1.7rem, min(3vw, 2.5rem));color:var(--brand-text)}.category-heading p{color:var(--brand-text)}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{display:grid;color:var(--brand-text)}.product-card__image{display:block;background:var(--brand-neutral-light)}.product-card__image img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-card__body{display:grid;grid-gap:8px;gap:8px;padding:18px}.product-card__tag{color:var(--brand-primary-dark);font-size:.78rem;font-weight:800}.product-card h3{margin:0;min-height:2.7em;font-size:1rem;color:var(--brand-text)}.product-card__link{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.products-grid,.products-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-grid,.products-hero__grid{grid-template-columns:1fr}.products-hero{padding-top:145px}}