.products-hero__inner{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(320px,0.8fr);grid-gap:44px;gap:44px;align-items:center}.products-hero{background:linear-gradient(135deg,rgba(20,23,26,.9),rgba(92,134,19,.9)),var(--brand-neutral-dark)}.products-hero img{width:100%;min-height:320px;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(255,255,255,.24)}.products-intro{max-width:780px;margin-bottom:34px}.product-category{padding:34px 0 48px;border-top:1px solid var(--brand-border)}.product-category h2{margin:0 0 8px;font-size:max(1.55rem, min(2.8vw, 2.25rem));font-weight:900;color:var(--brand-text)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:22px}.dynamic-product-card{display:grid;grid-template-rows:auto 1fr auto;border:1px solid var(--brand-border);background:var(--brand-bg);min-height:100%;border-radius:var(--brand-radius);overflow:hidden}.dynamic-product-card a{display:grid;color:var(--brand-text)}.dynamic-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);padding:14px}.product-card__label{display:inline-block;width:-moz-fit-content;width:fit-content;margin:18px 20px 0;padding:4px 8px;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-size:.74rem;font-weight:900}.dynamic-product-card h3{margin:10px 20px 20px;color:var(--brand-text);font-size:1.1rem;font-weight:900}.dynamic-product-card .ht-btn-solid{margin:0 20px 22px}@media (max-width:991px){.products-hero__inner{grid-template-columns:1fr}.dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.dynamic-product-grid{grid-template-columns:1fr}}