

.container-cabecalho-phone{
    display: none;
}

.container-bottom-bar{
    display: none;
}

i.icon.bx.bxl-whatsapp {
    color: white !important;
}

.footer-section > ul {
    margin: 0;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.btn-install-app {
    width: 50%;
    padding: 16px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: var(--green);
    color: white;
    font-weight: 500;
    font-size: 17px;
    animation: pulse 1.5s infinite; /* Adiciona a animação de pulso */
}

.contato-btn-whatsapp-footer {
    color: white !important;
    background: var(--green);
    padding: 16px;
    border-radius: 5px;
    width: 45%;
    display: block;
    margin: 0 auto;
}

.footer-section > ul > li {
    margin: 0;
    padding-bottom: 8px;
    
}
.footer-section > ul > li > a {
    color: #333;
}

img.logo-img-header {
    max-width: 110px;
    max-height: 60px;
    object-fit: contain;
}

.footer-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    text-align: center;
}

.footer-section > h4 {
    font-size: 20px;
    padding-bottom: 8px !important;
}


header.header-desktop {
    height: 75px;
    background: var(--cor-header-footer);
    display: flex;
    align-items: center;
    padding: 5px 0;
    width: 100%;
    position: fixed;
    z-index: 2;
    box-shadow: 0px 3px 8px #0000003d;
}


img.img-footer-logo {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

footer.footer-mobile-deskt {
    background: #f7f7f7;
    padding: 20px 5px;
}


.space-logo-descricao {
    line-height: 25px;
}

.content-cabecalho-desktop {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

ul.menus-desktop li {
    list-style: none;
}

ul.menus-desktop li a {
    color: var(--clr);
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
}

ul.menus-desktop {
    display: flex;
    column-gap: 45px;
    align-items: center;
}

span.circle-qtd-itens-cart {
    position: absolute;
    top: -8px;
    right: -20px;
    background: red;
    border-radius: 50%;
    text-align: center;
    color: var(--branco-roxo);
    padding: 0px 7px;
}
span.carrinho-corpo {
    position: relative;
}
span.menu-minhaconta i {
    font-size: 43px;
}

span.menu-minhaconta {
    display: flex;
    align-items: center;
    column-gap: 5px;
}









@media only screen and (max-width: 768px) {
    header.header-desktop {
        display: none;
    }

 




    



    /* TOP BAR - CABECALHO -  */
    .container-cabecalho-phone {
        background: #ffffff;
        position: fixed;
        z-index: 2;
        display: block;
        width: 100%;
        border-bottom: 1px solid #efefef;
        box-shadow: 0px 1px 5px #e7e7e7;
    }
    .content-cabecalho {
        display: flex;
        justify-content: space-between;
        padding: 5px 16px;
        align-items: center;
        background: var(--cor-header-footer);
    }
    .menu-phone i, .search-phone i {
        font-size: 38px;
        color: white;
        cursor: pointer;
    }
    /* .img-logo-phone {
        width: 100px;
    } */
    .logo-phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* PAGES AREA */

    .content-pages {
        padding-top: 60px;
        height: 100%;
        overflow-y: auto;
    }


    /* BOTTOMBAR MENUS */
 
    .container-bottom-bar {
        background: var(--cor-header-footer);
        border-radius: 35px 35px 0 0;
        position: fixed;
        width: 100%;
        display: block;
        bottom: 0;
        border-top: 1px solid #efefef;
        box-shadow: 0px -1px 5px #e7e7e7;
    }
    
    .content-bottom-bar ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    
    .content-bottom-bar ul li {
        position: relative;
        list-style: none;
        width: 70px;
        height: 70px;
        z-index: 1;
    }
    
    .content-bottom-bar ul li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        text-align: center;
        font-weight: 500;
        text-decoration: none;
    }
    
    .content-bottom-bar ul li a .icon {
        position: relative;
        display: block;
        line-height: 75px;
        font-size: 2.4em;
        text-align: center;
        transition: 0.5s;
        color: white;
    }
    
    .content-bottom-bar ul li.active a .icon {
        /* transform: translateY(-32px);
        background-color: var(--main-color-datails);
        border: 6px solid var(--branco-roxo); */
        color: white;
        /* width: 62px;
        height: 62px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        padding-top: 3px; */
    }

    .list a .f-span {
        position: relative;
    }
    span.circle-qtd-itens-cart {
        position: absolute;
        top: 17px;
        right: 40px;
        background: red;
        border-radius: 50%;
        text-align: center;
        color: var(--branco-roxo);
        padding: 0px 7px;
    }
    .content-bottom-bar ul li a .text {
        position: absolute;
        color: var(--clr);
        font-weight: 400;
        font-size: 0.75em;
        letter-spacing: 0.05em;
        transition: 0.5s;
        opacity: 0;
        transform: translateY(20px);
    }

    .content-bottom-bar ul li.active a .text {
        opacity: 1;
        transform: translateY(10px);
    }

    /* .content-bottom-bar ul li.active a .icon:after {
        content: '';
        position: absolute;
        right: -22px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-left-radius: 20px;
        box-shadow: 0px -10px 0 0 var(--branco-roxo);
    }

    .content-bottom-bar ul li.active a .icon:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: transparent;
        border-top-right-radius: 20px;
        box-shadow: 0px -10px 0 0 var(--branco-roxo);
    } */


    /*.indicator::before{
        content: '';
        position: absolute;
        left: -22px;
        top: 50%;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border-top-right-radius: 20px;
        box-shadow: 0px -10px 0 0 var(--branco-roxo);
    }
    .indicator::after{
        content: '';
        position: absolute;
        right: -22px;
        top: 50%;
        width: 20px;
        height: 20px;
        background-color: transparent;
        border-top-left-radius: 20px;
        box-shadow: 0px -10px 0 0 var(--branco-roxo);
    }

    .content-bottom-bar ul li:nth-child(1).active ~ .indicator{
        transform: translateX(calc(70px *0));
    } */


        /* JUMP EFFECT */

        @keyframes jump {
            0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
            50%  {transform: translate3d(0,10%,0) scale3d(.9,1,1);}
            100% {transform: translate3d(0,25%,0) scale3d(1,.9,1);}
          }
          .icon-btn-search {
            transform-origin: 50% 50%;
            animation: jump .5s linear alternate infinite;
          }
    
}