{"product_id":"automat","title":"Automatic Bubble Gun with LED Lights","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ========== 样式隔离容器 ========== *\/\n    .custom-product-description {\n      --primary: #e67e23;        \/* 活力橙色主色调，沿用原品牌色 *\/\n      --primary-light: #fff5ed;  \/* 极浅橙色背景 *\/\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.12);\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 \/ SPEC 等）使用与原始一致的橙色加粗风格，但字号加大 *\/\n    .custom-product-description .section-heading {\n      font-size: 2.6rem;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 2.4rem 0 1.2rem;\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: 1.8rem 0 0.6rem;\n      line-height: 1.3;\n    }\n\n    \/* 正文段落 *\/\n    .custom-product-description p {\n      font-size: 1.1rem;\n      margin-bottom: 0.8rem;\n      color: var(--text-dark);\n    }\n\n    \/* 图片容器：圆角 + 柔和阴影，悬停交互 *\/\n    .custom-product-description .image-wrapper {\n      margin: 1.8rem 0 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: 2rem 0;\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: 110px;\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    .custom-product-description .package-list {\n      list-style: none;\n      margin: 0.6rem 0 1.8rem;\n      padding-left: 0.2rem;\n    }\n\n    .custom-product-description .package-list li {\n      font-size: 1.1rem;\n      padding: 0.5rem 0 0.5rem 2rem;\n      position: relative;\n      border-bottom: 1px dashed rgba(230, 126, 35, 0.2);\n    }\n\n    .custom-product-description .package-list li::before {\n      content: \"✓\";\n      color: var(--primary);\n      font-weight: 700;\n      font-size: 1.2rem;\n      position: absolute;\n      left: 0.2rem;\n      top: 0.45rem;\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: 2rem 0 1rem;\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.4rem 0 1.6rem;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"custom-product-description\"\u003e\n\u003c!-- FEATURES 区块标题 --\u003e\n\u003ch2 class=\"section-heading\"\u003eFEATURES\u003c\/h2\u003e\n\u003c!-- 特性1 --\u003e\n\u003ch3 class=\"feature-title\"\u003eAUTOMATIC LED BUBBLE GUN\u003c\/h3\u003e\n\u003cp\u003eExperience endless joy with our Automatic LED Bubble Gun. Featuring a high-output multi-hole nozzle and vibrant lights, it creates a magical atmosphere for kids' parties and outdoor summer activities.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"自动LED泡泡枪整体展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/2715\/7726\/files\/spp_shopify20260428175244_1bca4cc4aa2a5eae0d86e84ef6d43422.png?v=1777369969\"\u003e\u003c\/div\u003e\n\u003c!-- 特性2 --\u003e\n\u003ch3 class=\"feature-title\"\u003eMASSIVE BUBBLE OUTPUT\u003c\/h3\u003e\n\u003cp\u003eEngineered with a precision 29-hole nozzle, this bubble blaster delivers an overwhelming continuous stream of bubbles. Perfect for instantly filling any backyard or park with floating magic.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"多孔喷嘴产生大量泡泡\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/2715\/7726\/files\/spp_shopify20260428175250_d3ec8c1d688699c06d2c451474af1ecf.png?v=1777369975\"\u003e\u003c\/div\u003e\n\u003c!-- 特性3 --\u003e\n\u003ch3 class=\"feature-title\"\u003eRADIANT LED BUBBLE SHOW\u003c\/h3\u003e\n\u003cp\u003eElevate your evening parties with vibrant built-in LED lights. This premium bubble maker creates a glowing, magical atmosphere that keeps children entertained long after sunset.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"LED灯光泡泡效果\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/2715\/7726\/files\/spp_shopify20260428175257_d7f47c85d756fedf2e249634b0ee6040.png?v=1777369983\"\u003e\u003c\/div\u003e\n\u003c!-- 特性4 --\u003e\n\u003ch3 class=\"feature-title\"\u003eDESIGNED FOR LITTLE HANDS\u003c\/h3\u003e\n\u003cp\u003eThe lightweight design and smooth, curved handle ensure a secure, comfortable grip for children. Built with premium materials for endless, fatigue-free bubble fun all day long.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"儿童小手握持设计\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/2715\/7726\/files\/spp_shopify20260428175305_7b54baca75dbf556498e3f681d207a16.png?v=1777369990\"\u003e\u003c\/div\u003e\n\u003c!-- 特性5 --\u003e\n\u003ch3 class=\"feature-title\"\u003eSIMPLE DIP AND SHOOT\u003c\/h3\u003e\n\u003cp\u003eGetting started is incredibly easy. Simply pour the included premium bubble solution into the custom red dipping tray, dip the multi-hole nozzle, and pull the trigger for instant fun.\u003c\/p\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\u003cimg alt=\"蘸取泡泡液操作示意\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0668\/2715\/7726\/files\/spp_shopify20260428175312_b1409c2e1da237d3d08d1c07ac2b1eae.png?v=1777369997\"\u003e\u003c\/div\u003e\n\u003c!-- SPEC 规格区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eSPEC\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\"\u003e32-Hole Red, 32-Hole Blue, 29-Hole Pink, 29-Hole Blue, 23-Hole Blue, 23-Hole Red, 29-Hole Ice Plum Pink, 29-Hole Glacier Blue, 29-Hole Green, 29-Hole Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSize\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e13.6cm x 14.5cm (5.4 inches x 5.7 inches)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eABS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE INCLUDES 区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003ePACKAGE INCLUDES\u003c\/h2\u003e\n\u003cul class=\"package-list\"\u003e\n\u003cli\u003e1\/2 x Automatic Bubble Gun with LED Lights\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- NOTES 备注区块 --\u003e\n\u003ch2 class=\"section-heading\"\u003eNOTES\u003c\/h2\u003e\n\u003cdiv class=\"note-block\"\u003e\n\u003cp\u003eDo not drink the bubble solution. Adult supervision is recommended for young children.\u003c\/p\u003e\n\u003cp\u003eTo ensure longevity, please clean the bubble wands with water after each use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 保留原始脚本，不做任何修改 --\u003e \u003cscript\u003e\n      (function() {\n        console.log(\"LED Bubble Gun description loaded.\");\n      })();\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"ashbtop","offers":[{"title":"32-Hole Red \/ Buy 1","offer_id":48177916346590,"sku":"LP10338040SHS","price":23.99,"currency_code":"USD","in_stock":true},{"title":"32-Hole Red \/ Buy 2（Instant discount）","offer_id":48177916379358,"sku":"LP10338040SHS*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"32-Hole Blue \/ Buy 1","offer_id":48177916412126,"sku":"LP10338040SLS","price":23.99,"currency_code":"USD","in_stock":true},{"title":"32-Hole Blue \/ Buy 2（Instant discount）","offer_id":48177916444894,"sku":"LP10338040SLS*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Pink \/ Buy 1","offer_id":48177916477662,"sku":"LP10338040FEN","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Pink \/ Buy 2（Instant discount）","offer_id":48177916510430,"sku":"LP10338040FEN*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Blue \/ Buy 1","offer_id":48177916543198,"sku":"LP10338040LHI","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Blue \/ Buy 2（Instant discount）","offer_id":48177916575966,"sku":"LP10338040LHI*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"23-Hole Blue \/ Buy 1","offer_id":48177916608734,"sku":"LP10338040LAN","price":23.99,"currency_code":"USD","in_stock":true},{"title":"23-Hole Blue \/ Buy 2（Instant discount）","offer_id":48177916641502,"sku":"LP10338040LAN*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"23-Hole Red \/ Buy 1","offer_id":48177916674270,"sku":"LP10338040RAW","price":23.99,"currency_code":"USD","in_stock":true},{"title":"23-Hole Red \/ Buy 2（Instant discount）","offer_id":48177916707038,"sku":"LP10338040RAW*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Ice Plum Pink \/ Buy 1","offer_id":48177916739806,"sku":"LP10338040HFN","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Ice Plum Pink \/ Buy 2（Instant discount）","offer_id":48177916772574,"sku":"LP10338040HFN*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Glacier Blue \/ Buy 1","offer_id":48177916805342,"sku":"LP10338040QLS","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Glacier Blue \/ Buy 2（Instant discount）","offer_id":48177916838110,"sku":"LP10338040QLS*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Green \/ Buy 1","offer_id":48177916870878,"sku":"LP10338040LVS","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Green \/ Buy 2（Instant discount）","offer_id":48177916903646,"sku":"LP10338040LVS*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Yellow \/ Buy 1","offer_id":48177916936414,"sku":"LP10338040RYS","price":23.99,"currency_code":"USD","in_stock":true},{"title":"29-Hole Yellow \/ Buy 2（Instant discount）","offer_id":48177916969182,"sku":"LP10338040RYS*2","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/0134\/5502\/files\/spp_shopify20260428175319_44ed2f69eae58888140b238246bf65ec_dd68a234-9ca3-444f-973f-89827cd95f48.png?v=1777429652","url":"https:\/\/ashbtop.com\/products\/automat","provider":"ashbtop","version":"1.0","type":"link"}