.banners-vantagens {
    border-top: 0px solid;
    border-bottom: 0px solid;
}

@media only screen and (max-width: 1024px) {
    #rodape .collapsible-rodape {
        display: flex
;
        border-top: 0px solid rgba(144, 144, 144, .26);
        box-shadow: none;
    }
}

#rodape {
    box-shadow: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto; /* Centraliza o vídeo */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.banners-full {
    border-bottom: 0px solid rgba(144, 144, 144, .13);
}
.produto-detalhes .cep-real {
    border-top: 0px solid !important;
}

    .produto .principal > div {
        border-bottom: 0px solid rgba(0, 0, 0, 0.0);
    }



.pagina-carrinho .caixa-sombreada {
    padding: 0;
    box-shadow: rgb(255 255 255 / 15%) 0 1px 6px 3px !important;
}


.cores-personalizadas .vitrine-video .titulo-categoria strong svg {
    display: none;
}