.products-page{background:var(--brand-bg-alt)}.products-title{max-width:760px;margin:0 auto 34px;text-align:center}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:999px;color:var(--brand-primary-dark);background:var(--brand-bg);font-weight:800}.product-tabs .nav-link.active{border-color:var(--brand-primary-dark);background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.category-copy{max-width:720px;margin:0 auto 28px;text-align:center}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.dynamic-product-card{display:flex;flex-direction:column;gap:18px;padding:18px;border:1px solid var(--brand-border);border-radius:var(--radius);background:var(--brand-bg);box-shadow:var(--shadow-card)}.dynamic-product-card a{display:grid;grid-gap:16px;gap:16px;color:var(--brand-text)}.dynamic-product-card__media{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;border-radius:calc(var(--radius) - 2px);background:var(--brand-neutral-light);overflow:hidden}.dynamic-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.dynamic-product-card__body h3{font-size:1.08rem}.product-static-note{display:block;color:var(--brand-text)}@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}}