@media (max-width: 1000px) {
    .store-scroll-content {
        flex-direction: column;
    }

    .store-scroll-content-left {
        width: 100%;
        height: 250px;
    }

    .store-scroll-content-right {
        width: 100%;
        height: 150px;
    }

    .store-scroll-thumbnails {
        display: none;
    }

    .trending-card {
        width: 100%;
    }

    .trending-page {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .discount-card:nth-child(1) {
        grid-row: 1 !important;
        grid-column: 2 !important;
    }

    .discount-card:nth-child(2) {
        grid-row: 2 !important;
    }

    .discount-page--3large {
        grid-template-columns: 0px;
    }
}
