/* Direitos de desenvolvimento: Constelação Tecnologia Aplicada */

#lc-upsell-superior-root {
    margin-top: 10px;
}

#lc-upsell-superior {
    padding-right: 10px;
}

#lc-upsell-superior .upsell-produto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    #lc-upsell-superior .upsell-produto {
        margin-bottom: 10px;
    }
}

#lc-upsell-superior .upsell-produto div:first-child {
    margin-left: 12px;
}

@media (max-width: 767px) {
    #lc-upsell-superior .upsell-produto div:first-child {
        margin-right: 12px;
    }
}

#lc-upsell-superior .upsell-produto div:first-child img {
    max-width: 100px;
    max-height: 100px;
}

#lc-upsell-superior .upsell-produto div:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    text-transform: uppercase;
    width: 240px;
    height: 100%;
    justify-content: space-evenly;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
}

#lc-upsell-superior .upsell-produto div:last-child p {
    text-align: center;
}

#lc-upsell-superior .upsell-produto div:last-child p.nome-produto {
    font-size: 0.68rem;
}

#lc-upsell-superior .upsell-produto div:last-child p.preco-produto {
    font-size: 16px;
}

#lc-upsell-superior .upsell-produto div:last-child a {
    text-transform: lowercase;
    padding: 11px;
    border-radius: 8px;
    text-decoration: none; /* Remove underline */
    background-color: red; /* Background color */
    color: white; /* Text color */
    font-weight: bold; /* Bold font */
    display: inline-block; /* Make it block level */
}

@media (max-width: 767px) {
    #lc-upsell-superior .upsell-produto div:last-child a {
        padding: 6px;
    }
}

#lc-upsell-superior .owl-stage {
    height: 130px;
    display: flex;
    align-items: center;
}

#lc-upsell-superior .owl-nav {
    height: 0;
    position: absolute;
    top: 19%;
    width: 100%;
    font-size: 25px;
}

#lc-upsell-superior .owl-nav button {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

#lc-upsell-superior .owl-nav .owl-next {
    float: right;
}

@media (min-width: 1222px) {
    #lc-upsell-superior .owl-nav .owl-prev {
        position: relative;
        left: -39px;
    }

    #lc-upsell-superior .owl-nav .owl-next {
        position: relative;
        right: -39px;
    }
}

#titulo-cn {
    color: var(--cTitulos);
    font-size: 22px;
    text-align: left !important;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}
