<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* product category and sub category styles */

.stx-cat-product-finder__heading {
    display: inline-block;
    margin-right: 10px;
}

.stx-cat-product-finder__cta-block{
    display: inline-block;
}

.stx-cat-product-finder .stx-cat-product-finder__cta {
    margin-right: 10px;
}

.stx-sub-cat-feature-list {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

.stx-sub-cat-feature-list li {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 18px;
    list-style: none;
}

.stx-sub-cat-feature-list li:nth-of-type(even) {
    color: #ccc;
}

@media (max-width: 979px) {
    .stx-sub-cat-feature-list li {
        font-size: 16px;
    }
}</pre></body></html>