.product-catalog{background:var(--brand-bg)}.catalog-sidebar{position:sticky;top:116px;box-shadow:none}.catalog-sidebar h2{font-size:1.2rem}.catalog-sidebar ul{list-style:none;padding:0;margin:0}.catalog-sidebar li{border-bottom:1px solid var(--brand-border)}.catalog-sidebar a{display:block;padding:12px 0;font-weight:700}.category-block{margin-bottom:54px;scroll-margin-top:140px}.category-heading{margin-bottom:22px}.product-card button{width:100%;height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;padding:14px;text-align:left;display:grid;grid-gap:14px;gap:14px}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt);border-radius:var(--brand-radius)}.product-card span{color:var(--brand-text);font-weight:700}