<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:has(.hulla-pop-up-modal) {
    overflow: hidden;
}

.hulla-pop-up-modal {
    background-color: white;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    width: auto !important;
}

#hulla iframe {
    /* requested temporary fix by VidaXL eng */
    min-height: auto !important;
}

#hulla+.description-and-detail.mt-5 {
    /* requested temporary fix by VidaXL eng */
    margin-top: 1.5rem !important;
}

@media screen and (min-width: 768px) {
    div.bed-configurator-mobile.hulla-pop-up-modal {
        display: none !important;
    }
}</pre></body></html>