/* Add custom CSS styles below */ 
.s-block--features__item .feature-icon i{
  color: #fff !important;
}
.top-navbar {
    background: #f8a8c4;
  color: #fff;
}
.top-navbar .s-search-input {
    background-color: #fff;
    border-style: none;
}
#main-content > section:nth-child(2){
  margin-top: 0px !important;
}
#main-content > section:nth-child(2) .container{
  padding-left:0px !important;
  padding-right:0px !important;
}

#main-content > section:nth-child(2) > div > a > picture > img{
  border-radius: 0px !important;
}

.s-block__title h2 {
    color: #f77479;
}
.s-button-btn{
    background:#f8a8c4;
    color: #fff;
}

.header-btn__icon, .s-user-menu-login-btn {
    background: #f8a8c4;
    color: #fff;
}
.s-user-menu-login-btn svg {
    fill: #fff;
}
.s-cart-summary-count {
    background-color: rgb(187 230 249);
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: #f3f4f6;
    background-color: rgb(169 199 224);
    color: #fff;
  border: none !important;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center{
  background: #f8a8c4;
}

.s-contacts-icon {
    background: #f8a8c4;
    border: none;
}