{"product_id":"jewelry-lucky-scoop","title":"The Viral Sparkle Lucky Scoop 💍✨ (Jewelry Edition)","description":"\u003cstyle\u003e\n  \/* Custom Shopify Description Styles for Jewelry *\/\n  .sparkle-desc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: #222;\n    line-height: 1.6;\n    font-size: 15px;\n    max-width: 100%;\n    margin: 0 auto;\n  }\n  .sparkle-desc-wrapper h2 {\n    font-size: 24px;\n    font-weight: 800;\n    text-align: center;\n    margin-bottom: 15px;\n    color: #111;\n    letter-spacing: -0.5px;\n  }\n  .sparkle-desc-wrapper h3 {\n    font-size: 18px;\n    font-weight: 800;\n    margin-top: 30px;\n    margin-bottom: 15px;\n    border-bottom: 3px solid #f9ebd0;\n    padding-bottom: 5px;\n    color: #b8860b;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .sparkle-desc-wrapper p {\n    margin-bottom: 15px;\n  }\n  \n  \/* The Vault \/ Drops Box *\/\n  .blind-box-vault {\n    background: #fff;\n    border: 2px solid #f0e6d2;\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(184, 134, 11, 0.1);\n    padding: 25px;\n    margin: 30px 0;\n  }\n  .vault-title {\n    text-align: center;\n    font-weight: 900;\n    font-size: 20px;\n    margin-bottom: 5px;\n    color: #111;\n  }\n  .vault-subtitle {\n    text-align: center;\n    font-size: 13px;\n    color: #666;\n    margin-bottom: 20px;\n    font-weight: 500;\n  }\n  .rarity-tier {\n    margin-bottom: 15px;\n    padding: 15px;\n    border-radius: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  \/* Tier Colors \u0026 Borders (Jewelry Vibes) *\/\n  .tier-regular { background: #fdfdfd; border-left: 5px solid #d1d1d1; } \/* Silver vibe *\/\n  .tier-premium { background: #fffcf5; border-left: 5px solid #d4af37; } \/* Gold vibe *\/\n  .tier-epic { background: #fcf5f7; border-left: 5px solid #e5a0b5; } \/* Rose Gold vibe *\/\n  .tier-secret { \n    background: #111; \n    border: 2px solid #d4af37; \n    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);\n    color: white;\n    animation: gold-glow 2s infinite alternate;\n  }\n  \n  @keyframes gold-glow {\n    from { box-shadow: 0 0 10px rgba(212, 175, 55, 0.2); }\n    to { box-shadow: 0 0 20px rgba(212, 175, 55, 0.6); }\n  }\n\n  .rarity-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-weight: 800;\n    font-size: 15px;\n    margin-bottom: 5px;\n  }\n  \n  \/* Header Text Colors *\/\n  .tier-regular .rarity-header { color: #555; }\n  .tier-premium .rarity-header { color: #b8860b; }\n  .tier-epic .rarity-header { color: #c27ba0; }\n  .tier-secret .rarity-header { color: #f9ebd0; }\n  \n  .rarity-desc { font-size: 13px; color: #666; line-height: 1.4; margin-top: 5px;}\n  .tier-secret .rarity-desc { color: #ccc; }\n  \n  \/* Drop Rate Badges *\/\n  .rate-badge {\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: bold;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .rate-common { background: #eee; color: #555; }\n  .rate-premium { background: #f9ebd0; color: #b8860b; }\n  .rate-epic { background: #fce4ec; color: #c27ba0; }\n  .rate-secret { background: #d4af37; color: #111; box-shadow: 0 2px 5px rgba(212, 175, 55, 0.4);}\n\n  \/* Girl Math \/ Value Box *\/\n  .value-box {\n    background: #fdfbf7;\n    padding: 20px;\n    border-radius: 12px;\n    margin-bottom: 25px;\n    border-left: 5px solid #d4af37;\n  }\n  .value-box h4 { margin: 0 0 10px 0; color: #b8860b; font-size: 16px; font-weight: 800; }\n  .value-box p { margin: 0; font-size: 14px; color: #333; }\n\n  \/* Quantity Disclaimer *\/\n  .qty-disclaimer {\n    background: #f8f9fa;\n    padding: 15px;\n    border-radius: 8px;\n    font-size: 13px;\n    color: #555;\n    border: 1px dashed #ccc;\n    margin-bottom: 25px;\n    text-align: center;\n  }\n  .qty-disclaimer span {\n    font-weight: bold;\n    color: #111;\n  }\n\n  \/* Shipping Notice *\/\n  .shipping-notice {\n    text-align: center;\n    font-size: 13px;\n    color: #666;\n    background: #fcfcfc;\n    padding: 15px;\n    border-radius: 8px;\n    border: 1px solid #eee;\n    margin-top: 25px;\n  }\n\/* Shipping Accordion *\/\n.shipping-accordion {\n  background: #fcfcfc;\n  border: 1px solid #eee;\n  border-radius: 8px;\n  margin-top: 25px;\n  overflow: hidden;\n}\n.shipping-accordion summary {\n  list-style: none;\n  cursor: pointer;\n  padding: 14px 18px;\n  font-size: 13.5px;\n  color: #444;\n  font-weight: 600;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 12px;\n  transition: background 0.2s;\n}\n.shipping-accordion summary:hover {\n  background: #faf7f0;\n}\n.shipping-accordion summary::-webkit-details-marker {\n  display: none;\n}\n.shipping-accordion summary::after {\n  content: '▼';\n  font-size: 10px;\n  color: #b8860b;\n  transition: transform 0.3s ease;\n  flex-shrink: 0;\n}\n.shipping-accordion[open] summary::after {\n  transform: rotate(180deg);\n}\n.shipping-accordion summary strong {\n  color: #b8860b;\n}\n.shipping-accordion-content {\n  padding: 4px 18px 18px 18px;\n  font-size: 13px;\n  color: #555;\n  line-height: 1.65;\n  border-top: 1px solid #f0e6d2;\n}\n.shipping-accordion-content p {\n  margin: 12px 0;\n}\n.shipping-accordion-content ul {\n  margin: 8px 0 12px 0;\n  padding-left: 22px;\n}\n.shipping-accordion-content ul li {\n  margin-bottom: 6px;\n}\n.shipping-accordion-content strong {\n  color: #b8860b;\n}\n.shipping-accordion-content a {\n  color: #b8860b;\n  text-decoration: underline;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sparkle-desc-wrapper\"\u003e\n\u003ch2\u003eBuild Your Dream Jewelry Stack! 💍✨\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to boring jewelry and hello to the ultimate aesthetic upgrade! Our \u003cstrong\u003eViral Sparkle Scoops\u003c\/strong\u003e are custom-curated treasure chests filled with the most trendy, waterproof, and tarnish-free jewelry on the internet. Whether you love chunky gold hoops, custom charm necklaces, or dainty Y2K rings, let the scoop decide your next signature look.\u003c\/p\u003e\n\u003cdiv class=\"value-box\"\u003e\n\u003ch4\u003e💎 The Ultimate Jewelry Math\u003c\/h4\u003e\n\u003cp\u003eEvery single scoop is packed with so much aesthetic jewelry that the actual retail value of your bundle is always significantly higher than what you pay. It’s the smartest (and most fun) way to build your jewelry collection from scratch!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qty-disclaimer\"\u003e\n\u003cspan\u003e⚖️ How many pieces will I get?\u003c\/span\u003e\u003cbr\u003eTo keep the mystery exciting, we scoop based on \u003cstrong\u003eoverall value and weight\u003c\/strong\u003e, not an exact number! \u003cbr\u003e\u003cem\u003eFewer items = You pulled heavy, premium, high-value pieces (like chunky dome rings or thick chokers).\u003cbr\u003eMore items = You pulled a massive stack of cute, dainty everyday rings and chains.\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cvideo playsinline=\"playsinline\" muted=\"muted\" loop=\"loop\" autoplay=\"autoplay\" style=\"width: 100%; max-width: 400px; display: block; margin: 25px auto; border-radius: 16px; box-shadow: 0 8px 25px rgba(218, 165, 32, 0.2);\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ce4471dec84d4e8f85b15844a8f47c44.mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003cdiv class=\"blind-box-vault\"\u003e\n\u003cdiv class=\"vault-title\"\u003e🔓 What's Inside The Vault?\u003c\/div\u003e\n\u003cdiv class=\"vault-subtitle\"\u003eWe believe in full transparency! Here are the official Drop Rates for every piece we scoop:\u003c\/div\u003e\n\u003cdiv class=\"rarity-tier tier-regular\"\u003e\n\u003cdiv class=\"rarity-header\"\u003e\n\u003cspan\u003e🤍 The Base Stack\u003c\/span\u003e \u003cspan class=\"rate-badge rate-common\"\u003e~60% Drop Rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-desc\"\u003eWaterproof stainless steel rings, dainty 18k gold-plated chains, cute Y2K charm necklaces, and simple everyday hoops. The perfect foundation for any stack!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-tier tier-premium\"\u003e\n\u003cdiv class=\"rarity-header\"\u003e\n\u003cspan\u003e✨ The Premium Pulls\u003c\/span\u003e \u003cspan class=\"rate-badge rate-premium\"\u003e~25% Drop Rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-desc\"\u003eChunky gold dome rings, bold freshwater pearl chokers, heavy cuff bracelets, and genuine 925 Sterling Silver pieces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-tier tier-epic\"\u003e\n\u003cdiv class=\"rarity-header\"\u003e\n\u003cspan\u003e🎀 EPIC LOOT (Curated Sets)\u003c\/span\u003e \u003cspan class=\"rate-badge rate-epic\"\u003e~10% Drop Rate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-desc\"\u003eFully matched jewelry sets, personalized zodiac\/initial pendants, and gorgeous aesthetic velvet jewelry travel boxes to store your new haul!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-tier tier-secret\"\u003e\n\u003cdiv class=\"rarity-header\"\u003e\n\u003cspan\u003e💎 THE SECRET EDITION\u003c\/span\u003e \u003cspan class=\"rate-badge rate-secret\"\u003eUp to 40% in MEGA LUXE Box!\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rarity-desc\"\u003e\n\u003cstrong\u003eAuthentic Designer Piece (e.g., Vivienne Westwood \/ Swarovski) 👑\u003c\/strong\u003e\u003cbr\u003eWe randomly slip highly-coveted, 100% authentic designer jewelry into lucky orders! \u003cem\u003eStandard scoops have a small chance, but upgrading to the $289 MEGA LUXE Box boosts your odds up to a massive 40% to pull a real designer masterpiece!\u003c\/em\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; font-weight: 600; color: #444; font-size: 16px;\"\u003eThe bigger your bundle, the higher your chances of hitting the Designer Drop! 🥂\u003c\/p\u003e\n\u003cvideo playsinline=\"playsinline\" muted=\"muted\" loop=\"loop\" autoplay=\"autoplay\" style=\"width: 100%; max-width: 400px; display: block; margin: 25px auto; border-radius: 16px; box-shadow: 0 8px 25px rgba(218, 165, 32, 0.2);\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/76791a614c2e4c9a995b0b85e5cf7673.mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003cdetails class=\"shipping-accordion\"\u003e\n  \u003csummary\u003e\n    \u003cspan\u003e💌 \u003cstrong\u003eHand-Packed With Love\u003c\/strong\u003e — Delivery: 15–30 business days\u003c\/span\u003e\n  \u003c\/summary\u003e\n  \u003cdiv class=\"shipping-accordion-content\"\u003e\n    \u003cp\u003eEach Sparkle Scoop is individually hand-scooped and packed on camera in our studio, just like the videos. Due to extreme viral demand, please allow time for the full process:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003e5–10 business days\u003c\/strong\u003e for hand-packing in our studio\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e10–21 business days\u003c\/strong\u003e for international shipping\u003c\/li\u003e\n      \u003cli\u003eOrders with the \u003cstrong\u003ePersonalized Packing Video\u003c\/strong\u003e add-on may require up to \u003cstrong\u003e30 business days\u003c\/strong\u003e to prepare, since each one is filmed individually for you\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eTrust us — the unboxing dopamine is worth the wait. ✨\u003c\/p\u003e\n    \u003cp\u003eQuestions? Drop us a line anytime at \u003ca href=\"mailto:skupsy@skupsy.com\"\u003eskupsy@skupsy.com\u003c\/a\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Skupsy","offers":[{"title":"Default Title","offer_id":56840611332428,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/8939\/7580\/files\/20260103182503_227_6_jpg.webp?v=1772008587","url":"https:\/\/skupsy.com\/products\/jewelry-lucky-scoop","provider":"Skupsy","version":"1.0","type":"link"}