{"product_id":"spin-mop-set","title":"Spin Mop Set","description":"\u003c!-- =========================================================\nRCCS ASSISTED LIVING MARKETPLACE\nPRODUCT: 360° SPIN MOP AND BUCKET SET\n\nPAGE BEHAVIOR:\n- Shopify product images remain at the TOP\n- Product images do NOT follow the scroll\n- Title \/ price \/ variants \/ Add to Cart remain at the TOP\n- ALL RCCS description content moves BELOW the complete\n  Shopify product image + product information area\n- True laptop-widescreen layout\n- Large readable typography\n- Strong RCCS contrast\n- RCFE \/ ARF focused\n- California residential care SEO\n========================================================= --\u003e\n\n\n\u003cstyle\u003e\n\n  \/* =========================================================\n     PREVENT SHOPIFY PRODUCT MEDIA FROM FOLLOWING SCROLL\n     ========================================================= *\/\n\n  .product__media-wrapper,\n  .product__media-wrapper.product__column-sticky,\n  .product__media-wrapper .product__column-sticky,\n  .product__media-wrapper [class*=\"sticky\"] {\n    position: static !important;\n    top: auto !important;\n    bottom: auto !important;\n    height: auto !important;\n    max-height: none !important;\n    align-self: flex-start !important;\n  }\n\n\n  \/* =========================================================\n     MAIN RCCS DESCRIPTION\n     ========================================================= *\/\n\n  #rccs-spin-mop-description,\n  #rccs-spin-mop-description * {\n    box-sizing: border-box;\n  }\n\n  #rccs-spin-mop-description {\n    --rccs-navy: #102b3f;\n    --rccs-navy-dark: #071d2d;\n    --rccs-teal: #0b646c;\n    --rccs-teal-dark: #074b51;\n    --rccs-gold: #c59636;\n\n    --rccs-white: #ffffff;\n    --rccs-page: #f3f6f7;\n    --rccs-green: #e5f1ee;\n    --rccs-blue: #e8f0f5;\n    --rccs-warning: #fff6df;\n\n    --rccs-text: #15232b;\n    --rccs-border: #c7d1d6;\n\n    display: block;\n    clear: both;\n\n    width: min(98vw, 1760px);\n    max-width: 1760px;\n\n    margin: 26px auto 45px !important;\n    padding: 0 12px;\n\n    color: var(--rccs-text);\n    background: transparent;\n\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 19px;\n    line-height: 1.55;\n  }\n\n  #rccs-spin-mop-description h1,\n  #rccs-spin-mop-description h2,\n  #rccs-spin-mop-description h3,\n  #rccs-spin-mop-description p {\n    margin-top: 0;\n  }\n\n  #rccs-spin-mop-description h1,\n  #rccs-spin-mop-description h2,\n  #rccs-spin-mop-description h3 {\n    font-family: Arial, Helvetica, sans-serif;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n\n  \/* =========================================================\n     HERO\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-hero {\n    width: 100%;\n\n    padding: 39px 45px;\n\n    background:\n      linear-gradient(\n        120deg,\n        var(--rccs-navy-dark) 0%,\n        var(--rccs-navy) 48%,\n        var(--rccs-teal-dark) 100%\n      );\n\n    color: #ffffff;\n\n    border-radius: 18px;\n    border-bottom: 7px solid var(--rccs-gold);\n\n    box-shadow: 0 7px 22px rgba(7, 29, 45, 0.16);\n  }\n\n  #rccs-spin-mop-description .rccs-market-badge {\n    display: inline-block;\n\n    margin: 0 0 13px;\n    padding: 8px 15px;\n\n    background: #ffffff;\n    color: var(--rccs-navy-dark);\n\n    border-radius: 100px;\n\n    font-size: 15px;\n    line-height: 1.2;\n    font-weight: 800;\n\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n\n  #rccs-spin-mop-description .rccs-hero h1 {\n    max-width: 1520px;\n\n    margin: 0 0 15px;\n\n    color: #ffffff;\n\n    font-size: clamp(35px, 3vw, 55px);\n    line-height: 1.08;\n  }\n\n  #rccs-spin-mop-description .rccs-hero p {\n    max-width: 1500px;\n\n    margin: 0;\n\n    color: #ffffff;\n\n    font-size: clamp(20px, 1.5vw, 25px);\n    line-height: 1.5;\n    font-weight: 500;\n  }\n\n\n  \/* =========================================================\n     QUICK STATS\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-stat-grid {\n    display: grid;\n\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n\n    gap: 14px;\n\n    margin-top: 20px;\n  }\n\n  #rccs-spin-mop-description .rccs-stat {\n    padding: 21px 18px;\n\n    background: var(--rccs-navy-dark);\n    color: #ffffff;\n\n    border-radius: 14px;\n\n    text-align: center;\n  }\n\n  #rccs-spin-mop-description .rccs-stat strong {\n    display: block;\n\n    margin-bottom: 5px;\n\n    color: #ffffff;\n\n    font-size: 27px;\n    line-height: 1.1;\n  }\n\n  #rccs-spin-mop-description .rccs-stat span {\n    color: #ffffff;\n\n    font-size: 16px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     STANDARD SECTION\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-section {\n    width: 100%;\n\n    margin-top: 20px;\n    padding: 30px 34px;\n\n    background: #ffffff;\n\n    border: 1px solid var(--rccs-border);\n    border-radius: 17px;\n\n    box-shadow: 0 4px 15px rgba(7, 29, 45, 0.07);\n  }\n\n  #rccs-spin-mop-description .rccs-section-title {\n    display: flex;\n    align-items: center;\n\n    gap: 13px;\n\n    margin: 0 0 20px;\n\n    color: var(--rccs-navy-dark);\n\n    font-size: clamp(28px, 2vw, 37px);\n    line-height: 1.14;\n  }\n\n  #rccs-spin-mop-description .rccs-section-title::before {\n    content: \"\";\n\n    flex: 0 0 8px;\n\n    width: 8px;\n    height: 36px;\n\n    background: var(--rccs-teal);\n\n    border-radius: 10px;\n  }\n\n  #rccs-spin-mop-description .rccs-lead {\n    margin: 0 0 17px;\n\n    color: var(--rccs-text);\n\n    font-size: 20px;\n    line-height: 1.65;\n  }\n\n  #rccs-spin-mop-description .rccs-lead:last-child {\n    margin-bottom: 0;\n  }\n\n\n  \/* =========================================================\n     USE GRID\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-use-grid {\n    display: grid;\n\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n\n    gap: 17px;\n  }\n\n  #rccs-spin-mop-description .rccs-use-card {\n    min-height: 100%;\n\n    padding: 22px;\n\n    background: var(--rccs-page);\n\n    border: 1px solid var(--rccs-border);\n    border-top: 6px solid var(--rccs-teal);\n\n    border-radius: 14px;\n  }\n\n  #rccs-spin-mop-description .rccs-use-card h3 {\n    margin: 0 0 9px;\n\n    color: var(--rccs-navy-dark);\n\n    font-size: 22px;\n    line-height: 1.25;\n  }\n\n  #rccs-spin-mop-description .rccs-use-card p {\n    margin: 0;\n\n    color: var(--rccs-text);\n\n    font-size: 18px;\n    line-height: 1.5;\n  }\n\n\n  \/* =========================================================\n     FEATURE GRID\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-feature-grid {\n    display: grid;\n\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n\n    gap: 11px;\n\n    margin: 0;\n    padding: 0;\n\n    list-style: none;\n  }\n\n  #rccs-spin-mop-description .rccs-feature-grid li {\n    position: relative;\n\n    margin: 0;\n\n    padding: 15px 17px 15px 49px;\n\n    background: var(--rccs-page);\n\n    border: 1px solid var(--rccs-border);\n    border-radius: 11px;\n\n    color: var(--rccs-text);\n\n    font-size: 18px;\n    line-height: 1.45;\n    font-weight: 600;\n  }\n\n  #rccs-spin-mop-description .rccs-feature-grid li::before {\n    content: \"✓\";\n\n    position: absolute;\n\n    left: 16px;\n    top: 15px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 24px;\n    height: 24px;\n\n    background: var(--rccs-teal-dark);\n    color: #ffffff;\n\n    border-radius: 50%;\n\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n\n  \/* =========================================================\n     CALLOUTS\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-callout {\n    margin-top: 20px;\n    padding: 25px 29px;\n\n    background: var(--rccs-green);\n\n    border: 2px solid var(--rccs-teal);\n    border-radius: 15px;\n  }\n\n  #rccs-spin-mop-description .rccs-callout.blue {\n    background: var(--rccs-blue);\n    border-color: var(--rccs-navy);\n  }\n\n  #rccs-spin-mop-description .rccs-callout h3 {\n    margin: 0 0 8px;\n\n    color: var(--rccs-navy-dark);\n\n    font-size: 25px;\n    line-height: 1.25;\n  }\n\n  #rccs-spin-mop-description .rccs-callout p {\n    margin: 0;\n\n    color: var(--rccs-text);\n\n    font-size: 19px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================================================\n     THREE HEAD WORKFLOW\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-zone-grid {\n    display: grid;\n\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n\n    gap: 16px;\n  }\n\n  #rccs-spin-mop-description .rccs-zone-card {\n    padding: 23px;\n\n    background: var(--rccs-navy-dark);\n    color: #ffffff;\n\n    border-radius: 14px;\n  }\n\n  #rccs-spin-mop-description .rccs-zone-card strong {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: #ffffff;\n\n    font-size: 22px;\n    line-height: 1.2;\n  }\n\n  #rccs-spin-mop-description .rccs-zone-card p {\n    margin: 0;\n\n    color: #ffffff;\n\n    font-size: 17px;\n    line-height: 1.5;\n  }\n\n\n  \/* =========================================================\n     SPEC TABLE\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-spec-table {\n    width: 100%;\n\n    margin: 0;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    border: 1px solid var(--rccs-border);\n    border-radius: 13px;\n\n    font-size: 18px;\n  }\n\n  #rccs-spin-mop-description .rccs-spec-table th,\n  #rccs-spin-mop-description .rccs-spec-table td {\n    padding: 14px 18px;\n\n    text-align: left;\n    vertical-align: top;\n\n    border-bottom: 1px solid var(--rccs-border);\n  }\n\n  #rccs-spin-mop-description .rccs-spec-table tr:last-child th,\n  #rccs-spin-mop-description .rccs-spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  #rccs-spin-mop-description .rccs-spec-table th {\n    width: 34%;\n\n    background: var(--rccs-navy-dark);\n    color: #ffffff;\n\n    font-weight: 800;\n  }\n\n  #rccs-spin-mop-description .rccs-spec-table td {\n    background: #ffffff;\n    color: var(--rccs-text);\n\n    font-weight: 600;\n  }\n\n\n  \/* =========================================================\n     SAFETY \/ CLEANING NOTE\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-safety {\n    margin-top: 20px;\n    padding: 28px 30px;\n\n    background: var(--rccs-warning);\n\n    border: 2px solid #946c18;\n    border-radius: 16px;\n  }\n\n  #rccs-spin-mop-description .rccs-safety h2 {\n    margin: 0 0 12px;\n\n    color: var(--rccs-navy-dark);\n\n    font-size: 28px;\n    line-height: 1.2;\n  }\n\n  #rccs-spin-mop-description .rccs-safety p {\n    margin: 0 0 11px;\n\n    color: var(--rccs-text);\n\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  #rccs-spin-mop-description .rccs-safety p:last-child {\n    margin-bottom: 0;\n  }\n\n\n  \/* =========================================================\n     SEO CONTENT\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-seo-content p {\n    margin: 0 0 16px;\n\n    color: var(--rccs-text);\n\n    font-size: 18px;\n    line-height: 1.65;\n  }\n\n  #rccs-spin-mop-description .rccs-seo-content p:last-child {\n    margin-bottom: 0;\n  }\n\n\n  \/* =========================================================\n     RCCS SIGNATURE FOOTER\n     ========================================================= *\/\n\n  #rccs-spin-mop-description .rccs-marketplace-footer {\n    margin-top: 20px;\n    padding: 29px 36px;\n\n    background: var(--rccs-navy-dark);\n    color: #ffffff;\n\n    border-radius: 17px;\n\n    text-align: center;\n  }\n\n  #rccs-spin-mop-description .rccs-marketplace-footer h2 {\n    margin: 0 0 10px;\n\n    color: #ffffff;\n\n    font-size: clamp(30px, 2.2vw, 39px);\n    line-height: 1.2;\n  }\n\n  #rccs-spin-mop-description .rccs-marketplace-footer p {\n    max-width: 1450px;\n\n    margin: 0 auto;\n\n    color: #ffffff;\n\n    font-size: 19px;\n    line-height: 1.55;\n  }\n\n\n  \/* =========================================================\n     TABLET\n     ========================================================= *\/\n\n  @media screen and (max-width: 1100px) {\n\n    #rccs-spin-mop-description {\n      width: 97vw;\n      padding: 0 8px;\n    }\n\n    #rccs-spin-mop-description .rccs-stat-grid,\n    #rccs-spin-mop-description .rccs-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    #rccs-spin-mop-description .rccs-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n  }\n\n\n  \/* =========================================================\n     MOBILE\n     ========================================================= *\/\n\n  @media screen and (max-width: 700px) {\n\n    #rccs-spin-mop-description {\n      width: 96vw;\n\n      margin-top: 18px !important;\n      padding: 0 5px;\n\n      font-size: 18px;\n    }\n\n    #rccs-spin-mop-description .rccs-hero,\n    #rccs-spin-mop-description .rccs-section,\n    #rccs-spin-mop-description .rccs-marketplace-footer {\n      padding: 23px 19px;\n    }\n\n    #rccs-spin-mop-description .rccs-stat-grid,\n    #rccs-spin-mop-description .rccs-use-grid,\n    #rccs-spin-mop-description .rccs-zone-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #rccs-spin-mop-description .rccs-spec-table,\n    #rccs-spin-mop-description .rccs-spec-table tbody,\n    #rccs-spin-mop-description .rccs-spec-table tr,\n    #rccs-spin-mop-description .rccs-spec-table th,\n    #rccs-spin-mop-description .rccs-spec-table td {\n      display: block;\n      width: 100%;\n    }\n\n    #rccs-spin-mop-description .rccs-spec-table th {\n      padding-bottom: 8px;\n    }\n\n    #rccs-spin-mop-description .rccs-spec-table td {\n      padding-top: 9px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\n\n\n\u003cdiv id=\"rccs-spin-mop-description\"\u003e\n\n\n  \u003c!-- =======================================================\n       HERO\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-hero\"\u003e\n\n    \u003cdiv class=\"rccs-market-badge\"\u003e\n      RCCS Assisted Living Marketplace\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      360° Spin Mop \u0026amp; Bucket Set for RCFE \u0026amp; ARF Housekeeping\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      A practical floor-cleaning system for residential care facilities,\n      featuring 360-degree maneuverability, three microfiber mop heads, a\n      61-inch adjustable stainless-steel handle, and a built-in bucket wringer\n      designed to make routine hard-floor cleaning easier and more efficient.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       QUICK STATS\n       ======================================================= --\u003e\n\n  \u003cdiv class=\"rccs-stat-grid\"\u003e\n\n    \u003cdiv class=\"rccs-stat\"\u003e\n      \u003cstrong\u003e360°\u003c\/strong\u003e\n      \u003cspan\u003eMop Head Maneuverability\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-stat\"\u003e\n      \u003cstrong\u003e3 Heads\u003c\/strong\u003e\n      \u003cspan\u003eMicrofiber Mop Heads Included\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-stat\"\u003e\n      \u003cstrong\u003e61\"\u003c\/strong\u003e\n      \u003cspan\u003eAdjustable Handle Length\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-stat\"\u003e\n      \u003cstrong\u003eBuilt-In\u003c\/strong\u003e\n      \u003cspan\u003eBucket Wringer System\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- =======================================================\n       WHY IT FITS RCFE \/ ARF\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Why This Spin Mop Makes Sense for an RCFE or ARF\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      Floors in a residential care facility require constant attention.\n      Resident bedrooms, hallways, kitchens, dining spaces, bathrooms, common\n      areas, offices, and entryways may all need routine cleaning throughout\n      the day.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      This \u003cstrong\u003e360° Spin Mop and Bucket Set\u003c\/strong\u003e combines an agile\n      rotating mop head, multiple microfiber mop heads, an adjustable\n      stainless-steel handle, and a bucket wringer into one practical\n      housekeeping system.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      For a \u003cstrong\u003eCalifornia Residential Care Facility for the Elderly\n      (RCFE), Adult Residential Facility (ARF), assisted living home,\n      board-and-care facility, group home, or other residential care\n      operation\u003c\/strong\u003e, the design can help staff complete routine floor\n      cleaning with less unnecessary bending, twisting, and handling of a\n      heavily saturated mop head.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rccs-callout\"\u003e\n\n      \u003ch3\u003e\n        Especially Practical for Smaller Residential Care Homes\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        A six-bed or similarly sized residential care home may not need a large\n        commercial janitorial cart for every cleaning task. A compact spin-mop\n        system can provide a practical middle ground between household mops and\n        larger institutional housekeeping equipment.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       PRACTICAL FACILITY USES\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Practical Uses Throughout a Residential Care Facility\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rccs-use-grid\"\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Resident Bedrooms\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Useful for routine hard-floor housekeeping in resident rooms while\n          the rotating mop head helps staff clean around beds, chairs, tables,\n          and other furniture.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Hallways \u0026amp; Common Areas\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for routine cleaning of compatible hard floors in hallways,\n          living rooms, activity areas, and shared spaces.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Bathrooms\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The maneuverable mop head can help staff reach around toilets,\n          vanities, corners, and other tighter bathroom floor areas.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Kitchen \u0026amp; Dining Areas\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Useful for appropriately cleanable hard floors where food spills,\n          water, crumbs, and routine traffic require frequent housekeeping.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Under Furniture\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The 360-degree rotating head can make it easier to reach under tables,\n          chairs, beds, cabinets, and other furniture where space permits.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          Quick Spill Response\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keeping the mop system readily accessible can help staff respond to\n          appropriate floor spills before they remain on walking surfaces\n          longer than necessary.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       360 DEGREE\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      360° Maneuverability for Tight Residential Spaces\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      Residential care homes contain furniture, beds, dining chairs, side\n      tables, cabinets, bathroom fixtures, and other obstacles that can make a\n      rigid mop difficult to maneuver.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      The \u003cstrong\u003e360-degree rotating mop head\u003c\/strong\u003e is designed to pivot\n      around obstacles and reach tighter spaces without requiring the entire\n      mop and handle to remain in one fixed position.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rccs-callout blue\"\u003e\n\n      \u003ch3\u003e\n        Useful Around Resident Furniture\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Better maneuverability can help housekeeping staff reach more of the\n        floor around resident furniture without unnecessarily moving every\n        lightweight chair or small table during routine cleaning.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       HANDLE\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Adjustable 61-Inch Stainless-Steel Handle\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      The adjustable handle extends to approximately\n      \u003cstrong\u003e61 inches\u003c\/strong\u003e, helping different staff members find a more\n      comfortable working height.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      A longer adjustable handle can reduce the need to remain bent forward\n      while cleaning large sections of flooring and may make it easier to\n      reach beneath furniture.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rccs-callout\"\u003e\n\n      \u003ch3\u003e\n        Helpful for Repetitive Housekeeping Tasks\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Floor cleaning is not a once-a-week activity in residential care.\n        An adjustable handle can make recurring housekeeping more comfortable\n        than repeatedly working with a short fixed-length mop.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       WRINGER\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Built-In Wringer Helps Control Excess Water\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      The bucket includes a built-in spin-wringing system designed to remove\n      excess water from the mop head before it returns to the floor.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      This can make routine cleaning more efficient while giving staff better\n      control over how saturated the mop remains during use.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rccs-callout blue\"\u003e\n\n      \u003ch3\u003e\n        Less Water on the Mop Can Be Important in Resident Areas\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Older adults and residents with mobility limitations may be especially\n        vulnerable to falls. Staff should avoid leaving unnecessarily wet\n        walking surfaces and should follow the facility's wet-floor and\n        housekeeping safety procedures.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       THREE MOP HEADS\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Three Microfiber Mop Heads — Useful for Cleaning-Zone Separation\n    \u003c\/h2\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      The set includes \u003cstrong\u003ethree microfiber mop heads\u003c\/strong\u003e, which gives\n      an RCFE or ARF operator more flexibility than relying on one mop head for\n      every area of the facility.\n    \u003c\/p\u003e\n\n    \u003cp class=\"rccs-lead\"\u003e\n      Depending on the facility's housekeeping procedures, separate mop heads\n      can be designated for different cleaning zones to help reduce\n      inappropriate cross-use.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"rccs-zone-grid\"\u003e\n\n      \u003cdiv class=\"rccs-zone-card\"\u003e\n\n        \u003cstrong\u003eHead 1: Bathrooms\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Consider reserving one mop head for bathroom floor cleaning and other\n          designated restroom-related housekeeping tasks.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-zone-card\"\u003e\n\n        \u003cstrong\u003eHead 2: Kitchen \/ Dining\u003c\/strong\u003e\n\n        \u003cp\u003e\n          A separate mop head may be designated for compatible kitchen and\n          dining-area floors according to facility procedures.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-zone-card\"\u003e\n\n        \u003cstrong\u003eHead 3: General Areas\u003c\/strong\u003e\n\n        \u003cp\u003e\n          Another mop head may be reserved for resident rooms, hallways, common\n          areas, offices, and other general floor-cleaning zones.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rccs-callout\"\u003e\n\n      \u003ch3\u003e\n        Operational Tip for Residential Care Facilities\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        If multiple mop heads look alike, facilities may want to use their own\n        clear labeling or storage method so staff can easily identify which\n        mop head is designated for each cleaning zone.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       FEATURES\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Key Features\n    \u003c\/h2\u003e\n\n    \u003cul class=\"rccs-feature-grid\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e360° rotating mop head\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Helps reach \u003cstrong\u003etight corners and spaces\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Designed to clean \u003cstrong\u003eunder compatible furniture\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Includes \u003cstrong\u003ethree microfiber mop heads\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Microfiber designed for effective routine floor cleaning\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eAdjustable stainless-steel handle\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Handle extends to approximately \u003cstrong\u003e61 inches\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Longer handle may help reduce unnecessary bending during cleaning\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Includes a \u003cstrong\u003ematching cleaning bucket\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eBuilt-in spin wringer\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Helps remove excess water from the mop head\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Lightweight design for practical facility housekeeping\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Suitable for compatible \u003cstrong\u003ehard flooring\u003c\/strong\u003e\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Useful for resident rooms, bathrooms, kitchens, and common areas\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Practical for spills and routine daily floor maintenance\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       HOUSEKEEPING WORKFLOW\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Practical RCFE \u0026amp; ARF Floor-Cleaning Workflow\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rccs-use-grid\"\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          1. Select the Correct Mop Head\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          If your facility separates cleaning equipment by area, confirm the\n          correct designated mop head before beginning.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          2. Prepare the Cleaning Solution\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the appropriate facility-approved cleaning or disinfecting\n          product according to its label instructions and surface\n          compatibility.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          3. Mop the Floor\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the rotating microfiber head to clean compatible hard-floor\n          surfaces and maneuver around furniture and fixtures.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          4. Use the Wringer\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Remove excess water before returning the mop to the floor to help\n          avoid unnecessarily saturated walking surfaces.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          5. Protect the Area\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Follow facility procedures for wet-floor awareness, resident\n          traffic, signage, supervision, or temporary access restriction as\n          appropriate.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003carticle class=\"rccs-use-card\"\u003e\n\n        \u003ch3\u003e\n          6. Clean \u0026amp; Store Equipment\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clean, dry, and store the mop, mop heads, and bucket according to\n          manufacturer instructions and facility housekeeping procedures.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       SPECS\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n    \u003ctable class=\"rccs-spec-table\"\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n          \u003ctd\u003e360° Spin Mop and Bucket Cleaning System\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMop Head Movement\u003c\/th\u003e\n          \u003ctd\u003e360° Rotating \/ Maneuverable Head\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eIncluded Mop Heads\u003c\/th\u003e\n          \u003ctd\u003e3 Microfiber Mop Heads\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eHandle Material\u003c\/th\u003e\n          \u003ctd\u003eStainless Steel\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eHandle Design\u003c\/th\u003e\n          \u003ctd\u003eAdjustable\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eMaximum Listed Handle Length\u003c\/th\u003e\n          \u003ctd\u003eApproximately 61 Inches\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eBucket Included\u003c\/th\u003e\n          \u003ctd\u003eYes\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eWringer\u003c\/th\u003e\n          \u003ctd\u003eBuilt-In Spin Wringer\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePrimary Cleaning Use\u003c\/th\u003e\n          \u003ctd\u003eCompatible Hard-Floor Cleaning\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eSuggested Facility Areas\u003c\/th\u003e\n          \u003ctd\u003e\n            Resident Rooms, Bathrooms, Kitchens, Dining Areas, Hallways,\n            Offices, Common Areas and Other Compatible Hard-Floor Areas\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       SAFETY \/ INFECTION CONTROL\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-safety\"\u003e\n\n    \u003ch2\u003e\n      Important Housekeeping \u0026amp; Infection-Control Note\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003e\n        A microfiber mop is a cleaning tool. The mop itself is not a\n        disinfectant.\n      \u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      When disinfection is required, facilities should use an appropriate\n      facility-approved product according to its label instructions, including\n      dilution, surface compatibility, application instructions, and required\n      contact or dwell time.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Facilities should avoid using one contaminated mop head throughout\n      unrelated areas without appropriate cleaning or replacement. Separating\n      mop heads by zone can help support cleaner housekeeping practices.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Because freshly mopped floors may create a slipping hazard, staff should\n      follow the facility's wet-floor safety practices and take reasonable\n      precautions to keep residents, visitors, and staff away from unsafe wet\n      walking surfaces until sufficiently dry.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Always confirm that the flooring material is compatible with wet mopping,\n      the selected cleaning solution, and the amount of moisture being applied.\n      Follow flooring-manufacturer instructions when available.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       SEO CONTENT\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-section\"\u003e\n\n    \u003ch2 class=\"rccs-section-title\"\u003e\n      Spin Mop \u0026amp; Bucket Set for California RCFE \u0026amp; ARF Facilities\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"rccs-seo-content\"\u003e\n\n      \u003cp\u003e\n        A reliable floor-cleaning system is a basic housekeeping necessity for\n        \u003cstrong\u003eCalifornia RCFE owners, ARF operators, assisted living homes,\n        board-and-care facilities, group homes, residential care\n        administrators, caregivers, and facility housekeeping staff\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Residential care facilities require routine cleaning across resident\n        bedrooms, hallways, kitchens, dining rooms, bathrooms, offices, common\n        areas, and other high-traffic spaces. A maneuverable spin mop can make\n        regular hard-floor cleaning more efficient while allowing staff to\n        reach around furniture and into tighter areas.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This set includes a \u003cstrong\u003e360-degree rotating mop head, three\n        microfiber mop heads, an adjustable 61-inch stainless-steel handle,\n        cleaning bucket, and integrated spin wringer\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The inclusion of three mop heads may be especially practical in an\n        assisted living or residential care environment because operators can\n        establish separate cleaning zones for bathrooms, food-service areas,\n        and general resident or common spaces according to facility\n        housekeeping procedures.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        For operators searching for a\n        \u003cstrong\u003espin mop for an RCFE, ARF cleaning supplies, assisted living\n        housekeeping equipment, mop and bucket for residential care,\n        board-and-care janitorial supplies, RCFE floor cleaning equipment,\n        group home cleaning supplies, or California assisted living\n        housekeeping products\u003c\/strong\u003e, this set provides a practical\n        all-in-one floor-cleaning option.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n\n  \u003c!-- =======================================================\n       RCCS SIGNATURE SECTION\n       ======================================================= --\u003e\n\n  \u003csection class=\"rccs-marketplace-footer\"\u003e\n\n    \u003ch2\u003e\n      Selected With Residential Care Operators in Mind\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The RCCS Assisted Living Marketplace presents products through the\n      practical lens of RCFE owners, ARF operators, residential care\n      administrators, caregivers, and assisted living facility operators —\n      helping you understand not only what a product is, but how it may fit\n      into housekeeping, infection-control routines, fall-prevention\n      awareness, supply management, property maintenance, and the day-to-day\n      operation of a residential care business.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n(function () {\n\n  \/* =========================================================\n     RCCS SAFE DESCRIPTION MOUNT\n\n     Moves ALL RCCS description content BELOW the full Shopify\n     product media + product information \/ purchase area.\n     ========================================================= *\/\n\n  function moveRCCSDescription() {\n\n    var description =\n      document.getElementById('rccs-spin-mop-description');\n\n    if (!description) {\n      return;\n    }\n\n    if (\n      description.getAttribute('data-rccs-mounted') === 'true'\n    ) {\n      return;\n    }\n\n\n    \/* METHOD 1: Standard Shopify product container *\/\n\n    var productContainer =\n      description.closest('.product');\n\n    if (\n      productContainer \u0026\u0026\n      productContainer.parentNode\n    ) {\n\n      productContainer.parentNode.insertBefore(\n        description,\n        productContainer.nextSibling\n      );\n\n      description.setAttribute(\n        'data-rccs-mounted',\n        'true'\n      );\n\n      return;\n    }\n\n\n    \/* METHOD 2: Product information wrapper *\/\n\n    var infoWrapper =\n      description.closest('.product__info-wrapper');\n\n    if (infoWrapper) {\n\n      var mainSection =\n        infoWrapper.closest('.shopify-section');\n\n      if (mainSection) {\n\n        var productGrid =\n          mainSection.querySelector('.product');\n\n        if (\n          productGrid \u0026\u0026\n          productGrid.parentNode\n        ) {\n\n          productGrid.parentNode.insertBefore(\n            description,\n            productGrid.nextSibling\n          );\n\n          description.setAttribute(\n            'data-rccs-mounted',\n            'true'\n          );\n\n          return;\n        }\n\n      }\n\n    }\n\n\n    \/* METHOD 3: Shopify MainProduct wrapper *\/\n\n    var mainProduct =\n      description.closest('[id^=\"MainProduct-\"]');\n\n    if (mainProduct) {\n\n      var mainProductGrid =\n        mainProduct.querySelector('.product');\n\n      if (\n        mainProductGrid \u0026\u0026\n        mainProductGrid.parentNode\n      ) {\n\n        mainProductGrid.parentNode.insertBefore(\n          description,\n          mainProductGrid.nextSibling\n        );\n\n        description.setAttribute(\n          'data-rccs-mounted',\n          'true'\n        );\n\n        return;\n      }\n\n    }\n\n\n    \/* SAFE FALLBACK *\/\n\n    description.setAttribute(\n      'data-rccs-mounted',\n      'fallback'\n    );\n\n  }\n\n\n\n  \/* =========================================================\n     DISABLE STICKY PRODUCT IMAGE\n     ========================================================= *\/\n\n  function disableStickyProductMedia() {\n\n    var mediaWrappers =\n      document.querySelectorAll('.product__media-wrapper');\n\n    mediaWrappers.forEach(function (wrapper) {\n\n      wrapper.style.setProperty(\n        'position',\n        'static',\n        'important'\n      );\n\n      wrapper.style.setProperty(\n        'top',\n        'auto',\n        'important'\n      );\n\n      wrapper.style.setProperty(\n        'bottom',\n        'auto',\n        'important'\n      );\n\n      wrapper.style.setProperty(\n        'height',\n        'auto',\n        'important'\n      );\n\n      wrapper.style.setProperty(\n        'max-height',\n        'none',\n        'important'\n      );\n\n\n      var stickyChildren =\n        wrapper.querySelectorAll(\n          '.product__column-sticky, [class*=\"sticky\"]'\n        );\n\n      stickyChildren.forEach(function (child) {\n\n        child.style.setProperty(\n          'position',\n          'static',\n          'important'\n        );\n\n        child.style.setProperty(\n          'top',\n          'auto',\n          'important'\n        );\n\n        child.style.setProperty(\n          'bottom',\n          'auto',\n          'important'\n        );\n\n      });\n\n    });\n\n  }\n\n\n\n  \/* =========================================================\n     INITIALIZE\n     ========================================================= *\/\n\n  function initializeRCCSProduct() {\n\n    disableStickyProductMedia();\n\n    moveRCCSDescription();\n\n  }\n\n\n  if (document.readyState === 'loading') {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      initializeRCCSProduct\n    );\n\n  } else {\n\n    initializeRCCSProduct();\n\n  }\n\n\n  document.addEventListener(\n    'shopify:section:load',\n    function () {\n\n      setTimeout(\n        initializeRCCSProduct,\n        50\n      );\n\n    }\n  );\n\n\n  setTimeout(\n    initializeRCCSProduct,\n    250\n  );\n\n  setTimeout(\n    initializeRCCSProduct,\n    800\n  );\n\n})();\n\u003c\/script\u003e","brand":"Cashymart","offers":[{"title":"Black","offer_id":51771050688818,"sku":"17592423906762","price":33.51,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":51771050721586,"sku":"17592565264893","price":32.7,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":51771050754354,"sku":"17592565264894","price":37.59,"currency_code":"USD","in_stock":true},{"title":"Upgraded Version","offer_id":51771050787122,"sku":"17592715587754","price":37.59,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0892\/7943\/0962\/files\/Spin-Mop-Set-cashymart-38427730149654.jpg?v=1789145353","url":"https:\/\/rosenthalcommunitycare.com\/es\/products\/spin-mop-set","provider":"Rosenthal Community Care Services","version":"1.0","type":"link"}