.grun-products-hero{padding:170px 0 72px;background:var(--brand-bg-alt)}.grun-products-hero .container{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);grid-gap:40px;gap:40px;align-items:center}.grun-products-hero h1{margin:0 0 18px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.grun-products-hero p:not(.grun-eyebrow){color:var(--brand-text);max-width:680px}.grun-products-hero img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);border:1px solid var(--brand-border)}.grun-category-block+.grun-category-block{margin-top:72px}.grun-category-head{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start;margin-bottom:24px}.grun-category-head>span{display:flex;align-items:center;justify-content:center;min-height:56px;background:var(--brand-primary-dark);color:var(--brand-text-inverse);border-radius:var(--brand-radius);font-weight:800}.grun-category-head h2{margin:0 0 8px;color:var(--brand-text)}.grun-category-head p{margin:0;color:var(--brand-text)}.grun-dynamic-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.grun-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.grun-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(27,39,51,.12)}.grun-product-card a{display:block;color:var(--brand-text)}.grun-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);padding:18px}.grun-product-card div{padding:20px}.grun-product-card h3{margin:0 0 10px;color:var(--brand-text);font-size:1.08rem}.grun-product-card p{color:var(--brand-text);margin:0 0 14px}.grun-product-card span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.grun-dynamic-product-grid,.grun-products-hero .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.grun-products-hero{padding-top:138px}.grun-category-head,.grun-dynamic-product-grid,.grun-products-hero .container{grid-template-columns:1fr}}