.pre-venda-texto {
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #ff9469;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.produto-vitrine__pre-venda {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4bbb22;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.pre-venda-texto-show {
    margin-top: 20px;
    background-color: #f2f2f2;
    padding: 20px;
    border: 1px solid #ff9469;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

.produto-show__pre-venda {
    display: inline;
    background-color: #4bbb22;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}