.btn-giftback-shop-luana {
    position: fixed;
    top: 180px;
    right: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 999;
    cursor: pointer;
    transition: right 0.5s ease;
}

.fundo-principal-shop-luana{
    background-color: #000000 !important;
    color: #fff !important;
}

.fundo-principal-shop-luana:hover {
    opacity: .8;
}

@media (min-width: 767px) {
    .btn-giftback-shop-luana:hover {
        right: 0;
    }
    .btn-giftback-shop-luana i {
        margin-right: 25px;
        margin-left: 10px;
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .btn-giftback-shop-luana i {
        margin-right: 20px;
        margin-left: 5px;
    }
}



.tarja-preta-banner-shop {
    width: 100%;
    background-color: black;
    color: white;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0;
}

.tarja-preta-banner-shop a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.marquee-text-banner-shop {
    display: flex;
    white-space: nowrap;
    animation: marquee 45s linear infinite;
}

.marquee-text-banner-shop span {
    margin-right: 40px;
}


@keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@media(max-width: 480px){
    .tarja-preta-banner-shop {
        width: 100%;
        background-color: black;
        color: white;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        z-index: 1;
        padding: 5px 0;
    }
}



/* ajuste pontual tema */
.produto .conteiner-imagem img {
    max-height: 700px;
}


.li-whatsapp a {
    bottom: 80px !important;
    right: 14px !important;
    width: 60px !important;
    height: 60px !important;
}

.li-whatsapp i {
    font-size: 35px !important;
}