Clay Masque

 
Tab container /.product-info-dropdowns display: flex; margin-top: 20px; font-family: inherit; / Tab headers /.tab-header flex: 1; padding: 12px 20px; cursor: pointer; font-weight: 600; text-align: center; background: #f2f2f2; border: 1px solid #e5e5e5; border-bottom: none; border-radius: 8px 8px 0 0; transition: background 0.2s ease; position: relative;.tab-header:hover background: #e9e9e9; / Arrow indicator /.tab-header::after content: "▼"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); transition: transform 0.2s ease; / Active tab arrow rotation /.tab-header.active::after transform: translateY(-50%) rotate(-180deg); / Tab content panel /.tab-content display: none; / collapsed by default / padding: 22px; background: #ffffff; border: 1px solid #e5e5e5; border-radius: 0 0 8px 8px; margin-top: -1px; / overlap border with tab headers / / Disclaimer styling /.disclaimer font-size: 0.85em; font-style: italic; opacity: 0.75; margin-top: 18px; Key Benefits How to Use

- Cleanse, Detoxify, Purify
- Acne relief - reduces redness and draws out blemishes
- Leaves skin radiant, silky soft
- Suitable all skin types

Spread thinly on face, neck, and decolletage. May feel cool and tingly for a couple of minutes as it purifies and draws out toxins and reduces redness. Leave 15 - 20 mins, rinse, moisturise. For best results use twice weekly. Dab on any blemish or pimple and leave on overnight.

Ingredients: Calcium Bentonite Clay, Sweet Almond, Emulsifying Wax, Colloidal Silver, Aloe Vera, Lavender Oil, Vitamin E, Optiphen, Water. // Collapsible tab logic const tabs = document.querySelectorAll('.tab-header'); tabs.forEach(tab =>tab.addEventListener('click', () =>const targetId = tab.dataset.target; const content = document.getElementById(targetId); // Toggle current tab const isOpen = content.style.display === 'block'; tabs.forEach(t =>t.classList.remove('active')); document.querySelectorAll('.tab-content').forEach(c =>c.style.display = 'none'); if (!isOpen) content.style.display = 'block'; tab.classList.add('active'); ); )

Store:
Pure South
SKU:
cm70
Price:
$34.04
0 0
×