{"product_id":"wooden-hand-crank-music-box","title":"Wooden Hand Crank Music Box Bowlift","description":"\u003cdiv class=\"product-set-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Vintage \u0026 Warm Theme *\/\n    .product-set-container {\n      --primary: #8B4513; \/* SaddleBrown - Vintage, warm, wooden *\/\n      --primary-hover: #A0522D; \/* Sienna *\/\n      --accent: #DAA520; \/* Goldenrod - Sunshine, melody *\/\n      --accent-light: #FFF8DC; \/* Cornsilk *\/\n      --text-main: #3E2723; \/* Dark brown text *\/\n      --text-sub: #5D4037; \/* Medium brown text *\/\n      --bg-body: #FAF8F5; \/* Warm off-white *\/\n      --bg-card: #FFFFFF;\n      --border-color: #EFEBE9; \/* Light warm gray\/brown *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(139, 69, 19, 0.08), 0 2px 4px -1px rgba(139, 69, 19, 0.04);\n      --shadow-lg: 0 10px 15px -3px rgba(139, 69, 19, 0.08), 0 4px 6px -2px rgba(139, 69, 19, 0.04);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      font-family: \"Georgia\", \"Times New Roman\", serif; \/* Serif font for vintage feel *\/\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-set-container *,\n    .product-set-container *::before,\n    .product-set-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-set-container h1 {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      font-size: clamp(32px, 4vw, 48px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .product-set-container .subtitle {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      font-size: clamp(18px, 2.5vw, 24px);\n      color: var(--accent);\n      font-weight: 700;\n      margin: 0 0 1.5rem 0;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .product-set-container h2 {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      font-size: clamp(26px, 3vw, 36px);\n      line-height: 1.3;\n      color: var(--primary);\n      margin: 0 0 1.5rem 0;\n      font-weight: 800;\n      border-bottom: 3px solid var(--accent);\n      display: inline-block;\n      padding-bottom: 0.5rem;\n    }\n\n    .product-set-container h3 {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      font-size: clamp(20px, 2.5vw, 26px);\n      line-height: 1.4;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n    }\n\n    .product-set-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background: var(--primary);\n      border-radius: 30px;\n      font-size: 14px;\n      font-weight: 600;\n      color: #FFFFFF;\n      letter-spacing: 0.03em;\n      box-shadow: var(--shadow-sm);\n    }\n    .detail-badge.accent {\n      background: var(--accent);\n      color: #FFF;\n      text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n    \n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      transition: transform 0.5s ease;\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.04);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 3rem;\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 4rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-lg);\n      background-image: radial-gradient(circle at top right, var(--accent-light) 0%, transparent 60%);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-left: 4px solid var(--accent);\n      transition: all 0.2s ease;\n    }\n    .faq-item:hover {\n      box-shadow: var(--shadow-sm);\n      transform: translateX(4px);\n    }\n    .faq-question {\n      font-size: clamp(18px, 2.5vw, 20px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n    }\n    .faq-answer {\n      font-size: clamp(16px, 2vw, 17px);\n      color: var(--text-sub);\n      margin: 0;\n      font-family: \"Georgia\", \"Times New Roman\", serif;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      \n      .specs-table th, .specs-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 17px;\n      }\n      .specs-table th {\n        font-weight: 700;\n        color: var(--primary);\n        width: 35%;\n        background-color: var(--bg-body);\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Specs Table Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\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: 1.25rem;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 15px;\n        text-align: left;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-transform: uppercase;\n        margin-bottom: 0.25rem;\n        font-size: 13px;\n        letter-spacing: 0.05em;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eA Melody Full of Love\u003c\/div\u003e\n\n\u003ch1\u003eYou Are My Sunshine Hand Crank Music Box\u003c\/h1\u003e\n\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e☀️ You Are My Sunshine\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🪵 Vintage Wood\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e🎶 Hand-Crank Melody\u003c\/div\u003e\n\n\u003cdiv class=\"detail-badge\"\u003e💝 Perfect Gift\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"max-width: 800px; margin: 1rem auto 0 auto; font-size: 1.1rem;\"\u003eBring a smile to someone special with this charming wooden music box. Simply turn the handle and the beautiful melody “You Are My Sunshine” will begin to play, creating a warm and nostalgic moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"You Are My Sunshine Music Box\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309094848\/204103397e6ec72180ec951f8a8dfa8c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eClassic Hand-Crank Mechanism\u003c\/h3\u003e\n\n\u003cp\u003eNo batteries required. Just rotate the handle and enjoy the sweet melody. The traditional hand-crank design adds a nostalgic and interactive experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Classic Hand-Crank Mechanism\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309094848\/3cb9d39ab99dd849c0cff729daf88f08.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eBeautiful Vintage Wood Design\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from natural wood with exquisite carved patterns, the lid features the heartfelt words “You Are My Sunshine,” making it a meaningful keepsake.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Beautiful Vintage Wood Design\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309094848\/5da5ea4a05be5625bf2af0b1c1200a56.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMini \u0026amp; Portable Size\u003c\/h3\u003e\n\n\u003cp\u003eMeasuring just 2.6 × 2.1 × 1.5 inches, this mini music box fits easily in your hand, pocket, or bag. Perfect for desks, bookshelves, or bedside decoration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Mini \u0026amp; Portable Size\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309094848\/a7ffbadc11effb3c83f2c8c21b6c00f9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eA Heartfelt Gift for Loved Ones\u003c\/h3\u003e\n\n\u003cp\u003eAn ideal gift for mom, daughter, wife, family, and friends. Perfect for birthdays, anniversaries, Mother’s Day, Valentine’s Day, Christmas, and other special occasions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 (Extra Image Context) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"A Heartfelt Gift for Loved Ones\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309094848\/985636507ba641f3f2d01a2f1e4f6489.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eCreate Lasting Memories\u003c\/h3\u003e\n\n\u003cp\u003eEvery turn of the handle brings forth a melody full of love and warmth, making it more than just a gift, but a memory that will be cherished forever.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\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=\"Specification\"\u003e\u003cstrong\u003eProduct Type\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHand Crank Music Box\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSong\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eYou Are My Sunshine\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eNatural Wood\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMusic Movement\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e18 Note Mechanical Movement\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSize\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2.6\" × 2.1\" × 1.5\"\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003ePower\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eManual Hand Crank\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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\"\u003e1. Does the music box require batteries?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo. It uses a traditional hand-crank mechanism.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. How long does the music play?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe melody plays while you turn the handle.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Is it suitable as a gift?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. It’s a sentimental gift for birthdays, anniversaries, Mother’s Day, and holidays.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Is it portable?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. Its compact size makes it easy to carry in your pocket or bag.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bowlift","offers":[{"title":"Classic Music Box (Single)","offer_id":57693889036633,"sku":null,"price":51.0,"currency_code":"AUD","in_stock":true},{"title":"Generations of Love Pack (Set of 2)","offer_id":57693889069401,"sku":null,"price":74.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/4117\/9481\/files\/204103397e6ec72180ec951f8a8dfa8c.jpg?v=1774941902","url":"https:\/\/au.bowlift.com\/products\/wooden-hand-crank-music-box","provider":"BowLift","version":"1.0","type":"link"}