/* Product Buttons Green Styling */
.product-content .btn {
    background: #2ab737 !important;
    color: white !important;
    border: none !important;
    transition: all 0.3s ease;
}

.product-content .btn:hover {
    background: #1e8b2a !important;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 183, 55, 0.3);
}
