{"product_id":"spin-mop-refill-kit","title":"🧼 Mop Head Refills Compatible with O-Cedar","description":"\u003cdiv class=\"product-cro-page\"\u003e   \u003cstyle\u003e     .product-cro-page{       --cro-bg:#f7f6f3;       --cro-card:#ffffff;       --cro-soft:#faf8f4;       --cro-line:#ebe6df;       --cro-text:#17222b;       --cro-muted:#5a6470;       --cro-red:#c5162e;       --cro-red-dark:#9f1024;       --cro-green:#197a42;       --cro-shadow:0 8px 28px rgba(23,34,43,.055);        width:100%;       max-width:100%;       margin:0 auto;       color:var(--cro-text);       font-family:inherit;       font-size:16px;       line-height:1.6;       container-type:inline-size;       overflow:hidden;     }      .product-cro-page *{       box-sizing:border-box;     }      .product-cro-page a{       color:inherit;       text-decoration:none;     }      .product-cro-page img{       display:block;       width:100%;       max-width:100%;       height:auto;       border:0;     }      .product-cro-page .cro-stack{       display:flex;       flex-direction:column;       gap:18px;       width:100%;     }      .product-cro-page .cro-card{       width:100%;       background:var(--cro-card);       border:1px solid var(--cro-line);       border-radius:18px;       box-shadow:var(--cro-shadow);       overflow:hidden;     }      .product-cro-page .cro-pad{       padding:18px;     }      .product-cro-page .cro-eyebrow{       display:inline-flex;       align-items:center;       gap:7px;       margin:0 0 10px;       padding:6px 11px;       border:1px solid #f0d8dc;       border-radius:999px;       background:#fff5f6;       color:var(--cro-red);       font-size:13px;       line-height:1.2;       font-weight:800;       letter-spacing:.03em;       text-transform:uppercase;     }      .product-cro-page .cro-title{       margin:0;       color:var(--cro-text);       font-size:28px;       line-height:1.15;       letter-spacing:-.025em;     }      .product-cro-page .cro-copy{       margin:8px 0 0;       color:var(--cro-muted);       font-size:16px;       line-height:1.65;     }      \/* =========================        HERO     ========================= *\/     .product-cro-page .hero{       background:#fff;     }      .product-cro-page .hero-copy{       padding:22px 18px 18px;     }      .product-cro-page .hero h1{       margin:0;       color:var(--cro-text);       font-size:34px;       line-height:1.06;       letter-spacing:-.035em;     }      .product-cro-page .hero p{       margin:12px 0 0;       color:var(--cro-muted);       font-size:16px;       line-height:1.65;     }      .product-cro-page .hero-pills{       display:flex;       flex-wrap:wrap;       gap:8px;       margin-top:15px;     }      .product-cro-page .hero-pill{       display:inline-flex;       align-items:center;       gap:6px;       padding:8px 11px;       background:var(--cro-soft);       border:1px solid var(--cro-line);       border-radius:999px;       font-size:14px;       line-height:1.2;       font-weight:800;     }      .product-cro-page .hero-media{       padding:0 12px 12px;     }      .product-cro-page .hero-media img{       border-radius:16px;     }      \/* =========================        1 + 2x2 FEATURE NAV     ========================= *\/     .product-cro-page .nav-section{       padding:18px;     }      .product-cro-page .nav-head{       display:flex;       align-items:flex-start;       justify-content:space-between;       gap:12px;       margin-bottom:14px;     }      .product-cro-page .nav-head h2{       margin:0;       font-size:24px;       line-height:1.2;       letter-spacing:-.02em;     }      .product-cro-page .nav-head span{       flex:0 0 auto;       margin-top:4px;       color:var(--cro-muted);       font-size:12px;       line-height:1.3;       font-weight:700;       text-align:right;     }      .product-cro-page .feature-nav{       display:grid;       grid-template-columns:repeat(2,minmax(0,1fr));       gap:10px;     }      .product-cro-page .nav-item{       position:relative;       display:flex;       flex-direction:column;       min-width:0;       min-height:126px;       padding:14px 38px 14px 14px;       background:#fff;       border:1px solid var(--cro-line);       border-radius:15px;       box-shadow:0 5px 16px rgba(23,34,43,.04);       transition:         transform .2s ease,         box-shadow .2s ease,         border-color .2s ease;       animation:croNavPulse 2.6s ease-in-out infinite;     }      .product-cro-page .nav-item-main{       grid-column:1 \/ -1;       min-height:145px;       background:#fff9f9;       border-color:#f0d8dc;     }      .product-cro-page .nav-item:hover{       transform:translateY(-3px);       border-color:#dbcfc2;       box-shadow:0 12px 26px rgba(23,34,43,.08);     }      .product-cro-page .nav-item:active{       transform:scale(.975);     }      .product-cro-page .nav-item::after{       content:'›';       position:absolute;       top:14px;       right:14px;       color:var(--cro-red);       font-size:25px;       line-height:1;       font-weight:900;       animation:croArrowMove 1.35s ease-in-out infinite;     }      .product-cro-page .nav-icon{       margin-bottom:8px;       font-size:21px;       line-height:1;     }      .product-cro-page .nav-item strong{       display:block;       margin:0 0 5px;       color:var(--cro-text);       font-size:17px;       line-height:1.25;     }      .product-cro-page .nav-item p{       margin:0;       color:var(--cro-muted);       font-size:14px;       line-height:1.45;     }      @keyframes croNavPulse{       0%,100%{         box-shadow:           0 5px 16px rgba(23,34,43,.04),           0 0 0 0 rgba(197,22,46,.02);       }       50%{         box-shadow:           0 8px 20px rgba(23,34,43,.06),           0 0 0 3px rgba(197,22,46,.055);       }     }      @keyframes croArrowMove{       0%,100%{transform:translateX(0);}       50%{transform:translateX(3px);}     }      \/* =========================        FEATURE CARDS     ========================= *\/     .product-cro-page .feature{       scroll-margin-top:20px;     }      .product-cro-page .feature-copy{       padding:18px 18px 16px;     }      .product-cro-page .feature-head{       display:flex;       align-items:center;       gap:9px;       margin-bottom:7px;     }      .product-cro-page .feature-emoji{       flex:0 0 auto;       font-size:25px;       line-height:1;     }      .product-cro-page .feature h2{       margin:0;       font-size:27px;       line-height:1.15;       letter-spacing:-.025em;     }      .product-cro-page .feature-intro{       margin:7px 0 0;       color:var(--cro-muted);       font-size:16px;       line-height:1.6;     }      .product-cro-page .pain-feature{       display:grid;       gap:9px;       margin-top:14px;     }      .product-cro-page .pf-row{       padding:12px 13px;       border:1px solid var(--cro-line);       border-radius:13px;       background:var(--cro-soft);     }      .product-cro-page .pf-row b{       display:block;       margin-bottom:3px;       color:var(--cro-red);       font-size:13px;       line-height:1.25;       font-weight:800;       letter-spacing:.03em;       text-transform:uppercase;     }      .product-cro-page .pf-row span{       display:block;       color:var(--cro-text);       font-size:16px;       line-height:1.55;       font-weight:600;     }      .product-cro-page .feature-media{       padding:0 12px 12px;     }      .product-cro-page .feature-media img{       border-radius:15px;       border:1px solid var(--cro-line);     }      .product-cro-page .compat-note{       margin-top:12px;       padding:11px 13px;       border:1px solid #f0d8dc;       border-radius:12px;       background:#fff6f7;       color:#811422;       font-size:15px;       line-height:1.5;       font-weight:700;     }      \/* =========================        SPECS     ========================= *\/     .product-cro-page .spec-wrap{       padding:18px;     }      .product-cro-page .spec-table-wrap{       margin-top:15px;       width:100%;       overflow:hidden;       border-radius:14px;     }      .product-cro-page .spec-table{       width:100%;       border-collapse:collapse;       border:1px solid #ebe6df;       border-radius:14px;       overflow:hidden;       font-size:16px;       line-height:1.6;     }      .product-cro-page .spec-table th,     .product-cro-page .spec-table td{       text-align:left;       padding:13px 16px;       border-bottom:1px solid #ebe6df;       vertical-align:top;     }      .product-cro-page .spec-table th{       width:40%;       background:#faf8f4;       color:#5a6470;       font-weight:700;     }      .product-cro-page .spec-table td{       width:60%;       color:#17222b;       font-weight:600;     }      .product-cro-page .spec-table tr:last-child th,     .product-cro-page .spec-table tr:last-child td{       border-bottom:0;     }      \/* =========================        FAQ     ========================= *\/     .product-cro-page .faq-wrap{       padding:18px;     }      .product-cro-page .faq-list{       display:flex;       flex-direction:column;       gap:9px;       margin-top:15px;     }      .product-cro-page details{       margin:0;       border:1px solid var(--cro-line);       border-radius:14px;       background:#fff;       overflow:hidden;     }      .product-cro-page summary{       position:relative;       display:block;       min-height:54px;       padding:15px 44px 15px 15px;       cursor:pointer;       list-style:none;       color:var(--cro-text);       font-size:16px;       line-height:1.45;       font-weight:800;     }      .product-cro-page summary::-webkit-details-marker{       display:none;     }      .product-cro-page summary::after{       content:'›';       position:absolute;       top:50%;       right:17px;       color:var(--cro-red);       font-size:23px;       line-height:1;       transform:translateY(-50%) rotate(90deg);       transition:transform .2s ease;     }      .product-cro-page details[open] summary::after{       transform:translateY(-50%) rotate(270deg);     }      .product-cro-page .faq-answer{       padding:0 15px 15px;       color:var(--cro-muted);       font-size:16px;       line-height:1.65;     }      \/* =========================        GUARANTEES     ========================= *\/     .product-cro-page .service-wrap{       padding:18px;     }      .product-cro-page .service-list{       display:flex;       flex-direction:column;       gap:10px;       margin-top:14px;     }      .product-cro-page .service-row{       display:flex;       align-items:flex-start;       gap:12px;       padding:13px 14px;       border:1px solid var(--cro-line);       border-radius:14px;       background:#fff;     }      .product-cro-page .service-icon{       flex:0 0 auto;       font-size:21px;       line-height:1;       margin-top:2px;     }      .product-cro-page .service-row strong{       display:block;       margin-bottom:2px;       font-size:16px;       line-height:1.35;     }      .product-cro-page .service-row span{       display:block;       color:var(--cro-muted);       font-size:15px;       line-height:1.5;     }      \/* =========================        CTA     ========================= *\/     .product-cro-page .bottom-cta{       padding:24px 18px;       text-align:center;       background:#fff;     }      .product-cro-page .bottom-cta h2{       margin:0;       font-size:28px;       line-height:1.15;       letter-spacing:-.025em;     }      .product-cro-page .bottom-cta p{       max-width:720px;       margin:9px auto 17px;       color:var(--cro-muted);       font-size:16px;       line-height:1.6;     }      .product-cro-page .shop-btn{       display:inline-flex;       align-items:center;       justify-content:center;       min-height:50px;       padding:13px 27px;       border:1px solid var(--cro-red-dark);       border-radius:999px;       background:var(--cro-red);       color:#fff;       box-shadow:0 9px 20px rgba(197,22,46,.17);       font-size:17px;       line-height:1.2;       font-weight:800;       transition:         transform .18s ease,         background .18s ease,         box-shadow .18s ease;     }      .product-cro-page .shop-btn:hover{       transform:translateY(-2px);       background:var(--cro-red-dark);       box-shadow:0 12px 23px rgba(197,22,46,.21);     }      .product-cro-page .shop-btn:active{       transform:scale(.975);     }      \/* Desktop\/container:        Keep product-description content single-column.        Only the requested feature navigation becomes 1 + 2x2.     *\/     @container (min-width:700px){       .product-cro-page{         font-size:18px;       }        .product-cro-page .cro-pad,       .product-cro-page .nav-section,       .product-cro-page .feature-copy,       .product-cro-page .spec-wrap,       .product-cro-page .faq-wrap,       .product-cro-page .service-wrap{         padding:24px;       }        .product-cro-page .hero-copy{         padding:30px 26px 22px;       }        .product-cro-page .hero-media{         padding:0 18px 18px;       }        .product-cro-page .hero h1{         font-size:46px;       }        .product-cro-page .hero p,       .product-cro-page .feature-intro,       .product-cro-page .cro-copy,       .product-cro-page .faq-answer,       .product-cro-page .bottom-cta p{         font-size:18px;       }        .product-cro-page .hero-pill{         font-size:16px;       }        .product-cro-page .nav-head h2{         font-size:29px;       }        .product-cro-page .feature-nav{         grid-template-columns:1.1fr 1fr 1fr;         grid-template-areas:           'main n1 n2'           'main n3 n4';         gap:12px;       }        .product-cro-page .nav-item-main{         grid-area:main;       }        .product-cro-page .nav-1{grid-area:n1;}       .product-cro-page .nav-2{grid-area:n2;}       .product-cro-page .nav-3{grid-area:n3;}       .product-cro-page .nav-4{grid-area:n4;}        .product-cro-page .nav-item{         min-height:140px;       }        .product-cro-page .nav-item-main{         min-height:292px;       }        .product-cro-page .nav-item strong{         font-size:19px;       }        .product-cro-page .nav-item p{         font-size:16px;       }        .product-cro-page .feature h2{         font-size:34px;       }        .product-cro-page .feature-intro,       .product-cro-page .pf-row span{         font-size:18px;       }        .product-cro-page .feature-media{         padding:0 18px 18px;       }        .product-cro-page .cro-title{         font-size:34px;       }        .product-cro-page .spec-table{         font-size:18px;       }        .product-cro-page summary{         min-height:60px;         padding:17px 50px 17px 18px;         font-size:18px;       }        .product-cro-page .service-row strong{         font-size:18px;       }        .product-cro-page .service-row span{         font-size:17px;       }        .product-cro-page .bottom-cta{         padding:32px 26px;       }        .product-cro-page .bottom-cta h2{         font-size:36px;       }        .product-cro-page .shop-btn{         min-height:54px;         padding:15px 32px;         font-size:18px;       }     }      @media (prefers-reduced-motion:reduce){       .product-cro-page .nav-item,       .product-cro-page .nav-item::after{         animation:none;       }     }   \u003c\/style\u003e    \u003cdiv class=\"cro-stack\"\u003e      \u003c!-- =========================          TOP BANNER     ========================== --\u003e     \u003csection class=\"cro-card hero\"\u003e       \u003cdiv class=\"hero-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003e🧽 12-Piece Cleaning Refill Kit\u003c\/div\u003e          \u003ch1\u003eMop Daily. Scrub Tougher Messes.\u003c\/h1\u003e          \u003cp\u003e           A practical refill set with 8 microfiber mop heads and 4 hard-bristle           scrub brushes for compatible 1-tank spin mop systems.         \u003c\/p\u003e          \u003cdiv class=\"hero-pills\"\u003e           \u003cspan class=\"hero-pill\"\u003e8 Mop Heads\u003c\/span\u003e           \u003cspan class=\"hero-pill\"\u003e4 Scrub Brushes\u003c\/span\u003e           \u003cspan class=\"hero-pill\"\u003e1-Tank System Only\u003c\/span\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"hero-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/TikSave.io_7595171436566809877_2.gif?v=1790071605\" alt=\"Spin mop refill kit in use\" loading=\"eager\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          1 + 2x2 FEATURE NAV     ========================== --\u003e     \u003csection class=\"cro-card nav-section\"\u003e       \u003cdiv class=\"nav-head\"\u003e         \u003ch2\u003eExplore the Key Features\u003c\/h2\u003e         \u003cspan\u003eTap a feature to explore ↓\u003c\/span\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-nav\"\u003e          \u003ca class=\"nav-item nav-item-main\" href=\"#feature-1\"\u003e           \u003cdiv class=\"nav-icon\"\u003e📦\u003c\/div\u003e           \u003cstrong\u003e12-Piece Refill Kit\u003c\/strong\u003e           \u003cp\u003e8 mop heads plus 4 scrub brushes in one cleaning refill set.\u003c\/p\u003e         \u003c\/a\u003e          \u003ca class=\"nav-item nav-1\" href=\"#feature-2\"\u003e           \u003cdiv class=\"nav-icon\"\u003e🧽\u003c\/div\u003e           \u003cstrong\u003eMop + Scrub\u003c\/strong\u003e           \u003cp\u003eSwitch from routine mopping to stronger scrubbing.\u003c\/p\u003e         \u003c\/a\u003e          \u003ca class=\"nav-item nav-2\" href=\"#feature-3\"\u003e           \u003cdiv class=\"nav-icon\"\u003e💪\u003c\/div\u003e           \u003cstrong\u003eScrub Tough Dirt\u003c\/strong\u003e           \u003cp\u003eHard bristles help tackle stuck-on messes.\u003c\/p\u003e         \u003c\/a\u003e          \u003ca class=\"nav-item nav-3\" href=\"#feature-4\"\u003e           \u003cdiv class=\"nav-icon\"\u003e📐\u003c\/div\u003e           \u003cstrong\u003eReach Corners\u003c\/strong\u003e           \u003cp\u003eTriangle shape follows edges and tight angles.\u003c\/p\u003e         \u003c\/a\u003e          \u003ca class=\"nav-item nav-4\" href=\"#feature-5\"\u003e           \u003cdiv class=\"nav-icon\"\u003e⚡\u003c\/div\u003e           \u003cstrong\u003eQuick Snap-On\u003c\/strong\u003e           \u003cp\u003eAlign, snap, and get back to cleaning.\u003c\/p\u003e         \u003c\/a\u003e        \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 1     ========================== --\u003e     \u003csection id=\"feature-1\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 01\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e📦\u003c\/span\u003e           \u003ch2\u003e12-Piece Cleaning Refill Kit\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           8 microfiber mop heads + 4 scrub brushes.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eWorn cleaning heads can make routine floor care less convenient.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eKeep multiple replacement mop heads and scrub brushes ready in one set.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_55_5.webp?v=1790071615\" alt=\"12-piece cleaning refill kit with 8 mop heads and 4 scrub brushes\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 2     ========================== --\u003e     \u003csection id=\"feature-2\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 02\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e🧽\u003c\/span\u003e           \u003ch2\u003eMop + Scrub in One System\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Use microfiber for everyday mopping, then switch to the scrub brush for tougher messes.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eRoutine dust and stuck-on grime do not always need the same cleaning head.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eChoose the mop head for daily floor care or the hard-bristle brush when more scrubbing is needed.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_55_6.webp?v=1790071615\" alt=\"Microfiber mop head and hard-bristle scrub brush cleaning comparison\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 3     ========================== --\u003e     \u003csection id=\"feature-3\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 03\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e💪\u003c\/span\u003e           \u003ch2\u003eScrub Tough Dirt\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Hard bristles add a firmer cleaning option for stuck-on dirt and grime.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eSome messes can be harder to loosen with a soft mop head alone.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eSwitch to the triangular hard-bristle brush when the surface needs extra scrubbing action.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_56_8.webp?v=1790071614\" alt=\"Hard-bristle triangular scrub brush cleaning tough dirt\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 4     ========================== --\u003e     \u003csection id=\"feature-4\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 04\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e📐\u003c\/span\u003e           \u003ch2\u003eMade for Corners\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           The triangular shape helps reach wall edges, corners, and tighter cleaning zones.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eEdges and corners can be awkward for round or bulky cleaning tools.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eThe triangle-shaped head follows tight angles more naturally.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_54_3.webp?v=1790071614\" alt=\"Triangle mop head reaching a room corner\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 5     ========================== --\u003e     \u003csection id=\"feature-5\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 05\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e⚡\u003c\/span\u003e           \u003ch2\u003eSnaps On in Seconds\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Align → Snap → Clean.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eChanging a cleaning head should not require a complicated setup.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003ePosition the compatible head, snap it into place, and continue cleaning.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_55_7.webp?v=1790071614\" alt=\"Align snap and clean mop head installation steps\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 6     ========================== --\u003e     \u003csection id=\"feature-6\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 06\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e🏠\u003c\/span\u003e           \u003ch2\u003eReady for Everyday Cleaning\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Clean open floors, under furniture, along edges, and into corners.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eReal home cleaning involves more than wide-open floor space.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eThe triangular head is shown working across multiple common household cleaning areas.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_54_4.webp?v=1790071614\" alt=\"Everyday mop cleaning floors under tables edges and corners\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 7     ========================== --\u003e     \u003csection id=\"feature-7\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 07\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e✅\u003c\/span\u003e           \u003ch2\u003eCheck Your Mop Before Ordering\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Designed for the compatible 1-tank spin mop system shown — not the 2-tank rinse-clean system shown.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003ePain\u003c\/b\u003e             \u003cspan\u003eReplacement heads can look similar even when the connection system is different.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eFeature\u003c\/b\u003e             \u003cspan\u003eCompare your existing mop system with the compatibility image before ordering.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e          \u003cdiv class=\"compat-note\"\u003e           ⚠️ Handle \u0026amp; bucket are not included.         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_53_2.webp?v=1790071613\" alt=\"Compatible 1-tank spin mop system versus incompatible 2-tank system\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FEATURE 8     ========================== --\u003e     \u003csection id=\"feature-8\" class=\"cro-card feature\"\u003e       \u003cdiv class=\"feature-copy\"\u003e         \u003cdiv class=\"cro-eyebrow\"\u003eFeature 08\u003c\/div\u003e          \u003cdiv class=\"feature-head\"\u003e           \u003cspan class=\"feature-emoji\"\u003e📏\u003c\/span\u003e           \u003ch2\u003eSize \u0026amp; What’s Included\u003c\/h2\u003e         \u003c\/div\u003e          \u003cp class=\"feature-intro\"\u003e           Clear pack quantity and size references help you check the set before ordering.         \u003c\/p\u003e          \u003cdiv class=\"pain-feature\"\u003e           \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eIncluded\u003c\/b\u003e             \u003cspan\u003e8 microfiber mop heads + 4 hard-bristle scrub brushes.\u003c\/span\u003e           \u003c\/div\u003e            \u003cdiv class=\"pf-row\"\u003e             \u003cb\u003eScrub Brush Size\u003c\/b\u003e             \u003cspan\u003e5.9 × 5.9 × 1.37 in.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e          \u003cdiv class=\"compat-note\"\u003e           Handle \u0026amp; bucket not included.         \u003c\/div\u003e       \u003c\/div\u003e        \u003cdiv class=\"feature-media\"\u003e         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPT_Image_2026_9_22_17_59_53_1.webp?v=1790071613\" alt=\"Mop refill kit product dimensions and included pieces\" loading=\"lazy\"\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          SPECIFICATIONS     ========================== --\u003e     \u003csection class=\"cro-card spec-wrap\"\u003e       \u003cdiv class=\"cro-eyebrow\"\u003eProduct Details\u003c\/div\u003e        \u003ch2 class=\"cro-title\"\u003eSpecifications\u003c\/h2\u003e        \u003cp class=\"cro-copy\"\u003e         Key product information from the provided images and specifications.       \u003c\/p\u003e        \u003cdiv class=\"spec-table-wrap\"\u003e         \u003ctable class=\"spec-table\"\u003e           \u003ctbody\u003e              \u003ctr\u003e               \u003cth\u003eSet Includes\u003c\/th\u003e               \u003ctd\u003e8 Microfiber Mop Heads + 4 Scrub Brushes\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eCompatibility\u003c\/th\u003e               \u003ctd\u003eCompatible 1-Tank Spin Mop System Shown\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eNot Compatible With\u003c\/th\u003e               \u003ctd\u003e2-Tank Rinse-Clean System Shown\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eMop Head Type\u003c\/th\u003e               \u003ctd\u003eMicrofiber\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eMop Head Overall Diameter\u003c\/th\u003e               \u003ctd\u003e14 in\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eMop Head Inner Ring Size\u003c\/th\u003e               \u003ctd\u003e4 in\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eMop Head Inner Ring Outer Size\u003c\/th\u003e               \u003ctd\u003e6 in\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eBrush Type\u003c\/th\u003e               \u003ctd\u003eHard-Bristle Scrub Brush\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eScrub Brush Size\u003c\/th\u003e               \u003ctd\u003e5.9 × 5.9 × 1.37 in\u003c\/td\u003e             \u003c\/tr\u003e              \u003ctr\u003e               \u003cth\u003eHandle \u0026amp; Bucket\u003c\/th\u003e               \u003ctd\u003eNot Included\u003c\/td\u003e             \u003c\/tr\u003e            \u003c\/tbody\u003e         \u003c\/table\u003e       \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          FAQ     ========================== --\u003e     \u003csection class=\"cro-card faq-wrap\"\u003e       \u003cdiv class=\"cro-eyebrow\"\u003eFAQ\u003c\/div\u003e        \u003ch2 class=\"cro-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e        \u003cdiv class=\"faq-list\"\u003e          \u003cdetails\u003e           \u003csummary\u003eWhat comes in the set?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             The set includes 8 microfiber mop heads and 4 hard-bristle scrub brushes.           \u003c\/div\u003e         \u003c\/details\u003e          \u003cdetails\u003e           \u003csummary\u003eDoes it include the mop handle or bucket?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             No. The handle and bucket are not included.           \u003c\/div\u003e         \u003c\/details\u003e          \u003cdetails\u003e           \u003csummary\u003eDoes it fit every spin mop?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             No. The provided compatibility guide shows it for the compatible 1-tank system only and not for the 2-tank rinse-clean system shown.           \u003c\/div\u003e         \u003c\/details\u003e          \u003cdetails\u003e           \u003csummary\u003eWhat is the scrub brush for?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             The hard-bristle brush provides a firmer scrubbing option for dirt and grime that may need more than routine mopping.           \u003c\/div\u003e         \u003c\/details\u003e          \u003cdetails\u003e           \u003csummary\u003eHow is the replacement head installed?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             The product guide shows a simple three-step process: align, snap, and clean.           \u003c\/div\u003e         \u003c\/details\u003e          \u003cdetails\u003e           \u003csummary\u003eWhat size is the scrub brush?\u003c\/summary\u003e           \u003cdiv class=\"faq-answer\"\u003e             The scrub brush is shown as 5.9 × 5.9 × 1.37 in.           \u003c\/div\u003e         \u003c\/details\u003e        \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          SERVICE     ========================== --\u003e     \u003csection class=\"cro-card service-wrap\"\u003e       \u003cdiv class=\"cro-eyebrow\"\u003eService\u003c\/div\u003e        \u003ch2 class=\"cro-title\"\u003eOrder With Confidence\u003c\/h2\u003e        \u003cdiv class=\"service-list\"\u003e          \u003cdiv class=\"service-row\"\u003e           \u003cspan class=\"service-icon\"\u003e📦\u003c\/span\u003e           \u003cdiv\u003e             \u003cstrong\u003eSecurely Packed\u003c\/strong\u003e             \u003cspan\u003eYour order is packed with care for shipment.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e          \u003cdiv class=\"service-row\"\u003e           \u003cspan class=\"service-icon\"\u003e✅\u003c\/span\u003e           \u003cdiv\u003e             \u003cstrong\u003eQuality Checked\u003c\/strong\u003e             \u003cspan\u003eProduct details are checked before your order is prepared.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e          \u003cdiv class=\"service-row\"\u003e           \u003cspan class=\"service-icon\"\u003e💬\u003c\/span\u003e           \u003cdiv\u003e             \u003cstrong\u003eCustomer Support\u003c\/strong\u003e             \u003cspan\u003eQuestions about the product or your order? Our support team is here to help.\u003c\/span\u003e           \u003c\/div\u003e         \u003c\/div\u003e        \u003c\/div\u003e     \u003c\/section\u003e      \u003c!-- =========================          BOTTOM CTA     ========================== --\u003e     \u003csection class=\"cro-card bottom-cta\"\u003e       \u003cdiv class=\"cro-eyebrow\"\u003eRefresh Your Cleaning Setup\u003c\/div\u003e        \u003ch2\u003eOne Set for Mopping \u0026amp; Scrubbing\u003c\/h2\u003e        \u003cp\u003e         Keep replacement microfiber heads ready for everyday cleaning and hard-bristle brushes ready for tougher messes.       \u003c\/p\u003e        \u003ca href=\"#\" class\u003e\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"FFS","offers":[{"title":"2mop+1brush(only fits O-cedar one tank old style)","offer_id":51209403039991,"sku":"NC02482609226500-白头130克*2+NC02482609226500-三角刷头适配一代（大号单桶）","price":29.99,"currency_code":"USD","in_stock":true},{"title":"2mop+2brush(only fits O-cedar one tank old style)","offer_id":51209403072759,"sku":"NC02482609226500-白头130克*2+NC02482609226500-三角刷头适配一代（大号单桶）*2","price":39.99,"currency_code":"USD","in_stock":true},{"title":"3mop+1brush (only fits O-cedar one tank old style)","offer_id":51209403105527,"sku":"NC02482609226500-白头130克*3+NC02482609226500-三角刷头适配一代（大号单桶）","price":38.99,"currency_code":"USD","in_stock":true},{"title":"3mop+2brush (only fits O-cedar one tank old style)","offer_id":51209403138295,"sku":"NC02482609226500-白头130克*3+NC02482609226500-三角刷头适配一代（大号单桶）*2","price":43.99,"currency_code":"USD","in_stock":true},{"title":"4mop+1brush (only fits O-cedar one tank old style)","offer_id":51209403171063,"sku":"NC02482609226500-白头130克*4+NC02482609226500-三角刷头适配一代（大号单桶）","price":47.99,"currency_code":"USD","in_stock":true},{"title":"6mop+1brush(only fits O-cedar one tank old style)","offer_id":51209403203831,"sku":"NC02482609226500-白头130克*6+NC02482609226500-三角刷头适配一代（大号单桶）","price":63.99,"currency_code":"USD","in_stock":true},{"title":"6mop+2brush(only fits O-cedar one tank old style)","offer_id":51209403236599,"sku":"NC02482609226500-白头130克*6+NC02482609226500-三角刷头适配一代（大号单桶）*2","price":66.99,"currency_code":"USD","in_stock":true},{"title":"4Mop+2Brush(only fits O-cedar One tank old style)","offer_id":51209403269367,"sku":"NC02482609226500-白头130克*4+NC02482609226500-三角刷头适配一代（大号单桶）*2","price":59.99,"currency_code":"USD","in_stock":true},{"title":"8Mop+4brush","offer_id":51209403302135,"sku":"NC02482609226500-白头130克*8+NC02482609226500-三角刷头适配一代（大号单桶）*4","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/7891\/1223\/files\/ChatGPT_Image_2026_9_22_17_59_53_1.webp?v=1790233434","url":"https:\/\/arjwveany.com\/products\/spin-mop-refill-kit","provider":"Arjwveany","version":"1.0","type":"link"}