/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 17:15:12 */
/* Força botão aparecer sempre */
ul.products li.product .button {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* Estilo transparente com borda */
ul.products li.product .button {
    background: transparent !important;
    border: 2px solid #25D366 !important;
    color: #25D366 !important;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Hover */
ul.products li.product .button:hover {
    background: #25D366 !important;
    color: #fff !important;
}

/* Remove animações do tema */
ul.products li.product:hover .button {
    transform: none !important;
}
