{"product_id":"bottom-fill-portable-scent-sprayer-rjc","title":"Tragbarer Duftzerstäuber zum Befüllen von unten","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D4AF37;\n      --primary-hover: #C29F30;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F5F7;\n      --bg-soft: #F2EBEF;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0D0D8;\n      --spacing-section: clamp(2.5rem, 5vw, 4rem);\n      --spacing-item: clamp(1.5rem, 3vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1rem;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Classes *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .badge-pill {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 10px;\n      margin-bottom: 10px;\n    }\n\n    .trust-label {\n      display: inline-flex;\n      align-items: center;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 1rem;\n    }\n    \n    .trust-label svg {\n      margin-right: 8px;\n    }\n\n    \/* --- Hero Section --- *\/\n    .hero-section {\n      text-align: center;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* --- Feature Sections --- *\/\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .feature-item.reverse {\n        direction: rtl;\n      }\n\n      .feature-item.reverse .feature-copy {\n        direction: ltr;\n      }\n    }\n\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    .feature-tags {\n      margin-top: 1rem;\n    }\n\n    \/* --- Specifications --- *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .spec-table th,\n    .spec-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    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n      background: var(--bg-soft);\n    }\n\n    .spec-table tr:last-child th,\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .spec-table td {\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n      .spec-table td:last-child {\n        border-bottom: none;\n      }\n    }\n\n    \/* --- FAQ --- *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: flex-start;\n    }\n    \n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 12px;\n      font-weight: 700;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-left: 28px;\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n        width: 100%;\n        background-color: #f0f0f0;\n        border: 2px dashed #ccc;\n        border-radius: var(--radius-md);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #999;\n        font-family: monospace;\n        padding: 2rem;\n        box-sizing: border-box;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式底部充装香水喷雾瓶\n  目标受众：旅行者、通勤人员、需要随身补香的用户\n  视觉风格：精致、女性化、便携实用，以粉\/金配色为主强调质感\n  配色策略：主色金\/粉，背景柔和\n  模块顺序：Hero -\u003e Feature 1 (Easy Refill) -\u003e Feature 2 (Compact) -\u003e Feature 3 (Visible \u0026 Leak-proof) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_1.png, Feature2=image_4.png, Feature3=image_5.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（无明显对比需求）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-label\"\u003e\n\u003csvg fill=\"none\" height=\"20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewbox=\"0 0 24 24\" width=\"20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Für alltägliche Eleganz \u0026amp; mühelose Anwendung entwickelt\u003c\/div\u003e\n\u003ch1\u003eIhr persönlicher Duft – überall und jederzeit.\u003c\/h1\u003e\n\u003cp\u003eBleiben Sie unterwegs frisch mit unserem auslaufsicheren, nachfüllbaren Parfümzerstäuber. Kompakt, stilvoll und mühelos in wenigen Sekunden zu befüllen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img162\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260601105405\/426e902cd490b8e058af52c0bb859c73.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img163\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260601105405\/6a7e7fbe09801fe29138f6d314061323.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMüheloses Befüllen durch Pumpen\u003c\/h3\u003e\n\u003cp\u003eVergessen Sie unordentliche Trichter und verschüttete Flüssigkeiten. Das innovative Befüllen von unten ermöglicht es Ihnen, den Zerstäuber innerhalb weniger Sekunden direkt aus Ihrer handelsüblichen Parfümflasche nachzufüllen. Nehmen Sie einfach den Sprühkopf von Ihrer großen Flasche ab und pumpen Sie den Zerstäuber zum Befüllen auf und ab.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eKein Trichter erforderlich\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eIn Sekunden befüllt\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eSauber und unkompliziert\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Compact \u0026 Portable --\u003e\n\u003cdiv class=\"section-block feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img164\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260601105405\/5668f0e296be45f542cd0b589014c08e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eTaschenformat für Reisen \u0026amp; den täglichen Gebrauch\u003c\/h3\u003e\n\u003cp\u003eSchlank, leicht und robust. Dieser 5-ml-Zerstäuber passt perfekt in Ihre Tasche, Handtasche oder Ihr Handgepäck. Das ultimative Reiseaccessoire, damit Sie sich überall frisch fühlen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eTSA-freundliche Größe\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eLeicht\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eRobuste Schale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Visible Window \u0026 Leak-Proof --\u003e\n\u003cdiv class=\"section-block feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img165\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260601105405\/26613e47c2343e3b3f11596ffcb64c9a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSichtfenster \u0026amp; sichere Versiegelung\u003c\/h3\u003e\n\u003cp\u003eGehen Sie nie unerwartet ohne Duft aus. Das integrierte Sichtfenster ermöglicht es Ihnen, den Parfümstand auf einen Blick zu überprüfen. Der sichere Dichtungsring verhindert Lecks und Verdunstung und sorgt dafür, dass Ihre Tasche trocken und frei von Parfümgeruch bleibt.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eNicht überfüllen\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eAuslaufsicheres Design\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eBewahrt den Duft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eTechnische Daten\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003eFassungsvermögen\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003e5 ml (ca. 65 Sprühstöße)\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003eAluminium-Außenschale + Kunststoff-Innenbehälter\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003eNachfüllart\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003eBefüllen durch Pumpen von unten\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003eKompatibilitätsanforderung\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003eDurchmesser des Parfümflaschen-Sprühröhrchens \u0026lt; 4 mm; Höhe \u0026gt; 8 mm\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003cth data-label=\"Feature\"\u003eBesondere Merkmale\u003c\/th\u003e\n \u003ctd data-label=\"Value\"\u003eSichtfenster, auslaufsichere Versiegelung\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePasst dieser Zerstäuber auf meine Parfümflasche?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eEr funktioniert mit den meisten handelsüblichen Parfümflaschen. Bitte stellen Sie sicher, dass das Sprühröhrchen Ihrer Parfümflasche einen Durchmesser von weniger als 4 mm und eine Höhe von mehr als 8 mm hat, damit es richtig passt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie reinige ich ihn, um den Duft zu wechseln?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eUm den Duft zu wechseln, sprühen Sie zunächst das restliche Parfüm heraus. Füllen Sie den Zerstäuber anschließend mithilfe derselben Pumpmethode mit etwas Reinigungsalkohol oder klarem Wasser, schütteln Sie ihn vorsichtig und sprühen Sie die Flüssigkeit heraus, um den inneren Mechanismus zu reinigen. Wiederholen Sie den Vorgang bei Bedarf, bevor Sie einen neuen Duft einfüllen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst das im Flugzeug erlaubt?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa, das Fassungsvermögen von 5 ml liegt deutlich innerhalb der TSA-Flüssigkeitsgrenzen für Handgepäck und ist daher ideal für Flugreisen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Saxiyx","offers":[{"title":"Glänzendes 4-teiliges Set","offer_id":47232962461869,"sku":"0601-11394001","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Mattes 4-teiliges Set","offer_id":47232962494637,"sku":"0601-11392404","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/89d17eda2505a243fa82dd87f64673f4.png?v=1787755553","url":"https:\/\/newjoyloo.com\/de\/products\/bottom-fill-portable-scent-sprayer-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}