Order Support

Questions or concerns about your order? Submit the form below or email
[email protected]
Order Support

Maximum file size: 24MB

Your cart is empty.

const tabsPanel = document.querySelector('.woocommerce-Tabs-panel'); const tabsPanelCard = tabsPanel?.querySelector('.card.card-bordered.has-mb-16.md-mb-20.lg-mb-30'); if (tabsPanelCard) { const header = tabsPanelCard.querySelector('.card-header'); if (header) header.remove(); tabsPanel.innerHTML = ''; tabsPanel.appendChild(tabsPanelCard); }