body{
    background-color: #FFF8F5;
}

/* #logo_marca.logo_marca{
    width: 40%;
    display: block;
    margin: 0px auto;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow:
    0 0 180px 120px #171615;
} */
#logo_marca.logo_marca{
    width: 40%;

    display: block;

    margin: 10px auto 20px auto;
}

.arvores{
    width: 100%;
    background-image: url("../img/angel_flora_arvores_xxxz.png");
    height: 150px;
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
}

.barra_principal{
    display: flex;
    gap: 60px;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid gainsboro;
    border-radius: 6px;
    margin: 16px;
    padding: 8px;
    box-shadow: 2px 2px 6px gray;
}

.box_inicio{
    width: 100%;
}

.box_inicio h1{
    text-align: center;
    color: rgb(67, 96, 20);
    padding-top: 12px;
}

.box_sabonetes{
    margin: 40px 0px;
    padding: 20PX;
}

.box_sabonetes h2{
    color: rgb(67, 96, 20);
    padding-left: 20px;
}

.box_sabonetes hr{
    columns: rgb(67, 96, 20);
}

.icone_sacola_mini-carrinho{
    display: none !important;
}

.contador_sacola{
    width: 30px;
    height: 30px;

    background: linear-gradient(
        145deg,
        #7BC47F,
        #4E9B57
    );

    color: white;

    font-size: 15px;
    font-weight: bold;

    border-radius: 50%;

    position: absolute;

    bottom: 12px;
    right: 20px;

    display: flex;

    justify-content: center;
    align-items: center;

    border: 2px solid white;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.2);

    z-index: 5;
}

.img_btn_sacola:hover{

    animation: tremidinha 0.35s linear;

    transform: scale(1.06);

    filter: brightness(1.03);
}


@media (max-width: 768px) {

#carrinho_completo_wrapper {
    display: none !important;
}

.icone_sacola_carrinho-completo{
    display: none !important;
}

.icone_sacola_mini-carrinho{
    display: block !important;
}

#logo_marca.logo_marca { 
    width: 70%; 
}

.arvores { 
    height: 80px; 
}

.frase_inicial{
    display: none;
}

.barra_principal {
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 8px 12px;
}

.barra_principal > div:first-child {
    width: auto !important;
    padding-left: 0 !important;
}

.barra_principal > div:first-child h2 {
    font-size: 13px;
}

.texto_conta {
    font-size: 1rem !important;
}

.img_btn_sacola {
    width: 75px !important;
    height: 75px !important;
}

.contador_sacola{
    bottom: 0px;
    right: 0px;
}

}
 
@media (max-width: 480px) {
    #logo_marca.logo_marca { width: 85%; }
}