Two Cents : 3

Filter by price

Filter by attributes

Condition

Country of Issue

Grade

Metal Content

Mint/Brand

Product Type

Year

Category

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); }