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

.add_cart_motivator {
background-color:  #ae2d17;
color: #ffffff;
}

.add_cart_motivator.disabled {
background-color:  #ae2d17;
color: #ffffff;
opacity: 0.6;
}

.continue_motivationsale,
.order_motivationsale {
background-color: #ae2d17;
border-color: #ae2d17;
color: #ffffff;
}

.continue_motivationsale:focus,
.order_motivationsale:focus,
.continue_motivationsale:active,
.order_motivationsale:active,
.continue_motivationsale:hover,
.order_motivationsale:hover {
background-color: #CCA675;
border-color: #CCA675;
color: #ffffff;
}

.add_cart_motivator:focus,
.add_cart_motivator:active,
.add_cart_motivator:hover {
background-color: #574d4b !important;
color: #ffffff !important;
}





@media screen and (min-width: 900px) {
    .motivationsale-banners-block-content {
        display: inline-block;
    }

    #motivationsale_banner_1_block {
        width: 100%;
    }

    #motivationsale_banner_2_block {
        width: 100%;
    }

    #motivationsale_banner_3_block {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
#motivationsale_banner_1_block, #motivationsale_banner_2_block, #motivationsale_banner_3_block {
width: 100%;
}
}

.motivationsale-banners-block-content img {
max-width: 100%;
}

.motivationsale-banners-block-content {
padding: 2px;
}

    #slider_banner_container {
        display: flex;
        flex-direction: column;
     }

    
</pre></body></html>