{"product_id":"vintage-black-walnut-music-box","title":"Vintage Black Walnut Music Box","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Vintage Wooden Hand-cranked Music Box\nTarget Audience: Romantic gifters, collectors, home decor enthusiasts\nVisual Style: Classic, Warm, Nostalgic, Crafted\nColor Strategy: Deep Walnut Brown (Primary), Vintage Gold (Accent), Soft Cream (Background) - High contrast, elegant\nShape Strategy: Radius 8px-12px (Reflecting smooth, hand-polished wood edges)\nTypography Strategy: Elegant Serif for headings (Classic feel), clean Sans-Serif for body. Large Type \/ Mobile-first readable\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Mechanism\/Sound=image_2, Material\/Craft=image_3, Size\/Gift=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ Variables *\/\n    --primary: #5C3A21;       \/* Deep Walnut Brown *\/\n    --accent: #C5A059;        \/* Vintage Brass\/Gold *\/\n    --text-main: #2C2925;     \/* Soft Black *\/\n    --text-sub: #5C5852;      \/* Warm Gray *\/\n    --bg-body: #ffffff;\n    --bg-card: #FDFBF7;       \/* Soft Cream \/ Parchment *\/\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(92, 58, 33, 0.05);\n    --shadow-lg: 0 12px 32px rgba(92, 58, 33, 0.1);\n    --border-color: #EBE5DB;\n    \n    \/* Typography System *\/\n    --font-heading: \"Georgia\", \"Times New Roman\", serif;\n    --font-body: system-ui, -apple-system, sans-serif;\n    --text-h1: clamp(32px, 5vw, 44px);\n    --text-h2: clamp(24px, 4vw, 32px);\n    --text-h3: clamp(20px, 3vw, 24px);\n    --text-p: clamp(18px, 2vw, 20px);\n    --text-small: 16px;\n\n    \/* Spacing System *\/\n    --space-section: clamp(3rem, 6vw, 5rem);\n    --space-element: clamp(1.5rem, 3vw, 2.5rem);\n\n    \/* Base Setup *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: var(--font-body);\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography Elements *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    font-family: var(--font-heading);\n    color: var(--primary);\n    margin: 0 0 1rem 0;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .product-detail-container h1 { font-size: var(--text-h1); text-align: center; }\n  .product-detail-container h2 { font-size: var(--text-h2); }\n  .product-detail-container h3 { font-size: var(--text-h3); }\n  .product-detail-container p {\n    font-size: var(--text-p);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Image Protocol *\/\n  .pd-image-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n    background: var(--bg-card);\n  }\n\n  .pd-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n  }\n\n  \/* Placeholder Styling *\/\n  .pd-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--bg-card);\n    border: 2px dashed #D5CABD;\n    border-radius: var(--radius-lg);\n    color: var(--primary);\n    font-size: var(--text-p);\n    font-weight: 600;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* Non-clickable Badges (No Buttons Policy) *\/\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .visual-badge {\n    background-color: var(--bg-card);\n    color: var(--primary);\n    border: 1px solid var(--accent);\n    padding: 0.5rem 1.2rem;\n    border-radius: 50px;\n    font-size: var(--text-small);\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    user-select: none;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: 2rem;\n    margin-bottom: var(--space-section);\n  }\n  .social-proof {\n    font-size: var(--text-small);\n    color: var(--accent);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-weight: bold;\n    margin-bottom: 1rem;\n    display: block;\n  }\n\n  \/* Feature Modules (Mobile Lock \u0026 Desktop Z-Pattern) *\/\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: var(--space-section);\n    margin-bottom: var(--space-section);\n  }\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: Image top, Text bottom *\/\n    gap: var(--space-element);\n  }\n  \n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  \/* Specifications Table (Card-based on Mobile) *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: var(--space-section) 5%;\n    border-radius: var(--radius-lg);\n    margin-bottom: var(--space-section);\n  }\n  .specs-section h2 { text-align: center; margin-bottom: 2rem; }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: var(--text-p);\n  }\n  .specs-table th, .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .specs-table th {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n  }\n  .specs-table td { color: var(--text-sub); }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem;\n      border-bottom: none;\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px dashed var(--border-color);\n      padding: 1rem 0.5rem;\n    }\n    .specs-table td:last-child { border-bottom: none; }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      font-size: var(--text-small);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section { margin-bottom: var(--space-section); }\n  .faq-section h2 { text-align: center; margin-bottom: 2rem; }\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-item:last-child { border-bottom: none; }\n  .faq-question {\n    font-family: var(--font-heading);\n    font-size: var(--text-h3);\n    color: var(--text-main);\n    font-weight: 600;\n    margin-bottom: 0.8rem;\n  }\n  .faq-answer {\n    font-size: var(--text-p);\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"social-proof\"\u003e✦ A Timeless Melody ✦\u003c\/span\u003e\n\u003ch1\u003eA Symphony in the Palm of Your Hand\u003c\/h1\u003e\n\n\u003cp\u003eTurn the handle and let the classic \"Castle in the Sky\" transport you to beautiful memories. Crafted from premium black walnut, this nostalgic music box creates instant romance anywhere you go.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e🎵 No Batteries Needed\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e🌳 Natural Black Walnut\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003e✨ Hand-Polished\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324181419\/960c55965230c08111924ca5c8444919.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324181419\/a42430cb5df9e0baf1bf02e5606f78f3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePure Acoustic Magic, Powered by You\u003c\/h2\u003e\n\n\u003cp\u003eExperience the charm of true mechanics. Featuring a high-quality metal movement, this music box requires absolutely no batteries. Simply turn the bottom handle at your own pace, and the crystal-clear notes of \"Castle in the Sky\" will fill the room. It’s convenient, eco-friendly, and always ready to play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Craftsmanship \u0026 Material --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324181419\/9d85d435e83ce5b92b32463a5c645237.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eExquisite Retro Craftsmanship\u003c\/h2\u003e\n\n\u003cp\u003eEvery box is a unique piece of art. Handmade from premium natural black walnut wood, the beautiful, rich grain textures make each piece distinct. The wood is meticulously polished to ensure a silky smooth, burr-free surface, offering a tactile experience as comforting as its melody.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Size \u0026 Gifting --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324181419\/cb1199fda42325e176b5b48ac7e2e713.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Pocket-Sized Gift\u003c\/h2\u003e\n\n\u003cp\u003eCompact and incredibly lightweight, this mini music box easily fits into your bag or display shelf. Whether it's for Valentine's Day, an Anniversary, Mother's Day, or simply to show you care, this charming wooden collectible is an unforgettable surprise for lovers, friends, and family alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNatural Black Walnut Wood \u0026amp; Premium Metal Movement\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Melody\"\u003eMelody\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\"Castle in the Sky\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (L x W x H)\"\u003eDimensions (L x W x H)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e7.0 x 6.6 x 4.5 cm  |  2.8 x 2.6 x 1.8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e130 g  |  4.6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHand-cranked mechanism (No batteries required)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need to wind it up or just keep turning the handle?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThis is a hand-cranked music box. The beautiful melody plays as long as you turn the bottom handle, allowing you to control the tempo of the song. No winding key or batteries are needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill the wood grain look exactly like the pictures?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eBecause we use premium, natural black walnut wood, every single music box has its own unique wood grain pattern. Yours will be a one-of-a-kind masterpiece!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it come ready for gifting?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! Its exquisite craftsmanship and romantic appeal make it an ideal gift straight out of the package. It's perfect for birthdays, anniversaries, Christmas, or any special occasion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black","offer_id":45403947958463,"sku":"0327-17046728","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Gold","offer_id":45403948056767,"sku":"0327-17041951","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black+ Gold (2 Pcs)","offer_id":45415685423295,"sku":"0327-17048105","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/960c55965230c08111924ca5c8444919.jpg?v=1774602280","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/vintage-black-walnut-music-box","provider":"Bak","version":"1.0","type":"link"}