{"product_id":"handcrafted-wooden-doll-spring-keychain","title":"Premium Handcrafted Wooden Hanging Toy | Cute Spring-Action Bag Charm","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;family=DM+Serif+Display:ital@0;1\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --wood-dark: #8b5e3c;\n    --wood-mid: #c49a6c;\n    --wood-light: #fce5cd;\n    --wood-pale: #f3e0c7;\n    --cream: #faf6ef;\n    --cream2: #f3ead8;\n    --purple: #9b2d77;\n    --purple-dark: #7a205c;\n    --green: #4caf50;\n    --yellow: #ffeb3b;\n    --red: #d94f38;\n    --ink: #2c1a0e;\n    --ink2: #4a3020;\n    --muted: #9b7d5e;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--cream);\n    color: var(--ink);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hero {\n    background: var(--cream2);\n    position: relative;\n    overflow: hidden;\n    padding: 3.5rem 3rem 3rem;\n    border-bottom: 2px solid var(--wood-pale);\n  }\n\n  \/* grain texture overlay *\/\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url(\"data:image\/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'\/%3E%3C\/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    pointer-events: none;\n    opacity: 0.5;\n  }\n\n  \/* fun background dots *\/\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(var(--wood-pale) 2px, transparent 2px);\n    background-size: 30px 30px;\n    opacity: 0.6;\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: flex-start;\n    gap: 2rem;\n    flex-wrap: wrap;\n  }\n\n  .hero-text { flex: 1; min-width: 280px; }\n\n  .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 1rem;\n  }\n\n  .eyebrow::before {\n    content: '';\n    display: inline-block;\n    width: 24px;\n    height: 1.5px;\n    background: var(--purple);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 4vw, 2.8rem);\n    font-weight: 700;\n    color: var(--ink);\n    line-height: 1.1;\n    margin-bottom: 0.5rem;\n  }\n\n  .hero-title em {\n    font-style: italic;\n    color: var(--purple);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\n    line-height: 1.5;\n  }\n\n  .badge-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  .badge {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 40px;\n  }\n\n  .badge-wood { background: var(--wood-dark); color: var(--cream); }\n  .badge-spring { background: var(--purple); color: #fff; }\n  .badge-color { background: var(--green); color: #fff; }\n\n  \/* Product SVG illustration *\/\n  .hero-art {\n    flex: 0 0 auto;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1rem;\n  }\n\n  .product-wrap {\n    position: relative;\n    width: 200px;\n    height: 200px;\n  }\n\n  \/* bouncy animation for the keychain *\/\n  .product-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: bounce-jiggle 3s ease-in-out infinite;\n    filter: drop-shadow(4px 8px 10px rgba(92,61,30,0.25));\n    transform-origin: top center;\n  }\n\n  @keyframes bounce-jiggle {\n    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }\n    25% { transform: translate(-50%, calc(-50% + 5px)) rotate(3deg); }\n    50% { transform: translate(-50%, calc(-50% - 5px)) rotate(-2deg); }\n    75% { transform: translate(-50%, calc(-50% + 2px)) rotate(1deg); }\n  }\n\n  \/* ── MAIN CONTENT ── *\/\n  .content {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 2.5rem 2rem 3rem;\n  }\n\n  \/* ── STORY SECTION ── *\/\n  .story-section {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 2rem;\n    margin-bottom: 2.5rem;\n    align-items: start;\n  }\n\n  .story-label-col {\n    padding-top: 0.4rem;\n  }\n\n  .section-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--wood-mid);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--wood-pale);\n  }\n\n  .pull-quote {\n    font-family: 'DM Serif Display', serif;\n    font-size: 1.35rem;\n    font-style: italic;\n    color: var(--wood-dark);\n    line-height: 1.6;\n    margin-bottom: 1rem;\n    border-left: 3px solid var(--purple);\n    padding-left: 1.2rem;\n  }\n\n  .body-text {\n    font-size: 14px;\n    line-height: 1.9;\n    color: var(--ink2);\n    font-weight: 300;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .wood-divider {\n    height: 8px;\n    background: repeating-linear-gradient(\n      90deg,\n      var(--wood-dark) 0px,\n      var(--wood-mid) 20px,\n      var(--wood-light) 40px,\n      var(--wood-mid) 60px,\n      var(--wood-dark) 80px\n    );\n    border-radius: 4px;\n    margin: 2rem 0;\n    opacity: 0.2;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-bottom: 2.5rem;\n  }\n\n  .feature-card {\n    background: #fff;\n    border: 1.5px solid var(--wood-pale);\n    border-radius: 12px;\n    padding: 1.2rem 1rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: var(--purple);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(155, 45, 119, 0.15);\n  }\n\n  .feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 0.5rem;\n    display: block;\n    line-height: 1;\n  }\n\n  .feature-title {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--wood-dark);\n    margin-bottom: 4px;\n  }\n\n  .feature-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  \/* ── SPECS ── *\/\n  .specs-block {\n    background: var(--wood-dark);\n    border-radius: 12px;\n    padding: 1.8rem 2rem;\n    margin-bottom: 2.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .specs-block::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      95deg,\n      transparent,\n      transparent 40px,\n      rgba(255,255,255,0.03) 41px,\n      rgba(255,255,255,0.03) 42px\n    );\n  }\n\n  .specs-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: var(--wood-pale);\n    margin-bottom: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .specs-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .spec-pill {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 8px;\n    padding: 0.6rem 1rem;\n    flex: 1;\n    min-width: 150px;\n  }\n\n  .spec-icon { font-size: 1.2rem; flex-shrink: 0; }\n\n  .spec-label {\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--wood-pale);\n    margin-bottom: 2px;\n  }\n\n  .spec-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--cream);\n  }\n\n  \/* ── COLOR SWATCH ── *\/\n  .swatch-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 1.2rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .swatch-label {\n    font-size: 11px;\n    color: var(--wood-pale);\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .swatch {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    border: 2px solid rgba(255,255,255,0.3);\n  }\n\n  .swatch-purple { background: var(--purple); }\n  .swatch-green { background: var(--green); }\n  .swatch-yellow { background: var(--yellow); }\n\n  .swatch-name {\n    font-size: 12px;\n    color: var(--cream2);\n  }\n\n  \/* ── IDEAL FOR ── *\/\n  .ideal-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2.5rem;\n  }\n\n  .ideal-tag {\n    font-size: 12px;\n    font-weight: 400;\n    color: var(--wood-dark);\n    background: var(--cream2);\n    border: 1.5px solid var(--wood-pale);\n    border-radius: 6px;\n    padding: 6px 14px;\n    letter-spacing: 0.03em;\n    transition: background 0.2s, border-color 0.2s;\n  }\n\n  .ideal-tag:hover {\n    background: var(--purple);\n    color: #fff;\n    border-color: var(--purple-dark);\n  }\n\n  @media(max-width:640px) {\n    .hero { padding: 2rem 1.5rem; }\n    .story-section { grid-template-columns: 1fr; }\n    .story-label-col { display: none; }\n    .content { padding: 1.5rem 1.2rem 2rem; }\n    .hero-title { font-size: 1.8rem; }\n    .product-wrap { width: 160px; height: 160px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ── HERO ── --\u003e\n\u003cdiv class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eHandcrafted Novelty · Bag Charm\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eWooden Doll\u003cbr\u003e\u003cem\u003eSpring Keychain\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eA delightfully quirky bag charm featuring a bouncy spring, dangling limbs, and a cheerful hand-painted face.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge badge-wood\"\u003e🪵 Natural Wood\u003c\/span\u003e \u003cspan class=\"badge badge-spring\"\u003e➰ Bouncy Spring\u003c\/span\u003e \u003cspan class=\"badge badge-color\"\u003e🎨 Hand-Painted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Product Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"product-wrap\"\u003e\n\u003c!-- SVG Wooden Doll Keychain --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 160 200\" height=\"200\" width=\"160\" class=\"product-svg\"\u003e\n          \n          \n          \u003ccircle stroke-width=\"3\" stroke=\"#b0bec5\" fill=\"none\" r=\"25\" cy=\"150\" cx=\"110\"\u003e\u003c\/circle\u003e\n          \u003ccircle stroke-width=\"1.5\" stroke=\"#cfd8dc\" fill=\"none\" r=\"23\" cy=\"150\" cx=\"110\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"5\" stroke=\"#78909c\" d=\"M80 40 Q 95 30 100 50 T 110 70 T 115 90 T 115 110 T 110 130\"\u003e\u003c\/path\u003e\n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"2\" stroke=\"#b0bec5\" d=\"M80 40 Q 95 30 100 50 T 110 70 T 115 90 T 115 110 T 110 130\"\u003e\u003c\/path\u003e\n\n          \n          \u003ccircle stroke-width=\"2\" stroke=\"#78909c\" fill=\"none\" r=\"4\" cy=\"38\" cx=\"80\"\u003e\u003c\/circle\u003e\n\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"6\" stroke=\"#eeeeee\" d=\"M60 130 Q 50 140 45 150\"\u003e\u003c\/path\u003e\n          \u003cellipse transform=\"rotate(-30 40 155)\" fill=\"#4caf50\" ry=\"20\" rx=\"12\" cy=\"155\" cx=\"40\"\u003e\u003c\/ellipse\u003e\n          \n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"6\" stroke=\"#eeeeee\" d=\"M90 130 Q 95 140 100 150\"\u003e\u003c\/path\u003e\n          \u003cellipse transform=\"rotate(30 105 155)\" fill=\"#4caf50\" ry=\"20\" rx=\"12\" cy=\"155\" cx=\"105\"\u003e\u003c\/ellipse\u003e\n\n          \n          \u003crect fill=\"#9b2d77\" rx=\"10\" height=\"45\" width=\"40\" y=\"90\" x=\"55\"\u003e\u003c\/rect\u003e\n          \u003cpath opacity=\"0.3\" fill=\"none\" stroke-width=\"1\" stroke=\"#7a205c\" d=\"M55 100 Q 75 110 95 100\"\u003e\u003c\/path\u003e\n\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"5\" stroke=\"#eeeeee\" d=\"M55 100 Q 40 105 35 95\"\u003e\u003c\/path\u003e\n          \u003ccircle fill=\"#ffeb3b\" r=\"10\" cy=\"90\" cx=\"30\"\u003e\u003c\/circle\u003e\n          \u003ccircle opacity=\"0.5\" fill=\"#ffffff\" r=\"3\" cy=\"87\" cx=\"33\"\u003e\u003c\/circle\u003e \n\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"5\" stroke=\"#eeeeee\" d=\"M95 100 Q 110 105 115 95\"\u003e\u003c\/path\u003e\n          \u003ccircle fill=\"#ffeb3b\" r=\"10\" cy=\"90\" cx=\"120\"\u003e\u003c\/circle\u003e\n          \u003ccircle opacity=\"0.5\" fill=\"#ffffff\" r=\"3\" cy=\"87\" cx=\"117\"\u003e\u003c\/circle\u003e \n\n          \n          \u003cpolygon fill=\"#4caf50\" points=\"75,85 85,80 95,85 105,90 90,95 75,98 60,95 45,90 55,85\"\u003e\u003c\/polygon\u003e\n\n          \n          \u003ccircle fill=\"#fce5cd\" r=\"25\" cy=\"65\" cx=\"75\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath fill=\"#2c1a0e\" d=\"M50 65 C 50 40 100 40 100 65 Z\"\u003e\u003c\/path\u003e\n          \n          \n          \u003ccircle fill=\"#ffeb3b\" r=\"8\" cy=\"45\" cx=\"50\"\u003e\u003c\/circle\u003e\n          \u003ccircle opacity=\"0.5\" fill=\"#ffffff\" r=\"2\" cy=\"43\" cx=\"52\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#ffeb3b\" r=\"8\" cy=\"45\" cx=\"100\"\u003e\u003c\/circle\u003e\n          \u003ccircle opacity=\"0.5\" fill=\"#ffffff\" r=\"2\" cy=\"43\" cx=\"98\"\u003e\u003c\/circle\u003e\n\n          \n          \n          \u003ccircle fill=\"#111111\" r=\"3\" cy=\"65\" cx=\"65\"\u003e\u003c\/circle\u003e\n          \u003ccircle fill=\"#111111\" r=\"3\" cy=\"65\" cx=\"85\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath fill=\"none\" stroke-width=\"1\" stroke=\"#111111\" d=\"M62 60 L60 55 M65 59 L65 54 M68 60 L70 55\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"none\" stroke-width=\"1\" stroke=\"#111111\" d=\"M82 60 L80 55 M85 59 L85 54 M88 60 L90 55\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle fill=\"#d94f38\" r=\"4\" cy=\"72\" cx=\"75\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle opacity=\"0.6\" fill=\"#d94f38\" r=\"4\" cy=\"75\" cx=\"58\"\u003e\u003c\/circle\u003e\n          \u003ccircle opacity=\"0.6\" fill=\"#d94f38\" r=\"4\" cy=\"75\" cx=\"92\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.5\" stroke=\"#111111\" d=\"M65 80 Q 75 88 85 80\"\u003e\u003c\/path\u003e\n\n        \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── CONTENT ── --\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Story --\u003e\n\u003cdiv class=\"story-section\"\u003e\n\u003cdiv class=\"story-label-col\"\u003e\n\u003cdiv class=\"section-label\"\u003eThe Story\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"pull-quote\"\u003e\"Bring a smile to your daily routine. A touch of playful nostalgia for your keys or backpack.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eBring a smile to your daily routine with our Premium Handcrafted Wooden Doll Keychain. This delightfully quirky accessory is meticulously crafted from natural wood and features a cheerful, hand-painted face guaranteed to brighten your day. Designed with dangling cotton-string limbs, vibrant yellow wooden bead hands, and cute green wooden shoes, it brings a touch of playful nostalgia to any set of keys, purse, or backpack. What makes this keychain truly unique is its fun, bouncy metal spring attachment, adding a satisfying jiggle every time you move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wood-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Features --\u003e\n\u003cdiv style=\"margin-bottom: 1.2rem;\" class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e➰\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eBouncy Spring\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDurable metal spring attachment makes the doll dance as you move\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eHand-Painted\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eIntricately detailed facial features with vibrant, child-safe colors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🧵\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eDangling Limbs\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eFlexible cotton-string arms and legs add a fun, tactile element\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🪵\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eNatural Wood\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eEco-friendly and sustainably crafted from solid wood and beads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔑\u003c\/span\u003e\n\u003cdiv class=\"feature-title\"\u003eSturdy Ring\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSecure metal split ring to keep your daily keys safely bundled\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wood-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\u003cdiv class=\"specs-block\"\u003e\n\u003cdiv class=\"specs-title\"\u003eProduct Specifications\u003c\/div\u003e\n\u003cdiv class=\"specs-row\"\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🪵\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWood, Cotton String \u0026amp; Metal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🎒\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eType\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eNovelty Bag Charm \/ Keychain\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e✅\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSmooth Non-Toxic Paint\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-pill\"\u003e\n\u003cspan class=\"spec-icon\"\u003e🧽\u003c\/span\u003e\n\u003cdiv class=\"spec-info\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCare\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWipe clean with a dry cloth\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-row\"\u003e\n\u003cspan class=\"swatch-label\"\u003eColors:\u003c\/span\u003e\n\u003cdiv class=\"swatch swatch-purple\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"swatch swatch-green\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"swatch swatch-yellow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swatch-name\"\u003ePurple, Green \u0026amp; Yellow Highlights\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv style=\"margin-bottom: 1rem;\" class=\"section-label\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🔑 House \u0026amp; Car Keys\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🎒 Kids' Backpacks\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e👜 Tote Bag Charms\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🎁 Party Return Gifts\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e😊 Stocking Stuffers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wood-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AB Wooden Toys","offers":[{"title":"Clown","offer_id":63663191032177,"sku":null,"price":209.0,"currency_code":"INR","in_stock":true},{"title":"Fox","offer_id":63663191064945,"sku":null,"price":279.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/33_4190cf3b-5160-4029-b39d-ef888a3e117e.png?v=1779718721","url":"https:\/\/inaiyan.in\/products\/handcrafted-wooden-doll-spring-keychain","provider":"Inaiyan","version":"1.0","type":"link"}