/* Add custom CSS styles below */ 


body.index header a,body.index header i,body.index header button {
 color: #fff
}

body.index .main-menu li>a:hover {
        color: #ffd1d1 !important; 
}
        
body.index header .sub-menu a {
    color: #000 !important;
}

.navbar-brand img{
height:80px !important;
}
custom-salla-product-card {
    border: 2px solid #54255d;
}
@media (max-width:767px){
.navbar-brand img{
height:60px !important;
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8{
        grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 >div {
height:80px !important;
}
}