.ever-products-hero{background:var(--brand-bg-alt);padding:160px 0 80px}.ever-products-hero__row{align-items:center;display:grid;grid-gap:44px;gap:44px;grid-template-columns:minmax(0,0.95fr) minmax(360px,0.8fr)}.ever-products-hero__copy p:not(.ever-eyebrow){color:var(--brand-text);font-size:1.05rem}.ever-products-hero__media img{aspect-ratio:9/7;border:1px solid var(--brand-border);border-radius:var(--brand-radius);box-shadow:var(--brand-shadow);-o-object-fit:cover;object-fit:cover;width:100%}.ever-category-block{padding:34px 0}.ever-category-block+.ever-category-block{border-top:1px solid var(--brand-border)}.ever-category-block h2{font-size:max(1.5rem, min(2.4vw, 2.35rem));margin-bottom:22px}.ever-product-list{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.ever-product-tile{position:relative}.ever-product-tile button{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);display:grid;grid-gap:12px;gap:12px;height:100%;padding:16px;text-align:left;width:100%}.ever-product-tile img{aspect-ratio:4/3;background:var(--brand-neutral-light);border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover;width:100%}.ever-product-tile span{color:var(--brand-text);font-weight:800}.ever-product-tile small{color:var(--brand-primary-dark);font-weight:800}@media (max-width:991px){.ever-products-hero__row{grid-template-columns:1fr}}