html:not(.dark) body.index .s-slider-block__title h2 ,
html:not(.dark) custom-salla-product-card div.price-wrapper *{
    
    color: #f25393;
}

html.dark custom-salla-product-card div.price-wrapper * ,
html.dark custom-salla-product-card div.price-wrapper span{
    
    --red-color: #fff4c6 !important;
    color: var(--red-color);
}

html.dark #app .mobile-nav {
    
    background-color: #fff4c6 !important;
   
    
}

html.dark .mobile-nav-outer .mob-n-li {
    
    color: #f25393 !important;
}

/************************************/

.s-payments-list > li:nth-of-type(4) > img {
  
}

.s-payments-list > li:nth-of-type(5) > img {
  
}

/**********************************/

@media (max-width:767px) {
body.index section.home-sec-2.has-smooth-slider.section-is-slider .slide-per-view-6 {
    max-width: 30% !important;
    width: 30% !important;
}
}