.products-catalog{padding:90px 0;background:var(--brand-bg)}.products-head{max-width:760px;margin:0 auto 34px;text-align:center}.products-head h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--brand-radius);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}.category-title{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.category-title h2{margin:0;font-size:1.6rem}.category-title span{color:var(--brand-primary);font-weight:800}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.catalog-card{border:1px solid var(--brand-border);background:#fff}.catalog-card a{display:grid;color:var(--brand-text)}.catalog-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.catalog-card__body{padding:16px}.catalog-card h3{font-size:1.05rem;margin:0 0 8px}.catalog-card span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.products-catalog{padding:70px 0}.catalog-grid,.category-title{display:grid;grid-template-columns:1fr}}