/* Add custom CSS styles below */ 
body{
  background-color:#121212;
  color:#fff;
}
.inner.bg-inherit , #product-filter{
  color:#000;
}
.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}

.s-block.s-block--fixed-banner img {
  border-radius: 0px;
}

.s-block.s-block--fixed-banner .container {
  max-width: unset;
  padding: 0px;
}

.s-block.s-block--fixed-banner img , .square-photos{
  background-color:transparent;
} 

.content.content--single-page{
  background-color:transparent;
}

.s-block--banners .two-row .banner-entry {
  height: 200px !important;
}

.two-row .banner-entry:first-child {
  grid-column: unset;
  grid-row: unset;
}

.product-single , .cart{
  background-color: #fff;
  color:#000;
}


.s-products-slider-slider .swiper-wrapper{
  padding:10px 0px ;
}
.s-product-card-content-sub {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color:#802378;
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
   background: linear-gradient(0deg,rgba(36, 35, 92, 1) 0%, rgba(128, 35, 120, 1) 75%);
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > span,
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > i , .s-product-card-content-title a{
color:#fff;

}
.s-product-card-vertical ,  .s-product-card-image {
background: transparent;
}


.s-button-outline {
  border: none;
}

.s-button-btn, .s-price-range-number-input{
  border-raduis:45px;
}

.store-footer__inner{
  background: linear-gradient(0deg,rgba(36, 35, 92, 1) 0%, rgba(128, 35, 120, 1) 75%);

  color:#fff;
}