.products-shell{background:var(--brand-bg-alt)}.products-intro{max-width:780px;margin-bottom:32px}.products-intro h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-sidebar{position:sticky;top:112px;border:1px solid var(--brand-border);background:var(--brand-bg);padding:22px}.products-sidebar h2{font-size:1rem;text-transform:uppercase}.products-sidebar nav{display:grid;grid-gap:8px;gap:8px}.products-sidebar a{display:block;padding:10px 12px;border-left:3px solid transparent;color:var(--brand-text);background:var(--brand-neutral-light);font-weight:700}.products-sidebar a:hover{border-left-color:var(--brand-primary);color:var(--brand-primary)}.category-section{padding:32px;border:1px solid var(--brand-border);background:var(--brand-bg);margin-bottom:28px}.category-heading{margin-bottom:24px}.category-heading h2{font-size:1.65rem}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.dynamic-product-card{border:1px solid var(--brand-border);background:var(--brand-bg)}.dynamic-product-card button{display:grid;width:100%;min-height:100%;border:0;background:0 0;padding:0;text-align:left}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.dynamic-product-card span{display:block;padding:14px;color:var(--brand-text);font-weight:800}@media (max-width:991px){.products-sidebar{position:static}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.category-section{padding:22px}.dynamic-product-grid{grid-template-columns:1fr}}