{"product_id":"soothsense-mini-air-cooler-fan","title":"SoothSense Mini Air Cooler Fan","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\"\u003e\n\n\u003cstyle\u003e\n*{margin:0;padding:0;box-sizing:border-box}\n\n:root{\n  --blue-deep:#087AA8;\n  --blue-main:#1599C2;\n  --cyan:#07BEC5;\n  --cyan-light:#68CBED;\n  --blue-soft:#EAF8FC;\n  --white:#FFFFFF;\n  --text-dark:#123447;\n  --text-soft:#456675;\n  --text-muted:#7893A0;\n  --border-light:#D9EEF4;\n  --shadow-premium:0 30px 50px -20px rgba(8,122,168,.18),0 0 0 1px rgba(7,190,197,.12);\n  --shadow-hover:0 40px 60px -20px rgba(8,122,168,.25);\n}\n\nbody{\n  font-family:'Inter',sans-serif;\n  background:linear-gradient(145deg,#EAF8FC 0%,#F8FDFF 100%);\n  color:var(--text-dark);\n  line-height:1.5;\n  overflow-x:hidden;\n}\n\n.hero{\n  background:linear-gradient(112deg,#087AA8 0%,#1599C2 48%,#07BEC5 100%);\n  position:relative;\n  overflow:hidden;\n  padding:100px 0 110px;\n  width:100%;\n  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 5px 20px rgba(8,122,168,.12);\n}\n\n.hero::after{\n  content:'';\n  position:absolute;\n  inset:0;\n  background-image:radial-gradient(circle at 20% 40%,rgba(255,255,255,.13) 2%,transparent 2.5%);\n  background-size:35px 35px;\n  pointer-events:none;\n}\n\n.hero::before{\n  content:'';\n  position:absolute;\n  bottom:0;left:0;width:100%;height:60px;\n  background:linear-gradient(to top,#EAF8FC,transparent);\n  pointer-events:none;\n  z-index:1;\n}\n\n.hero-container{\n  max-width:1300px;\n  width:88%;\n  margin:0 auto;\n  position:relative;\n  z-index:3;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  gap:60px;\n}\n\n.hero-content{flex:1.2}\n\n.hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n  background:rgba(5,54,78,.28);\n  backdrop-filter:blur(12px);\n  border:1px solid rgba(255,255,255,.28);\n  padding:8px 24px;\n  border-radius:100px;\n  font-size:13px;\n  font-weight:500;\n  color:#fff;\n  letter-spacing:.5px;\n  margin-bottom:32px;\n}\n\n.hero h1{\n  font-size:clamp(32px,5vw,58px);\n  font-weight:700;\n  line-height:1.2;\n  letter-spacing:-.02em;\n  margin-bottom:24px;\n  color:#fff;\n  text-shadow:0 2px 5px rgba(0,50,70,.18);\n  max-width:100%;\n  word-break:keep-all;\n  overflow-wrap:break-word;\n}\n\n.hero-description{\n  font-size:17px;\n  line-height:1.65;\n  color:#F2FDFF;\n  max-width:540px;\n  margin-bottom:36px;\n  opacity:.96;\n  font-weight:450;\n}\n\n.hero-stats{\n  display:flex;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.stat{\n  display:flex;\n  align-items:baseline;\n  gap:8px;\n  background:rgba(5,54,78,.22);\n  backdrop-filter:blur(5px);\n  padding:8px 20px;\n  border-radius:60px;\n  border:1px solid rgba(255,255,255,.1);\n}\n\n.stat-number{\n  font-size:23px;\n  font-weight:800;\n  color:#fff;\n  letter-spacing:-.5px;\n}\n\n.stat-label{\n  font-size:13px;\n  opacity:.95;\n  font-weight:500;\n  color:#fff;\n}\n\n.hero-visual{\n  flex:.9;\n  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.07));\n  border-radius:48px;\n  padding:38px 28px;\n  backdrop-filter:blur(8px);\n  border:1px solid rgba(255,255,255,.24);\n  text-align:center;\n  box-shadow:0 15px 35px -12px rgba(0,45,70,.25);\n}\n\n.hero-icon-group{\n  display:flex;\n  justify-content:center;\n  gap:38px;\n  margin-bottom:28px;\n  flex-wrap:wrap;\n}\n\n.hero-icon-item{text-align:center}\n\n.hero-icon-item i{\n  font-size:42px;\n  color:#fff;\n  filter:drop-shadow(0 2px 4px rgba(0,0,0,.12));\n  margin-bottom:12px;\n  display:block;\n}\n\n.hero-icon-item span{\n  font-size:13px;\n  color:#fff;\n  font-weight:500;\n  letter-spacing:.3px;\n  text-shadow:0 1px 1px rgba(0,0,0,.1);\n  white-space:nowrap;\n}\n\n.hero-visual-tag{\n  margin-top:20px;\n  font-size:13px;\n  color:#E8FCFF;\n  letter-spacing:.4px;\n  font-weight:500;\n}\n\n.main-content{\n  max-width:1300px;\n  width:88%;\n  margin:-55px auto 90px;\n  position:relative;\n  z-index:10;\n}\n\n.product-card{\n  background:var(--white);\n  border-radius:56px;\n  box-shadow:var(--shadow-premium);\n  overflow:hidden;\n  width:100%;\n  transition:transform .2s ease,box-shadow .2s ease;\n}\n\n.product-card:hover{box-shadow:var(--shadow-hover)}\n\n.two-column{\n  display:flex;\n  flex-wrap:wrap;\n  width:100%;\n}\n\n.col{\n  flex:1;\n  min-width:300px;\n  padding:52px 48px;\n}\n\n.col-left{\n  border-right:1px solid var(--border-light);\n  background:linear-gradient(to bottom right,#fff,#F7FCFE);\n}\n\n.section-title{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  margin-bottom:24px;\n}\n\n.section-title i{\n  font-size:30px;\n  color:var(--blue-main);\n  background:rgba(21,153,194,.1);\n  padding:9px;\n  border-radius:18px;\n}\n\n.section-title h2{\n  font-size:26px;\n  font-weight:650;\n  letter-spacing:-.3px;\n  color:var(--blue-deep);\n}\n\n.feature-text{\n  color:var(--text-soft);\n  line-height:1.68;\n  font-size:15px;\n  margin-bottom:22px;\n}\n\n.highlight-box{\n  background:linear-gradient(105deg,#F0FBFD 0%,#E8F8FC 100%);\n  border-left:4px solid var(--cyan);\n  padding:18px 24px;\n  border-radius:24px;\n  margin:24px 0;\n  box-shadow:0 2px 6px rgba(8,122,168,.04);\n}\n\n.highlight-box i{\n  color:var(--cyan);\n  margin-right:10px;\n  font-size:16px;\n}\n\n.feature-list{\n  list-style:none;\n  padding:0;\n  margin:20px 0 0;\n}\n\n.feature-list li{\n  display:flex;\n  align-items:center;\n  gap:14px;\n  margin-bottom:18px;\n  font-size:14.5px;\n  color:var(--text-dark);\n  font-weight:500;\n}\n\n.feature-list li i{\n  width:26px;\n  color:var(--cyan);\n  font-size:18px;\n  text-align:center;\n}\n\n.reviews-section{\n  margin-top:35px;\n  padding-top:25px;\n  border-top:1px solid var(--border-light);\n}\n\n.reviews-title{\n  display:flex;\n  align-items:center;\n  gap:12px;\n  margin-bottom:22px;\n}\n\n.reviews-title i{\n  font-size:22px;\n  color:var(--cyan);\n}\n\n.reviews-title h4{\n  font-size:18px;\n  font-weight:600;\n  color:var(--blue-deep);\n}\n\n.review-card{\n  background:#F5FCFE;\n  border-radius:24px;\n  padding:18px;\n  margin-bottom:16px;\n  border:1px solid transparent;\n}\n\n.review-stars{\n  color:var(--cyan);\n  font-size:13px;\n  letter-spacing:2.5px;\n  margin-bottom:10px;\n}\n\n.review-text{\n  font-size:13.5px;\n  line-height:1.6;\n  color:var(--text-soft);\n  margin-bottom:10px;\n}\n\n.reviewer{\n  font-size:12.5px;\n  font-weight:600;\n  color:var(--blue-deep);\n}\n\n.reviewer-location{\n  font-size:11px;\n  color:var(--text-muted);\n  margin-left:6px;\n  font-weight:normal;\n}\n\n.tech-specs{\n  background:linear-gradient(95deg,#F2FBFD 0%,#FBFEFF 100%);\n  padding:28px 48px;\n  display:flex;\n  justify-content:space-between;\n  flex-wrap:wrap;\n  gap:28px;\n  border-top:1px solid var(--border-light);\n  border-bottom:1px solid var(--border-light);\n  width:100%;\n}\n\n.spec-item{\n  display:flex;\n  align-items:center;\n  gap:14px;\n}\n\n.spec-item i{\n  font-size:26px;\n  color:var(--blue-main);\n}\n\n.spec-item div strong{\n  display:block;\n  font-size:11px;\n  color:var(--text-muted);\n  font-weight:600;\n  text-transform:uppercase;\n  letter-spacing:.7px;\n}\n\n.spec-item div span{\n  font-size:14px;\n  font-weight:600;\n  color:var(--blue-deep);\n}\n\n.gift-section{\n  padding:48px 48px 36px;\n  background:linear-gradient(135deg,#fff 0%,#F4FBFD 100%);\n  width:100%;\n}\n\n.gift-header{\n  display:flex;\n  align-items:center;\n  gap:15px;\n  margin-bottom:18px;\n}\n\n.gift-header i{\n  font-size:32px;\n  color:var(--cyan);\n  background:rgba(7,190,197,.1);\n  padding:10px;\n  border-radius:20px;\n}\n\n.gift-header h3{\n  font-size:24px;\n  font-weight:600;\n  color:var(--blue-deep);\n}\n\n.gift-tags{\n  display:flex;\n  flex-wrap:wrap;\n  gap:14px;\n  margin:25px 0 12px;\n}\n\n.gift-tag{\n  background:#E8F7FB;\n  padding:8px 22px;\n  border-radius:60px;\n  font-size:13px;\n  font-weight:500;\n  color:var(--blue-deep);\n}\n\n.gift-tag i{\n  margin-right:8px;\n  color:var(--cyan);\n}\n\n.brand-footer{\n  padding:40px 48px 50px;\n  background:linear-gradient(180deg,#F9FDFE 0%,#EAF7FB 100%);\n  text-align:center;\n  border-top:1px solid var(--border-light);\n  width:100%;\n}\n\n.safety-note{\n  font-size:11.5px;\n  color:#70919D;\n  max-width:650px;\n  margin:0 auto;\n}\n\n.footer-note{\n  text-align:center;\n  margin-top:50px;\n  font-size:13px;\n  color:#78A4B2;\n  letter-spacing:.4px;\n}\n\np,h1,h2,h3,span,.feature-text,.hero-description{\n  overflow-wrap:break-word;\n  word-wrap:break-word;\n}\n\n@media(max-width:1100px){\n  .hero-container{\n    flex-direction:column;\n    text-align:center;\n    gap:45px;\n  }\n  .hero-content{text-align:center}\n  .hero-description{margin-left:auto;margin-right:auto}\n  .hero-stats{justify-content:center}\n  .two-column{flex-direction:column}\n  .col-left{border-right:none;border-bottom:1px solid var(--border-light)}\n  .col{padding:40px 32px}\n}\n\n@media(max-width:768px){\n  .hero-container,.main-content{width:92%}\n  .hero{padding:70px 0 80px}\n  .col{padding:30px 24px}\n  .tech-specs,.gift-section,.brand-footer{padding:28px 24px}\n  .gift-section p{max-width:100%!important}\n  .hero-icon-group{gap:28px}\n  .hero-icon-item i{font-size:36px}\n  .section-title h2{font-size:22px}\n  .hero h1{line-height:1.25}\n}\n\n@media(max-width:550px){\n  .hero h1{font-size:30px;line-height:1.3}\n  .hero-icon-item i{font-size:28px}\n  .hero-icon-item span{font-size:10px;white-space:normal}\n  .stat-number{font-size:18px}\n  .stat-label{font-size:11px}\n  .stat{padding:5px 14px}\n  .hero-stats{gap:16px}\n  .section-title h2{font-size:20px}\n  .feature-list li{font-size:13px}\n  .gift-tag{padding:6px 18px;font-size:12px}\n}\n\n@media(max-width:400px){\n  .hero h1{font-size:26px}\n  .hero-badge{font-size:11px;padding:5px 16px}\n  .hero-description{font-size:14px}\n}\n\u003c\/style\u003e\n\n\n\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-container\"\u003e\n\n    \u003cdiv class=\"hero-content\"\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n        \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e Personal Cooling \u0026amp; Comfort\n      \u003c\/div\u003e\n\n      \u003ch1\u003eSoothSense Mini Air Cooler Fan\u003c\/h1\u003e\n\n      \u003cp class=\"hero-description\"\u003e\n        Enjoy a refreshing personal breeze wherever you need it. This compact USB-rechargeable air cooler combines powerful airflow with water-based cooling in a portable desktop design for home, office, study spaces and dorm rooms.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hero-stats\"\u003e\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003e500 ml\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eWater Tank\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003e20 dB\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eLow Noise\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003e15°\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eAdjustable Grid\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-visual\"\u003e\n      \u003cdiv class=\"hero-icon-group\"\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eAdjustable Airflow\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-droplet\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eCooling Mist\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-volume-off\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eQuiet Operation\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-visual-tag\"\u003e\n        \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n        Compact desktop cooling · 500 ml tank · Portable design\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"product-card\"\u003e\n\n    \u003cdiv class=\"two-column\"\u003e\n\n      \u003cdiv class=\"col col-left\"\u003e\n\n        \u003cdiv class=\"section-title\"\u003e\n          \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n          \u003ch2\u003ePersonal Cooling, Wherever You Need It\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-text\"\u003e\n          The \u003cstrong\u003eSoothSense Mini Air Cooler Fan\u003c\/strong\u003e is designed for targeted personal cooling without taking up much space. Its compact body fits easily on a desk, bedside table, study area or office workspace, while the adjustable front grille helps direct airflow where you want it.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"highlight-box\"\u003e\n          \u003ci class=\"fas fa-droplet\"\u003e\u003c\/i\u003e\n          \u003cstrong\u003e500 ml Water Tank\u003c\/strong\u003e — the oversized upper tank is designed for extended water-based cooling and can provide up to 10 hours of spray operation according to the product specifications.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-box\"\u003e\n          \u003ci class=\"fas fa-arrows-up-down\"\u003e\u003c\/i\u003e\n          \u003cstrong\u003eAdjustable Air Direction\u003c\/strong\u003e — manually adjust the airflow grille by up to 15° up or down to help aim the breeze toward your preferred position.\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-text\"\u003e\n          With adjustable airflow modes, a rechargeable lithium battery and USB charging, this mini cooler is made for convenient personal comfort at home, at work or while studying.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"col\"\u003e\n\n        \u003cdiv class=\"section-title\"\u003e\n          \u003ci class=\"fas fa-gem\"\u003e\u003c\/i\u003e\n          \u003ch2\u003eWhy You'll Love It\u003c\/h2\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n            Adjustable airflow with weak and strong wind modes\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-droplet\"\u003e\u003c\/i\u003e\n            Water-based cooling spray function\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-arrows-up-down\"\u003e\u003c\/i\u003e\n            Air grille adjusts 15° up and down\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\n            Large 500 ml upper water tank\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-clock\"\u003e\u003c\/i\u003e\n            Up to 10 hours of spray operation according to product specifications\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-volume-off\"\u003e\u003c\/i\u003e\n            Low-noise operation rated at approximately 20 dB\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e\n            Built-in lithium battery for cordless use\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-usb\"\u003e\u003c\/i\u003e\n            USB rechargeable for convenient charging\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-desktop\"\u003e\u003c\/i\u003e\n            Compact design for desks, bedrooms and offices\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"reviews-section\"\u003e\n\n          \u003cdiv class=\"reviews-title\"\u003e\n            \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n            \u003ch4\u003eMade for Everyday Comfort\u003c\/h4\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"review-text\"\u003e\n              Compact enough for a desk while providing a refreshing personal breeze. A convenient choice for hot workdays and study sessions.\n            \u003c\/div\u003e\n            \u003cdiv class=\"reviewer\"\u003ePersonal Cooling\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"review-text\"\u003e\n              The adjustable grille makes it easy to direct the airflow, while the water tank adds a cooling mist option when you need extra refreshment.\n            \u003c\/div\u003e\n            \u003cdiv class=\"reviewer\"\u003eHome \u0026amp; Office Use\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"review-card\"\u003e\n            \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cdiv class=\"review-text\"\u003e\n              USB charging and the compact size make it practical for keeping close by without needing a large cooling appliance.\n            \u003c\/div\u003e\n            \u003cdiv class=\"reviewer\"\u003ePortable Design\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tech-specs\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003ci class=\"fas fa-ruler-combined\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eDimensions\u003c\/strong\u003e\n          \u003cspan\u003e21.3 × 16.3 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003ci class=\"fas fa-tint\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eWater Tank\u003c\/strong\u003e\n          \u003cspan\u003e500 ml\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003ci class=\"fas fa-volume-off\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eNoise\u003c\/strong\u003e\n          \u003cspan\u003eApprox. 20 dB\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003ci class=\"fas fa-arrows-up-down\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eAir Direction\u003c\/strong\u003e\n          \u003cspan\u003e15° Up \/ Down\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003ci class=\"fas fa-battery-full\"\u003e\u003c\/i\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003ePower\u003c\/strong\u003e\n          \u003cspan\u003eLithium Battery\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gift-section\"\u003e\n\n      \u003cdiv class=\"gift-header\"\u003e\n        \u003ci class=\"fas fa-gift\"\u003e\u003c\/i\u003e\n        \u003ch3\u003eCool Comfort in a Compact Package\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"color:var(--text-soft);line-height:1.6;max-width:75%;font-size:15px;\"\u003e\n        A practical cooling companion for warm days, workspaces and bedrooms. Its compact footprint and rechargeable design make it easy to keep close whenever you want a personal breeze.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"gift-tags\"\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n          \u003ci class=\"fas fa-briefcase\"\u003e\u003c\/i\u003e Office Desks\n        \u003c\/span\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n          \u003ci class=\"fas fa-bed\"\u003e\u003c\/i\u003e Bedrooms\n        \u003c\/span\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n          \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e Study Areas\n        \u003c\/span\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n          \u003ci class=\"fas fa-house\"\u003e\u003c\/i\u003e Home Use\n        \u003c\/span\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n          \u003ci class=\"fas fa-graduation-cap\"\u003e\u003c\/i\u003e Dorm Rooms\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"brand-footer\"\u003e\n\n      \u003cdiv class=\"safety-note\"\u003e\n        \u003ci class=\"fas fa-info-circle\"\u003e\u003c\/i\u003e\n        Use clean water in the water tank and follow the manufacturer's instructions for charging, cleaning and storage. Do not immerse the electrical unit in water.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"footer-note\"\u003e\n    \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\n    SoothSense Mini Air Cooler Fan · 500 ml Water Tank · USB Rechargeable · Adjustable Airflow · Compact Personal Cooling\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"SoothSense","offers":[{"title":"Default Title","offer_id":43825098981439,"sku":null,"price":649.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0662\/8658\/3871\/files\/e7bcb564-9ee2-4d74-a123-076306fb37fe_298b3f73-9ff4-47cd-a14d-98ce95765e11.png?v=1788516762","url":"https:\/\/soothsense.co.za\/products\/soothsense-mini-air-cooler-fan","provider":"SoothSense","version":"1.0","type":"link"}