**New features:**
* Added search_products and get_variations methods.
* Removed Amazon API requests limit for all methods.
* Created AmazonException for better exception handling.
* Added asynchronous requests compatibility.
**Major changes:**
* Added parent_ASIN to product instance.
**Minor changes:**
* Cleaned code for more consistent style.
* Updated docstrings for all methods.
* Updated project structure.