{"product_id":"handmade-adjustable-baby-dragon-bracelet","title":"Handmade Adjustable Baby Dragon Bracelet","description":"\u003cstyle\u003e\n\/* =========================================================\n   BABY DRAGON BRACELET LANDING PAGE\n   Shopify Safe \/ Responsive\n========================================================= *\/\n\n.dragon-bracelet-page,\n.dragon-bracelet-page *,\n.dragon-bracelet-page *::before,\n.dragon-bracelet-page *::after {\n  box-sizing: border-box;\n}\n\n.dragon-bracelet-page {\n  --db-bg: #fbfaf8;\n  --db-soft: #f2eee9;\n  --db-dark: #24211f;\n  --db-text: #3d3935;\n  --db-muted: #726b64;\n  --db-line: #e4ded7;\n  --db-accent: #6f5b48;\n  --db-gold: #b18a56;\n  --db-white: #ffffff;\n\n  width: 100%;\n  max-width: 1180px;\n\n  margin: 0 auto;\n  padding: 0;\n\n  overflow: hidden;\n\n  color: var(--db-text);\n  background: var(--db-bg);\n\n  font-family: Arial, Helvetica, sans-serif;\n  font-size: 16px;\n  line-height: 1.65;\n}\n\n.dragon-bracelet-page img {\n  display: block;\n\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n\n  margin: 0;\n  border: 0;\n}\n\n.dragon-bracelet-page h1,\n.dragon-bracelet-page h2,\n.dragon-bracelet-page h3,\n.dragon-bracelet-page p,\n.dragon-bracelet-page ul {\n  margin-top: 0;\n}\n\n.db-section {\n  width: 100%;\n  padding: 56px 22px;\n}\n\n.db-inner {\n  width: 100%;\n  max-width: 980px;\n\n  margin: 0 auto;\n}\n\n.db-center {\n  text-align: center;\n}\n\n.db-eyebrow {\n  display: inline-block;\n\n  margin-bottom: 10px;\n\n  color: var(--db-gold);\n\n  font-size: 12px;\n  font-weight: 800;\n  letter-spacing: 1.4px;\n\n  text-transform: uppercase;\n}\n\n.db-title {\n  max-width: 800px;\n\n  margin: 0 auto 14px;\n\n  color: var(--db-dark);\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(31px, 4.3vw, 46px);\n  line-height: 1.12;\n}\n\n.db-subtitle {\n  max-width: 720px;\n\n  margin: 0 auto;\n\n  color: var(--db-muted);\n\n  font-size: 16px;\n  line-height: 1.72;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.db-hero {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1fr)\n    minmax(0, 1fr);\n\n  align-items: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f8f3ed,\n      #ffffff\n    );\n}\n\n.db-hero-media {\n  width: 100%;\n  min-height: 560px;\n\n  overflow: hidden;\n\n  background: #eee9e3;\n}\n\n.db-hero-media img {\n  width: 100%;\n  height: 100%;\n  min-height: 560px;\n\n  object-fit: cover;\n}\n\n.db-hero-content {\n  padding: 55px 8%;\n}\n\n.db-hero-badge {\n  display: inline-flex;\n\n  margin-bottom: 13px;\n  padding: 7px 12px;\n\n  border: 1px solid #d8c0a4;\n  border-radius: 999px;\n\n  color: #755e46;\n  background: #fffaf3;\n\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: .8px;\n\n  text-transform: uppercase;\n}\n\n.db-hero h1 {\n  margin: 0 0 15px;\n\n  color: var(--db-dark);\n\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(39px, 5vw, 56px);\n  line-height: 1.05;\n}\n\n.db-hero h1 span {\n  color: var(--db-gold);\n}\n\n.db-hero-copy {\n  margin: 0 0 20px;\n\n  color: var(--db-muted);\n\n  font-size: 17px;\n  line-height: 1.72;\n}\n\n.db-mini-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 8px;\n\n  margin-top: 20px;\n}\n\n.db-mini {\n  padding-top: 11px;\n\n  border-top: 1px solid #d8d0c8;\n\n  color: #675f58;\n\n  font-size: 11px;\n  font-weight: 700;\n  line-height: 1.4;\n\n  text-align: center;\n}\n\n\n\/* =========================================================\n   BENEFITS\n========================================================= *\/\n\n.db-benefits {\n  background: #ffffff;\n}\n\n.db-benefit-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 16px;\n\n  margin-top: 30px;\n}\n\n.db-benefit-card {\n  padding: 24px 19px;\n\n  border: 1px solid var(--db-line);\n  border-radius: 12px;\n\n  background: #ffffff;\n\n  text-align: center;\n}\n\n.db-benefit-icon {\n  margin-bottom: 10px;\n\n  font-size: 27px;\n}\n\n.db-benefit-card h3 {\n  margin: 0 0 8px;\n\n  color: var(--db-dark);\n\n  font-family: Georgia, serif;\n  font-size: 19px;\n}\n\n.db-benefit-card p {\n  margin: 0;\n\n  color: var(--db-muted);\n\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\n\/* =========================================================\n   IMAGE + COPY\n========================================================= *\/\n\n.db-split {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1fr)\n    minmax(0, 1fr);\n\n  gap: 42px;\n\n  align-items: center;\n}\n\n.db-split.reverse .db-image {\n  order: 2;\n}\n\n.db-image {\n  overflow: hidden;\n\n  border-radius: 14px;\n\n  background: #eeeae6;\n}\n\n.db-copy h2 {\n  margin: 0 0 14px;\n\n  color: var(--db-dark);\n\n  font-family: Georgia, serif;\n  font-size: 35px;\n  line-height: 1.14;\n}\n\n.db-copy p {\n  margin: 0 0 14px;\n\n  color: var(--db-muted);\n\n  line-height: 1.72;\n}\n\n.db-checks {\n  margin: 20px 0 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.db-checks li {\n  position: relative;\n\n  margin-bottom: 10px;\n  padding-left: 27px;\n\n  color: #4b4540;\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.db-checks li::before {\n  position: absolute;\n  top: 0;\n  left: 0;\n\n  color: var(--db-gold);\n\n  content: \"✓\";\n\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   GIFT SECTION\n========================================================= *\/\n\n.db-gift {\n  background: var(--db-soft);\n}\n\n.db-gift-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 10px;\n\n  margin-top: 28px;\n}\n\n.db-gift-card {\n  padding: 20px 10px;\n\n  border-radius: 10px;\n\n  background: #ffffff;\n\n  text-align: center;\n}\n\n.db-gift-card strong {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: var(--db-dark);\n\n  font-family: Georgia, serif;\n  font-size: 17px;\n}\n\n.db-gift-card span {\n  color: var(--db-muted);\n\n  font-size: 12px;\n}\n\n\n\/* =========================================================\n   SPECIFICATIONS\n========================================================= *\/\n\n.db-spec-wrap {\n  margin-top: 28px;\n\n  overflow: hidden;\n\n  border: 1px solid var(--db-line);\n  border-radius: 12px;\n\n  background: #ffffff;\n}\n\n.db-spec-row {\n  display: grid;\n\n  grid-template-columns:\n    180px 1fr;\n\n  border-bottom: 1px solid var(--db-line);\n}\n\n.db-spec-row:last-child {\n  border-bottom: 0;\n}\n\n.db-spec-label,\n.db-spec-value {\n  padding: 14px 16px;\n}\n\n.db-spec-label {\n  color: var(--db-dark);\n\n  background: #f5f1ed;\n\n  font-weight: 800;\n}\n\n.db-spec-value {\n  color: var(--db-muted);\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.db-faq {\n  max-width: 820px;\n\n  margin: 28px auto 0;\n}\n\n.db-faq details {\n  border-bottom: 1px solid var(--db-line);\n}\n\n.db-faq summary {\n  position: relative;\n\n  padding: 17px 34px 17px 0;\n\n  color: var(--db-dark);\n\n  cursor: pointer;\n\n  font-weight: 800;\n\n  list-style: none;\n}\n\n.db-faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.db-faq summary::after {\n  position: absolute;\n\n  top: 50%;\n  right: 3px;\n\n  content: \"+\";\n\n  color: var(--db-gold);\n\n  font-size: 22px;\n\n  transform: translateY(-50%);\n}\n\n.db-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.db-faq-answer {\n  padding: 0 0 16px;\n\n  color: var(--db-muted);\n\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n\n\/* =========================================================\n   TABLET\n========================================================= *\/\n\n@media screen and (max-width: 989px) {\n\n  .db-hero {\n    grid-template-columns: 1fr;\n  }\n\n  .db-hero-media,\n  .db-hero-media img {\n    min-height: 0;\n  }\n\n  .db-hero-media img {\n    aspect-ratio: 1 \/ 1;\n  }\n\n  .db-split {\n    gap: 28px;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .db-section {\n    padding: 38px 15px;\n  }\n\n  .db-hero-content {\n    padding: 31px 16px 35px;\n  }\n\n  .db-hero h1 {\n    font-size: 35px;\n  }\n\n  .db-hero-copy {\n    font-size: 15px;\n  }\n\n  .db-benefit-grid,\n  .db-split {\n    grid-template-columns: 1fr;\n  }\n\n  .db-split.reverse .db-image {\n    order: 0;\n  }\n\n  .db-gift-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .db-spec-row {\n    grid-template-columns: 1fr;\n  }\n\n  .db-spec-label {\n    padding-bottom: 5px;\n  }\n\n  .db-spec-value {\n    padding-top: 8px;\n  }\n\n  .db-title {\n    font-size: 30px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"dragon-bracelet-page\"\u003e\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\u003csection class=\"db-hero\"\u003e\n\u003cdiv class=\"db-hero-media\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250821152150\/4c02dacf715f38d49aff055af0f34049.jpg\" alt=\"Handmade Baby Dragon Bracelet\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-hero-content\"\u003e\n\u003cdiv class=\"db-hero-badge\"\u003eHandmade Fantasy Jewelry\u003c\/div\u003e\n\u003ch1\u003eWelcome a \u003cspan\u003eBaby Dragon\u003c\/span\u003e to Your Wrist\u003c\/h1\u003e\n\u003cp class=\"db-hero-copy\"\u003eA tiny mythical companion rests peacefully on a braided bracelet, bringing a touch of fantasy, craftsmanship, and personality to your everyday style.\u003c\/p\u003e\n\u003cdiv class=\"db-mini-grid\"\u003e\n\u003cdiv class=\"db-mini\"\u003e✓ Handmade Detail\u003c\/div\u003e\n\u003cdiv class=\"db-mini\"\u003e✓ Adjustable Fit\u003c\/div\u003e\n\u003cdiv class=\"db-mini\"\u003e✓ Unique Gift\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     BENEFITS\n===================================================== --\u003e\n\u003csection class=\"db-section db-benefits\"\u003e\n\u003cdiv class=\"db-inner db-center\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e Small Dragon, Big Personality \u003c\/span\u003e\n\u003ch2 class=\"db-title\"\u003eA Magical Blend of Fantasy and Craftsmanship\u003c\/h2\u003e\n\u003cp class=\"db-subtitle\"\u003eDesigned for dragon lovers, fantasy fans, and anyone who wants an accessory that feels a little more personal.\u003c\/p\u003e\n\u003cdiv class=\"db-benefit-grid\"\u003e\n\u003cdiv class=\"db-benefit-card\"\u003e\n\u003cdiv class=\"db-benefit-icon\"\u003e🐉\u003c\/div\u003e\n\u003ch3\u003eDetailed Dragon Charm\u003c\/h3\u003e\n\u003cp\u003eSculpted miniature dragon detailing creates a striking fantasy-inspired centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-benefit-card\"\u003e\n\u003cdiv class=\"db-benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eCrystal-Glass Eyes\u003c\/h3\u003e\n\u003cp\u003eShimmering eye colors give each dragon its own distinct character and personality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-benefit-card\"\u003e\n\u003cdiv class=\"db-benefit-icon\"\u003e♡\u003c\/div\u003e\n\u003ch3\u003eAdjustable Cord\u003c\/h3\u003e\n\u003cp\u003eThe braided cord adjusts to fit a wide range of wrist sizes comfortably.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CRAFTSMANSHIP\n===================================================== --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-inner\"\u003e\n\u003cdiv class=\"db-split\"\u003e\n\u003cdiv class=\"db-image\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250821152150\/15241c9c958fc22ed6ba8ba384c4f439.jpg\" alt=\"Baby Dragon Bracelet Details\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-copy\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e Crafted With Character \u003c\/span\u003e\n\u003ch2\u003eExpertly Made With Care\u003c\/h2\u003e\n\u003cp\u003eEach bracelet combines a strong woven cord with a detailed antique silver-tone dragon charm.\u003c\/p\u003e\n\u003cp\u003eCrystal-glass eyes are available in multiple colors, giving each little dragon a different look.\u003c\/p\u003e\n\u003cul class=\"db-checks\"\u003e\n\u003cli\u003eDetailed miniature dragon design\u003c\/li\u003e\n\u003cli\u003eStrong braided nylon cord\u003c\/li\u003e\n\u003cli\u003eAntique silver-tone finish\u003c\/li\u003e\n\u003cli\u003eMultiple crystal eye colors\u003c\/li\u003e\n\u003cli\u003eFantasy-inspired everyday accessory\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FIT\n===================================================== --\u003e\n\u003csection class=\"db-section\" style=\"background: #f5f1ed;\"\u003e\n\u003cdiv class=\"db-inner\"\u003e\n\u003cdiv class=\"db-split reverse\"\u003e\n\u003cdiv class=\"db-image\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250821152150\/32be6333f09e5318b3bb71949a4209d2.jpg\" alt=\"Adjustable Baby Dragon Bracelet\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-copy\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e Easy Everyday Fit \u003c\/span\u003e\n\u003ch2\u003eAdjustable for Most Wrists\u003c\/h2\u003e\n\u003cp\u003eThe braided cord can be adjusted from approximately 6 to 10 inches, helping create a comfortable fit across a range of wrist sizes.\u003c\/p\u003e\n\u003cp\u003eWear it alone as a statement piece or layer it with your favorite bracelets for a more personal look.\u003c\/p\u003e\n\u003cul class=\"db-checks\"\u003e\n\u003cli\u003eAdjustable 6–10 in \/ 15–25 cm\u003c\/li\u003e\n\u003cli\u003eComfortable braided construction\u003c\/li\u003e\n\u003cli\u003eSuitable for different styles\u003c\/li\u003e\n\u003cli\u003eDesigned for all-gender wear\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT\n===================================================== --\u003e\n\u003csection class=\"db-section db-gift\"\u003e\n\u003cdiv class=\"db-inner db-center\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e For Fantasy Lovers \u003c\/span\u003e\n\u003ch2 class=\"db-title\"\u003eA Gift That Feels Different\u003c\/h2\u003e\n\u003cp class=\"db-subtitle\"\u003eA tiny dragon makes a memorable surprise for anyone who loves fantasy, mythical creatures, or unusual handmade-style jewelry.\u003c\/p\u003e\n\u003cdiv class=\"db-gift-grid\"\u003e\n\u003cdiv class=\"db-gift-card\"\u003e\n\u003cstrong\u003eBirthday\u003c\/strong\u003e \u003cspan\u003eA magical personal gift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-gift-card\"\u003e\n\u003cstrong\u003eChristmas\u003c\/strong\u003e \u003cspan\u003eFantasy stocking surprise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-gift-card\"\u003e\n\u003cstrong\u003eCosplay\u003c\/strong\u003e \u003cspan\u003eAdd a mythical detail\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-gift-card\"\u003e\n\u003cstrong\u003eJust Because\u003c\/strong\u003e \u003cspan\u003eA thoughtful little companion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     GIFT IMAGE\n===================================================== --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-inner\"\u003e\n\u003cdiv class=\"db-image\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20250821152150\/54b01b8212cb726dfcb399ece06c47ab.jpg\" alt=\"Baby Dragon Bracelet Gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     SPECIFICATIONS\n===================================================== --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-inner\"\u003e\n\u003cdiv class=\"db-center\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e Product Details \u003c\/span\u003e\n\u003ch2 class=\"db-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-wrap\"\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eAntique silver-tone alloy, braided nylon cord, glass crystal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eDragon Size\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eApprox. 1.2 × 1.0 in \/ 3 × 2.5 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eBracelet Length\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eAdjustable 6–10 in \/ 15–25 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eApprox. 0.9 oz \/ 25 g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eAvailable Colors\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eBlue, Black, Green, Red, Purple\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-row\"\u003e\n\u003cdiv class=\"db-spec-label\"\u003eEye Colors\u003c\/div\u003e\n\u003cdiv class=\"db-spec-value\"\u003eBlue, Green, Red, Purple, Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FAQ\n===================================================== --\u003e\n\u003csection class=\"db-section\" style=\"background: #ffffff;\"\u003e\n\u003cdiv class=\"db-inner db-center\"\u003e\n\u003cspan class=\"db-eyebrow\"\u003e Need to Know \u003c\/span\u003e\n\u003ch2 class=\"db-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"db-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bracelet adjustable?\u003c\/summary\u003e\n\u003cdiv class=\"db-faq-answer\"\u003eYes. The braided cord adjusts approximately from 6 to 10 inches, or 15 to 25 cm.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the charm lose its shine?\u003c\/summary\u003e\n\u003cdiv class=\"db-faq-answer\"\u003eProper care can help maintain the finish. Avoid prolonged moisture, chemicals, perfumes, and harsh cleaners.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for children?\u003c\/summary\u003e\n\u003cdiv class=\"db-faq-answer\"\u003eDue to the small decorative components, adult supervision is recommended if the bracelet is worn by younger children.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the bracelet?\u003c\/summary\u003e\n\u003cdiv class=\"db-faq-answer\"\u003eGently wipe the charm with a soft dry cloth. Avoid soaking the braided cord in water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre all bracelets exactly identical?\u003c\/summary\u003e\n\u003cdiv class=\"db-faq-answer\"\u003eSmall variations in finish or detailing may occur, giving each dragon its own character.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"auremod","offers":[{"title":"Red","offer_id":42956664733781,"sku":"1729635391789372208","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":42956664766549,"sku":"1729703147817505584","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":42956664799317,"sku":"1731629820837270320","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":42956664832085,"sku":"1731643599900939056","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":42956664864853,"sku":"1731630325231817520","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/8252\/2709\/files\/b6f0ca52214c8a5d0f9758eed1fe1c56.jpg?v=1788754725","url":"https:\/\/auremod.com\/products\/handmade-adjustable-baby-dragon-bracelet","provider":"Auremod","version":"1.0","type":"link"}