{"product_id":"expressive-wire-motion-sculpture-artistic-figurine-home-decor","title":"Expressive Wire Motion Sculpture – Artistic Figurine Home Decor","description":"\u003cstyle\u003e\n\/* =========================================================\n   EXPRESSIVE MOTION SCULPTURE\n   PREMIUM SHOPIFY DTC PRODUCT PAGE\n   MOBILE FIRST \/ CONTAINER QUERY \/ SCOPED CSS\n========================================================= *\/\n\n.ewms-page,\n.ewms-page *{\n  box-sizing:border-box;\n}\n\n.ewms-page{\n  --ewms-black:#161312;\n  --ewms-black-2:#221c1a;\n  --ewms-black-3:#302724;\n\n  --ewms-cream:#f6efe7;\n  --ewms-cream-2:#eee2d6;\n  --ewms-warm:#e1c5ad;\n\n  --ewms-red:#a9362e;\n  --ewms-red-2:#d64e43;\n  --ewms-red-soft:#f4d4cf;\n\n  --ewms-light-heading:#251e1b;\n  --ewms-light-body:#5c4f48;\n  --ewms-light-muted:#76675e;\n\n  --ewms-dark-heading:#fff9f3;\n  --ewms-dark-body:#e7dcd3;\n  --ewms-dark-muted:#c8b9af;\n\n  --ewms-border-light:rgba(71,53,43,.14);\n  --ewms-border-dark:rgba(255,238,224,.14);\n\n  width:100%;\n  max-width:1120px;\n  margin:0 auto;\n  padding:14px;\n  color:var(--ewms-light-body);\n  overflow:hidden;\n\n  container-type:inline-size;\n  container-name:ewms;\n}\n\n.ewms-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n  border:0;\n}\n\n.ewms-page a{\n  text-decoration:none;\n}\n\n.ewms-stack{\n  display:grid;\n  gap:16px;\n}\n\n.ewms-card{\n  position:relative;\n  overflow:hidden;\n  border-radius:26px;\n  padding:28px 22px;\n  border:1px solid transparent;\n\n  transition:\n    transform .28s ease,\n    box-shadow .28s ease,\n    border-color .28s ease,\n    background-color .28s ease;\n}\n\n.ewms-card \u003e *{\n  position:relative;\n  z-index:1;\n}\n\n.ewms-card::after{\n  content:\"\";\n  position:absolute;\n  z-index:0;\n  width:36%;\n  height:180%;\n  top:-40%;\n  left:-60%;\n  transform:rotate(18deg);\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(255,255,255,.08),\n      transparent\n    );\n  pointer-events:none;\n  transition:left .65s ease;\n}\n\n@media (hover:hover){\n  .ewms-card:hover{\n    transform:translateY(-4px) scale(1.004);\n  }\n\n  .ewms-card:hover::after{\n    left:125%;\n  }\n}\n\n.ewms-card:active{\n  transform:scale(.985);\n}\n\n\/* =========================================================\n   LIGHT \/ DARK THEMES\n========================================================= *\/\n\n.ewms-card--dark{\n  background:\n    radial-gradient(\n      circle at 88% 8%,\n      rgba(190,58,48,.18),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #171312 0%,\n      #241c19 58%,\n      #171312 100%\n    );\n\n  color:var(--ewms-dark-body);\n  border-color:var(--ewms-border-dark);\n  box-shadow:\n    0 18px 45px rgba(32,20,16,.17);\n}\n\n.ewms-card--dark h1,\n.ewms-card--dark h2,\n.ewms-card--dark h3,\n.ewms-card--dark strong{\n  color:var(--ewms-dark-heading);\n}\n\n.ewms-card--dark p{\n  color:var(--ewms-dark-body);\n}\n\n.ewms-card--dark .ewms-muted{\n  color:var(--ewms-dark-muted);\n}\n\n.ewms-card--light{\n  background:\n    radial-gradient(\n      circle at 100% 0%,\n      rgba(169,54,46,.07),\n      transparent 25%\n    ),\n    linear-gradient(\n      145deg,\n      #fbf7f1 0%,\n      #f2e8de 100%\n    );\n\n  color:var(--ewms-light-body);\n  border-color:var(--ewms-border-light);\n  box-shadow:\n    0 16px 38px rgba(57,40,31,.08);\n}\n\n.ewms-card--light h1,\n.ewms-card--light h2,\n.ewms-card--light h3,\n.ewms-card--light strong{\n  color:var(--ewms-light-heading);\n}\n\n.ewms-card--light p{\n  color:var(--ewms-light-body);\n}\n\n.ewms-card--light .ewms-muted{\n  color:var(--ewms-light-muted);\n}\n\n\/* =========================================================\n   TYPOGRAPHY\n========================================================= *\/\n\n.ewms-kicker{\n  display:flex;\n  align-items:center;\n  gap:9px;\n\n  width:max-content;\n  max-width:100%;\n  margin:0 0 15px;\n  padding:7px 11px;\n\n  border-radius:999px;\n\n  font-size:11px;\n  line-height:1.1;\n  font-weight:800;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.ewms-kicker::before{\n  content:\"\";\n  width:7px;\n  height:7px;\n  flex:0 0 7px;\n  border-radius:50%;\n}\n\n.ewms-kicker::after{\n  content:\"\";\n  width:30px;\n  height:1px;\n  flex:0 0 30px;\n}\n\n.ewms-card--dark .ewms-kicker{\n  color:#fff3ec;\n  background:rgba(255,255,255,.06);\n  border:1px solid rgba(255,255,255,.14);\n}\n\n.ewms-card--dark .ewms-kicker::before{\n  background:#ff766b;\n  box-shadow:0 0 0 4px rgba(255,118,107,.12);\n}\n\n.ewms-card--dark .ewms-kicker::after{\n  background:rgba(255,255,255,.28);\n}\n\n.ewms-card--light .ewms-kicker{\n  color:#6c2d29;\n  background:#f2dfd8;\n  border:1px solid rgba(128,54,48,.16);\n}\n\n.ewms-card--light .ewms-kicker::before{\n  background:#a9362e;\n  box-shadow:0 0 0 4px rgba(169,54,46,.10);\n}\n\n.ewms-card--light .ewms-kicker::after{\n  background:rgba(83,51,43,.28);\n}\n\n.ewms-title{\n  margin:0;\n  font-size:clamp(34px,9.5cqi,64px);\n  line-height:.98;\n  letter-spacing:-.045em;\n  font-weight:800;\n  text-wrap:balance;\n}\n\n.ewms-h2{\n  margin:0;\n  font-size:clamp(30px,7.7cqi,52px);\n  line-height:1.02;\n  letter-spacing:-.04em;\n  font-weight:800;\n  text-wrap:balance;\n}\n\n.ewms-h3{\n  margin:0 0 8px;\n  font-size:19px;\n  line-height:1.18;\n  letter-spacing:-.02em;\n}\n\n.ewms-lead{\n  margin:17px 0 0;\n  max-width:680px;\n  font-size:17px;\n  line-height:1.6;\n}\n\n.ewms-copy{\n  margin:14px 0 0;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.ewms-center{\n  text-align:center;\n}\n\n.ewms-center .ewms-kicker{\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.ewms-center .ewms-lead{\n  margin-left:auto;\n  margin-right:auto;\n}\n\n\/* =========================================================\n   SHIMMER HEADLINES\n========================================================= *\/\n\n.ewms-shimmer-dark{\n  color:var(--ewms-dark-heading);\n}\n\n.ewms-shimmer-light{\n  color:var(--ewms-light-heading);\n}\n\n@supports ((-webkit-background-clip:text) or (background-clip:text)){\n  .ewms-shimmer-dark{\n    background:\n      linear-gradient(\n        110deg,\n        #fff7ef 0%,\n        #fff7ef 26%,\n        #ffaaa2 42%,\n        #ffffff 50%,\n        #e6c7af 61%,\n        #fff7ef 76%,\n        #fff7ef 100%\n      );\n\n    background-size:220% 100%;\n    background-position:100% 50%;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n\n    animation:ewmsShimmer 11s ease-in-out infinite;\n  }\n\n  .ewms-shimmer-light{\n    background:\n      linear-gradient(\n        110deg,\n        #251e1b 0%,\n        #251e1b 27%,\n        #92362f 42%,\n        #171311 50%,\n        #a45549 61%,\n        #251e1b 76%,\n        #251e1b 100%\n      );\n\n    background-size:220% 100%;\n    background-position:100% 50%;\n    -webkit-background-clip:text;\n    background-clip:text;\n    -webkit-text-fill-color:transparent;\n\n    animation:ewmsShimmer 11s ease-in-out infinite;\n  }\n}\n\n@keyframes ewmsShimmer{\n  0%,\n  34%{\n    background-position:100% 50%;\n  }\n\n  60%{\n    background-position:0% 50%;\n  }\n\n  100%{\n    background-position:0% 50%;\n  }\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.ewms-hero{\n  padding:30px 22px 22px;\n}\n\n.ewms-hero-grid{\n  display:grid;\n  gap:24px;\n  align-items:center;\n}\n\n.ewms-hero-copy{\n  min-width:0;\n}\n\n.ewms-hero-media{\n  overflow:hidden;\n  border-radius:21px;\n  background:#2b211e;\n  border:1px solid rgba(255,255,255,.10);\n  box-shadow:\n    0 18px 42px rgba(0,0,0,.24);\n}\n\n.ewms-hero-media img{\n  aspect-ratio:1\/1;\n  object-fit:cover;\n}\n\n.ewms-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:19px;\n}\n\n.ewms-tag{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  min-height:34px;\n  padding:8px 11px;\n  border-radius:999px;\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:700;\n}\n\n.ewms-card--dark .ewms-tag{\n  color:#fff4ed;\n  background:rgba(255,255,255,.07);\n  border:1px solid rgba(255,255,255,.14);\n}\n\n.ewms-card--light .ewms-tag{\n  color:#43342e;\n  background:#fffaf5;\n  border:1px solid rgba(68,51,43,.13);\n}\n\n\/* =========================================================\n   FEATURE MARQUEE\n========================================================= *\/\n\n.ewms-marquee{\n  width:100%;\n  overflow:hidden;\n\n  margin:16px 0;\n  border-radius:18px;\n\n  background:#a83730;\n  border:1px solid rgba(98,31,27,.15);\n  box-shadow:\n    0 12px 26px rgba(124,45,39,.13);\n}\n\n.ewms-marquee-track{\n  display:flex;\n  width:max-content;\n  min-width:max-content;\n\n  animation:ewmsMarquee 25s linear infinite;\n}\n\n.ewms-marquee-set{\n  display:flex;\n  align-items:center;\n  flex-shrink:0;\n}\n\n.ewms-marquee-item{\n  display:flex;\n  align-items:center;\n  gap:18px;\n\n  padding:13px 18px;\n\n  color:#fff9f5;\n  font-size:12px;\n  line-height:1;\n  font-weight:800;\n  letter-spacing:.09em;\n  white-space:nowrap;\n}\n\n.ewms-marquee-item::after{\n  content:\"◆\";\n  color:#f6c7bd;\n  font-size:8px;\n}\n\n@media (hover:hover){\n  .ewms-marquee:hover .ewms-marquee-track{\n    animation-play-state:paused;\n  }\n}\n\n@keyframes ewmsMarquee{\n  from{\n    transform:translateX(0);\n  }\n\n  to{\n    transform:translateX(-50%);\n  }\n}\n\n\/* =========================================================\n   SPLIT STORY SECTIONS\n========================================================= *\/\n\n.ewms-split{\n  display:grid;\n  gap:22px;\n  align-items:center;\n}\n\n.ewms-media{\n  overflow:hidden;\n  border-radius:20px;\n  border:1px solid rgba(81,59,48,.13);\n  background:#e7d8c9;\n}\n\n.ewms-card--dark .ewms-media{\n  border-color:rgba(255,255,255,.11);\n  background:#281f1c;\n}\n\n.ewms-media img{\n  aspect-ratio:1\/1;\n  object-fit:cover;\n}\n\n\/* =========================================================\n   QUOTE \/ STORY STATEMENT\n========================================================= *\/\n\n.ewms-quote{\n  margin-top:18px;\n  padding:17px 18px;\n\n  border-left:3px solid var(--ewms-red);\n  border-radius:0 14px 14px 0;\n\n  font-size:16px;\n  line-height:1.55;\n  font-weight:700;\n}\n\n.ewms-card--light .ewms-quote{\n  color:#392d28;\n  background:rgba(255,255,255,.55);\n}\n\n.ewms-card--dark .ewms-quote{\n  color:#fff5ee;\n  background:rgba(255,255,255,.055);\n  border-left-color:#ff776e;\n}\n\n\/* =========================================================\n   STYLE OPTIONS\n========================================================= *\/\n\n.ewms-style-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.ewms-style{\n  min-width:0;\n  padding:15px 13px;\n\n  border-radius:15px;\n  transition:\n    transform .22s ease,\n    border-color .22s ease,\n    background .22s ease;\n}\n\n.ewms-card--dark .ewms-style{\n  color:#f9eee7;\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.11);\n}\n\n.ewms-card--light .ewms-style{\n  color:#382d28;\n  background:rgba(255,255,255,.66);\n  border:1px solid rgba(75,55,45,.12);\n}\n\n.ewms-style small{\n  display:block;\n  margin-bottom:6px;\n  font-size:10px;\n  line-height:1;\n  font-weight:800;\n  letter-spacing:.10em;\n  text-transform:uppercase;\n}\n\n.ewms-card--dark .ewms-style small{\n  color:#d5bfb4;\n}\n\n.ewms-card--light .ewms-style small{\n  color:#8a6458;\n}\n\n.ewms-style strong{\n  display:block;\n  font-size:14px;\n  line-height:1.25;\n}\n\n@media (hover:hover){\n  .ewms-style:hover{\n    transform:translateY(-3px);\n  }\n\n  .ewms-card--dark .ewms-style:hover{\n    border-color:rgba(255,122,111,.42);\n    background:rgba(255,255,255,.08);\n  }\n\n  .ewms-card--light .ewms-style:hover{\n    border-color:rgba(169,54,46,.28);\n    background:#fffaf6;\n  }\n}\n\n\/* =========================================================\n   SCENARIOS\n========================================================= *\/\n\n.ewms-scenarios{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:10px;\n  margin-top:20px;\n}\n\n.ewms-scenario{\n  padding:14px;\n  border-radius:15px;\n}\n\n.ewms-card--light .ewms-scenario{\n  background:rgba(255,255,255,.64);\n  border:1px solid rgba(72,53,43,.12);\n}\n\n.ewms-card--dark .ewms-scenario{\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.11);\n}\n\n.ewms-scenario span{\n  display:block;\n  margin-bottom:6px;\n  font-size:20px;\n}\n\n.ewms-scenario strong{\n  display:block;\n  font-size:13px;\n  line-height:1.25;\n}\n\n.ewms-card--light .ewms-scenario strong{\n  color:#332923;\n}\n\n.ewms-card--dark .ewms-scenario strong{\n  color:#fff6ef;\n}\n\n\/* =========================================================\n   PRODUCT HIGHLIGHTS\n========================================================= *\/\n\n.ewms-highlight-grid{\n  display:grid;\n  gap:11px;\n  margin-top:22px;\n}\n\n.ewms-highlight{\n  padding:18px 16px;\n  border-radius:17px;\n}\n\n.ewms-card--dark .ewms-highlight{\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.11);\n}\n\n.ewms-card--light .ewms-highlight{\n  background:rgba(255,255,255,.68);\n  border:1px solid rgba(70,52,43,.12);\n}\n\n.ewms-highlight-icon{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n  margin-bottom:13px;\n\n  border-radius:12px;\n  font-size:19px;\n}\n\n.ewms-card--dark .ewms-highlight-icon{\n  background:rgba(255,101,89,.12);\n}\n\n.ewms-card--light .ewms-highlight-icon{\n  background:#f2d9d2;\n}\n\n.ewms-highlight h3{\n  margin:0 0 7px;\n  font-size:16px;\n  line-height:1.25;\n}\n\n.ewms-highlight p{\n  margin:0;\n  font-size:13px;\n  line-height:1.55;\n}\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.ewms-table-wrap{\n  margin-top:20px;\n  overflow:hidden;\n\n  border-radius:18px;\n  border:1px solid rgba(74,55,46,.13);\n  background:rgba(255,255,255,.61);\n}\n\n.ewms-table{\n  width:100%;\n  border-collapse:collapse;\n  table-layout:fixed;\n}\n\n.ewms-table th,\n.ewms-table td{\n  padding:14px 13px;\n  text-align:left;\n  vertical-align:top;\n\n  border-bottom:1px solid rgba(74,55,46,.10);\n\n  font-size:13px;\n  line-height:1.5;\n}\n\n.ewms-table th{\n  width:37%;\n  color:#352a25;\n  font-weight:800;\n}\n\n.ewms-table td{\n  color:#5a4d46;\n}\n\n.ewms-table tr:last-child th,\n.ewms-table tr:last-child td{\n  border-bottom:0;\n}\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.ewms-faq{\n  display:grid;\n  gap:9px;\n  margin-top:21px;\n}\n\n.ewms-faq details{\n  overflow:hidden;\n  border-radius:15px;\n}\n\n.ewms-card--dark .ewms-faq details{\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.11);\n}\n\n.ewms-card--light .ewms-faq details{\n  background:rgba(255,255,255,.70);\n  border:1px solid rgba(66,49,41,.12);\n}\n\n.ewms-faq summary{\n  position:relative;\n  cursor:pointer;\n\n  padding:16px 44px 16px 15px;\n\n  list-style:none;\n  font-size:14px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n.ewms-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ewms-card--dark .ewms-faq summary{\n  color:#fff7f1;\n}\n\n.ewms-card--light .ewms-faq summary{\n  color:#302620;\n}\n\n.ewms-faq summary::after{\n  content:\"+\";\n  position:absolute;\n\n  right:15px;\n  top:50%;\n\n  width:24px;\n  height:24px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  transform:translateY(-50%);\n\n  border-radius:50%;\n\n  font-size:18px;\n  line-height:1;\n  font-weight:500;\n}\n\n.ewms-card--dark .ewms-faq summary::after{\n  color:#fff;\n  background:rgba(255,255,255,.08);\n}\n\n.ewms-card--light .ewms-faq summary::after{\n  color:#5b2d29;\n  background:#f1ded7;\n}\n\n.ewms-faq details[open] summary::after{\n  content:\"–\";\n}\n\n.ewms-faq-answer{\n  padding:0 15px 16px;\n  font-size:13px;\n  line-height:1.6;\n}\n\n.ewms-card--dark .ewms-faq-answer{\n  color:#d9cdc5;\n}\n\n.ewms-card--light .ewms-faq-answer{\n  color:#5c5049;\n}\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.ewms-cta-grid{\n  display:grid;\n  gap:23px;\n  align-items:center;\n}\n\n.ewms-button{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n\n  width:100%;\n  min-height:54px;\n  margin-top:21px;\n  padding:14px 20px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #c4473e,\n      #9d302a\n    );\n\n  color:#ffffff !important;\n\n  font-size:15px;\n  line-height:1.1;\n  font-weight:800;\n\n  box-shadow:\n    0 12px 28px rgba(165,52,45,.30);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ewms-button::after{\n  content:\"→\";\n  font-size:18px;\n}\n\n@media (hover:hover){\n  .ewms-button:hover{\n    transform:translateY(-2px);\n    box-shadow:\n      0 16px 34px rgba(165,52,45,.38);\n  }\n}\n\n.ewms-button:active{\n  transform:scale(.98);\n}\n\n.ewms-trust{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:13px;\n}\n\n.ewms-trust span{\n  display:inline-flex;\n  align-items:center;\n  gap:6px;\n\n  padding:7px 9px;\n  border-radius:999px;\n\n  color:#ded1c8;\n  background:rgba(255,255,255,.055);\n  border:1px solid rgba(255,255,255,.10);\n\n  font-size:11px;\n  line-height:1.2;\n  font-weight:700;\n}\n\n\/* =========================================================\n   CONTAINER QUERIES\n========================================================= *\/\n\n@container ewms (min-width:620px){\n  .ewms-page{\n    padding:20px;\n  }\n\n  .ewms-card{\n    padding:36px 32px;\n  }\n\n  .ewms-hero{\n    padding:38px 32px 32px;\n  }\n\n  .ewms-style-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .ewms-scenarios{\n    grid-template-columns:repeat(4,1fr);\n  }\n\n  .ewms-highlight-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .ewms-button{\n    width:auto;\n    min-width:230px;\n  }\n}\n\n@container ewms (min-width:780px){\n  .ewms-hero-grid,\n  .ewms-split,\n  .ewms-cta-grid{\n    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);\n    gap:38px;\n  }\n\n  .ewms-split--reverse .ewms-media{\n    order:2;\n  }\n\n  .ewms-split--reverse .ewms-text{\n    order:1;\n  }\n\n  .ewms-hero-copy{\n    padding:10px 0;\n  }\n\n  .ewms-lead{\n    font-size:18px;\n  }\n}\n\n@container ewms (min-width:960px){\n  .ewms-page{\n    padding:25px;\n  }\n\n  .ewms-stack{\n    gap:20px;\n  }\n\n  .ewms-card{\n    padding:48px 44px;\n    border-radius:30px;\n  }\n\n  .ewms-hero{\n    padding:48px 44px 38px;\n  }\n\n  .ewms-highlight-grid{\n    grid-template-columns:repeat(4,1fr);\n  }\n}\n\n\/* =========================================================\n   REDUCED MOTION\n========================================================= *\/\n\n@media (prefers-reduced-motion:reduce){\n  .ewms-page *,\n  .ewms-page *::before,\n  .ewms-page *::after{\n    scroll-behavior:auto !important;\n    animation-duration:.01ms !important;\n    animation-iteration-count:1 !important;\n    transition-duration:.01ms !important;\n  }\n\n  .ewms-marquee-track{\n    animation:none !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ewms-page\" id=\"ewms-top\"\u003e\n\u003c!-- =====================================================\n       HERO\n  ====================================================== --\u003e\n\u003cdiv class=\"ewms-card ewms-card--dark ewms-hero\"\u003e\n\u003cdiv class=\"ewms-hero-grid\"\u003e\n\u003cdiv class=\"ewms-hero-copy\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eART THAT FEELS ALIVE\u003c\/div\u003e\n\u003ch1 class=\"ewms-title ewms-shimmer-dark\"\u003eA Still Sculpture That Feels Like It Just Moved.\u003c\/h1\u003e\n\u003cp class=\"ewms-lead\"\u003eExpressive silhouettes, flowing fabric and motion-inspired poses turn an ordinary corner into a moment with a story.\u003c\/p\u003e\n\u003cdiv class=\"ewms-tags\"\u003e\n\u003cspan class=\"ewms-tag\"\u003e✨ Expressive Form\u003c\/span\u003e \u003cspan class=\"ewms-tag\"\u003e💃 Motion-Inspired\u003c\/span\u003e \u003cspan class=\"ewms-tag\"\u003e🏡 Artistic Accent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0995\/9368\/3219\/files\/ChatGPTImage2026_9_18_22_01_40_7.png?v=1789783381\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       MARQUEE\n  ====================================================== --\u003e\n\u003cdiv class=\"ewms-marquee\"\u003e\n\u003cdiv class=\"ewms-marquee-track\"\u003e\n\u003cdiv class=\"ewms-marquee-set\"\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eART IN MOTION\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eEXPRESSIVE SILHOUETTES\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eSIX DISTINCT STYLES\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eMEANINGFUL DECOR\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eA STORY FROM EVERY ANGLE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-set\"\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eART IN MOTION\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eEXPRESSIVE SILHOUETTES\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eSIX DISTINCT STYLES\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eMEANINGFUL DECOR\u003c\/div\u003e\n\u003cdiv class=\"ewms-marquee-item\"\u003eA STORY FROM EVERY ANGLE\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-stack\"\u003e\n\u003c!-- ===================================================\n         EMOTIONAL CONTRAST\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--light\"\u003e\n\u003cdiv class=\"ewms-split\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_39_2.png?v=1789783381\u0026amp;width=1946\" alt=\"Red dress artistic figurine captured in an expressive motion-inspired pose\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eMORE THAN FILLING A SHELF\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-light\"\u003eMost Decor Fills Space. This One Creates A Moment.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eThe sweeping fabric, extended limbs and suspended-looking pose bring visual movement into a room without making the space feel busy.\u003c\/p\u003e\n\u003cdiv class=\"ewms-quote\"\u003eIt feels less like an object placed on a shelf — and more like a moment frozen in mid-air.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         EMOTION\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--dark\"\u003e\n\u003cdiv class=\"ewms-split ewms-split--reverse\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_39_3.png?v=1789783381\u0026amp;width=1946\" alt=\"Expressive figurine displayed in a warm modern home interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eA POSE WITH A FEELING\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-dark\"\u003eYou Feel The Story Before You Explain It.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eFreedom. Defiance. Release. Joy. Grace. A simple silhouette can suggest something different depending on the person looking at it.\u003c\/p\u003e\n\u003cp class=\"ewms-copy\"\u003eThat emotional ambiguity is what gives sculptural decor its presence: it leaves room for the viewer to bring their own meaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         DIFFERENT ANGLES\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--light\"\u003e\n\u003cdiv class=\"ewms-split\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_40_5.png?v=1789783381\u0026amp;width=1946\" alt=\"Motion-inspired sculpture shown with dramatic shadow\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eSCULPTURAL PRESENCE\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-light\"\u003eOne Figure. A Different Story From Every Angle.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eThe open silhouette gives light and shadow space to become part of the composition.\u003c\/p\u003e\n\u003cp class=\"ewms-copy\"\u003ePlace it near natural window light or warm ambient lighting and the surrounding shadows can add another layer to the display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         STYLE SELECTION\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--dark\"\u003e\n\u003cdiv class=\"ewms-split ewms-split--reverse\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_40_6.png?v=1789783381\u0026amp;width=1946\" alt=\"Graceful silver accent artistic figurine displayed in a warm neutral interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eCHOOSE THE FEELING\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-dark\"\u003eDon’t Just Pick A Pose. Pick The One That Speaks To You.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eSix expressive styles give the collection different personalities, from quiet grace to bold movement.\u003c\/p\u003e\n\u003cdiv class=\"ewms-style-grid\"\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 01\u003c\/small\u003e \u003cstrong\u003eLifted by Light\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 02\u003c\/small\u003e \u003cstrong\u003eLetting Go\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 03\u003c\/small\u003e \u003cstrong\u003eJoy in Motion\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 04\u003c\/small\u003e \u003cstrong\u003eWind Defiance\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 05\u003c\/small\u003e \u003cstrong\u003eVelvet Flame\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-style\"\u003e\n\u003csmall\u003eStyle 06\u003c\/small\u003e \u003cstrong\u003eWhat Love Leaves\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         INTERIOR STYLING\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--light\"\u003e\n\u003cdiv class=\"ewms-split\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_39_4.png?v=1789783381\u0026amp;width=1946\" alt=\"Expressive red artistic figurine styled beside a window in a modern interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eMADE FOR MEANINGFUL SPACES\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-light\"\u003eLet The Sculpture Be The Pause In The Room.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003ePair its expressive silhouette with books, ceramics, neutral textures or warm lighting to create a curated focal point.\u003c\/p\u003e\n\u003cdiv class=\"ewms-scenarios\"\u003e\n\u003cdiv class=\"ewms-scenario\"\u003e\n\u003cspan\u003e🏡\u003c\/span\u003e \u003cstrong\u003eConsole Table\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-scenario\"\u003e\n\u003cspan\u003e📚\u003c\/span\u003e \u003cstrong\u003eBookshelf\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-scenario\"\u003e\n\u003cspan\u003e💼\u003c\/span\u003e \u003cstrong\u003eHome Office\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-scenario\"\u003e\n\u003cspan\u003e🕯️\u003c\/span\u003e \u003cstrong\u003eReading Nook\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         PRODUCT HIGHLIGHTS\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--dark\"\u003e\n\u003cdiv class=\"ewms-center\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003ePRODUCT HIGHLIGHTS\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-dark\"\u003eDecor That Gives The Eye Somewhere To Stay.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eEach design choice helps turn a simple display area into something more personal and expressive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-highlight-grid\"\u003e\n\u003cdiv class=\"ewms-highlight\"\u003e\n\u003cdiv class=\"ewms-highlight-icon\"\u003e💃\u003c\/div\u003e\n\u003ch3\u003eMotion You Can Feel\u003c\/h3\u003e\n\u003cp\u003eDynamic poses create the impression that the figure has been captured in the middle of a movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-highlight\"\u003e\n\u003cdiv class=\"ewms-highlight-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eA Strong Visual Focal Point\u003c\/h3\u003e\n\u003cp\u003eThe expressive silhouette gives a shelf, desk or console something distinctive to anchor the eye.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-highlight\"\u003e\n\u003cdiv class=\"ewms-highlight-icon\"\u003e🎭\u003c\/div\u003e\n\u003ch3\u003eMeaning Is Personal\u003c\/h3\u003e\n\u003cp\u003eDifferent poses can suggest freedom, joy, resistance, tenderness or release depending on how you see them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ewms-highlight\"\u003e\n\u003cdiv class=\"ewms-highlight-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eMore Personal Than Generic Decor\u003c\/h3\u003e\n\u003cp\u003eA thoughtful direction for art lovers, new-home moments and people who enjoy expressive interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         SPECIFICATIONS\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--light\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eDETAILS AT A GLANCE\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-light\"\u003eSpecifications\u003c\/h2\u003e\n\u003cp class=\"ewms-copy\"\u003eOnly details supported by the current product listing are included below.\u003c\/p\u003e\n\u003cdiv class=\"ewms-table-wrap\"\u003e\n\u003ctable class=\"ewms-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eExpressive motion-inspired decorative figurine sculpture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAvailable Styles\u003c\/th\u003e\n\u003ctd\u003e6 style options\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle Names\u003c\/th\u003e\n\u003ctd\u003eLifted by Light, Letting Go, Joy in Motion, Wind Defiance, Velvet Flame, What Love Leaves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesigned For\u003c\/th\u003e\n\u003ctd\u003eDecorative indoor display\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eGreat For\u003c\/th\u003e\n\u003ctd\u003eShelves, consoles, desks and curated interior displays\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         FAQ\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--dark\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eBEFORE YOU CHOOSE\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-dark\"\u003eA Few Things You May Be Wondering.\u003c\/h2\u003e\n\u003cdiv class=\"ewms-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes “motion sculpture” mean the figure moves?\u003c\/summary\u003e\n\u003cdiv class=\"ewms-faq-answer\"\u003eThe listing presents the product as decorative figurine art. “Motion” refers to the expressive poses and sense of movement created by the sculpture's form.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many styles can I choose from?\u003c\/summary\u003e\n\u003cdiv class=\"ewms-faq-answer\"\u003eThe current listing offers six styles: Lifted by Light, Letting Go, Joy in Motion, Wind Defiance, Velvet Flame and What Love Leaves.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere could I display it?\u003c\/summary\u003e\n\u003cdiv class=\"ewms-faq-answer\"\u003eTry a bookshelf, console table, home office, reading corner or another indoor area where the silhouette can be seen clearly.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose a style?\u003c\/summary\u003e\n\u003cdiv class=\"ewms-faq-answer\"\u003eStart with the emotion or movement that catches your attention first. A dramatic pose can add energy, while a calmer silhouette can feel more reflective and understated.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a good gift idea?\u003c\/summary\u003e\n\u003cdiv class=\"ewms-faq-answer\"\u003eIt can be a thoughtful decorative choice for someone who enjoys sculpture, expressive artwork or distinctive home accents.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===================================================\n         FINAL CTA\n    ==================================================== --\u003e\n\u003csection class=\"ewms-card ewms-card--dark\"\u003e\n\u003cdiv class=\"ewms-cta-grid\"\u003e\n\u003cdiv class=\"ewms-media\"\u003e\u003cimg src=\"https:\/\/harikarionthebeat.com\/cdn\/shop\/files\/ChatGPTImage2026_9_18_22_01_41_8.png?v=1789783381\u0026amp;width=1946\" alt=\"Collection of expressive artistic figurine sculptures styled in a premium interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ewms-text\"\u003e\n\u003cdiv class=\"ewms-kicker\"\u003eMAKE THE SPACE FEEL YOURS\u003c\/div\u003e\n\u003ch2 class=\"ewms-h2 ewms-shimmer-dark\"\u003eGive The Room Something Worth Looking At.\u003c\/h2\u003e\n\u003cp class=\"ewms-lead\"\u003eChoose the figure whose pose means something to you — then let it become part of the story of your space.\u003c\/p\u003e\n\u003ca class=\"ewms-button\" href=\"#MainContent\"\u003e Choose Your Sculpture \u003c\/a\u003e\n\u003cdiv class=\"ewms-trust\"\u003e\n\u003cspan\u003e✨ 6 Expressive Styles\u003c\/span\u003e \u003cspan\u003e🏡 Interior Accent\u003c\/span\u003e \u003cspan\u003e🎁 Thoughtful Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"DXH","offers":[{"title":"Lifted by Light","offer_id":54746521010451,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Letting Go","offer_id":54746521043219,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Joy in Motion","offer_id":54746521075987,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Wind Defiance","offer_id":54746521108755,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Velvet Flame","offer_id":54746521141523,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"What Love Leaves","offer_id":54746521174291,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0995\/9368\/3219\/files\/ChatGPTImage2026_9_18_22_01_38_1.png?v=1789783381","url":"https:\/\/harikarionthebeat.com\/products\/expressive-wire-motion-sculpture-artistic-figurine-home-decor","provider":"harikarionthebeat","version":"1.0","type":"link"}