.alle-products-hero{background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark));color:var(--brand-text-inverse);padding:80px 0}.alle-products-hero h1,.alle-products-hero p{color:var(--brand-text-inverse)}.alle-products-hero img{height:380px;width:100%;-o-object-fit:cover;object-fit:cover}.alle-category{margin-bottom:64px}.alle-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.alle-product-grid article{border:1px solid var(--brand-border);background:var(--brand-bg)}.alle-product-grid a{color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none;display:block;padding:20px}.alle-product-grid img{aspect-ratio:4/3;width:100%;-o-object-fit:contain;object-fit:contain;background:var(--brand-bg-alt)}@media (max-width:768px){.alle-product-grid{grid-template-columns:1fr}}