/* Add custom CSS styles below */

/* تطبيق التأثير فقط على الشاشات التي عرضها 767 بكسل أو أقل */
@media (max-width: 767px) {
    .text-base {
        font-size: 11px;
    }
    .text-sm {
        font-size: 11px;
    }
    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: 8rem;
    }



.s-product-card-content-title a{
        font-size: 11px;
}
.s-product-card-content-subtitle {
  
    font-size: 10px  !important;
    }
    
    .s-product-card-content-footer salla-add-product-button .s-button-primary {
        font-size: 11px  !important;

    }
    .w-12 {
width:35px;
    }
    .h-7 {
    height: 25px;
    }
.h-12 {
    height: 24px; !important;
}
.leading-6 {
    font-size: 11px;
    }
    .social-links .icon { 
    font-size: 15px;
    }
    .w-8 {
      width: 20px;
      }
}


/***/
section.angel-testimonials .h-full.transition-shadow.in-view {
    background: #f8efe0;
}
.s-angel--divider .divider-title:after {
    content: "";
    background: url(https://cdn.files.salla.network/homepage/1347003554/9c1b5f09-a049-4b1a-b35a-89adb38b76be.webp);
    display: block;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-angel--divider span.inline-block.vertical-lines{
    display: none;
}
.s-angel--divider.xl-title h2 {
    min-width: 10rem;
}
.s-block--faqs .bg-gray-100 {
    background-color: rgb(247 238 223);
}
.s-block--faqs i.faq-item.open-badge.sicon-add{
    color: rgb(205 168 87);
}
.s-block--faqs .faqs-list input:checked+div {
    border-color: #72564e;
}
.s-block--faqs .faqs-list input:checked+div .open-badge, .faq-container:hover .faq-item  {
    background-color: #72564e !important;
}