/* Add custom CSS styles below */ 

/* categories */

@media (min-width: 1024px){
.featured-categories   > div > .container > div{
  display: flex !important;
  grid-template-columns: unset !important;
  justify-content: center;
}
.featured-categories   > div > .container .saji_anime{
  width: 200px
}
}
/* product box */
custom-salla-product-card{
  border-radius: 12px
}
/* filter products */
.s-tabs-header{
  justify-content: center;
}
.s-tabs .s-tabs-header > *{
  border-radius: 50px ;
  overflow: hidden;
}