/*Only in dev */
@media(max-width: 769px){
    .head-mobile > div {
        display: flex;
    }
    .js-menu-mobile.menu-mobile {
        display: flex;
        flex-direction: column;
    }

    .right-options {
        display: flex;
        position: relative;
        padding: 0px 5px;
    }
    

    
    .search-mobile {
        order: 1;
        left: unset;
    }
    
    .user-mobile {
        order: 2;
        display: block;
    }
    .cart-mobile {
        order: 3;
    }
    
    .right-options > div, .right-options > div a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .cart-mobile, .cart-mobile a {
        right: unset;
        width: 100%;
        height: 100%;
    }
    
    .cart-mobile {
        display: flex;
        float: none;
        flex-direction: row-reverse;
    }
    
    #cabecalho .cart-mobile strong.qtd-carrinho.titulo.cor-secundaria {
        left: unset !important;
        position: relative !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 20px;
        left: unset;
        top: unset;
    }
    .right-options .cart-mobile svg {
        width: 30px;
        height: 30px;
        top: unset;
        right: unset;
    }
    
    .right-options .user-mobile .icon-head {
        width: 30px;
        height: 30px;
    }
    .search-mobile .icon-head g {
        stroke: var(--cor_icones);
    }
    
    
}




@media(max-width: 769px){
    .menu-mobile-scroll .menu-content {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu-mobile-scroll .menu-content .icon-menu {
        height: 100%;
        width: 29px;
    }

    .menu-mobile-scroll .menu-content p {
        margin: 0;
    }


    .lrMenu .lrMenuBox .icon-menu {
        position: relative;
        top: 0;
        z-index: 901;
        left: 0;
        width: 28px;
        height: 100%;
    }
    
    .lrMenu .lrMenuBox .menu-content {
        padding: 0 10px;
        display: flex;
        position: relative;
        align-items: center;
    }
    
    .lrMenuBox>li>a strong {
        z-index: 900;
    }

}


a#return-to-top {
    bottom: 80px;
}
div.whats-button, 
.whats-button .pulse-button {
    right: 30px;
    left: unset;
}



/* POP UP - OFERTAS  - INICIO */

.plugoo-pop-up-offer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    visibility: hidden;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}

.plugoo-pop-up-offer.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}


.plugoo-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}
.plugoo-modal-offer {
    width: 95%;
    position: relative;
    height: 500px;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plugoo-modal-header {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #c3c3c3;
}


.plugoo-modal-content {
    padding: 0 10px;
}

.plugoo-pop-up-offer .slick-dots {
    display: flex !important;
    position: relative;
    gap: 6px;
    bottom: unset;
}


.plugoo-pop-up-offer .plugoo-modal-content .slick-dots >li {
    padding-bottom: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 0;
}

.plugoo-pop-up-offer .slick-dots >li.slick-active {
    background: var(--cor_primaria);
}

.plugoo-pop-up-offer .produto-sobrepor {
    border: 0;
}

.plugoo-pop-up-offer .product-item-offer .imagem-produto {
    display: flex;
    justify-content: center;
}

.plugoo-pop-up-offer .product-item-offer.listagem-item .nome-produto {
    text-align: left;
    font-size: .9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 36px;
    overflow: hidden;
}
.plugoo-pop-up-offer .imagem-principal {
    max-height: 250px;
}

.plugoo-pop-up-offer .listagem-item{
    position: relative;
}
.plugoo-pop-up-offer .product-item-offer .bandeira-promocao {
    white-space: break-spaces;
}

.plugoo-pop-up-offer .plugoo-modal-footer {
    display: flex;
    justify-content: center;
    background: var(--cor_botao_hover);
    border-radius: 0 0 7px 7px;
}

.plugoo-pop-up-offer .footer-see-all {
    padding: 10px;
    font-weight: 600;
    color: var(--cor_texto_botao_hover);
}

span.close-modal {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 36px;
    height: 36px;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    align-items: center;
    border-radius: 44px;
}

.plugoo-modal-header .modal-title {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.modal-title svg {
    width: 26px;
    height: 100%;
}

.plugoo-pop-up-offer .info-produto {
    margin-top: 5px;
}
.plugoo-pop-up-offer .info-produto, 
.plugoo-pop-up-offer .info-produto .preco-produto {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.lrMenu .lrMenuBox svg {
    width: 30px;
    height: 100%;
    fill: var(--cor_texto_botao);
}

.lrMenu .lrMenuBox .menu-mobile-offer .menu-content {
    background: var(--cor_botao);
    border-radius: 8px;
    margin: 0 10px 10px;
}

.lrMenu .lrMenuBox .menu-mobile-offer .menu-content strong {
    background: transparent;
    color: var(--cor_texto_botao);
}


.lrMenuBox {
    display: flex;
    flex-direction: column;
}

.lrMenu .lrMenuBox .menu-mobile-offer {
    order: 1;
}

.lrMenuBox > li:not(.menu-mobile-offer) {
    order: 2;
}


.menu-mobile-scroll .menu-content svg{
    width: 30px;
    height: 100%;
    fill: #000;
}

/* FLOATING BUTTON OFFER - INICIO */

.floating-offer {
    display: flex;
    position: fixed;
    /* width: max-content;
    height: max-content; */
    justify-content: center;
    align-items: center;
    background: var(--cor_botao);
    border-radius: 60px;
    transform: scale(1);
    animation: pulseOffer 2s infinite;
    z-index: 999;
}

@media(max-width:900px){
    .floating-offer {
        bottom: 14px;
        left: 15px;
    }
    .floating-offer .offer-button {
        color: var(--cor_texto_botao);
        font-size: .7rem;
        padding: 18px 2px;
        font-weight: 600;
        scale: .87;
    }
}

@media(min-width:769px){
    .floating-offer {
        bottom: 30px;
        left: 30px;
    }
    .floating-offer a {
        color: var(--cor_texto_botao);
        font-size: .7rem;
        padding: 23px 4px;
        font-weight: 600;
        scale: .87;
    }
}



.floating-offer svg {
    width: 34px;
    height: 36px;
    fill: var(--cor_texto_botao);
}

.floating-offer .offer-button {
    background: transparent;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@keyframes pulseOffer {
  0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 var(--cor_botao);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* FLOATING BUTTON OFFER - FIM */

/* POP UP - OFERTAS  - FIM */