.store-footer .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 600px) {
    .store-footer .lg\:grid-cols-6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}

:root{
--color-primary: #8e9648;
}

.footer-is-light .store-footer, .md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #fff;
    color: #000;
}
.two-row .banner-entry:first-child {
    padding: 0.5rem;
}
.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    right: 550px;
    color: #4e2f13;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
display: none;
}
.s-product-card-vertical{
border: 2px solid  #8e9648;
}
.s-product-card-image img {
    background-color: white;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #fff;
    color:#000;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem !important;
}
.rounded-md {
    border-radius: 0rem ;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}
.grid-flow-row {
    grid-auto-flow: column;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
 .banner--fixed img {
    background-color: #faebd700;
}   
.banner-entry {
    width: 100%;
    height: 300px !important;
    background-color: #f9fafb00;
} 
.store-footer__inner, .store-footer{
    border-radius: 50px;
    }
.banner-entry:hover {
    transform: scale(1.1);
    transition: 1s ease;
} 
@media (min-width: 768px) and (max-width:1199px)  {
.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    right: 350px;
    color: #4e2f13;
}
}     
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 100%;
    height: 170px ;
    background-color: #f9fafb00;
    }
 }
  @media (max-width: 480px) { 
   .banner-entry {
    width: 100%;
     height: 130px !important;
     background-color: #f9fafb00;
    }
    .s-social-list{
    display: flex;
    justify-content: center;
    }
    .s-block__title h2, .s-slider-block__title h2{
    position: relative;
    font-size: 1.3rem;
    right: 100%;
    font-weight: bold;
    color: #4e2f13;
    }
.swiper-wrapper>.s-products-slider-card.swiper-slide {
    width: 50%;
}
  .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20, .store-footer h3 {
      text-align: center;
    }
  .flex.items-center.m-0{
      justify-content: center;
      }
  salla-menu.hydrated, .s-contacts-list {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
  }
  .s-button-primary-outline {
    background-color: #8e9648 !important;
    color:#fff !important;
}
  .product-brand {
   display: none !important;
  }
  

/* الصورة الأولى تظهر فقط على الكمبيوتر */
.content-entry p:nth-of-type(2) img {
  display: block;
}

.content-entry p:nth-of-type(4) img {
  display: none;
}

/* على الموبايل: نعكس العرض */
@media only screen and (max-width: 768px) {
  .content-entry p:nth-of-type(2) img {
    display: none;
  }

  .content-entry p:nth-of-type(4) img {
    display: block;
  }
}