{"product_id":"soothsense-arcticair-cooler","title":"SoothSense ArcticAir Cooler","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\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*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\n:root{\n  --cream-bg:#EAF8FC;\n  --cream-card:#FFFFFF;\n  --sand-deep:#087AA8;\n  --sand-soft:#68CBED;\n  --gold-main:#1599C2;\n  --gold-light:#68CBED;\n  --cyan:#07BEC5;\n  --text-dark:#123447;\n  --text-soft:#456675;\n  --text-muted:#7893A0;\n  --border-light:#D9EEF4;\n\n  --shadow-premium:\n    0 30px 50px -20px rgba(8,122,168,.18),\n    0 0 0 1px rgba(7,190,197,.12);\n\n  --shadow-hover:\n    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(\n    112deg,\n    #087AA8 0%,\n    #1599C2 48%,\n    #07BEC5 100%\n  );\n\n  position:relative;\n  overflow:hidden;\n  padding:100px 0 110px;\n  width:100%;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.25),\n    0 5px 20px rgba(8,122,168,.12);\n}\n\n.hero::after{\n  content:'';\n  position:absolute;\n  inset:0;\n\n  background-image:\n    radial-gradient(\n      circle at 20% 40%,\n      rgba(255,255,255,.13) 2%,\n      transparent 2.5%\n    );\n\n  background-size:35px 35px;\n  pointer-events:none;\n}\n\n.hero::before{\n  content:'';\n  position:absolute;\n  bottom:0;\n  left:0;\n  width:100%;\n  height:60px;\n\n  background:\n    linear-gradient(\n      to top,\n      #EAF8FC,\n      transparent\n    );\n\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\n  position:relative;\n  z-index:3;\n\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n\n  gap:60px;\n}\n\n.hero-content{\n  flex:1.2;\n}\n\n.hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n\n  background:rgba(5,54,78,.28);\n  backdrop-filter:blur(12px);\n\n  border:1px solid rgba(255,255,255,.28);\n\n  padding:8px 24px;\n  border-radius:100px;\n\n  font-size:13px;\n  font-weight:500;\n\n  color:#FFFFFF;\n  letter-spacing:.5px;\n\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\n  letter-spacing:-.02em;\n\n  margin-bottom:24px;\n\n  color:#FFFFFF;\n\n  text-shadow:\n    0 2px 5px rgba(0,50,70,.18);\n\n  max-width:100%;\n\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\n  color:#F2FDFF;\n\n  max-width:540px;\n\n  margin-bottom:36px;\n\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\n  background:rgba(5,54,78,.22);\n  backdrop-filter:blur(5px);\n\n  padding:8px 20px;\n\n  border-radius:60px;\n\n  border:1px solid rgba(255,255,255,.1);\n}\n\n.stat-number{\n  font-size:23px;\n  font-weight:800;\n\n  color:#FFFFFF;\n\n  letter-spacing:-.5px;\n}\n\n.stat-label{\n  font-size:13px;\n\n  opacity:.95;\n\n  font-weight:500;\n\n  color:#FFFFFF;\n}\n\n.hero-visual{\n  flex:.9;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255,255,255,.16),\n      rgba(255,255,255,.07)\n    );\n\n  border-radius:48px;\n\n  padding:38px 28px;\n\n  backdrop-filter:blur(8px);\n\n  border:1px solid rgba(255,255,255,.24);\n\n  text-align:center;\n\n  box-shadow:\n    0 15px 35px -12px rgba(0,45,70,.25);\n}\n\n.hero-icon-group{\n  display:flex;\n\n  justify-content:center;\n\n  gap:38px;\n\n  margin-bottom:28px;\n\n  flex-wrap:wrap;\n}\n\n.hero-icon-item{\n  text-align:center;\n}\n\n.hero-icon-item i{\n  font-size:42px;\n\n  color:#FFFFFF;\n\n  filter:\n    drop-shadow(\n      0 2px 4px rgba(0,0,0,.12)\n    );\n\n  margin-bottom:12px;\n\n  display:block;\n}\n\n.hero-icon-item span{\n  font-size:13px;\n\n  color:#FFFFFF;\n\n  font-weight:500;\n\n  letter-spacing:.3px;\n\n  text-shadow:\n    0 1px 1px rgba(0,0,0,.1);\n\n  white-space:nowrap;\n}\n\n.hero-visual-tag{\n  margin-top:20px;\n\n  font-size:13px;\n\n  color:#E8FCFF;\n\n  letter-spacing:.4px;\n\n  font-weight:500;\n}\n\n.main-content{\n  max-width:1300px;\n\n  width:88%;\n\n  margin:-55px auto 90px;\n\n  position:relative;\n\n  z-index:10;\n}\n\n.product-card{\n  background:var(--cream-card);\n\n  border-radius:56px;\n\n  box-shadow:var(--shadow-premium);\n\n  overflow:hidden;\n\n  width:100%;\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.product-card:hover{\n  box-shadow:var(--shadow-hover);\n}\n\n.two-column{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  width:100%;\n}\n\n.col{\n  flex:1;\n\n  min-width:300px;\n\n  padding:52px 48px;\n}\n\n.col-left{\n  border-right:1px solid var(--border-light);\n\n  background:\n    linear-gradient(\n      to bottom right,\n      #FFFFFF,\n      #F7FCFE\n    );\n}\n\n.section-title{\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  margin-bottom:24px;\n}\n\n.section-title i{\n  font-size:30px;\n\n  color:var(--blue-main);\n\n  background:\n    rgba(21,153,194,.10);\n\n  padding:9px;\n\n  border-radius:18px;\n}\n\n.section-title h2{\n  font-size:26px;\n\n  font-weight:650;\n\n  letter-spacing:-.3px;\n\n  color:var(--sand-deep);\n}\n\n.feature-text{\n  color:var(--text-soft);\n\n  line-height:1.68;\n\n  font-size:15px;\n\n  margin-bottom:22px;\n}\n\n.highlight-box{\n  background:\n    linear-gradient(\n      105deg,\n      #F0FBFD 0%,\n      #E8F8FC 100%\n    );\n\n  border-left:4px solid var(--cyan);\n\n  padding:18px 24px;\n\n  border-radius:24px;\n\n  margin:24px 0;\n\n  box-shadow:\n    0 2px 6px rgba(8,122,168,.04);\n}\n\n.highlight-box i{\n  color:var(--cyan);\n\n  margin-right:10px;\n\n  font-size:16px;\n}\n\n.feature-list{\n  list-style:none;\n\n  padding:0;\n\n  margin:20px 0 0;\n}\n\n.feature-list li{\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  margin-bottom:18px;\n\n  font-size:14.5px;\n\n  color:var(--text-dark);\n\n  font-weight:500;\n}\n\n.feature-list li i{\n  width:26px;\n\n  color:var(--cyan);\n\n  font-size:18px;\n\n  text-align:center;\n}\n\n.reviews-section{\n  margin-top:35px;\n\n  padding-top:25px;\n\n  border-top:1px solid var(--border-light);\n}\n\n.reviews-title{\n  display:flex;\n\n  align-items:center;\n\n  gap:12px;\n\n  margin-bottom:22px;\n}\n\n.reviews-title i{\n  font-size:22px;\n\n  color:var(--cyan);\n}\n\n.reviews-title h4{\n  font-size:18px;\n\n  font-weight:600;\n\n  color:var(--sand-deep);\n}\n\n.review-card{\n  background:#F5FCFE;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  margin-bottom:16px;\n\n  border:1px solid transparent;\n\n  transition:all .2s;\n}\n\n.review-card:hover{\n  border-color:var(--gold-light);\n\n  background:#FFFFFF;\n}\n\n.review-stars{\n  color:var(--cyan);\n\n  font-size:13px;\n\n  letter-spacing:2.5px;\n\n  margin-bottom:10px;\n}\n\n.review-text{\n  font-size:13.5px;\n\n  line-height:1.6;\n\n  color:var(--text-soft);\n\n  margin-bottom:10px;\n}\n\n.reviewer{\n  font-size:12.5px;\n\n  font-weight:600;\n\n  color:var(--sand-deep);\n}\n\n.reviewer-location{\n  font-size:11px;\n\n  color:var(--text-muted);\n\n  margin-left:6px;\n\n  font-weight:normal;\n}\n\n.verified{\n  font-size:10.5px;\n\n  color:var(--cyan);\n\n  margin-left:8px;\n}\n\n.tech-specs{\n  background:\n    linear-gradient(\n      95deg,\n      #F2FBFD 0%,\n      #FBFEFF 100%\n    );\n\n  padding:28px 48px;\n\n  display:flex;\n\n  justify-content:space-between;\n\n  flex-wrap:wrap;\n\n  gap:28px;\n\n  border-top:1px solid var(--border-light);\n\n  border-bottom:1px solid var(--border-light);\n\n  width:100%;\n}\n\n.spec-item{\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n}\n\n.spec-item i{\n  font-size:26px;\n\n  color:var(--blue-main);\n}\n\n.spec-item div strong{\n  display:block;\n\n  font-size:11px;\n\n  color:var(--text-muted);\n\n  font-weight:600;\n\n  text-transform:uppercase;\n\n  letter-spacing:.7px;\n}\n\n.spec-item div span{\n  font-size:14px;\n\n  font-weight:600;\n\n  color:var(--sand-deep);\n}\n\n.gift-section{\n  padding:48px 48px 36px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFFFF 0%,\n      #F4FBFD 100%\n    );\n\n  width:100%;\n}\n\n.gift-header{\n  display:flex;\n\n  align-items:center;\n\n  gap:15px;\n\n  margin-bottom:18px;\n}\n\n.gift-header i{\n  font-size:32px;\n\n  color:var(--cyan);\n\n  background:\n    rgba(7,190,197,.1);\n\n  padding:10px;\n\n  border-radius:20px;\n}\n\n.gift-header h3{\n  font-size:24px;\n\n  font-weight:600;\n\n  color:var(--sand-deep);\n}\n\n.gift-tags{\n  display:flex;\n\n  flex-wrap:wrap;\n\n  gap:14px;\n\n  margin:25px 0 12px;\n}\n\n.gift-tag{\n  background:#E8F7FB;\n\n  padding:8px 22px;\n\n  border-radius:60px;\n\n  font-size:13px;\n\n  font-weight:500;\n\n  color:var(--sand-deep);\n}\n\n.gift-tag i{\n  margin-right:8px;\n\n  color:var(--cyan);\n}\n\n.brand-footer{\n  padding:40px 48px 50px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #F9FDFE 0%,\n      #EAF7FB 100%\n    );\n\n  text-align:center;\n\n  border-top:1px solid var(--border-light);\n\n  width:100%;\n}\n\n.safety-note{\n  font-size:11.5px;\n\n  color:#70919D;\n\n  max-width:650px;\n\n  margin:0 auto;\n}\n\n.footer-note{\n  text-align:center;\n\n  margin-top:50px;\n\n  font-size:13px;\n\n  color:#78A4B2;\n\n  letter-spacing:.4px;\n}\n\np,\nh1,\nh2,\nh3,\nspan,\n.feature-text,\n.hero-description{\n  overflow-wrap:break-word;\n\n  word-wrap:break-word;\n}\n\n@media(max-width:1100px){\n\n  .hero-container{\n    flex-direction:column;\n\n    text-align:center;\n\n    gap:45px;\n  }\n\n  .hero-content{\n    text-align:center;\n  }\n\n  .hero-description{\n    margin-left:auto;\n    margin-right:auto;\n  }\n\n  .hero-stats{\n    justify-content:center;\n  }\n\n  .two-column{\n    flex-direction:column;\n  }\n\n  .col-left{\n    border-right:none;\n\n    border-bottom:\n      1px solid var(--border-light);\n  }\n\n  .col{\n    padding:40px 32px;\n  }\n}\n\n@media(max-width:768px){\n\n  .hero-container,\n  .main-content{\n    width:92%;\n  }\n\n  .hero{\n    padding:70px 0 80px;\n  }\n\n  .col{\n    padding:30px 24px;\n  }\n\n  .tech-specs,\n  .gift-section,\n  .brand-footer{\n    padding:28px 24px;\n  }\n\n  .gift-section p{\n    max-width:100%!important;\n  }\n\n  .hero-icon-group{\n    gap:28px;\n  }\n\n  .hero-icon-item i{\n    font-size:36px;\n  }\n\n  .section-title h2{\n    font-size:22px;\n  }\n\n  .hero h1{\n    line-height:1.25;\n  }\n}\n\n@media(max-width:550px){\n\n  .hero h1{\n    font-size:30px;\n\n    line-height:1.3;\n  }\n\n  .hero-icon-item i{\n    font-size:28px;\n  }\n\n  .hero-icon-item span{\n    font-size:10px;\n\n    white-space:normal;\n  }\n\n  .stat-number{\n    font-size:18px;\n  }\n\n  .stat-label{\n    font-size:11px;\n  }\n\n  .stat{\n    padding:5px 14px;\n  }\n\n  .hero-stats{\n    gap:16px;\n  }\n\n  .section-title h2{\n    font-size:20px;\n  }\n\n  .feature-list li{\n    font-size:13px;\n  }\n\n  .gift-tag{\n    padding:6px 18px;\n\n    font-size:12px;\n  }\n}\n\n@media(max-width:400px){\n\n  .hero h1{\n    font-size:26px;\n  }\n\n  .hero-badge{\n    font-size:11px;\n\n    padding:5px 16px;\n  }\n\n  .hero-description{\n    font-size:14px;\n  }\n}\n\u003c\/style\u003e\n\n\n\n\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"hero\"\u003e\n\n  \u003cdiv class=\"hero-container\"\u003e\n\n    \u003cdiv class=\"hero-content\"\u003e\n\n      \u003cdiv class=\"hero-badge\"\u003e\n        \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\n        Personal Cooling\n      \u003c\/div\u003e\n\n      \u003ch1\u003e\n        SoothSense Arctic Cooler\n      \u003c\/h1\u003e\n\n      \u003cp class=\"hero-description\"\u003e\n        Keep your personal space more comfortable with a compact air cooler designed for convenient everyday use. Choose from three fan speeds and enjoy a lightweight design with USB-powered operation and a built-in LED night light.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"hero-stats\"\u003e\n\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eCooling Speeds\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003eUSB\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003ePowered\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"stat\"\u003e\n          \u003cspan class=\"stat-number\"\u003eLED\u003c\/span\u003e\n          \u003cspan class=\"stat-label\"\u003eNight Light\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-visual\"\u003e\n\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\u003e3 Speed Settings\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eLED Night Light\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-usb\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eUSB Powered\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-icon-item\"\u003e\n          \u003ci class=\"fas fa-feather\"\u003e\u003c\/i\u003e\n          \u003cspan\u003eLightweight\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-visual-tag\"\u003e\n\n        \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n\n        Compact personal cooling · Easy to use · Convenient anywhere\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- MAIN CONTENT --\u003e\n\u003cdiv class=\"main-content\"\u003e\n\n  \u003cdiv class=\"product-card\"\u003e\n\n\n    \u003c!-- TWO COLUMN SECTION --\u003e\n    \u003cdiv class=\"two-column\"\u003e\n\n\n      \u003c!-- LEFT COLUMN --\u003e\n      \u003cdiv class=\"col col-left\"\u003e\n\n        \u003cdiv class=\"section-title\"\u003e\n\n          \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n\n          \u003ch2\u003e\n            Personal Cooling Made Simple\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp class=\"feature-text\"\u003e\n\n          The \u003cstrong\u003eSoothSense Arctic Cooler\u003c\/strong\u003e is a compact personal cooling solution designed for desks, bedrooms, offices, dorm rooms and other small spaces. Its three adjustable fan speeds let you choose the airflow level that feels right for you.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"highlight-box\"\u003e\n\n          \u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e\n\n          \u003cstrong\u003e3 Adjustable Speeds\u003c\/strong\u003e\n\n          — switch between different airflow levels for gentle or stronger personal cooling.\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"highlight-box\"\u003e\n\n          \u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\n\n          \u003cstrong\u003eBuilt-In LED Night Light\u003c\/strong\u003e\n\n          — adds convenient illumination for bedside tables, bedrooms and low-light spaces.\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"feature-text\"\u003e\n\n          The lightweight and compact design makes the cooler easy to position wherever you need it. USB-powered operation also gives you a convenient way to use it with compatible USB power sources.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- RIGHT COLUMN --\u003e\n      \u003cdiv class=\"col\"\u003e\n\n        \u003cdiv class=\"section-title\"\u003e\n\n          \u003ci class=\"fas fa-gem\"\u003e\u003c\/i\u003e\n\n          \u003ch2\u003e\n            Why You'll Love It\n          \u003c\/h2\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n            3 adjustable fan speed settings\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\n            Built-in LED night light\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-usb\"\u003e\u003c\/i\u003e\n            Convenient USB-powered operation\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-feather\"\u003e\u003c\/i\u003e\n            Lightweight and compact design\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-desktop\"\u003e\u003c\/i\u003e\n            Ideal for desks and workspaces\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-bed\"\u003e\u003c\/i\u003e\n            Great for bedside use\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e\n            Perfect for study areas and dorm rooms\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\n            Convenient for everyday home use\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n\n        \u003c!-- REVIEWS --\u003e\n        \u003cdiv class=\"reviews-section\"\u003e\n\n          \u003cdiv class=\"reviews-title\"\u003e\n\n            \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n\n            \u003ch4\u003e\n              What South Africans are saying\n            \u003c\/h4\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"review-card\"\u003e\n\n            \u003cdiv class=\"review-stars\"\u003e\n              ★★★★★\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"review-text\"\u003e\n              \"I keep this on my desk while working and the three speed settings make it easy to adjust the airflow. Very compact and convenient.\"\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"reviewer\"\u003e\n              Sipho Mokoena\n\n              \u003cspan class=\"reviewer-location\"\u003e\n                📍 Johannesburg\n              \u003c\/span\u003e\n\n              \u003cspan class=\"verified\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                Verified\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"review-card\"\u003e\n\n            \u003cdiv class=\"review-stars\"\u003e\n              ★★★★★\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"review-text\"\u003e\n              \"Perfect for my bedside table. I like the small size and the built-in light is useful at night without needing another lamp.\"\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"reviewer\"\u003e\n              Carla Jacobs\n\n              \u003cspan class=\"reviewer-location\"\u003e\n                📍 Cape Town\n              \u003c\/span\u003e\n\n              \u003cspan class=\"verified\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                Verified\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"review-card\"\u003e\n\n            \u003cdiv class=\"review-stars\"\u003e\n              ★★★★★\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"review-text\"\u003e\n              \"Small enough to move around easily and convenient to power through USB. Great little cooler for my office.\"\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"reviewer\"\u003e\n              Thabo Nkosi\n\n              \u003cspan class=\"reviewer-location\"\u003e\n                📍 Pretoria\n              \u003c\/span\u003e\n\n              \u003cspan class=\"verified\"\u003e\n                \u003ci class=\"fas fa-check-circle\"\u003e\u003c\/i\u003e\n                Verified\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- TECH SPECS --\u003e\n    \u003cdiv class=\"tech-specs\"\u003e\n\n\n      \u003cdiv class=\"spec-item\"\u003e\n\n        \u003ci class=\"fas fa-sliders-h\"\u003e\u003c\/i\u003e\n\n        \u003cdiv\u003e\n\n          \u003cstrong\u003e\n            Fan Speeds\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            3 Adjustable Speeds\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-item\"\u003e\n\n        \u003ci class=\"fas fa-plug\"\u003e\u003c\/i\u003e\n\n        \u003cdiv\u003e\n\n          \u003cstrong\u003e\n            Power\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            USB Powered\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-item\"\u003e\n\n        \u003ci class=\"fas fa-lightbulb\"\u003e\u003c\/i\u003e\n\n        \u003cdiv\u003e\n\n          \u003cstrong\u003e\n            Lighting\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            LED Night Light\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-item\"\u003e\n\n        \u003ci class=\"fas fa-feather\"\u003e\u003c\/i\u003e\n\n        \u003cdiv\u003e\n\n          \u003cstrong\u003e\n            Design\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Lightweight \u0026amp; Compact\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-item\"\u003e\n\n        \u003ci class=\"fas fa-wind\"\u003e\u003c\/i\u003e\n\n        \u003cdiv\u003e\n\n          \u003cstrong\u003e\n            Use\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Personal Cooling\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- GIFT \/ USE SECTION --\u003e\n    \u003cdiv class=\"gift-section\"\u003e\n\n      \u003cdiv class=\"gift-header\"\u003e\n\n        \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\n\n        \u003ch3\u003e\n          Comfort Wherever You Need It\n        \u003c\/h3\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cp style=\"\n        color:var(--text-soft);\n        line-height:1.6;\n        max-width:75%;\n        font-size:15px;\n      \"\u003e\n\n        A practical personal cooling companion for warm days, workspaces and bedrooms. Its compact design makes it easy to keep close by while the three-speed control lets you choose the airflow that suits you.\n\n      \u003c\/p\u003e\n\n\n      \u003cdiv class=\"gift-tags\"\u003e\n\n        \u003cspan class=\"gift-tag\"\u003e\n\n          \u003ci class=\"fas fa-briefcase\"\u003e\u003c\/i\u003e\n\n          Office Desks\n\n        \u003c\/span\u003e\n\n\n        \u003cspan class=\"gift-tag\"\u003e\n\n          \u003ci class=\"fas fa-bed\"\u003e\u003c\/i\u003e\n\n          Bedrooms\n\n        \u003c\/span\u003e\n\n\n        \u003cspan class=\"gift-tag\"\u003e\n\n          \u003ci class=\"fas fa-book\"\u003e\u003c\/i\u003e\n\n          Study Areas\n\n        \u003c\/span\u003e\n\n\n        \u003cspan class=\"gift-tag\"\u003e\n\n          \u003ci class=\"fas fa-graduation-cap\"\u003e\u003c\/i\u003e\n\n          Dorm Rooms\n\n        \u003c\/span\u003e\n\n\n        \u003cspan class=\"gift-tag\"\u003e\n\n          \u003ci class=\"fas fa-home\"\u003e\u003c\/i\u003e\n\n          Home Use\n\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FOOTER --\u003e\n    \u003cdiv class=\"brand-footer\"\u003e\n\n      \u003cdiv class=\"safety-note\"\u003e\n\n        \u003ci class=\"fas fa-info-circle\"\u003e\u003c\/i\u003e\n\n        Follow the manufacturer's instructions for USB power, cleaning and maintenance. Keep electrical components away from direct water exposure.\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"footer-note\"\u003e\n\n    \u003ci class=\"fas fa-snowflake\"\u003e\u003c\/i\u003e\n\n    SoothSense Arctic Cooler · 3 Speed Settings · LED Night Light · USB Powered · Lightweight \u0026amp; Compact\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"SoothSense","offers":[{"title":"Default Title","offer_id":43825199022143,"sku":null,"price":639.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0662\/8658\/3871\/files\/7362add2-1d3a-42fa-912a-bf7feb13823e.png?v=1788525005","url":"https:\/\/soothsense.co.za\/products\/soothsense-arcticair-cooler","provider":"SoothSense","version":"1.0","type":"link"}