html {
    scroll-behavior: smooth;
}

:target::before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden
}

.hero_deal {
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero_deal-content {
    width: 100%;
}

@media (min-width: 1280px) {
    .hero_deal .hero_deal-visual:not(.m-static) {
        height: clamp(500px, 60vh, 720px);
    }
}

[data-deal-card][data-revealed] {
    grid-template-columns: 110px 1fr;
}

[data-deal-card][data-revealed] [data-deal-action] {
    display: none;
}