.halo-products-page{padding-top:128px;background:#fff}.halo-products-heading{max-width:760px;margin-bottom:34px}.halo-products-heading h1{font-size:max(2rem, min(4vw, 3.5rem))}.halo-product-tabs{gap:10px;margin-bottom:32px;border-bottom:1px solid var(--brand-border);padding-bottom:16px}.halo-product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:var(--radius);color:var(--brand-text);font-weight:700}.halo-product-tabs .nav-link.active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.halo-category-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}.halo-category-title p{max-width:420px;margin-bottom:0;color:var(--brand-text)}.halo-product-card{height:100%;border:1px solid var(--brand-border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.halo-product-card a{display:block;height:100%;color:var(--brand-text)}.halo-product-image{display:block;background:var(--brand-neutral-light)}.halo-product-image img{display:block;width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.halo-product-body{display:block;padding:20px}.halo-product-body h3{margin-bottom:8px;font-size:1.12rem}.halo-product-body span{color:var(--brand-text);font-size:.92rem}.halo-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(35,32,28,.12)}@media (max-width:767px){.halo-products-page{padding-top:104px}.halo-category-title{display:block}}