{"product_id":"ultra-thin-under-pillow-speaker","title":"Haut-parleur ultra-fin à glisser sous l'oreiller  ","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Sleep Tech \/ Audio Accessory (Under-Pillow Speaker)\nTarget Audience: Side sleepers, couples sharing a bed, travelers, insomniacs\nVisual Style: Calming, modern, comfortable, sleek\nColor Strategy: Soft off-whites for relaxation, deep midnight blue for text (calm authority), warm orange accent (matching the product's UI highlight for Bluetooth)\nShape Strategy: Radius 24px (Highly rounded to mimic the pill-shape of the speaker and convey physical comfort\/safety)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full flex breakdown)\nImage Mapping: \n- Hero = image_1 (Main connectivity context)\n- Feature1 = image_2 (Private listening)\n- Feature2 = image_3 (Ultra-thin design)\n- Feature3 = image_4 (Travel\/Timer)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* CSS Variables *\/\n      --primary-color: #D97736; \/* Warm sunset accent matching the image tag *\/\n      --bg-main: #FAFAFA; \/* Soft restful background *\/\n      --bg-card: #FFFFFF;\n      --bg-alt: #F3F4F6;\n      --text-main: #1F2937; \/* Deep readable gray-blue *\/\n      --text-sub: #4B5563;\n      --border-color: #E5E7EB;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);\n      \n      \/* Base Settings *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-main);\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: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      font-weight: 700;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Protocol (Rule A: Natural Flow, No Stretching) *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      object-fit: cover;\n    }\n\n    .product-detail-container .image-placeholder {\n      aspect-ratio: 4\/3;\n      background: #E5E7EB;\n      border: 2px dashed #9CA3AF;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6B7280;\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* Spacing System *\/\n    .section-spacing {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n      background: var(--bg-alt);\n      color: var(--primary-color);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto clamp(2rem, 4vw, 3rem) auto;\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--bg-card);\n      padding: 10px 20px;\n      border-radius: 50px;\n      box-shadow: var(--shadow-sm);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 2rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Feature Z-Pattern Layout (Mobile Ordering Lock) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        justify-content: space-between;\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, \n      .feature-copy {\n        width: 47%; \/* Leaves 6% gap mathematically + flex gap fallback *\/\n      }\n    }\n\n    \/* Specs Table Strategy *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-alt);\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* Mobile Specs Cards *\/\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      \n      .specs-table thead {\n        display: none;\n      }\n      \n      .specs-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        overflow: hidden;\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 16px;\n        text-align: right;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 16px;\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-item h3 {\n      font-size: 20px;\n      color: var(--text-main);\n      margin-bottom: 12px;\n      display: flex;\n      gap: 12px;\n    }\n\n    .faq-item h3::before {\n      content: \"Q.\";\n      color: var(--primary-color);\n      font-weight: 900;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n      font-size: 18px;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan\u003e⭐ 4,9\/5\u003c\/span\u003e | Approuvé par plus de 10 000 dormeurs profonds\u003c\/div\u003e\n\n\u003ch1\u003ePlongez dans un sommeil profond, sans être dérangé.\u003c\/h1\u003e\n\n\u003cp\u003eLe haut-parleur ultra-fin sous oreiller conçu pour les dormeurs sur le côté et les chambres partagées. Profitez de votre sanctuaire audio privé sans porter d’écouteurs inconfortables ni réveiller votre partenaire.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eProfil ultra-fin\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eBluetooth 5.4\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eCompatible carte SD\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image\"\u003e\n\u003c!-- 📷 Required: image_1 (Main product\/lifestyle shot showing stable connection and texture) --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311132428\/9db3221719eacff89735b9065847dd5e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Sections (Mobile First, Z-Pattern Desktop) --\u003e\n\n\u003cdiv class=\"features-wrapper section-spacing\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 📷 Required: image_2 (Showing someone sleeping comfortably on their side) --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311132428\/25b702f1ecfc636a35e6e4ad60801635.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZéro fatigue auditive pour les dormeurs sur le côté\u003c\/h2\u003e\n\n\u003cp\u003eLes écouteurs traditionnels creusent dans vos oreilles, et les casques circum-auriculaires sont impossibles à porter pour dormir. Notre design ultra-fin en forme de pilule présente une texture douce en cuir synthétique qui se glisse invisiblement sous votre oreiller.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAvantage :\u003c\/strong\u003e Réveillez-vous reposé sans douleurs aux oreilles, en profitant d’un confort physique maximal toute la nuit.\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\u003c!-- 📷 Required: image_3 (Close up of the speaker showing the sound wave graphic from the reference image) --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311132428\/981d61684211d4eaeb894877f3c2b2c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVotre sanctuaire audio privé\u003c\/h2\u003e\n\n\u003cp\u003eConçu pour délivrer un son clair directement à travers le tissu de votre oreiller. Écoutez du bruit blanc, des méditations pour le sommeil ou vos podcasts préférés en toute intimité.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAvantage :\u003c\/strong\u003e Parfait pour les chambres partagées. Vous bénéficiez des sons relaxants nécessaires pour vous endormir, tandis que votre partenaire profite d’un silence complet.\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\u003c!-- 📷 Required: image_4 (Showing the SD card slot and Type-C charging port) --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311132428\/6d047266d045c48823598335886f94c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eÉcoute fluide et sans écran\u003c\/h2\u003e\n\n\u003cp\u003eProfitez de la connexion ultra-stable du \u003cstrong\u003eBluetooth 5.4\u003c\/strong\u003e, ou optez pour une utilisation totalement sans écran grâce au \u003cstrong\u003emode lecture carte SD intégré\u003c\/strong\u003e. Parfait pour garder les téléphones distrayants hors de la chambre.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAvantage :\u003c\/strong\u003e Le minuteur d’arrêt automatique intégré de 30 minutes et la charge rapide Type-C vous permettent de le régler, de vous endormir et de vous réveiller avec une batterie prête pour votre prochaine sieste ou voyage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Card-based on Mobile) --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpécification\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=\"Design\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd\u003e15,5 x 4,5 x 1,2 cm (6,1 x 1,8 x 0,5 po)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003ePoids\u003c\/td\u003e\n\t\t\t\u003ctd\u003e58 g (2,0 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Connectivity\"\u003eModes de connexion\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBluetooth 5.4 \/ Emplacement pour carte SD\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power\"\u003ePort de charge\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUSB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Smart Feature\"\u003eMinuteur de sommeil\u003c\/td\u003e\n\t\t\t\u003ctd\u003eArrêt automatique après 30 minutes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMatériau de surface\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCuir synthétique texturé premium pour une prise antidérapante\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 section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCela va-t-il déranger la personne qui dort à côté de moi ?\u003c\/h3\u003e\n\n\u003cp\u003ePas du tout ! Le haut-parleur est conçu pour transmettre le son directement à travers votre oreiller. Lorsqu’il est placé correctement sous votre tête, l’audio crée une bulle sonore privée quasiment inaudible pour quelqu’un partageant le lit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003ePuis-je l’utiliser sans mon téléphone dans la pièce ?\u003c\/h3\u003e\n\n\u003cp\u003eOui. Il suffit de charger vos pistes de bruit blanc préférées, livres audio ou musiques sur une carte Micro SD et de l’insérer dans le haut-parleur. Vous pouvez laisser votre téléphone dans une autre pièce pour éviter la lumière bleue et les distractions pendant le sommeil.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eEst-ce inconfortable si je dors sur le ventre ou sur le côté ?\u003c\/h3\u003e\n\n\u003cp\u003eIl est spécialement conçu pour les dormeurs sur le côté et sur le ventre ! Son profil ultra-fin, plat et en forme de pilule signifie que vous ne sentirez pas de bosse dure sous votre oreiller, ce qui le rend infiniment plus confortable que de porter des écouteurs encombrants au lit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Bleu crépuscule \/ 📦 Pack de 1 (Standard)","offer_id":42856700051527,"sku":"0313-10304598","price":15.95,"currency_code":"EUR","in_stock":true},{"title":"Blanc Nuageux \/ 📦 Pack de 1 (Standard)","offer_id":42856700084295,"sku":"0313-10309421","price":15.95,"currency_code":"EUR","in_stock":true},{"title":"Bleu crépuscule \/ 🎁 Lot de 2 (Ensemble pour couples)","offer_id":42856700117063,"sku":"0313-10302292","price":28.95,"currency_code":"EUR","in_stock":true},{"title":"Blanc Nuageux \/ 🎁 Lot de 2 (Ensemble pour couples)","offer_id":42856700149831,"sku":"0313-10300655","price":28.95,"currency_code":"EUR","in_stock":true},{"title":"Bleu crépuscule \/ 👨‍👩‍👧‍👦 Pack de 3 (Famille \u0026 Cadeau)","offer_id":42856700182599,"sku":"0313-10305822","price":41.95,"currency_code":"EUR","in_stock":true},{"title":"Blanc Nuageux \/ 👨‍👩‍👧‍👦 Pack de 3 (Famille \u0026 Cadeau)","offer_id":42856700215367,"sku":"0313-10300480","price":41.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0684\/0103\/7383\/files\/9db3221719eacff89735b9065847dd5e.jpg?v=1780883861","url":"https:\/\/cozywint.myshopify.com\/fr\/products\/ultra-thin-under-pillow-speaker","provider":"Cozywint","version":"1.0","type":"link"}