<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 750px) and (max-width: 1024px) {
    .recently-view_wrapper .grid__item:nth-child(4) {
        display: none;
    }
}

.recently-view_heading {
    text-transform: uppercase;
    font-family: var(--font-unica);
    font-size: 16px;
    font-weight: 400;
}
</pre></body></html>