<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --border-color: #bcbcbc !important;
    --header-border-color: #bcbcbc !important;
}

.ProductForm__AddToCart {
    background-color: #F89435;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}

.ProductList.ranking .ProductItem__ImageWrapper::after {
    display: none !important;
}</pre></body></html>