{"product_id":"new-function-waterproof-portable-2000mah-shower-pump-with-light-fahrenheit-display-ideal-for-outdoor-camping","title":"New Function Waterproof Portable 2000mAh Shower Pump with Light Fahrenheit Display Ideal for Outdoor Camping","description":"\u003cstyle\u003e\n@keyframes fd-pulse {\n  0% { transform: scale(1); opacity: 0.9; }\n  50% { transform: scale(1.02); opacity: 1; }\n  100% { transform: scale(1); opacity: 0.9; }\n}\n\n@keyframes fd-slideIn {\n  from { opacity: 0; transform: translateY(-6px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.fd-wrap {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  max-width: 100%;\n  width: 680px;\n  margin: 0 auto;\n  color: #2d2d2d;\n  background: #ffffff;\n  padding: 8px;\n  box-sizing: border-box;\n}\n\n.fd-wrap * {\n  box-sizing: border-box;\n}\n\n\/* 16:9 AUTO-PLAY VIDEO BOX OVERLAY *\/\n.fd-video-wrapper {\n  width: 100%;\n  margin: 0 auto 20px auto;\n}\n\n.fd-video-container {\n  position: relative;\n  width: 100%;\n  padding-bottom: 56.25%; \/* Fixed 16:9 YouTube Aspect Ratio *\/\n  height: 0;\n  background: #000000;\n  border-radius: 14px;\n  overflow: hidden;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n}\n\n.fd-video-container iframe, \n.fd-video-container video {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  border: none;\n}\n\n\/* PREMIUM MOBILE-RESPONSIVE WARRANTY BANNER *\/\n.fd-warranty {\n  background: linear-gradient(135deg, #0f9b0f 0%, #17b917 50%, #4ce64c 100%);\n  background-size: 200% 200%;\n  animation: fd-pulse 4s infinite ease-in-out;\n  border-radius: 14px;\n  padding: 16px;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 20px;\n  box-shadow: 0 6px 20px rgba(23, 185, 23, 0.12);\n  position: relative;\n  overflow: hidden;\n}\n\n.fd-warranty-icon {\n  width: 32px;\n  height: 32px;\n  flex-shrink: 0;\n  fill: #ffffff;\n}\n\n.fd-warranty-text {\n  flex: 1;\n}\n\n.fd-warranty-text h3 {\n  margin: 0 0 4px;\n  font-size: 16px;\n  font-weight: 700;\n  color: #ffffff;\n}\n\n.fd-warranty-text p {\n  margin: 0;\n  font-size: 12.5px;\n  color: rgba(255, 255, 255, 0.9);\n  line-height: 1.4;\n}\n\n.fd-warranty-badge {\n  background: rgba(255, 255, 255, 0.18);\n  border: 1px solid rgba(255, 255, 255, 0.4);\n  border-radius: 50px;\n  padding: 4px 10px;\n  font-size: 11px;\n  font-weight: 700;\n  color: #ffffff;\n  white-space: nowrap;\n  backdrop-filter: blur(4px);\n}\n\n\/* MOBILE-OPTIMIZED FEATURE PILLS *\/\n.fd-pills {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 24px;\n}\n\n.fd-pill {\n  background: #f0fdf0;\n  color: #17b917;\n  border: 1px solid #cbf7cb;\n  border-radius: 50px;\n  padding: 6px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  transition: all 0.25s ease;\n}\n\n.fd-pill svg {\n  width: 14px;\n  height: 14px;\n  fill: #17b917;\n}\n\n.fd-pill:hover {\n  background: #17b917;\n  color: #ffffff;\n  border-color: #17b917;\n}\n\n.fd-pill:hover svg {\n  fill: #ffffff;\n}\n\n\/* RESPONSIVE ACCORDION *\/\n.fd-accordion {\n  border-top: 1px solid #eaeaea;\n}\n\n.fd-acc-item {\n  border-bottom: 1px solid #eaeaea;\n  background: #ffffff;\n}\n\n.fd-acc-item input[type=checkbox] {\n  position: absolute;\n  opacity: 0;\n  width: 0; height: 0;\n  pointer-events: none;\n}\n\n.fd-acc-label {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 16px 6px;\n  cursor: pointer;\n  user-select: none;\n  gap: 10px;\n}\n\n.fd-acc-title {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  font-weight: 700;\n  color: #1a1a1a;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.fd-acc-title svg {\n  width: 18px;\n  height: 18px;\n  fill: #17b917;\n}\n\n.fd-acc-arrow {\n  width: 12px;\n  height: 12px;\n  fill: #17b917;\n  transition: transform 0.3s ease;\n}\n\n\/* Smooth Dynamic Height Expansion *\/\n.fd-acc-body {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);\n  padding: 0 6px 0 34px;\n}\n\n.fd-acc-item input[type=checkbox]:checked ~ .fd-acc-label {\n  background: #f4fbf4;\n}\n\n.fd-acc-item input[type=checkbox]:checked ~ .fd-acc-label .fd-acc-arrow {\n  transform: rotate(180deg);\n}\n\n.fd-acc-item input[type=checkbox]:checked ~ .fd-acc-body {\n  max-height: 2000px;\n  padding: 8px 6px 20px 34px;\n}\n\n.fd-acc-content {\n  animation: fd-slideIn 0.3s ease forwards;\n}\n\n\/* BODY CONTENT TEXT \u0026 LISTS *\/\n.fd-acc-body p {\n  font-size: 13.5px;\n  line-height: 1.65;\n  color: #3b3b3b;\n  margin: 0 0 12px;\n}\n\n.fd-acc-body ul {\n  margin: 0 0 14px;\n  padding-left: 14px;\n  list-style: none;\n}\n\n.fd-acc-body ul li {\n  font-size: 13.5px;\n  line-height: 1.7;\n  color: #3b3b3b;\n  margin-bottom: 6px;\n  position: relative;\n}\n\n.fd-acc-body ul li::before {\n  content: \"•\";\n  color: #17b917;\n  font-weight: bold;\n  display: inline-block;\n  width: 1em;\n  margin-left: -1em;\n}\n\n\/* TIMELINE STEPS *\/\n.fd-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  margin-top: 10px;\n  position: relative;\n}\n\n.fd-steps::before {\n  content: '';\n  position: absolute;\n  top: 10px; left: 13px; bottom: 10px; width: 2px;\n  background: #dbf7db;\n}\n\n.fd-step {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  position: relative;\n  z-index: 1;\n}\n\n.fd-step-num {\n  background: linear-gradient(135deg, #0f9b0f, #17b917);\n  color: #ffffff;\n  border-radius: 50%;\n  min-width: 26px;\n  height: 26px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n.fd-step strong {\n  display: block;\n  font-size: 13.5px;\n  color: #1a1a1a;\n  margin-bottom: 2px;\n}\n\n.fd-step p {\n  font-size: 12.5px;\n  color: #555555;\n  margin: 0;\n  line-height: 1.5;\n}\n\n\/* SAFETY RESPONSIVE GRID *\/\n.fd-safety-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 10px;\n  margin-top: 10px;\n}\n\n.fd-safe-card {\n  background: #fbfdfb;\n  border: 1px solid #d5f7d5;\n  border-radius: 10px;\n  padding: 12px;\n}\n\n.fd-safe-card svg {\n  width: 20px;\n  height: 20px;\n  fill: #17b917;\n  margin-bottom: 6px;\n}\n\n.fd-safe-card strong {\n  font-size: 13px;\n  color: #0f9b0f;\n  display: block;\n  margin-bottom: 2px;\n}\n\n.fd-safe-card p {\n  font-size: 12px;\n  color: #555555;\n  margin: 0;\n  line-height: 1.4;\n}\n\n\/* RESPONSIVE SHIPPING TABLE *\/\n.fd-table-wrapper {\n  overflow-x: auto;\n  border-radius: 8px;\n  border: 1px solid #eaeaea;\n  margin-bottom: 14px;\n  -webkit-overflow-scrolling: touch;\n}\n\n.fd-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 12.5px;\n  text-align: left;\n  min-width: 450px;\n}\n\n.fd-table th {\n  background: #17b917;\n  color: #ffffff;\n  padding: 10px 12px;\n  font-weight: 600;\n}\n\n.fd-table td {\n  padding: 10px 12px;\n  border-bottom: 1px solid #eaeaea;\n  color: #3b3b3b;\n}\n\n.fd-table tr:last-child td {\n  border-bottom: none;\n}\n\n.fd-table tr:nth-child(even) td {\n  background: #fbfdfb;\n}\n\n\/* NOTIFICATION BOX *\/\n.fd-note {\n  background: #f2fbf2;\n  border-left: 3px solid #17b917;\n  border-radius: 4px 10px 10px 4px;\n  padding: 12px;\n  font-size: 12.5px;\n  color: #0a5c0a;\n  margin-top: 14px;\n  line-height: 1.5;\n  display: flex;\n  gap: 8px;\n}\n\n.fd-note svg {\n  width: 15px;\n  height: 15px;\n  fill: #17b917;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n\/* PHONE RESPONSIVENESS *\/\n@media(max-width: 520px) {\n  .fd-wrap { padding: 4px; }\n  .fd-warranty { flex-direction: column; align-items: flex-start; padding: 14px; gap: 10px; }\n  .fd-warranty-badge { width: 100%; text-align: center; padding: 6px; }\n  .fd-acc-title { font-size: 12.5px; gap: 8px; }\n  .fd-acc-body { padding-left: 20px; }\n  .fd-acc-item input[type=checkbox]:checked ~ .fd-acc-body { padding: 8px 4px 16px 20px; }\n  .fd-safety-grid { grid-template-columns: 1fr; gap: 8px; }\n  .fd-steps::before { left: 11px; }\n  .fd-step-num { min-width: 24px; height: 24px; font-size: 11px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fd-wrap\"\u003e\n\u003c!-- 1. DYNAMIC AUTO-PLAY VIDEO BOX (16:9 RATIO) --\u003e\n\u003cdiv class=\"fd-video-wrapper\"\u003e\n\u003cdiv class=\"fd-video-container\"\u003e\n\u003c!-- Agar YouTube link use karna hai to idhar apni video ID daalein --\u003e \u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb2a273d468c4d81ba3a20c737bfd52b.mp4\"\u003e\u003c\/iframe\u003e \u003c!-- Agar Shopify video file (.mp4) hai to upar wale iframe ko hata ke isko uncomment karein: --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. WARRANTY COVER BANNER --\u003e\n\u003cdiv class=\"fd-warranty\"\u003e\n\u003csvg class=\"fd-warranty-icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv class=\"fd-warranty-text\"\u003e\n\u003ch3\u003e1-Year Heavy Outdoor Warranty\u003c\/h3\u003e\n\u003cp\u003eComplete replacement protection against water logs, core motor failures, and structural display issues.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-warranty-badge\"\u003e✓ 100% Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. MOBILE FEATURE PILLS --\u003e\n\u003cdiv class=\"fd-pills\"\u003e\n\u003cdiv class=\"fd-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2v20M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e High Power Output\u003c\/div\u003e\n\u003cdiv class=\"fd-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Visualize Battery Display\u003c\/div\u003e\n\u003cdiv class=\"fd-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Flashlight Function\u003c\/div\u003e\n\u003cdiv class=\"fd-pill\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 2200mAh Battery Capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. SPECIFICATION ACCORDION MODULES --\u003e\n\u003cdiv class=\"fd-accordion\"\u003e\n\u003c!-- TAB 1: PRODUCT INFO --\u003e\n\u003cdiv class=\"fd-acc-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"acc1\" checked\u003e \u003clabel class=\"fd-acc-label\" for=\"acc1\"\u003e \u003cspan class=\"fd-acc-title\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Product Specifications \u003c\/span\u003e \u003csvg class=\"fd-acc-arrow\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"fd-acc-body\"\u003e\n\u003cdiv class=\"fd-acc-content\"\u003e\n\u003cp\u003eThe \u003cstrong\u003ePortable Outdoor Shower Pump Set\u003c\/strong\u003e is engineered specifically for rugged terrain, overlanding, and back-country camping, bringing high-pressure home comfort anywhere nature takes you.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-Power Water Flow:\u003c\/strong\u003e Massive water output profile provides standard steady stream pressure natively.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntelligent LED Panel:\u003c\/strong\u003e Built-in dynamic screen setup lets you visualize battery statistics for fearless monitoring against unexpected outages.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual-Mode Flashlight Block:\u003c\/strong\u003e Built-in secondary light array enables quick night operations or emergency camp lighting instantly.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e2200mAh Cordless Core:\u003c\/strong\u003e Massive internal lithium reserve means long-lasting runtime entirely free from messy plug cables.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Modular Kit:\u003c\/strong\u003e Bundled hook attachments, secure suction mount arrays, and flexible steel-weave hose structures included.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAB 2: OPERATIONAL GUIDE --\u003e\n\u003cdiv class=\"fd-acc-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"acc2\"\u003e \u003clabel class=\"fd-acc-label\" for=\"acc2\"\u003e \u003cspan class=\"fd-acc-title\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.38.66l-5.5 10.34c-.17.34-.38.34-.38.34z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e How it Works in the Wild \u003c\/span\u003e \u003csvg class=\"fd-acc-arrow\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"fd-acc-body\"\u003e\n\u003cdiv class=\"fd-acc-content\"\u003e\n\u003cp\u003eSetup takes less than 60 seconds with our smart quick-prime structural modules:\u003c\/p\u003e\n\u003cdiv class=\"fd-steps\"\u003e\n\u003cdiv class=\"fd-step\"\u003e\n\u003cdiv class=\"fd-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDrop \u0026amp; Submerge\u003c\/strong\u003e\n\u003cp\u003ePlace the waterproof sealed motor pump container direct inside any standard bucket, river reservoir, or warm water vessel source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-step\"\u003e\n\u003cdiv class=\"fd-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSingle Click Start\u003c\/strong\u003e\n\u003cp\u003ePress the central tracking button. The internal 2200mAh core spins up instantly to drive massive lift head flow pressure up the hose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-step\"\u003e\n\u003cdiv class=\"fd-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMount Anywhere\u003c\/strong\u003e\n\u003cp\u003eUse the heavy-duty canopy tree hooks or flat-window silicone suction adapters to hang the ergonomic shower head for a hands-free clean rinse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAB 3: SAFETY HARDENING --\u003e\n\u003cdiv class=\"fd-acc-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"acc3\"\u003e \u003clabel class=\"fd-acc-label\" for=\"acc3\"\u003e \u003cspan class=\"fd-acc-title\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Industrial Safeguards \u003c\/span\u003e \u003csvg class=\"fd-acc-arrow\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"fd-acc-body\"\u003e\n\u003cdiv class=\"fd-acc-content\"\u003e\n\u003cp\u003eBuilt robustly to withstand structural elements safely:\u003c\/p\u003e\n\u003cdiv class=\"fd-safety-grid\"\u003e\n\u003cdiv class=\"fd-safe-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2c-4.97 0-9 4.03-9 9 0 2.12.74 4.07 1.97 5.61L4.35 18c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0l1.9-1.9C9.22 18.58 10.57 19 12 19c4.97 0 9-4.03 9-9s-4.03-9-9-9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cstrong\u003eIPX7 Waterproof Hermetic\u003c\/strong\u003e\n\u003cp\u003eReinforced double rubber seals shield charging ports from internal short circuits entirely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fd-safe-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19.36 10.04L20.5 11.18 12 19.68l-4.5-4.5 1.14-1.14L12 17.41l6.22-6.23z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cstrong\u003eAnti-Sediment Screen Filter\u003c\/strong\u003e\n\u003cp\u003eRemoves micro-debris, organic mud particles, or river sand before pumping to protect structural pipelines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TAB 4: DISPATCH PROTOCOLS --\u003e\n\u003cdiv class=\"fd-acc-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"acc5\"\u003e \u003clabel class=\"fd-acc-label\" for=\"acc5\"\u003e \u003cspan class=\"fd-acc-title\"\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Shipping \u0026amp; Return Policies \u003c\/span\u003e \u003csvg class=\"fd-acc-arrow\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/label\u003e\n\u003cdiv class=\"fd-acc-body\"\u003e\n\u003cdiv class=\"fd-acc-content\"\u003e\n\u003cdiv class=\"fd-table-wrapper\"\u003e\n\u003ctable class=\"fd-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Lane\u003c\/th\u003e\n\u003cth\u003eAverage Arrival Window\u003c\/th\u003e\n\u003cth\u003eRates\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard Ground Free Fleet\u003c\/td\u003e\n\u003ctd\u003e3–5 Business Days\u003c\/td\u003e\n\u003ctd\u003eFree Across India\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpress Priority Dispatch\u003c\/td\u003e\n\u003ctd\u003e1–3 Business Days\u003c\/td\u003e\n\u003ctd\u003eNo Extra Charges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e📦 \u003cstrong\u003eProtected Outer Packing:\u003c\/strong\u003e Shipped inside heavy drop-tested box containers to shield structural hose links from transit scuffs perfectly.\u003c\/li\u003e\n\u003cli\u003e🔄 \u003cstrong\u003eNo-Hassle 7-Day Window:\u003c\/strong\u003e Straightforward processing for un-opened camping gear kits instantly.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"growkart","offers":[{"title":"Default Title","offer_id":48115554123997,"sku":null,"price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0836\/1885\/7181\/files\/H637b09a33cb2440bab2c5ae32cb5d02fi.jpg?v=1782981869","url":"https:\/\/www.growkart.shop\/products\/new-function-waterproof-portable-2000mah-shower-pump-with-light-fahrenheit-display-ideal-for-outdoor-camping","provider":"growkart","version":"1.0","type":"link"}