<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.catalog-category-item__props {
    margin: 10px 0;
}

.prop-block {

}

.prop-title {
    color: #bbbbbb;
}

.prop-value {
    color: #1f1f1f;
}

.catalog-category-item_hot-sale {
    background: #2b5ba4;
    font-size: 11pt;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px 5px 35px;
}


.catalog-category-item_hot-sale:before {
    background: url(/images/icons/thumb_up.svg) 0 0 no-repeat;
    background-size: cover;
    content: "";
    width: 17px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 8px;
}</pre></body></html>