Catalogue
Browse our collection with advanced filtering

document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.accordion__item').forEach(item => {
console.log(item); // Check if item is being selected correctly
const checkboxes = item.querySelectorAll('.jet-checkboxes-list__input');
console.log(checkboxes); // Check if checkboxes are being selected correctly
const countDisplay = document.createElement('span');
countDisplay.className = 'count';
countDisplay.textContent = 'Checked: 0';
const content = item.querySelector('.accordion__content');
console.log(content); // Check if content is being selected correctly
if (content) {
content.appendChild(countDisplay);
} else {
console.error('Accordion content not found for item:', item);
}
// Function to update the count
const updateCount = () => {
const checkedCount = Array.from(checkboxes).filter(checkbox => checkbox.checked).length;
countDisplay.textContent = `Checked: ${checkedCount}`;
};
// Add event listeners to each checkbox
checkboxes.forEach(checkbox => {
checkbox.addEventListener('change', updateCount);
});
// Initial count update
updateCount();
});
});
Item
Collection
General
Special
Style
More
More
Metal
Price
Carat
.
22920 Items

Item
Collection
General
Special
Style
More
More
Metal
Price
Carat
_YG_0.jpg)
9KT_WG_0.jpg)
_WG_0.jpg)
14KT_YG_0.jpg)
9-2_WG_1.jpg)
_WG_0.jpg)
_WG_0.jpg)
_WG_0.jpg)
_YG_0.jpg)
18-GI1_WG_0.jpg)
18-2_WG_0.jpg)
9-GI1_WG_0.jpg)