{"product_id":"vintage-sewing-music-box-rjc","title":"Boîte à musique vintage couture","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✦ Élégance intemporelle\u003c\/div\u003e\n\n\u003ch1\u003eBoîte à musique machine à coudre vintage – Ornement rétro pour bureau\u003c\/h1\u003e\n\n\u003cp\u003eApportez une touche de charme d’antan à votre espace avec cette boîte à musique machine à coudre rétro. Inspirée des machines à coudre à pédale traditionnelles, elle capture une esthétique nostalgique grâce à un travail artisanal détaillé et un design intemporel.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/6a2bd068da470_20260612_45845778_20260612_e3a5bffc_from_url_en_00_c5ec1ac5a09494338f831795c1f79e75.webp?v=1781256299\" alt=\"Boîte à musique machine à coudre vintage\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260612_a57a0c31_20260612_91814385_from_url_en_08_fe016d711a0cade67937e8415c55da5f_refsize_800x800_c6d700c4-1f40-4ffb-87b9-f244db647e56.png?v=1781256495\" alt=\"Fonction musicale mécanique\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\"\u003eCharme mélodique\u003c\/div\u003e\n\n\u003ch3\u003eFonction musicale mécanique apaisante\u003c\/h3\u003e\n\n\u003cp\u003ePlus qu’un objet décoratif, cette machine à coudre miniature inclut une fonction musicale mécanique qui joue des airs doux et classiques. La mélodie douce crée une atmosphère chaleureuse et nostalgique où qu’elle soit exposée.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260612_337a7257_20260612_821ee307_from_url_en_09_39795465d23575d6c300a3a293031f07_refsize_800x800_54221695-5a04-4e41-bf2e-d9cf09cc05ad.jpg?v=1781256501\" alt=\"Design compact\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\"\u003eGain de place\u003c\/div\u003e\n\n\u003ch3\u003eDesign compact pour une présentation élégante\u003c\/h3\u003e\n\n\u003cp\u003eAvec sa taille raffinée et compacte, cette boîte à musique s’intègre facilement sur les bureaux, étagères, tables de chevet ou vitrines. Elle ajoute un caractère vintage sans prendre trop de place, ce qui la rend adaptée aussi bien à la maison qu’au bureau.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260612_70e6fdae_20260612_944fd811_from_url_en_10_502e78d3e63fa9bf8c6a4655f6d7638b_refsize_800x800_f71da3cf-f047-4207-ae2e-8f0a9d3ddfdd.png?v=1781256506\" alt=\"Cadeau idéal\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\"\u003eCadeau parfait\u003c\/div\u003e\n\n\u003ch3\u003eCadeau idéal pour les amateurs de décoration vintage\u003c\/h3\u003e\n\n\u003cp\u003eCette boîte à musique constitue un cadeau réfléchi pour des occasions spéciales telles que les anniversaires, les fêtes ou les anniversaires de mariage. Elle séduit particulièrement les amateurs de couture, les passionnés d’artisanat et tous ceux qui apprécient la décoration rétro.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/20260612_7774b603_20260612_eff6f6d2_from_url_en_11_22a895417466c5bb1eb3d47de1d249f4_refsize_800x800_4c3f08e4-7270-4ae6-ab3e-4e39cf275adb.png?v=1781256512\" alt=\"Art décoratif\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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\"\u003eDétail artistique\u003c\/div\u003e\n\n\u003ch3\u003eArt décoratif avec attrait musical\u003c\/h3\u003e\n\n\u003cp\u003eAlliant élégance visuelle et élément musical, cette pièce offre plus qu’une simple décoration. Elle enrichit votre espace avec des détails artistiques et un son apaisant pour une expérience décorative plus complète.\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\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpécification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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\"\u003eType d’article\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBoîte à musique machine à coudre décorative\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eStyle de design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eEsthétique européenne vintage\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eType de musique\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMouvement musical mécanique (sans piles)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eZones d’exposition\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBureau, Table, Étagère, Table de chevet\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOccasions appropriées\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCadeau, Décoration d’intérieur, Accent de bureau\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLa boîte à musique émet-elle un son ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui. Elle dispose d’un mécanisme mécanique intégré qui joue des mélodies de style classique sans besoin de piles.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCet article convient-il comme cadeau ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui. Son apparence unique et sa fonction musicale en font un choix de cadeau mémorable pour les anniversaires, les fêtes ou les anniversaires de mariage.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eOù peut-elle être placée ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eElle peut être élégamment exposée sur des bureaux, des étagères, des tables de chevet ou dans n’importe quelle décoration à thème vintage.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePeut-elle être utilisée comme une vraie machine à coudre ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNon. Cet article est strictement une boîte à musique décorative conçue pour ressembler magnifiquement à une machine à coudre à pédale traditionnelle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 paquet","offer_id":46110547509421,"sku":"0318-16446057","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Lot de 2","offer_id":46110547542189,"sku":"0318-16443926","price":46.95,"currency_code":"USD","in_stock":true},{"title":"Lot de 3","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\/fr\/products\/vintage-sewing-music-box-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}