{"product_id":"dreame-r20-pro-cordless-stick-vacuum-vrv73h","title":"Dreame R20 Pro Cordless Stick Vacuum | VRV73H","description":"\u003cstyle\u003e\n  .pd {\n    --blue: #003B71;\n    --blue2: #005CB9;\n    --yellow: #FFD200;\n    --soft: #F2F7FC;\n    --light: #F8FAFC;\n    --border: #D8E7F5;\n    --text: #444;\n    --dark: #1A1A1A;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .pd * {\n    box-sizing: border-box;\n  }\n\n  .pd .breadcrumb {\n    margin-bottom: 10px;\n    color: #687B8C;\n    font-size: 13px;\n  }\n\n  .pd .hero-border {\n    padding: 22px 0 20px;\n    border-top: 4px solid var(--blue);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .pd h1 {\n    margin: 0 0 10px;\n    color: var(--dark);\n    font-size: clamp(34px, 4.4vw, 42px);\n    line-height: 1.08;\n    letter-spacing: -0.8px;\n  }\n\n  .pd .deck {\n    max-width: 880px;\n    margin: 0;\n    color: #536474;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .pd .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    margin: 20px 0 26px;\n    overflow: hidden;\n    background: var(--soft);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .pd .stat {\n    padding: 14px 15px;\n    text-align: center;\n    border-right: 1px solid var(--border);\n  }\n\n  .pd .stat:last-child {\n    border-right: 0;\n  }\n\n  .pd .stat strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--blue);\n    font-size: 21px;\n    line-height: 1.15;\n  }\n\n  .pd .stat span {\n    display: block;\n    color: #657585;\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .pd .intro {\n    max-width: 960px;\n  }\n\n  .pd .intro p {\n    margin: 0 0 12px;\n  }\n\n  .pd .pull-quote {\n    margin: 20px 0 28px;\n    padding: 16px 20px 16px 24px;\n    color: var(--blue);\n    background: var(--soft);\n    border-left: 4px solid var(--yellow);\n    border-radius: 0 7px 7px 0;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  .pd .section-divider {\n    margin: 28px 0;\n    border: 0;\n    border-top: 1px solid var(--border);\n  }\n\n  .pd h2 {\n    margin: 0 0 14px;\n    color: var(--blue);\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n  .pd h3 {\n    margin: 0 0 8px;\n    color: var(--blue);\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .pd .ideal-cards,\n  .pd .features-grid {\n    display: grid;\n    gap: 12px;\n  }\n\n  .pd .ideal-cards {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .pd .features-grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .pd .ideal-card,\n  .pd .feature-card {\n    padding: 16px 18px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 7px;\n  }\n\n  .pd .ideal-card {\n    background: var(--light);\n  }\n\n  .pd .ideal-card strong,\n  .pd .feature-card strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--blue);\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .pd .ideal-card p,\n  .pd .feature-card p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .pd .editorial {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n\n  .pd .editorial-section {\n    padding: 18px 20px;\n    background: var(--light);\n    border-top: 3px solid var(--blue2);\n    border-radius: 6px;\n  }\n\n  .pd .editorial-section.wide {\n    grid-column: 1 \/ -1;\n  }\n\n  .pd .editorial-section p {\n    margin: 0;\n  }\n\n  .pd .compare-card {\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .pd .compare-wrap {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .pd table {\n    width: 100%;\n    min-width: 690px;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .pd th {\n    padding: 11px 14px;\n    color: #fff;\n    background: var(--blue);\n    font-size: 13px;\n  }\n\n  .pd td {\n    padding: 11px 14px;\n    border-top: 1px solid var(--border);\n    font-size: 14px;\n    vertical-align: top;\n  }\n\n  .pd tbody tr:nth-child(even) td {\n    background: var(--soft);\n  }\n\n  .pd .verdict {\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .pd .verdict-header {\n    padding: 12px 18px;\n    background: var(--blue);\n  }\n\n  .pd .verdict-header h2 {\n    margin: 0;\n    color: #fff;\n  }\n\n  .pd .verdict-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .pd .verdict-col {\n    padding: 17px 20px;\n  }\n\n  .pd .verdict-col:first-child {\n    background: var(--soft);\n    border-right: 1px solid var(--border);\n  }\n\n  .pd .verdict ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .pd .verdict li {\n    margin: 5px 0;\n  }\n\n  .pd .box-contents {\n    padding: 17px 20px;\n    background: var(--light);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n  }\n\n  .pd .box-contents ul {\n    columns: 2;\n    column-gap: 32px;\n    margin: 0;\n    padding-left: 18px;\n  }\n\n  .pd .box-contents li {\n    margin: 4px 0;\n    break-inside: avoid;\n  }\n\n  @media (max-width: 800px) {\n    .pd .stats-bar {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pd .stat:nth-child(2) {\n      border-right: 0;\n    }\n\n    .pd .stat:nth-child(-n+2) {\n      border-bottom: 1px solid var(--border);\n    }\n\n    .pd .ideal-cards,\n    .pd .features-grid,\n    .pd .editorial {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .pd .editorial-section.wide {\n      grid-column: 1 \/ -1;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .pd {\n      font-size: 14px;\n    }\n\n    .pd .hero-border {\n      padding: 17px 0;\n    }\n\n    .pd .ideal-cards,\n    .pd .features-grid,\n    .pd .editorial,\n    .pd .verdict-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pd .editorial-section.wide {\n      grid-column: auto;\n    }\n\n    .pd .verdict-col:first-child {\n      border-right: 0;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .pd .box-contents ul {\n      columns: 1;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd\"\u003e\n  \u003cdiv class=\"breadcrumb\"\u003eFloorcare \/ Cordless Vacuum Cleaners \/ Dreame\u003c\/div\u003e\n\n  \u003csection class=\"hero-border\"\u003e\n    \u003ch1\u003eDreame R20 Pro Cordless Stick Vacuum Cleaner\u003c\/h1\u003e\n    \u003cp class=\"deck\"\u003ePowerful 200AW cordless cleaning with intelligent dirt detection, TangleCut hair management, 140° CelesTect illumination and a flexible 90° extension wand.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"stats-bar\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e200AW\u003c\/strong\u003e\n      \u003cspan\u003eMaximum suction power\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e26,000Pa\u003c\/strong\u003e\n      \u003cspan\u003eMaximum suction pressure\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e90 Min\u003c\/strong\u003e\n      \u003cspan\u003eMaximum runtime\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cstrong\u003e99.9%\u003c\/strong\u003e\n      \u003cspan\u003eWhole-machine filtration\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"intro\"\u003e\n    \u003cp\u003eThe R20 Pro brings strong cordless performance together with automation designed to make routine floorcare more efficient. Its 600W motor operates at up to 120,000rpm and produces up to 200AW \/ 26,000Pa of suction, giving it the power to tackle fine dust, crumbs, pet hair and debris across a variety of household surfaces.\u003c\/p\u003e\n\n    \u003cp\u003eRather than relying on a single fixed power setting, internal infrared sensors monitor the size and amount of particles being collected. An integrated processor then adjusts suction automatically, helping provide extra cleaning effort when dirt levels rise while using power more efficiently on lighter areas.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pull-quote\"\u003eA capable cordless vacuum for homes that want strong suction, active hair management and smarter access beneath furniture without turning everyday cleaning into a chore.\u003c\/div\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eIdeal For\u003c\/h2\u003e\n\n    \u003cdiv class=\"ideal-cards\"\u003e\n      \u003cdiv class=\"ideal-card\"\u003e\n        \u003cstrong\u003ePet \u0026amp; Long-Hair Homes\u003c\/strong\u003e\n        \u003cp\u003eThe TangleCut multi-surface brush actively cuts wrapped strands during cleaning, helping reduce the need to manually clear the roller.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ideal-card\"\u003e\n        \u003cstrong\u003eMixed-Floor Cleaning\u003c\/strong\u003e\n        \u003cp\u003eThe main TangleCut brush adapts to different floor surfaces while intelligent suction adjustment responds automatically to changing dirt levels.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ideal-card\"\u003e\n        \u003cstrong\u003eLow Furniture \u0026amp; Tight Spaces\u003c\/strong\u003e\n        \u003cp\u003eA 90° bendable extension wand lets the floorhead reach beneath sofas, beds and cabinets while allowing you to remain in a more comfortable position.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"section-divider\"\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003e200AW \/ 26,000Pa Suction\u003c\/strong\u003e\n        \u003cp\u003eA 600W high-speed motor delivers strong cordless pickup for fine particles, crumbs, hair and more deeply embedded household debris.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003eTangleCut Multi-Surface Brush\u003c\/strong\u003e\n        \u003cp\u003eThe main floorhead actively cuts hair as it cleans, helping minimise wrapped strands while adapting to different flooring around the home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003eIntelligent Dirt Detection\u003c\/strong\u003e\n        \u003cp\u003eInfrared sensors identify particle size and quantity before the vacuum automatically adjusts suction to match the cleaning demand.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003e140° CelesTect Illumination\u003c\/strong\u003e\n        \u003cp\u003eWide-angle floor lighting makes fine particles more visible across the cleaning path, helping expose dust that can blend into flooring.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003e90° Bendable Extension Wand\u003c\/strong\u003e\n        \u003cp\u003eThe flexible tube folds for easier access beneath low furniture, reducing the amount of bending and repositioning needed during cleaning.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cstrong\u003eFive-Stage Filtration\u003c\/strong\u003e\n        \u003cp\u003eThe whole-machine system achieves up to 99.9% filtration efficiency for particles measuring 0.3μm and above under Dreame test conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"section-divider\"\u003e\n\n  \u003csection class=\"editorial\"\u003e\n    \u003cdiv class=\"editorial-section\"\u003e\n      \u003ch3\u003ePower That Responds to the Floor\u003c\/h3\u003e\n      \u003cp\u003eThe amount of debris beneath a vacuum changes constantly as you move around the home. The R20 Pro uses internal infrared sensing to assess the size and volume of incoming particles, then automatically changes suction in response. The LED display provides real-time information while also showing battery level, operating mode and maintenance alerts, making it easier to understand what the cleaner is doing at a glance.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"editorial-section\"\u003e\n      \u003ch3\u003eHair Management Built into the Brush\u003c\/h3\u003e\n      \u003cp\u003eLong strands and pet hair can quickly collect around a conventional roller. Dreame's TangleCut multi-surface brush tackles this during the cleaning process by actively cutting hair that would otherwise wrap around the floorhead. It keeps routine brush maintenance simpler and makes the R20 Pro particularly useful in homes where shedding pets or longer hair create frequent tangles.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"editorial-section wide\"\u003e\n      \u003ch3\u003eBetter Visibility and Easier Reach\u003c\/h3\u003e\n      \u003cp\u003eCelesTect illumination casts light across a wide 140° cleaning area, increasing the visibility of subtle particles on the floor and helping you identify where another pass may be useful. For debris underneath furniture, the 90° bendable extension wand lets the tube articulate while the main body remains higher, making it easier to reach beneath beds and sofas. Once cleaning is finished, the freestanding storage station holds the vacuum and selected accessories without requiring holes to be drilled into a wall.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"section-divider\"\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eHow It Compares\u003c\/h2\u003e\n\n    \u003cdiv class=\"compare-card\"\u003e\n      \u003cdiv class=\"compare-wrap\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eCleaning Need\u003c\/th\u003e\n              \u003cth\u003eR20 Pro Technology\u003c\/th\u003e\n              \u003cth\u003ePractical Benefit\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eEveryday Floor Cleaning\u003c\/td\u003e\n              \u003ctd\u003e200AW \/ 26,000Pa suction\u003c\/td\u003e\n              \u003ctd\u003eProvides strong cordless pickup for dust, crumbs, hair and embedded debris.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eHair Management\u003c\/td\u003e\n              \u003ctd\u003eTangleCut multi-surface brush\u003c\/td\u003e\n              \u003ctd\u003eActively cuts wrapped hair to reduce time spent manually clearing the roller.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eAutomatic Power\u003c\/td\u003e\n              \u003ctd\u003eInfrared dirt detection\u003c\/td\u003e\n              \u003ctd\u003eAdjusts suction according to detected particle size and debris quantity.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eDust Visibility\u003c\/td\u003e\n              \u003ctd\u003e140° CelesTect illumination\u003c\/td\u003e\n              \u003ctd\u003eMakes fine particles easier to identify across the cleaning path.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eLow Furniture\u003c\/td\u003e\n              \u003ctd\u003e90° bendable extension wand\u003c\/td\u003e\n              \u003ctd\u003eProvides easier access beneath sofas, beds and cabinets without excessive crouching.\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eLonger Cleaning\u003c\/td\u003e\n              \u003ctd\u003e8 x 2,900mAh removable battery\u003c\/td\u003e\n              \u003ctd\u003eSupports up to 90 minutes of maximum runtime and allows battery replacement when required.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"section-divider\"\u003e\n\n  \u003csection class=\"verdict\"\u003e\n    \u003cdiv class=\"verdict-header\"\u003e\n      \u003ch2\u003eThe Verdict\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"verdict-grid\"\u003e\n      \u003cdiv class=\"verdict-col\"\u003e\n        \u003ch3\u003eStrengths\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eStrong 200AW \/ 26,000Pa maximum suction\u003c\/li\u003e\n          \u003cli\u003eTangleCut technology actively tackles wrapped hair\u003c\/li\u003e\n          \u003cli\u003eIntelligent dirt detection automatically adjusts power\u003c\/li\u003e\n          \u003cli\u003e140° CelesTect illumination improves fine-dust visibility\u003c\/li\u003e\n          \u003cli\u003e90° flexible wand simplifies cleaning beneath furniture\u003c\/li\u003e\n          \u003cli\u003eUp to 90 minutes of maximum cordless runtime\u003c\/li\u003e\n          \u003cli\u003eFreestanding storage avoids the need for wall mounting\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"verdict-col\"\u003e\n        \u003ch3\u003eConsiderations\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMaximum runtime is measured under Dreame test conditions and will vary according to cleaning mode and attachment.\u003c\/li\u003e\n          \u003cli\u003eTurbo mode uses battery power more quickly than Eco or automatic operation.\u003c\/li\u003e\n          \u003cli\u003eThe freestanding storage station needs a suitable permanent floor position close to a power outlet.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"section-divider\"\u003e\n\n  \u003csection\u003e\n    \u003ch2\u003eWhat's in the Box\u003c\/h2\u003e\n\n    \u003cdiv class=\"box-contents\"\u003e\n      \u003cul\u003e\n        \u003cli\u003eDreame R20 Pro vacuum cleaner main body x1\u003c\/li\u003e\n        \u003cli\u003eTangleCut multi-surface brush x1\u003c\/li\u003e\n        \u003cli\u003eBendable extension wand x1\u003c\/li\u003e\n        \u003cli\u003eCrevice nozzle x1\u003c\/li\u003e\n        \u003cli\u003eWide lint brush x1\u003c\/li\u003e\n        \u003cli\u003eWide combination tool x1\u003c\/li\u003e\n        \u003cli\u003eFreestanding storage station x1\u003c\/li\u003e\n        \u003cli\u003eCharger x1\u003c\/li\u003e\n        \u003cli\u003eUser manual x1\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Dreame","offers":[{"title":"Default Title","offer_id":54591660851527,"sku":"VRV73H","price":349.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0550\/5807\/1748\/files\/61Zmpi6F26L._AC_SL1500.jpg?v=1786460003","url":"https:\/\/euronics.ie\/products\/dreame-r20-pro-cordless-stick-vacuum-vrv73h","provider":"Euronics Ireland","version":"1.0","type":"link"}