.infa-products-shell{padding:160px 0 90px;background:var(--brand-bg)}.infa-products-shell .container{display:grid;grid-template-columns:270px minmax(0,1fr);grid-gap:36px;gap:36px;align-items:start}.infa-product-sidebar{position:sticky;top:104px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:22px;background:var(--brand-neutral-light)}.infa-product-sidebar h2{font-size:1.1rem;margin-bottom:16px}.infa-product-sidebar nav{display:grid;grid-gap:10px;gap:10px}.infa-product-sidebar a{padding:10px 12px;border-radius:var(--brand-radius);color:var(--brand-text);background:var(--brand-bg);font-weight:700}.infa-products-header{margin-bottom:38px}.infa-products-header p{max-width:760px}.infa-product-category{padding:34px 0;border-top:1px solid var(--brand-border)}.infa-category-heading{margin-bottom:22px}.infa-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.infa-product-card{display:grid;grid-gap:14px;gap:14px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;background:var(--brand-bg);box-shadow:0 10px 26px rgba(35,32,28,.06)}.infa-product-card a{display:grid;grid-gap:12px;gap:12px;color:var(--brand-text)}.infa-product-image{display:block;aspect-ratio:1/1;border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-neutral-light)}.infa-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.infa-product-name{min-height:48px;color:var(--brand-text);font-weight:800}@media (max-width:991px){.infa-products-shell .container{grid-template-columns:1fr}.infa-product-sidebar{position:static}}