{"product_id":"magnetic-retro-vinyl-player","title":"Magnetic Retro Vinyl Player","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Magnetic Retro Vinyl-Style Music Player (NFC-Enabled)\nTarget Audience: Holiday gift shoppers, music enthusiasts, vintage collectors, home decorators\nVisual Style: Warm, nostalgic, cozy holiday\/vintage aesthetic with high contrast clean structural grids\nColor Strategy: Rich holiday red (#a82424) as the accent color paired with vintage cream (#faf8f5) backgrounds and dark charcoal typography (#1e1e1e)\nModule Order: \n  1. Intro\/Hero Content Block (with Hero Image)\n  2. Feature 1 (How it works - Load, Pair, Play)\n  3. Feature 2 (Physical \u0026 Visual craftsmanship - Magnetic design)\n  4. Feature 3 (Giftability \u0026 Keepsake Value)\n  5. What's Included Section\n  6. Specifications (Text-only, robust grid table)\n  7. FAQ (Product-centric answers)\nDetail Image Mapping: Hero=detail_5, Feature1=detail_2, Feature2=detail_1, Feature3=detail_4, Included=detail_3\nSpecification Data Source: Product analysis report parameters, images detail_2 \u0026 detail_3 (no specification image placeholder is rendered)\nCompare Section: Not included (no competitive comparison data provided in the report)\nInformation Boundary: Fully constrained to verified facts. Display features like built-in 128MB storage, USB-C laptop transfer, 9 collectible discs, keepsake box, magnetic mount, acrylic front, decorative progress bar, and warm glowing center lighting are utilized. Unverified traits like battery life, waterproof rating, audio decibels, or wireless Bluetooth connection are completely omitted.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #a82424;\n      --primary-hover: #831a1a;\n      --text-main: #1e1e1e;\n      --text-sub: #5a5a5a;\n      --bg-body: #faf8f5;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f0ea;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 25px rgba(0,0,0,0.08);\n      --border-color: #e5dec9;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 30px 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .main-hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 15px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 15px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Placeholder Styling *\/\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      min-height: 300px;\n      margin-bottom: 20px;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-top: 10px;\n    }\n\n    \/* Trust Badge *\/\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 20px;\n    }\n\n    \/* Intro Hero Block *\/\n    .product-detail-container .hero-block {\n      text-align: center;\n      padding: 20px 0;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Layouts *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 30px;\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Desktop Adjustments (Z-Pattern \u0026 Grid) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        min-width: 0;\n      }\n    }\n\n    \/* What's Included List *\/\n    .product-detail-container .included-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n    }\n\n    .product-detail-container .included-list {\n      list-style-type: none;\n      padding: 0;\n      margin: 20px 0 0 0;\n    }\n\n    .product-detail-container .included-list li {\n      position: relative;\n      padding-left: 30px;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .included-list li::before {\n      content: \"✔\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Specifications Layout (Robust Mobile Safety) *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label-col {\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .spec-value {\n      display: block;\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Specifications Responsive Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 10px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table .spec-label-col {\n        width: auto;\n        font-weight: 600;\n      }\n\n      .product-detail-container .spec-table .spec-value-col {\n        padding-left: 0;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 25px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 20px;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eNo Screen or App Required\u003c\/div\u003e\n\n\u003ch1 class=\"main-hero-title\"\u003eOne Disc, One Song. Drop a Disc, It Sings.\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA physical, nostalgia-infused music player that combines tactile interactions with beautiful visual layout. Choose your song from collectible graphic discs, place it on the player, and experience music in a cozy, screen-free way.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831143745\/2ac3c14321c8a5445d954c7f7c3f52da.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831143745\/f486f5a0c2c734ba92453c5d687293bd.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eLoad Your Music Once. Play It Simple for the Rest of the Year.\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe player functions just like a classic USB drive when connected to your computer. Simply use the included Type-C cable to connect and drag your favorite MP3 files directly onto the built-in storage. Associate each of your tracks to one of the 9 custom-printed discs for immediate physical playback.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e128MB Memory\u003c\/span\u003e \u003cspan class=\"tag\"\u003eType-C Interface\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNFC Pairing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Z-Pattern on Desktop, Stacked Image-First on Mobile --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831143745\/be073841628807f8d908205533338b26.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMagnetic Mounting Meets Nostalgic Aesthetic Crafts\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with a high-gloss, ultra-transparent acrylic front panel secured by four silver corner screws, the player features a built-in 3x3 album art background layout. The back panel features a secure flat magnetic backing, letting you stick the player directly on compatible metal surfaces like refrigerators, lockers, or file cabinets.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eMagnetic Back\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePolished Acrylic Face\u003c\/span\u003e \u003cspan class=\"tag\"\u003e3x3 Grid Art\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Stacked Image-First on Mobile --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831143745\/7c85417a39ce28fe8c6a322da1dc1455.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAn Unforgettable Interactive Keepsake Gift\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eSome gifts get opened, but this one gets played. Packed neatly inside a beautiful illustrated keepsake presentation box, this set is designed to deliver immediate holiday warmth and sensory discovery. Complete with illustrative collectible discs, it is the perfect physical treasure for anyone who cherishes curated music.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eIllustrated Gift Box\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCollectable Miniature Discs\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTactile Interaction\u003c\/span\u003e\u003cbr\u003e\n\u003cspan class=\"spec-value\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. WHAT'S INCLUDED SECTION (Optional Fact-Based Block) --\u003e\u003c!-- D. SPECIFICATIONS (Text-Only Section) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Format Type\"\u003eFormat Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eSquare flat magnetic music display\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Front Panel\"\u003eFront Panel\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eTransparent polished acrylic faceplate with silver corner screws\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Internal Memory\"\u003eInternal Memory\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e128MB Built-in Flash storage (holds around 9 full MP3 tracks)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Connectivity\"\u003eConnectivity\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eType-C interface for power and laptop data transfer\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Mounting Type\"\u003eMounting Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003eFlat magnetic backing for steel\/iron surfaces (e.g. refrigerator door)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Included Discs\"\u003eIncluded Discs\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e9 x NFC collectible printed discs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-col\" data-label=\"Decorative Accents\"\u003eDecorative Accents\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-col\"\u003e\u003cspan class=\"spec-value\"\u003e3x3 Grid album illustration cover backdrop, simulated printed timeline progress bar, glowing warm light ring indicator\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I transfer music onto the player?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: It is straightforward. Plug the player into your laptop using the included Type-C USB cable. It shows up as a standard USB storage device with 128MB capacity. Simply drag and drop your selected MP3 audio files onto the card and eject.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Does the player require an app or Bluetooth to function?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: No, it works entirely screen-free and app-free. Once your MP3 tracks are loaded inside, placing one of the 9 custom-printed discs onto the central magnetic area triggers the player instantly, causing the center warm light to glow and music to play.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Where can I place the music player?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Thanks to the built-in flat magnetic backing, the player sticks directly onto kitchen refrigerators, iron cabinets, office lockers, magnetic partition walls, or any compatible steel surface for an interactive wall decor look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (Standard Edition)","offer_id":46114158084287,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Gift for a Loved One - 10%)","offer_id":46114158117055,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"3 Sets (Friends \u0026 Family - 15%)","offer_id":46114158149823,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/2ac3c14321c8a5445d954c7f7c3f52da.jpg?v=1788158855","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/magnetic-retro-vinyl-player","provider":"Bak","version":"1.0","type":"link"}