.products-title{background:var(--brand-bg-alt);text-align:center}.products-tabs-section{padding:60px 0 90px}.product-tabs{border-bottom:1px solid var(--brand-border);gap:8px;justify-content:center;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);border-radius:0;color:var(--brand-primary);font-weight:700}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--text-on-dark)}.category-intro{margin-bottom:24px;text-align:center}.catalog-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.catalog-card{border:1px solid var(--brand-border);display:flex;flex-direction:column;min-height:100%}.catalog-card a{color:inherit;display:flex;flex:1;flex-direction:column}.catalog-card figure{aspect-ratio:4/3;background:var(--brand-bg-alt);margin:0}.catalog-card img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.catalog-card-body{padding:22px}.catalog-card h3{font-size:1.05rem;margin-bottom:10px}.catalog-card .btn{margin:0 22px 22px}