{"product_id":"flow-2-test","title":"flow-2 test","description":"\u003c!-- slider code --\u003e\n\u003csection class=\"highlights-wrapper\"\u003e\n\u003csection class=\"get-highlights py-2 md:py-2\"\u003e\n\u003cdiv class=\"max-w-[1600px] mx-auto px-4\"\u003e\n\u003c!-- Swiper --\u003e\n\u003cdiv class=\"swiper get-highlights-slider relative\"\u003e\n\u003cdiv class=\"swiper-wrapper\"\u003e\n\u003c!-- Slide 1 --\u003e\n\u003cdiv class=\"swiper-slide\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-6.webp?v=1778482554\" alt=\"Highlight 1\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 2 --\u003e\n\u003cdiv class=\"swiper-slide\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-2.webp?v=1778482553\" alt=\"Highlight 2\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 3 --\u003e\n\u003cdiv class=\"swiper-slide\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-1.webp?v=1778482553\" alt=\"Highlight 3\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 4 --\u003e\n\u003cdiv class=\"swiper-slide\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-3.webp?v=1778482553\" alt=\"Highlight 4\"\u003e\u003c\/div\u003e\n\u003c!-- Slide 5 --\u003e\n\u003cdiv class=\"swiper-slide\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/flow2-test-4.webp?v=1778482553\" alt=\"Highlight 5\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Pagination --\u003e\n\u003cdiv class=\"swiper-pagination\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e\n\u003c!-- Swiper CSS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Swiper JS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\n  \/* OUTER WRAPPER *\/\n  .highlights-wrapper{\n    padding: 0 35px;\n    background: #fff;\n  }\n\n  \/* MOBILE PADDING FIX *\/\n  @media screen and (max-width: 767px){\n    .highlights-wrapper{\n      padding: 0 10px;\n    }\n  }\n\n  \/* MAIN SECTION *\/\n  .get-highlights{\n    position: relative;\n    overflow: hidden;\n    background-color: #281907;\n    padding: 0;\n  }\n\n  \/* SLIDE *\/\n  .get-highlights-slider .swiper-slide{\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 16px;\n    overflow: hidden;\n\n    opacity: 0.25;\n    transform: scale(0.92);\n    transition: all 0.5s ease;\n  }\n\n  \/* ACTIVE SLIDE *\/\n  .get-highlights-slider .swiper-slide-active{\n    opacity: 1;\n    transform: scale(1);\n    z-index: 2;\n  }\n\n  \/* SIDE SLIDES *\/\n  .get-highlights-slider .swiper-slide-prev,\n  .get-highlights-slider .swiper-slide-next{\n    opacity: 0.45;\n    transform: scale(0.95);\n  }\n\n  \/* IMAGE *\/\n  .get-highlights-slider .swiper-slide img{\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 16px;\n    background-color: #281907;\n  }\n\n  \/* PAGINATION *\/\n  .swiper-pagination{\n    margin-top: 18px;\n    position: relative;\n  }\n\n  .swiper-pagination-bullet{\n    background: #ffffff !important;\n    opacity: 0.5;\n    width: 8px !important;\n    height: 8px !important;\n  }\n\n  .swiper-pagination-bullet-active{\n    opacity: 1 !important;\n    background: #b6ee15 !important;\n  }\n\n  \/* MOBILE OPTIMIZATION *\/\n  @media screen and (max-width: 767px){\n\n    .get-highlights-slider .swiper-slide{\n      opacity: 0.45;\n      transform: scale(0.92);\n    }\n\n    .get-highlights-slider .swiper-slide-active{\n      opacity: 1;\n      transform: scale(1);\n    }\n\n    .get-highlights-slider .swiper-slide img{\n      border-radius: 14px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ------------------------------------------------------------------ --\u003e\n\u003cstyle\u003e\n\n\n\n.demo-wrapper{\n  width:100%;\n  max-width:950px;\n}\n\n\/* GIF AREA *\/\n\n.display-area{\n  width:100%;\n  height:520px;\n  overflow:hidden;\n  border-radius:22px;\n  background:#000;\n  margin-bottom:24px;\n}\n\n.display-area img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  display:block;\n}\n\n\/* CONTROLS *\/\n\n.controls{\n  background:#04101d;\n  border-radius:80px;\n  padding:14px 18px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:20px;\n}\n\n\/* TOGGLE *\/\n\n.toggle-group{\n  background:#071828;\n  border-radius:60px;\n  padding:5px;\n  display:flex;\n}\n\n.toggle-btn{\n  border:none;\n  background:transparent;\n  color:#fff;\n  padding:14px 24px;\n  border-radius:40px;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  transition:0.3s ease;\n}\n\n.toggle-btn.active{\n  background:#fff;\n  color:#000;\n}\n\n\/* ICON BUTTONS *\/\n\n.icon-group{\n  display:flex;\n  gap:12px;\n}\n\n.icon-btn{\n  width:58px;\n  height:58px;\n  border-radius:50%;\n  border:none;\n  background:#061321;\n  color:#fff;\n  font-size:22px;\n  cursor:pointer;\n  transition:0.3s ease;\n}\n\n.icon-btn.active{\n  background:#a7ebff;\n  color:#000;\n}\n\n.icon-btn:hover{\n  transform:translateY(-2px);\n}\n\n\/* MOBILE *\/\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n  .display-area{\n    height:260px;\n    border-radius:16px;\n  }\n\n  .controls{\n    flex-direction:column;\n    border-radius:26px;\n    padding:16px;\n    gap:18px;\n    align-items:stretch;\n  }\n\n  \/* TOGGLE *\/\n  .toggle-group{\n    width:100%;\n    display:flex;\n    gap:8px;\n  }\n\n  .toggle-btn{\n    flex:1;\n    font-size:12px;\n    padding:14px 10px;\n    min-height:48px;\n  }\n\n  \/* ICON GROUP *\/\n  .icon-group{\n    width:100%;\n    display:flex;\n    justify-content:center;\n    gap:14px;\n    flex-wrap:nowrap;\n  }\n\n  .icon-btn{\n    width:56px;\n    height:56px;\n    min-width:56px;\n    min-height:56px;\n    font-size:20px;\n\n    \/* MOBILE CLICK FIX *\/\n    touch-action:manipulation;\n    -webkit-tap-highlight-color:transparent;\n  }\n\n}\n\n\n@media(max-width:480px){\n\n  .display-area{\n    height:220px;\n  }\n\n  .toggle-btn{\n    font-size:11px;\n    padding:12px 6px;\n  }\n\n  .icon-btn{\n    width:52px;\n    height:52px;\n    min-width:52px;\n    min-height:52px;\n    font-size:18px;\n  }\n\n}\n.active:after {\n    content: \"\";\n}\n\u003c\/style\u003e\n\u003cdiv class=\"anc-wrapper\"\u003e\n\n  \u003c!-- IMAGE AREA --\u003e\n  \u003cdiv class=\"anc-image-box\"\u003e\n\n    \u003cimg id=\"mainGif\" src=\"\" alt=\"ANC Demo\"\u003e\n\n    \u003c!-- CONTROL BAR --\u003e\n    \u003cdiv class=\"anc-controls\"\u003e\n\n      \u003c!-- LEFT TOGGLE --\u003e\n      \u003cdiv class=\"anc-toggle-group\"\u003e\n\n        \u003cbutton class=\"anc-toggle active\" data-mode=\"hear\"\u003e\n          WHAT YOU HEAR\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"anc-toggle\" data-mode=\"they\"\u003e\n          WHAT THEY HEAR\n        \u003c\/button\u003e\n\n      \u003c\/div\u003e\n\n      \u003c!-- RIGHT ICONS --\u003e\n      \u003cdiv class=\"anc-icons\"\u003e\n\n        \u003cbutton class=\"anc-icon active\" data-icon=\"lock\"\u003e\n        ✂\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"anc-icon\" data-icon=\"yoga\"\u003e\n          🧘\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"anc-icon\" data-icon=\"plane\"\u003e\n           ✈\n        \u003c\/button\u003e\n\n   \u003cbutton id=\"playPauseBtn\" class=\"anc-icon anc-power\"\u003e\n  ⏸\n\u003c\/button\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- TEXT --\u003e\n    \u003cp class=\"anc-note\"\u003e\n      Actual performance may vary based on surroundings and usage.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cstyle\u003e\n\n \n\n\/* =========================================\nMAIN IMAGE CONTAINER\n========================================= *\/\n\n.anc-image-box{\n\n  position:relative;\n\n  width:100%;\n\n  max-width:1200px;\n\n  height:660px; \/* FIXED HEIGHT *\/\n\n  overflow:hidden;\n\n  background:#000;\n\n  border-radius:24px;\n\n  margin:auto;\n}\n\n\/* =========================================\nIMAGE\n========================================= *\/\n\n.anc-image-box img{\n\n  width:100%;\n\n  height:100%; \/* FILL CONTAINER *\/\n\n  object-fit:cover; \/* COVER FULL AREA *\/\n\n  display:block;\n}\n\n\/* =========================================\nTABLET\n========================================= *\/\n\n@media(max-width:991px){\n\n  .anc-image-box{\n    height:600px;\n  }\n\n}\n\n\/* =========================================\nMOBILE\n========================================= *\/\n\n@media(max-width:768px){\n\n  .anc-image-box{\n    height:500px;\n    border-radius:18px;\n  }\n\n}\n\/* =========================================\nIMAGE\n========================================= *\/\n\n.anc-image-box img{\n  width:100%;\n  display:block;\n  object-fit:cover;\n  min-height:650px;\n}\n\n\/* =========================================\nBOTTOM CONTROL BAR\n========================================= *\/\n\n.anc-controls{\n\n  position:absolute;\n\n  left:50%;\n  bottom:55px;\n\n  transform:translateX(-50%);\n\n  width:fit-content;\n\n  display:flex;\n  align-items:center;\n  gap:28px;\n\n  padding:2px 5px;\n\n  border-radius:999px;\n\n  background:\n  linear-gradient(\n    90deg,\n    rgba(0,0,0,.88),\n    rgba(18,18,18,.95)\n  );\n\n  backdrop-filter:blur(8px);\n\n  box-shadow:\n  0 10px 30px rgba(0,0,0,.35);\n\n  z-index:20;\n}\n\n\/* =========================================\nLEFT TOGGLE\n========================================= *\/\n\n.anc-toggle-group{\n\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  padding-right:24px;\n\n  border-right:\n  1px solid rgba(255,255,255,.15);\n}\n\n\/* =========================================\nTOGGLE GROUP\n========================================= *\/\n\n.anc-toggle-group{\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  padding-right:24px;\n\n  border-right:\n  1px solid rgba(255,255,255,.15);\n\n  flex-wrap:nowrap; \/* ADD THIS *\/\n}\n\n\/* =========================================\nTOGGLE BUTTON\n========================================= *\/\n\n.anc-toggle{\n\n  border:none;\n\n  background:transparent;\n\n  color:#fff;\n\n  padding:14px 26px;\n\n  border-radius:999px;\n\n  font-size:16px;\n  font-weight:700;\n\n  cursor:pointer;\n\n  transition:.3s ease;\n\n  white-space:nowrap;   \/* ADD THIS *\/\n  min-width:max-content; \/* ADD THIS *\/\n  line-height:1;        \/* ADD THIS *\/\n}\n\n.anc-toggle.active{\n\n  background:#fff;\n  color:#000;\n}\n\n\/* =========================================\nICON AREA\n========================================= *\/\n\n.anc-icons{\n  display:flex;\n  align-items:center;\n  gap:14px;\n}\n\n\/* =========================================\nICON BUTTONS\n========================================= *\/\n\n.anc-icon{\n\n  width:40px;\n  height:40px;\n\n  border-radius:50%;\n\n  border:1px solid\n  rgba(255,255,255,.18);\n\n  background:#000;\n\n  color:#fff;\n\n  font-size:22px;\n\n  cursor:pointer;\n\n  transition:.3s ease;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n}\n\n.anc-icon.active{\n  border-color:#fff;\n}\n\n\/* =========================================\nRED POWER BUTTON\n========================================= *\/\n\n.anc-power{\n\n  background:#e60000;\n\n  border:none;\n\n  font-size:28px;\n}\n\n\/* =========================================\nBOTTOM NOTE\n========================================= *\/\n\n.anc-note{\n\n  position:absolute;\n\n  bottom:15px;\n  left:50%;\n\n  transform:translateX(-50%);\n\n  color:#fff;\n\n  font-size:14px;\n  font-weight:600;\n\n  text-align:center;\n\n  width:100%;\n}\n\n\/* =========================================\nTABLET\n========================================= *\/\n\n@media(max-width:991px){\n\n  .anc-controls{\n\n    flex-direction:column;\n\n    gap:18px;\n\n    border-radius:28px;\n\n    padding:18px;\n  }\n\n  .anc-toggle-group{\n\n    border-right:none;\n\n    padding-right:0;\n  }\n\n}\n\n\/* =========================================\nMOBILE\n========================================= *\/\n\n@media(max-width:768px){\n\n  .anc-image-box img{\n    min-height:500px;\n  }\n\n  .anc-controls{\n\n    width:92%;\n\n    bottom:25px;\n  }\n\n  .anc-toggle{\n\n    font-size:12px;\n\n    padding:12px 16px;\n  }\n\n  .anc-icon{\n\n    width:46px;\n    height:46px;\n\n    font-size:18px;\n  }\n\n  .anc-power{\n    font-size:22px;\n  }\n\n  .anc-note{\n    display:none;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\n\n\u003cscript\u003e\n\n\/* =========================================\nMEDIA DATA\n========================================= *\/\n\nconst mediaData = {\n\n  plane : {\n\n    hear : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Aeroplanemode-whattohear.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/DwOTS-333-ENC-ON.mp3?v=1742813878\"\n\n    },\n\n    they : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Aeroplanemode-whattheyhear.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/DwOTS-333-ENC-OFF.mp3?v=1742813878\"\n\n    }\n\n  },\n\n  yoga : {\n\n    hear : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Yogamood-whatyouhear.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/DwOTS-333-ENC-ON.mp3?v=1742813878\"\n\n    },\n\n    they : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Yogamood-whattheyhear.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/DwOTS-333-ENC-OFF.mp3?v=1742813878\"\n\n    }\n\n  },\n\n  lock : {\n\n    hear : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Saloon-Saloonmood-whatyouhere.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Hybrid-ANC.mp3?v=1742379167\"\n\n    },\n\n    they : {\n\n      gif : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Saloonmood-whattheyhere.webp?v=1778758423\",\n\n      sound : \"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/ANCon.mp3?v=1742379167\"\n\n    }\n\n  }\n\n};\n\n\n\/* =========================================\nDEFAULT STATE\n========================================= *\/\n\nlet currentMode = \"hear\";\nlet currentIcon = \"lock\";\nlet isPaused = false;\n\nconst gif =\ndocument.getElementById(\"mainGif\");\n\nconst audio =\nnew Audio();\n\naudio.loop = true;\n\nconst playPauseBtn =\ndocument.getElementById(\"playPauseBtn\");\n\n\n\/* =========================================\nUPDATE MEDIA\n========================================= *\/\n\nfunction updateMedia(){\n\n  const selected =\n  mediaData[currentIcon][currentMode];\n\n  gif.src =\n  selected.gif;\n\n  audio.pause();\n\n  audio.currentTime = 0;\n\n  audio.src =\n  selected.sound;\n\n  audio.play().catch(()=\u003e{});\n\n}\n\n  \n\n\/* =========================================\nTOGGLE BUTTONS\n========================================= *\/\n\ndocument\n.querySelectorAll(\".anc-toggle\")\n.forEach(btn=\u003e{\n\n  btn.addEventListener(\"click\",function(){\n\n    document\n    .querySelectorAll(\".anc-toggle\")\n    .forEach(b=\u003e\n      b.classList.remove(\"active\")\n    );\n\n    this.classList.add(\"active\");\n\n    currentMode =\n    this.dataset.mode;\n\n    updateMedia();\n\n  });\n\n});\n\n\n\/* =========================================\nICON BUTTONS\n========================================= *\/\n\ndocument\n.querySelectorAll(\".anc-icon[data-icon]\")\n.forEach(btn=\u003e{\n\n  btn.addEventListener(\"click\",function(){\n\n    document\n    .querySelectorAll(\".anc-icon[data-icon]\")\n    .forEach(b=\u003e\n      b.classList.remove(\"active\")\n    );\n\n    this.classList.add(\"active\");\n\n    currentIcon =\n    this.dataset.icon;\n\n    updateMedia();\n\n  });\n\n});\n\n\n\/* =========================================\nPLAY \/ PAUSE\n========================================= *\/\nplayPauseBtn.addEventListener(\n\"click\",\nfunction(){\n\n  \/*\n  =========================\n  PAUSE\n  =========================\n  *\/\n\n  if(!isPaused){\n\n    audio.pause();\n\n    gif.style.opacity = \".3\";\n\n    \/* CHANGE ICON *\/\n    playPauseBtn.innerHTML = \"▶\";\n\n    isPaused = true;\n\n  }\n\n  \/*\n  =========================\n  PLAY AGAIN\n  =========================\n  *\/\n\n  else{\n\n    audio.play();\n\n    gif.style.opacity = \"1\";\n\n    \/* CHANGE ICON *\/\n    playPauseBtn.innerHTML = \"⏸\";\n\n    isPaused = false;\n\n  }\n\n});\n\n\/* =========================================\nSTART\n========================================= *\/\n\nupdateMedia();\n\n\u003c\/script\u003e\n\u003cp\u003e*\/\u003c\/p\u003e\n\u003cdiv id=\"support\" class=\"row\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"columnstop\"\u003e\n\u003ch2\u003eFAQs\u003c\/h2\u003e\n\u003cbutton class=\"accordion\"\u003eQ.How does the ACwO DwOTS FLOW 2 smart interactive case work? \u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003eThe case allows you to control music and calls directly from it, so you can manage your audio experience without constantly using your phone.\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Are these open ear earbuds comfortable for long usage?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, the ACwO DwOTS Flow 2 open ear earbuds are lightweight, with a flexible nickel titanium bridge for a secure, pressure-free fit for long listening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.How fast does the ACwO DwOTS Flow 2 charge?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eThe ACwO DwOTS Flow 2 open ear earbuds get fully charged in just 2 hours, giving you quick and convenient power-up for daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Do these open wireless earbuds give good call quality in noisy places?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, the Advanced AI-ENC microphone reduces background noise so your voice stays clear even in busy environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Can I use these earbuds with ear hooks during workouts?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, the earbuds with ear hooks design keeps them stable and secure, making them ideal for gym sessions, running, and active use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Can I connect these earbuds to two devices at the same time? \u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, Dual Device Connectivity lets you switch smoothly between devices like your phone and laptop without reconnecting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.How long does the battery last on a full charge?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eThese open earbuds offer up to 60 hours of total playback, making them suitable for long trips and heavy daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Are these open wireless earbuds water resistant?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, they come with IPX5 water and sweat resistance, making them safe for workouts and light splashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Can I control audio and calls without using my phone?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, you can manage music and calls through the smart case. However, during Bluetooth pairing, connect your device to “DwOTS Flow 2” and also the DwOTS Flow 2 Box from the Bluetooth list to activate the case controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.Does the ACwO DwOTS FLOW 2 support voice assistants?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eYes, it supports “OK Google” and “Hey Siri” for hands-free control using your voice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"accordion\"\u003eQ.What is the warranty period for the ACwO DwOTS Flow 2 earbuds?\u003c\/button\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cp\u003eThe ACwO DwOTS Flow 2 earbuds come with a 1-year warranty covering manufacturing defects only. Any user-caused damage is not covered. For warranty claims, contact customer support with your purchase details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ccenter\u003e\n\u003cbr\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/dwots-flow-manual.pdf?v=1754977948\" target=\"_blank\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/ACwO_Download_Manual.webp?v=1697535343\"\u003e\u003c\/a\u003e\n\u003c\/center\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"columnstop\"\u003e\u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0666\/4870\/3294\/files\/Whats-In-A-Box-DWOTS-FLOW.webp?v=1754915445\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"accordion accorpro\"\u003eSpecifications\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e\u003cstrong\u003eCountry Of Origin\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"meta-info\" style=\"font-weight: 300;\"\u003e India\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e\u003cstrong\u003ePacked and Marketed By\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"meta-info\" style=\"font-weight: 300;\"\u003eACwO Lifestyle Pvt Ltd\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e\u003cstrong\u003eAddress\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"meta-info\" style=\"font-weight: 300;\"\u003e 3RD, Office no.6, Ratan Chs Ltd, SV Road, near gokul shopping centre, Borivali West, Mumbai, Mumbai Suburban, Maharashtra - 400092\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e\u003cstrong\u003eManufacturing Address\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"meta-info\" style=\"font-weight: 300;\"\u003ePlot No. 58-60, 1st Floor, Apple Industrial Hub, Pelhar, Dist. Palghar, Maharashtra - 401208\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e\u003cstrong\u003ePackage Contains\u003c\/strong\u003e\u003c\/span\u003e \u003cspan class=\"meta-info\" style=\"font-weight: 300;\"\u003e 1 Set of Wireless Earbuds, 1Charging Cable, 1 Scan me Card, \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"accordion accorpro\"\u003eTechnical Specification\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eSpeaker Driver\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e10 MM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eBT\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e5.4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eWireless Range\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e10 M \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eCompatibility\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eAndroid \u0026amp; iOS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eFrequency\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e20Hz-20KHz\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eWater Resistance Rating\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e IPX5 WATER AND SWEAT RESISTANT\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eAudio codecs supported\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eAAC,SBC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eCharging Indicator\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eYES\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003ePlaytime\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eUPTO 50 HOURS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eQUICK CHARGING\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e2 HOURS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"accordion accorpro\"\u003ePhysical Specification\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eEarbuds Weight\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e4 GRAMS EACH\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eCharging case dimension (L*W*H)\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e4.5L*6W*2.8H CMS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eCharging case weight\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e41 GRAMS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003ePackaging Dimension(L*W*H)\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e131L*104W*40H\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eForm Factor\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eOPEN WIRELESS SOUND (CLIP ON)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eControls\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eSmart Touch Controls (EQ Mode, Voice Assistant, Volume, Play\/ Pause Media, Call Control from both earbuds)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"accordion accorpro\"\u003eAdditional Features\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eDUAL ENC \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eOPEN EAR LISTENING \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eVOICE ASSISSTANT \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eLIGHT WEIGHT \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003e HALL SWITCH FEATURE \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eDUAL EQ MODES \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eDUAL CONNECTIVITY \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e EAR CLIPS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eENVIRONMENTAL AWARENESS\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbutton class=\"accordion accorpro\"\u003eCustomer Support and Warranty\u003c\/button\u003e\u003c\/p\u003e\n\u003cdiv class=\"panel\"\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003ePan India Service Centers: \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eA vast network of service centers across India ensures your support needs are met promptly. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eDedicated Customer Support\u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eOur customer support team is just a call, email, or WhatsApp message away, ensuring you have assistance whenever you need it. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"meta-info-row\"\u003e\n\u003cspan class=\"meta-info\"\u003eWarranty: \u003c\/span\u003e \u003cspan class=\"meta-info\"\u003eWe believe in the quality of our product. That's why we offer an impressive 365 days of warranty coverage from the date of purchase, giving you peace of mind. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ACwO","offers":[{"title":"Default Title","offer_id":53464734204222,"sku":null,"price":0.0,"currency_code":"INR","in_stock":false}],"url":"https:\/\/acwo.com\/products\/flow-2-test","provider":"ACwO","version":"1.0","type":"link"}