.mobile-menu{

display:block;
}

.hero-content h1{

font-size:42px;
}

.hero-content p{

font-size:18px;
}

.services,
.products-section,
.appointment{

padding:80px 20px;
}

}

/* =========================================
CARRINHO MOBILE
========================================= */

@media (max-width:768px){

    .cart-icon{

        display:flex !important;

        align-items:center;

        justify-content:center;

    }

}

@media (max-width:768px){

    .menu .cart-icon{

        display:flex !important;

        align-items:center;

        justify-content:center;

        gap:6px;

        visibility:visible !important;

        opacity:1 !important;

    }

}

/* =========================================
CARRINHO FLUTUANTE MOBILE
========================================= */

.mobile-cart-float{

    display:none;

}

@media (max-width:768px){

    .mobile-cart-float{

        position:fixed;

        right:20px;

        bottom:20px;

        width:60px;

        height:60px;

        border-radius:50%;

        background:#00b894;

        color:#fff;

        display:flex;

        align-items:center;

        justify-content:center;

        font-size:24px;

        text-decoration:none;

        z-index:9999;

        box-shadow:0 4px 15px rgba(0,0,0,.3);

    }

    .mobile-cart-float span{

        position:absolute;

        top:-5px;

        right:-5px;

        width:24px;

        height:24px;

        border-radius:50%;

        background:red;

        color:white;

        font-size:12px;

        display:flex;

        align-items:center;

        justify-content:center;

        font-weight:bold;

    }

}

/* =========================================
BOTÃO HOME MOBILE
========================================= */

.mobile-home-float{

    display:none;

}

@media (max-width:768px){

    .mobile-home-float{

        position:fixed;

        left:20px;

        bottom:20px;

        width:60px;

        height:60px;

        border-radius:50%;

        background:#0984e3;

        color:white;

        display:flex;

        align-items:center;

        justify-content:center;

        text-decoration:none;

        font-size:24px;

        z-index:9999;

        box-shadow:0 4px 15px rgba(0,0,0,.3);

    }

}