.product-page-head{margin-bottom:40px}.product-page-head p{max-width:780px}.product-side-nav{position:sticky;top:150px;padding:22px;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-side-nav h2{font-size:18px;margin-bottom:16px}.product-side-nav a{display:block;padding:11px 0;border-bottom:1px solid var(--brand-border);color:var(--brand-text-muted);font-weight:700}.product-side-nav a.active,.product-side-nav a:hover{color:var(--brand-primary)}.product-category-block{padding:34px 0 54px;border-top:1px solid var(--brand-border)}.category-title-row{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.category-title-row p{max-width:640px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:transform 160ms,box-shadow 160ms}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card)}.product-card a{display:block;color:inherit}.product-card figure{aspect-ratio:4/3;margin:0;background:var(--brand-bg-alt)}.product-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card-body{padding:20px}.product-card-body h3{font-size:18px}.product-card-body span{display:inline-flex;margin-top:14px;color:var(--brand-primary);font-weight:760}@media (max-width:991px){.product-side-nav{position:static}.category-title-row{flex-direction:column}}