cookie-banner.hidden {
display: block !important;
}
.cookie-banner {
display: none;
pointer-events: none;
position: fixed;
z-index: 110;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
justify-content: center;
align-items: flex-end;
}
@Media screen and (min-width: 750px) {...