@media screen and (max-width: 1087px) {
    .promoZone .top-nav-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .promoZone .top-nav-wrapper .top-nav {
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: none;
        margin-left: 6px;
        flex-direction: row;
        justify-content: flex-start;
        width: 85%;
    }

    .promoZone .top-nav-right {
        box-shadow: -25px 0 5px -5px rgba(255, 255, 255, 0.97);
        appearance: none;
        color: #CCCCCC;
        background-color: white;
        font-size: 25px;
        border: none;
    }
}
