.about-us-h1 {
    margin-top: 50px;
}
#slide-bullet {
    display: none;
}
#mobile-head-nav {
    width: 100vw;
    min-height: 50px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
}
#uomo-logo-header-mobile {
    margin: 0 40px;
}
#uomo-logo-header {
    display: none;
}
.nav-section-1 {
    display: none;
}
.nav-section-1-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.nav-section-2 {
    display: none;
}
.nav-section-2-mobile {
    width: 100%;
    height: 50px;
    background-color: white;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.cart-button {
    display: none;
}
.link-white {
    font-size: 25px;
}
.link-black {
    font-size: 25px;
}
#footer-currency-section {
    margin-bottom: 50px;
}
@media (max-width: 800px) {
    .nav-section-1-mobile {
        width: 340px;
    }
    .about-us-h1 {
        margin-top: 120px;
    }
}
@media (max-width: 500px) {
    #mobile-head-nav {
        flex-direction: column-reverse;
    }
    #uomo-logo-header-mobile {
        margin-top: 15px;
    }
    .about-us-h1 {
        margin-top: 150px;
    }
}