.bunt-products-shell{background:var(--brand-bg-alt);padding-top:96px}.bunt-products-intro{max-width:780px;margin-bottom:34px}.bunt-products-intro h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text)}.bunt-product-sidebar{position:sticky;top:120px;display:grid;grid-gap:8px;gap:8px;padding:20px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.bunt-product-sidebar h2{font-size:1.05rem;margin-bottom:8px}.bunt-product-sidebar a{padding:10px 12px;border-radius:var(--brand-radius);color:var(--brand-text);font-weight:700}.bunt-product-sidebar a.is-active,.bunt-product-sidebar a:hover{background:var(--brand-primary-light);color:var(--brand-primary-dark)}.bunt-product-category{padding:0 0 44px}.bunt-category-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.bunt-category-heading h2{font-size:max(1.45rem, min(2.5vw, 2.1rem))}.bunt-category-heading span{color:var(--brand-secondary);font-weight:700}.bunt-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.bunt-product-grid:has(> :nth-child(4):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.bunt-product-card a{height:100%;min-height:260px;display:grid;grid-template-rows:170px auto auto;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);color:var(--brand-text)}.bunt-product-card img{width:100%;height:170px;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.bunt-product-card h3{font-size:1.05rem;margin:16px 16px 8px}.bunt-product-card span{margin:0 16px 16px;color:var(--brand-primary-dark);font-weight:700}@media (max-width:991px){.bunt-product-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.bunt-product-sidebar h2{grid-column:1/-1}.bunt-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.bunt-product-grid,.bunt-product-sidebar{grid-template-columns:1fr}}