{"product_id":"handhe1","title":"Handheld Multi-Hole Bubble Machine","description":"\u003cstyle\u003e\n    \/* ========== 样式隔离容器 ========== *\/\n    .custom-product-description {\n      --primary: #e67e23;           \/* 活力橙色主色调 *\/\n      --primary-light: #fff6ed;     \/* 极浅橙色背景 *\/\n      --text-dark: #2d2a26;\n      --text-soft: #5c534a;\n      --bg-soft: #fefaf7;\n      --border-accent: #e67e23;\n      --radius-lg: 20px;\n      --radius-md: 14px;\n      --shadow-img: 0 8px 24px rgba(0,0,0,0.06);\n      --shadow-hover: 0 14px 32px rgba(0,0,0,0.11);\n      \n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      font-size: 18px;\n      line-height: 1.7;\n      letter-spacing: 0.35px;\n      color: var(--text-dark);\n      max-width: 780px;\n      margin: 0 auto;\n      padding: 0.8rem 0.5rem 2.2rem;\n      box-sizing: border-box;\n      word-break: break-word;\n    }\n\n    .custom-product-description *,\n    .custom-product-description *::before,\n    .custom-product-description *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* 大区块标题（FEATURES \/ SPECIFICATION \/ NOTES） *\/\n    .custom-product-description .section-heading {\n      font-size: 2.6rem;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 2.6rem 0 1.4rem;\n      line-height: 1.2;\n      letter-spacing: -0.2px;\n      text-transform: uppercase;\n    }\n\n    \/* 特性小标题（每个卖点） *\/\n    .custom-product-description .feature-title {\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: #3b322a;\n      margin: 2rem 0 0.5rem;\n      line-height: 1.3;\n    }\n\n    \/* 正文段落 *\/\n    .custom-product-description p {\n      font-size: 1.1rem;\n      margin-bottom: 0.6rem;\n      color: var(--text-dark);\n    }\n\n    \/* 图片容器：圆角 + 柔和阴影，悬停交互 *\/\n    .custom-product-description .image-wrapper {\n      margin: 1.6rem 0 2.2rem;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-img);\n      overflow: hidden;\n      transition: transform 0.25s ease, box-shadow 0.3s ease;\n      background: #fdfcfa;\n    }\n\n    .custom-product-description .image-wrapper img {\n      display: block;\n      width: 100%;\n      height: auto;\n      border-radius: var(--radius-lg);\n      transition: transform 0.3s ease;\n    }\n\n    .custom-product-description .image-wrapper:hover {\n      box-shadow: var(--shadow-hover);\n      transform: scale(1.01);\n    }\n\n    .custom-product-description .image-wrapper:hover img {\n      transform: scale(1.02);\n    }\n\n    \/* 规格表格容器 *\/\n    .custom-product-description .specs-box {\n      background-color: var(--primary-light);\n      border-radius: var(--radius-md);\n      padding: 1.8rem 2rem;\n      margin: 1.8rem 0 2.2rem;\n    }\n\n    .custom-product-description .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .custom-product-description .specs-table td {\n      padding: 0.65rem 0.2rem;\n      font-size: 1.05rem;\n      text-align: left;\n      vertical-align: top;\n      border-bottom: 1px solid rgba(230, 126, 35, 0.15);\n    }\n\n    .custom-product-description .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .custom-product-description .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n      min-width: 120px;\n      letter-spacing: 0.3px;\n    }\n\n    .custom-product-description .spec-value {\n      color: var(--text-dark);\n    }\n\n    \/* 备注块 *\/\n    .custom-product-description .note-block {\n      background-color: #fff9f2;\n      border-left: 6px solid var(--border-accent);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 1.5rem 1.8rem;\n      margin: 2rem 0;\n      font-size: 1.05rem;\n      color: #4e4032;\n    }\n\n    .custom-product-description .note-block p {\n      margin-bottom: 0.5rem;\n    }\n\n    .custom-product-description .note-block p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* 响应式：移动端 *\/\n    @media screen and (max-width: 600px) {\n      .custom-product-description {\n        font-size: 16px;\n        padding: 0.5rem 0.3rem 1.5rem;\n      }\n\n      .custom-product-description .section-heading {\n        font-size: 2rem;\n        margin: 2.2rem 0 1.2rem;\n      }\n\n      .custom-product-description .feature-title {\n        font-size: 1.3rem;\n      }\n\n      .custom-product-description p {\n        font-size: 1rem;\n      }\n\n      .custom-product-description .specs-box {\n        padding: 1.2rem 1.2rem;\n      }\n\n      .custom-product-description .specs-table td {\n        font-size: 0.95rem;\n        display: block;\n        width: 100%;\n      }\n\n      .custom-product-description .specs-table tr {\n        display: block;\n        margin-bottom: 0.8rem;\n      }\n\n      .custom-product-description .spec-label {\n        width: 100%;\n        font-weight: 700;\n        padding-bottom: 0.1rem;\n        border-bottom: none;\n      }\n\n      .custom-product-description .spec-value {\n        width: 100%;\n        padding-top: 0.1rem;\n        border-bottom: 1px solid rgba(230, 126, 35, 0.12);\n      }\n\n      .custom-product-description .specs-table tr:last-child .spec-value {\n        border-bottom: none;\n      }\n\n      .custom-product-description .note-block {\n        padding: 1.2rem 1.2rem;\n        font-size: 0.98rem;\n      }\n\n      .custom-product-description .image-wrapper {\n        margin: 1.2rem 0 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003ch2 class=\"section-heading\"\u003eFEATURES\u003c\/h2\u003e\n\u003c!-- 特性1 --\u003e\n\u003ch3 class=\"feature-title\"\u003eHIGH-BUBBLE OUTPUT – CREATES 2000+ BUBBLES PER MINUTE\u003c\/h3\u003e\n\u003cp\u003eDesigned for fun-filled moments, this handheld multi-hole bubble machine produces over 2000 bubbles per minute, filling the air with a magical stream of floating bubbles. Whether at a birthday party, picnic, or beach outing, it brings instant joy and excitement for children and adults alike.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"每分钟2000+泡泡输出展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/spp_shopify20260328121039_2e4d19198fcd0681774436c120444041.jpg?v=1774671043\"\u003e\u003c\/div\u003e\n\u003c!-- 特性2 --\u003e\n\u003ch3 class=\"feature-title\"\u003e26 MULTI-HOLE DESIGN – ENHANCED BUBBLE COVERAGE\u003c\/h3\u003e\n\u003cp\u003eEquipped with 26 small bubble holes, this machine creates a wide spray of bubbles in one go. The multiple nozzles ensure dense, even bubble dispersion, delivering an immersive bubble-blowing experience that's both visually captivating and entertaining.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"26孔多孔设计细节\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/spp_shopify20260328121046_50775e9507a97ade292808398a5f2444.jpg?v=1774671050\"\u003e\u003c\/div\u003e\n\u003c!-- 特性3 --\u003e\n\u003ch3 class=\"feature-title\"\u003ePORTABLE \u0026amp; USER-FRIENDLY – CONVENIENT CARRYING HANDLE\u003c\/h3\u003e\n\u003cp\u003eIts compact design and integrated carrying handle make it easy to transport and operate with one hand. Ideal for on-the-go fun, the lightweight structure is perfect for travel, outdoor events, and everyday play, offering bubble fun anytime, anywhere.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"便携提手设计\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/spp_shopify20260328121051_aaeb2a579d4bcaa7618670d7b498afe4.jpg?v=1774671055\"\u003e\u003c\/div\u003e\n\u003c!-- 特性4 --\u003e\n\u003ch3 class=\"feature-title\"\u003eCOLORED LIGHT EFFECTS – ADD VISUAL MAGIC TO BUBBLES\u003c\/h3\u003e\n\u003cp\u003eBuilt-in colored lights illuminate the bubbles as they are released, creating a dazzling effect—especially in low light or nighttime environments. The light show adds excitement and enhances the magical atmosphere of any occasion.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"彩色灯光泡泡效果\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/spp_shopify20260328121058_94440acdd6bcbf15822328fb03735d90.jpg?v=1774671061\"\u003e\u003c\/div\u003e\n\u003c!-- 特性5 --\u003e\n\u003ch3 class=\"feature-title\"\u003eRECHARGEABLE \u0026amp; LONG-LASTING – 120ML TANK + BATTERY POWER\u003c\/h3\u003e\n\u003cp\u003ePowered by a rechargeable battery and supported by a 120ml water tank, this device offers cordless freedom and extended playtime. No need for constant refills or battery swaps—just charge and go for hours of bubbly entertainment.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"可充电120ml水箱\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0818\/8690\/4560\/files\/spp_shopify20260328121102_cdff1b1a2462c13f4a90df0168c3843f.jpg?v=1774671065\"\u003e\u003c\/div\u003e\n\u003c!-- SPECIFICATION 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eSPECIFICATION\u003c\/h2\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eColor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eWhite, Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e15.5*15.5*10cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003ePlastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003ePackage Includes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e1*Handheld Multi-Hole Bubble Machine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- NOTES 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eNOTES\u003c\/h2\u003e\n\u003cdiv class=\"note-block\"\u003e\n\u003cp\u003eFully charge before first use for optimal performance.\u003c\/p\u003e\n\u003cp\u003eSupervise young children during use.\u003c\/p\u003e\n\u003cp\u003eClean nozzle area after each use to avoid clogging.\u003c!-- FEATURES 区块标题 --\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 保留原始脚本，不做任何修改 --\u003e\u003cbr\u003e\n\u003c\/div\u003e","brand":"ashbtop","offers":[{"title":"White","offer_id":48178420809950,"sku":"LP10306354BAI","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":48178420842718,"sku":"LP10306354HEI","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260328121108_357ab3ae34c2dcafb38aeb79100891aa_d4cc925b-cf78-4697-8ec2-ebfe32f3b6ea.jpg?v=1777443882","url":"https:\/\/ashbtop.com\/products\/handhe1","provider":"ashbtop","version":"1.0","type":"link"}