/* Add custom CSS styles below */ 
.title--primary,h2.title.title--xx-large.mb-0,.breadcrumb a {
    color: #f3958d !important;
}#site-header-outer{    height: 130px !important;
}header .site-header__wrapper .theme-logo img {
    height: 100px !important;
}.store-feature__icon i {
    color: black !important;
}@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.store-feature .store-feature__icon{
  animation: floatUpDown 2.5s ease-in-out infinite;
}