<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * custom theme 2024-03-07 14:00:13 */


#newsletter_pop_up{
width: 970px;height: 540px;background-color: #FFFFFF;}

html, body { 
    font-size: 14px !important; 
    font-family: Poppins !important;
}
html,body{
    color:#888888 !important;
}
a, a:focus {
    color:#B22222 !important;
}
a:hover{
    color:#888888 !important;
}
.btn, .action.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, .cart.table-wrapper .action-gift, .cart.table-wrapper .actions-toolbar&gt;.action, .review-form .action.submit.primary, button{
        background-color:#B22222 !important;
    border-color:#B22222 !important;
            color:#FFFFFF !important;
    }
.btn:hover, .action.primary:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .cart.table-wrapper .action-gift:hover, .cart.table-wrapper .actions-toolbar&gt;.action:hover, .review-form .action.submit.primary:hover, button:hover{
        background-color:#BD2121 !important;
    border-color:#BD2121 !important;
            color:#FFFFFF !important;
    }
</pre></body></html>