<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {

}

body{
    background-color: white;
}
.blockBlock {
    box-shadow: none;
    border:none;
}

#side {
   background-color: var(--bglight);
}

    #filtersWrapper.light .accordion-item.active {
    background: transparent;
}
.sideCatRow div.inner {
    width: 100%;
    padding: 0 2px;
}
.sideCatRow img {
    border:none;
}</pre></body></html>