.s-block.s-block--fixed-banner:first-of-type {
  margin-top: unset !important;
}
.s-block.s-block--fixed-banner img , .square-photos{
  background-color:transparent;
} 
.s-block--banners .two-row  {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
  grid-row: span 1;
}

@media(min-width: 992px) {
  .s-block--banners.container {
    max-width: 850px
  }
}

.s-block--banners .lazy-bg {
    background-size: cover !important;
}
.s-block--fixed-banner:first-of-type .container,
section:nth-child(8) > .container,
section:nth-child(10) > .container {
    padding: 0;
    max-width: unset;
}

.store-footer__inner{
  background-color: var(--color-primary) !important;
  color:#fff;
}
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
  background: var(--color-primary);
}
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-block--banners .right-side {
  padding: 0 !important;
}
.s-block--banners .s-block__title {
  justify-content: center;
  position: relative;
  padding-bottom: 2.5rem;
}
.s-block--banners .s-block__title h2 {
  font-size: clamp(1.5rem, 1.1939rem + 1.3061vw, 2.5rem)
}
.s-block--banners .s-block__title::before {
  content: 'تسوق مع أحدث المنتجات المميزة المضافة حديثاً';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: clamp(1rem, 0.8469rem + 0.6531vw, 1.5rem);
  text-align: center;
  text-wrap: nowrap;
}