{"product_id":"new-model-mini-dual-head-electric-shaver","title":"New Model Mini Dual-Head Electric Shaver","description":"\u003cstyle\u003e\n\/* Section Canvas Design *\/\n.reels-section-wrapper {\n  max-width: 100%;\n  width: 1400px;\n  margin: 40px auto;\n  position: relative;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n  padding: 0 10px;\n  box-sizing: border-box;\n}\n\n.reels-header {\n  text-align: center;\n  margin-bottom: 20px;\n  font-size: 14px;\n  font-weight: 600;\n  color: #222;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n}\n\n\/* Touch \u0026 Drag Container *\/\n.reels-container {\n  display: flex;\n  overflow-x: auto;\n  scroll-snap-type: x mandatory;\n  scroll-behavior: smooth;\n  gap: 15px;\n  padding: 10px 5px;\n  scrollbar-width: none; \/* Firefox *\/\n  -webkit-overflow-scrolling: touch;\n}\n.reels-container::-webkit-scrollbar { \n  display: none; \/* Chrome\/Safari *\/\n}\n\n\/* Card Geometry *\/\n.reel-card {\n  flex: 0 0 300px;\n  aspect-ratio: 9\/16;\n  position: relative;\n  border-radius: 16px;\n  overflow: hidden;\n  scroll-snap-align: center;\n  scroll-snap-stop: always;\n  background: #000;\n  box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n  transform: translateZ(0); \/* Hardware Acceleration *\/\n}\n\n.reel-card video {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: pointer;\n}\n\n\/* Premium Desktop UI Navigation Controllers *\/\n.nav-btn {\n  position: absolute;\n  top: 55%;\n  transform: translateY(-50%);\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  background: #ffffff;\n  color: #111111;\n  border: 1px solid #e5e5e5;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n  cursor: pointer;\n  z-index: 25;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 16px;\n  transition: all 0.2s ease;\n}\n.nav-btn:hover {\n  background: #000;\n  color: #fff;\n  border-color: #000;\n}\n.prev { left: -15px; }\n.next { right: -15px; }\n\n\/* Status Labels *\/\n.sound-prompt {\n  position: absolute;\n  top: 15px;\n  right: 15px;\n  background: rgba(0, 0, 0, 0.7);\n  color: #ffffff;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-size: 11px;\n  font-weight: 700;\n  z-index: 10;\n  pointer-events: none;\n  letter-spacing: 0.5px;\n  backdrop-filter: blur(4px);\n}\n\n\/* Responsive Adaptive Fluidity *\/\n@media (max-width: 768px) {\n  .nav-btn { display: none; } \/* Native swipe experience on mobile *\/\n  .reels-section-wrapper { padding: 0; }\n  .reel-card { flex: 0 0 85vw; } \/* Scales flawlessly across all screens *\/\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"reels-section-wrapper\"\u003e\n\n  \u003cdiv class=\"reels-header\"\u003e🔊 Swipe to watch • Tap for sound\u003c\/div\u003e\n\n  \u003cbutton class=\"nav-btn prev\" aria-label=\"Previous Video\"\u003e◀\u003c\/button\u003e\n\n  \u003cdiv class=\"reels-container\" id=\"reelsContainer\"\u003e\n\n    \u003cdiv class=\"reel-card\"\u003e\n      \u003cdiv class=\"sound-prompt\"\u003e🔇 TAP FOR AUDIO\u003c\/div\u003e\n      \u003cvideo loop playsinline muted src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/598edb81c8bf4533a75d5fb8a4fa015c.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reel-card\"\u003e\n      \u003cvideo loop playsinline muted src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/17751aa8bd90472ca397df8a2bd2df85.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reel-card\"\u003e\n      \u003cvideo loop playsinline muted src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c8555672da334462a5bf39f2e1a47251.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reel-card\"\u003e\n      \u003cvideo loop playsinline muted src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/942a0b6c1e374c2a9d024eec16e6a71e.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"reel-card\"\u003e\n      \u003cvideo loop playsinline muted src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/030db10f423c4bfa8ad4d2efb70ad484.mp4\"\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cbutton class=\"nav-btn next\" aria-label=\"Next Video\"\u003e▶\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", () =\u003e {\n  const container = document.getElementById(\"reelsContainer\");\n  const videos = document.querySelectorAll(\".reel-card video\");\n\n  \/\/ 👉 Intersection Observer: Track active center element during swiping\n  const observerOptions = {\n    root: container,\n    rootMargin: \"0px\",\n    threshold: 0.6 \/\/ Video must be 60% viewable to trigger autoplay\n  };\n\n  const videoObserver = new IntersectionObserver((entries) =\u003e {\n    entries.forEach(entry =\u003e {\n      const video = entry.target;\n      if (entry.isIntersecting) {\n        \/\/ Enforce strict audio isolation: mute everything else on slide change\n        videos.forEach(otherVideo =\u003e {\n          if (otherVideo !== video) {\n            otherVideo.pause();\n            otherVideo.muted = true;\n          }\n        });\n        \n        \/\/ Play current video safely\n        video.play().catch(err =\u003e console.log(\"Autoplay waiting for user interaction\"));\n      } else {\n        \/\/ Turn play off for old clips out of view context\n        video.pause();\n        video.muted = true;\n      }\n    });\n  }, observerOptions);\n\n  \/\/ Register all video instances to active tracker\n  videos.forEach(video =\u003e videoObserver.observe(video));\n\n  \/\/ 👉 Desktop Button Click Offsets\n  document.querySelector(\".next\").onclick = () =\u003e {\n    const cardWidth = container.querySelector(\".reel-card\").offsetWidth + 15;\n    container.scrollBy({ left: cardWidth, behavior: \"smooth\" });\n  };\n  \n  document.querySelector(\".prev\").onclick = () =\u003e {\n    const cardWidth = container.querySelector(\".reel-card\").offsetWidth + 15;\n    container.scrollBy({ left: -cardWidth, behavior: \"smooth\" });\n  };\n\n  \/\/ 👉 Tap-To-Unmute Toggle Functionality (with Single Audio Enforcement)\n  videos.forEach(video =\u003e {\n    video.addEventListener(\"click\", () =\u003e {\n      if (video.muted) {\n        \/\/ Loop through and silence absolutely everything else first\n        videos.forEach(otherVideo =\u003e {\n          if (otherVideo !== video) {\n            otherVideo.muted = true;\n          }\n        });\n\n        \/\/ Unmute current video safely\n        video.muted = false;\n        video.play().catch(() =\u003e {});\n\n        \/\/ Hide sound prompt overlay label cleanly if present\n        const prompt = video.previousElementSibling;\n        if(prompt \u0026\u0026 prompt.classList.contains('sound-prompt')) {\n          prompt.style.display = 'none';\n        }\n      } else {\n        video.muted = true;\n      }\n    });\n  });\n});\n\u003c\/script\u003e\n\n\n\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #333; line-height: 1.6; font-size: 16px;\" class=\"shopify-product-description\"\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin-bottom: 20px;\"\u003e \u003c\/p\u003e\n\u003cp style=\"font-size: 18px; font-weight: 500; margin-bottom: 20px;\"\u003eUpgrade your grooming routine with the ultimate travel companion. Engineered for the modern man on the move, this upgraded mini electric shaver packs the power of a full-sized rotary razor into a sleek, pocket-sized body. Whether you're at the office, in the car, or traveling, get a clean, fresh look in seconds.\u003c\/p\u003e\n\u003chr style=\"border: 0; border-top: 1px solid #e5e5e5; margin: 25px 0;\"\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: bold; color: #111; margin-bottom: 15px;\"\u003eWhy Choose Our Mini Dual-Head Shaver?\u003c\/h3\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0; margin-bottom: 25px;\"\u003e\n\u003cli style=\"margin-bottom: 15px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-size: 18px;\"\u003e⚡\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNext-Gen Magnetic Dual-Heads:\u003c\/strong\u003e Features two floating precision magnetic heads that glide effortlessly over your facial contours. It captures even the shortest, stubborn stubble without pulling or skin irritation.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-size: 18px;\"\u003e🔋\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUSB-C Fast Charging \u0026amp; Long Battery Life:\u003c\/strong\u003e Equipped with a universal Type-C charging port. Charge it with your laptop, power bank, or car charger. A single full charge delivers weeks of standby power, so you can leave the cords at home.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-size: 18px;\"\u003e🌧️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIPX7 Waterproof (Wet \u0026amp; Dry Use):\u003c\/strong\u003e Fully waterproof engineering allows you to choose between a quick dry shave or a refreshing wet shave with foam. Cleaning is effortless—just rinse the entire device under running water.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-size: 18px;\"\u003e🤫\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eHigh-Speed, Low-Noise Motor:\u003c\/strong\u003e Experience a whisper-quiet shave. The ultra-powerful, high-torque motor operates at high RPMs for lightning-fast shaving without annoying noise or vibration.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px; display: flex; align-items: flex-start;\"\u003e\n\u003cspan style=\"margin-right: 10px; font-size: 18px;\"\u003e🎒\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUltra-Compact \u0026amp; Non-Slip Design:\u003c\/strong\u003e Designed to fit perfectly in your pocket, gym bag, or glove compartment. The premium ergonomic, non-slip texture ensures a secure, comfortable grip every single time.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr style=\"border: 0; border-top: 1px solid #e5e5e5; margin: 25px 0;\"\u003e\n\u003ch3 style=\"font-size: 20px; font-weight: bold; color: #111; margin-bottom: 15px;\"\u003eProduct Specifications:\u003c\/h3\u003e\n\u003cul style=\"padding-left: 20px; margin-bottom: 25px;\"\u003e\n\u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eShaving Heads:\u003c\/strong\u003e Precision Dual Floating Magnetic Heads\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eCharging Type:\u003c\/strong\u003e Type-C USB Quick Charge\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eWaterproof Rating:\u003c\/strong\u003e Fully Washable Body (Wet \u0026amp; Dry Dual Use)\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eOperation:\u003c\/strong\u003e Low-Noise, High-RPM Motor\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e 1x Mini Shaver, 1x USB-C Charging Cable, 1x Cleaning Brush\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"background-color: #f9f9f9; border-left: 4px solid #ff3c00; padding: 15px 20px; border-radius: 4px; margin-top: 30px;\" class=\"offer-box\"\u003e\n\u003cp style=\"margin: 0; font-weight: 600; font-size: 16px; color: #111;\"\u003e🔥 \u003cspan style=\"color: #ff3c00;\"\u003e\u003cstrong\u003eSpecial Launch Offer Available Now!\u003c\/strong\u003e\u003c\/span\u003e Get a flawless, smooth finish anytime, anywhere. Click \u003cstrong\u003eOrder Now\u003c\/strong\u003e to claim yours with fast shipping across the UAE!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":51174813794610,"sku":"MBYZYXEZ55987871","price":89.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0978\/3633\/5410\/files\/Screenshot2026-05-19231203_c943d8ed-73c4-47e5-9adf-fb4e0aab3453.png?v=1779211811","url":"https:\/\/uaeluxmart.shop\/products\/new-model-mini-dual-head-electric-shaver","provider":"Uaeluxmart.shop","version":"1.0","type":"link"}