.product-browser{background:#fff}.product-sidebar{position:sticky;top:112px}.product-sidebar h2{font-size:22px}.product-sidebar a{display:block;padding:10px 0;border-bottom:1px solid var(--brand-border);font-weight:800;color:var(--brand-secondary)}.product-category{padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid var(--brand-border)}.category-heading{margin-bottom:24px}.product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(31,42,68,.12)}.product-card a{display:block;color:var(--brand-text);height:100%}.product-card img{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card h3{font-size:20px;color:var(--brand-secondary);font-weight:850}.product-card span{color:var(--brand-primary);font-weight:850}