/* 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: #186d77 !important; 
}
        
body.index header .sub-menu a {
    color: #000 !important;
}


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


.banner-entry.anime-item {
    height: 185px !important;
}

@media (max-width:767px){
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.banner-entry.anime-item {
    height: 100px !important;
}
.store-footer__inner * {
justify-content:center !important;
align-items:center !important;
text-align:center !important;
}

}