/* Add custom CSS styles below */ 
.sec__space {
    margin-bottom: 36px;
}
@media (min-width:1250px){
  .categories_grid_layout {
    display: flex !important;
    gap: 12px !important;
      justify-content:center;
}
.category-item-slider, .category-item-grid {
    text-align: center !important;
    width: 16% !important;
}
}
 .s-store-features .lg\:grid-cols-4
, .s-store-features .grid-cols-2{
    grid-template-columns: repeat(3,minmax(0,1fr));
}
@media (max-width: 767px) {
  .s-category-products img.w-full.h-full {
    max-height: 450px;
    object-fit: cover;
}
  .TH_fixedbanner_container_0 {
    width: 100%;
}
  .categories_remote_container_0 {
    display: none;
}
  .categories_remote_btn_mobile {
    display: none;
}
 .s-store-features .text-sm {
    font-size: .5rem;
}
}