.products-page .product-sidebar{position:sticky;top:104px;padding:24px;background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--brand-radius)}.product-sidebar h2{font-size:1.25rem}.product-sidebar ul{display:grid;grid-gap:10px;gap:10px;margin:18px 0 24px;padding:0;list-style:none}.product-sidebar a:not(.btn){display:block;padding:10px 12px;color:var(--brand-text);background:#fff;border-radius:10px}.product-category{margin-bottom:58px}.category-heading{margin-bottom:22px}.product-card{height:100%;overflow:hidden;cursor:pointer;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card img{width:100%;height:210px;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--brand-accent),#fff)}.product-card-body{padding:22px}