/* Add custom CSS styles below */
body {
  background-color: #fff !important;
}
.main-nav-container {
  box-shadow:none !important;
}
/* الصور المتحركة */
.carousel-slider .swiper {
    padding-left: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}
/* نهاية الصور المتحركة */

/* Product */
custom-salla-product-card {
  border:1px solid #7a8775 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
  border-radius: 0 !important;
}
.s-product-card-image {
  background-color: #fff !important;
}
.product-card__addToCart__btn salla-button button {
  background-color: #7a8775 !important;
  color: #fff !important;
}
.s-slider-block__title h2 {
  color: rgb(65 65 65) !important;
}
.s-slider-nav-arrow {
  border-color: #7a8775!important;
  background-color: #7a8775 !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
.s-products-slider-card {
  margin-top:4px;
  margin-bottom:4px;
}

/* End product */

/* بنر عريض */
section.s-block.s-block--fixed-banner .container{
  max-width:100% !important;
  padding:0  !important;
  margin:0 !important;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: transparent !important;
}
/* نهيايه البنر العريض */

/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid div.banner-entry {
  width: 48%;
  background-color: transparent !important;
  height: 830px !important;
}

.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

.s-block--square-links img.lazy.loaded {
  object-fit:contain !important;
}

.store-footer {
  margin-top:0 !important;
}
.footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__newsletter{
  background-color: #c2d1c4 !important;
  border-bottom-color: #fff !important;
}
.footer-is-custom .store-footer .store-footer__curve {
  color: #c2d1c4 !important;
  background-color: #c2d1c4 !important;
}



@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid div.banner-entry {
    width: 48%;
    height:222px!important
  }

}
@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
      padding-right: 0;
      padding-left: 0;
    }
}