.products-title{padding:156px 0 48px;background:var(--brand-bg-alt)}.products-title h1{font-size:max(2rem, min(4vw, 3.5rem))}.products-title p{max-width:720px}.products-tabs-section{padding:48px 0 88px}.product-tabs{gap:8px;margin-bottom:34px;border-bottom:1px solid var(--brand-border);padding-bottom:18px}.product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-text);border:1px solid var(--brand-border)}.product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse);border-color:var(--brand-primary)}.category-heading{margin-bottom:22px}.dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.dynamic-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.dynamic-product-card a{display:grid;height:100%;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.dynamic-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}}