{"product_id":"ginkgo-leaf-anti-drop-fan","title":"Ginkgo Leaf Anti-Drop Fan","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Botanical Handheld Fan\nTarget Audience: Outdoor event goers, nature lovers, commuters seeking portable aesthetics\nVisual Style: Organic, fresh, minimalist, botanical\nColor Strategy: Nature-inspired Ginkgo Green as primary, cream\/off-white backgrounds for high contrast and clean feel\nShape Strategy: Radius 24px (Soft, organic, matching the leaf motif)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 38px, Body 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Feature1=image_1 (reusing for detail context or placeholder image_2 if provided)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #85C054; \/* Fresh Ginkgo Green *\/\n    --primary-light: #EBF4E3;\n    --text-main: #2A3B22;\n    --text-sub: #556B49;\n    --bg-body: #FFFFFF;\n    --bg-card: #F8FAF6;\n    --border-color: #DDE8D5;\n    --radius-md: 16px;\n    --radius-lg: 24px;\n    \n    \/* Typography System *\/\n    --font-h1: clamp(32px, 5vw, 44px);\n    --font-h2: clamp(24px, 4vw, 32px);\n    --font-h3: clamp(20px, 3vw, 24px);\n    --font-body: clamp(18px, 2vw, 20px);\n    --font-small: clamp(16px, 1.5vw, 18px);\n    \n    \/* Layout \u0026 Spacing *\/\n    --spacing-section: clamp(3rem, 8vw, 6rem);\n    --spacing-gap: clamp(2rem, 5vw, 4rem);\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Placeholder Style *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background-color: var(--primary-light);\n    border: 2px dashed var(--primary);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: var(--font-body);\n    font-weight: 600;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1, \n  .product-detail-container h2, \n  .product-detail-container h3 {\n    margin-top: 0;\n    margin-bottom: 1rem;\n    line-height: 1.2;\n    color: var(--text-main);\n    font-weight: 700;\n  }\n\n  .product-detail-container h1 { font-size: var(--font-h1); }\n  .product-detail-container h2 { font-size: var(--font-h2); }\n  .product-detail-container h3 { font-size: var(--font-h3); }\n  .product-detail-container p { \n    font-size: var(--font-body); \n    color: var(--text-sub); \n    margin-bottom: 1.5rem; \n  }\n\n  \/* Badges *\/\n  .social-proof-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--text-main);\n    padding: 0.5rem 1.2rem;\n    border-radius: 50px;\n    font-size: var(--font-small);\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: var(--spacing-section);\n    padding-top: 2rem;\n  }\n  \n  .hero-copy {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-gap);\n  }\n\n  \/* Z-Pattern Features *\/\n  .feature-section {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-section);\n    margin-bottom: var(--spacing-section);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-gap);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  \/* Specs Table *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: var(--spacing-section);\n  }\n\n  .specs-section h2 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 1.2rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: var(--font-body);\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: var(--spacing-section);\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .faq-section h2 {\n    text-align: center;\n    margin-bottom: 2rem;\n  }\n\n  .faq-item {\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    background-color: var(--bg-body);\n    overflow: hidden;\n  }\n\n  .faq-item summary {\n    padding: 1.5rem;\n    font-size: var(--font-h3);\n    font-weight: 600;\n    cursor: default; \/* Keep default to avoid button-like pointer as requested *\/\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .faq-item summary::after {\n    content: '+';\n    font-size: 1.5rem;\n    color: var(--primary);\n  }\n\n  .faq-item[open] summary::after {\n    content: '−';\n  }\n\n  .faq-item p {\n    padding: 0 1.5rem 1.5rem;\n    margin: 0;\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* Mobile Overrides *\/\n  @media (max-width: 767px) {\n    \/* Force Image First, Text Second for Features *\/\n    .feature-item {\n      flex-direction: column;\n    }\n    .feature-media {\n      order: 1;\n    }\n    .feature-copy {\n      order: 2;\n    }\n\n    \/* Mobile Specs Table -\u003e Card Conversion *\/\n    .specs-table 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: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      background: var(--bg-body);\n      border-bottom: 1px solid var(--border-color); \/* override table default *\/\n    }\n\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.8rem 0;\n      border-bottom: 1px solid var(--primary-light);\n      text-align: right;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      flex: 1;\n      padding-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003eBotanical \u0026amp; Break-Resistant\u003c\/div\u003e\n\n\u003ch1\u003eCooling Breeze, Nature's Way\u003c\/h1\u003e\n\n\u003cp\u003eThe Ginkgo Breeze Fan combines organic, leaf-inspired design with rugged polypropylene to deliver effortless, refreshing airflow wherever your journey takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410102728\/7010259005a51ab010c172800e03f940.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\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410102728\/3afe771f8d307b3f3360ac7aee02debb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNature-Inspired Airflow\u003c\/h2\u003e\n\n\u003cp\u003eDrawing inspiration from the iconic ginkgo leaf, the wide, flared canopy is engineered to capture and push maximum air with minimal wrist effort. It adds a sophisticated botanical touch to your outdoor weddings, summer festivals, or daily commutes.\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\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410102728\/10a2321c0234e13a2d96db7cbc03f7a3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRugged \u0026amp; Odor-Free Build\u003c\/h2\u003e\n\n\u003cp\u003eForget fragile paper or snapping bamboo. Molded from premium, waterproof Polypropylene (PP), this fan is incredibly light yet highly durable. Toss it in your tote bag without fear—it won't crack, deform, or absorb unpleasant smells over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAttribute\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails (Metric \u0026amp; Imperial)\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=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWaterproof Polypropylene (PP)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Width\"\u003eTotal Width\u003c\/td\u003e\n\t\t\t\u003ctd\u003e28.0 cm (11.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Height\"\u003eTotal Height\u003c\/td\u003e\n\t\t\t\u003ctd\u003e30.5 cm (12.0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Leaf Canopy Height\"\u003eLeaf Canopy Height\u003c\/td\u003e\n\t\t\t\u003ctd\u003e15.0 cm (5.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Handle Length\"\u003eHandle Length\u003c\/td\u003e\n\t\t\t\u003ctd\u003e15.5 cm (6.1 in)\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\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eIs the fan easy to clean if I use it outdoors?\u003c\/summary\u003e\n\n\u003cp\u003eAbsolutely. Because it is molded entirely from waterproof Polypropylene, you can simply rinse it under the tap or wipe it with a damp cloth to keep it looking brand new.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eWill the handle snap if I carry it in a full bag?\u003c\/summary\u003e\n\n\u003cp\u003eNo, the fan is designed to be highly resilient. The PP material is break-resistant and flexible enough to withstand being packed into tightly stuffed bags or luggage without cracking or permanently deforming.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eDoes the plastic material have a chemical odor?\u003c\/summary\u003e\n\n\u003cp\u003eNot at all. We specifically selected high-quality, odor-free PP materials. You'll only smell the fresh summer breeze, even after long-term use and storage.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Green)","offer_id":51508191756578,"sku":"0410-14108321","price":12.95,"currency_code":"USD","in_stock":true},{"title":"1-Pack (Yellow)","offer_id":51508191789346,"sku":"0410-14104382","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (2 Green) - Save 20%","offer_id":51508191822114,"sku":"0410-14100336","price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (2 Yellow) - Save 20%","offer_id":51508191854882,"sku":"0410-14103972","price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (1 Green + 1 Yellow) - Save 20%","offer_id":51508191887650,"sku":"0410-14103068","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/7010259005a51ab010c172800e03f940_6278fc7b-8bf5-4daa-a858-e801c0d96e9f.jpg?v=1775801476","url":"https:\/\/newshopllox.com\/products\/ginkgo-leaf-anti-drop-fan","provider":"Newshopllox","version":"1.0","type":"link"}