.elementor-633 .elementor-element.elementor-element-11e9d20e{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:auto auto;--grid-auto-flow:row;}.elementor-633 .elementor-element.elementor-element-12d211f1{--display:flex;--justify-content:center;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );grid-row:span 2;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-633 .elementor-element.elementor-element-e441e55.elementor-element{--align-self:center;}.elementor-633 .elementor-element.elementor-element-e441e55 .cart button, .elementor-633 .elementor-element.elementor-element-e441e55 .cart .button{background-color:var( --e-global-color-6f60ba4 );transition:all 0.2s;}.elementor-633 .elementor-element.elementor-element-e441e55 .cart button:hover, .elementor-633 .elementor-element.elementor-element-e441e55 .cart .button:hover{color:var( --e-global-color-8d56c7d );background-color:var( --e-global-color-dafc57e );}.elementor-633 .elementor-element.elementor-element-7a49f1cd{--display:flex;grid-column:span 2;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-633 .elementor-element.elementor-element-3b36a15d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-6f60ba4 );}.elementor-633 .elementor-element.elementor-element-5ceb28cd{--display:flex;grid-column:span 2;}.elementor-widget-woocommerce-product-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-633 .elementor-element.elementor-element-3b1c4893{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:400;}.elementor-633 .elementor-element.elementor-element-977e1b6{--display:flex;}.elementor-633 .elementor-element.elementor-element-194b2625{--display:flex;}.elementor-633 .elementor-element.elementor-element-5ac6d265{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-633 .elementor-element.elementor-element-61cdd0be .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:#6EC1E400;}.elementor-633 .elementor-element.elementor-element-7921cf61{--display:flex;}.elementor-633 .elementor-element.elementor-element-3315e73f{--display:flex;}.elementor-633 .elementor-element.elementor-element-3315e73f.e-con{--align-self:stretch;}@media(min-width:768px){.elementor-633 .elementor-element.elementor-element-12d211f1{--content-width:947px;}}@media(max-width:1024px){.elementor-633 .elementor-element.elementor-element-11e9d20e{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-633 .elementor-element.elementor-element-11e9d20e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-e441e55 *//* Esconde o texto original */
.elementor-633 .elementor-element.elementor-element-e441e55 .single_add_to_cart_button {
    font-size: 0 !important;
    text-transform: none !important; /* Remove qualquer transformação global */
}

/* Formata o novo texto e ajusta o tamanho do botão */
.elementor-633 .elementor-element.elementor-element-e441e55 .single_add_to_cart_button::after {
    content: 'Adicionar ao carrinho' !important;
    font-size: 16px !important; /* Tamanho da letra */
    display: inline-block;
    padding: 12px 25px; /* O primeiro número é margem superior/inferior, o segundo é lateral */
    line-height: 1; /* Garante a centralização vertical */
    text-transform: none !important; /* Garante que respeite as minúsculas do código */
    width: 100%; /* Faz o texto ocupar o botão todo */
    text-align: center;
}

/* Formatação do título da variedade */
.elementor-633 .elementor-element.elementor-element-e441e55 .variations label {
    color: #3222AE !important;   /* Cor solicitada */
    font-size: 20px !important;  /* Tamanho de 20px */
    text-align: center !important; /* Centraliza o texto */
    display: block !important;    /* Garante que o alinhamento funcione ocupando a largura total */
    width: 100% !important;
    margin-bottom: 10px;         /* Espaço entre o título e a lista suspensa */
}

/* Esconde o texto original do botão */
.elementor-633 .elementor-element.elementor-element-e441e55 .single_add_to_cart_button {
    font-size: 0 !important;
    text-transform: none !important;
    position: relative;
}

/* Insere o novo texto e garante que o clique "passe" para o botão real */
.elementor-633 .elementor-element.elementor-element-e441e55 .single_add_to_cart_button::after {
    content: 'Adicionar ao carrinho' !important;
    font-size: 16px !important;
    display: inline-block;
    padding: 12px 25px;
    line-height: 1;
    text-transform: none !important;
    width: 100%;
    text-align: center;
    
    /* CRITICAL: Permite que o clique atinja o botão original abaixo deste texto */
    pointer-events: none !important; 
}

/* Esconde especificamente o alerta de erro no topo da página de produtos */
.woocommerce-error {
    display: none !important;
}

/* Garante que a mensagem de sucesso (tarja verde) continue visível */
.woocommerce-message {
    display: block !important;
}/* End custom CSS */