The hanging basket is a conflict you have with a 3rd party plugin.
I have disabled your plugins so only Swift Framework and WooCommerce are active and it works great. Please enable the plugins, one by one to find the one that is causing this.
You need to add this code to your child theme functions.php
, this relates to your other issue and is not related to the basket.
remove_action("redux/extensions/swift_framework_opts/before", 'swift_framework_redux_register_custom_extension_loader’);
Thanks.