/*
Theme Name: Hello-Evetex
Template: hello-elementor
Author: Dripp Marketing Digital
Version: 1.0
Description: Tema filho do Hello Elementor.
*/

/* Remove apenas o texto visível do cabeçalho */
/* Esconde completamente a linha de cabeçalho da tabela de cotações */
table.shop_table thead {
    display: none !important;
}

.woocommerce-variation-add-to-cart .quantity input.qty {
    width: 5em !important; /* suficiente para dois dígitos */
    text-align: center;
}

.woocommerce-variation-add-to-cart .added_to_cart {
    margin-left: 10px; /* ou use margin-right se quiser afastar o botão anterior */
}