<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.sold-out .grid-prices {
    display: none;
}
body.view-list .product-mark.sold-out {
    color: red;
}


@media screen and (max-width: 1920px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 30px;
}
}
</pre></body></html>