{"product_id":"portable-cooling-mist-fan","title":"BreezeGo Mini Pro | Mini Mist Fan","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* BreezeGo Product Description Styles *\/\n  .breezego-section {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 16px;\n    color: #1a1a2e;\n    overflow: hidden;\n  }\n\n  .breezego-section * {\n    box-sizing: border-box;\n  }\n\n  \/* Hero Section *\/\n  .bg-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: linear-gradient(135deg, #0d1b2a 0%, #1b2838 40%, #1a3a5c 100%);\n    border-radius: 20px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bg-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle at 30% 50%, rgba(0, 180, 255, 0.08) 0%, transparent 50%),\n                radial-gradient(circle at 70% 80%, rgba(100, 200, 255, 0.06) 0%, transparent 40%);\n    animation: bg-aurora 8s ease-in-out infinite alternate;\n  }\n\n  @keyframes bg-aurora {\n    0% { transform: translate(0, 0) rotate(0deg); }\n    100% { transform: translate(-30px, 20px) rotate(3deg); }\n  }\n\n  .bg-hero-badge {\n    display: inline-block;\n    background: linear-gradient(135deg, #00b4ff, #0090d9);\n    color: #fff;\n    padding: 6px 18px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n    position: relative;\n    animation: bg-fadeDown 0.6s ease-out both;\n  }\n\n  .bg-hero h1 {\n    font-size: clamp(26px, 5vw, 42px);\n    font-weight: 800;\n    color: #ffffff;\n    margin: 0 0 8px;\n    line-height: 1.15;\n    position: relative;\n    animation: bg-fadeDown 0.6s 0.1s ease-out both;\n  }\n\n  .bg-hero h1 span {\n    background: linear-gradient(135deg, #00d4ff, #7be0ff);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .bg-hero-sub {\n    font-size: clamp(15px, 2.5vw, 18px);\n    color: #a0c4e8;\n    margin: 0;\n    position: relative;\n    animation: bg-fadeDown 0.6s 0.2s ease-out both;\n    font-weight: 400;\n  }\n\n  \/* Snowflake particles *\/\n  .bg-snowflakes {\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    pointer-events: none;\n    overflow: hidden;\n  }\n\n  .bg-snowflake {\n    position: absolute;\n    color: rgba(255,255,255,0.15);\n    font-size: 14px;\n    animation: bg-snowfall linear infinite;\n    top: -20px;\n  }\n\n  .bg-snowflake:nth-child(1) { left: 10%; animation-duration: 6s; animation-delay: 0s; font-size: 10px; }\n  .bg-snowflake:nth-child(2) { left: 30%; animation-duration: 8s; animation-delay: 1s; font-size: 16px; }\n  .bg-snowflake:nth-child(3) { left: 50%; animation-duration: 7s; animation-delay: 3s; font-size: 12px; }\n  .bg-snowflake:nth-child(4) { left: 70%; animation-duration: 9s; animation-delay: 2s; font-size: 18px; }\n  .bg-snowflake:nth-child(5) { left: 90%; animation-duration: 6.5s; animation-delay: 4s; font-size: 11px; }\n  .bg-snowflake:nth-child(6) { left: 20%; animation-duration: 10s; animation-delay: 1.5s; font-size: 9px; }\n\n  @keyframes bg-snowfall {\n    0% { transform: translateY(-20px) rotate(0deg); opacity: 0; }\n    10% { opacity: 1; }\n    90% { opacity: 1; }\n    100% { transform: translateY(500px) rotate(360deg); opacity: 0; }\n  }\n\n  \/* Intro Text *\/\n  .bg-intro {\n    text-align: center;\n    padding: 0 10px 32px;\n    animation: bg-fadeUp 0.6s 0.3s ease-out both;\n  }\n\n  .bg-intro p {\n    font-size: clamp(15px, 2.5vw, 17px);\n    line-height: 1.7;\n    color: #444;\n    margin: 0;\n  }\n\n  .bg-intro strong {\n    color: #0077b6;\n  }\n\n  \/* GIF Showcase *\/\n  .bg-gif-showcase {\n    border-radius: 16px;\n    overflow: hidden;\n    margin-bottom: 32px;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.1);\n    animation: bg-fadeUp 0.6s 0.4s ease-out both;\n  }\n\n  .bg-gif-showcase img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Section Title *\/\n  .bg-section-title {\n    text-align: center;\n    margin-bottom: 28px;\n    animation: bg-fadeUp 0.6s ease-out both;\n  }\n\n  .bg-section-title h2 {\n    font-size: clamp(20px, 4vw, 28px);\n    font-weight: 800;\n    color: #1a1a2e;\n    margin: 0 0 8px;\n  }\n\n  .bg-section-title h2 span {\n    color: #0077b6;\n  }\n\n  .bg-title-line {\n    width: 60px;\n    height: 4px;\n    background: linear-gradient(90deg, #00b4ff, #0077b6);\n    border-radius: 2px;\n    margin: 0 auto;\n    animation: bg-lineExpand 0.8s 0.3s ease-out both;\n  }\n\n  @keyframes bg-lineExpand {\n    0% { width: 0; }\n    100% { width: 60px; }\n  }\n\n  \/* Feature Cards *\/\n  .bg-features {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    margin-bottom: 36px;\n  }\n\n  .bg-feature-card {\n    background: #ffffff;\n    border: 1px solid #e8f0fe;\n    border-radius: 16px;\n    padding: 24px;\n    position: relative;\n    overflow: hidden;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    animation: bg-fadeUp 0.5s ease-out both;\n  }\n\n  .bg-feature-card:nth-child(1) { animation-delay: 0.1s; }\n  .bg-feature-card:nth-child(2) { animation-delay: 0.2s; }\n  .bg-feature-card:nth-child(3) { animation-delay: 0.3s; }\n  .bg-feature-card:nth-child(4) { animation-delay: 0.4s; }\n  .bg-feature-card:nth-child(5) { animation-delay: 0.5s; }\n\n  .bg-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 40px rgba(0, 119, 182, 0.12);\n  }\n\n  .bg-feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 4px;\n    height: 100%;\n    border-radius: 4px 0 0 4px;\n  }\n\n  .bg-feature-card:nth-child(1)::before { background: linear-gradient(180deg, #00b4ff, #0077b6); }\n  .bg-feature-card:nth-child(2)::before { background: linear-gradient(180deg, #f59e0b, #d97706); }\n  .bg-feature-card:nth-child(3)::before { background: linear-gradient(180deg, #06d6a0, #028a6b); }\n  .bg-feature-card:nth-child(4)::before { background: linear-gradient(180deg, #8b5cf6, #6d28d9); }\n  .bg-feature-card:nth-child(5)::before { background: linear-gradient(180deg, #ec4899, #be185d); }\n\n  .bg-feature-header {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 10px;\n  }\n\n  .bg-feature-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    flex-shrink: 0;\n  }\n\n  .bg-feature-card:nth-child(1) .bg-feature-icon { background: #e0f2fe; }\n  .bg-feature-card:nth-child(2) .bg-feature-icon { background: #fef3c7; }\n  .bg-feature-card:nth-child(3) .bg-feature-icon { background: #d1fae5; }\n  .bg-feature-card:nth-child(4) .bg-feature-icon { background: #ede9fe; }\n  .bg-feature-card:nth-child(5) .bg-feature-icon { background: #fce7f3; }\n\n  .bg-feature-header h3 {\n    font-size: 17px;\n    font-weight: 700;\n    margin: 0;\n    color: #1a1a2e;\n  }\n\n  .bg-feature-card p {\n    font-size: 15px;\n    line-height: 1.65;\n    color: #555;\n    margin: 0;\n    padding-left: 62px;\n  }\n\n  \/* Feature Image *\/\n  .bg-feature-img {\n    margin-top: 16px;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 16px rgba(0,0,0,0.08);\n  }\n\n  .bg-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* CTA Banner *\/\n  .bg-cta-banner {\n    background: linear-gradient(135deg, #0077b6 0%, #00b4ff 100%);\n    border-radius: 20px;\n    padding: 36px 24px;\n    text-align: center;\n    margin: 36px 0;\n    position: relative;\n    overflow: hidden;\n    animation: bg-fadeUp 0.6s ease-out both;\n  }\n\n  .bg-cta-banner::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -30%;\n    width: 300px;\n    height: 300px;\n    background: rgba(255,255,255,0.08);\n    border-radius: 50%;\n  }\n\n  .bg-cta-banner::after {\n    content: '';\n    position: absolute;\n    bottom: -40%;\n    left: -20%;\n    width: 250px;\n    height: 250px;\n    background: rgba(255,255,255,0.06);\n    border-radius: 50%;\n  }\n\n  .bg-cta-banner h2 {\n    font-size: clamp(22px, 4vw, 30px);\n    font-weight: 800;\n    color: #fff;\n    margin: 0 0 12px;\n    position: relative;\n  }\n\n  .bg-cta-banner p {\n    font-size: 16px;\n    color: rgba(255,255,255,0.9);\n    margin: 0 0 6px;\n    position: relative;\n    line-height: 1.6;\n  }\n\n  .bg-cta-banner .bg-cta-bold {\n    font-weight: 700;\n    color: #fff;\n    font-size: 17px;\n  }\n\n  \/* What's Included Box *\/\n  .bg-included {\n    background: #f8fafc;\n    border: 2px dashed #cbd5e1;\n    border-radius: 16px;\n    padding: 28px 24px;\n    margin: 32px 0;\n    animation: bg-fadeUp 0.6s ease-out both;\n  }\n\n  .bg-included h3 {\n    font-size: 20px;\n    font-weight: 800;\n    margin: 0 0 16px;\n    text-align: center;\n    color: #1a1a2e;\n  }\n\n  .bg-included-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .bg-included-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 15px;\n    color: #444;\n    padding: 10px 14px;\n    background: #fff;\n    border-radius: 10px;\n    border: 1px solid #e2e8f0;\n    transition: transform 0.2s ease;\n  }\n\n  .bg-included-list li:hover {\n    transform: translateX(4px);\n  }\n\n  .bg-included-check {\n    width: 28px;\n    height: 28px;\n    background: linear-gradient(135deg, #00b4ff, #0077b6);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #fff;\n    font-size: 14px;\n    font-weight: 700;\n    flex-shrink: 0;\n  }\n\n  \/* Trust Badges *\/\n  .bg-trust {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin: 32px 0 20px;\n    animation: bg-fadeUp 0.6s ease-out both;\n  }\n\n  .bg-trust-item {\n    text-align: center;\n    padding: 16px 8px;\n    background: #fff;\n    border-radius: 12px;\n    border: 1px solid #e8f0fe;\n    transition: transform 0.2s ease;\n  }\n\n  .bg-trust-item:hover {\n    transform: translateY(-2px);\n  }\n\n  .bg-trust-item .bg-trust-icon {\n    font-size: 28px;\n    margin-bottom: 6px;\n    display: block;\n  }\n\n  .bg-trust-item span:last-child {\n    font-size: 12px;\n    font-weight: 600;\n    color: #555;\n    display: block;\n    line-height: 1.3;\n  }\n\n  \/* Animations *\/\n  @keyframes bg-fadeDown {\n    0% { opacity: 0; transform: translateY(-20px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes bg-fadeUp {\n    0% { opacity: 0; transform: translateY(20px); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 600px) {\n    .bg-hero { padding: 28px 16px; }\n    .bg-feature-card { padding: 18px 16px; }\n    .bg-feature-card p { padding-left: 0; }\n    .bg-feature-header { flex-direction: row; }\n    .bg-cta-banner { padding: 28px 16px; }\n    .bg-trust { gap: 8px; }\n    .bg-trust-item { padding: 12px 4px; }\n    .bg-trust-item span:last-child { font-size: 11px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"breezego-section\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"bg-hero\"\u003e\n\u003cdiv class=\"bg-snowflakes\"\u003e\n\u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e \u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e \u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e \u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e \u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e \u003cspan class=\"bg-snowflake\"\u003e❄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-hero-badge\"\u003e❄️ Summer Essential\u003c\/div\u003e\n\u003ch1\u003e\n\u003cspan\u003eBreezeGo\u003c\/span\u003e Mini Pro\u003c\/h1\u003e\n\u003cp class=\"bg-hero-sub\"\u003eInstant Cooling, Anywhere You Need It!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003cdiv class=\"bg-intro\"\u003e\n\u003cp\u003eDon't let the scorching heat ruin your comfort! Introducing the \u003cstrong\u003eBreezeGo Mini Pro\u003c\/strong\u003e — the ultimate personal air cooler that delivers instant, refreshing chill whether you're working, sleeping, or just relaxing at home. This isn't just a fan; it's your \u003cstrong\u003epersonal oasis in a box!\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GIF Showcase 1 --\u003e\n\u003cdiv class=\"bg-gif-showcase\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0972\/2298\/3986\/files\/1000201947.gif?v=1774266902\" alt=\"BreezeGo Mini Pro in action\" loading=\"lazy\" width=\"900\" height=\"506\"\u003e\u003c\/div\u003e\n\u003c!-- Features Title --\u003e\n\u003cdiv class=\"bg-section-title\"\u003e\n\u003ch2\u003eWhy \u003cspan\u003eBreezeGo Mini Pro\u003c\/span\u003e Is Your Summer Essential\u003c\/h2\u003e\n\u003cdiv class=\"bg-title-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Cards --\u003e\n\u003cdiv class=\"bg-features\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"bg-feature-card\"\u003e\n\u003cdiv class=\"bg-feature-header\"\u003e\n\u003cdiv class=\"bg-feature-icon\"\u003e🌬️\u003c\/div\u003e\n\u003ch3\u003ePower of Ice-Cooling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eSimply add water and ice to the top tank, and watch as it transforms dry, hot air into a mist-infused, cool breeze. Feel a refreshing drop in temperature in seconds — just like an air conditioner but without the massive electricity bills!\u003c\/p\u003e\n\u003cdiv class=\"bg-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0972\/2298\/3986\/files\/1000201616.jpg?v=1774266889\" alt=\"BreezeGo ice cooling feature\" loading=\"lazy\" width=\"900\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"bg-feature-card\"\u003e\n\u003cdiv class=\"bg-feature-header\"\u003e\n\u003cdiv class=\"bg-feature-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eUltra-Fast, Personalized Chill\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eFeaturing multiple misting nozzles and adjustable fan speeds, you can customize your cooling experience. Direct the powerful flow of Arctic air exactly where you need it most with the multi-directional grille.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"bg-feature-card\"\u003e\n\u003cdiv class=\"bg-feature-header\"\u003e\n\u003cdiv class=\"bg-feature-icon\"\u003e🧊\u003c\/div\u003e\n\u003ch3\u003eMore Than Just Cooling\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eBreathe easier! This powerful device humidifies the air, helping to soothe dry skin and sinuses during dry summer months. Add a few drops of your favorite essential oil for a truly luxurious, spa-like atmosphere.\u003c\/p\u003e\n\u003cdiv class=\"bg-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0972\/2298\/3986\/files\/1000201948.jpg?v=1774266867\" alt=\"BreezeGo humidifier and essential oils\" loading=\"lazy\" width=\"900\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"bg-feature-card\"\u003e\n\u003cdiv class=\"bg-feature-header\"\u003e\n\u003cdiv class=\"bg-feature-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eUSB-Powered \u0026amp; Fully Portable\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eForget bulky cords! The BreezeGo Mini Pro powers from any USB source — your laptop, a power bank, or a phone charger. Its lightweight, compact design and stylish carrying handle make it incredibly easy to move from your desk to your bedside, or even use it outdoors!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"bg-feature-card\"\u003e\n\u003cdiv class=\"bg-feature-header\"\u003e\n\u003cdiv class=\"bg-feature-icon\"\u003e🔕\u003c\/div\u003e\n\u003ch3\u003eSilent \u0026amp; Peaceful Sleep\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eEnjoy uninterrupted rest with its whisper-quiet operation. Perfect for nurseries, bedrooms, or anyone who needs silence to drift off into peaceful sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GIF Showcase 2 --\u003e\n\u003cdiv class=\"bg-gif-showcase\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0972\/2298\/3986\/files\/1000201945.gif?v=1774266916\" alt=\"BreezeGo Mini Pro misting demo\" loading=\"lazy\" width=\"900\" height=\"506\"\u003e\u003c\/div\u003e\n\u003c!-- CTA Banner --\u003e\n\u003cdiv class=\"bg-cta-banner\"\u003e\n\u003ch2\u003e🎁 Upgrade Your Summer Comfort Today!\u003c\/h2\u003e\n\u003cp\u003eExperience the difference of personalized, ice-cool comfort. Perfect for home offices, bedrooms, dorm rooms, or as a thoughtful gift for loved ones who struggle with the heat.\u003c\/p\u003e\n\u003cp class=\"bg-cta-bold\"\u003eDon't Settle for Just a Fan. Choose BreezeGo Mini Pro \u0026amp; Beat the Heat!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GIF Showcase 3 --\u003e\n\u003cdiv class=\"bg-gif-showcase\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0972\/2298\/3986\/files\/1000201944.gif?v=1774266927\" alt=\"BreezeGo Mini Pro cooling performance\" loading=\"lazy\" width=\"900\" height=\"506\"\u003e\u003c\/div\u003e\n\u003c!-- Trust Badges --\u003e\n\u003cdiv class=\"bg-trust\"\u003e\n\u003cdiv class=\"bg-trust-item\"\u003e\n\u003cspan class=\"bg-trust-icon\"\u003e🚚\u003c\/span\u003e \u003cspan\u003eFast \u0026amp; Free Shipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-trust-item\"\u003e\n\u003cspan class=\"bg-trust-icon\"\u003e🔒\u003c\/span\u003e \u003cspan\u003eSecure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bg-trust-item\"\u003e\n\u003cspan class=\"bg-trust-icon\"\u003e💯\u003c\/span\u003e \u003cspan\u003eSatisfaction Guaranteed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included --\u003e\n\u003cdiv class=\"bg-included\"\u003e\n\u003ch3\u003e📦 What's Included\u003c\/h3\u003e\n\u003cul class=\"bg-included-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"bg-included-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e1× BreezeGo Mini Pro Air Cooler\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bg-included-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e1× USB Power Cable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"bg-included-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e1× Comprehensive User Manual\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"BREEZEGO","offers":[{"title":"Default Title","offer_id":53960202256659,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0981\/1564\/9811\/files\/il_fullxfull.6054607683_71un.webp?v=1773931349","url":"https:\/\/breezego.shop\/products\/portable-cooling-mist-fan","provider":"BREEZEGO","version":"1.0","type":"link"}