Collection: Rough Stone

9 products
  • Calcite
    Regular price
    from $3.00
    Sale price
    from $3.00
    Regular price
    Unit price
    per 
    Sold out
  • Crystal Geodes
    Regular price
    from $3.50
    Sale price
    from $3.50
    Regular price
    Unit price
    per 
    Sold out
  • Gypsum Desert Rose
    Regular price
    from $2.50
    Sale price
    from $2.50
    Regular price
    Unit price
    per 
    Sold out
  • Lepidolite
    Regular price
    from $2.50
    Sale price
    from $2.50
    Regular price
    Unit price
    per 
    Sold out
  • Peacock Copper (Chalcopyrite)
    Regular price
    from $3.00
    Sale price
    from $3.00
    Regular price
    Unit price
    per 
    Sold out
  • Pyrite
    Regular price
    from $3.00
    Sale price
    from $3.00
    Regular price
    Unit price
    per 
    Sold out
  • Quartz Crystal Xlg
    Regular price
    from $4.00
    Sale price
    from $4.00
    Regular price
    Unit price
    per 
    Sold out
  • Selenite
    Regular price
    from $2.00
    Sale price
    from $2.00
    Regular price
    Unit price
    per 
    Sold out
  • Zebra Stone
    Regular price
    from $2.00
    Sale price
    from $2.00
    Regular price
    Unit price
    per 
    Sold out
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id^=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } }