@media (max-width: 767px) {
    /* Hide on Mobile Version */
    .nav-text, #productCarousel, #bottle-desktop, #color-desktop, .custom-product-zoomin {
        display: none;
    }

    /* Display on Mobile Version */
    #bottle-mobile, #color-mobile {
        display: block;
    }

    .nav-item>.material-icons {
        font-size: 1.2rem;
        margin: 0;
        vertical-align: middle;
    }

    .btn-shortcut {
        position: fixed;
        top: unset;
        bottom: 0%;
        right: 0;
    }

    .btn-shortcut a, #btn-scrollDown {
        display: none;
    }

    #btn-scrollTop img {
        height: 3rem;
    }

    .apo-min-height-30 {
        min-height: 17rem;
    }

    .apo-product-more-text {
        display: none;
    }

    #mobile-arrow {
        display: block;
        position: absolute;
        right: 1.5rem;
        top: 60%;
        color: #343a40;
        font-size: 2rem;
    }
}