/* NAVBAR */
.ep-navbar {
    padding: 25px 40px;
    z-index: 2000;
    background: #fff;
}

.ep-logo {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

.ep-menu-open,
.ep-shop-link {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}

.ep-menu-toggle {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.ep-menu-toggle:hover {
   color: #73C7E7 !important;
    transition: color .2s ease-in-out;
}


/* OFFCANVAS FULLSCREEN */
.ep-offcanvas-menu {
    width: 100% !important;
    background: rgba(0,0,0,.5);
    color: #333;
    font-family: 'Archivo', sans-serif;
}

/* Wrapper per centrare il blocco bianco */
.ep-fullmenu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Close fuori dal riquadro bianco */
.ep-close-btn {
    position: absolute;
    top: 24px;
    right: 40px;
    background: none;
    border: none;
    color: #73C7E7;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .15em;
}

/* Riquadro bianco centrale */
.ep-fullmenu {
    background: #ffffff;
    padding: 60px 80px;
    max-width: 900px;
    width: 100%;
    max-height: 660px;
    overflow-y: auto;
}


.ep-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #707070;
}

.ep-menu-list a {
    color: #707070;
    font-size: 20px;
    text-decoration: none;
}

.ep-menu-list a:hover {
    opacity: .6;
}

/* Responsive */

@media (max-width: 768px) {
    .ep-navbar {
        padding: 15px 20px;
    }

    .ep-menu-list a {
        font-size: 15px;
    }
}

/* Spaziatura logo / Menu / Shop */
.ep-navbar .container-fluid {
    column-gap: 2rem;
}

/* Mobile: più respiro sopra */
@media (max-width: 768px) {
    .ep-navbar {
        padding: 22px 24px;
    }
}
