section#featured-products-style2-3 {
    background-color: #F5EEE8;
}
.bg-gray-100.p-2.md\:p-4.rounded-md {
    background-color: white;
    color: #CBB174;
}
nav > div{
  background:#f5eee8 !important
}

/* Hero Section */

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

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}

salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}

salla-slider[type]:not(.hydrated)>div, salla-slider[type]:not(.hydrated) .swiper>div>div, .carousel-slider .swiper {
     padding-left: 0;
}

s[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
}

salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0
}

section:first-of-type.s-block.s-block--photos-slider {
    margin: 0;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
  margin:0;
  padding:0
}

salla-slider.photos-slider .swiper-slide,
salla-slider.photos-slider .swiper-slide img {
  border-radius:0 !important
}



/* Categories Grid */ 

.s-block--banners .grid {
  grid-template-columns: repeat(1,1fr);
  grid-template-rows: 1fr;
  gap:1rem
}  

.s-block--banners .banner-entry{
  height:500px
}

@media (max-width:1024px){
  .s-block--banners .banner-entry{
    height: 300px
  }
}

@media (max-width:992px){
  .s-block--banners .banner-entry{
    height: 210px
  }
}

@media (max-width:480px){
  .s-block--banners .banner-entry{
    height: 105px
  }
}

.s-block--banners .lazy__bg {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
     grid-row: span 1/span 1 ; 
  }
}

/* Title */

.s-slider-block__title{
  display:none
}

@media(max-width:600px){
  .s-products-slider-card{
    width:60%
  }
}

/* Center */
.s-product-card-content > *{
  text-align:center;
}

.s-product-card-content-sub {
  justify-content:center
}


/* Last Banner */

.s-block--fixed-banner:nth-of-type(6) {
    padding: 1rem 8rem !important
}

@media (max-width:1200px){
.s-block--fixed-banner:nth-of-type(6) {
    padding: 1rem 2rem !important
}
}

/* No Bg For Banners */

.banner-entry{
  border-radius:0
}

.banner-entry,
.banner--fixed img{
  background-color:transparent !important
}

/* Footer */

.footer-is-light .store-footer .store-footer__inner{
  background-color: #d9d9d975
}

@media (max-width:1024px){
  footer  *{
    text-align: center;
    justify-content:center
  }
  footer .logo{
    margin:0 auto
  }
}

.copyright {
    background-color: transparent;
}

/* Fixed Card Lenght */

custom-salla-product-card .img {
    height: 300px;
}