.product-title{text-align:center;background:var(--brand-bg-alt)}.product-title p{max-width:760px;margin:0 auto}.product-tabs{justify-content:center;gap:10px;margin-bottom:32px}.product-tabs .nav-link{color:var(--brand-primary-dark);border:1px solid var(--brand-border);border-radius:999px;font-weight:700}.product-tabs .nav-link.active{color:var(--brand-text-inverse);background:var(--brand-primary);border-color:var(--brand-primary)}.category-intro{max-width:760px;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px}.product-card{overflow:hidden}.product-card__image{aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__body{padding:20px}