#productDetail {
    #lojaOnline > #lojaOnlineLink > button {
        background-color: #27AE60;
    }

    .txt_between {
        color: #797979;
        text-align: center;

        font-size: 13px;
        line-height: 1rem;
    }

    .productDetail__buttons .btnDefault:hover {
        transform: translate(0, -4px);
    }
}

/* AJUSTES PONTUAIS HEADER */

#header {
    background: #004c87 !important;
}

.logo img {
    opacity: 0;
}

.logo {
    position: relative;
}

/* .logo::after {
    content: '';
    position: absolute;
    inset: 0;

    background-image: url(../site/img/logo-soprano-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 30%;
} */

.drop_cta {
    color: #fff !important;
}

.header--default nav .nav-link {
    color: rgba(255, 255, 255, .9);
}

.header--default nav .nav-link:hover {
    color: rgba(255, 255, 255);
}

.pj-link:not(:last-child) {
    background-color: #fff !important;
    color: #0077AF !important;
}