.products-title{background:var(--brand-bg-alt);text-align:center}.products-title h1{font-size:max(2rem, min(4vw, 3.5rem));max-width:820px;margin:0 auto 16px}.products-title p:not(.eyebrow){max-width:640px;margin:0 auto;color:var(--brand-text)}.product-tabs{gap:10px;margin-bottom:34px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-primary-dark);border:1px solid var(--brand-border);background:#fff;font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.product-tab-content h2{margin-bottom:22px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.product-card{position:relative}.product-card button{width:100%;height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;text-align:left;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card span{display:block;padding:16px;font-weight:700}@media (max-width:991px){.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}