/* 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;
  background:transparent;
}
.s-block.s-block--fixed-banner:nth-of-type(2) img{
  width:700px;
  margin:auto
}

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


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

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

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

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


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

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



.s-product-card-vertical {
  box-shadow: 0px 0px 9px 0px #adadad;
  padding: 8px;
}
.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:#A89F3A;
}

div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
  background: linear-gradient(96deg,rgba(58, 129, 123, 1) 0%, rgba(164, 213, 192, 1) 100%);

}

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(58, 129, 123, 1) 0%, rgba(164, 213, 192, 1) 100%);
 !important;
  color:#fff;
}
.square-photos{
  background-color:transparent;
}