.products-hero .container{max-width:860px}.product-catalog{background:var(--brand-bg)}.products-intro{max-width:760px;margin-bottom:36px}.products-intro h2{font-size:max(1.7rem, min(3vw, 2.5rem))}.product-category-block{padding:32px 0;border-top:1px solid var(--brand-border)}.category-heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.category-heading h2{margin:0;font-size:max(1.4rem, min(2.4vw, 2rem))}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{min-width:0}.product-card button{display:grid;width:100%;height:100%;padding:0;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text);text-align:left;overflow:hidden;cursor:pointer}.product-card__image{display:grid;align-items:center;justify-items:center;place-items:center;aspect-ratio:4/3;background:var(--brand-neutral-light)}.product-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__body{display:grid;grid-gap:8px;gap:8px;padding:20px}.product-card__action,.product-card__label{color:var(--brand-primary-dark);font-size:.82rem;font-weight:800}.product-card h3{margin:0;font-size:1.1rem}@media (max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}