.trc-products-hero{padding:88px 0;background:var(--brand-bg-alt)}.trc-products-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.trc-products-hero p{max-width:640px;color:var(--brand-text);font-size:1.08rem}.trc-products-hero img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-primary-dark)}.trc-category-block+.trc-category-block{margin-top:64px;padding-top:64px;border-top:1px solid var(--brand-border)}.trc-category-heading{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:end;margin-bottom:24px}.trc-category-heading p{margin:0;color:var(--brand-text)}.trc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.trc-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);transition:.2s}.trc-product-card:hover{transform:translateY(-4px);box-shadow:var(--trc-shadow)}.trc-product-card button{width:100%;padding:0;border:0;background:0 0;color:var(--brand-text);text-align:left}.trc-product-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--brand-bg-alt)}.trc-product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.trc-product-action,.trc-product-name{display:block;padding:0 24px}.trc-product-name{padding-top:20px;font-size:1.12rem;font-weight:800}.trc-product-action{padding-top:8px;padding-bottom:24px;color:var(--brand-primary);font-size:.86rem;font-weight:700}@media (max-width:991.98px){.trc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.trc-category-heading,.trc-product-grid{grid-template-columns:1fr}}