/* Botões do Produto - Layout Vertical */
.product-card .product-actions {
    flex-direction: column !important;
}

.product-card .btn-primary {
    width: 100% !important;
}

.product-card .btn-whatsapp {
    font-size: 0.9rem !important;
}