/* Add custom CSS styles below */ 


body {
    background-color:#fff !important;
}
button[product-status="sale"]{
  color: #000;
  background: #F2B1CB;
background: linear-gradient(90deg, rgba(242, 177, 203, 1) 0%, rgba(253, 231, 209, 1) 100%);
}

button[product-status="sale"]:hover{
  color: #000;
  background: #F2B1CB;
background: linear-gradient(270deg, rgba(242, 177, 203, 1) 0%, rgba(253, 231, 209, 1) 100%);
}
custom-salla-product-card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-product-card-entry * {
    justify-content: center;
    text-align: center;
}
.swiper-wrapper{
  padding: 20px 0px !important;
}

custom-main-menu{
  display: flex;
  align-items: center;
}


.store-footer__inner {
    color: #000;
  background: #F2B1CB;
background: linear-gradient(90deg, rgba(242, 177, 203, 1) 0%, rgba(253, 231, 209, 1) 100%);
}

@media (max-width: 992px) {
    .store-footer__inner * {
        justify-content: center;
        text-align: center;
    }
  
}
@media (min-width: 992px) {
.s-product-card-fit-height .s-product-card-image {
    height: 22rem !important;
    max-height: 22rem !important;
}
}