{"product_id":"led-mirror-travel-makeup-case-rjc","title":"LED Mirror Travel Makeup Case","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：带LED镜和可调节隔板的旅行化妆包\n  目标受众：化妆爱好者、常旅客\n  视觉风格：优雅、专业、整洁\n  配色策略：以柔和背景衬托产品（粉\/黑\/金），使用暖色调强调光线感\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (镜子) -\u003e Feature 2 (收纳) -\u003e Feature 3 (智能细节) -\u003e Feature 4 (旅行功能) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_6.png, Feature2=image_3.png, Feature3=image_4.png, Feature4=image_7.png\n  规格图映射：Specs=无(基于文本数据)\n  对比模块：未加入（无明显竞品对比需求，聚焦自身功能展示）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #d4a373; \/* Gold\/Warm tone from zipper\/light *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f8f5f2; \/* Light warm grey\/beige *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --spacing-section: clamp(2.5rem, 6vw, 4.5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\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      line-height: 1.7;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Reusable Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: var(--bg-soft);\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      text-align: center;\n      color: #999;\n      font-family: monospace;\n      box-sizing: border-box;\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-size: 14px;\n      margin-right: 8px;\n      margin-bottom: 8px;\n      font-weight: 500;\n    }\n\n    .pd-trust-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .hero-text {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\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 1rem;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 12px 16px;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n      background: var(--bg-soft);\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid #eee; border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 16px;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      background: var(--bg-soft);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .faq-answer {\n      margin: 0;\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003ch1\u003eYour Portable Dressing Table, Anywhere.\u003c\/h1\u003e\n\n\u003cp\u003eAchieve flawless makeup on the go with studio-quality lighting and customizable organization in one elegant case.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-trust-badge\"\u003e\u003cspan\u003e✨ Designed for everyday ease \u0026amp; travel\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184939\/df44155f6d40e73dd9795c8310bf21e0.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184626\/a2d167baa6261c3c1403e0e4a5569eea.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: The Mirror (Core USP) --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184626\/38755e8fe7dced39f750f68fdcb2ae1f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStudio Lighting at Your Fingertips\u003c\/h2\u003e\n\n\u003cp\u003eNever struggle with poor hotel lighting again. The large, built-in LED mirror provides three switchable light temperatures (Warm, Cool, Natural) and adjustable brightness. Ensure your makeup is color-correct in any environment with a simple touch.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e3 Light Modes\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDimmable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTouch Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: DIY Storage (Core USP) --\u003e\n\n\u003cdiv class=\"pd-section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184626\/71c25265f0d7905cbcc1520ae251b9a3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCustomize Your Layout\u003c\/h2\u003e\n\n\u003cp\u003eForget cluttered bags. The interior features shock-absorbing EVA foam dividers that you can easily rearrange. Create perfectly sized compartments for your specific palettes, bottles, and tools, keeping everything secure and organized.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDIY Adjustable Dividers\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eShockproof Protection\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFits Various Sizes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smart Details (Battery \u0026 Brushes) --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184626\/d07e25dd945f573b3295c594a7938652.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSmart Design for Effortless Routines\u003c\/h2\u003e\n\n\u003cp\u003ePowered by a built-in 2000mAh battery, the mirror lasts up to a week on a single charge (based on daily 30-minute use). It also includes a separate, dust-proof brush holder board with a clear cover to keep your tools clean and accessible.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e2000mAh Battery\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLong-lasting Power\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSeparate Brush Board\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Travel Ready (Durability \u0026 Portability) --\u003e\n\n\u003cdiv class=\"pd-section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260723184626\/35891d1d3e9c7869e7904b6b280cd451.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt for Travel\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from durable, water-resistant PU leather exterior with smooth dual metal zippers. Features a comfortable handle and a convenient rear strap that slides over your luggage handle, making airport navigation a breeze.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eWaterproof Surface\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLuggage Strap\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable Zippers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eDimensions (Approx.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e26 x 23 x 11 cm \/ 10.2 x 9.1 x 4.3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eNet Weight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e~1000 g \/ 2.2 lb\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003ePU Leather Exterior, EVA Foam Dividers\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Battery\"\u003e2000mAh Lithium Battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMirror Lighting\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lighting\"\u003e3 Color Modes, Dimmable, Touch Sensor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eClosure Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Closure\"\u003eDual-way Metal Zipper\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💡 How do I charge the mirror light?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe case comes with a USB charging cable. Simply connect it to a standard USB power source (like a phone charger or laptop) to recharge the built-in battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e📐 Are the internal dividers difficult to adjust?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. The foam dividers pull out easily and slide snugly back into the pre-cut slots, allowing you to configure the space in seconds without any tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e💧 How do I clean the makeup case?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe exterior is made of water-resistant PU leather, which can be easily wiped clean with a damp cloth. For the interior, you can remove the dividers to wipe down the base layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Black","offer_id":46892964020397,"sku":"1732219177301480170","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Leopard print","offer_id":46892964053165,"sku":"1732219177301611242","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":46892964085933,"sku":"1732219177301742314","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Brown \u0026 White","offer_id":46892964118701,"sku":"1732347969039340266","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/a2d167baa6261c3c1403e0e4a5569eea.jpg?v=1784804011","url":"https:\/\/newjoyloo.com\/products\/led-mirror-travel-makeup-case-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}