/* Add custom CSS styles below */ 
salla-apps-icons {
    display:none !important
}
@media (min-width: 1024px) {
    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
footer p , footer a , .sokar-store-footer .sokar-store-footer__inner h3 , .sokar-store-footer .sokar-store-footer__inner salla-menu a , 
.sokar-store-footer .sokar-store-footer__inner salla-contacts .s-contacts-item .unicode , .sokar-store-footer .sokar-copyright .copyright-text p{
    color:#250000 !important ;
}
li.s-social-link a{
    border: none;
    color: #fff;
}
li.s-social-link a[title="instagram"]{
    background-image: linear-gradient(150deg,#f9ce34,#ee2a7b,#6228d7);
}
li.s-social-link a[title="tiktok"]{
    background-image: linear-gradient(150deg,#00f2ea,#000,#ff0050);
}
.product-index-latest #thumbs {
    display:none;
}
.sokar-categories-grid-container {
    display:flex;
    flex-direction:row;
    justify-content:center
}
a.sokar-category-card.group {
    width:25%
}
@media (max-width:767px) {
    a.sokar-category-card.group {
        width:50%
    }
}