.hexa-products-hero{background:linear-gradient(180deg,var(--brand-bg-alt),var(--brand-bg))}.hexa-product-dynamic{padding:80px 0 96px}.hexa-product-category{margin-bottom:70px}.hexa-category-head{max-width:780px;margin-bottom:26px}.hexa-category-head p{color:var(--brand-neutral-mid)}.hexa-product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.hexa-product-card{border:1px solid var(--brand-border);background:var(--brand-bg);padding:18px;transition:transform .2s,border-color .2s}.hexa-product-card:hover{transform:translateY(-3px);border-color:var(--brand-primary)}.hexa-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}.hexa-product-card h3{margin:18px 0 12px}.hexa-product-card ul{margin:0 0 18px;padding-left:18px;color:var(--brand-neutral-mid);font-size:14px}@media (max-width:992px){.hexa-product-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hexa-product-card-grid{grid-template-columns:1fr}}