{"title":"Home Utility","description":"","products":[{"product_id":"foldable-squeeze-mop-180-water-squeezer-cleaning-tool-multi-surface-window-floor-cleaner","title":"Celestor Foldable Squeeze Mop | 180° Multi-Surface Window \u0026 Floor Cleaner","description":"\u003cstyle\u003e\n  \/* =========================================\n     CELESTOR PREMIUM V4 - FULL PAGE (SINGLE COL LIST)\n     ========================================= *\/\n  .celestor-x-wrapper {\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1d1d1f;\n    background-color: #fbfbfd;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 40px 20px;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n\n  .celestor-x-wrapper * {\n    box-sizing: border-box;\n  }\n\n  .celestor-x-wrapper h1, \n  .celestor-x-wrapper h2, \n  .celestor-x-wrapper h3, \n  .celestor-x-wrapper p {\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* --- HERO SECTION --- *\/\n  .cx-hero {\n    text-align: center;\n    padding: 100px 20px;\n    background: #000000;\n    border-radius: 24px;\n    margin-bottom: 60px;\n    color: #ffffff;\n    box-shadow: 0 20px 40px rgba(0,0,0,0.15);\n  }\n\n  .cx-hero-eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: #86868b;\n    margin-bottom: 24px;\n    display: block;\n  }\n\n  .cx-hero-title {\n    font-size: 56px;\n    font-weight: 800;\n    letter-spacing: -0.04em;\n    line-height: 1.05;\n    margin-bottom: 24px;\n  }\n\n  .cx-hero-subtitle {\n    font-size: 20px;\n    font-weight: 400;\n    color: #a1a1a6;\n    max-width: 580px;\n    margin: 0 auto;\n    line-height: 1.4;\n  }\n\n  \/* --- STACKED COMPARISON SECTION (Exact same on Mobile \u0026 Desktop) --- *\/\n  .cx-section-title {\n    text-align: center;\n    font-size: 36px;\n    font-weight: 800;\n    letter-spacing: -0.03em;\n    margin-bottom: 40px;\n    color: #1d1d1f;\n  }\n\n  .cx-evo-stack {\n    display: flex;\n    flex-direction: column;\n    gap: 32px; \n    margin-bottom: 80px;\n    max-width: 900px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cx-evo-card {\n    padding: 48px;\n    border-radius: 24px;\n    position: relative;\n    width: 100%;\n  }\n\n  .cx-evo-problem {\n    background-color: #f5f5f7;\n    border: 1px solid #e5e5ea;\n  }\n\n  .cx-evo-solution {\n    background-color: #ffffff;\n    border: 1px solid rgba(0,0,0,0.04);\n    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);\n  }\n\n  .cx-evo-solution::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 6px;\n    background: #1d1d1f;\n    border-top-left-radius: 24px;\n    border-top-right-radius: 24px;\n  }\n\n  .cx-evo-label {\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 32px;\n    display: inline-block;\n  }\n\n  .cx-evo-problem .cx-evo-label { color: #86868b; }\n  .cx-evo-solution .cx-evo-label { color: #1d1d1f; }\n\n  \/* Changed to vertical column for both desktop and mobile *\/\n  .cx-evo-list {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .cx-evo-list li {\n    font-size: 17px;\n    padding-left: 28px;\n    position: relative;\n    line-height: 1.5;\n  }\n\n  .cx-evo-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 8px;\n    width: 8px;\n    height: 8px;\n    border-radius: 2px;\n  }\n\n  .cx-evo-problem .cx-evo-list li { color: #515154; font-weight: 400; }\n  .cx-evo-problem .cx-evo-list li::before { background-color: #d2d2d7; }\n\n  .cx-evo-solution .cx-evo-list li { color: #1d1d1f; font-weight: 600; }\n  .cx-evo-solution .cx-evo-list li::before { background-color: #1d1d1f; }\n\n\n  \/* --- FEATURES GRID --- *\/\n  .cx-features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr); \n    gap: 24px;\n    margin-bottom: 80px;\n  }\n\n  .cx-feature-item {\n    background-color: #ffffff;\n    border: 1px solid rgba(0,0,0,0.04);\n    border-radius: 20px;\n    padding: 40px 30px;\n    box-shadow: 0 4px 24px rgba(0,0,0,0.02);\n    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .cx-feature-item:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n  }\n\n  .cx-feature-title {\n    font-size: 19px;\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    color: #1d1d1f;\n    margin-bottom: 12px;\n  }\n\n  .cx-feature-desc {\n    font-size: 15px;\n    color: #515154;\n    line-height: 1.5;\n  }\n\n  \/* --- LIFESTYLE SECTION --- *\/\n  .cx-lifestyle {\n    text-align: center;\n    padding: 100px 40px;\n    background-color: #1d1d1f; \n    color: #f5f5f7;\n    border-radius: 24px;\n    margin-bottom: 80px;\n  }\n\n  .cx-lifestyle h3 {\n    font-size: 40px;\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    margin-bottom: 24px;\n  }\n\n  .cx-lifestyle p {\n    font-size: 19px;\n    font-weight: 400;\n    color: #a1a1a6;\n    max-width: 680px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* --- SPECS TABLE --- *\/\n  .cx-specs-wrap {\n    background: #ffffff;\n    padding: 50px;\n    border-radius: 24px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n    margin-bottom: 80px;\n    border: 1px solid rgba(0,0,0,0.04);\n  }\n\n  .cx-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .cx-specs-table td {\n    padding: 20px 0;\n    border-bottom: 1px solid #e5e5ea;\n    font-size: 16px;\n  }\n\n  .cx-specs-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .cx-specs-label {\n    color: #86868b;\n    font-weight: 500;\n    width: 40%;\n  }\n\n  .cx-specs-value {\n    color: #1d1d1f;\n    font-weight: 600;\n    width: 60%;\n  }\n\n  \/* --- FOUNDER NOTE --- *\/\n  .cx-founder-note {\n    text-align: center;\n    padding: 60px 20px;\n    border-top: 2px solid #e5e5ea;\n    margin-bottom: 20px;\n  }\n\n  .cx-founder-quote {\n    font-size: 22px;\n    font-style: italic;\n    font-weight: 500;\n    color: #1d1d1f;\n    max-width: 800px;\n    margin: 0 auto 24px auto;\n    line-height: 1.4;\n    letter-spacing: -0.01em;\n  }\n\n  .cx-founder-names {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #86868b;\n  }\n\n  \/* --- MOBILE RESPONSIVENESS --- *\/\n  @media (max-width: 900px) {\n    .cx-features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .cx-hero-title { font-size: 40px; }\n    .cx-hero-subtitle { font-size: 17px; }\n    \n    .cx-section-title { font-size: 30px; margin-bottom: 30px; }\n    .cx-evo-card { padding: 32px 24px; }\n    \n    .cx-features-grid { grid-template-columns: 1fr; }\n    \n    .cx-lifestyle h3 { font-size: 32px; }\n    .cx-lifestyle p { font-size: 17px; }\n    \n    .cx-specs-wrap { padding: 30px 20px; }\n    .cx-founder-quote { font-size: 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"celestor-x-wrapper\"\u003e\n  \n  \u003cdiv class=\"cx-hero\"\u003e\n    \u003cspan class=\"cx-hero-eyebrow\"\u003eCelestor Engineering\u003c\/span\u003e\n    \u003ch1 class=\"cx-hero-title\"\u003eEffortless precision.\u003c\/h1\u003e\n    \u003cp class=\"cx-hero-subtitle\"\u003eMeet the Celestor Foldable Squeeze Mop. Masterfully crafted for the modern home, delivering unmatched control with every glide.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"cx-section-title\"\u003eThe Evolution of Clean\u003c\/h2\u003e\n  \u003cdiv class=\"cx-evo-stack\"\u003e\n    \n    \u003cdiv class=\"cx-evo-card cx-evo-problem\"\u003e\n      \u003cdiv class=\"cx-evo-label\"\u003eThe Old Way\u003c\/div\u003e\n      \u003cul class=\"cx-evo-list\"\u003e\n        \u003cli\u003eRequires manual wringing and dirty hands\u003c\/li\u003e\n        \u003cli\u003eBulky designs that consume storage space\u003c\/li\u003e\n        \u003cli\u003eRigid heads that completely miss tight corners\u003c\/li\u003e\n        \u003cli\u003eLeaves excess water and noticeable streaks\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cx-evo-card cx-evo-solution\"\u003e\n      \u003cdiv class=\"cx-evo-label\"\u003eThe Celestor Standard\u003c\/div\u003e\n      \u003cul class=\"cx-evo-list\"\u003e\n        \u003cli\u003eCompletely hands-free moisture control\u003c\/li\u003e\n        \u003cli\u003eUltra-compact, self-standing storage profile\u003c\/li\u003e\n        \u003cli\u003e180-degree agile rotation for seamless maneuvering\u003c\/li\u003e\n        \u003cli\u003eOptimized absorption for an instant-dry finish\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"cx-section-title\"\u003eDesigned to Outperform\u003c\/h2\u003e\n  \u003cdiv class=\"cx-features-grid\"\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003eHands-Free Wringing\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eAn integrated slide mechanism efficiently removes dirt and water in one smooth motion. Never touch a dirty mop head again.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003e180° Foldable Design\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eEngineered with a responsive swivel joint, allowing it to glide under low furniture and adapt to any angle effortlessly.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003eMulti-Surface Matrix\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eHigh-density sponge technology ensures safe, scratch-free deep cleaning on hardwood, tile, marble, and laminate floors.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003eCompact Storage\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eFolds into a sleek, vertical stance that self-stands. Easily fits into tight utility spaces or discreetly behind doors.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003eLightweight Core\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eConstructed from premium alloys and high-impact polymers, offering immense durability without the weight fatigue.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-feature-item\"\u003e\n      \u003cdiv class=\"cx-feature-title\"\u003eRapid Absorption\u003c\/div\u003e\n      \u003cdiv class=\"cx-feature-desc\"\u003eMaximized surface contact cuts your cleaning time in half, instantly locking away spills and leaving floors spotless.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-lifestyle\"\u003e\n    \u003ch3\u003eRedefine your space.\u003c\/h3\u003e\n    \u003cp\u003eWe believe that maintaining your home shouldn't be a chore—it should be an experience. The Celestor Foldable Squeeze Mop was created to blend seamlessly into modern living, offering a sophisticated, highly efficient solution to daily upkeep. Experience the satisfaction of absolute cleanliness, effortlessly achieved.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-specs-wrap\"\u003e\n    \u003ch2 class=\"cx-section-title\" style=\"margin-bottom: 30px; text-align: left; font-size: 24px;\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"cx-specs-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"cx-specs-label\"\u003eMechanism\u003c\/td\u003e\n          \u003ctd class=\"cx-specs-value\"\u003eIntegrated Slide-Squeeze System\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"cx-specs-label\"\u003eArticulation\u003c\/td\u003e\n          \u003ctd class=\"cx-specs-value\"\u003e180° Multi-Directional Swivel\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"cx-specs-label\"\u003eMaterial Composition\u003c\/td\u003e\n          \u003ctd class=\"cx-specs-value\"\u003eHigh-Grade Alloy Core, Premium PVA Sponge\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"cx-specs-label\"\u003eStorage Profile\u003c\/td\u003e\n          \u003ctd class=\"cx-specs-value\"\u003eVertical, Self-Standing Fold\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd class=\"cx-specs-label\"\u003eSurface Compatibility\u003c\/td\u003e\n          \u003ctd class=\"cx-specs-value\"\u003eHardwood, Tile, Laminate, Marble\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cx-founder-note\"\u003e\n    \u003cdiv class=\"cx-founder-quote\"\u003e\n      “Built with a vision to simplify everyday living through thoughtfully designed products that combine utility, comfort, and modern aesthetics.”\n    \u003c\/div\u003e\n    \u003cdiv class=\"cx-founder-names\"\u003e\n      — Founded by Vinod Kumar Dubey \u0026amp; Aastha Tambarekar\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":43750633603206,"sku":"CLST-MWS-0033","price":299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/4707_1_4d4c5f21-e445-46fe-898d-f14261af0c71.jpg?v=1774769780"},{"product_id":"electric-bbq-grill-portable-smokeless-indoor-barbecue-machine-multi-purpose-cooking-grill-2000w","title":"Celestor Electric BBQ Grill – 2000W Smokeless Portable Indoor Machine","description":"\u003cstyle\u003e\n\n  *{\n    box-sizing:border-box;\n  }\n\n  .celestor-bbq{\n    font-family: Helvetica, Arial, sans-serif;\n    color:#111;\n    background:#fff;\n    overflow:hidden;\n  }\n\n  .celestor-wrap{\n    width:100%;\n    max-width:1280px;\n    margin:auto;\n    padding:0 24px;\n  }\n\n  \/* HERO *\/\n\n  .celestor-hero{\n    padding:100px 0 80px;\n    position:relative;\n  }\n\n  .celestor-eyebrow{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    border:1px solid #e4e4e4;\n    border-radius:60px;\n    padding:10px 18px;\n    font-size:12px;\n    text-transform:uppercase;\n    letter-spacing:1.8px;\n    font-weight:700;\n    color:#666;\n    margin-bottom:26px;\n    background:#fafafa;\n  }\n\n  .celestor-hero h1{\n    font-size:74px;\n    line-height:1;\n    letter-spacing:-4px;\n    margin:0 0 28px;\n    font-weight:700;\n    max-width:900px;\n  }\n\n  .celestor-hero p{\n    max-width:820px;\n    color:#555;\n    font-size:18px;\n    line-height:1.9;\n    margin:0;\n  }\n\n  \/* PREMIUM HIGHLIGHT *\/\n\n  .celestor-highlight{\n    padding:20px 0 90px;\n  }\n\n  .celestor-highlight-box{\n    background:#111;\n    color:#fff;\n    border-radius:42px;\n    padding:70px;\n    position:relative;\n    overflow:hidden;\n  }\n\n  .celestor-highlight-box::before{\n    content:\"\";\n    position:absolute;\n    width:420px;\n    height:420px;\n    right:-140px;\n    top:-140px;\n    background:rgba(255,255,255,0.04);\n    border-radius:50%;\n  }\n\n  .celestor-highlight-box h2{\n    font-size:56px;\n    line-height:1.08;\n    margin:0 0 26px;\n    letter-spacing:-2px;\n    max-width:760px;\n    position:relative;\n    z-index:2;\n  }\n\n  .celestor-highlight-box p{\n    max-width:720px;\n    color:rgba(255,255,255,0.72);\n    font-size:17px;\n    line-height:1.9;\n    margin:0;\n    position:relative;\n    z-index:2;\n  }\n\n  \/* FEATURE GRID *\/\n\n  .celestor-features{\n    padding:0 0 90px;\n  }\n\n  .celestor-grid{\n    display:grid;\n    grid-template-columns:repeat(2,1fr);\n    gap:28px;\n  }\n\n  .celestor-card{\n    background:#fafafa;\n    border:1px solid #ececec;\n    border-radius:34px;\n    padding:42px;\n    transition:0.4s ease;\n    position:relative;\n  }\n\n  .celestor-card:hover{\n    transform:translateY(-6px);\n    background:#fff;\n    box-shadow:0 22px 60px rgba(0,0,0,0.08);\n  }\n\n  .celestor-count{\n    font-size:13px;\n    color:#888;\n    letter-spacing:2px;\n    font-weight:700;\n    margin-bottom:24px;\n  }\n\n  .celestor-card h3{\n    font-size:34px;\n    line-height:1.15;\n    margin:0 0 18px;\n    letter-spacing:-1px;\n  }\n\n  .celestor-card p{\n    font-size:16px;\n    color:#555;\n    line-height:1.9;\n    margin:0;\n  }\n\n  \/* SPECS *\/\n\n  .celestor-specs{\n    padding:0 0 100px;\n  }\n\n  .celestor-spec-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:22px;\n  }\n\n  .celestor-spec{\n    border:1px solid #ececec;\n    border-radius:30px;\n    padding:38px 28px;\n    text-align:center;\n    background:#fff;\n  }\n\n  .celestor-spec h4{\n    font-size:48px;\n    margin:0 0 12px;\n    letter-spacing:-2px;\n  }\n\n  .celestor-spec p{\n    color:#666;\n    margin:0;\n    font-size:15px;\n  }\n\n  \/* CTA *\/\n\n  .celestor-cta{\n    padding:0 0 110px;\n  }\n\n  .celestor-cta-box{\n    border:1px solid #ececec;\n    border-radius:42px;\n    padding:70px;\n    background:#fafafa;\n    text-align:center;\n  }\n\n  .celestor-cta-box h2{\n    font-size:58px;\n    line-height:1.08;\n    margin:0 0 24px;\n    letter-spacing:-2px;\n  }\n\n  .celestor-cta-box p{\n    max-width:760px;\n    margin:0 auto 38px;\n    color:#666;\n    font-size:17px;\n    line-height:1.9;\n  }\n\n  .celestor-btn{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    padding:18px 42px;\n    background:#111;\n    color:#fff;\n    text-decoration:none;\n    border-radius:60px;\n    font-size:15px;\n    font-weight:700;\n    transition:0.3s ease;\n  }\n\n  .celestor-btn:hover{\n    transform:translateY(-2px);\n  }\n\n  \/* MOBILE *\/\n\n  @media(max-width:992px){\n\n    .celestor-grid{\n      grid-template-columns:1fr;\n    }\n\n    .celestor-spec-grid{\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .celestor-hero h1{\n      font-size:52px;\n    }\n\n    .celestor-highlight-box h2{\n      font-size:42px;\n    }\n\n    .celestor-cta-box h2{\n      font-size:42px;\n    }\n\n  }\n\n  @media(max-width:768px){\n\n    .celestor-hero{\n      padding:70px 0 50px;\n    }\n\n    .celestor-hero h1{\n      font-size:40px;\n      letter-spacing:-2px;\n    }\n\n    .celestor-hero p{\n      font-size:16px;\n    }\n\n    .celestor-highlight-box{\n      padding:42px 30px;\n      border-radius:28px;\n    }\n\n    .celestor-highlight-box h2{\n      font-size:32px;\n    }\n\n    .celestor-card{\n      padding:30px;\n      border-radius:26px;\n    }\n\n    .celestor-card h3{\n      font-size:28px;\n    }\n\n    .celestor-spec-grid{\n      grid-template-columns:1fr;\n    }\n\n    .celestor-spec h4{\n      font-size:38px;\n    }\n\n    .celestor-cta-box{\n      padding:42px 28px;\n      border-radius:28px;\n    }\n\n    .celestor-cta-box h2{\n      font-size:34px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"celestor-bbq\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"celestor-hero\"\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003cdiv class=\"celestor-eyebrow\"\u003eModern Indoor Grilling Experience\u003c\/div\u003e\n\u003ch1\u003eCelestor Electric BBQ Grill\u003c\/h1\u003e\n\u003cp\u003eEnjoy authentic grilled flavor without charcoal smoke, bulky propane tanks, or complicated outdoor setups. Designed for modern kitchens, apartments, and compact spaces, the Celestor Electric BBQ Grill delivers fast, consistent cooking performance while keeping your indoor environment clean, comfortable, and hassle-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003csection class=\"celestor-highlight\"\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003cdiv class=\"celestor-highlight-box\"\u003e\n\u003ch2\u003eRestaurant-Style Grilling. Designed for Everyday Living.\u003c\/h2\u003e\n\u003cp\u003eEffortlessly prepare grilled vegetables, paneer, sandwiches, kebabs, and your favorite BBQ snacks directly on your countertop. Whether you're hosting indoor gatherings or cooking quick evening meals, this smokeless electric grill gives you professional-style results without filling your kitchen with unwanted smoke or lingering odors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"celestor-features\"\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003cdiv class=\"celestor-grid\"\u003e\n\u003c!-- CARD --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-count\"\u003e01\u003c\/div\u003e\n\u003ch3\u003e2000W Fast Heating Technology\u003c\/h3\u003e\n\u003cp\u003eHigh-performance heating system rapidly reaches optimal cooking temperature for evenly grilled food with consistent texture, flavor, and professional-quality searing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CARD --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-count\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eSmokeless Indoor Cooking\u003c\/h3\u003e\n\u003cp\u003eAdvanced low-smoke grilling design allows comfortable indoor use, helping maintain a fresher kitchen environment during cooking sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CARD --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-count\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Portable Build\u003c\/h3\u003e\n\u003cp\u003eLightweight structure fits perfectly into apartments, balconies, dormitories, and modern kitchens while remaining easy to carry and store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CARD --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-count\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eEasy-Clean Cooking Surface\u003c\/h3\u003e\n\u003cp\u003eSmooth non-stick surfaces simplify post-cooking cleanup, reducing maintenance time after every meal preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"celestor-specs\"\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003cdiv class=\"celestor-spec-grid\"\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e2000W\u003c\/h4\u003e\n\u003cp\u003eFast Heating Power\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003eIndoor\u003c\/h4\u003e\n\u003cp\u003eSmokeless Cooking\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003eCompact\u003c\/h4\u003e\n\u003cp\u003ePortable Structure\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003eEasy\u003c\/h4\u003e\n\u003cp\u003eQuick Cleanup\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"celestor-cta\"\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003cdiv class=\"celestor-cta-box\"\u003e\n\u003ch2\u003eBring Outdoor Flavor Into Your Kitchen\u003c\/h2\u003e\n\u003cp\u003eUpgrade your cooking experience with a premium electric BBQ grill engineered for convenience, fast performance, and effortless indoor grilling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":43751033897094,"sku":"CLST-BBQ-0527","price":1960.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/bbq_2.png?v=1776158859"},{"product_id":"celestor-2kg-mini-washing-machine-portable-semi-automatic-washer-for-delicate-clothes-warm-water-wash-compact-space-saving","title":"Celestor 2KG Mini Washing Machine – Portable Semi-Automatic Washer","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .celestor-premium {\n    font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    background: #f8f9fa;\n    overflow: hidden;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .celestor-container {\n    width: 100%;\n    max-width: 1280px;\n    margin: auto;\n    padding: 0 24px;\n  }\n\n  \/* HERO *\/\n  .celestor-hero {\n    padding: 100px 0 60px;\n    position: relative;\n    text-align: center;\n    background: radial-gradient(circle at top, #ffffff 0%, #f8f9fa 100%);\n  }\n\n  .celestor-tag {\n    display: inline-block;\n    padding: 8px 20px;\n    border: 1px solid rgba(0,0,0,0.08);\n    border-radius: 50px;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #4a4a4a;\n    margin-bottom: 24px;\n    font-weight: 600;\n    background: #ffffff;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n\n  .celestor-hero h1 {\n    font-size: 64px;\n    line-height: 1.1;\n    letter-spacing: -2px;\n    margin: 0 auto 24px;\n    font-weight: 700;\n    max-width: 1000px;\n    color: #111;\n  }\n\n  .celestor-hero p {\n    max-width: 700px;\n    color: #555;\n    font-size: 18px;\n    line-height: 1.8;\n    margin: 0 auto;\n    font-weight: 400;\n  }\n\n  \/* FEATURE SECTION *\/\n  .celestor-features {\n    padding: 60px 0;\n  }\n\n  .celestor-grid {\n    display: grid;\n    \/* auto-fit ensure karega ki cards screen size ke hisab se perfectly wrap ho sakein *\/\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 32px;\n  }\n\n  .celestor-card {\n    position: relative;\n    background: #ffffff;\n    border: 1px solid rgba(0,0,0,0.04);\n    border-radius: 28px;\n    padding: 40px; \/* text ko breath karne ke liye padding thodi manage ki hai *\/\n    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n    overflow: hidden;\n  }\n\n  .celestor-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #111 0%, #666 100%);\n    opacity: 0;\n    transition: 0.5s ease;\n  }\n\n  .celestor-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 24px 60px rgba(0,0,0,0.06);\n    border-color: transparent;\n  }\n\n  .celestor-card:hover::before {\n    opacity: 1;\n  }\n\n  .celestor-number {\n    font-size: 14px;\n    color: #a1a1a1;\n    margin-bottom: 20px;\n    letter-spacing: 2px;\n    font-weight: 700;\n  }\n\n  .celestor-card h3 {\n    font-size: 28px; \/* Word breaking rokne ke liye font size optimized kiya *\/\n    line-height: 1.3;\n    margin: 0 0 20px;\n    letter-spacing: -0.5px;\n    font-weight: 600;\n    word-break: keep-all; \/* Kisi bhi word ko bich se tutne se rokega *\/\n    overflow-wrap: break-word;\n  }\n\n  .celestor-feature-title {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #888;\n    margin-bottom: 8px;\n    font-weight: 700;\n  }\n\n  .celestor-feature-text {\n    color: #4a4a4a;\n    font-size: 16px;\n    line-height: 1.7;\n    margin-bottom: 28px;\n  }\n\n  .celestor-benefit {\n    padding-top: 24px;\n    border-top: 1px solid #f0f0f0;\n  }\n\n  .celestor-benefit p {\n    color: #1a1a1a;\n    font-size: 16px;\n    line-height: 1.7;\n    margin: 0;\n    font-weight: 500;\n  }\n\n  \/* SPECS *\/\n  .celestor-specs {\n    padding: 40px 0 80px;\n  }\n\n  .celestor-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 24px;\n  }\n\n  .celestor-spec {\n    border: 1px solid rgba(0,0,0,0.04);\n    border-radius: 24px;\n    padding: 34px 20px;\n    text-align: center;\n    background: #ffffff;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n    transition: transform 0.4s ease;\n  }\n\n  .celestor-spec:hover {\n    transform: translateY(-5px);\n  }\n\n  .celestor-spec h4 {\n    font-size: 42px;\n    margin: 0 0 8px;\n    letter-spacing: -1.5px;\n    font-weight: 700;\n    background: linear-gradient(135deg, #111 0%, #777 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .celestor-spec p {\n    margin: 0;\n    color: #666;\n    font-size: 15px;\n    font-weight: 500;\n  }\n\n  \/* PREMIUM BANNER *\/\n  .celestor-banner {\n    padding: 0 0 100px;\n  }\n\n  .celestor-banner-box {\n    background: linear-gradient(135deg, #111 0%, #2a2a2c 100%);\n    color: #fff;\n    border-radius: 32px;\n    padding: 60px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n  }\n\n  .celestor-banner h2 {\n    font-size: 42px;\n    line-height: 1.2;\n    margin: 0 0 20px;\n    letter-spacing: -1px;\n    position: relative;\n    z-index: 2;\n    max-width: 600px;\n    font-weight: 700;\n  }\n\n  .celestor-banner p {\n    max-width: 500px;\n    font-size: 17px;\n    line-height: 1.7;\n    color: rgba(255,255,255,0.75);\n    margin-bottom: 32px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .celestor-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 16px 40px;\n    background: #fff;\n    color: #111;\n    text-decoration: none;\n    border-radius: 50px;\n    font-size: 15px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    transition: all 0.3s ease;\n    position: relative;\n    z-index: 2;\n  }\n\n  .celestor-btn:hover {\n    transform: translateY(-3px);\n    background: #f8f9fa;\n  }\n\n  \/* MOBILE RESPONSIVENESS VIA CONTAINER WIDTHS *\/\n  @media(max-width: 768px) {\n    .celestor-hero {\n      padding: 60px 0 40px;\n    }\n    .celestor-hero h1 {\n      font-size: 38px;\n    }\n    .celestor-hero p {\n      font-size: 16px;\n    }\n    .celestor-card {\n      padding: 28px;\n    }\n    .celestor-card h3 {\n      font-size: 24px;\n    }\n    .celestor-banner-box {\n      padding: 40px 24px;\n    }\n    .celestor-banner h2 {\n      font-size: 30px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"celestor-premium\"\u003e\n\u003csection class=\"celestor-hero\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cspan class=\"celestor-tag\"\u003ePremium Portable Laundry Solution\u003c\/span\u003e\n\u003ch1\u003eCelestor 2KG Mini Washing Machine\u003c\/h1\u003e\n\u003cp\u003eDesigned for modern living, the Celestor 2KG Mini Washing Machine combines compact engineering with premium fabric care technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-features\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-grid\"\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003e2KG Compact Capacity\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eEngineered for efficient small-load laundry while maintaining a minimal footprint suitable for compact environments.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eKeep undergarments, baby clothes, socks, and delicate fabrics hygienically separated from heavy laundry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eWarm Water Cleaning\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eIntegrated warm water functionality supports temperatures up to 60°C for deeper and more effective fabric sanitization.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eAchieve a cleaner and fresher wash experience while helping remove bacteria and odors from delicate garments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eDetachable Drain Basket\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eSmart integrated draining system designed for convenient water removal and faster fabric handling.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eWash and partially dry garments within the same setup, reducing manual effort and overall laundry time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eLow Noise Operation\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eQuiet 45dB operating system optimized for apartments, hostels, dormitories, and shared spaces.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eRun laundry cycles comfortably during the day or night without disturbing roommates or family members.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-specs\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-specs-grid\"\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e2KG\u003c\/h4\u003e\n\u003cp\u003ePortable Capacity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e60°C\u003c\/h4\u003e\n\u003cp\u003eWarm Water Cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e45dB\u003c\/h4\u003e\n\u003cp\u003eLow Noise Performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003eCompact\u003c\/h4\u003e\n\u003cp\u003eSpace Saving Design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-banner\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-banner-box\"\u003e\n\u003ch2\u003eProfessional Laundry Care.\u003cbr\u003eDesigned for Compact Living.\u003c\/h2\u003e\n\u003cp\u003eUpgrade your routine with a premium portable washing solution engineered for modern convenience, hygienic fabric care, and effortless everyday performance.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":43809972977798,"sku":"CLST-WMMP-0035","price":1649.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/premium_eCommerce_hero_202604060107_1.jpg?v=1775417965"},{"product_id":"ultra-premium-mini-portable-washing-machine-1-5l-360-deep-clean-usb-rechargeable-perfect-for-delicates-baby-clothes-travel","title":"Celestor Mini Portable Washing Machine – 1.5L USB Rechargeable Washer","description":"\u003cstyle\u003e\n  *{\n    box-sizing:border-box;\n  }\n\n  .celestor-wrap{\n    font-family: Helvetica, Arial, sans-serif;\n    color:#111;\n    max-width:1200px;\n    margin:auto;\n    line-height:1.7;\n  }\n\n  .celestor-hero{\n    padding:60px 20px;\n    text-align:center;\n  }\n\n  .celestor-hero h1{\n    font-size:42px;\n    font-weight:700;\n    margin-bottom:18px;\n    letter-spacing:-1px;\n  }\n\n  .celestor-hero p{\n    font-size:17px;\n    color:#555;\n    max-width:850px;\n    margin:auto;\n  }\n\n  .celestor-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));\n    gap:24px;\n    padding:20px;\n  }\n\n  .celestor-card{\n    border:1px solid #e8e8e8;\n    border-radius:24px;\n    padding:30px;\n    background:#fff;\n    transition:0.3s ease;\n  }\n\n  .celestor-card:hover{\n    transform:translateY(-5px);\n    box-shadow:0 12px 30px rgba(0,0,0,0.08);\n  }\n\n  .celestor-card h3{\n    font-size:24px;\n    margin-bottom:18px;\n    font-weight:700;\n  }\n\n  .celestor-label{\n    font-size:13px;\n    text-transform:uppercase;\n    letter-spacing:1px;\n    color:#777;\n    margin-bottom:12px;\n    display:block;\n    font-weight:600;\n  }\n\n  .celestor-feature{\n    margin-bottom:18px;\n  }\n\n  .celestor-feature strong{\n    display:block;\n    font-size:16px;\n    margin-bottom:8px;\n    color:#111;\n  }\n\n  .celestor-feature p{\n    color:#555;\n    font-size:15px;\n    margin:0;\n  }\n\n  .celestor-highlight{\n    margin:60px 20px 30px;\n    background:#f7f7f7;\n    border-radius:28px;\n    padding:45px;\n  }\n\n  .celestor-highlight h2{\n    font-size:34px;\n    margin-bottom:20px;\n    text-align:center;\n  }\n\n  .celestor-benefits{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:20px;\n    margin-top:30px;\n  }\n\n  .celestor-benefit{\n    background:#fff;\n    border-radius:18px;\n    padding:24px;\n    border:1px solid #ececec;\n  }\n\n  .celestor-benefit h4{\n    font-size:18px;\n    margin-bottom:10px;\n  }\n\n  .celestor-benefit p{\n    color:#666;\n    font-size:15px;\n    margin:0;\n  }\n\n  .celestor-cta{\n    text-align:center;\n    padding:60px 20px;\n  }\n\n  .celestor-cta h2{\n    font-size:38px;\n    margin-bottom:15px;\n  }\n\n  .celestor-cta p{\n    color:#666;\n    font-size:16px;\n    max-width:700px;\n    margin:0 auto 28px;\n  }\n\n  .celestor-btn{\n    display:inline-block;\n    background:#111;\n    color:#fff;\n    padding:16px 40px;\n    border-radius:50px;\n    text-decoration:none;\n    font-size:15px;\n    font-weight:600;\n    transition:0.3s ease;\n  }\n\n  .celestor-btn:hover{\n    opacity:0.9;\n  }\n\n  @media(max-width:768px){\n\n    .celestor-hero{\n      padding:40px 16px;\n    }\n\n    .celestor-hero h1{\n      font-size:30px;\n    }\n\n    .celestor-highlight{\n      padding:30px 22px;\n    }\n\n    .celestor-highlight h2{\n      font-size:26px;\n    }\n\n    .celestor-cta h2{\n      font-size:30px;\n    }\n\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"celestor-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"celestor-hero\"\u003e\n\u003ch1\u003eCelestor Mini Portable Washing Machine\u003c\/h1\u003e\n\u003cp\u003eKeeping your baby’s essentials fresh and hygienic should be simple. Designed for modern parents, this compact portable washing machine delivers convenient cleaning for delicate baby clothes, bibs, socks, towels, and other small essentials wherever you are.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"celestor-grid\"\u003e\u003c!-- CARD 1 --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cspan class=\"celestor-label\"\u003e Smart Portable Design \u003c\/span\u003e\n\u003ch3\u003eUSB Rechargeable Convenience\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Feature \u003c\/strong\u003e\n\u003cp\u003e1.5L USB rechargeable washing system designed for flexible everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Benefit \u003c\/strong\u003e\n\u003cp\u003eWash baby essentials anytime without depending on fixed wall outlets, making it ideal for travel, emergency cleaning, and compact living spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 2 --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cspan class=\"celestor-label\"\u003e Advanced Cleaning Technology \u003c\/span\u003e\n\u003ch3\u003e360° Deep Cleaning Power\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Feature \u003c\/strong\u003e\n\u003cp\u003eEnhanced water circulation technology reaches every corner for effective cleaning performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Benefit \u003c\/strong\u003e\n\u003cp\u003eDelicate fabrics receive a gentle yet thorough wash without exposure to harsh full-size machine cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CARD 3 --\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cspan class=\"celestor-label\"\u003e Space Saving Build \u003c\/span\u003e\n\u003ch3\u003eCompact \u0026amp; Lightweight Structure\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Feature \u003c\/strong\u003e\n\u003cp\u003eSlim 16-inch portable body designed to fit comfortably into small spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature\"\u003e\n\u003cstrong\u003e Benefit \u003c\/strong\u003e\n\u003cp\u003eSave space in your nursery, bathroom, or luggage while maintaining a dedicated hygienic washer for baby clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003csection class=\"celestor-highlight\"\u003e\n\u003ch2\u003eDesigned for Everyday Parenting Convenience\u003c\/h2\u003e\n\u003cdiv class=\"celestor-benefits\"\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003ch4\u003eTravel Friendly\u003c\/h4\u003e\n\u003cp\u003eLightweight and portable design makes it easy to carry during vacations, hotel stays, or family travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003ch4\u003eGentle Fabric Care\u003c\/h4\u003e\n\u003cp\u003eIdeal for baby garments, undergarments, socks, towels, and delicate fabrics requiring softer cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003ch4\u003eQuick Daily Cleaning\u003c\/h4\u003e\n\u003cp\u003ePerfect for handling small laundry loads without running a large washing machine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"celestor-cta\"\u003e\n\u003ch2\u003eCompact Cleaning for Modern Families\u003c\/h2\u003e\n\u003cp\u003eSimplify your daily routine with a smart portable washing solution designed for convenience, hygiene, and everyday practicality.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":43858559336582,"sku":null,"price":1949.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/w5.png?v=1776080001"},{"product_id":"portable-foldable-mini-washing-machine-with-spin-basket-usb-powered-ultrasonic-laundry-washer","title":"Portable Foldable Mini Washing Machine with Spin Basket | USB Powered Ultrasonic Laundry Washer","description":"\u003cstyle\u003e\n.product-glass {\n    max-width: 1000px;\n    margin: 30px auto;\n    font-family: Inter, Arial, sans-serif;\n    color: #1f2937;\n}\n\n.glass-card {\n    background: rgba(255,255,255,0.65);\n    backdrop-filter: blur(18px);\n    -webkit-backdrop-filter: blur(18px);\n    border: 1px solid rgba(255,255,255,0.3);\n    border-radius: 24px;\n    padding: 30px;\n    margin-bottom: 25px;\n    box-shadow: 0 8px 32px rgba(31,38,135,0.08);\n}\n\n.product-title {\n    font-size: 38px;\n    font-weight: 700;\n    margin-bottom: 15px;\n    color: #111827;\n}\n\n.product-subtitle {\n    font-size: 18px;\n    line-height: 1.8;\n    color: #4b5563;\n}\n\n.feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));\n    gap: 15px;\n    margin-top: 25px;\n}\n\n.feature-box {\n    background: rgba(255,255,255,0.5);\n    backdrop-filter: blur(12px);\n    border-radius: 18px;\n    padding: 18px;\n    border: 1px solid rgba(255,255,255,0.4);\n}\n\n.feature-box h4 {\n    margin: 0 0 8px;\n    font-size: 16px;\n}\n\n.feature-box p {\n    margin: 0;\n    font-size: 14px;\n    color: #6b7280;\n}\n\n.spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n}\n\n.spec-table tr {\n    border-bottom: 1px solid rgba(0,0,0,0.08);\n}\n\n.spec-table td {\n    padding: 14px 10px;\n}\n\n.spec-table td:first-child {\n    font-weight: 600;\n    width: 35%;\n}\n\n@media(max-width:768px){\n.product-title{\nfont-size:28px;\n}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-glass\"\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch1 class=\"product-title\"\u003ePortable Foldable Mini Washing Machine\u003c\/h1\u003e\n\n\u003cp class=\"product-subtitle\"\u003e\nA compact and space-saving laundry solution designed for modern lifestyles. Perfect for baby clothes, underwear, socks, towels and delicate garments. Fold it, carry it and wash anywhere with ease.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eFoldable Design\u003c\/h4\u003e\n\u003cp\u003eCollapses into a compact size for effortless storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003ePortable \u0026amp; Lightweight\u003c\/h4\u003e\n\u003cp\u003eIdeal for travel, hostels, camping and business trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eOne-Touch Operation\u003c\/h4\u003e\n\u003cp\u003eSimple smart control system for hassle-free washing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eFabric Care\u003c\/h4\u003e\n\u003cp\u003eGentle washing action suitable for delicate fabrics.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eSpin Basket Included\u003c\/h4\u003e\n\u003cp\u003eHelps remove excess water for faster drying.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-box\"\u003e\n\u003ch4\u003eEnergy Efficient\u003c\/h4\u003e\n\u003cp\u003eDesigned to save both water and electricity.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003ePerfect For\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-grid\"\u003e\n\n\u003cdiv class=\"feature-box\"\u003eBaby Clothes\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eUnderwear\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eSocks\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eTowels\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eSilk Fabrics\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003eTravel Use\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eABS Plastic + TPR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eFoldable \u0026amp; Portable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperation\u003c\/td\u003e\n\u003ctd\u003eOne Touch Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpin Basket\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eHome, Travel, Hostel, Camping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"glass-card\"\u003e\n\u003ch2\u003ePackage Includes\u003c\/h2\u003e\n\u003cp\u003e1 × Portable Foldable Mini Washing Machine\u003cbr\u003e\n1 × Spin Basket\u003cbr\u003e\n1 × User Manual\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":44021038055558,"sku":null,"price":1849.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/1_80c610a8-7bf0-4e66-9e34-797b00f67f39.webp?v=1780121843"},{"product_id":"celestor-2kg-mini-washing-machine-portable-semi-automatic-washer-copy","title":"Celestor 2KG Mini Washing Machine – Portable Semi-Automatic Washer","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .celestor-premium {\n    font-family: 'Plus Jakarta Sans', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    background: #f8f9fa;\n    overflow: hidden;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .celestor-container {\n    width: 100%;\n    max-width: 1280px;\n    margin: auto;\n    padding: 0 24px;\n  }\n\n  \/* HERO *\/\n  .celestor-hero {\n    padding: 100px 0 60px;\n    position: relative;\n    text-align: center;\n    background: radial-gradient(circle at top, #ffffff 0%, #f8f9fa 100%);\n  }\n\n  .celestor-tag {\n    display: inline-block;\n    padding: 8px 20px;\n    border: 1px solid rgba(0,0,0,0.08);\n    border-radius: 50px;\n    font-size: 13px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: #4a4a4a;\n    margin-bottom: 24px;\n    font-weight: 600;\n    background: #ffffff;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n\n  .celestor-hero h1 {\n    font-size: 64px;\n    line-height: 1.1;\n    letter-spacing: -2px;\n    margin: 0 auto 24px;\n    font-weight: 700;\n    max-width: 1000px;\n    color: #111;\n  }\n\n  .celestor-hero p {\n    max-width: 700px;\n    color: #555;\n    font-size: 18px;\n    line-height: 1.8;\n    margin: 0 auto;\n    font-weight: 400;\n  }\n\n  \/* FEATURE SECTION *\/\n  .celestor-features {\n    padding: 60px 0;\n  }\n\n  .celestor-grid {\n    display: grid;\n    \/* auto-fit ensure karega ki cards screen size ke hisab se perfectly wrap ho sakein *\/\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 32px;\n  }\n\n  .celestor-card {\n    position: relative;\n    background: #ffffff;\n    border: 1px solid rgba(0,0,0,0.04);\n    border-radius: 28px;\n    padding: 40px; \/* text ko breath karne ke liye padding thodi manage ki hai *\/\n    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n    overflow: hidden;\n  }\n\n  .celestor-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 4px;\n    background: linear-gradient(90deg, #111 0%, #666 100%);\n    opacity: 0;\n    transition: 0.5s ease;\n  }\n\n  .celestor-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 24px 60px rgba(0,0,0,0.06);\n    border-color: transparent;\n  }\n\n  .celestor-card:hover::before {\n    opacity: 1;\n  }\n\n  .celestor-number {\n    font-size: 14px;\n    color: #a1a1a1;\n    margin-bottom: 20px;\n    letter-spacing: 2px;\n    font-weight: 700;\n  }\n\n  .celestor-card h3 {\n    font-size: 28px; \/* Word breaking rokne ke liye font size optimized kiya *\/\n    line-height: 1.3;\n    margin: 0 0 20px;\n    letter-spacing: -0.5px;\n    font-weight: 600;\n    word-break: keep-all; \/* Kisi bhi word ko bich se tutne se rokega *\/\n    overflow-wrap: break-word;\n  }\n\n  .celestor-feature-title {\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #888;\n    margin-bottom: 8px;\n    font-weight: 700;\n  }\n\n  .celestor-feature-text {\n    color: #4a4a4a;\n    font-size: 16px;\n    line-height: 1.7;\n    margin-bottom: 28px;\n  }\n\n  .celestor-benefit {\n    padding-top: 24px;\n    border-top: 1px solid #f0f0f0;\n  }\n\n  .celestor-benefit p {\n    color: #1a1a1a;\n    font-size: 16px;\n    line-height: 1.7;\n    margin: 0;\n    font-weight: 500;\n  }\n\n  \/* SPECS *\/\n  .celestor-specs {\n    padding: 40px 0 80px;\n  }\n\n  .celestor-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 24px;\n  }\n\n  .celestor-spec {\n    border: 1px solid rgba(0,0,0,0.04);\n    border-radius: 24px;\n    padding: 34px 20px;\n    text-align: center;\n    background: #ffffff;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.02);\n    transition: transform 0.4s ease;\n  }\n\n  .celestor-spec:hover {\n    transform: translateY(-5px);\n  }\n\n  .celestor-spec h4 {\n    font-size: 42px;\n    margin: 0 0 8px;\n    letter-spacing: -1.5px;\n    font-weight: 700;\n    background: linear-gradient(135deg, #111 0%, #777 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .celestor-spec p {\n    margin: 0;\n    color: #666;\n    font-size: 15px;\n    font-weight: 500;\n  }\n\n  \/* PREMIUM BANNER *\/\n  .celestor-banner {\n    padding: 0 0 100px;\n  }\n\n  .celestor-banner-box {\n    background: linear-gradient(135deg, #111 0%, #2a2a2c 100%);\n    color: #fff;\n    border-radius: 32px;\n    padding: 60px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 30px 60px rgba(0,0,0,0.15);\n  }\n\n  .celestor-banner h2 {\n    font-size: 42px;\n    line-height: 1.2;\n    margin: 0 0 20px;\n    letter-spacing: -1px;\n    position: relative;\n    z-index: 2;\n    max-width: 600px;\n    font-weight: 700;\n  }\n\n  .celestor-banner p {\n    max-width: 500px;\n    font-size: 17px;\n    line-height: 1.7;\n    color: rgba(255,255,255,0.75);\n    margin-bottom: 32px;\n    position: relative;\n    z-index: 2;\n  }\n\n  .celestor-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 16px 40px;\n    background: #fff;\n    color: #111;\n    text-decoration: none;\n    border-radius: 50px;\n    font-size: 15px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    transition: all 0.3s ease;\n    position: relative;\n    z-index: 2;\n  }\n\n  .celestor-btn:hover {\n    transform: translateY(-3px);\n    background: #f8f9fa;\n  }\n\n  \/* MOBILE RESPONSIVENESS VIA CONTAINER WIDTHS *\/\n  @media(max-width: 768px) {\n    .celestor-hero {\n      padding: 60px 0 40px;\n    }\n    .celestor-hero h1 {\n      font-size: 38px;\n    }\n    .celestor-hero p {\n      font-size: 16px;\n    }\n    .celestor-card {\n      padding: 28px;\n    }\n    .celestor-card h3 {\n      font-size: 24px;\n    }\n    .celestor-banner-box {\n      padding: 40px 24px;\n    }\n    .celestor-banner h2 {\n      font-size: 30px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"celestor-premium\"\u003e\n\u003csection class=\"celestor-hero\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cspan class=\"celestor-tag\"\u003ePremium Portable Laundry Solution\u003c\/span\u003e\n\u003ch1\u003eCelestor 2KG Mini Washing Machine\u003c\/h1\u003e\n\u003cp\u003eDesigned for modern living, the Celestor 2KG Mini Washing Machine combines compact engineering with premium fabric care technology.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-features\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-grid\"\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003e2KG Compact Capacity\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eEngineered for efficient small-load laundry while maintaining a minimal footprint suitable for compact environments.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eKeep undergarments, baby clothes, socks, and delicate fabrics hygienically separated from heavy laundry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eWarm Water Cleaning\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eIntegrated warm water functionality supports temperatures up to 60°C for deeper and more effective fabric sanitization.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eAchieve a cleaner and fresher wash experience while helping remove bacteria and odors from delicate garments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eDetachable Drain Basket\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eSmart integrated draining system designed for convenient water removal and faster fabric handling.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eWash and partially dry garments within the same setup, reducing manual effort and overall laundry time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-card\"\u003e\n\u003cdiv class=\"celestor-number\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eLow Noise Operation\u003c\/h3\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eFeature\u003c\/div\u003e\n\u003cdiv class=\"celestor-feature-text\"\u003eQuiet 45dB operating system optimized for apartments, hostels, dormitories, and shared spaces.\u003c\/div\u003e\n\u003cdiv class=\"celestor-benefit\"\u003e\n\u003cdiv class=\"celestor-feature-title\"\u003eBenefit\u003c\/div\u003e\n\u003cp\u003eRun laundry cycles comfortably during the day or night without disturbing roommates or family members.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-specs\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-specs-grid\"\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e2KG\u003c\/h4\u003e\n\u003cp\u003ePortable Capacity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e60°C\u003c\/h4\u003e\n\u003cp\u003eWarm Water Cleaning\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003e45dB\u003c\/h4\u003e\n\u003cp\u003eLow Noise Performance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"celestor-spec\"\u003e\n\u003ch4\u003eCompact\u003c\/h4\u003e\n\u003cp\u003eSpace Saving Design\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"celestor-banner\"\u003e\n\u003cdiv class=\"celestor-container\"\u003e\n\u003cdiv class=\"celestor-banner-box\"\u003e\n\u003ch2\u003eProfessional Laundry Care.\u003cbr\u003eDesigned for Compact Living.\u003c\/h2\u003e\n\u003cp\u003eUpgrade your routine with a premium portable washing solution engineered for modern convenience, hygienic fabric care, and effortless everyday performance.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Celestor","offers":[{"title":"Default Title","offer_id":44026619723910,"sku":"CLST-WMMP-0035","price":1649.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0658\/4356\/0582\/files\/flipkart-image-1_3.jpg?v=1780467336"}],"url":"https:\/\/www.celestor.in\/collections\/home-utility.oembed","provider":"Celestor","version":"1.0","type":"link"}