.hill-products-tabs{padding-top:160px}.hill-products-title{max-width:760px;margin:0 auto 30px;text-align:center}.hill-products-title h1{margin:0 0 14px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.hill-product-tabs{justify-content:center;gap:10px;margin-bottom:34px}.hill-product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-primary-dark);border:1px solid var(--brand-border);font-weight:800}.hill-product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.hill-catalog-category__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px;border-bottom:1px solid var(--brand-border);padding-bottom:14px}.hill-catalog-category__head h2,.hill-catalog-category__head p{margin:0;color:var(--brand-text)}.hill-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.hill-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);box-shadow:0 8px 28px rgba(30,35,40,.08)}.hill-product-card button{width:100%;padding:0;border:0;background:0 0;text-align:left}.hill-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.hill-product-card span{display:inline-block;margin:16px 18px 6px;color:var(--brand-primary);font-weight:800;font-size:.78rem;text-transform:uppercase}.hill-product-card h3{min-height:58px;margin:0;padding:0 18px 20px;color:var(--brand-text);font-size:1.08rem}@media (max-width:991px){.hill-catalog-category__head{display:block}.hill-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.hill-product-grid{grid-template-columns:1fr}}