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

/*#topproducts-content-preloader {
    position: absolute;
    background-image: url(/media/img/big_preloader.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999999;
    bottom: 50%;
}*/

.topproducts-content {
    visibility: hidden;
    min-height: 402px;
}


.topproducts-content li.owl-carousel-item {
    background-color: #FFFFFF;
}

.price-yellow-wrapper {
    background-color: #f7e86c;
    border-radius: 7px;
    padding: 5px 3px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}
</pre></body></html>