.product-single article.full-description.details {
    padding: 0 !important;
}

.flex.flex-col.bg-gray-100.da-bgg.relative.md\:mb-6{
    background-color: rgb(245 173 191) !important;

}

.details {
    background-color: transparent!important;
}

section:nth-child(4 of .s-block--hero-slider) {
    background-image: linear-gradient(to bottom, #ffd2dd, #ffe5eb) !important;
}
section:nth-child(5 of .s-block--hero-slider) {
    background-image: linear-gradient(to bottom, #ffe5eb, #ffecf1) !important;
}
section:nth-child(6 of .s-block--hero-slider) {
    background-image: linear-gradient(to bottom, #ffecf1, #fff5f7) !important;
}

.faqs-list__item  {
    background-color: rgb(255 244 247) !important;
}

.store-footer {
    margin-top: 0 !important;
}

@media(max-width:480px){
  salla-slider.details-slider .swiper-slide {
    max-height: 465px !important;
}
}