.products-page{background:#fff}.reg-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:-18px 0 30px}.reg-badges span{border:1px solid var(--brand-border);background:var(--brand-bg-alt);border-radius:999px;padding:8px 13px;font-size:.86rem;font-weight:700;color:var(--brand-primary-dark)}.product-tabs{justify-content:center;gap:10px;margin-bottom:32px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--radius)}.product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse);border-color:var(--brand-primary)}.category-intro{max-width:760px;margin:0 auto 24px;text-align:center}.product-card{overflow:hidden;height:100%}.product-card a{color:inherit;display:block;height:100%}.product-card a:hover{-webkit-text-decoration:none;text-decoration:none}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,#dfe8f2,#fff);border-bottom:1px solid var(--brand-border)}.product-card__body{padding:20px}.product-card__body p{color:var(--brand-text-secondary);margin-bottom:0}