/*
CTC Separate Stylesheet
Theme Name: eStore Child
Template: estore
Author: ThemeGrill
Description: Estilo customizado para site vitrine, apenas caixa da lupa.
Version: 1.0
*/
/* Remove overlay de hover da imagem do produto */
.woocommerce ul.products li.product .product-hover,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .quick-view {
    display: none !important;
}

/* Garante que a imagem fique clicável */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    pointer-events: auto;
}
.whatsapp-button {
    background-color: #25d366; /* verde WhatsApp */
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 25px; /* aumenta horizontal pra não cortar */
    font-weight: bold;
    text-decoration: none;
    display: inline-flex; /* pra centralizar */
    align-items: center;
    justify-content: center;
    height: 40px; /* força altura igual do botão original */
    line-height: normal;
    transition: background 0.3s;
}

.whatsapp-button:hover {
    background-color: #1ebe57;
    color: #fff;
}
.single_add_to_cart_button.whatsapp-button {
    background-color: #25d366 !important;
    color: #fff !important;
}

.single_add_to_cart_button.whatsapp-button:hover {
    background-color: #1ebe57 !important;
}
