/* Add custom CSS styles below */ 
body.index {
  background-color:#000;
  color:#fff;
}

.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}

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

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

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

.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}
.s-product-card-vertical , .s-product-card-image{
  background-color:#1E1E1E;
}
.s-block.s-block--fixed-banner:first-of-type img {
  border-radius: 0px;
}

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

.s-block.s-block--fixed-banner img , .square-photos{
  background-color:transparent;
} 
.s-product-card-content-title a{
  color:#fff;
}

.s-block--banners .two-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* small screens */
  }
}

@media (min-width: 768px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* medium screens */
  }
}

@media (min-width: 1024px) {
  .s-block--banners .two-row {
    grid-template-columns: repeat(5, minmax(0, 1fr)); /* large screens */
  }
}

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

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



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

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
background: #F89329;
}

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 , .inner.bg-inherit , #product-filter , .total-price{
  color: #000;
}
.main-content h1{
color:#fff
}

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

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

.store-footer__inner{
  background: linear-gradient(180deg,rgba(0, 0, 0, 1) 20%, rgba(248, 147, 41, 1) 100%);
  color:#fff;
}