{"product_id":"adjustable-appliance-moving-dolly-2-pack","title":"↔️Adjustable Appliance Moving Dolly 2-Pack | 600 lb Capacity","description":"\u003cstyle\u003e\n  .amd-page,\n  .amd-page * {\n    box-sizing: border-box;\n  }\n\n  .amd-page {\n    --amd-green: #245b4b;\n    --amd-green-dark: #173d34;\n    --amd-green-soft: #edf5f1;\n    --amd-gold: #d8a84e;\n    --amd-ink: #17201d;\n    --amd-text: #43504b;\n    --amd-muted: #6d7873;\n    --amd-white: #ffffff;\n    --amd-soft: #f7f8f6;\n    --amd-border: #dfe7e2;\n    --amd-warning: #fff7e4;\n\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 0;\n    overflow: hidden;\n    color: var(--amd-ink);\n    background: var(--amd-white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .amd-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .amd-section {\n    padding: 38px 16px;\n  }\n\n  .amd-section--soft {\n    background: var(--amd-soft);\n  }\n\n  .amd-section--green {\n    color: var(--amd-white);\n    background: var(--amd-green-dark);\n  }\n\n  .amd-section--green .amd-copy,\n  .amd-section--green .amd-card p,\n  .amd-section--green .amd-step p {\n    color: rgba(255, 255, 255, 0.82);\n  }\n\n  .amd-section--green .amd-eyebrow {\n    color: #f6d68f;\n  }\n\n  .amd-section--green .amd-card {\n    background: rgba(255, 255, 255, 0.08);\n    border-color: rgba(255, 255, 255, 0.15);\n  }\n\n  .amd-section--green .amd-icon {\n    background: rgba(255, 255, 255, 0.12);\n  }\n\n  .amd-hero {\n    padding: 44px 16px 34px;\n    text-align: center;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(216, 168, 78, 0.16),\n        transparent 38%\n      ),\n      linear-gradient(180deg, #f5f8f5 0%, #ffffff 100%);\n  }\n\n  .amd-eyebrow {\n    margin: 0 0 10px;\n    color: var(--amd-green);\n    font-size: 0.78rem;\n    font-weight: 800;\n    line-height: 1.4;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .amd-h1,\n  .amd-h2,\n  .amd-h3 {\n    margin-top: 0;\n    color: inherit;\n    font-weight: 800;\n    letter-spacing: -0.025em;\n  }\n\n  .amd-h1 {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: clamp(2rem, 9vw, 3.65rem);\n    line-height: 1.05;\n  }\n\n  .amd-h2 {\n    margin-bottom: 14px;\n    font-size: clamp(1.65rem, 7vw, 2.55rem);\n    line-height: 1.13;\n  }\n\n  .amd-h3 {\n    margin-bottom: 7px;\n    font-size: 1.08rem;\n    line-height: 1.3;\n  }\n\n  .amd-copy {\n    max-width: 720px;\n    margin: 0;\n    color: var(--amd-text);\n    font-size: 1rem;\n  }\n\n  .amd-copy--center {\n    margin-right: auto;\n    margin-left: auto;\n    text-align: center;\n  }\n\n  .amd-lead {\n    max-width: 690px;\n    margin: 16px auto 0;\n    color: var(--amd-text);\n    font-size: 1.06rem;\n  }\n\n  .amd-media,\n  .amd-feature-media {\n    margin-top: 24px;\n  }\n\n  .amd-hero .amd-media {\n    margin-top: 28px;\n  }\n\n  .amd-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 20px;\n  }\n\n  .amd-badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    color: var(--amd-green-dark);\n    background: var(--amd-white);\n    border: 1px solid var(--amd-border);\n    border-radius: 999px;\n    box-shadow: 0 5px 18px rgba(23, 61, 52, 0.07);\n    font-size: 0.88rem;\n    font-weight: 750;\n    line-height: 1.2;\n  }\n\n  .amd-benefit-list {\n    display: grid;\n    gap: 11px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .amd-benefit-list li {\n    position: relative;\n    margin: 0;\n    padding: 15px 15px 15px 46px;\n    color: var(--amd-text);\n    background: var(--amd-white);\n    border: 1px solid var(--amd-border);\n    border-radius: 13px;\n    font-weight: 600;\n  }\n\n  .amd-benefit-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 14px;\n    left: 15px;\n    display: grid;\n    width: 22px;\n    height: 22px;\n    place-items: center;\n    color: var(--amd-white);\n    background: var(--amd-green);\n    border-radius: 50%;\n    font-size: 0.78rem;\n    font-weight: 900;\n  }\n\n  .amd-grid {\n    display: grid;\n    gap: 13px;\n    margin-top: 24px;\n  }\n\n  .amd-grid--2,\n  .amd-grid--3,\n  .amd-grid--4 {\n    grid-template-columns: 1fr;\n  }\n\n  .amd-card {\n    padding: 19px;\n    background: var(--amd-white);\n    border: 1px solid var(--amd-border);\n    border-radius: 15px;\n  }\n\n  .amd-card p {\n    margin: 0;\n    color: var(--amd-text);\n    font-size: 0.95rem;\n  }\n\n  .amd-icon {\n    display: grid;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 13px;\n    place-items: center;\n    background: var(--amd-green-soft);\n    border-radius: 12px;\n    font-size: 1.3rem;\n  }\n\n  \/* All feature modules use top text and bottom image *\/\n  .amd-feature {\n    display: flex;\n    flex-direction: column;\n    align-items: stretch;\n  }\n\n  .amd-feature-content {\n    order: 1;\n    width: 100%;\n  }\n\n  .amd-feature-media {\n    order: 2;\n    width: 100%;\n  }\n\n  .amd-stat {\n    display: inline-block;\n    margin-bottom: 9px;\n    color: var(--amd-green);\n    font-size: clamp(1.65rem, 7vw, 2.4rem);\n    font-weight: 850;\n    line-height: 1;\n    letter-spacing: -0.04em;\n  }\n\n  .amd-section--green .amd-stat {\n    color: #f6d68f;\n  }\n\n  .amd-steps {\n    display: grid;\n    gap: 13px;\n    margin-top: 24px;\n  }\n\n  .amd-step {\n    position: relative;\n    padding: 20px 17px 18px 62px;\n    background: var(--amd-white);\n    border: 1px solid var(--amd-border);\n    border-radius: 15px;\n  }\n\n  .amd-step-number {\n    position: absolute;\n    top: 17px;\n    left: 16px;\n    display: grid;\n    width: 33px;\n    height: 33px;\n    place-items: center;\n    color: var(--amd-white);\n    background: var(--amd-green);\n    border-radius: 50%;\n    font-size: 0.92rem;\n    font-weight: 850;\n  }\n\n  .amd-step p {\n    margin: 0;\n    color: var(--amd-text);\n    font-size: 0.95rem;\n  }\n\n  .amd-note {\n    margin: 20px 0 0;\n    padding: 16px;\n    color: #70531e;\n    background: var(--amd-warning);\n    border-radius: 13px;\n    font-size: 0.9rem;\n    line-height: 1.55;\n  }\n\n  .amd-table-wrap {\n    margin-top: 22px;\n    overflow-x: auto;\n    border: 1px solid var(--amd-border);\n    border-radius: 15px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .amd-table {\n    width: 100%;\n    min-width: 570px;\n    border-collapse: collapse;\n    background: var(--amd-white);\n  }\n\n  .amd-table th,\n  .amd-table td {\n    padding: 14px 15px;\n    text-align: left;\n    vertical-align: top;\n    border-bottom: 1px solid var(--amd-border);\n    font-size: 0.93rem;\n  }\n\n  .amd-table th {\n    width: 35%;\n    color: var(--amd-green-dark);\n    background: #f2f6f3;\n    font-weight: 800;\n  }\n\n  .amd-table tr:last-child th,\n  .amd-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .amd-faq {\n    display: grid;\n    gap: 11px;\n    margin-top: 22px;\n  }\n\n  .amd-faq details {\n    padding: 0 16px;\n    background: var(--amd-white);\n    border: 1px solid var(--amd-border);\n    border-radius: 13px;\n  }\n\n  .amd-faq summary {\n    position: relative;\n    padding: 16px 32px 16px 0;\n    cursor: pointer;\n    list-style: none;\n    color: var(--amd-ink);\n    font-weight: 750;\n    line-height: 1.4;\n  }\n\n  .amd-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .amd-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 12px;\n    right: 0;\n    color: var(--amd-green);\n    font-size: 1.55rem;\n    font-weight: 500;\n  }\n\n  .amd-faq details[open] summary::after {\n    content: \"–\";\n  }\n\n  .amd-faq details p {\n    margin: 0;\n    padding: 0 0 17px;\n    color: var(--amd-text);\n    font-size: 0.95rem;\n  }\n\n  .amd-trust {\n    display: grid;\n    gap: 12px;\n    margin-top: 24px;\n  }\n\n  .amd-trust-item {\n    padding: 17px;\n    text-align: center;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 14px;\n  }\n\n  .amd-trust-item strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--amd-white);\n    font-size: 1rem;\n  }\n\n  .amd-trust-item span {\n    color: rgba(255, 255, 255, 0.75);\n    font-size: 0.9rem;\n  }\n\n  .amd-final-box {\n    max-width: 740px;\n    margin: 28px auto 0;\n    padding: 22px 18px;\n    text-align: center;\n    background: var(--amd-green);\n    border-radius: 16px;\n  }\n\n  .amd-final-box strong {\n    display: block;\n    color: var(--amd-white);\n    font-size: 1.28rem;\n    line-height: 1.3;\n  }\n\n  .amd-final-box span {\n    display: block;\n    margin-top: 7px;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 0.96rem;\n  }\n\n  .amd-small {\n    margin-top: 15px;\n    color: var(--amd-muted);\n    font-size: 0.84rem;\n    line-height: 1.55;\n  }\n\n  @media (min-width: 680px) {\n    .amd-section {\n      padding: 58px 34px;\n    }\n\n    .amd-hero {\n      padding: 64px 34px 46px;\n    }\n\n    .amd-grid--2 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .amd-grid--3 {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .amd-grid--4 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .amd-steps {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .amd-step {\n      padding: 66px 20px 20px;\n    }\n\n    .amd-step-number {\n      top: 19px;\n      left: 20px;\n    }\n\n    .amd-trust {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (min-width: 820px) {\n    .amd-grid--4 {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n\n    .amd-feature {\n      display: flex;\n      flex-direction: column;\n      align-items: stretch;\n    }\n\n    .amd-feature-content {\n      order: 1;\n      width: 100%;\n    }\n\n    .amd-feature-media {\n      order: 2;\n      width: 100%;\n      margin-top: 28px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"amd-page\"\u003e\n\u003c!-- ATTENTION \/ HERO --\u003e\n\u003csection class=\"amd-hero\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eHeavy-Duty Appliance Moving Dolly · 2-Piece Set\u003c\/p\u003e\n\u003ch1 class=\"amd-h1\"\u003eMove Heavy Appliances Without the Usual Struggle\u003c\/h1\u003e\n\u003cp class=\"amd-lead\"\u003eRoll washers, dryers and compatible refrigerators forward for cleaning, maintenance or repositioning—without repeatedly dragging them across your floor.\u003c\/p\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/01_20a96e24-4af2-471f-ab18-5241d7124c0a.png?v=1785478597\" alt=\"Adjustable appliance moving dolly rails under a large household appliance\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"amd-section\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eHeavy Appliances Should Not Feel Permanent\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eReach the Dust, Cables and Hoses Hidden Behind Your Appliances\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eStop postponing deep cleaning or maintenance because the appliance is too difficult to move. The low-profile rolling base turns an awkward dragging job into a more controlled repositioning movement.\u003c\/p\u003e\n\u003cul class=\"amd-benefit-list\"\u003e\n\u003cli\u003eMove appliances forward when you need access behind them.\u003c\/li\u003e\n\u003cli\u003eReduce direct scraping and dragging across suitable floors.\u003c\/li\u003e\n\u003cli\u003eMake hose, plug and vent inspections easier to manage.\u003c\/li\u003e\n\u003cli\u003eRoll the appliance back into position and engage the brakes.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/02_ed859dc3-1a91-47e3-abe4-fe46db175849.png?v=1785478609\" alt=\"Appliance dolly helping move a washing machine for cleaning and maintenance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ADJUSTABLE LENGTH --\u003e\n\u003csection class=\"amd-section amd-section--soft\"\u003e\n\u003cdiv class=\"amd-feature\"\u003e\n\u003cdiv class=\"amd-feature-content\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eAdjustable to Fit Different Appliance Bases\u003c\/p\u003e\n\u003cspan class=\"amd-stat\"\u003e 17.6–27.6 in \u003c\/span\u003e\n\u003ch2 class=\"amd-h2\"\u003eAdjust the Length for a More Secure Fit\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eExtend each telescopic rail to match the front-to-back depth of the appliance base. Once adjusted and secured, one rail supports each side for balanced positioning.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--2\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e↔️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eTelescopic Adjustment\u003c\/h3\u003e\n\u003cp\u003eAdapts to different compatible appliance base depths.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e⚖️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eTwo-Rail Support\u003c\/h3\u003e\n\u003cp\u003eSupports the left and right sides for better weight distribution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/03_59d32dd2-4d4e-421a-8dce-1517625e20a7.png?v=1785478608\" alt=\"Telescopic appliance moving rails adjustable from 17.6 to 27.6 inches\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LOAD CAPACITY --\u003e\n\u003csection class=\"amd-section amd-section--green\"\u003e\n\u003cdiv class=\"amd-feature\"\u003e\n\u003cdiv class=\"amd-feature-content\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eBuilt for Large Household Appliances\u003c\/p\u003e\n\u003cspan class=\"amd-stat\"\u003e Up to 600 lb \u003c\/span\u003e\n\u003ch2 class=\"amd-h2\"\u003eStrong Steel Support Without a Bulky Platform\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eHeavy-gauge pressed steel, reinforced adjustment points and multiple load-bearing rollers help support many full-size household appliances while keeping the base compact.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--2\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eHeavy-Duty Construction\u003c\/h3\u003e\n\u003cp\u003eDesigned to support compatible washers, dryers and refrigerators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eLow-Profile Design\u003c\/h3\u003e\n\u003cp\u003eKeeps the appliance close to its normal installed height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/04_75e57f07-ea34-49a0-8911-9873167e07bc.png?v=1785478609\" alt=\"Heavy-gauge steel appliance dolly frame with reinforced construction\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"amd-small\" style=\"color: rgba(255, 255, 255, 0.66);\"\u003eMaximum capacity is based on the supplied product specifications and applies to the complete two-rail set when correctly installed on a suitable, level surface.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- LOCKING BRAKES --\u003e\n\u003csection class=\"amd-section\"\u003e\n\u003cdiv class=\"amd-feature\"\u003e\n\u003cdiv class=\"amd-feature-content\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eRoll When Needed · Lock When Finished\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eFoot-Operated Brakes Help Keep It in Position\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eRelease the brakes before repositioning, then press them down after the appliance reaches the desired location. There is no need to reach underneath to operate the locking pads.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--2\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e👟\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eEasy Foot Control\u003c\/h3\u003e\n\u003cp\u003eEngage or release the brakes from a standing position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eControlled Positioning\u003c\/h3\u003e\n\u003cp\u003eHelps reduce unwanted rolling during normal appliance use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/05_9cedc0d6-7dca-44e3-bbdc-de725f30b92b.png?v=1785478609\" alt=\"Foot-operated locking brakes on appliance moving dolly rails\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ANTI-SLIP PADS --\u003e\n\u003csection class=\"amd-section amd-section--soft\"\u003e\n\u003cdiv class=\"amd-feature\"\u003e\n\u003cdiv class=\"amd-feature-content\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eExtra Grip Where the Appliance Meets the Rails\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eAnti-Slip Pads Help Protect the Appliance Base\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003ePadded contact points improve grip between the appliance and the steel rails. They also help reduce direct metal contact, everyday vibration and surface scuffing underneath the appliance.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--3\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eBetter Grip\u003c\/h3\u003e\n\u003cp\u003eHelps reduce sliding at the contact points.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eSurface Protection\u003c\/h3\u003e\n\u003cp\u003eCreates a padded layer beneath the appliance base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eVibration Control\u003c\/h3\u003e\n\u003cp\u003eHelps absorb minor vibration during everyday operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/06_c6952860-e3bc-4d38-a55e-f6c323f09e40.jpg?v=1785478886\" alt=\"Anti-slip rubber pads on adjustable appliance moving dolly\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"amd-section\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eQuick Three-Step Setup\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eAdjust. Position. Lock.\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eSet up the two rails beneath the appliance and create easier access whenever cleaning, maintenance or repositioning is needed.\u003c\/p\u003e\n\u003cdiv class=\"amd-steps\"\u003e\n\u003cdiv class=\"amd-step\"\u003e\n\u003cspan class=\"amd-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3 class=\"amd-h3\"\u003eAdjust the Rails\u003c\/h3\u003e\n\u003cp\u003eLoosen the center fastener, extend each rail to the required length, and secure the adjustment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-step\"\u003e\n\u003cspan class=\"amd-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3 class=\"amd-h3\"\u003ePosition the Pair\u003c\/h3\u003e\n\u003cp\u003ePlace the rails parallel beneath the left and right sides of the appliance base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-step\"\u003e\n\u003cspan class=\"amd-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3 class=\"amd-h3\"\u003eEngage the Brakes\u003c\/h3\u003e\n\u003cp\u003eAfter final positioning, press the locking pads down to help prevent unwanted rolling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/07_77c89914-1cc1-46ad-bcd2-525e75e4b39f.png?v=1785478887\" alt=\"Three-step installation guide for adjustable appliance dolly rails\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"amd-note\"\u003e\n\u003cstrong\u003eImportant safety reminder:\u003c\/strong\u003e Heavy appliances may require two or more adults and suitable lifting equipment. Disconnect electrical power, water, drain and gas connections before moving. Never use the rails on stairs, slopes or unstable flooring.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"amd-section amd-section--green\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eEverything Needed for Left-and-Right Support\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eOne Complete 2-Piece Moving Set\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eEach set includes two adjustable rails—one for each side of the appliance—with integrated rollers, anti-slip pads and locking brakes.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--3\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003e2 Adjustable Rails\u003c\/h3\u003e\n\u003cp\u003eA complete left-and-right support configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eBuilt-In Rollers\u003c\/h3\u003e\n\u003cp\u003eDesigned to move compatible appliances across suitable floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003ch3 class=\"amd-h3\"\u003eIntegrated Brakes\u003c\/h3\u003e\n\u003cp\u003eHelp hold the appliance after it reaches the desired position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/08.png?v=1785478887\" alt=\"Complete two-piece adjustable appliance moving dolly set\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FLOOR SURFACES --\u003e\n\u003csection class=\"amd-section amd-section--soft\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eBest Used on Smooth, Level Floors\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eChoose the Right Surface for Safer, Smoother Movement\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eFloor condition directly affects stability and rolling performance. Always inspect the surface before moving a heavy appliance.\u003c\/p\u003e\n\u003cdiv class=\"amd-grid amd-grid--2\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e✅\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eRecommended Surfaces\u003c\/h3\u003e\n\u003cp\u003eSmooth, level tile, concrete, sealed hardwood, laminate and vinyl flooring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e⚠️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eAvoid These Surfaces\u003c\/h3\u003e\n\u003cp\u003eThick carpet, slopes, stairs, uneven floors, broken tiles and damaged surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/09_c3613123-0870-47bf-95f5-c8898e91be9c.png?v=1785478886\" alt=\"Recommended and unsuitable floor surfaces for appliance moving dolly\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"amd-section\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eOne Moving Base · Multiple Household Uses\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eMade for Large, Compatible Appliances and Furniture\u003c\/h2\u003e\n\u003cdiv class=\"amd-grid amd-grid--4\"\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eWashing Machines\u003c\/h3\u003e\n\u003cp\u003eImprove access to hoses, drains and the floor behind the washer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e♨️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eDryers\u003c\/h3\u003e\n\u003cp\u003eReach power cords, exhaust vents and tight laundry spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e❄️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eRefrigerators\u003c\/h3\u003e\n\u003cp\u003eReposition compatible units for cleaning and organization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-card\"\u003e\n\u003cdiv class=\"amd-icon\"\u003e🗄️\u003c\/div\u003e\n\u003ch3 class=\"amd-h3\"\u003eHeavy Furniture\u003c\/h3\u003e\n\u003cp\u003eSuitable for compatible cabinets and stable furniture bases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/10_ba331ef4-311d-4e28-a113-b7ed20528949.png?v=1785478887\" alt=\"Adjustable moving dolly used with washing machine dryer and refrigerator\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection class=\"amd-section amd-section--soft\" id=\"appliance-dolly-specifications\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eProduct Details\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"amd-table-wrap\"\u003e\n\u003ctable class=\"amd-table\" style=\"width: 104.753%;\" height=\"1006\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eAdjustable appliance moving dolly rails\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003ePackage Quantity\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003e2 rails per set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eAdjustable Length\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003e17.6–27.6 in \/ 44.6–70 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eApprox. Rail Width\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003e2 in \/ 5 cm per rail\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eApprox. Profile Height\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003e1.6–2 in \/ 4–5 cm, depending on measuring point\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eMaximum Load\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eUp to 600 lb \/ 272 kg total for the complete set, according to supplied product specifications\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eFrame Material\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eHeavy-gauge pressed steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eTop Contact Surface\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eRubber anti-slip pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eMobility\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eMultiple load-bearing rollers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eBrake System\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eFoot-operated locking brake pads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eAvailable Colors\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eBlack or white\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eRecommended Applications\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eCompatible front-load washers, dryers, refrigerators, freezers, cabinets and heavy furniture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eRecommended Floors\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eSmooth, stable and level hard flooring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\" style=\"width: 25.1318%;\"\u003eSetup\u003c\/th\u003e\n\u003ctd style=\"width: 74.8682%;\"\u003eSimple three-step adjustment and positioning; a basic hand tool may be required to secure the center fastener\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"amd-small\"\u003eMeasure the appliance base depth, total weight and available floor space before ordering. Compatibility depends on the appliance structure, dimensions, weight distribution and installation environment.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"amd-section\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eGood to Know\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"amd-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the rails fit my washing machine?\u003c\/summary\u003e\n\u003cp\u003eEach rail adjusts from approximately 17.6 to 27.6 inches (44.6–70 cm). Measure the front-to-back depth of the supporting area beneath your appliance and confirm that it falls within this range.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many rails are included?\u003c\/summary\u003e\n\u003cp\u003eEach set includes two adjustable rails. One rail supports the left side and the other supports the right side of the appliance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I leave the appliance on the rails permanently?\u003c\/summary\u003e\n\u003cp\u003eThe rails are designed to remain beneath compatible appliances when correctly installed. Engage the brakes after positioning and inspect the rails periodically for movement, wear or uneven weight distribution.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill the rollers damage my floor?\u003c\/summary\u003e\n\u003cp\u003eThey are intended for smooth, level hard floors. Clean the floor and rollers before moving, avoid debris underneath them and test carefully in an inconspicuous area when using the product on delicate flooring.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan one person install the rails?\u003c\/summary\u003e\n\u003cp\u003eBecause washers, dryers and refrigerators are extremely heavy, two or more adults and appropriate lifting equipment may be required. Never attempt to lift or tilt a heavy appliance beyond your ability.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the product come in different colors?\u003c\/summary\u003e\n\u003cp\u003eYes. The set is available in black and white. Both colors use the same general construction and adjustment range.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ACTION \/ TRUST --\u003e\n\u003csection class=\"amd-section amd-section--green\"\u003e\n\u003cp class=\"amd-eyebrow\"\u003eA Practical Upgrade for Easier Home Maintenance\u003c\/p\u003e\n\u003ch2 class=\"amd-h2\"\u003eStop Letting Heavy Appliances Block the Areas You Need to Reach\u003c\/h2\u003e\n\u003cp class=\"amd-copy\"\u003eAdd a movable, adjustable base beneath compatible appliances so routine cleaning, inspections and repositioning become easier to manage.\u003c\/p\u003e\n\u003cdiv class=\"amd-trust\"\u003e\n\u003cdiv class=\"amd-trust-item\"\u003e\n\u003cstrong\u003e🔒 Secure Checkout\u003c\/strong\u003e \u003cspan\u003e Your payment information is processed securely. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-trust-item\"\u003e\n\u003cstrong\u003e📦 Carefully Packed\u003c\/strong\u003e \u003cspan\u003e Each set is prepared for safer transport and delivery. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-trust-item\"\u003e\n\u003cstrong\u003e💬 Customer Support\u003c\/strong\u003e \u003cspan\u003e Contact our support team if you need order assistance. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"amd-final-box\"\u003e\u003ca href=\"#\"\u003e\u003cstrong\u003e Choose Your Preferred Color Above \u003c\/strong\u003e \u003cspan\u003e Each purchase includes one complete 2-piece adjustable dolly set. \u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"NC0248","offers":[{"title":"Black – 2-Piece Set","offer_id":53635169124715,"sku":"NC02482607313252-黑色1对","price":49.99,"currency_code":"USD","in_stock":true},{"title":"White – 2-Piece Set","offer_id":53635169157483,"sku":"NC02482607313252-白色1对","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/06_c6952860-e3bc-4d38-a55e-f6c323f09e40.jpg?v=1785478886","url":"https:\/\/zavrlyus.com\/products\/adjustable-appliance-moving-dolly-2-pack","provider":"zavrlyUS","version":"1.0","type":"link"}