.products-title{padding:112px 0 48px;background:var(--brand-bg-alt)}.products-title .container{max-width:760px;text-align:center}.products-title h1{font-size:max(2.4rem, min(5vw, 4.5rem))}.product-tabs{gap:10px;justify-content:center}.product-tabs .nav-link{color:var(--brand-text);border:1px solid var(--brand-border);border-radius:999px;font-weight:700}.product-tabs .nav-link.active{color:#fff;background:var(--brand-primary-dark)}.category-note{max-width:760px;margin:0 auto 30px;text-align:center}.product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.product-card a{display:block;height:100%;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)}.product-card-body{padding:24px}.product-card-body span{color:var(--brand-primary-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}