// Function to update Google Consent Mode based on cookies function updateGoogleConsentFromCookies() { // Parse cookies into an object const cookies = document.cookie.split(';').reduce((acc, cookie) => { const [key, value] = cookie.split('=').map(c => c.trim()); acc[key] = value; return acc; }, {}); // Update consent for analytics if (cookies['analytics_consent']) { gtag('consent', 'update', { 'analytics_storage': cookies['analytics_consent'] }); } // Update consent for marketing if (cookies['marketing_consent']) { gtag('consent', 'update', { 'ad_storage': cookies['marketing_consent'], 'ad_personalization': cookies['marketing_consent'], 'ad_user_data': cookies['marketing_consent'] }); } } // Execute on page load updateGoogleConsentFromCookies();
Menu
Your Cart

Online shop for beads, components and tools for jewelry and other creative projects

TWEEZER WITH SHOVEL

TWEEZER WITH SHOVEL
TWEEZER WITH SHOVEL
9.00 лв.
Ex Tax: 7.50 лв.

Tweezers are tools used for picking up small objects that are not easy to grasp by hand.

Write a review

Please login or register to review