.products-featured-hero{background:linear-gradient(135deg,var(--brand-bg-alt),var(--brand-bg));padding:168px 0 72px}.products-featured-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,0.9fr);grid-gap:56px;gap:56px;align-items:center}.products-featured-hero h1{color:var(--brand-text)}.products-featured-media img{border-radius:var(--brand-radius);background:var(--brand-neutral-light)}.product-catalog-section{background:var(--brand-bg)}.product-category-block{padding:32px 0;border-top:1px solid var(--brand-border)}.product-category-block>h2{margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid:has(> :nth-child(5):last-child),.product-grid:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;background:var(--brand-bg);display:grid;grid-gap:16px;gap:16px}.product-card a{display:grid;grid-gap:14px;gap:14px;color:var(--brand-text)}.product-image{aspect-ratio:4/3;border-radius:var(--brand-radius);background:var(--brand-neutral-light);display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-name{font-weight:900;color:var(--brand-text)}@media (max-width:991px){.product-grid,.product-grid:has(> :nth-child(4):last-child),.product-grid:has(> :nth-child(5):last-child),.product-grid:has(> :nth-child(6):last-child),.products-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-featured-hero{padding-top:136px}.product-grid,.product-grid:has(> :nth-child(4):last-child),.product-grid:has(> :nth-child(5):last-child),.product-grid:has(> :nth-child(6):last-child),.products-featured-grid{grid-template-columns:1fr}}