.products-tabs-page{padding:88px 0}.products-title{max-width:850px;margin-bottom:36px}.product-tabs{gap:12px;margin-bottom:32px}.product-tabs .nav-link{border-radius:999px;color:var(--brand-text);background:var(--brand-bg-alt);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-note{border-left:5px solid var(--brand-primary);padding-left:20px;margin-bottom:28px}.product-card{border:1px solid var(--brand-border);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--brand-shadow)}.product-card a{color:var(--brand-text);display:block;height:100%}.product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);display:flex;align-items:center;justify-content:center}.product-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-body{padding:24px}