${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
Elevate your DIY projects with ourPremium 5-Point Star Crystal Prong Settings— high-quality rhinestone charms designed for clothing, footwear, bags, and jewelry customization. Each piece features a multi-faceted crystal gemstone securely held by a durable silver-plated metal claw base, ready to add instant glamour to any creation.
Key Features
💎Superior Quality Crystals
Premium crystal rhinestones with precision-cut facets
✅Professional-Grade Quality— Trusted by fashion designers and crafters worldwide ✅Color Consistency— Uniform hues across all pieces ✅Damage-Free Shipping— Carefully packaged to prevent scratching ✅Bulk Orders Welcome— Perfect for manufacturers and workshops
Care Instructions
Avoid exposure to harsh chemicals and abrasives
Store in a dry, cool place
Handle with care to prevent crystal surface scratches
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `