/* Add custom CSS styles below */ 
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-right: 250px;
    width:60%
}

.statistics-list__item.justify-between.relative.flex.flex-col.w-full.border.border-dashed.border-primary.overflow-hidden.rounded {
background-color:#0a1843;
    
}
strong.icon.flex-center.text-4xl.w-16.h-16.text-primary,strong.text-sm.md\:text-base.text-\[var\(--store-title\)\]{    color:white !important;font-weight: 400
}
.store-footer.relative.flex.flex-col {
        padding-top:0 !important;

}
img.saji_anime.lazy.w-auto.h-auto.mx-auto.loaded {
    width: 100vw !important;
    max-width: 100vw !important;
}
.container.text-center {max-width: 100% !important;
    padding: 0 !important;
                    }
@media (max-width:796px){
  .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3.xl\:grid-cols-4.gap-3 {
    margin-right:0px;
    width:100%;
}
  .slider-wrap.relative {
    padding-bottom:10px
}
}