/* Add custom CSS styles below */ 
.product-card__enhanced-mini-cart button.s-button-element {
    background: linear-gradient(45deg,#5de0e6, #044d67) !important;
    color: #fff;
}

.store-footer{
 background: linear-gradient(45deg,#5de0e6, #044d67) !important;
}

.footer-is-custom .store-footer .footer-bottom {
    background-color: transparent;
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter {
    background-color: transparent;
    border-bottom: none ;
}
.footer-is-custom .store-footer .store-footer__curve {
    color: #fff;
}

.sicon-keyboard_arrow_down{
background: linear-gradient(45deg,#5de0e6, #044d67) !important;
}

.s-block--about a.btn{
background: linear-gradient(45deg,#5de0e6, #044d67) !important;
color:#fff;
}