/* استایل‌های فرانت‌اند - فقط برای محصول 2158 */
body.single-product.product-id-2158 .umw-registration-form {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

body.single-product.product-id-2158 .umw-input-valid {
    border-color: #28a745 !important;
    background-color: rgba(40, 167, 69, 0.05) !important;
}

body.single-product.product-id-2158 .umw-input-invalid {
    border-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.05) !important;
}

body.single-product.product-id-2158 #umw_submit_btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 115, 170, 0.3);
}

body.single-product.product-id-2158 #umw_submit_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* کلاس برای محصول هدف */
body.single-product.product-id-2158 {
    /* استایل‌های خاص برای این محصول */
}

/* مخفی کردن کامل دکمه‌های خرید اصلی */
body.single-product.product-id-2158 form.cart .single_add_to_cart_button,
body.single-product.product-id-2158 form.cart button[type="submit"],
body.single-product.product-id-2158 .add_to_cart_button {
    display: none !important;
}

body.single-product.product-id-2158 .quantity {
    display: none !important;
}

body.single-product.product-id-2158 form.cart .variations,
body.single-product.product-id-2158 form.cart .single_variation_wrap {
    display: none !important;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    body.single-product.product-id-2158 .umw-registration-form {
        padding: 20px !important;
        margin: 20px 0 !important;
    }
    
    body.single-product.product-id-2158 .umw-form-group {
        margin-bottom: 20px !important;
    }
}