{"product_id":"whimsical-dancing-lady-hanging-ornament-bring-art-elegance-to-your-space","title":"✨ Whimsical Dancing Lady Hanging Ornament 🌸 — Bring Art \u0026 Elegance to Your Space! 🏡🔥","description":"\u003c!-- =========================================================\nWHIMSICAL DANCING LADY\nSHOPIFY PRODUCT DETAIL PAGE\nPURE HTML + CSS \/ NO LIQUID REQUIRED\nResponsive Desktop + Mobile\nImages always below text\n========================================================= --\u003e\n\u003cstyle\u003e\n.wdl-pdp,\n.wdl-pdp * {\n  box-sizing: border-box;\n}\n\n.wdl-pdp {\n  --wdl-bg: #faf7f1;\n  --wdl-white: #ffffff;\n\n  --wdl-cream: #f5eee3;\n  --wdl-cream-2: #fbf7f0;\n  --wdl-sage: #edf1e8;\n  --wdl-sage-dark: #66745d;\n  --wdl-rose: #f4e9e3;\n  --wdl-gold-light: #f4ead9;\n\n  --wdl-text: #302d28;\n  --wdl-muted: #706b63;\n\n  --wdl-accent: #9a6d49;\n  --wdl-accent-dark: #765136;\n\n  --wdl-border: #e4ddd3;\n  --wdl-shadow: 0 10px 30px rgba(74, 61, 45, 0.08);\n\n  width: 100%;\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0;\n  color: var(--wdl-text);\n  font-family: inherit;\n  line-height: 1.6;\n}\n\n.wdl-pdp img {\n  display: block;\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n}\n\n.wdl-pdp h1,\n.wdl-pdp h2,\n.wdl-pdp h3,\n.wdl-pdp p {\n  margin-top: 0;\n}\n\n.wdl-section {\n  margin: 22px 0;\n}\n\n.wdl-section-head {\n  max-width: 760px;\n  margin: 0 auto 25px;\n  padding: 0 18px;\n  text-align: center;\n}\n\n.wdl-eyebrow {\n  display: inline-block;\n  margin-bottom: 8px;\n  color: var(--wdl-accent-dark);\n  font-size: 12px;\n  font-weight: 850;\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\n.wdl-section-head h2 {\n  margin-bottom: 9px;\n  color: var(--wdl-text);\n  font-size: clamp(27px, 4.5vw, 39px);\n  line-height: 1.12;\n  letter-spacing: -.5px;\n}\n\n.wdl-section-head p {\n  margin-bottom: 0;\n  color: var(--wdl-muted);\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.wdl-hero {\n  overflow: hidden;\n  border: 1px solid #e7ddd0;\n  border-radius: 20px;\n  background: var(--wdl-cream);\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-hero-content {\n  padding: 44px 35px 31px;\n  text-align: center;\n}\n\n.wdl-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  margin-bottom: 16px;\n  padding: 7px 13px;\n  border: 1px solid rgba(118,81,54,.16);\n  border-radius: 999px;\n  background: rgba(255,255,255,.7);\n  color: var(--wdl-accent-dark);\n  font-size: 12px;\n  font-weight: 850;\n  letter-spacing: .5px;\n}\n\n.wdl-hero h1 {\n  max-width: 840px;\n  margin: 0 auto 14px;\n  color: #342a21;\n  font-size: clamp(34px, 6vw, 56px);\n  line-height: 1.03;\n  letter-spacing: -1.4px;\n}\n\n.wdl-hero-subtitle {\n  max-width: 720px;\n  margin: 0 auto 20px;\n  color: #685d52;\n  font-size: 17px;\n  line-height: 1.65;\n}\n\n.wdl-hero-points {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 8px;\n  margin-bottom: 23px;\n}\n\n.wdl-hero-point {\n  padding: 8px 11px;\n  border-radius: 8px;\n  background: rgba(255,255,255,.82);\n  color: #4d443b;\n  font-size: 12px;\n  font-weight: 750;\n}\n\n.wdl-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 51px;\n  padding: 13px 28px;\n  border: 0;\n  border-radius: 9px;\n  background: var(--wdl-accent-dark);\n  color: #fff !important;\n  text-decoration: none !important;\n  font-size: 15px;\n  font-weight: 850;\n  cursor: pointer;\n  box-shadow: 0 8px 19px rgba(91,61,41,.18);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    background-color .22s ease;\n}\n\n.wdl-btn:hover {\n  transform: translateY(-3px);\n  background: #65452f;\n  box-shadow: 0 12px 25px rgba(91,61,41,.25);\n}\n\n.wdl-btn:active {\n  transform: translateY(1px) scale(.98);\n}\n\n.wdl-hero-image {\n  padding: 0 18px 18px;\n}\n\n.wdl-hero-image img {\n  border-radius: 14px;\n}\n\n\n\/* =========================================================\n   CORE BENEFIT ICON GRID\n========================================================= *\/\n\n.wdl-icon-section {\n  padding: 38px 25px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 18px;\n  background: var(--wdl-white);\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-icon-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0,1fr));\n  gap: 13px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.wdl-icon-card {\n  min-width: 0;\n  padding: 24px 18px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 13px;\n  background: #fdfbf7;\n  text-align: center;\n}\n\n.wdl-icon-circle {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 51px;\n  height: 51px;\n  margin: 0 auto 12px;\n  border-radius: 50%;\n  background: var(--wdl-gold-light);\n  font-size: 23px;\n}\n\n.wdl-icon-card h3 {\n  margin-bottom: 6px;\n  color: var(--wdl-text);\n  font-size: 16px;\n  line-height: 1.3;\n}\n\n.wdl-icon-card p {\n  max-width: 310px;\n  margin: 0 auto;\n  color: var(--wdl-muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   CORE FEATURE CARDS\n========================================================= *\/\n\n.wdl-feature-list {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 19px;\n}\n\n.wdl-feature-card {\n  overflow: hidden;\n  padding: 34px;\n  border-radius: 17px;\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-feature-card:nth-child(1) {\n  background: var(--wdl-cream);\n}\n\n.wdl-feature-card:nth-child(2) {\n  background: var(--wdl-sage);\n}\n\n.wdl-feature-card:nth-child(3) {\n  background: var(--wdl-rose);\n}\n\n.wdl-feature-card:nth-child(4) {\n  background: #f4f1eb;\n}\n\n.wdl-feature-card:nth-child(5) {\n  background: #f6eee5;\n}\n\n.wdl-feature-number {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 40px;\n  height: 28px;\n  padding: 0 10px;\n  margin-bottom: 11px;\n  border-radius: 999px;\n  background: rgba(255,255,255,.75);\n  color: var(--wdl-accent-dark);\n  font-size: 12px;\n  font-weight: 900;\n}\n\n.wdl-feature-card h3 {\n  margin-bottom: 8px;\n  color: var(--wdl-text);\n  font-size: clamp(23px,4vw,31px);\n  line-height: 1.16;\n}\n\n.wdl-feature-card p {\n  max-width: 840px;\n  margin-bottom: 17px;\n  color: var(--wdl-muted);\n  font-size: 15px;\n}\n\n.wdl-check-list {\n  display: grid;\n  gap: 7px;\n  margin-bottom: 22px;\n}\n\n.wdl-check {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  color: #504a43;\n  font-size: 14px;\n}\n\n.wdl-check strong {\n  color: var(--wdl-accent-dark);\n}\n\n.wdl-feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n  margin-bottom: 22px;\n}\n\n.wdl-feature-tag {\n  padding: 6px 10px;\n  border: 1px solid rgba(118,81,54,.16);\n  border-radius: 7px;\n  background: rgba(255,255,255,.62);\n  color: var(--wdl-accent-dark);\n  font-size: 12px;\n  font-weight: 750;\n}\n\n.wdl-feature-image img {\n  border-radius: 12px;\n}\n\n\n\/* =========================================================\n   PERSONALITIES\n========================================================= *\/\n\n.wdl-personality-wrap {\n  padding: 36px 24px;\n  border-radius: 18px;\n  background: #f7f3ec;\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-personality-grid {\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0,1fr));\n  gap: 9px;\n}\n\n.wdl-personality {\n  padding: 17px 10px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 11px;\n  background: #fff;\n  text-align: center;\n}\n\n.wdl-personality-icon {\n  margin-bottom: 7px;\n  font-size: 25px;\n}\n\n.wdl-personality h3 {\n  margin-bottom: 4px;\n  font-size: 14px;\n}\n\n.wdl-personality p {\n  margin-bottom: 0;\n  color: var(--wdl-muted);\n  font-size: 11.5px;\n}\n\n\n\/* =========================================================\n   DETAILS + SPECIFICATIONS\n========================================================= *\/\n\n.wdl-details {\n  padding: 34px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 18px;\n  background: var(--wdl-white);\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-detail-box {\n  margin-bottom: 15px;\n  padding: 22px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 12px;\n}\n\n.wdl-detail-box:last-child {\n  margin-bottom: 0;\n}\n\n.wdl-detail-box h3 {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  margin-bottom: 15px;\n  color: var(--wdl-text);\n  font-size: 20px;\n}\n\n.wdl-detail-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 32px;\n  height: 32px;\n  flex: 0 0 32px;\n  border-radius: 8px;\n  background: var(--wdl-gold-light);\n}\n\n\n\/* PRODUCT SPEC GRID *\/\n\n.wdl-spec-grid {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  border-top: 1px solid var(--wdl-border);\n  border-left: 1px solid var(--wdl-border);\n}\n\n.wdl-spec-item {\n  padding: 13px 14px;\n  border-right: 1px solid var(--wdl-border);\n  border-bottom: 1px solid var(--wdl-border);\n}\n\n.wdl-spec-label {\n  display: block;\n  margin-bottom: 3px;\n  color: var(--wdl-muted);\n  font-size: 11px;\n  font-weight: 850;\n  letter-spacing: .5px;\n  text-transform: uppercase;\n}\n\n.wdl-spec-value {\n  display: block;\n  color: var(--wdl-text);\n  font-size: 14px;\n  font-weight: 750;\n}\n\n\n\/* =========================================================\n   SIZE GUIDE\n   ALWAYS TWO COLUMNS — DESKTOP + MOBILE\n========================================================= *\/\n\n.wdl-size-table {\n  overflow: hidden;\n  border: 1px solid var(--wdl-border);\n  border-radius: 10px;\n}\n\n.wdl-size-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n\n.wdl-size-row \u003e div {\n  min-width: 0;\n  padding: 12px 13px;\n  border-bottom: 1px solid var(--wdl-border);\n  font-size: 13px;\n}\n\n.wdl-size-row \u003e div:first-child {\n  border-right: 1px solid var(--wdl-border);\n}\n\n.wdl-size-row:last-child \u003e div {\n  border-bottom: 0;\n}\n\n.wdl-size-head {\n  background: var(--wdl-cream-2);\n  color: var(--wdl-accent-dark);\n  font-weight: 850;\n}\n\n.wdl-size-label {\n  color: var(--wdl-muted);\n  font-weight: 700;\n}\n\n.wdl-size-value {\n  color: var(--wdl-text);\n  font-weight: 800;\n}\n\n.wdl-size-note {\n  margin-top: 12px;\n  padding: 11px 13px;\n  border-radius: 8px;\n  background: var(--wdl-sage);\n  color: #596153;\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   BEST PLACES TO DISPLAY\n========================================================= *\/\n\n.wdl-use-grid {\n  display: grid;\n  grid-template-columns: repeat(4,minmax(0,1fr));\n  gap: 9px;\n}\n\n.wdl-use {\n  padding: 16px 11px;\n  border-radius: 10px;\n  background: var(--wdl-cream-2);\n  text-align: center;\n}\n\n.wdl-use-icon {\n  margin-bottom: 5px;\n  font-size: 23px;\n}\n\n.wdl-use strong {\n  display: block;\n  margin-bottom: 3px;\n  font-size: 13px;\n}\n\n.wdl-use span {\n  display: block;\n  color: var(--wdl-muted);\n  font-size: 11px;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.wdl-faq-wrap {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.wdl-faq {\n  overflow: hidden;\n  margin-bottom: 9px;\n  border: 1px solid var(--wdl-border);\n  border-radius: 11px;\n  background: #fff;\n}\n\n.wdl-faq summary {\n  position: relative;\n  display: flex;\n  align-items: center;\n  min-height: 61px;\n  padding: 15px 51px 15px 18px;\n  list-style: none;\n  color: var(--wdl-text);\n  font-size: 14px;\n  font-weight: 800;\n  cursor: pointer;\n}\n\n.wdl-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.wdl-faq summary::after {\n  content: \"\";\n  position: absolute;\n  right: 19px;\n  width: 9px;\n  height: 9px;\n  border-right: 2px solid var(--wdl-accent-dark);\n  border-bottom: 2px solid var(--wdl-accent-dark);\n  transform: rotate(45deg);\n  transition: transform .28s ease;\n}\n\n.wdl-faq[open] summary::after {\n  transform: rotate(225deg);\n}\n\n.wdl-faq-answer {\n  padding: 0 18px 17px;\n  color: var(--wdl-muted);\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   GUARANTEES\n========================================================= *\/\n\n.wdl-guarantees {\n  padding: 34px 25px;\n  border-radius: 18px;\n  background: #6b6258;\n}\n\n.wdl-guarantee-head {\n  margin-bottom: 22px;\n  text-align: center;\n  color: #fff;\n}\n\n.wdl-guarantee-head h2 {\n  margin-bottom: 5px;\n  color: #fff;\n  font-size: clamp(25px,4vw,34px);\n}\n\n.wdl-guarantee-head p {\n  margin-bottom: 0;\n  color: rgba(255,255,255,.75);\n  font-size: 14px;\n}\n\n.wdl-guarantee-grid {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 11px;\n}\n\n.wdl-guarantee {\n  padding: 21px 15px;\n  border: 1px solid rgba(255,255,255,.16);\n  border-radius: 11px;\n  background: rgba(255,255,255,.07);\n  color: #fff;\n  text-align: center;\n}\n\n.wdl-guarantee-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 43px;\n  height: 43px;\n  margin: 0 auto 10px;\n  border-radius: 50%;\n  background: rgba(255,255,255,.12);\n  font-size: 21px;\n}\n\n.wdl-guarantee h3 {\n  margin-bottom: 5px;\n  color: #fff;\n  font-size: 15px;\n}\n\n.wdl-guarantee p {\n  margin-bottom: 0;\n  color: rgba(255,255,255,.76);\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.wdl-cta {\n  position: relative;\n  overflow: hidden;\n  padding: 46px 25px;\n  border: 1px solid #e8dad0;\n  border-radius: 18px;\n  background: var(--wdl-rose);\n  text-align: center;\n  box-shadow: var(--wdl-shadow);\n}\n\n.wdl-cta h2 {\n  max-width: 700px;\n  margin: 0 auto 9px;\n  font-size: clamp(28px,5vw,42px);\n  line-height: 1.1;\n}\n\n.wdl-cta p {\n  max-width: 650px;\n  margin: 0 auto 21px;\n  color: var(--wdl-muted);\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   FLOATING BUY BUTTON\n========================================================= *\/\n\n.wdl-floating-buy {\n  position: fixed;\n  right: 18px;\n  bottom: 18px;\n  z-index: 999;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 140px;\n  min-height: 48px;\n  padding: 11px 20px;\n\n  border-radius: 999px;\n  background: var(--wdl-accent-dark);\n\n  color: #fff !important;\n  text-decoration: none !important;\n\n  font-size: 14px;\n  font-weight: 850;\n\n  box-shadow: 0 9px 25px rgba(67,44,30,.25);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.wdl-floating-buy:hover {\n  transform: translateY(-4px) scale(1.02);\n  box-shadow: 0 13px 28px rgba(67,44,30,.32);\n}\n\n.wdl-floating-buy:active {\n  transform: translateY(1px) scale(.97);\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n========================================================= *\/\n\n@media screen and (max-width: 900px) {\n\n  .wdl-personality-grid {\n    grid-template-columns: repeat(3,minmax(0,1fr));\n  }\n\n  .wdl-use-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n}\n\n\n@media screen and (max-width: 749px) {\n\n  .wdl-pdp {\n    padding: 0 10px;\n  }\n\n  .wdl-section {\n    margin: 15px 0;\n  }\n\n  .wdl-hero {\n    border-radius: 14px;\n  }\n\n  .wdl-hero-content {\n    padding: 31px 18px 23px;\n  }\n\n  .wdl-hero h1 {\n    font-size: 35px;\n    letter-spacing: -.8px;\n  }\n\n  .wdl-hero-subtitle {\n    font-size: 15px;\n  }\n\n  .wdl-btn {\n    width: 100%;\n    min-height: 52px;\n  }\n\n  .wdl-hero-image {\n    padding: 0 10px 10px;\n  }\n\n  \/* Core benefits remain two columns *\/\n\n  .wdl-icon-section {\n    padding: 28px 11px;\n  }\n\n  .wdl-icon-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 8px;\n  }\n\n  .wdl-icon-card {\n    padding: 18px 9px;\n  }\n\n  .wdl-icon-circle {\n    width: 45px;\n    height: 45px;\n    font-size: 20px;\n  }\n\n  .wdl-icon-card h3 {\n    font-size: 14px;\n  }\n\n  .wdl-icon-card p {\n    font-size: 11.5px;\n  }\n\n  .wdl-feature-card {\n    padding: 24px 15px 15px;\n  }\n\n  .wdl-feature-card h3 {\n    font-size: 25px;\n  }\n\n  .wdl-personality-wrap {\n    padding: 27px 12px;\n  }\n\n  .wdl-personality-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n\n  .wdl-details {\n    padding: 22px 11px;\n  }\n\n  .wdl-detail-box {\n    padding: 17px 11px;\n  }\n\n  \/*\n    Specification cards can stack,\n    but SIZE GUIDE remains 2 columns.\n  *\/\n\n  .wdl-spec-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .wdl-size-row {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .wdl-size-row \u003e div {\n    padding: 10px 8px;\n    font-size: 11.5px;\n  }\n\n  .wdl-use-grid {\n    grid-template-columns: repeat(2,minmax(0,1fr));\n  }\n\n  .wdl-guarantees {\n    padding: 28px 12px;\n  }\n\n  .wdl-guarantee-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .wdl-cta {\n    padding: 36px 17px;\n  }\n\n  .wdl-floating-buy {\n    right: 11px;\n    bottom: 13px;\n    min-width: 125px;\n    min-height: 45px;\n    padding: 10px 17px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"wdl-pdp\"\u003e\n\u003c!-- ========================================================\n     HERO BANNER\n======================================================== --\u003e\n\u003csection class=\"wdl-section wdl-hero\"\u003e\n\u003cdiv class=\"wdl-hero-content\"\u003e\n\u003cdiv class=\"wdl-hero-badge\"\u003e💃 VINTAGE FOLK ART · GENTLE MOVEMENT\u003c\/div\u003e\n\u003ch1\u003eShe Doesn't Just Hang There. She Dances.\u003c\/h1\u003e\n\u003cp class=\"wdl-hero-subtitle\"\u003eA whimsical hanging lady with a raised arm, patterned dress and playful dangling legs that can gently turn and sway when a passing breeze reaches her.\u003c\/p\u003e\n\u003cdiv class=\"wdl-hero-points\"\u003e\n\u003cspan class=\"wdl-hero-point\"\u003e 🌬️ Gentle Movement \u003c\/span\u003e \u003cspan class=\"wdl-hero-point\"\u003e 🎨 Five Personalities \u003c\/span\u003e \u003cspan class=\"wdl-hero-point\"\u003e 🏡 Cottage Charm \u003c\/span\u003e \u003cspan class=\"wdl-hero-point\"\u003e 🎁 Giftable Design \u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca href=\"#\" class=\"wdl-btn\"\u003e Choose Your Lady → \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-hero-image\"\u003e\n\u003c!-- Replace with your Shopify hero image --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/4_202683114195743.gif?v=1788157279\" alt=\"\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     CORE BENEFITS\n======================================================== --\u003e\n\u003csection class=\"wdl-section wdl-icon-section\"\u003e\n\u003cdiv class=\"wdl-section-head\"\u003e\n\u003cspan class=\"wdl-eyebrow\"\u003e WHY SHE FEELS DIFFERENT \u003c\/span\u003e\n\u003ch2\u003eA Little Movement. A Lot of Personality.\u003c\/h2\u003e\n\u003cp\u003eMore than an ordinary hanging accent — each lady brings movement, character and a small story to your favorite corner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-icon-grid\"\u003e\n\u003cdiv class=\"wdl-icon-card\"\u003e\n\u003cdiv class=\"wdl-icon-circle\"\u003e💃\u003c\/div\u003e\n\u003ch3\u003eGentle Movement\u003c\/h3\u003e\n\u003cp\u003eDesigned to softly turn and sway with moving air.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-icon-card\"\u003e\n\u003cdiv class=\"wdl-icon-circle\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003eFull of Personality\u003c\/h3\u003e\n\u003cp\u003eFive characters tell five different little stories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-icon-card\"\u003e\n\u003cdiv class=\"wdl-icon-circle\"\u003e🏡\u003c\/div\u003e\n\u003ch3\u003eVintage Folk-Art Charm\u003c\/h3\u003e\n\u003cp\u003eSculpted details give her a warm collected look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-icon-card\"\u003e\n\u003cdiv class=\"wdl-icon-circle\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003ePersonal Gift Idea\u003c\/h3\u003e\n\u003cp\u003ePick the personality that reminds you of someone special.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     CORE FEATURE DETAILS\n======================================================== --\u003e\n\u003csection class=\"wdl-section\"\u003e\n\u003cdiv class=\"wdl-section-head\"\u003e\n\u003cspan class=\"wdl-eyebrow\"\u003e THE DETAILS THAT MAKE HER SPECIAL \u003c\/span\u003e\n\u003ch2\u003eDesigned to Be Noticed\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-list\"\u003e\n\u003c!-- FEATURE 01 --\u003e\n\u003carticle class=\"wdl-feature-card\"\u003e\u003cspan class=\"wdl-feature-number\"\u003e 01 · GENTLE MOVEMENT \u003c\/span\u003e\n\u003ch3\u003e🌬️ Wait for the Breeze — She Comes Alive\u003c\/h3\u003e\n\u003cp\u003eHer raised hanging arm, suspended body and slender dangling legs create a playful sense of motion. Passing airflow can encourage her to gently turn and sway instead of remaining completely still.\u003c\/p\u003e\n\u003cdiv class=\"wdl-check-list\"\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Responds naturally to moving air\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Dangling legs add visible movement\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Adds life to an otherwise quiet corner\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_30_22_22_54_1.png?v=1788154117\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 02 --\u003e\n\u003carticle class=\"wdl-feature-card\"\u003e\u003cspan class=\"wdl-feature-number\"\u003e 02 · FIVE PERSONALITIES \u003c\/span\u003e\n\u003ch3\u003e🌸 Don't Just Pick a Color. Pick a Personality.\u003c\/h3\u003e\n\u003cp\u003eEach lady has her own dress, pose and small accessory story. Choose one that fits your room, favorite season, hobby — or someone you love.\u003c\/p\u003e\n\u003cdiv class=\"wdl-feature-tags\"\u003e\n\u003cspan class=\"wdl-feature-tag\"\u003e 📖 Reading Lady \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e 🐦 Bluebird Lady \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e 🌷 Bouquet Lady \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e 🍂 Harvest Lady \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e 🎨 Artist Lady \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_30_22_23_04_4.png?v=1788154118\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 03 --\u003e\n\u003carticle class=\"wdl-feature-card\"\u003e\u003cspan class=\"wdl-feature-number\"\u003e 03 · VINTAGE FOLK-ART DETAIL \u003c\/span\u003e\n\u003ch3\u003e✨ Charming Because She Isn't Too Perfect\u003c\/h3\u003e\n\u003cp\u003eThe sculpted hair, simple face, elongated arm, bell-shaped dress and hand-crafted-inspired texture give the figure the character of a vintage folk-art find rather than a plain modern ornament.\u003c\/p\u003e\n\u003cdiv class=\"wdl-feature-tags\"\u003e\n\u003cspan class=\"wdl-feature-tag\"\u003e Sculpted Details \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e Patterned Dress \u003c\/span\u003e \u003cspan class=\"wdl-feature-tag\"\u003e Metallic-Look Shoes \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_30_21_29_02_4.png?v=1788150572\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 04 --\u003e\n\u003carticle class=\"wdl-feature-card\"\u003e\u003cspan class=\"wdl-feature-number\"\u003e 04 · EASY TO DISPLAY \u003c\/span\u003e\n\u003ch3\u003e🪝 Add Character Without Taking Up a Shelf\u003c\/h3\u003e\n\u003cp\u003eBecause she hangs vertically, you can decorate an empty porch hook, window area or cozy corner without sacrificing tabletop or shelf space.\u003c\/p\u003e\n\u003cdiv class=\"wdl-check-list\"\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Lightweight hanging design\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Great for small decorating spaces\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Easy to pair with plants and cottage décor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_30_22_23_04_4.png?v=1788154118\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 05 --\u003e\n\u003carticle class=\"wdl-feature-card\"\u003e\u003cspan class=\"wdl-feature-number\"\u003e 05 · MADE TO GIFT \u0026amp; COLLECT \u003c\/span\u003e\n\u003ch3\u003e🎁 A Gift That Feels More Personal\u003c\/h3\u003e\n\u003cp\u003eMatch a Reader to the book lover, a Bluebird Lady to the nature lover, an Artist to the creative one — or hang several different personalities together as a playful collection.\u003c\/p\u003e\n\u003cdiv class=\"wdl-check-list\"\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Easy to match to hobbies and personalities\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Charming birthday or housewarming idea\u003c\/div\u003e\n\u003cdiv class=\"wdl-check\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Multiple styles display beautifully together\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/ChatGPT_Image_2026_8_30_22_23_01_3.png?v=1788154119\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     PERSONALITIES\n======================================================== --\u003e\n\u003csection class=\"wdl-section wdl-personality-wrap\"\u003e\n\u003cdiv class=\"wdl-section-head\"\u003e\n\u003cspan class=\"wdl-eyebrow\"\u003e FIND YOUR FAVORITE \u003c\/span\u003e\n\u003ch2\u003eFour Ladies. Four Little Stories.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-personality-grid\"\u003e\n\u003cdiv class=\"wdl-personality\"\u003e\n\u003cdiv class=\"wdl-personality-icon\"\u003e📖\u003c\/div\u003e\n\u003ch3\u003eReading Lady\u003c\/h3\u003e\n\u003cp\u003eFor readers \u0026amp; teachers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-personality\"\u003e\n\u003cdiv class=\"wdl-personality-icon\"\u003e🐦\u003c\/div\u003e\n\u003ch3\u003eBluebird Lady\u003c\/h3\u003e\n\u003cp\u003eFor bird \u0026amp; nature lovers\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-personality\"\u003e\n\u003cdiv class=\"wdl-personality-icon\"\u003e🍂\u003c\/div\u003e\n\u003ch3\u003eHarvest Lady\u003c\/h3\u003e\n\u003cp\u003eFor cozy fall décor\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-personality\"\u003e\n\u003cdiv class=\"wdl-personality-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3\u003eArtist Lady\u003c\/h3\u003e\n\u003cp\u003eFor creative spirits\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     DETAILS + SPECIFICATIONS\n======================================================== --\u003e\n\u003csection class=\"wdl-section\"\u003e\n\u003cdiv class=\"wdl-section-head\"\u003e\n\u003cspan class=\"wdl-eyebrow\"\u003e PRODUCT DETAILS \u003c\/span\u003e\n\u003ch2\u003eCharming Presence Without the Bulk\u003c\/h2\u003e\n\u003cp\u003eLarge enough for the painted details to be noticed, compact enough for windows, porches and cozy corners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-details\"\u003e\n\u003c!-- PRODUCT SPEC --\u003e\n\u003cdiv class=\"wdl-detail-box\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"wdl-detail-icon\"\u003ei\u003c\/span\u003e Product Specifications\u003c\/h3\u003e\n\u003cdiv class=\"wdl-spec-grid\"\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Product Type \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e Hanging Decorative Ornament \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Main Body \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e Sculpted Resin \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Details \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e Resin + Metal Elements \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Styles \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e 4 Designs \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Display \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e Hanging Cord \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-spec-item\"\u003e\n\u003cspan class=\"wdl-spec-label\"\u003e Best For \u003c\/span\u003e \u003cspan class=\"wdl-spec-value\"\u003e Indoor \/ Sheltered Outdoor \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003cdiv class=\"wdl-detail-box\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"wdl-detail-icon\"\u003e↔\u003c\/span\u003e Size Guide\u003c\/h3\u003e\n\u003cdiv class=\"wdl-size-table\"\u003e\n\u003cdiv class=\"wdl-size-row wdl-size-head\"\u003e\n\u003cdiv\u003eMeasurement\u003c\/div\u003e\n\u003cdiv\u003eApprox. Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-row\"\u003e\n\u003cdiv class=\"wdl-size-label\"\u003eFigurine Height\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-value\"\u003e7.1 in \/ 18 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-row\"\u003e\n\u003cdiv class=\"wdl-size-label\"\u003eApprox. Width\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-value\"\u003e3.3 in \/ 8.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-row\"\u003e\n\u003cdiv class=\"wdl-size-label\"\u003eApprox. Depth\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-value\"\u003e2.0 in \/ 5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-row\"\u003e\n\u003cdiv class=\"wdl-size-label\"\u003eHanging Cord\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-value\"\u003e5.9 in \/ 15 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-row\"\u003e\n\u003cdiv class=\"wdl-size-label\"\u003eOverall Length\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-value\"\u003eApprox. 13 in \/ 33 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-size-note\"\u003e📏 Measurements are approximate and may vary slightly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DISPLAY AREAS --\u003e\n\u003cdiv class=\"wdl-detail-box\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"wdl-detail-icon\"\u003e⌂\u003c\/span\u003e Beautiful Places to Hang Her\u003c\/h3\u003e\n\u003cdiv class=\"wdl-use-grid\"\u003e\n\u003cdiv class=\"wdl-use\"\u003e\n\u003cdiv class=\"wdl-use-icon\"\u003e🏡\u003c\/div\u003e\n\u003cstrong\u003eCovered Porch\u003c\/strong\u003e \u003cspan\u003eClassic cottage charm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-use\"\u003e\n\u003cdiv class=\"wdl-use-icon\"\u003e🪟\u003c\/div\u003e\n\u003cstrong\u003eBright Window\u003c\/strong\u003e \u003cspan\u003eAdd vertical interest\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-use\"\u003e\n\u003cdiv class=\"wdl-use-icon\"\u003e🌿\u003c\/div\u003e\n\u003cstrong\u003eCovered Patio\u003c\/strong\u003e \u003cspan\u003ePair with flowers \u0026amp; wicker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-use\"\u003e\n\u003cdiv class=\"wdl-use-icon\"\u003e📚\u003c\/div\u003e\n\u003cstrong\u003eReading Nook\u003c\/strong\u003e \u003cspan\u003eA personal cozy detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARE --\u003e\n\u003cdiv class=\"wdl-detail-box\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"wdl-detail-icon\"\u003e!\u003c\/span\u003e Display \u0026amp; Care\u003c\/h3\u003e\n\u003cp style=\"margin: 0; color: var(--wdl-muted); font-size: 14px;\"\u003eFor the best decorative longevity, display the ornament indoors or in a covered, sheltered outdoor location. Avoid prolonged direct rain, severe weather and strong wind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     FAQ\n======================================================== --\u003e\n\u003csection class=\"wdl-section\"\u003e\n\u003cdiv class=\"wdl-section-head\"\u003e\n\u003cspan class=\"wdl-eyebrow\"\u003e GOOD TO KNOW \u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-faq-wrap\"\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eDoes the Dancing Lady actually move?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eYes. The suspended body and dangling legs allow moving air to create gentle turning and swaying. The amount of movement naturally depends on airflow and where the ornament is displayed.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eCan I hang it outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eIt is best suited to indoor spaces and sheltered outdoor locations such as a covered porch or protected patio. Avoid leaving it exposed to constant rain, severe weather or strong wind.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eWhich style makes the best gift?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eChoose by personality: Reading Lady for book lovers, Bluebird Lady for nature fans, Bouquet Lady for gardeners, Harvest Lady for fall décor lovers, and Artist Lady for creative friends and family.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eCan I display several together?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eAbsolutely. Different poses, dress patterns and accessories make two or more styles especially charming when displayed together at slightly different heights.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eHow large is the ornament?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eThe figurine itself is approximately 7.1 inches tall. Including the hanging cord, the overall hanging length is approximately 13 inches.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"wdl-faq\"\u003e\n\u003csummary\u003eWhat comes with my order?\u003c\/summary\u003e\n\u003cdiv class=\"wdl-faq-answer\"\u003eEach selected option includes one Dancing Lady hanging ornament in the style you choose. Background furniture, plants and other decorative props shown in lifestyle images are not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     GUARANTEES\n======================================================== --\u003e\n\u003csection class=\"wdl-section wdl-guarantees\"\u003e\n\u003cdiv class=\"wdl-guarantee-head\"\u003e\n\u003ch2\u003eShop With Confidence\u003c\/h2\u003e\n\u003cp\u003eFrom careful packing to customer support, your order is handled with care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-guarantee-grid\"\u003e\n\u003cdiv class=\"wdl-guarantee\"\u003e\n\u003cdiv class=\"wdl-guarantee-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eCareful Packaging\u003c\/h3\u003e\n\u003cp\u003ePacked with care before shipment to help protect delicate decorative details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-guarantee\"\u003e\n\u003cdiv class=\"wdl-guarantee-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eQuality Checked\u003c\/h3\u003e\n\u003cp\u003eEach item is checked before being prepared for delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wdl-guarantee\"\u003e\n\u003cdiv class=\"wdl-guarantee-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about your order? Our support team is here to help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================================\n     FINAL CTA\n======================================================== --\u003e\n\u003csection class=\"wdl-section wdl-cta\" id=\"wdl-final-cta\"\u003e\u003cspan class=\"wdl-eyebrow\"\u003e A LITTLE MOVEMENT · A LOT OF PERSONALITY \u003c\/span\u003e\n\u003ch2\u003eGive an Empty Corner a Little Life\u003c\/h2\u003e\n\u003cp\u003eChoose the lady that feels most like you — or the one that instantly reminds you of someone special. Hang her up, wait for the breeze and let her dance.\u003c\/p\u003e\n\u003ca href=\"#MainContent\" class=\"wdl-btn\"\u003e 💃 Buy Now \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HYY","offers":[{"title":"Harvest Lady","offer_id":49051432550585,"sku":"NC02592608313928-舞蹈女郎悬挂装饰品-C","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Bluebird Lady","offer_id":49051432583353,"sku":"NC02592608313928-舞蹈女郎悬挂装饰品-A","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Artist Lady","offer_id":49051432616121,"sku":"NC02592608313928-舞蹈女郎悬挂装饰品-D","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Reading Lady","offer_id":49051432648889,"sku":"NC02592608313928-舞蹈女郎悬挂装饰品-B","price":29.99,"currency_code":"USD","in_stock":true},{"title":"💫 Complete Lady Collection - Set of 4 🎁","offer_id":49051432681657,"sku":"NC02592608313928-舞蹈女郎悬挂装饰品-A+B+C+D","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/9541\/6505\/files\/8ccd85a53a60d0c0c6499d303ef7870c55ed6e27-600.jpg?v=1788146074","url":"https:\/\/fvaulity.com\/products\/whimsical-dancing-lady-hanging-ornament-bring-art-elegance-to-your-space","provider":"fvaulity","version":"1.0","type":"link"}