/* Add custom CSS styles below */ 
.single-faq.w-full.rounded-lg.border.border-store-text-secondary.bg-store-bg-secondary.py-3.px-5 {
    border-color: #d87fcd;
}

.s-block--enhanced-features__item.group.overflow-hidden {
    border-color: #d87fcd;
}

.s-block--enhanced-features__item .feature-icon {
    width: 7rem;
}

.s-block--enhanced-features__item p {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--3 .container {
    max-width: 100%;
    padding: 0;
}
.text-primary-reverse {
    background: transparent;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 0rem;
        margin-right: 0rem;
        width: 100%;
    }
}
@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-left: 0rem;
    }
}
section:first-of-type {
    margin-top: 0px;
}
.navbar-brand img {
    object-fit: cover;
}
.advanced-slider__caption__inner__content__button span {
    color: #000 !important;
    font-weight: 600;
}
@media (max-width:600px){
  .s-block--enhanced-features__item .feature-icon {
    width: 4rem;
}
  .s-products-slider-card {
    height: auto !important;
    max-width: 207px;
  }
}