/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.container.overflow-hidden.rounded-xl.py-8 p {
    font-size:12px !important;
  text-align: center;
}
a.group.flex.flex-col.items-center.justify-center.p-4.swiper-slide {
    padding: 0 !important;
}

@media only screen and (min-width: 769px) {
    .shopby_category {
        grid-template-columns: repeat(auto-fit, minmax(165px, 0)) !important;
        place-content: center !important;
    }
}
@media(max-width:992px){
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.container.overflow-hidden.rounded-xl.py-8 p {
    font-size:18px !important;
}
}