/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2025 | 02:52:04 */
/* Reduz tamanho do botão Adicionar ao Carrinho */
body button.add_to_cart_button,
body .woocommerce ul.products li .button,
body .woocommerce-page button.add_to_cart_button {
    padding: 8px 12px !important;   /* diminui o padding interno */
    font-size: 14px !important;     /* diminui o tamanho da fonte */
    border-radius: 6px !important;  /* opcional: deixa mais delicado */
    height: auto !important;        /* ajusta altura automática */
    min-width: 120px;               /* opcional: largura mínima */
}

/* Hover permanece igual, mantendo aparência do tema */
body button.add_to_cart_button:hover,
body .woocommerce ul.products li .button:hover {
    transform: scale(1.02);         /* leve efeito hover */
    transition: all 0.2s ease;
}
