@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
      background-color: #bbadcb!important;
    }
}
.s-product-card-image-cover {
    -o-object-fit: cover;
    object-fit: cover;
 
}
.s-product-card-image img:hover {
    height: 100%;
    transition-duration: .5s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
   transform: translateY(-10px);
  transition: 0.3s;
}
.s-product-card-content-title a:hover{
  color: #bbadcb!important;
}
.s-product-card-price, .s-product-card-starting-price h4:hover{
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
   color: #bbadcb!important;
}
.swiper-wrapper {
    padding: 1rem;
}
@media screen and (max-width: 992px) {
  .container {
    flex: 50%;
  }
}
.footer-is-light .store-footer .store-footer__inner{
     background-color: #bbadcb!important;
    padding: 60px;
  text-align: center;
}