.arom-products-hero{background:linear-gradient(135deg,rgba(242,246,248,.92),rgba(251,168,60,.16));padding:84px 0}.arom-products-hero__grid{align-items:center;display:grid;grid-gap:42px;gap:42px;grid-template-columns:minmax(0,1fr) minmax(360px,0.9fr)}.arom-products-hero h1{font-size:max(2.25rem, min(5vw, 4rem));font-weight:850;line-height:1.08}.arom-products-hero p{color:var(--brand-text-muted);font-size:1.06rem;max-width:720px}.arom-products-hero img{border:1px solid var(--brand-border);border-radius:var(--brand-radius);min-height:420px;-o-object-fit:cover;object-fit:cover;width:100%}.arom-category-block{border-bottom:1px solid var(--brand-border);margin-bottom:54px;padding-bottom:54px}.arom-category-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.arom-product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);height:100%;overflow:hidden;transition:box-shadow .2s,transform .2s}.arom-product-card:hover{box-shadow:0 16px 36px rgba(23,51,68,.12);transform:translateY(-4px)}.arom-product-card a{color:var(--brand-text);display:block;height:100%}.arom-product-card img{aspect-ratio:4/3;background:var(--brand-bg-alt);-o-object-fit:cover;object-fit:cover;width:100%}.arom-product-card__body{padding:22px}.arom-product-card h3{font-size:1.08rem;font-weight:800}.arom-product-card p{color:var(--brand-text-muted)}.arom-product-card span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.arom-products-hero__grid{grid-template-columns:1fr}}