{"product_id":"handcrafted-wooden-jellyfish-automaton","title":"A Mesmerizing Ocean-Inspired Sculpture That Comes to Life","description":"\u003cstyle\u003e.ocean-motion-page{  --ink:#17201e;  --muted:#6c7470;  --cream:#f7f5ef;  --warm:#eee9df;  --line:#e3e0d8;  --dark:#17201e;  --white:#fff;  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Arial,sans-serif;  color:var(--ink);  background:#fff;  line-height:1.6;  overflow:hidden;}.ocean-motion-page *{  box-sizing:border-box;}.ocean-motion-page img{  display:block;  width:100%;  height:auto;}.om-container{  width:min(1180px,calc(100% - 40px));  margin:auto;}.om-section{  padding:96px 0;}.om-eyebrow{  display:block;  margin-bottom:16px;  font-size:12px;  font-weight:750;  letter-spacing:2.2px;  text-transform:uppercase;  color:#858b87;}.om-h1{  margin:0;  max-width:700px;  font-size:clamp(48px,6vw,78px);  line-height:.98;  letter-spacing:-3px;  font-weight:700;}.om-h2{  margin:0;  font-size:clamp(34px,4.4vw,56px);  line-height:1.05;  letter-spacing:-2px;  font-weight:690;}.om-body{  max-width:650px;  margin:20px 0 0;  color:var(--muted);  font-size:18px;  line-height:1.7;}.om-center{  text-align:center;}.om-center .om-body{  margin-left:auto;  margin-right:auto;}\/* HERO *\/.om-hero{  padding:76px 0 82px;  background:linear-gradient(135deg,#faf9f5 0%,#efebe2 100%);}.om-hero-grid{  display:grid;  grid-template-columns:.92fr 1.08fr;  gap:70px;  align-items:center;}.om-hero p{  max-width:570px;  margin:27px 0 0;  color:#656d68;  font-size:19px;  line-height:1.7;}.om-benefits{  display:grid;  gap:12px;  margin:30px 0 34px;}.om-benefit{  display:flex;  gap:11px;  align-items:center;  font-size:15px;  font-weight:600;}.om-check{  width:23px;  height:23px;  flex:0 0 23px;  border-radius:50%;  display:flex;  align-items:center;  justify-content:center;  background:var(--ink);  color:#fff;  font-size:12px;}.om-btn{  display:inline-flex;  min-height:58px;  padding:0 34px;  align-items:center;  justify-content:center;  border-radius:8px;  background:var(--ink);  color:#fff!important;  text-decoration:none!important;  font-size:15px;  font-weight:700;  transition:.2s ease;}.om-btn:hover{  opacity:.88;  transform:translateY(-2px);}.om-hero-image{  overflow:hidden;  border-radius:22px;  background:#fff;  box-shadow:0 25px 70px rgba(0,0,0,.08);}.om-hero-image img{  aspect-ratio:1\/1;  object-fit:cover;}\/* VALUE BAR *\/.om-value{  border-bottom:1px solid var(--line);}.om-value-grid{  display:grid;  grid-template-columns:repeat(4,1fr);}.om-value-item{  padding:28px 18px;  text-align:center;  border-right:1px solid var(--line);}.om-value-item:last-child{  border-right:0;}.om-value-item strong{  display:block;  font-size:16px;}.om-value-item span{  display:block;  margin-top:3px;  color:var(--muted);  font-size:13px;}\/* CARDS *\/.om-cards{  display:grid;  grid-template-columns:repeat(3,1fr);  gap:18px;  margin-top:52px;}.om-card{  padding:34px;  border-radius:15px;  background:var(--cream);}.om-number{  display:block;  margin-bottom:30px;  color:#9c9f9c;  font-size:12px;  font-weight:800;}.om-card h3{  margin:0 0 9px;  font-size:20px;}.om-card p{  margin:0;  color:var(--muted);  font-size:15px;}\/* SPLIT *\/.om-soft{  background:var(--cream);}.om-split{  display:grid;  grid-template-columns:1fr 1fr;  gap:72px;  align-items:center;}.om-image{  overflow:hidden;  border-radius:18px;}.om-image img{  object-fit:cover;}.om-feature-list{  margin-top:34px;}.om-feature{  padding:21px 0;  border-bottom:1px solid var(--line);}.om-feature:last-child{  border-bottom:0;}.om-feature h3{  margin:0 0 6px;  font-size:18px;}.om-feature p{  margin:0;  color:var(--muted);  font-size:15px;}\/* DARK *\/.om-dark{  background:var(--dark);  color:#fff;}.om-dark .om-eyebrow{  color:#9ca5a0;}.om-dark .om-body{  color:#bdc3bf;}.om-dark-grid{  display:grid;  grid-template-columns:1fr 1fr;  gap:65px;  align-items:center;}.om-dark-img{  overflow:hidden;  border-radius:18px;}\/* GALLERY *\/.om-gallery{  display:grid;  grid-template-columns:repeat(3,1fr);  gap:16px;  margin-top:50px;}.om-gallery div{  overflow:hidden;  border-radius:16px;}.om-gallery img{  aspect-ratio:1\/1;  object-fit:cover;}\/* GIFT *\/.om-gift-grid{  display:grid;  grid-template-columns:1fr 1fr;  gap:18px;  margin-top:50px;}.om-gift-grid div{  overflow:hidden;  border-radius:16px;}.om-gift-grid img{  aspect-ratio:1\/1;  object-fit:cover;}\/* FINAL *\/.om-final{  padding:110px 0;  text-align:center;  background:var(--warm);}.om-final-inner{  max-width:800px;  margin:auto;}.om-final .om-body{  margin:22px auto 31px;}\/* FAQ *\/.om-faq{  max-width:850px;  margin:50px auto 0;}.om-faq details{  padding:23px 0;  border-top:1px solid var(--line);}.om-faq details:last-child{  border-bottom:1px solid var(--line);}.om-faq summary{  position:relative;  padding-right:35px;  cursor:pointer;  list-style:none;  font-size:17px;  font-weight:700;}.om-faq summary::-webkit-details-marker{  display:none;}.om-faq summary:after{  content:\"+\";  position:absolute;  right:2px;  top:-4px;  font-size:25px;  font-weight:400;}.om-faq details[open] summary:after{  content:\"−\";}.om-faq p{  max-width:720px;  margin:13px 0 0;  color:var(--muted);  font-size:15px;}\/* MOBILE *\/@media(max-width:800px){  .om-container{    width:min(100% - 28px,1180px);  }  .om-section{    padding:65px 0;  }  .om-hero{    padding:38px 0 55px;  }  .om-hero-grid,  .om-split,  .om-dark-grid{    grid-template-columns:1fr;    gap:38px;  }  .om-hero-image{    order:-1;  }  .om-h1{    font-size:44px;    letter-spacing:-2px;  }  .om-h2{    letter-spacing:-1.3px;  }  .om-value-grid{    grid-template-columns:1fr 1fr;  }  .om-value-item:nth-child(2){    border-right:0;  }  .om-value-item:nth-child(-n+2){    border-bottom:1px solid var(--line);  }  .om-cards,  .om-gallery,  .om-gift-grid{    grid-template-columns:1fr;  }  .om-final{    padding:80px 0;  }}\u003c\/style\u003e\u003cdiv class=\"ocean-motion-page\"\u003e\n\u003c!-- HERO --\u003e\u003csection class=\"om-hero\"\u003e\u003cdiv class=\"om-container om-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"om-eyebrow\"\u003e HANDCRAFTED KINETIC ART \u003c\/span\u003e\u003ch1 class=\"om-h1\"\u003eBring the Ocean\u003cbr\u003eto Life.\u003c\/h1\u003e\n\u003cp\u003eA handcrafted wooden kinetic sculpture that transforms the graceful movement of sea life into a calming piece of living art.\u003c\/p\u003e\n\u003cdiv class=\"om-benefits\"\u003e\n\u003cdiv class=\"om-benefit\"\u003e\n\u003cspan class=\"om-check\"\u003e✓\u003c\/span\u003e Graceful ocean-inspired movement\u003c\/div\u003e\n\u003cdiv class=\"om-benefit\"\u003e\n\u003cspan class=\"om-check\"\u003e✓\u003c\/span\u003e Warm natural wood aesthetic\u003c\/div\u003e\n\u003cdiv class=\"om-benefit\"\u003e\n\u003cspan class=\"om-check\"\u003e✓\u003c\/span\u003e Made for desks, shelves \u0026amp; living spaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/11_800x800_cb645c13-e828-4a0e-b0b7-3a65183fefbd.png?v=1787814091\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- VALUE BAR --\u003e\u003csection class=\"om-value\"\u003e\u003cdiv class=\"om-container om-value-grid\"\u003e\n\u003cdiv class=\"om-value-item\"\u003e\n\u003cstrong\u003eKinetic Motion\u003c\/strong\u003e \u003cspan\u003eInspired by sea life\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-value-item\"\u003e\n\u003cstrong\u003eWooden Design\u003c\/strong\u003e \u003cspan\u003eWarm natural aesthetic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-value-item\"\u003e\n\u003cstrong\u003eLiving Art\u003c\/strong\u003e \u003cspan\u003eMore than ordinary décor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-value-item\"\u003e\n\u003cstrong\u003eGift Worthy\u003c\/strong\u003e \u003cspan\u003eUnexpected \u0026amp; memorable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- EMOTIONAL VALUE --\u003e\u003csection class=\"om-section\"\u003e\u003cdiv class=\"om-container\"\u003e\n\u003cdiv class=\"om-center\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e A DIFFERENT KIND OF DECOR \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eMade to be watched,\u003cbr\u003enot just displayed.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eThe gentle movement creates a subtle focal point, bringing personality and a sense of calm to the room without overwhelming the space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-cards\"\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003e01\u003c\/span\u003e\u003ch3\u003eMesmerizing Movement\u003c\/h3\u003e\n\u003cp\u003eSmooth, organic motion brings the sculpture to life and gives your space a constantly changing detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003e02\u003c\/span\u003e\u003ch3\u003eA Calmer Atmosphere\u003c\/h3\u003e\n\u003cp\u003eA beautiful visual pause for desks, bedrooms, reading corners and relaxing interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003e03\u003c\/span\u003e\u003ch3\u003eA Natural Conversation Piece\u003c\/h3\u003e\n\u003cp\u003eDistinctive enough to attract attention, yet understated enough to complement the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- MOTION --\u003e\u003csection class=\"om-section om-dark\"\u003e\u003cdiv class=\"om-container om-dark-grid\"\u003e\n\u003cdiv class=\"om-dark-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/33_8684afb8-1741-41b2-98c2-5b99cf6ad8b9.webp?v=1787814798\" alt=\"Ocean inspired kinetic sculpture in motion\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"om-eyebrow\"\u003e INSPIRED BY THE SEA \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eMovement that feels surprisingly alive.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eInspired by the effortless rhythm of ocean life, each movement turns a sculptural object into something fluid, playful and unexpectedly captivating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- CRAFT --\u003e\u003csection class=\"om-section om-soft\"\u003e\u003cdiv class=\"om-container om-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"om-eyebrow\"\u003e NATURAL BEAUTY \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eWarm wood. Soft curves. Timeless character.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eThe wooden finish gives the sculpture a warmer, more considered presence than ordinary plastic décor, making it easy to pair with modern interiors.\u003c\/p\u003e\n\u003cdiv class=\"om-feature-list\"\u003e\n\u003cdiv class=\"om-feature\"\u003e\n\u003ch3\u003eSculptural Form\u003c\/h3\u003e\n\u003cp\u003eSmooth curves create a refined silhouette that looks beautiful from every angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-feature\"\u003e\n\u003ch3\u003eNatural Wood Character\u003c\/h3\u003e\n\u003cp\u003eWarm tones add texture and softness to shelves, desks, side tables and display spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-feature\"\u003e\n\u003ch3\u003eMinimalist Appeal\u003c\/h3\u003e\n\u003cp\u003eClean lines make it easy to style in modern, Scandinavian and nature-inspired interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/17_8359e00c-e91c-4bc9-aa0d-a1a39acddd4c.png?v=1787813766\" alt=\"Wooden kinetic sculpture detail\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SIMPLE CONTROL --\u003e\u003csection class=\"om-section\"\u003e\u003cdiv class=\"om-container om-split\"\u003e\n\u003cdiv class=\"om-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/23_e56a9347-1ab3-439c-81ee-ef7580cf399c.png?v=1787813766\" alt=\"Minimal touch control detail\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"om-eyebrow\"\u003e SIMPLE BY DESIGN \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eNothing complicated. Just enjoy the movement.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eThe clean control design keeps the sculpture visually minimal, so the focus stays where it belongs—on the movement and craftsmanship.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- HOME DECOR --\u003e\u003csection class=\"om-section om-soft\"\u003e\u003cdiv class=\"om-container\"\u003e\n\u003cdiv class=\"om-center\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e MADE FOR BEAUTIFUL SPACES \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eA small detail that changes the room.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003ePlace it where you want a little more movement, warmth and personality—without adding visual clutter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-cards\"\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003eDESK\u003c\/span\u003e\u003ch3\u003eA Better Workday View\u003c\/h3\u003e\n\u003cp\u003eAdd a calming visual detail beside your monitor, books or workspace essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003eHOME\u003c\/span\u003e\u003ch3\u003eElevated Shelf Décor\u003c\/h3\u003e\n\u003cp\u003eGive shelves, consoles and side tables a more distinctive focal point.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-card\"\u003e\n\u003cspan class=\"om-number\"\u003eBEDROOM\u003c\/span\u003e\u003ch3\u003eSoft, Relaxed Character\u003c\/h3\u003e\n\u003cp\u003eA natural accent for bedside tables, reading corners and quieter spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- DESIGNS --\u003e\u003csection class=\"om-section\"\u003e\u003cdiv class=\"om-container\"\u003e\n\u003cdiv class=\"om-center\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e CHOOSE YOUR FAVORITE \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eDifferent creatures. Different personalities.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eFrom drifting jellyfish to graceful rays and playful dolphins, each design captures a different expression of the ocean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-gallery\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/8_13e05662-5525-41ba-bd36-c96eae4d1d27.png?v=1787813766\" alt=\"Jellyfish wooden kinetic sculpture\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/5_b401911c-a64c-4ccd-b4fb-be007d6e6037.webp?v=1787814844\" alt=\"Manta ray wooden kinetic sculpture\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/7_029aa73e-2263-4e37-8055-73f5b2419b1e.webp?v=1787814844\" alt=\"Dolphin wooden kinetic sculpture\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- GIFT --\u003e\u003csection class=\"om-section om-soft\"\u003e\u003cdiv class=\"om-container\"\u003e\n\u003cdiv class=\"om-center\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e A GIFT THEY'LL REMEMBER \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eFor the person who already has everything.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003ePart art, part décor and part experience, it makes a thoughtful gift that feels far more personal than another ordinary household accessory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-gift-grid\"\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/11_871af9c9-9c90-4774-b8bd-7d9aa7c02d70.png?v=1787813766\" alt=\"Wooden kinetic sculpture gift presentation\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/1_8d9df75f-9282-454d-9820-c76cc15045d0.png?v=1787813766\" alt=\"Ocean sculpture premium gift packaging\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- SEASONAL GIFT --\u003e\u003csection class=\"om-section\"\u003e\u003cdiv class=\"om-container om-split\"\u003e\n\u003cdiv class=\"om-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0951\/0941\/5205\/files\/6fa63170584361f9a7a64ac674c6d182_8d1f2e90-67c7-4017-b403-eb7d5f4a172a.png?v=1787813766\" alt=\"Ocean sculpture holiday gift\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"om-eyebrow\"\u003e MADE FOR GIVING \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eBeautiful before it's even unboxed.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eA memorable choice for birthdays, anniversaries, housewarmings, holidays or simply surprising someone with something they wouldn't think to buy themselves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- FINAL CTA --\u003e\u003csection class=\"om-final\" id=\"buy-now\"\u003e\u003cdiv class=\"om-container om-final-inner\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e BRING HOME A LITTLE OCEAN MAGIC \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eArt should move you.\u003cbr\u003eThis one actually moves.\u003c\/h2\u003e\n\u003cp class=\"om-body\"\u003eChoose your favorite ocean-inspired design and bring a little more movement, warmth and personality into your space.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- FAQ --\u003e\u003csection class=\"om-section\"\u003e\u003cdiv class=\"om-container\"\u003e\n\u003cdiv class=\"om-center\"\u003e\n\u003cspan class=\"om-eyebrow\"\u003e FAQ \u003c\/span\u003e\u003ch2 class=\"om-h2\"\u003eGood to know.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"om-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat makes this different from ordinary décor?\u003c\/summary\u003e\u003cp\u003eUnlike a static ornament, the sculpture uses graceful kinetic movement to create a constantly changing visual experience.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhere can I display it?\u003c\/summary\u003e\u003cp\u003eIt works beautifully on desks, shelves, bedside tables, console tables, bookcases and other indoor display areas.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs every piece exactly identical?\u003c\/summary\u003e\u003cp\u003eNatural wood grain and tone can vary slightly, giving each sculpture its own visual character.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhich designs are available?\u003c\/summary\u003e\u003cp\u003eThe collection shown includes ocean-inspired designs such as jellyfish, manta ray and dolphin styles.\u003c\/p\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs it a good gift?\u003c\/summary\u003e\u003cp\u003eYes. Its combination of art, movement and decorative appeal makes it especially suitable for birthdays, holidays, housewarmings and special occasions.\u003c\/p\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Jellyfish","offer_id":51091563184375,"sku":null,"price":149.99,"currency_code":"USD","in_stock":true},{"title":"Manta Ray","offer_id":51091563217143,"sku":null,"price":149.99,"currency_code":"USD","in_stock":true},{"title":"Dolphin","offer_id":51091563249911,"sku":null,"price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0894\/8406\/7063\/files\/2_800x800_f97582bf-84b9-4f20-9172-13932ff0217d.png?v=1788169893","url":"https:\/\/tals.store\/products\/handcrafted-wooden-jellyfish-automaton","provider":"Tals","version":"1.0","type":"link"}