/* Loaded after product-unified.css — removes grid bleed below hero */
body {
    background: #eef6ff !important;
    background-image: none !important;
}

.app-hero {
    min-height: calc(100svh - 72px) !important;
    border-bottom: none !important;
}

@media (max-width: 768px) {
    .app-hero {
        min-height: auto !important;
    }
}
