/* Add custom CSS styles below */ 

body{
    background-color: rgba(86, 174, 168, 0.13) !important;
}

salla-button .s-button-btn {
    background-color: #B55755 !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px #56AEA8 !important;
    color: #fff !important;
    border: none !important;
}

.s-product-card-fit-height .s-product-card-image {
    border: 3px solid #B55755 !important;
    box-shadow: 3px 3px #56AEA8 !important;
    border-radius: 5px !important;
}

.s-product-card-entry{
    border: none !important;
    background-color: transparent !important;

}

.s-product-card-content{
    padding: 1rem 0 !important;
}

/* زر عرض الكل */
.s-slider-block__display-all{
    border: none !important;
    color: #000 !important;
}

.s-product-card-content-title a, .s-product-card-sale-price{
    text-align:  right !important ;
}

.s-product-card-content-sub{
    justify-content: right !important;
}

/* Footer */
.footer-is-light .store-footer{
    background-color: #B55755 !important;
}

.store-footer__top{
    /*display: flex !important;*/
}

@media (min-width: 1024px) {
    .store-footer__top{
    display: flex !important;
}
.store-footer__top .full-about-block{
  border: none !important;
}
  
  .store-footer__top .container.grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
  .store-header .main-nav-container{
    background-color: #56AEA8 !important;
  }
  
  }
  .footer-list{
    order: -1 !important;
    padding-right: 30px;
  }
}

.full-about-block{
    border: none !important;
}

.store-footer__top p, .store-footer__top a > *, .s-menu-footer-list a, .store-footer p{
    color: #fff !important;
}

.store-footer__top h3{
    color: #000 !important;
}

.footer-list a:before{
  content: "" !important;
}

.footer-list a{
  padding-right: 0 !important;
}

.testimonials-slider .swiper-slide{
  padding-bottom: 3px !important;
}

.testimonials-slider .rounded{
  background-color: rgba(86, 174, 168, 0.13) !important;
    border-radius: 5px !important;
    border: 3px solid #B55755 !important;
    box-shadow: 3px 3px #56AEA8 !important; 
}

.testimonials-slider .sicon-quote-open:before{
  color: #F4A563 !important;
}

.store-header .header-icon-button .text-start, .store-header  .s-cart-summary-content{
    display: none !important;
}

.store-header .header-icon-button .icon, .store-header .search-btn {
    background-color: #F4A563;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}

 .store-header .s-cart-summary-count{
    background-color: #B55755 !important;
 }

 .s-slider-block__title{
        flex-direction: column !important;
 }

 .s-slider-block__title .s-slider-block__title-right h2{
    font-size: 30px !important;
    padding-left: 0 !important;
    margin-bottom: 30px !important;
   position: relative !important;

  }

 .s-slider-block__title .s-slider-block__title-right {
    padding-left: 0 !important;
  }

.s-slider-block__title .s-slider-block__title-right h2::after {
    content: "";
    position: absolute;
    left: 50%; /* ستبتعد عن النص لليمين */
    top: 120%;
    transform: translateX(-50%); /* لضمان توسطها عمودياً */
    width: 50px;
    height: 25px;
    background-image: url('https://cdn.salla.sa/KlElb/products/kQYZcyV6HHeC7YO1vlqwLahTqp8tw10ljxY4Q24L.png');
    background-size: contain;
      background-repeat: no-repeat;
  background-position: center;

}

  .s-slider-block__title .s-slider-block__title-left{
    align-self: end !important;
  }



.s-button-btn:hover {
    opacity: 1 !important;
    box-shadow: none !important;
}