/* Add custom CSS styles below */ 
.al-categories img {
    height: 150px;
    object-fit: contain !important;
}
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
/*footer*/
#new-location .s-payments-list-item img {
    height: 50px;
    width: 100%;
}#new-location .s-payments-list-item .md\:text-2xl {
    font-size: 1rem;
    line-height: 1.2rem;
}
@media (max-width:767px){
.al-testimonial .lg\:hidden * {
    color: #000 !important;
}
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-index .mb-10.w-full.flex.items-center.justify-center {
    height: 56px !important;
}}
.product-index .main-content h1#page-main-title {
    display: none;
}