/* Add custom CSS styles below */ 
.banner--fixed img {
  background-color: transparent;
}

 .s-block--fixed-banner  {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

a.s-slider-block__display-all {
  display: none;
}

.s-slider-block__title-left {
  display: none;
  color: #fff !important;
}

.s-slider-block__title h2 {
  color: #000;
  border: none;
  font-size: 36px;
}




.s-product-card-content-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }

     footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}