{"product_id":"lucky-scoop","title":"The Viral Kawaii Lucky Scoop 🧸✨ (As Seen on TikTok)","description":"\u003cstyle\u003e\n  \/* Custom Shopify Description Styles *\/\n  .lucky-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  .lucky-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  .lucky-desc-wrapper h3 {\n    font-size: 18px;\n    font-weight: 800;\n    margin-top: 30px;\n    margin-bottom: 15px;\n    border-bottom: 3px solid #ffe4e8;\n    padding-bottom: 5px;\n    color: #e91e63;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .lucky-desc-wrapper p {\n    margin-bottom: 15px;\n  }\n\n  \/* Video Showcase *\/\n  .gif-showcase {\n    margin: 25px auto;\n    max-width: 360px;\n    border-radius: 18px;\n    overflow: hidden;\n    box-shadow: 0 8px 25px rgba(255, 143, 163, 0.25);\n    background: #fff0f3;\n    line-height: 0;\n  }\n  .gif-showcase video {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 18px;\n  }\n\n  \/* The Vault \/ Drops Box *\/\n  .blind-box-vault {\n    background: #fff;\n    border: 2px solid #ffb3c6;\n    border-radius: 16px;\n    box-shadow: 0 8px 25px rgba(255, 179, 198, 0.2);\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 *\/\n  .tier-regular { background: #f8f9fa; border-left: 5px solid #adb5bd; }\n  .tier-premium { background: #f0f8ff; border-left: 5px solid #4dabf7; }\n  .tier-epic { background: #fffbf0; border-left: 5px solid #fcc419; }\n  .tier-secret {\n    background: #fff0f3;\n    border: 2px solid #ff4d6d;\n    box-shadow: 0 0 15px rgba(255, 77, 109, 0.3);\n    animation: glow 2s infinite alternate;\n  }\n\n  @keyframes glow {\n    from { box-shadow: 0 0 10px rgba(255, 77, 109, 0.2); }\n    to { box-shadow: 0 0 20px rgba(255, 77, 109, 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: #495057; }\n  .tier-premium .rarity-header { color: #1864ab; }\n  .tier-epic .rarity-header { color: #e67700; }\n  .tier-secret .rarity-header { color: #c9184a; }\n\n  .rarity-desc { font-size: 13px; color: #555; line-height: 1.4; margin-top: 5px;}\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: #e9ecef; color: #495057; }\n  .rate-premium { background: #d0ebff; color: #1864ab; }\n  .rate-epic { background: #ffec99; color: #e67700; }\n  .rate-secret { background: #ff4d6d; color: white; box-shadow: 0 2px 5px rgba(255,77,109,0.4);}\n\n  \/* Girl Math \/ Value Box *\/\n  .girl-math-box {\n    background: #eaf4f4;\n    padding: 20px;\n    border-radius: 12px;\n    margin-bottom: 25px;\n    border-left: 5px solid #a4c3b2;\n  }\n  .girl-math-box h4 { margin: 0 0 10px 0; color: #2b9348; font-size: 16px; font-weight: 800; }\n  .girl-math-box p { margin: 0; font-size: 14px; color: #333; }\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\n  \/* Mobile tweaks *\/\n  @media (max-width: 480px) {\n    .gif-showcase { max-width: 100%; border-radius: 14px; }\n    .gif-showcase video { border-radius: 14px; }\n    .blind-box-vault { padding: 18px; }\n    .lucky-desc-wrapper h2 { font-size: 20px; }\n    .vault-title { font-size: 18px; }\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\n\u003cdiv class=\"lucky-desc-wrapper\"\u003e\n\n  \u003ch2\u003eStop Watching TikToks. Get Your Own Viral Haul! 🧸✨\u003c\/h2\u003e\n\n  \u003cp\u003eYou've seen the satisfying ASMR videos on your FYP. Now it's time to treat your inner child to the ultimate Blind Box experience! Our \u003cstrong\u003eViral Kawaii Lucky Scoops\u003c\/strong\u003e are custom-curated treasure chests filled with the cutest, most aesthetic stationery, tech, and accessories on the internet.\u003c\/p\u003e\n\n  \u003cdiv class=\"girl-math-box\"\u003e\n    \u003ch4\u003e💅 Ultimate Girl Math\u003c\/h4\u003e\n    \u003cp\u003eWe pack every single order with so many aesthetic goodies that the actual retail value of your scoop is always higher than what you pay. It's basically free money! \u003cem\u003e(Plus, you get the dopamine hit of a mystery unboxing).\u003c\/em\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gif-showcase\"\u003e\n    \u003cvideo autoplay loop muted playsinline preload=\"metadata\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/42b751ace8b044afbda6ade90bbf28a0.mov\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\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 item we scoop:\u003c\/div\u003e\n\n    \u003cdiv class=\"rarity-tier tier-regular\"\u003e\n      \u003cdiv class=\"rarity-header\"\u003e\n        \u003cspan\u003e🤍 The Base Drops\u003c\/span\u003e\n        \u003cspan class=\"rate-badge rate-common\"\u003e~65% Drop Rate\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rarity-desc\"\u003eWaterproof vinyl stickers, aesthetic highlighters, pastel memo pads, cute hair clips, and washi tapes. The building blocks of a perfect haul!\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rarity-tier tier-premium\"\u003e\n      \u003cdiv class=\"rarity-header\"\u003e\n        \u003cspan\u003e💎 The Premium Pulls\u003c\/span\u003e\n        \u003cspan class=\"rate-badge rate-premium\"\u003e~20% Drop Rate\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rarity-desc\"\u003eLuxury gel pens, 3D enamel keychains, stress-relieving squishies, and adorable mini figures.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rarity-tier tier-epic\"\u003e\n      \u003cdiv class=\"rarity-header\"\u003e\n        \u003cspan\u003e⚡ EPIC LOOT (Aesthetic Tech)\u003c\/span\u003e\n        \u003cspan class=\"rate-badge rate-epic\"\u003e~10% Drop Rate\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rarity-desc\"\u003eAesthetic LED room lamps, cute mini Bluetooth speakers, wireless pastel earbuds, and large Kawaii plushies! \u003cem\u003e(Guaranteed at least 1 Epic drop in our 3+ Scoop packages!)\u003c\/em\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rarity-tier tier-secret\"\u003e\n      \u003cdiv class=\"rarity-header\"\u003e\n        \u003cspan\u003e🔥 THE SECRET EDITION\u003c\/span\u003e\n        \u003cspan class=\"rate-badge rate-secret\"\u003eUp to 15% in VIP Box!\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rarity-desc\"\u003e\n        \u003cstrong\u003eThe Viral \"Y2K Dream\" Mini Phone 📱✨\u003c\/strong\u003e\u003cbr\u003eWe randomly slip this highly-coveted aesthetic mini phone into lucky orders. \u003cem\u003eStandard scoops have a ~5% chance, but upgrading to the MEGA VIP Box boosts your odds up to a massive 15%!\u003c\/em\u003e\n\n        \u003cvideo style=\"width: 100%; max-width: 400px; display: block; margin: 15px auto 5px auto; border-radius: 12px; box-shadow: 0 4px 15px rgba(255, 77, 109, 0.2);\" autoplay=\"autoplay\" loop=\"loop\" muted=\"muted\" playsinline=\"playsinline\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/80e8b207cd5a4b6da0e662a6d7ecc13f.mov\" type=\"video\/mp4\"\u003e\n            Your browser does not support the video tag.\n        \u003c\/source\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gif-showcase\"\u003e\n    \u003cvideo autoplay loop muted playsinline preload=\"metadata\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4440400901f847f898c2c7c7bfcaeb2a.mov\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\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\n\u003c\/div\u003e","brand":"Skupsy","offers":[{"title":"Default Title","offer_id":56840314945868,"sku":null,"price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/8939\/7580\/files\/lucky-scoop-all-categories-2_6ad9cbfe-20af-44ae-9dd6-c6a7f46e154c.jpg?v=1763877854","url":"https:\/\/skupsy.com\/products\/lucky-scoop","provider":"Skupsy","version":"1.0","type":"link"}