{"product_id":"cavelmora™shark-with-shell-resin-figurine","title":"Cavelmora™Shark With Shell Resin Figurine","description":"\u003cstyle\u003e\n\/* =========================================================\n   cavelmora™\n   Shark With Shell Resin Figurine\n   Shopify Product Description Landing Page\n\n   Single Column \/ Horizon Friendly\n   Desktop + Mobile Responsive\n   Original Image Ratio Preserved\n========================================================= *\/\n\n.cav-shark-shell,\n.cav-shark-shell *{\n  box-sizing:border-box;\n}\n\n.cav-shark-shell{\n  --sea-blue:#5795AC;\n  --deep-sea:#245F77;\n  --salt-blue:#EAF6F7;\n  --mist-white:#FCFDFB;\n  --sand:#F7F1E7;\n  --coral:#E9958B;\n  --seaweed:#78947D;\n  --text:#42585E;\n  --muted:#718187;\n  --border:#E8E4DA;\n\n  width:100%;\n  max-width:860px;\n  margin:0 auto;\n  padding:0;\n\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height:1.65;\n}\n\n.cav-shark-shell h2,\n.cav-shark-shell h3,\n.cav-shark-shell p{\n  margin-top:0;\n}\n\n.cav-shark-shell img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto !important;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.cssh-hero{\n  position:relative;\n  overflow:hidden;\n\n  margin:0 0 20px;\n  padding:54px 28px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 88% 13%,\n      rgba(87,149,172,.15),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 10% 88%,\n      rgba(233,149,139,.10),\n      transparent 25%\n    ),\n    linear-gradient(\n      180deg,\n      #EDF8FA 0%,\n      #FFFDF9 100%\n    );\n\n  border:1px solid #DFECEE;\n  border-radius:26px;\n}\n\n.cssh-hero::before{\n  content:\"\";\n\n  position:absolute;\n\n  width:112px;\n  height:112px;\n\n  right:-46px;\n  top:-46px;\n\n  border:1px solid rgba(87,149,172,.15);\n  border-radius:50%;\n}\n\n.cssh-hero::after{\n  content:\"≈\";\n\n  position:absolute;\n\n  left:27px;\n  bottom:14px;\n\n  color:rgba(87,149,172,.18);\n\n  font-size:42px;\n  line-height:1;\n}\n\n.cssh-eyebrow{\n  position:relative;\n  z-index:1;\n\n  margin-bottom:12px !important;\n\n  color:var(--sea-blue);\n\n  font-size:11px;\n  line-height:1.4;\n  font-weight:800;\n\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.cssh-hero h2{\n  position:relative;\n  z-index:1;\n\n  max-width:700px;\n\n  margin:0 auto 17px;\n\n  color:var(--deep-sea);\n\n  font-size:clamp(29px,5vw,43px);\n  line-height:1.14;\n  font-weight:760;\n\n  letter-spacing:-1px;\n}\n\n.cssh-hero-text{\n  position:relative;\n  z-index:1;\n\n  max-width:630px;\n\n  margin:0 auto !important;\n\n  color:var(--muted);\n\n  font-size:16px;\n  line-height:1.8;\n}\n\n\n\/* =========================================================\n   IMAGE\n========================================================= *\/\n\n.cssh-image{\n  width:100%;\n\n  margin:20px 0;\n\n  overflow:hidden;\n\n  background:#FFFFFF;\n\n  border:1px solid var(--border);\n  border-radius:22px;\n\n  box-shadow:\n    0 10px 30px rgba(38,82,97,.06);\n}\n\n.cssh-image img{\n  display:block;\n\n  width:100%;\n  max-width:100%;\n\n  height:auto !important;\n\n  object-fit:contain;\n  object-position:center;\n}\n\n\n\/* =========================================================\n   SECTIONS\n========================================================= *\/\n\n.cssh-section{\n  margin:20px 0;\n  padding:44px 30px;\n\n  text-align:center;\n\n  border-radius:22px;\n}\n\n.cssh-blue{\n  background:\n    linear-gradient(\n      145deg,\n      #EAF6F7 0%,\n      #F6FBF9 100%\n    );\n}\n\n.cssh-sand{\n  background:\n    linear-gradient(\n      145deg,\n      #F7F1E7 0%,\n      #FFFDF9 100%\n    );\n}\n\n.cssh-white{\n  background:var(--mist-white);\n\n  border:1px solid var(--border);\n}\n\n.cssh-label{\n  display:inline-block;\n\n  margin-bottom:11px;\n\n  color:var(--sea-blue);\n\n  font-size:11px;\n  line-height:1.4;\n  font-weight:800;\n\n  letter-spacing:1.8px;\n  text-transform:uppercase;\n}\n\n.cssh-section h3{\n  max-width:660px;\n\n  margin:0 auto 15px;\n\n  color:var(--deep-sea);\n\n  font-size:clamp(24px,4vw,32px);\n  line-height:1.23;\n  font-weight:750;\n}\n\n.cssh-section \u003e p{\n  max-width:660px;\n\n  margin:0 auto !important;\n\n  color:var(--muted);\n\n  font-size:15.5px;\n  line-height:1.8;\n}\n\n\n\/* =========================================================\n   FEATURE TAGS\n========================================================= *\/\n\n.cssh-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:8px;\n\n  max-width:690px;\n\n  margin:25px auto 0;\n}\n\n.cssh-tag{\n  display:inline-block;\n\n  padding:9px 14px;\n\n  color:var(--deep-sea);\n  background:rgba(255,255,255,.86);\n\n  border:1px solid rgba(87,149,172,.17);\n  border-radius:999px;\n\n  font-size:12.5px;\n  line-height:1.4;\n  font-weight:650;\n}\n\n.cssh-tag--pink{\n  color:#98605B;\n\n  background:#FFF7F5;\n\n  border-color:rgba(233,149,139,.27);\n}\n\n\n\/* =========================================================\n   PRODUCT DETAILS\n========================================================= *\/\n\n.cssh-specs{\n  margin:20px 0;\n  padding:42px 28px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #FFFDF9 0%,\n      #F6FAFA 100%\n    );\n\n  border:1px solid var(--border);\n  border-radius:22px;\n}\n\n.cssh-spec-head{\n  margin-bottom:25px;\n\n  text-align:center;\n}\n\n.cssh-spec-head .cssh-label{\n  margin-bottom:8px;\n}\n\n.cssh-spec-head h3{\n  margin:0;\n\n  color:var(--deep-sea);\n\n  font-size:28px;\n  line-height:1.25;\n}\n\n.cssh-spec-row{\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n\n  gap:20px;\n\n  width:100%;\n  max-width:590px;\n\n  margin:0 auto;\n  padding:15px 0;\n\n  border-bottom:1px solid #E6E8E3;\n}\n\n.cssh-spec-row:last-child{\n  border-bottom:0;\n}\n\n.cssh-spec-name{\n  color:var(--muted);\n\n  font-size:14px;\n  line-height:1.5;\n}\n\n.cssh-spec-value{\n  color:var(--deep-sea);\n\n  font-size:14px;\n  line-height:1.5;\n  font-weight:750;\n\n  text-align:right;\n}\n\n\n\/* =========================================================\n   DISPLAY LOCATIONS\n========================================================= *\/\n\n.cssh-places{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:9px;\n\n  max-width:680px;\n\n  margin:25px auto 0;\n}\n\n.cssh-place{\n  padding:10px 15px;\n\n  color:#526E74;\n  background:#FFFFFF;\n\n  border:1px solid #E3EBE7;\n  border-radius:12px;\n\n  font-size:13px;\n  line-height:1.4;\n  font-weight:650;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.cssh-note{\n  max-width:620px;\n\n  margin:25px auto 0;\n  padding:17px 20px;\n\n  color:#657A75;\n\n  background:#F3F9F9;\n\n  border:1px solid #DDEBED;\n  border-radius:15px;\n\n  font-size:13.5px;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   FINAL\n========================================================= *\/\n\n.cssh-final{\n  position:relative;\n  overflow:hidden;\n\n  margin:20px 0 0;\n  padding:50px 28px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 15% 15%,\n      rgba(233,149,139,.10),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 90% 85%,\n      rgba(87,149,172,.13),\n      transparent 27%\n    ),\n    linear-gradient(\n      135deg,\n      #E8F6F8 0%,\n      #F7F1E7 100%\n    );\n\n  border-radius:24px;\n}\n\n.cssh-wave{\n  margin-bottom:7px;\n\n  color:var(--sea-blue);\n\n  font-size:30px;\n  line-height:1;\n\n  letter-spacing:3px;\n}\n\n.cssh-final h3{\n  max-width:630px;\n\n  margin:0 auto 14px;\n\n  color:var(--deep-sea);\n\n  font-size:clamp(25px,4vw,34px);\n  line-height:1.2;\n  font-weight:750;\n}\n\n.cssh-final p{\n  max-width:610px;\n\n  margin:0 auto !important;\n\n  color:var(--muted);\n\n  font-size:15px;\n  line-height:1.8;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .cav-shark-shell{\n    width:100%;\n    max-width:100%;\n  }\n\n  .cssh-hero{\n    margin-bottom:15px;\n    padding:36px 18px;\n\n    border-radius:18px;\n  }\n\n  .cssh-hero::after{\n    left:15px;\n    bottom:10px;\n\n    font-size:32px;\n  }\n\n  .cssh-hero h2{\n    font-size:28px;\n    letter-spacing:-.5px;\n  }\n\n  .cssh-hero-text{\n    font-size:14.5px;\n    line-height:1.75;\n  }\n\n  .cssh-image{\n    margin:15px 0;\n\n    border-radius:16px;\n\n    box-shadow:\n      0 7px 22px rgba(38,82,97,.05);\n  }\n\n  .cssh-section{\n    margin:15px 0;\n    padding:32px 18px;\n\n    border-radius:18px;\n  }\n\n  .cssh-section h3{\n    font-size:23px;\n  }\n\n  .cssh-section \u003e p{\n    font-size:14.5px;\n    line-height:1.75;\n  }\n\n  .cssh-tags{\n    gap:7px;\n    margin-top:21px;\n  }\n\n  .cssh-tag{\n    padding:8px 11px;\n\n    font-size:11.5px;\n  }\n\n  .cssh-specs{\n    margin:15px 0;\n    padding:32px 18px;\n\n    border-radius:18px;\n  }\n\n  .cssh-spec-head h3{\n    font-size:23px;\n  }\n\n  .cssh-spec-row{\n    gap:14px;\n    padding:13px 0;\n  }\n\n  .cssh-spec-name,\n  .cssh-spec-value{\n    font-size:12.5px;\n  }\n\n  .cssh-places{\n    gap:7px;\n    margin-top:21px;\n  }\n\n  .cssh-place{\n    padding:8px 11px;\n\n    font-size:12px;\n  }\n\n  .cssh-note{\n    padding:15px 14px;\n\n    font-size:12.5px;\n  }\n\n  .cssh-final{\n    margin-top:15px;\n    padding:38px 18px;\n\n    border-radius:18px;\n  }\n\n  .cssh-final h3{\n    font-size:25px;\n  }\n\n  .cssh-final p{\n    font-size:14px;\n  }\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media screen and (max-width:420px){\n\n  .cssh-hero{\n    padding-left:15px;\n    padding-right:15px;\n  }\n\n  .cssh-hero h2{\n    font-size:25px;\n  }\n\n  .cssh-section,\n  .cssh-specs{\n    padding-left:15px;\n    padding-right:15px;\n  }\n\n  .cssh-spec-row{\n    align-items:flex-start;\n  }\n\n  .cssh-spec-name{\n    width:42%;\n  }\n\n  .cssh-spec-value{\n    width:58%;\n  }\n}\n\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"cav-shark-shell\"\u003e\n\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"cssh-hero\"\u003e\n\n    \u003cp class=\"cssh-eyebrow\"\u003e\n      cavelmora™ · Ocean Friend Collection\n    \u003c\/p\u003e\n\n    \u003ch2\u003e\n      Cavelmora™ Shark With Shell Resin Figurine\n    \u003c\/h2\u003e\n\n    \u003cp class=\"cssh-hero-text\"\u003e\n      Meet a cheerful little ocean friend with a playful\n      personality. Its rounded light-blue body, white belly,\n      rosy cheeks and glossy pink shell-inspired accent create\n      a bright miniature piece made to bring a splash of\n      seaside joy to everyday spaces.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n\n  \u003cdiv class=\"cssh-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-8ltmdl8cowy.png?v=1790179668\" alt=\"Cavelmora Shark With Shell Resin Figurine displayed in a beach inspired setting\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CHARACTER DESIGN --\u003e\n\n  \u003csection class=\"cssh-section cssh-blue\"\u003e\n\n    \u003cspan class=\"cssh-label\"\u003e\n      Meet Your New Ocean Buddy\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      Round, Playful \u0026amp; Full of Personality\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed with a softly rounded body, tiny sculpted fins,\n      a curved tail and expressive dark eyes, this little shark\n      turns ocean-inspired decor into something cheerful and\n      characterful. Pink cheeks and the bright shell-inspired\n      top accent add a playful pop of color.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"cssh-tags\"\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Rounded Shark Design\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Sculpted Fins \u0026amp; Tail\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag cssh-tag--pink\"\u003e\n        Pink Shell Accent\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag cssh-tag--pink\"\u003e\n        Rosy Cheeks\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 2 MATERIAL --\u003e\n\n  \u003cdiv class=\"cssh-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-hdp7fd2y638.png?v=1790179668\" alt=\"Cavelmora Shark With Shell Figurine premium polyresin and hand painted details\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- MATERIAL --\u003e\n\n  \u003csection class=\"cssh-section cssh-sand\"\u003e\n\n    \u003cspan class=\"cssh-label\"\u003e\n      Crafted with Cheerful Detail\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      Premium Polyresin with Hand-Painted Character\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Crafted from premium polyresin, the figurine features\n      a smooth glossy finish and carefully painted details.\n      The eyes, mouth, blush and small facial accents give the\n      character its expressive look, while the rounded edges\n      keep the overall design soft and polished.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"cssh-tags\"\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Premium Polyresin\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Hand-Painted Details\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Smooth Glossy Finish\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-tag\"\u003e\n        Durable \u0026amp; Freestanding\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 3 WEIGHT --\u003e\n\n  \u003cdiv class=\"cssh-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-2ye4clz2je3.png?v=1790179668\" alt=\"Cavelmora Shark With Shell Resin Figurine net weight 7.8 grams or 0.017 pound\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n\n  \u003csection class=\"cssh-specs\"\u003e\n\n    \u003cdiv class=\"cssh-spec-head\"\u003e\n\n      \u003cspan class=\"cssh-label\"\u003e\n        Product Details\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Petite, Lightweight \u0026amp; Easy to Display\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Product\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        Shark With Shell Resin Figurine\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Material\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        Premium Polyresin\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Approx. Height\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        2.8 cm \/ 1.1 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Approx. Width\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        3.4 cm \/ 1.3 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Approx. Depth\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        3.4 cm \/ 1.3 in\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Net Weight\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        7.8 g \/ 0.017 lb\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Finish\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        Smooth Glossy Finish\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Details\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        Hand-Painted\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-spec-row\"\u003e\n\n      \u003cspan class=\"cssh-spec-name\"\u003e\n        Display\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-spec-value\"\u003e\n        Stable Freestanding\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 4 SIZE --\u003e\n\n  \u003cdiv class=\"cssh-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-or5hwri2m3.png?v=1790179668\" alt=\"Cavelmora Shark With Shell Resin Figurine dimensions 2.8 centimeters high and 3.4 centimeters wide\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DISPLAY --\u003e\n\n  \u003csection class=\"cssh-section cssh-white\"\u003e\n\n    \u003cspan class=\"cssh-label\"\u003e\n      Solid Feel · Easy to Display\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      A Tiny Splash of Ocean Joy for Everyday Spaces\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Compact and lightweight, this miniature ocean friend is\n      easy to place wherever you want a little extra personality.\n      Its stable freestanding base makes it well suited for\n      small decorative spaces without taking over your display.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"cssh-places\"\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Mantel\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Shelf\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Desk\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Entryway Table\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Bedside Table\n      \u003c\/span\u003e\n\n      \u003cspan class=\"cssh-place\"\u003e\n        Miniature Display\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cssh-note\"\u003e\n      At approximately 3.4 cm wide and only 7.8 g, this petite\n      figurine is designed as a small decorative accent that is\n      easy to place, move and combine with other ocean-inspired\n      collectibles.\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 5 --\u003e\n\n  \u003cdiv class=\"cssh-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-ps4b01q5ou.png?v=1790179667\" alt=\"Cavelmora Shark With Shell Ocean Friend Resin Tabletop Figurine\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL --\u003e\n\n  \u003csection class=\"cssh-final\"\u003e\n\n    \u003cdiv class=\"cssh-wave\"\u003e\n      ≈ ≈\n    \u003c\/div\u003e\n\n    \u003cspan class=\"cssh-label\"\u003e\n      cavelmora™\n    \u003c\/span\u003e\n\n    \u003ch3\u003e\n      Bring Ocean Joy to Every Space\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      With its light-blue body, rosy expression, glossy pink\n      shell-inspired accent and rounded silhouette, the\n      Cavelmora™ Shark With Shell Resin Figurine brings a\n      cheerful little piece of the coast to the spaces you\n      enjoy every day.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"cavelmora","offers":[{"title":"Default Title","offer_id":56438156001585,"sku":null,"price":49.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1005\/8776\/6065\/files\/yf-generated-node-8ltmdl8cowy.png?v=1790179668","url":"https:\/\/cavelmora.com\/products\/cavelmora%e2%84%a2shark-with-shell-resin-figurine","provider":"cavelmora","version":"1.0","type":"link"}