@media only screen and (max-width: 1200px) {

    .store-subcategory {
        width: 100%;
        justify-content: flex-start;
        max-width: none;
        gap: 16px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        .store-subcategory::-webkit-scrollbar {
            display: none;
        }
}
