{"product_id":"bottom-fill-portable-scent-sprayer","title":"Bottom-Fill Portable Scent Sprayer","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 Designed for Everyday Elegance \u0026amp; Ease\u003c\/div\u003e\n\n\u003ch1\u003eYour Signature Scent, Anywhere, Anytime.\u003c\/h1\u003e\n\n\u003cp\u003eStay fresh on the go with our leak-proof, refillable perfume atomizer. Compact, stylish, and effortlessly easy to fill in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\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\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\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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEffortless Pump-to-Fill Technology\u003c\/h3\u003e\n\n\u003cp\u003eForget messy funnels and spills. Our innovative bottom-fill design allows you to refill directly from your standard perfume bottle in seconds. Simply remove the spray head from your big bottle and pump the atomizer up and down to fill.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eNo Funnel Needed\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eFills in Seconds\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eMess-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Compact \u0026 Portable --\u003e\n\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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePocket-Sized for Travel \u0026amp; Daily Use\u003c\/h3\u003e\n\n\u003cp\u003eSleek, lightweight, and durable. This 5ml atomizer is perfectly sized to slip into your pocket, purse, or carry-on luggage. It's the ultimate travel accessory for staying refreshed wherever life takes you.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eTSA-Friendly Size\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eLightweight\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eDurable Shell\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\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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eClear View Window \u0026amp; Secure Seal\u003c\/h3\u003e\n\n\u003cp\u003eNever run out unexpectedly. The integrated visual window lets you monitor the perfume level at a glance. Engineered with a secure sealing ring to prevent leaks and evaporation, ensuring your bag stays dry and scent-free.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-pill\"\u003eNever Overfill\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eLeak-Proof Design\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003ePreserves Fragrance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCapacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e5ml (approx. 65 sprays)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAluminum Outer Shell + Plastic Inner Container\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eRefill Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eBottom Pump-to-Fill\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCompatibility Requirement\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003ePerfume bottle nozzle diameter \u0026lt; 4mm; height \u0026gt; 8mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eSpecial Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eVisual Window, Leak-proof Seal\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=\"section-block\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this fit my perfume bottle?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt works with most standard perfume bottles. Please ensure your perfume bottle's nozzle tube has a diameter of less than 4mm and a height greater than 8mm for a proper fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean it to switch scents?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo switch scents, first spray out any remaining perfume. Then, fill the atomizer with a small amount of rubbing alcohol or plain water using the same pump method, shake gently, and spray it out to clean the internal mechanism. Repeat if necessary before filling with a new fragrance.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it allowed on airplanes?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the 5ml capacity is well within the TSA liquid limits for carry-on luggage, making it perfect for air travel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Glossy 4-Piece Kit","offer_id":50913024573660,"sku":"0601-11394001","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Matte 4-Piece Kit","offer_id":50913024606428,"sku":"0601-11392404","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/89d17eda2505a243fa82dd87f64673f4.png?v=1780285173","url":"https:\/\/cheerstash.com\/products\/bottom-fill-portable-scent-sprayer","provider":"Cheerstash","version":"1.0","type":"link"}