.products-title{background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border)}.products-title h1{font-size:max(2rem, min(4vw, 3.3rem))}.product-tabs{gap:12px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--brand-radius)}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card a{display:block;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-neutral-light)}.product-card__body{padding:22px}.product-card h2{font-size:1.18rem}.product-card span{color:var(--brand-primary);-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:5px}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}