.page-hero--product{background:linear-gradient(180deg,var(--brand-bg-alt),#fff)}.product-dynamic-grid,.product-featured,.product-static-categories{padding:78px 0}.product-featured__card{display:grid;grid-template-columns:minmax(280px,0.85fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:center;padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.product-card-grid,.product-family-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.empty-catalog,.product-card,.product-family-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.product-family-grid article{padding:24px}.product-dynamic-grid{background:var(--brand-bg-alt)}.product-card{overflow:hidden}.product-card__image{aspect-ratio:1/1;background:var(--brand-neutral-light)}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{min-height:132px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px}.product-card h3{font-size:1.05rem}.empty-catalog{max-width:720px;margin:0 auto;padding:28px;text-align:center}@media (max-width:767.98px){.product-featured__card{grid-template-columns:1fr}}