/* Opções de compra */
#buy-options--template,
#size-options--template,
.hide-options #buy-options {
    display: none;
}

.hide-options #order-button {
    margin-top: 30px;
}

.opcao-de-compra,
.opcao-de-tamanho {
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid black;
    padding:12px 14px;
    margin-bottom: 10px;

    margin-bottom: 18px;
    margin-right: 16px;
}

@media screen and (min-width: 1024px) {
    .opcao-de-compra,
    .opcao-de-tamanho {
        font-size: 18px;
        vertical-align: middle;
        border: 1px solid black;
        padding: 18px 20px;
        margin-bottom: 15px;
    }
}

.selected-size,
.selected-option {
    background-color: black;
    color: white;
}

#tamanhos-container .elementor-widget-wrap {
    display: none;
}

/* Preços */
#product-price-label {
    text-transform: none;
}

.preco-com-desconto {
    font-size: 40px;
    font-weight: bold;
}

.no-pix {
    
}

.desconto {
    display: inline-block;
    margin-top: 6px;
}

.preco-cheio {
    font-weight: bold;
}

.parcelas {
    font-weight: bold;
}

.valor-parcela {
    font-weight: bold;
}
