{"product_id":"dancing","title":"Air-Driven Dancing Skeleton Aquarium Ornament","description":"\u003cstyle\u003e\n\/* =========================================================\n   AIR-DRIVEN DANCING SKELETON PRODUCT DESCRIPTION\n   Shopify scoped CSS + Container Queries\n   ========================================================= *\/\n\n.dsk-page,\n.dsk-page * {\n  box-sizing: border-box;\n}\n\n.dsk-page {\n  --dsk-dark: #071c20;\n  --dsk-dark-2: #0b292e;\n  --dsk-teal: #14b8bd;\n  --dsk-teal-soft: #e8f8f7;\n  --dsk-aqua: #63e0dc;\n  --dsk-cream: #f6f4ef;\n  --dsk-white: #ffffff;\n  --dsk-text: #17282c;\n  --dsk-muted: #627579;\n  --dsk-line: #d8e8e7;\n  --dsk-radius: 18px;\n  --dsk-shadow: 0 10px 30px rgba(8, 38, 43, 0.08);\n\n  width: 100%;\n  max-width: 1100px;\n  margin: 0 auto;\n  color: var(--dsk-text);\n  font-family: inherit;\n  line-height: 1.6;\n\n  container-type: inline-size;\n  container-name: dancing-page;\n}\n\n.dsk-page img {\n  width: 100%;\n  max-width: 100%;\n  height: auto !important;\n  display: block;\n  object-fit: contain !important;\n  object-position: center;\n  border: 0;\n}\n\n.dsk-page h2,\n.dsk-page h3,\n.dsk-page h4,\n.dsk-page p,\n.dsk-page ul {\n  margin-top: 0;\n}\n\n.dsk-page h2,\n.dsk-page h3,\n.dsk-page h4 {\n  line-height: 1.18;\n  letter-spacing: -0.02em;\n}\n\n.dsk-section {\n  margin: 18px 0;\n  overflow: hidden;\n  border-radius: var(--dsk-radius);\n}\n\n.dsk-inner {\n  padding: 28px 22px;\n}\n\n\/* ---------- HERO ---------- *\/\n\n.dsk-hero {\n  position: relative;\n  background:\n    radial-gradient(circle at 90% 15%, rgba(38, 212, 211, 0.18), transparent 34%),\n    linear-gradient(145deg, #06191d 0%, #0b3035 100%);\n  color: #fff;\n  border-radius: 22px;\n  overflow: hidden;\n}\n\n.dsk-hero__copy {\n  padding: 30px 24px 22px;\n  text-align: center;\n}\n\n.dsk-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  margin-bottom: 12px;\n  padding: 7px 12px;\n  border: 1px solid rgba(99, 224, 220, 0.45);\n  border-radius: 999px;\n  background: rgba(30, 179, 181, 0.12);\n  color: #9ff3ef;\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.dsk-hero h2 {\n  margin-bottom: 13px;\n  color: #fff;\n  font-size: clamp(29px, 7cqw, 50px);\n  font-weight: 850;\n}\n\n.dsk-hero h2 span {\n  color: var(--dsk-aqua);\n}\n\n.dsk-hero__lead {\n  max-width: 700px;\n  margin: 0 auto 20px;\n  color: #dcebed;\n  font-size: 16px;\n}\n\n.dsk-hero__highlights {\n  display: grid;\n  gap: 9px;\n  margin-top: 20px;\n}\n\n.dsk-hero__highlight {\n  padding: 11px 13px;\n  border: 1px solid rgba(255,255,255,0.13);\n  border-radius: 11px;\n  background: rgba(255,255,255,0.07);\n  color: #eefafa;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.dsk-hero__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-hero__image img {\n  border-radius: 15px;\n  background: #071c20;\n}\n\n\/* ---------- INTRO BENEFITS ---------- *\/\n\n.dsk-benefits {\n  padding: 20px;\n  background: var(--dsk-teal-soft);\n  border: 1px solid #cdeceb;\n}\n\n.dsk-benefit-grid {\n  display: grid;\n  gap: 11px;\n}\n\n.dsk-benefit {\n  display: flex;\n  gap: 12px;\n  align-items: center;\n  padding: 13px 14px;\n  background: #fff;\n  border: 1px solid #d8eceb;\n  border-radius: 13px;\n}\n\n.dsk-benefit__icon {\n  flex: 0 0 38px;\n  width: 38px;\n  height: 38px;\n  display: grid;\n  place-items: center;\n  border-radius: 50%;\n  background: #dff7f5;\n  font-size: 20px;\n}\n\n.dsk-benefit strong {\n  display: block;\n  margin-bottom: 1px;\n  color: #11373b;\n  font-size: 14px;\n}\n\n.dsk-benefit span {\n  display: block;\n  color: var(--dsk-muted);\n  font-size: 12px;\n  line-height: 1.4;\n}\n\n\/* ---------- FEATURE BLOCK ---------- *\/\n\n.dsk-feature {\n  background: #fff;\n  border: 1px solid var(--dsk-line);\n  box-shadow: var(--dsk-shadow);\n}\n\n.dsk-feature--soft {\n  background: var(--dsk-cream);\n}\n\n.dsk-feature__content {\n  padding: 26px 22px 18px;\n}\n\n.dsk-feature__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-kicker {\n  display: block;\n  margin-bottom: 7px;\n  color: #119da1;\n  font-size: 12px;\n  font-weight: 850;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.dsk-feature h3 {\n  margin-bottom: 8px;\n  color: #102f33;\n  font-size: clamp(23px, 5.2cqw, 34px);\n  font-weight: 850;\n}\n\n.dsk-feature__sub {\n  margin-bottom: 13px;\n  color: #238e92;\n  font-size: 15px;\n  font-weight: 750;\n}\n\n.dsk-feature p {\n  margin-bottom: 15px;\n  color: #536a6e;\n  font-size: 14px;\n}\n\n.dsk-checks {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.dsk-checks li {\n  position: relative;\n  margin: 8px 0;\n  padding-left: 25px;\n  color: #30484c;\n  font-size: 13.5px;\n}\n\n.dsk-checks li::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 18px;\n  height: 18px;\n  line-height: 18px;\n  text-align: center;\n  border-radius: 50%;\n  background: #dff8f5;\n  color: #078f94;\n  font-size: 11px;\n  font-weight: 900;\n}\n\n.dsk-feature__image img {\n  border-radius: 14px;\n}\n\n\/* ---------- LIGHTING ---------- *\/\n\n.dsk-lighting {\n  background:\n    radial-gradient(circle at 100% 0, rgba(46,211,208,.18), transparent 35%),\n    var(--dsk-dark);\n  color: #fff;\n}\n\n.dsk-lighting__copy {\n  padding: 27px 22px 18px;\n  text-align: center;\n}\n\n.dsk-lighting h3 {\n  margin-bottom: 10px;\n  color: #fff;\n  font-size: clamp(24px, 5.5cqw, 36px);\n}\n\n.dsk-lighting p {\n  max-width: 680px;\n  margin: 0 auto;\n  color: #c7dddf;\n  font-size: 14px;\n}\n\n.dsk-lighting__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-lighting__image img {\n  border-radius: 14px;\n}\n\n\/* ---------- STYLE OPTIONS ---------- *\/\n\n.dsk-styles {\n  background: #f2f9f8;\n  border: 1px solid #d6ecea;\n}\n\n.dsk-section-heading {\n  padding: 27px 22px 8px;\n  text-align: center;\n}\n\n.dsk-section-heading h3 {\n  margin-bottom: 8px;\n  font-size: clamp(24px, 5.2cqw, 34px);\n  color: #12373a;\n}\n\n.dsk-section-heading p {\n  max-width: 650px;\n  margin: 0 auto;\n  color: var(--dsk-muted);\n  font-size: 14px;\n}\n\n.dsk-style-grid {\n  display: grid;\n  gap: 14px;\n  padding: 16px;\n}\n\n.dsk-style-card {\n  overflow: hidden;\n  background: #fff;\n  border: 1px solid #d5e5e4;\n  border-radius: 15px;\n}\n\n.dsk-style-card img {\n  border-radius: 14px 14px 0 0;\n}\n\n.dsk-style-card__name {\n  padding: 12px 14px 14px;\n  text-align: center;\n  color: #18393d;\n  font-size: 14px;\n  font-weight: 800;\n}\n\n\/* ---------- HOW TO USE ---------- *\/\n\n.dsk-howto {\n  background: #ecf8f7;\n  border: 1px solid #cae7e5;\n}\n\n.dsk-howto__copy {\n  padding: 27px 22px 16px;\n}\n\n.dsk-howto h3 {\n  margin-bottom: 10px;\n  color: #12383b;\n  font-size: clamp(24px, 5.2cqw, 34px);\n}\n\n.dsk-steps {\n  display: grid;\n  gap: 10px;\n  margin-top: 18px;\n}\n\n.dsk-step {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  padding: 13px;\n  border-radius: 12px;\n  background: #fff;\n  border: 1px solid #d5ecea;\n}\n\n.dsk-step__num {\n  flex: 0 0 31px;\n  width: 31px;\n  height: 31px;\n  display: grid;\n  place-items: center;\n  border-radius: 50%;\n  background: var(--dsk-teal);\n  color: #fff;\n  font-weight: 900;\n}\n\n.dsk-step strong {\n  display: block;\n  margin-bottom: 2px;\n  color: #183c40;\n  font-size: 13px;\n}\n\n.dsk-step span {\n  display: block;\n  color: #67797d;\n  font-size: 12.5px;\n}\n\n.dsk-howto__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-howto__image img {\n  border-radius: 14px;\n}\n\n.dsk-note {\n  margin-top: 14px;\n  padding: 12px 13px;\n  border-left: 3px solid #14aeb2;\n  border-radius: 8px;\n  background: rgba(255,255,255,.78);\n  color: #4f666a;\n  font-size: 12.5px;\n}\n\n\/* ---------- SIZE ---------- *\/\n\n.dsk-size {\n  background: #fff;\n  border: 1px solid var(--dsk-line);\n}\n\n.dsk-size__copy {\n  padding: 27px 22px 15px;\n}\n\n.dsk-size h3 {\n  margin-bottom: 10px;\n  color: #12383b;\n  font-size: clamp(24px, 5.2cqw, 34px);\n}\n\n.dsk-size__stats {\n  display: grid;\n  gap: 10px;\n  margin-top: 16px;\n}\n\n.dsk-size__stat {\n  padding: 13px 15px;\n  border-radius: 12px;\n  background: #edf8f7;\n  border: 1px solid #d4ecea;\n}\n\n.dsk-size__stat small {\n  display: block;\n  color: #718286;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.dsk-size__stat strong {\n  color: #153d41;\n  font-size: 17px;\n}\n\n.dsk-size__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-size__image img {\n  border-radius: 14px;\n}\n\n\/* ---------- THEMED ---------- *\/\n\n.dsk-themed {\n  background: linear-gradient(145deg, #082327, #0d383b);\n  color: #fff;\n}\n\n.dsk-themed__copy {\n  padding: 27px 22px 16px;\n  text-align: center;\n}\n\n.dsk-themed h3 {\n  margin-bottom: 10px;\n  color: #fff;\n  font-size: clamp(24px, 5.2cqw, 34px);\n}\n\n.dsk-themed p {\n  margin: 0 auto;\n  max-width: 680px;\n  color: #d1e4e5;\n  font-size: 14px;\n}\n\n.dsk-theme-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-top: 17px;\n}\n\n.dsk-theme-tags span {\n  padding: 7px 11px;\n  border-radius: 999px;\n  background: rgba(86, 222, 215, .11);\n  border: 1px solid rgba(110, 232, 226, .28);\n  color: #dffafa;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n.dsk-themed__image {\n  padding: 0 16px 16px;\n}\n\n.dsk-themed__image img {\n  border-radius: 14px;\n}\n\n\/* ---------- SPECS ---------- *\/\n\n.dsk-specs {\n  background: #f6f8f7;\n  border: 1px solid #e0e8e6;\n}\n\n.dsk-specs .dsk-inner {\n  padding: 27px 20px;\n}\n\n.dsk-specs h3 {\n  margin-bottom: 18px;\n  color: #14393c;\n  font-size: clamp(24px, 5.2cqw, 32px);\n  text-align: center;\n}\n\n.dsk-spec-table {\n  overflow: hidden;\n  border: 1px solid #dbe7e5;\n  border-radius: 13px;\n  background: #fff;\n}\n\n.dsk-spec-row {\n  display: grid;\n  grid-template-columns: 42% 58%;\n  border-bottom: 1px solid #e5eceb;\n}\n\n.dsk-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.dsk-spec-row div {\n  padding: 11px 12px;\n  font-size: 12.5px;\n  overflow-wrap: anywhere;\n}\n\n.dsk-spec-row div:first-child {\n  background: #eef7f6;\n  color: #325155;\n  font-weight: 800;\n}\n\n.dsk-spec-row div:last-child {\n  color: #576b6e;\n}\n\n\/* ---------- REVIEWS ---------- *\/\n\n.dsk-reviews {\n  background: #fffaf3;\n  border: 1px solid #f0e4cf;\n}\n\n.dsk-reviews .dsk-inner {\n  padding: 27px 20px;\n}\n\n.dsk-reviews h3 {\n  margin-bottom: 17px;\n  text-align: center;\n  font-size: clamp(24px, 5.2cqw, 32px);\n  color: #38332c;\n}\n\n.dsk-review-grid {\n  display: grid;\n  gap: 12px;\n}\n\n.dsk-review {\n  padding: 16px;\n  border-radius: 13px;\n  background: #fff;\n  border: 1px solid #eee1ce;\n}\n\n.dsk-stars {\n  margin-bottom: 7px;\n  color: #efa721;\n  font-size: 14px;\n  letter-spacing: 1px;\n}\n\n.dsk-review p {\n  margin-bottom: 8px;\n  color: #665f56;\n  font-size: 13px;\n}\n\n.dsk-review strong {\n  color: #39352f;\n  font-size: 12px;\n}\n\n\/* ---------- FAQ ---------- *\/\n\n.dsk-faq {\n  background: #f1f8f7;\n  border: 1px solid #d6e8e6;\n}\n\n.dsk-faq .dsk-inner {\n  padding: 27px 20px;\n}\n\n.dsk-faq h3 {\n  margin-bottom: 17px;\n  color: #14383c;\n  font-size: clamp(24px, 5.2cqw, 32px);\n  text-align: center;\n}\n\n.dsk-faq details {\n  margin: 9px 0;\n  overflow: hidden;\n  border: 1px solid #d8e7e5;\n  border-radius: 11px;\n  background: #fff;\n}\n\n.dsk-faq summary {\n  position: relative;\n  padding: 14px 38px 14px 14px;\n  cursor: pointer;\n  list-style: none;\n  color: #234448;\n  font-size: 13.5px;\n  font-weight: 800;\n}\n\n.dsk-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.dsk-faq summary::after {\n  content: \"+\";\n  position: absolute;\n  right: 15px;\n  top: 50%;\n  transform: translateY(-50%);\n  color: #0ba1a5;\n  font-size: 20px;\n  line-height: 1;\n}\n\n.dsk-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.dsk-faq__answer {\n  padding: 0 14px 14px;\n  color: #627578;\n  font-size: 13px;\n}\n\n\/* ---------- FINAL BANNER ---------- *\/\n\n.dsk-final {\n  padding: 31px 22px;\n  text-align: center;\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 50% 0, rgba(70,220,215,.18), transparent 50%),\n    #071e22;\n  color: #fff;\n}\n\n.dsk-final h3 {\n  margin-bottom: 10px;\n  color: #fff;\n  font-size: clamp(26px, 6cqw, 38px);\n}\n\n.dsk-final h3 span {\n  color: var(--dsk-aqua);\n}\n\n.dsk-final p {\n  max-width: 640px;\n  margin: 0 auto;\n  color: #cee1e2;\n  font-size: 14px;\n}\n\n\/* =========================================================\n   CONTAINER QUERY\n   IMPORTANT:\n   450–650px description areas stay SINGLE COLUMN.\n   Layout only expands when the DESCRIPTION ITSELF is \u003e=820px.\n   ========================================================= *\/\n\n@container dancing-page (min-width: 820px) {\n\n  .dsk-hero {\n    display: grid;\n    grid-template-columns: 0.88fr 1.12fr;\n    align-items: center;\n  }\n\n  .dsk-hero__copy {\n    padding: 38px 12px 38px 34px;\n    text-align: left;\n  }\n\n  .dsk-hero__lead {\n    margin-left: 0;\n    margin-right: 0;\n  }\n\n  .dsk-hero__highlights {\n    grid-template-columns: 1fr;\n  }\n\n  .dsk-hero__image {\n    padding: 20px;\n  }\n\n  .dsk-benefit-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .dsk-feature {\n    display: grid;\n    grid-template-columns: 0.92fr 1.08fr;\n    align-items: center;\n  }\n\n  .dsk-feature:nth-of-type(even) {\n    grid-template-columns: 1.08fr 0.92fr;\n  }\n\n  .dsk-feature:nth-of-type(even) .dsk-feature__content {\n    order: 2;\n  }\n\n  .dsk-feature:nth-of-type(even) .dsk-feature__image {\n    order: 1;\n  }\n\n  .dsk-feature__content {\n    padding: 34px 30px;\n  }\n\n  .dsk-feature__image {\n    padding: 18px;\n  }\n\n  .dsk-style-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    padding: 18px;\n  }\n\n  .dsk-howto {\n    display: grid;\n    grid-template-columns: 0.9fr 1.1fr;\n    align-items: center;\n  }\n\n  .dsk-howto__copy {\n    padding: 34px 30px;\n  }\n\n  .dsk-howto__image {\n    padding: 18px;\n  }\n\n  .dsk-size {\n    display: grid;\n    grid-template-columns: 0.85fr 1.15fr;\n    align-items: center;\n  }\n\n  .dsk-size__copy {\n    padding: 34px 30px;\n  }\n\n  .dsk-size__stats {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .dsk-size__image {\n    padding: 18px;\n  }\n\n  .dsk-themed__image,\n  .dsk-lighting__image {\n    max-width: 830px;\n    margin: 0 auto;\n    padding: 6px 24px 24px;\n  }\n\n  .dsk-review-grid {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n}\n\n@container dancing-page (min-width: 1000px) {\n  .dsk-style-grid {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dsk-page\"\u003e\n\u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-hero\"\u003e\n\u003cdiv class=\"dsk-hero__copy\"\u003e\n\u003cdiv class=\"dsk-eyebrow\"\u003e💀 Bubble-Powered Aquarium Fun\u003c\/div\u003e\n\u003ch2\u003eGive Your Aquarium\u003cbr\u003eA Little \u003cspan\u003ePersonality\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"dsk-hero__lead\"\u003eTurn an ordinary corner of your fish tank into a playful underwater scene. Connect this articulated skeleton to a compatible air pump and watch bubbles bring it to life with fun, unpredictable movement.\u003c\/p\u003e\n\u003cdiv class=\"dsk-hero__highlights\"\u003e\n\u003cdiv class=\"dsk-hero__highlight\"\u003e💨 Air-Driven Movement\u003c\/div\u003e\n\u003cdiv class=\"dsk-hero__highlight\"\u003e🫧 Eye-Catching Bubble Display\u003c\/div\u003e\n\u003cdiv class=\"dsk-hero__highlight\"\u003e🎃 Halloween \u0026amp; Year-Round Fun\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-hero__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/dcd43f32399f221415663046a5654bd1.gif?v=1787298811\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK BENEFITS\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-benefits\"\u003e\n\u003cdiv class=\"dsk-benefit-grid\"\u003e\n\u003cdiv class=\"dsk-benefit\"\u003e\n\u003cdiv class=\"dsk-benefit__icon\"\u003e💨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBubble-Powered Motion\u003c\/strong\u003e \u003cspan\u003eAirflow adds playful underwater movement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-benefit\"\u003e\n\u003cdiv class=\"dsk-benefit__icon\"\u003e🫧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMore Than Static Décor\u003c\/strong\u003e \u003cspan\u003eAdds bubbles, movement and personality to your tank.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-benefit\"\u003e\n\u003cdiv class=\"dsk-benefit__icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSmall Footprint\u003c\/strong\u003e \u003cspan\u003eA vertical display that doesn't take over your aquarium.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE 1\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-feature\"\u003e\n\u003cdiv class=\"dsk-feature__content\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eAir-Driven Action\u003c\/span\u003e\n\u003ch3\u003e💨 Watch It Sway \u0026amp; Dance Underwater\u003c\/h3\u003e\n\u003cdiv class=\"dsk-feature__sub\"\u003eA simple stream of bubbles turns this skeleton into moving aquarium décor.\u003c\/div\u003e\n\u003cp\u003eConnect the ornament to a compatible aquarium air pump and the airflow creates movement around its articulated body. Adjust the airflow to find the motion that looks best in your setup.\u003c\/p\u003e\n\u003cul class=\"dsk-checks\"\u003e\n\u003cli\u003eAirflow-powered underwater motion\u003c\/li\u003e\n\u003cli\u003eCreates a playful swaying or dancing effect\u003c\/li\u003e\n\u003cli\u003eAdds activity to quiet areas of your tank\u003c\/li\u003e\n\u003cli\u003eMore entertaining than ordinary stationary décor\u003c\/li\u003e\n\u003cli\u003eMovement can vary with airflow strength\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-feature__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/8d2e07434f4ea7dabd586cb8f875d794609402b5.png\" alt=\"Air-driven dancing movement of skeleton aquarium ornament\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE 2\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-feature dsk-feature--soft\"\u003e\n\u003cdiv class=\"dsk-feature__content\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eFull Of Character\u003c\/span\u003e\n\u003ch3\u003e💀 Detailed Articulated Skeleton\u003c\/h3\u003e\n\u003cdiv class=\"dsk-feature__sub\"\u003eSpooky enough for Halloween. Funny enough to keep around all year.\u003c\/div\u003e\n\u003cp\u003eFrom the skull and rib cage to the tiny hands and feet, the full-body skeleton design gives your aquarium an instantly recognizable focal point. Its jointed-style limbs make the figure look dynamic even before the bubbles start.\u003c\/p\u003e\n\u003cul class=\"dsk-checks\"\u003e\n\u003cli\u003eDetailed full-body skeleton shape\u003c\/li\u003e\n\u003cli\u003eJointed-style arms and legs\u003c\/li\u003e\n\u003cli\u003ePlayful rather than overly frightening\u003c\/li\u003e\n\u003cli\u003eInteresting from multiple viewing angles\u003c\/li\u003e\n\u003cli\u003ePerfect for spooky and fantasy tank themes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-feature__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/aca64a40655469971a51cf3979a69fcd81cace8f.png\" alt=\"Detailed articulated skeleton aquarium decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE 3\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-feature\"\u003e\n\u003cdiv class=\"dsk-feature__content\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eBubble Display\u003c\/span\u003e\n\u003ch3\u003e🫧 Bring A Quiet Tank To Life\u003c\/h3\u003e\n\u003cdiv class=\"dsk-feature__sub\"\u003eRising bubbles add another layer of movement around the skeleton.\u003c\/div\u003e\n\u003cp\u003eOnce connected to your air system, the ornament creates a lively bubble effect that stands out beautifully against plants, gravel, aquarium rocks and colorful fish.\u003c\/p\u003e\n\u003cul class=\"dsk-checks\"\u003e\n\u003cli\u003eCreates an eye-catching stream of bubbles\u003c\/li\u003e\n\u003cli\u003eAdds visible movement to the aquarium\u003c\/li\u003e\n\u003cli\u003eLooks great beside plants, rocks and caves\u003c\/li\u003e\n\u003cli\u003eEspecially striking against dark backgrounds\u003c\/li\u003e\n\u003cli\u003eMakes a fun backdrop for photos and videos\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-feature__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/1609b3290cb96763bd1ac34809f92c6c0b88f7bb.png\" alt=\"Skeleton aquarium ornament surrounded by rising bubbles\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE 4\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-feature dsk-feature--soft\"\u003e\n\u003cdiv class=\"dsk-feature__content\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eSimple Setup\u003c\/span\u003e\n\u003ch3\u003e🔗 Easy Airline Connection\u003c\/h3\u003e\n\u003cdiv class=\"dsk-feature__sub\"\u003eAdd it to a compatible aquarium air system in just a few steps.\u003c\/div\u003e\n\u003cp\u003eThe base includes an air inlet designed for compatible aquarium airline tubing. Connect the tubing, position the ornament on your substrate and adjust your air pump until you get the bubble and movement effect you want.\u003c\/p\u003e\n\u003cul class=\"dsk-checks\"\u003e\n\u003cli\u003eConnects to suitable aquarium airline tubing\u003c\/li\u003e\n\u003cli\u003eCompatible with many common air-pump setups\u003c\/li\u003e\n\u003cli\u003eEasy to remove when cleaning your tank\u003c\/li\u003e\n\u003cli\u003eSimple to reposition when changing your aquascape\u003c\/li\u003e\n\u003cli\u003eSuitable for new and experienced aquarium owners\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"dsk-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e A compatible aquarium air pump is required for the bubbling and dancing effect. Air pump and airline tubing inclusion may vary by selected package.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-feature__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/d59ef143b2b2dea29cdccd66aca571e1443554ef.png\" alt=\"Aquarium airline tubing connection for dancing skeleton ornament\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FEATURE 5\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-feature\"\u003e\n\u003cdiv class=\"dsk-feature__content\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eSpace-Saving Design\u003c\/span\u003e\n\u003ch3\u003e🌟 Compact Freestanding Base\u003c\/h3\u003e\n\u003cdiv class=\"dsk-feature__sub\"\u003eAdd a tall focal point without using much aquarium floor space.\u003c\/div\u003e\n\u003cp\u003eThe compact base sits on a flat area of aquarium substrate while the skeleton uses vertical tank space. That makes it easy to place between rocks, plants and other decorations.\u003c\/p\u003e\n\u003cul class=\"dsk-checks\"\u003e\n\u003cli\u003eCompact footprint for smaller display areas\u003c\/li\u003e\n\u003cli\u003eUses vertical aquarium space efficiently\u003c\/li\u003e\n\u003cli\u003eEasy to position among gravel and rocks\u003c\/li\u003e\n\u003cli\u003eFreestanding and easy to reposition\u003c\/li\u003e\n\u003cli\u003eCreates a focal point without overcrowding the tank\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-feature__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/6f67bfb2559d805c63bbfae544e349a837750d54.png\" alt=\"Compact freestanding base of skeleton aquarium ornament\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       LIGHTING\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-lighting\"\u003e\n\u003cdiv class=\"dsk-lighting__copy\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eAquarium Lighting\u003c\/span\u003e\n\u003ch3\u003e🌈 Different Lights. Different Moods.\u003c\/h3\u003e\n\u003cp\u003eAquarium LEDs can completely change the look of the skeleton. Blue creates a cold underwater glow, purple adds a spooky mood, green brings a fantasy feel, and warm light gives the tank a dramatic golden tone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-lighting__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/9a70fbf6408bf8d16746b8019e95f85b2a5b3a1a.png\" alt=\"Skeleton aquarium ornament under blue purple green and warm aquarium lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       THEMES\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-themed\"\u003e\n\u003cdiv class=\"dsk-themed__copy\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eBuild Your Own Underwater Scene\u003c\/span\u003e\n\u003ch3\u003e🎃 Made For Themed Aquariums\u003c\/h3\u003e\n\u003cp\u003eMix it with dark gravel, colorful plants, caves, castles and other aquarium decorations to create a setup that feels spooky, gothic, playful or completely fantasy-inspired.\u003c\/p\u003e\n\u003cdiv class=\"dsk-theme-tags\"\u003e\n\u003cspan\u003e🎃 Halloween\u003c\/span\u003e \u003cspan\u003e💀 Gothic\u003c\/span\u003e \u003cspan\u003e🍄 Fantasy\u003c\/span\u003e \u003cspan\u003e🏴☠️ Pirate\u003c\/span\u003e \u003cspan\u003e🌙 Spooky\u003c\/span\u003e \u003cspan\u003e🐠 Year-Round\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-themed__image\"\u003e\u003cimg src=\"https:\/\/fvaulity.com\/cdn\/shop\/files\/ad355a3998048c237ba1bddfc58cdcf628804465.jpg?v=1787297513\" alt=\"Skeleton aquarium ornament in Halloween gothic and fantasy themed aquariums\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       STYLE OPTIONS\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-styles\"\u003e\n\u003cdiv class=\"dsk-style-grid\"\u003e\n\u003cdiv class=\"dsk-style-card\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       HOW TO USE\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-howto\"\u003e\n\u003cdiv class=\"dsk-howto__copy\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eSimple Setup\u003c\/span\u003e\n\u003ch3\u003eHow To Use\u003c\/h3\u003e\n\u003cdiv class=\"dsk-steps\"\u003e\n\u003cdiv class=\"dsk-step\"\u003e\n\u003cdiv class=\"dsk-step__num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRinse \u0026amp; Assemble\u003c\/strong\u003e \u003cspan\u003eRinse the ornament with clean water and assemble the skeleton and base.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-step\"\u003e\n\u003cdiv class=\"dsk-step__num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConnect Airline Tubing\u003c\/strong\u003e \u003cspan\u003eAttach suitable tubing from a compatible aquarium air pump to the air inlet.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-step\"\u003e\n\u003cdiv class=\"dsk-step__num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePlace On Flat Substrate\u003c\/strong\u003e \u003cspan\u003ePosition the base securely on gravel or another stable aquarium surface.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-step\"\u003e\n\u003cdiv class=\"dsk-step__num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTurn On \u0026amp; Adjust\u003c\/strong\u003e \u003cspan\u003eStart your air pump and adjust the airflow until the movement looks right.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-note\"\u003eRinse with clean water only. Do not clean aquarium decorations with soap or household chemicals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-howto__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/71491e920137841f0e7bbafac6052d8074ca508e.png\" alt=\"Four steps for installing dancing skeleton aquarium ornament\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SIZE\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-size\"\u003e\n\u003cdiv class=\"dsk-size__copy\"\u003e\n\u003cspan class=\"dsk-kicker\"\u003eCompact Size\u003c\/span\u003e\n\u003ch3\u003eBig Personality, Small Footprint\u003c\/h3\u003e\n\u003cp\u003eIts slim vertical design gives you an attention-grabbing decoration without taking up a large section of your aquarium floor.\u003c\/p\u003e\n\u003cdiv class=\"dsk-size__stats\"\u003e\n\u003cdiv class=\"dsk-size__stat\"\u003e\n\u003csmall\u003eApprox. Height\u003c\/small\u003e \u003cstrong\u003e5.5 in\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-size__stat\"\u003e\n\u003csmall\u003eBase Length\u003c\/small\u003e \u003cstrong\u003e2.2 in\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-size__stat\"\u003e\n\u003csmall\u003eBase Width\u003c\/small\u003e \u003cstrong\u003e1.4 in\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-size__stat\"\u003e\n\u003csmall\u003eBase Height\u003c\/small\u003e \u003cstrong\u003e0.8 in\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-size__image\"\u003e\u003cimg src=\"https:\/\/cdn.newfastcdn.com\/image\/b86835bdba47dc6a76a395843cb0ca5ab1f4cc24.png\" alt=\"Approximate dimensions of dancing skeleton aquarium ornament\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-specs\"\u003e\n\u003cdiv class=\"dsk-inner\"\u003e\n\u003cspan class=\"dsk-kicker\" style=\"text-align: center;\"\u003eProduct Details\u003c\/span\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"dsk-spec-table\"\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eProduct Type\u003c\/div\u003e\n\u003cdiv\u003eAir-Driven Dancing Skeleton Aquarium Ornament\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eMain Function\u003c\/div\u003e\n\u003cdiv\u003eAquarium décor, bubble display and moving underwater accent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eMovement\u003c\/div\u003e\n\u003cdiv\u003eAirflow and bubble-activated motion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eInstallation\u003c\/div\u003e\n\u003cdiv\u003eFreestanding base with airline connection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eAir Supply\u003c\/div\u003e\n\u003cdiv\u003eCompatible aquarium air pump required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eRecommended Placement\u003c\/div\u003e\n\u003cdiv\u003eFlat aquarium substrate, gravel or stable decorative area\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eApprox. Height\u003c\/div\u003e\n\u003cdiv\u003e5.5 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eApprox. Base Size\u003c\/div\u003e\n\u003cdiv\u003e2.2 × 1.4 × 0.8 in\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eStyle Options\u003c\/div\u003e\n\u003cdiv\u003eWhite \/ White with Hat \/ Gold \/ Pink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-spec-row\"\u003e\n\u003cdiv\u003eSuggested Themes\u003c\/div\u003e\n\u003cdiv\u003eHalloween, gothic, fantasy, pirate and year-round aquariums\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       CUSTOMER FEEDBACK\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-reviews\"\u003e\n\u003cdiv class=\"dsk-inner\"\u003e\n\u003cspan class=\"dsk-kicker\" style=\"text-align: center;\"\u003eAquarium Favorite\u003c\/span\u003e\n\u003ch3\u003eWhat Customers Love\u003c\/h3\u003e\n\u003cdiv class=\"dsk-review-grid\"\u003e\n\u003cdiv class=\"dsk-review\"\u003e\n\u003cdiv class=\"dsk-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Once the airflow was adjusted, the skeleton started moving with the bubbles and became the most entertaining part of my aquarium.”\u003c\/p\u003e\n\u003cstrong\u003e— Michael R.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-review\"\u003e\n\u003cdiv class=\"dsk-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“I originally bought it for Halloween, but it looks so fun under different LED colors that I decided to leave it in the tank.”\u003c\/p\u003e\n\u003cstrong\u003e— Amanda L.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dsk-review\"\u003e\n\u003cdiv class=\"dsk-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e“Setup was straightforward. I placed it between two rocks and the bubbles immediately made that part of the aquarium feel more active.”\u003c\/p\u003e\n\u003cstrong\u003e— Daniel K.\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FAQ\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-faq\"\u003e\n\u003cdiv class=\"dsk-inner\"\u003e\n\u003cspan class=\"dsk-kicker\" style=\"text-align: center;\"\u003eNeed To Know\u003c\/span\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the skeleton really move?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eYes. Airflow and rising bubbles can create movement around the articulated skeleton, making it appear to sway or dance underwater.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it work without an air pump?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eNo. A compatible aquarium air pump is required to create the airflow, bubbles and dancing effect.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs an aquarium air pump included?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eThe air pump may not be included. Please check the package contents of the product option you select before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs airline tubing included?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eAirline tubing inclusion may vary by package or product version. Confirm the selected option before purchase.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I connect the ornament?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eAttach suitable aquarium airline tubing to the air inlet on the ornament, then connect the other end to a compatible aquarium air pump.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I adjust how much it moves?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eThe amount of movement depends on airflow. If your aquarium setup allows airflow adjustment, you can experiment with gentler or stronger bubbling.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need a check valve?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eA check valve may be recommended when the air pump is positioned below the aquarium water level. Always follow the instructions provided with your aquarium air pump.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean it?\u003c\/summary\u003e\n\u003cdiv class=\"dsk-faq__answer\"\u003eRemove the ornament and rinse it with clean water. Avoid soap and household cleaning chemicals before returning it to the aquarium.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL MESSAGE\n       ===================================================== --\u003e\n\u003csection class=\"dsk-section dsk-final\"\u003e\n\u003ch3\u003eOrdinary Aquarium?\u003cbr\u003e\u003cspan\u003eNot Anymore. 💀\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eAdd bubbles, movement and a little spooky personality to your underwater world with a decoration that's much more fun to watch than ordinary static décor.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"XHY","offers":[{"title":"White with Hat","offer_id":48739045343417,"sku":"NC02072608214341-白色骷髅+白色底座-C款礼帽骷髅-吸盘底下","price":19.99,"currency_code":"USD","in_stock":true},{"title":"White without Hat","offer_id":48738901328057,"sku":"NC0207260725155-白色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":48738901360825,"sku":"NC0207260725155-金色","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":48738901393593,"sku":"NC0207260725155-粉色","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_21_15_28_43.jpg?v=1787297837","url":"https:\/\/fvaulity.com\/products\/dancing","provider":"fvaulity","version":"1.0","type":"link"}