Test Product
Home
/
Store
$10
In stock
Add More
Add to Bag
Go to Checkout
Customer reviews
Reviews only from verified customers
No reviews yet. You can buy this product and be the first to leave a review.
Have questions?
Message Us
Share this product with your friends
Share
Share
Pin it
Test Product
Home
/
Store
Skip to main content
Menu
document.querySelectorAll('.ec-cart-option--value').forEach(option => { // Check if the text is exactly 'pink' if (option.textContent.trim().toLowerCase() === 'pink') { option.classList.add('is-pink'); } });