.products-page{padding:96px 0 84px;background:var(--brand-bg-alt)}.products-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:34px;gap:34px}.product-sidebar{position:sticky;top:110px;align-self:start;padding:22px;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-sidebar h2{margin:0 0 18px;font-size:1.05rem}.product-sidebar nav{display:grid;grid-gap:8px;gap:8px}.product-sidebar a{padding:10px 12px;border-left:3px solid var(--brand-border);color:var(--brand-text);font-weight:700}.product-sidebar a:focus,.product-sidebar a:hover{border-left-color:var(--brand-primary);background:var(--brand-neutral-light)}.products-intro{padding:28px;margin-bottom:26px;border:1px solid var(--brand-border);background:var(--brand-bg)}.products-intro h1{margin:0 0 12px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.products-intro p:not(.eyebrow){margin:0;color:var(--brand-text)}.catalog-category{padding:28px;margin-bottom:28px;border:1px solid var(--brand-border);background:var(--brand-bg);scroll-margin-top:120px}.catalog-category__head{margin-bottom:22px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.catalog-category__head h2{margin:0 0 8px;color:var(--brand-text);font-size:max(1.45rem, min(2.4vw, 2rem))}.catalog-category__head p{margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{display:grid;grid-template-rows:auto 1fr;min-height:100%;border:1px solid var(--brand-border);background:var(--brand-bg)}.product-card__media{display:block;padding:14px;background:var(--brand-neutral-light)}.product-card__media img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg)}.product-card__body{display:grid;grid-gap:12px;gap:12px;padding:18px}.product-card h3{margin:0;color:var(--brand-text);font-size:1rem;line-height:1.32}.product-card p{margin:0;font-size:.94rem}.product-card .ht-btn-outline{align-self:end}@media (max-width:991.98px){.products-layout{grid-template-columns:1fr}.product-sidebar{position:static}.product-grid,.product-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.product-grid,.product-sidebar nav{grid-template-columns:1fr}}