body{
  background-color:#fff;
}



/* Add custom CSS styles below */ 
.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}

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

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





.s-product-card-vertical {
     border-radius: 0px;

}
.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:#B38932;
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
  background: linear-gradient(90deg,rgba(22, 32, 46, 1) 0%, rgba(41, 61, 87, 1) 50%, rgba(22, 32, 46, 1) 100%);
     border-radius: 2px;

}

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 {
  color: #fff;
}


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

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

.store-footer__inner{
  background: linear-gradient(90deg,rgba(22, 32, 46, 1) 0%, rgba(41, 61, 87, 1) 50%, rgba(22, 32, 46, 1) 100%) !important;
  color:#fff;
}