/* Add custom CSS styles below */ 
[dir=rtl] salla-slider.photos-slider .swiper{
    padding: 0 !important;
}
.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
}
 .carousel-slider .swiper-wrapper>div:first-of-type {
    padding: 0;
}
.s-block:first-of-type {
    margin-top: 0;
}
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock ,button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock{
    display: none;
}

/*banner--fixed*/
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
   
}
.banner-entry ,.two-row .banner-entry:first-child {
     height: 267px !important;
      background-color: transparent;
      padding: 0px;
      color: #fff;
 overflow: hidden;
  position: relative;
  transition: 0.5s;
   }
.one-row .banner-entry,
.two-row .banner-entry,
.one-row .banner-entry:first-child,
.two-row .banner-entry:first-child {
  grid-column: span 1;
  grid-row: span 1;
}
.sm\:gap-8 {
    gap: 0;
}
.sm\:py-16 {
    padding-top: 0;
    padding-bottom: 4rem;
}
@media (max-width: 767px){
.banner-entry ,.two-row .banner-entry:first-child {
    height:80px !important;
  } 
}

.s-product-card-content-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
section.s-block.s-block--photos-slider 
,section.s-block.s-block--fixed-banner.wide-placeholder
,section.s-block.s-block--banners.container{
    margin-bottom: 4rem;
}
.s-product-card-entry .s-product-card-content-sub {
    background-color: transparent;
}
.s-product-card-entry .s-product-card-image .special-btns .quike-view, .s-product-card-entry .s-product-card-image .special-btns button.s-product-card-wishlist-btn.s-button-icon {
    background-color: #965b4e !important;
}
.faqs-section  .left-side {
   background: linear-gradient(96.59deg, #B87362 9.6%, rgba(255, 255, 255, 0.2) 100%) !important;

}
.s-block__title h2 {
    color: #af6b5b;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}
.s-block__title {
    justify-content: center;
}