{"product_id":"vintage-sewing-music-box-rjc","title":"Vintage naaidoos met muziek","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home Decor \/ Vintage Music Box\nTarget Audience: Vintage enthusiasts, sewing lovers, gift shoppers, home decorators\nVisual Style: Nostalgic, elegant, warm, classic\nColor Strategy: Rich Mahogany (--primary) \u0026 Antique Brass (--accent) to reflect the vintage wooden\/metal aesthetic. Cream backgrounds for a soft, old-world feel.\nTypography Strategy: Serif headings for a classic, timeless look. Clean sans-serif body for readability.\nMobile Table Strategy: Card-based (No horizontal scroll, strictly block layout via data-label)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System (CSS Variables) *\/\n            --primary: #5C4033;       \/* Rich Mahogany \/ Dark Walnut *\/\n            --accent: #B8860B;        \/* Antique Brass \/ Dark Goldenrod *\/\n            --text-main: #2C1E16;     \/* Deep Espresso for headers *\/\n            --text-sub: #594A42;      \/* Soft warm gray\/brown for body *\/\n            --bg-body: #FDFBF7;       \/* Warm Cream *\/\n            --bg-card: #F5F0E6;       \/* Soft Beige *\/\n            --border-color: #E6D5C3;  \/* Light Tan *\/\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 2px 8px rgba(92, 64, 51, 0.08);\n            \n            \/* Core Container Setup *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            background-color: var(--bg-body);\n            overflow-wrap: break-word;\n            word-break: break-word;\n            box-sizing: border-box;\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 System *\/\n        .product-detail-container h1, \n        .product-detail-container h2, \n        .product-detail-container h3 {\n            font-family: 'Georgia', 'Times New Roman', serif; \/* Vintage feel *\/\n        }\n\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 700;\n            color: var(--text-main);\n            margin: 0 0 1rem 0;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(26px, 4vw, 34px);\n            line-height: 1.3;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            color: var(--primary);\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(22px, 3vw, 26px);\n            line-height: 1.4;\n            font-weight: 700;\n            color: var(--primary);\n            margin: 0 0 0.75rem 0;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(16px, 2.5vw, 18px);\n            line-height: 1.8;\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* Non-interactive Badges *\/\n        .trust-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: var(--bg-card);\n            color: var(--accent);\n            padding: 0.75rem 1.25rem;\n            border-radius: 50px;\n            font-size: 15px;\n            font-weight: 700;\n            border: 1px solid var(--border-color);\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            font-family: 'Georgia', serif;\n        }\n\n        .feature-badge {\n            display: inline-block;\n            background-color: var(--primary);\n            color: #ffffff;\n            padding: 0.5rem 1rem;\n            border-radius: var(--radius-md);\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        \/* Image Protocol *\/\n        .img-placeholder {\n            width: 100%;\n            height: auto;\n            aspect-ratio: 1 \/ 1; \/* Changed to 1:1 *\/\n            background: var(--bg-card);\n            border: 1px solid var(--border-color);\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        }\n        \n        .img-placeholder img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain; \/* Changed to contain to prevent cropping\/covering *\/\n            transition: transform 0.3s ease;\n        }\n\n        .img-placeholder:hover img {\n            transform: scale(1.03);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            margin-bottom: clamp(2rem, 5vw, 4rem);\n            padding-top: clamp(1.5rem, 3vw, 3rem);\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n        }\n\n        \/* Mobile Ordering Lock \u0026 Z-Pattern Strategy *\/\n        .feature-list {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(3rem, 6vw, 5rem);\n            margin: clamp(2rem, 5vw, 4rem) 0;\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(1.5rem, 4vw, 3rem);\n            align-items: center;\n        }\n\n        .feature-media, .feature-copy {\n            width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n            }\n            .feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .feature-media, .feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specs Table - Card-based Mobile \/ Table Desktop *\/\n        .specs-section {\n            margin: clamp(3rem, 6vw, 5rem) 0;\n            background-color: var(--bg-card);\n            padding: clamp(2rem, 4vw, 4rem);\n            border-radius: var(--radius-lg);\n            border: 1px solid var(--border-color);\n        }\n\n        .specs-section h2 {\n            text-align: center;\n            margin-bottom: 2.5rem;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n\n        @media (min-width: 768px) {\n            .specs-table th, .specs-table td {\n                padding: 1.5rem;\n                border-bottom: 1px solid var(--border-color);\n                text-align: left;\n                font-size: 16px;\n            }\n            .specs-table th {\n                font-weight: 700;\n                color: var(--primary);\n                width: 35%;\n                background-color: rgba(92, 64, 51, 0.03);\n                font-family: 'Georgia', serif;\n            }\n            .specs-table td {\n                color: var(--text-sub);\n                line-height: 1.6;\n            }\n            .specs-table tr:last-child th, .specs-table tr:last-child td {\n                border-bottom: none;\n            }\n        }\n\n        @media (max-width: 767px) {\n            .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none; \/* Hide native header on mobile *\/\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: 1.5rem;\n                box-shadow: var(--shadow-sm);\n                overflow: hidden;\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column;\n                padding: 1.25rem;\n                border-bottom: 1px solid var(--border-color);\n                font-size: 16px;\n                color: var(--text-sub);\n                line-height: 1.6;\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\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: 15px;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n                font-family: 'Georgia', serif;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin: clamp(3rem, 6vw, 5rem) 0;\n            padding-top: 3rem;\n            border-top: 2px solid var(--border-color);\n        }\n\n        .faq-section h2 {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n\n        .faq-item {\n            margin-bottom: 1.5rem;\n            padding: 2rem;\n            background-color: var(--bg-card);\n            border-radius: var(--radius-md);\n            border: 1px solid var(--border-color);\n            transition: transform 0.2s ease;\n        }\n        \n        .faq-item:hover {\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .faq-question {\n            font-size: clamp(18px, 3vw, 20px);\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            font-family: 'Georgia', serif;\n        }\n\n        .faq-question::before {\n            content: \"Q.\";\n            color: var(--accent);\n            font-weight: 900;\n            font-size: 1.2em;\n            line-height: 1;\n        }\n\n        .faq-answer {\n            font-size: clamp(16px, 2.5vw, 18px);\n            color: var(--text-sub);\n            line-height: 1.7;\n            padding-left: 2.5rem;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e✦ Tijdloze elegantie\u003c\/div\u003e\n\n\u003ch1\u003eVintage naaimachine muziekdoos – retro bureau decoratie ornament\u003c\/h1\u003e\n\n\u003cp\u003eBreng een gevoel van oude wereldse charme in je ruimte met deze retro naaimachine muziekdoos. Geïnspireerd door traditionele trapnaaimachines, vangt het een nostalgische esthetiek door gedetailleerd vakmanschap en tijdloos ontwerp.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Vintage naaimachine muziekdoos\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20251217153143\/c5ec1ac5a09494338f831795c1f79e75.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\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=\"Mechanische muziekfunctie\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20251217153143\/fe016d711a0cade67937e8415c55da5f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-badge\"\u003eMelodische charme\u003c\/div\u003e\n\n\u003ch3\u003eRustgevende mechanische muziekfunctie\u003c\/h3\u003e\n\n\u003cp\u003eMeer dan een decoratief object, deze miniatuur naaimachine heeft een mechanische muziekfunctie die zachte, klassieke deuntjes speelt. De zachte melodie creëert een warme en nostalgische sfeer waar hij ook wordt geplaatst.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\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=\"Compact ontwerp\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20251217153143\/39795465d23575d6c300a3a293031f07.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-badge\"\u003eRuimtebesparend\u003c\/div\u003e\n\n\u003ch3\u003eCompact ontwerp voor elegante presentatie\u003c\/h3\u003e\n\n\u003cp\u003eMet zijn verfijnde en compacte formaat past deze muziekdoos moeiteloos op bureaus, planken, nachtkastjes of vitrines. Het voegt vintage karakter toe zonder veel ruimte in te nemen, waardoor het geschikt is voor zowel thuis als op kantoor.\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=\"Ideaal cadeau\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20251217153143\/502e78d3e63fa9bf8c6a4655f6d7638b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-badge\"\u003ePerfect cadeau\u003c\/div\u003e\n\n\u003ch3\u003eIdeaal cadeau voor liefhebbers van vintage decor\u003c\/h3\u003e\n\n\u003cp\u003eDeze muziekdoos is een doordacht cadeau voor speciale gelegenheden zoals verjaardagen, feestdagen of jubilea. Het spreekt vooral naailiefhebbers, knutselfanaten en iedereen die retro-geïnspireerde decoratie waardeert aan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\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=\"Decoratieve kunst\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20251217153143\/22a895417466c5bb1eb3d47de1d249f4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-badge\"\u003eArtistiek detail\u003c\/div\u003e\n\n\u003ch3\u003eDecoratieve kunst met muzikale aantrekkingskracht\u003c\/h3\u003e\n\n\u003cp\u003eDeze combinatie van visuele elegantie met een muzikaal element biedt meer dan alleen decoratie. Het verrijkt je ruimte met zowel artistieke details als rustgevende klanken voor een rijkere decoratieve ervaring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\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\"\u003eSoort item\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDecoratieve naaimachine muziekdoos\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOntwerpstijl\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVintage Europese esthetiek\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSoort muziek\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMechanische muziekbeweging (geen batterijen nodig)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTentoongestelde plekken\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBureau, tafelblad, plank, nachtkastje\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGeschikte gelegenheden\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCadeau geven, woningdecoratie, kantooraccent\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eSpeelt de muziekdoos geluid af?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. Het heeft een ingebouwd mechanisch mechanisme dat klassieke melodieën speelt zonder batterijen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs dit item geschikt als cadeau?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. Het unieke uiterlijk en de muzikale functie maken het een gedenkwaardig cadeau voor verjaardagen, feestdagen of jubilea.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWaar kan het worden geplaatst?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHet kan elegant worden tentoongesteld op bureaus, planken, nachtkastjes of binnen elke vintage-geïnspireerde decoratie.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan het worden gebruikt als een echte naaimachine?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNee. Dit item is strikt een decoratieve muziekdoos die prachtig lijkt op een traditionele trapnaaimachine.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1-pack","offer_id":46110547509421,"sku":"0318-16446057","price":23.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack","offer_id":46110547542189,"sku":"0318-16443926","price":46.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack","offer_id":46110547574957,"sku":"0318-16440556","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/c5ec1ac5a09494338f831795c1f79e75.jpg?v=1781248654","url":"https:\/\/newjoyloo.com\/nl\/products\/vintage-sewing-music-box-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}