{"product_id":"handcrafted-wooden-airplane-toy","title":"Handcrafted Wooden Airplane Toy","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: #5c3d1e;\n    --wood-mid: #8b5e3c;\n    --wood-light: #c49a6c;\n    --wood-pale: #f0dcc0;\n    --cream: #faf6ef;\n    --cream2: #f3ead8;\n    --yellow: #f5c842;\n    --yellow2: #e8a820;\n    --red: #d94f38;\n    --red2: #b83a26;\n    --sky: #d4eaf7;\n    --sky2: #a8d4ef;\n    --green: #4a7c59;\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  \/* wood grain lines *\/\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      92deg,\n      transparent,\n      transparent 60px,\n      rgba(139,94,60,0.04) 61px,\n      rgba(139,94,60,0.04) 62px\n    );\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(--wood-mid);\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(--wood-mid);\n  }\n\n  .hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\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(--wood-mid);\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    letter-spacing: 0.05em;\n    margin-bottom: 1.2rem;\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(--wood-pale); }\n  .badge-eco { background: var(--green); color: #e8f4ec; }\n  .badge-age { background: var(--yellow); color: var(--ink); }\n\n  \/* Airplane 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  .airplane-wrap {\n    position: relative;\n    width: 200px;\n    height: 160px;\n  }\n\n  \/* clouds *\/\n  .cloud {\n    position: absolute;\n    border-radius: 50px;\n    background: rgba(255,255,255,0.7);\n    animation: drift linear infinite;\n  }\n  .cloud-1 { width: 60px; height: 22px; top: 20px; left: -10px; animation-duration: 8s; }\n  .cloud-2 { width: 40px; height: 16px; top: 55px; right: 0; animation-duration: 11s; animation-delay: -3s; }\n  .cloud-3 { width: 50px; height: 18px; bottom: 30px; left: 20px; animation-duration: 9s; animation-delay: -5s; opacity: 0.5; }\n\n  @keyframes drift {\n    0% { transform: translateX(0); }\n    50% { transform: translateX(12px); }\n    100% { transform: translateX(0); }\n  }\n\n  .airplane-svg {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation: soar 4s ease-in-out infinite;\n    filter: drop-shadow(3px 6px 8px rgba(92,61,30,0.25));\n  }\n\n  @keyframes soar {\n    0%, 100% { transform: translate(-50%, -50%) rotate(-2deg); }\n    50% { transform: translate(-50%, calc(-50% - 10px)) rotate(2deg); }\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(--yellow);\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.35;\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(--yellow);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 8px 24px rgba(92,61,30,0.12);\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-info { }\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-light);\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: 0.5rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .swatch-label {\n    font-size: 11px;\n    color: var(--wood-light);\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-yellow { background: var(--yellow); }\n  .swatch-red { background: var(--red); }\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(--yellow);\n    border-color: var(--yellow2);\n  }\n\n  \/* ── CTA ── *\/\n  .cta-block {\n    background: var(--cream2);\n    border: 2px solid var(--wood-pale);\n    border-radius: 14px;\n    padding: 2rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-block::before {\n    content: '✈';\n    position: absolute;\n    font-size: 8rem;\n    color: rgba(139,94,60,0.06);\n    right: -1rem;\n    top: -1rem;\n    line-height: 1;\n    pointer-events: none;\n  }\n\n  .cta-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.5rem;\n  }\n\n  .cta-sub {\n    font-size: 13px;\n    color: var(--muted);\n    margin-bottom: 1.5rem;\n  }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--wood-dark);\n    color: var(--wood-pale);\n    border: none;\n    border-radius: 8px;\n    padding: 1rem 2.5rem;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 500;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    cursor: pointer;\n    margin-bottom: 0.75rem;\n    display: block;\n    width: 100%;\n    transition: background 0.2s, transform 0.15s;\n  }\n\n  .cta-btn:hover {\n    background: var(--wood-mid);\n    transform: translateY(-1px);\n  }\n\n  .cta-note {\n    font-size: 11px;\n    color: var(--muted);\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── COPY PANEL ── *\/\n  .copy-panel {\n    background: var(--ink);\n    padding: 2rem 2rem 2.5rem;\n    border-top: 3px solid var(--yellow);\n  }\n\n  .copy-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 1rem;\n  }\n\n  .copy-title {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--wood-light);\n  }\n\n  .copy-btn {\n    background: none;\n    border: 1px solid rgba(196,154,108,0.4);\n    border-radius: 4px;\n    padding: 6px 18px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--wood-light);\n    cursor: pointer;\n    transition: background 0.2s;\n  }\n\n  .copy-btn:hover { background: rgba(196,154,108,0.1); }\n  .copy-btn.done { color: #7ecfa0; border-color: rgba(126,207,160,0.4); }\n\n  .copy-box {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(196,154,108,0.15);\n    border-radius: 6px;\n    padding: 1.2rem 1.4rem;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 300;\n    line-height: 1.85;\n    color: rgba(240,220,192,0.75);\n    white-space: pre-wrap;\n    word-break: break-word;\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    .copy-panel { padding: 1.5rem; }\n    .hero-title { font-size: 1.8rem; }\n    .airplane-wrap { width: 150px; height: 120px; }\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 Toys · Natural Wood\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eWooden\u003cbr\u003e\u003cem\u003eAirplane\u003c\/em\u003e Toy\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003ePremium quality · Eco-friendly · Made to last\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-eco\"\u003e🌿 Eco-Friendly\u003c\/span\u003e \u003cspan class=\"badge badge-age\"\u003e🧒 Ages 3+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Animated Airplane Illustration --\u003e\n\u003cdiv class=\"hero-art\"\u003e\n\u003cdiv class=\"airplane-wrap\"\u003e\n\u003cdiv class=\"cloud cloud-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cloud cloud-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cloud cloud-3\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- SVG Wooden Airplane --\u003e \u003csvg class=\"airplane-svg\" width=\"130\" height=\"70\" viewbox=\"0 0 130 70\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \n          \u003cellipse cx=\"65\" cy=\"38\" rx=\"52\" ry=\"12\" fill=\"#c49a6c\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"65\" cy=\"34\" rx=\"52\" ry=\"8\" fill=\"#d4aa7c\" opacity=\"0.7\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"112\" cy=\"38\" rx=\"8\" ry=\"10\" fill=\"#8b5e3c\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"114\" cy=\"36\" rx=\"5\" ry=\"7\" fill=\"#a07040\" opacity=\"0.6\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cpath d=\"M18 38 L14 18 L28 38 Z\" fill=\"#d94f38\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M18 38 L15 22 L26 38 Z\" fill=\"#e85545\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \n          \u003cpath d=\"M22 38 L10 45 L28 42 Z\" fill=\"#c8942a\"\u003e\u003c\/path\u003e\n          \n          \u003cpath d=\"M22 38 L10 32 L28 34 Z\" fill=\"#c8942a\"\u003e\u003c\/path\u003e\n          \n          \u003cpath d=\"M75 36 L48 12 L42 36 Z\" fill=\"#d94f38\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M75 36 L52 15 L44 36 Z\" fill=\"#e85545\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \n          \u003cpath d=\"M75 40 L48 60 L42 40 Z\" fill=\"#d94f38\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M75 40 L52 57 L44 40 Z\" fill=\"#e85545\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle cx=\"95\" cy=\"33\" r=\"5\" fill=\"#a8d4ef\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"95\" cy=\"33\" r=\"3.5\" fill=\"#c8e8f8\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle cx=\"80\" cy=\"33\" r=\"4\" fill=\"#a8d4ef\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"80\" cy=\"33\" r=\"2.8\" fill=\"#c8e8f8\"\u003e\u003c\/circle\u003e\n          \n          \u003ccircle cx=\"67\" cy=\"33\" r=\"4\" fill=\"#a8d4ef\"\u003e\u003c\/circle\u003e\n          \n          \u003cpath d=\"M30 34 Q65 32 110 35\" stroke=\"rgba(92,61,30,0.15)\" stroke-width=\"1\" fill=\"none\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M30 40 Q65 42 110 41\" stroke=\"rgba(92,61,30,0.12)\" stroke-width=\"0.8\" fill=\"none\"\u003e\u003c\/path\u003e\n          \n          \u003ccircle cx=\"117\" cy=\"38\" r=\"4\" fill=\"#5c3d1e\"\u003e\u003c\/circle\u003e\n          \n          \u003cellipse cx=\"117\" cy=\"28\" rx=\"3\" ry=\"9\" fill=\"#5c3d1e\" opacity=\"0.8\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"117\" cy=\"48\" rx=\"3\" ry=\"9\" fill=\"#5c3d1e\" opacity=\"0.8\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cellipse cx=\"55\" cy=\"52\" rx=\"6\" ry=\"6\" fill=\"#3a2510\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"55\" cy=\"52\" rx=\"3.5\" ry=\"3.5\" fill=\"#6b4c2a\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"80\" cy=\"52\" rx=\"6\" ry=\"6\" fill=\"#3a2510\"\u003e\u003c\/ellipse\u003e\n          \u003cellipse cx=\"80\" cy=\"52\" rx=\"3.5\" ry=\"3.5\" fill=\"#6b4c2a\"\u003e\u003c\/ellipse\u003e\n          \n          \u003cline x1=\"55\" y1=\"48\" x2=\"58\" y2=\"42\" stroke=\"#5c3d1e\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"80\" y1=\"48\" x2=\"82\" y2=\"42\" stroke=\"#5c3d1e\" stroke-width=\"2\"\u003e\u003c\/line\u003e\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\"Built to be loved. Crafted to be kept.\"\u003c\/div\u003e\n\u003cp class=\"body-text\"\u003eEvery child deserves a toy that tells a story — and this handcrafted wooden airplane is exactly that. Shaped by skilled hands from premium natural wood, smoothed to a child-safe finish, and painted in vibrant yellow with bold red accents, this little aircraft is ready for a lifetime of imaginative adventures. Lightweight enough for small hands yet sturdy enough to last years, it's the kind of toy that gets handed down, not thrown away.\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 class=\"section-label\" style=\"margin-bottom: 1.2rem;\"\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\"\u003eHandcrafted\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003ePremium natural wood, shaped by skilled artisans\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\"\u003eChild-Safe\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSmooth polished finish — no sharp edges, no splinters\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\"\u003eRolling Wheels\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eDurable wheels for smooth runway take-offs\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\"\u003eEco-Friendly\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eSustainably made — kind to children \u0026amp; the planet\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\"\u003eGift-Ready\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003eBeautiful as a gift or as decorative display\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\"\u003eNatural Wood\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\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eYellow with Red Accents\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\"\u003eRecommended Age\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e3+ Years\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\"\u003eChild-Safe Polish\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"swatch-row\" style=\"margin-top: 1.2rem;\"\u003e\n\u003cspan class=\"swatch-label\"\u003eColors:\u003c\/span\u003e\n\u003cdiv class=\"swatch swatch-yellow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swatch-name\"\u003eSunshine Yellow\u003c\/span\u003e\n\u003cdiv class=\"swatch swatch-red\" style=\"margin-left: 8px;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cspan class=\"swatch-name\"\u003eBold Red\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Perfect For --\u003e\n\u003cdiv class=\"section-label\" style=\"margin-bottom: 1rem;\"\u003ePerfect For\u003c\/div\u003e\n\u003cdiv class=\"ideal-strip\"\u003e\n\u003cspan class=\"ideal-tag\"\u003e🎂 Birthday Gift\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🎄 Christmas Gift\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🏠 Nursery Décor\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e✈️ Aviation Lovers\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🎓 Montessori Play\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🌿 Eco-Conscious Families\u003c\/span\u003e \u003cspan class=\"ideal-tag\"\u003e🖼️ Shelf Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wood-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e","brand":"AB Wooden Toys","offers":[{"title":"Yellow","offer_id":63661127172465,"sku":null,"price":379.0,"currency_code":"INR","in_stock":true},{"title":"Red","offer_id":63661127205233,"sku":null,"price":379.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/3631\/9857\/files\/68.png?v=1779622180","url":"https:\/\/inaiyan.in\/products\/handcrafted-wooden-airplane-toy","provider":"Inaiyan","version":"1.0","type":"link"}