/* Custom styles for the Home page */

.location-search {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e3e4;
}

.carousel-item {
    height: 180px;
}

.browse-categories .category-item {
    flex: 0 0 auto;
    max-width: 100px;
    text-align: center;
}

.featured-products .product-item {
    flex: 0 0 auto;
    max-width: 200px;
}

@media (max-width: 768px) {
    .location-search {
        text-align: center;
    }

    .carousel-item {
        height: 150px;
    }

    .category-item img {
        height: 40px;
        width: 40px;
    }

    .product-item img {
        height: 100px;
        width: 100px;
    }

    .featured-products .product-item {
        max-width: 150px;
    }
}
