/* Add custom CSS styles below */ 
.footer-is-light .store-footer .store-footer__inner ,.top-navbar {
    background-color: #ed1553;
}
.store-footer {
    color: #fff !important;
}
.s-product-card-entry ,.banner--fixed img {
  border: 1px solid #ed1553;
}
.s-product-card-entry {
    box-shadow: 0px 0px 8px 0px #33333340;
}
.slide--cat-entry{
   width: 7rem;
   height:7rem;
   border-radius: 50%;
}
.slide--cat-entry h2 {
    font-size: 0.775rem;
    line-height: 1rem;
    }
    
.slide--cat-entry i {
    font-size: 28px;}