.products-title{padding-top:120px;border-bottom:1px solid var(--brand-border)}.products-title p{max-width:860px;font-size:18px}.product-tabs{gap:10px;border-bottom:1px solid var(--brand-border);padding-bottom:18px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-primary-dark);border-radius:var(--brand-radius)}.product-tabs .nav-link.active{background:var(--brand-primary-dark);color:#fff;border-color:var(--brand-primary-dark)}.category-heading{max-width:760px;margin-bottom:28px}.product-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.product-card{border-bottom:1px solid var(--brand-border);padding-bottom:22px}.product-card a{color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);border-radius:var(--brand-radius);margin-bottom:16px}.product-card span{display:inline-block;color:var(--brand-secondary);font-size:12px;margin-bottom:6px}.products-cta .container{max-width:820px;text-align:center}