.trending-categories, .flash-sale, .best-sellers, .popular-products, .recent-products, .store-info {
    padding: 1rem;
    overflow-x: auto;
    white-space: nowrap;
}

.trending-categories .category-item, .product {
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    width: 100px;
}

.trending-categories img, .product img {
    width: 100%;
    border-radius: 12px;
}

.store-info {
    display: flex;
    gap: 1rem;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.store-info div {
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 10px;
    flex: 1 1 30%;
    text-align: center;
}
