.hydr-products-page{padding:160px 0 96px;background:var(--brand-bg)}.hydr-products-head{max-width:760px;margin:0 auto 34px;text-align:center}.hydr-products-head p:last-child{color:var(--brand-text)}.hydr-product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.hydr-product-tabs .nav-link{border-radius:999px;color:var(--brand-text);background:var(--brand-bg-alt);border:1px solid var(--brand-border);font-weight:700}.hydr-product-tabs .nav-link.active{background:var(--brand-primary-dark);color:var(--brand-text-inverse)}.hydr-category-title{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:24px}.hydr-category-title p{max-width:520px;color:var(--brand-text)}.hydr-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px}.hydr-catalog-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);box-shadow:var(--brand-soft-shadow)}.hydr-catalog-card a{display:block;color:var(--brand-text)}.hydr-catalog-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.hydr-catalog-card h3{padding:20px 20px 10px;margin-bottom:0}.hydr-quick-btn{margin:0 20px 20px;border:0;border-radius:10px;min-height:44px;padding:0 18px;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}@media (max-width:767px){.hydr-category-title{display:block}}