{"product_id":"patient-lift-transfer-chair-manual-portable-transfer-lifter","title":"Patient Lift Transfer Chair for Home Use – Manual Portable Transfer Lifter for Elderly \u0026 Disabled","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eAchairgo Essential — Manual Lift Transfer Chair\u003c\/title\u003e\n    \u003cstyle\u003e\n\n\/* ============================================================\n   ACHAIRGO DESIGN SYSTEM\n   Namespace prefix: acg-\n   All selectors scoped under #acg-root to maximise specificity\n   and prevent Shopify theme CSS conflicts.\n============================================================ *\/\n\n\/* ------------------------------------------------------------\n   DESIGN TOKENS\n------------------------------------------------------------ *\/\n#acg-root {\n    --acg-brand:          #EA580C;\n    --acg-brand-hover:    #C2410C;\n    --acg-brand-light:    #FFF7ED;\n    --acg-brand-mid:      #FED7AA;\n    --acg-brand-dark:     #92400E;\n    --acg-surface-base:   #FFFFFF;\n    --acg-surface-subtle: #F8FAFC;\n    --acg-surface-muted:  #F1F5F9;\n    --acg-border:         #E2E8F0;\n    --acg-border-strong:  #CBD5E1;\n    --acg-text-primary:   #0F172A;\n    --acg-text-secondary: #475569;\n    --acg-text-tertiary:  #94A3B8;\n    --acg-radius-sm:      8px;\n    --acg-radius-md:      12px;\n    --acg-radius-lg:      20px;\n    --acg-shadow-card:    0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);\n    --acg-shadow-hover:   0 8px 32px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.06);\n    --acg-ease:           cubic-bezier(.4,0,.2,1);\n\n    \/* Base reset for the root wrapper *\/\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont,\n                 'Segoe UI', 'Helvetica Neue', Arial,\n                 system-ui, sans-serif;\n    font-size: 16px;\n    line-height: 1.6;\n    color: var(--acg-text-primary);\n    background-color: var(--acg-surface-subtle);\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n}\n\n\/* Box-sizing reset scoped to our root only *\/\n#acg-root *,\n#acg-root *::before,\n#acg-root *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n\/* Reset all list styles inside our root *\/\n#acg-root ul,\n#acg-root ol {\n    list-style: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* Reset all li inside our root *\/\n#acg-root li {\n    display: block !important;\n    list-style: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    float: none !important;\n}\n\n\/* Reset images *\/\n#acg-root img {\n    display: block;\n    max-width: 100%;\n    border: none;\n}\n\n\/* Reset buttons *\/\n#acg-root button {\n    font-family: inherit;\n    cursor: pointer;\n    background: none;\n    border: none;\n    outline: none;\n}\n\n\/* Reset anchors *\/\n#acg-root a {\n    text-decoration: none;\n    color: inherit;\n}\n\n\/* Reset tables *\/\n#acg-root table {\n    border-collapse: collapse;\n    width: 100%;\n}\n\n\/* Reset hr *\/\n#acg-root hr {\n    border: none;\n    border-top: 1px solid var(--acg-border);\n}\n\n\/* ============================================================\n   SCROLLBAR\n============================================================ *\/\n#acg-root ::-webkit-scrollbar { width: 6px; }\n#acg-root ::-webkit-scrollbar-track { background: var(--acg-surface-muted); }\n#acg-root ::-webkit-scrollbar-thumb {\n    background: var(--acg-border-strong);\n    border-radius: 3px;\n}\n\n\/* ============================================================\n   LAYOUT — PAGE CONTAINER\n============================================================ *\/\n#acg-root .acg-container {\n    width: 100%;\n    max-width: 1280px;\n    margin-left: auto;\n    margin-right: auto;\n    padding-left: clamp(16px, 4vw, 64px);\n    padding-right: clamp(16px, 4vw, 64px);\n}\n\n\/* ============================================================\n   LAYOUT — SECTION WRAPPER\n============================================================ *\/\n#acg-root .acg-section {\n    padding-top: clamp(48px, 8vw, 112px);\n    padding-bottom: clamp(48px, 8vw, 112px);\n    display: block;\n    width: 100%;\n}\n\n#acg-root .acg-section--base   { background-color: var(--acg-surface-base); }\n#acg-root .acg-section--subtle { background-color: var(--acg-surface-subtle); }\n\n\/* ============================================================\n   LAYOUT — SPLIT GRID\n============================================================ *\/\n#acg-root .acg-split {\n    display: grid !important;\n    grid-template-columns: 1fr;\n    gap: clamp(32px, 5vw, 72px);\n    align-items: center;\n}\n\n@media (min-width: 768px) {\n    #acg-root .acg-split--6-6 { grid-template-columns: 1fr 1fr; }\n    #acg-root .acg-split--5-7 { grid-template-columns: 5fr 7fr; }\n    #acg-root .acg-split--7-5 { grid-template-columns: 7fr 5fr; }\n}\n\n\/* ============================================================\n   LAYOUT — AUTO GRID\n============================================================ *\/\n#acg-root .acg-auto-grid {\n    display: grid !important;\n    grid-template-columns: repeat(\n        auto-fit,\n        minmax(min(100%, 200px), 1fr)\n    );\n    gap: clamp(12px, 2vw, 22px);\n}\n\n\/* ============================================================\n   MEDIA FRAME — adaptive image container\n============================================================ *\/\n#acg-root .acg-media {\n    position: relative;\n    background: var(--acg-surface-base);\n    border: 1px solid var(--acg-border);\n    border-radius: var(--acg-radius-lg);\n    overflow: hidden;\n    display: block;\n    transition:\n        transform .28s var(--acg-ease),\n        box-shadow .28s var(--acg-ease),\n        border-color .28s var(--acg-ease);\n}\n\n#acg-root .acg-media::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border-radius: inherit;\n    border: 2px solid transparent;\n    transition: border-color .28s var(--acg-ease);\n    pointer-events: none;\n}\n\n#acg-root .acg-media:hover {\n    transform: translateY(-3px);\n    box-shadow: var(--acg-shadow-hover);\n    border-color: transparent;\n}\n\n#acg-root .acg-media:hover::after {\n    border-color: var(--acg-brand);\n}\n\n\/* Aspect ratio shell *\/\n#acg-root .acg-media__ratio {\n    position: relative;\n    width: 100%;\n    display: block;\n}\n\n#acg-root .acg-media__ratio--square    { padding-bottom: 100%; }\n#acg-root .acg-media__ratio--landscape { padding-bottom: 66.67%; }\n#acg-root .acg-media__ratio--portrait  { padding-bottom: 125%; }\n#acg-root .acg-media__ratio--wide      { padding-bottom: 56.25%; }\n#acg-root .acg-media__ratio--tall      { padding-bottom: 85%; }\n\n\/* Image inside ratio shell *\/\n#acg-root .acg-media__img {\n    position: absolute !important;\n    inset: 0;\n    width: 100% !important;\n    height: 100% !important;\n    object-fit: contain;\n    object-position: center;\n    padding: clamp(12px, 2.5vw, 28px);\n    transition: transform .4s var(--acg-ease);\n    display: block !important;\n}\n\n#acg-root .acg-media--cover .acg-media__img {\n    object-fit: cover;\n    padding: 0;\n}\n\n#acg-root .acg-media:hover .acg-media__img {\n    transform: scale(1.025);\n}\n\n\/* ============================================================\n   BADGE\n============================================================ *\/\n#acg-root .acg-badge {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 999px;\n    line-height: 1;\n}\n\n#acg-root .acg-badge--brand {\n    background: var(--acg-brand-light);\n    color: var(--acg-brand);\n}\n\n#acg-root .acg-badge--neutral {\n    background: var(--acg-surface-muted);\n    color: var(--acg-text-secondary);\n}\n\n#acg-root .acg-badge__dot {\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: currentColor;\n    flex-shrink: 0;\n    display: inline-block;\n}\n\n\/* ============================================================\n   TYPOGRAPHY\n============================================================ *\/\n#acg-root .acg-t-display {\n    font-size: clamp(2rem, 5vw, 3.5rem) !important;\n    font-weight: 800 !important;\n    line-height: 1.08 !important;\n    letter-spacing: -.03em !important;\n    color: var(--acg-text-primary) !important;\n}\n\n#acg-root .acg-t-h1 {\n    font-size: clamp(1.6rem, 3.5vw, 2.5rem) !important;\n    font-weight: 700 !important;\n    line-height: 1.15 !important;\n    letter-spacing: -.025em !important;\n    color: var(--acg-text-primary) !important;\n}\n\n#acg-root .acg-t-h2 {\n    font-size: clamp(1.25rem, 2.5vw, 1.875rem) !important;\n    font-weight: 700 !important;\n    line-height: 1.2 !important;\n    letter-spacing: -.02em !important;\n    color: var(--acg-text-primary) !important;\n}\n\n#acg-root .acg-t-body-lg {\n    font-size: clamp(.9375rem, 1.5vw, 1.0625rem);\n    line-height: 1.75;\n    color: var(--acg-text-secondary);\n}\n\n#acg-root .acg-t-body {\n    font-size: clamp(.875rem, 1.25vw, .9375rem);\n    line-height: 1.75;\n    color: var(--acg-text-secondary);\n}\n\n#acg-root .acg-t-caption {\n    font-size: .75rem;\n    line-height: 1.5;\n    color: var(--acg-text-tertiary);\n}\n\n#acg-root .acg-t-brand { color: var(--acg-brand) !important; }\n\n\/* ============================================================\n   SECTION HEADER (centred intro block)\n============================================================ *\/\n#acg-root .acg-section-header {\n    text-align: center;\n    max-width: 640px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: clamp(36px, 6vw, 72px);\n    display: block;\n}\n\n#acg-root .acg-section-header \u003e * + * {\n    margin-top: 12px;\n}\n\n\/* ============================================================\n   AXIS LABEL\n============================================================ *\/\n#acg-root .acg-axis-label {\n    display: inline-flex !important;\n    align-items: center;\n    gap: 8px;\n    font-size: .6875rem;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--acg-brand);\n    margin-bottom: 14px;\n}\n\n#acg-root .acg-axis-label__line {\n    display: inline-block;\n    width: 28px;\n    height: 1px;\n    background: var(--acg-brand-mid);\n    flex-shrink: 0;\n}\n\n\/* ============================================================\n   STAT GROUP\n============================================================ *\/\n#acg-root .acg-stat-group {\n    display: grid !important;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: var(--acg-border);\n    border: 1px solid var(--acg-border);\n    border-radius: var(--acg-radius-md);\n    overflow: hidden;\n}\n\n@media (max-width: 400px) {\n    #acg-root .acg-stat-group {\n        grid-template-columns: 1fr;\n    }\n}\n\n#acg-root .acg-stat-item {\n    background: var(--acg-surface-base) !important;\n    padding: clamp(14px, 2vw, 22px) clamp(12px, 1.5vw, 20px);\n    display: block !important;\n}\n\n#acg-root .acg-stat-item__value {\n    display: block !important;\n    font-size: clamp(1rem, 2vw, 1.375rem);\n    font-weight: 800;\n    color: var(--acg-text-primary);\n    letter-spacing: -.02em;\n    line-height: 1.2;\n}\n\n#acg-root .acg-stat-item__label {\n    display: block !important;\n    font-size: clamp(.6875rem, 1vw, .75rem);\n    color: var(--acg-text-tertiary);\n    margin-top: 3px;\n    line-height: 1.4;\n}\n\n\/* ============================================================\n   FEATURE LIST\n============================================================ *\/\n#acg-root .acg-feature-list {\n    display: flex !important;\n    flex-direction: column;\n    gap: 18px;\n}\n\n#acg-root .acg-feature-item {\n    display: flex !important;\n    flex-direction: row !important;\n    gap: 14px;\n    align-items: flex-start;\n}\n\n#acg-root .acg-feature-item__icon {\n    width: 34px;\n    min-width: 34px;\n    height: 34px;\n    border-radius: 9px;\n    background: var(--acg-brand-light);\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n}\n\n#acg-root .acg-feature-item__icon svg {\n    width: 16px;\n    height: 16px;\n    stroke: var(--acg-brand);\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    display: block;\n}\n\n#acg-root .acg-feature-item__content {\n    display: block !important;\n    flex: 1;\n}\n\n#acg-root .acg-feature-item__title {\n    display: block !important;\n    font-size: .9rem;\n    font-weight: 600;\n    color: var(--acg-text-primary);\n    margin-bottom: 3px;\n}\n\n#acg-root .acg-feature-item__desc {\n    display: block !important;\n    font-size: .8125rem;\n    color: var(--acg-text-secondary);\n    line-height: 1.65;\n}\n\n\/* ============================================================\n   METRIC ROW\n============================================================ *\/\n#acg-root .acg-metric-row {\n    display: grid !important;\n    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));\n    gap: 10px;\n}\n\n#acg-root .acg-metric-cell {\n    background: var(--acg-surface-muted);\n    border-radius: var(--acg-radius-sm);\n    padding: 14px 12px;\n    display: block !important;\n}\n\n#acg-root .acg-metric-cell__value {\n    display: block !important;\n    font-size: clamp(.9375rem, 1.5vw, 1.125rem);\n    font-weight: 700;\n    color: var(--acg-text-primary);\n    letter-spacing: -.015em;\n    line-height: 1.2;\n}\n\n#acg-root .acg-metric-cell__label {\n    display: block !important;\n    font-size: .625rem;\n    color: var(--acg-text-tertiary);\n    margin-top: 3px;\n    text-transform: uppercase;\n    letter-spacing: .04em;\n}\n\n\/* ============================================================\n   CARD\n============================================================ *\/\n#acg-root .acg-card {\n    background: var(--acg-surface-base);\n    border: 1px solid var(--acg-border);\n    border-radius: var(--acg-radius-lg);\n    box-shadow: var(--acg-shadow-card);\n    overflow: hidden;\n    display: block !important;\n    transition:\n        box-shadow .28s var(--acg-ease),\n        border-color .28s var(--acg-ease),\n        transform .28s var(--acg-ease);\n}\n\n#acg-root .acg-card:hover {\n    box-shadow: var(--acg-shadow-hover);\n    border-color: var(--acg-brand-mid);\n    transform: translateY(-2px);\n}\n\n#acg-root .acg-card__body {\n    padding: clamp(18px, 2.5vw, 28px);\n    display: block !important;\n}\n\n\/* ============================================================\n   SPECIFICATION TABLE\n============================================================ *\/\n#acg-root .acg-spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: clamp(.8125rem, 1.1vw, .9375rem);\n}\n\n#acg-root .acg-spec-table thead tr {\n    display: table-row !important;\n}\n\n#acg-root .acg-spec-table thead th {\n    background: var(--acg-surface-muted);\n    padding: 14px 20px;\n    text-align: left;\n    font-size: .6875rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    color: var(--acg-text-secondary);\n    border-bottom: 1px solid var(--acg-border);\n    display: table-cell !important;\n}\n\n#acg-root .acg-spec-table thead th:last-child {\n    text-align: right;\n}\n\n#acg-root .acg-spec-table tbody tr {\n    display: table-row !important;\n}\n\n#acg-root .acg-spec-table tbody tr td {\n    padding: 14px 20px;\n    border-bottom: 1px solid var(--acg-surface-muted);\n    vertical-align: middle;\n    color: var(--acg-text-secondary);\n    display: table-cell !important;\n}\n\n#acg-root .acg-spec-table tbody tr:last-child td {\n    border-bottom: none;\n}\n\n#acg-root .acg-spec-table tbody tr:hover td {\n    background: var(--acg-surface-subtle);\n}\n\n#acg-root .acg-spec-table__label {\n    font-weight: 500;\n    color: var(--acg-text-primary);\n    text-align: left !important;\n}\n\n#acg-root .acg-spec-table__value {\n    text-align: right !important;\n    font-variant-numeric: tabular-nums;\n}\n\n\/* ============================================================\n   NOTICE BOX\n============================================================ *\/\n#acg-root .acg-notice {\n    border-radius: var(--acg-radius-md);\n    padding: 20px 24px;\n    display: block !important;\n}\n\n#acg-root .acg-notice--brand {\n    background: var(--acg-brand-light);\n    border: 1px solid var(--acg-brand-mid);\n}\n\n#acg-root .acg-notice__title {\n    display: block !important;\n    font-size: .6875rem;\n    font-weight: 700;\n    letter-spacing: .07em;\n    text-transform: uppercase;\n    color: var(--acg-brand);\n    margin-bottom: 12px;\n}\n\n#acg-root .acg-notice__list {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 7px;\n}\n\n#acg-root .acg-notice__item {\n    display: flex !important;\n    flex-direction: row !important;\n    gap: 8px;\n    font-size: .8125rem;\n    color: var(--acg-brand-dark);\n    line-height: 1.55;\n    align-items: flex-start;\n}\n\n#acg-root .acg-notice__item::before {\n    content: '→';\n    color: var(--acg-brand);\n    font-weight: 700;\n    flex-shrink: 0;\n    display: inline-block !important;\n}\n\n\/* ============================================================\n   DIVIDER\n============================================================ *\/\n#acg-root .acg-divider {\n    border: none !important;\n    border-top: 1px solid var(--acg-border) !important;\n    margin-top: clamp(24px, 3vw, 40px);\n    margin-bottom: clamp(24px, 3vw, 40px);\n    display: block !important;\n}\n\n\/* ============================================================\n   FAQ — fully namespaced and conflict-proof\n============================================================ *\/\n#acg-root .acg-faq-list {\n    width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 10px;\n}\n\n\/* Each FAQ item — force block layout *\/\n#acg-root .acg-faq-item {\n    display: block !important;\n    width: 100% !important;\n    background: var(--acg-surface-base) !important;\n    border: 1px solid var(--acg-border) !important;\n    border-radius: var(--acg-radius-md) !important;\n    overflow: hidden;\n    float: none !important;\n    position: relative;\n    transition:\n        border-color .25s var(--acg-ease),\n        box-shadow .25s var(--acg-ease);\n}\n\n#acg-root .acg-faq-item:hover {\n    border-color: var(--acg-brand-mid) !important;\n    box-shadow: var(--acg-shadow-card);\n}\n\n#acg-root .acg-faq-item.acg-is-open {\n    border-color: var(--acg-brand-mid) !important;\n}\n\n\/* Trigger button — question row *\/\n#acg-root .acg-faq-trigger {\n    display: flex !important;\n    flex-direction: row !important;\n    align-items: center !important;\n    justify-content: space-between !important;\n    flex-wrap: nowrap !important;\n    gap: 16px;\n    width: 100% !important;\n    padding: 20px 24px;\n    background: none !important;\n    border: none !important;\n    cursor: pointer;\n    text-align: left !important;\n    font-family: inherit;\n    float: none !important;\n}\n\n\/* Question text *\/\n#acg-root .acg-faq-trigger__text {\n    display: block !important;\n    flex: 1 !important;\n    font-size: clamp(.875rem, 1.2vw, 1rem);\n    font-weight: 600;\n    color: var(--acg-text-primary);\n    line-height: 1.45;\n    text-align: left !important;\n    float: none !important;\n}\n\n\/* Arrow icon wrapper *\/\n#acg-root .acg-faq-trigger__icon {\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    width: 28px !important;\n    height: 28px !important;\n    min-width: 28px !important;\n    border-radius: 50%;\n    background: var(--acg-surface-muted);\n    flex-shrink: 0 !important;\n    transition:\n        background .25s var(--acg-ease);\n}\n\n#acg-root .acg-faq-trigger__icon svg {\n    display: block !important;\n    width: 14px;\n    height: 14px;\n    stroke: var(--acg-text-secondary);\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition:\n        transform .25s var(--acg-ease),\n        stroke .25s var(--acg-ease);\n}\n\n\/* Open state — icon *\/\n#acg-root .acg-faq-item.acg-is-open .acg-faq-trigger__icon {\n    background: var(--acg-brand);\n}\n\n#acg-root .acg-faq-item.acg-is-open .acg-faq-trigger__icon svg {\n    stroke: #fff;\n    transform: rotate(180deg);\n}\n\n\/* Answer body — collapsed by default *\/\n#acg-root .acg-faq-body {\n    display: block !important;\n    width: 100% !important;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height .32s var(--acg-ease);\n    float: none !important;\n}\n\n#acg-root .acg-faq-item.acg-is-open .acg-faq-body {\n    max-height: 500px;\n}\n\n\/* Answer text *\/\n#acg-root .acg-faq-answer {\n    display: block !important;\n    width: 100% !important;\n    padding: 16px 24px 20px;\n    border-top: 1px solid var(--acg-border);\n    font-size: .875rem;\n    color: var(--acg-text-secondary);\n    line-height: 1.8;\n    text-align: left !important;\n    float: none !important;\n}\n\n\/* ============================================================\n   SCROLL REVEAL\n============================================================ *\/\n#acg-root .acg-reveal {\n    opacity: 0;\n    transform: translateY(22px);\n    transition:\n        opacity .55s var(--acg-ease),\n        transform .55s var(--acg-ease);\n}\n\n#acg-root .acg-reveal.acg-is-visible {\n    opacity: 1;\n    transform: none;\n}\n\n#acg-root .acg-reveal-stagger \u003e * {\n    opacity: 0;\n    transform: translateY(16px);\n    transition:\n        opacity .5s var(--acg-ease),\n        transform .5s var(--acg-ease);\n}\n\n#acg-root .acg-reveal-stagger.acg-is-visible \u003e *:nth-child(1) { transition-delay: .05s; opacity: 1; transform: none; }\n#acg-root .acg-reveal-stagger.acg-is-visible \u003e *:nth-child(2) { transition-delay: .13s; opacity: 1; transform: none; }\n#acg-root .acg-reveal-stagger.acg-is-visible \u003e *:nth-child(3) { transition-delay: .21s; opacity: 1; transform: none; }\n#acg-root .acg-reveal-stagger.acg-is-visible \u003e *:nth-child(4) { transition-delay: .29s; opacity: 1; transform: none; }\n#acg-root .acg-reveal-stagger.acg-is-visible \u003e *:nth-child(n+5) { transition-delay: .37s; opacity: 1; transform: none; }\n\n\/* ============================================================\n   SPACING UTILITIES  (used inline via style=\"\" where needed)\n   Defined here as reference only — no conflicts possible\n============================================================ *\/\n#acg-root .acg-mb-sm  { margin-bottom: clamp(12px, 1.5vw, 16px); }\n#acg-root .acg-mb-md  { margin-bottom: clamp(16px, 2vw, 24px); }\n#acg-root .acg-mb-lg  { margin-bottom: clamp(24px, 3.5vw, 40px); }\n#acg-root .acg-mb-xl  { margin-bottom: clamp(36px, 5vw, 64px); }\n#acg-root .acg-mt-xl  { margin-top: clamp(36px, 5vw, 64px); }\n\n    \u003c\/style\u003e\n\n\n\n\u003c!-- ============================================================\n     ROOT WRAPPER — all content scoped inside #acg-root\n============================================================ --\u003e\n\u003cdiv id=\"acg-root\"\u003e\n\n\n\u003c!-- ============================================================\n     §01  HERO\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--base\" style=\"padding-top: clamp(48px, 8vw, 96px);\" aria-labelledby=\"acg-hero-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n        \u003cdiv class=\"acg-split acg-split--6-6\"\u003e\n\n            \u003c!-- Copy column --\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-mb-md\"\u003e\n                    \u003cspan class=\"acg-badge acg-badge--brand\"\u003e\n                        \u003cspan class=\"acg-badge__dot\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                        Smart Choice · High Value Manual Lift\n                    \u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003ch1 id=\"acg-hero-heading\" class=\"acg-t-display acg-mb-md\"\u003e\n                    Safe Patient\u003cbr\u003e\n                    Transfers.\u003cbr\u003e\n                    \u003cspan class=\"acg-t-brand\"\u003eAccessible Pricing.\u003c\/span\u003e\n                \u003c\/h1\u003e\n\n                \u003cp class=\"acg-t-body-lg acg-mb-lg\" style=\"max-width: 520px;\"\u003e\n                    Achairgo delivers an essential manual hand-crank lift chair\n                    designed for family budgets. Our upgraded foot-operated\n                    adjustment expands base width while maintaining constant\n                    hands-on support.\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"acg-stat-group acg-reveal-stagger\" role=\"list\" aria-label=\"Key specifications\"\u003e\n                    \u003cdiv class=\"acg-stat-item\" role=\"listitem\"\u003e\n                        \u003cspan class=\"acg-stat-item__value\"\u003e25″–37.4″\u003c\/span\u003e\n                        \u003cspan class=\"acg-stat-item__label\"\u003eBase Adjustable Width\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-stat-item\" role=\"listitem\"\u003e\n                        \u003cspan class=\"acg-stat-item__value\"\u003e37″–51″\u003c\/span\u003e\n                        \u003cspan class=\"acg-stat-item__label\"\u003eSeat Height Range\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-stat-item\" role=\"listitem\"\u003e\n                        \u003cspan class=\"acg-stat-item__value\"\u003e275 lbs\u003c\/span\u003e\n                        \u003cspan class=\"acg-stat-item__label\"\u003eMax Weight Load\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Hero image --\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-media\"\u003e\n                    \u003cdiv class=\"acg-media__ratio acg-media__ratio--tall\"\u003e\n                        \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_1.webp?v=1779932145\" alt=\"Achairgo Manual Lift Transfer Chair — full product view\" loading=\"eager\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §02  THE MANUAL ADVANTAGE\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--subtle\" id=\"acg-manual-advantage\" aria-labelledby=\"acg-manual-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n        \u003cdiv class=\"acg-split acg-split--5-7\"\u003e\n\n            \u003c!-- Narrative --\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-axis-label\"\u003e\n                    \u003cspan class=\"acg-axis-label__line\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    Why Manual\n                    \u003cspan class=\"acg-axis-label__line\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 id=\"acg-manual-heading\" class=\"acg-t-h1 acg-mb-md\"\u003e\n                    The Manual Advantage\n                \u003c\/h2\u003e\n\n                \u003cp class=\"acg-t-body acg-mb-lg\"\u003e\n                    While electric models offer motorized convenience, they\n                    require battery charging and carry sensitive electronics.\n                    The Achairgo hand-crank lift focuses on pure mechanical\n                    reliability and near-zero maintenance.\n                \u003c\/p\u003e\n\n                \u003cul class=\"acg-feature-list\"\u003e\n                    \u003cli class=\"acg-feature-item\"\u003e\n                        \u003cdiv class=\"acg-feature-item__icon\" aria-hidden=\"true\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"acg-feature-item__content\"\u003e\n                            \u003cp class=\"acg-feature-item__title\"\u003eNo Batteries Required\u003c\/p\u003e\n                            \u003cp class=\"acg-feature-item__desc\"\u003eAlways ready to use. Zero risk of electrical failure or charging interruptions during critical transfers.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"acg-feature-item\"\u003e\n                        \u003cdiv class=\"acg-feature-item__icon\" aria-hidden=\"true\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"acg-feature-item__content\"\u003e\n                            \u003cp class=\"acg-feature-item__title\"\u003eShower-Ready Construction\u003c\/p\u003e\n                            \u003cp class=\"acg-feature-item__desc\"\u003eFully waterproof mechanical build — roll directly into wet shower environments without any damage risk.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"acg-feature-item\"\u003e\n                        \u003cdiv class=\"acg-feature-item__icon\" aria-hidden=\"true\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 7V5a2 2 0 00-4 0v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"acg-feature-item__content\"\u003e\n                            \u003cp class=\"acg-feature-item__title\"\u003eLightweight Frame\u003c\/p\u003e\n                            \u003cp class=\"acg-feature-item__desc\"\u003eEasier to transport and store compared to battery-heavy motorized alternatives.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Image --\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-media\"\u003e\n                    \u003cdiv class=\"acg-media__ratio acg-media__ratio--landscape\"\u003e\n                        \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_21.png?v=1779933477\" alt=\"Achairgo clean side profile showing mechanical build\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §03  DUAL-AXIS CONTROLS\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--base\" id=\"acg-dual-axis\" aria-labelledby=\"acg-dual-axis-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n\n        \u003cdiv class=\"acg-section-header\"\u003e\n            \u003cspan class=\"acg-badge acg-badge--brand\"\u003eCore Engineering\u003c\/span\u003e\n            \u003ch2 id=\"acg-dual-axis-heading\" class=\"acg-t-h1\"\u003e\n                Essential Dual-Axis Control\n            \u003c\/h2\u003e\n            \u003cp class=\"acg-t-body\"\u003e\n                Independent vertical and horizontal adjustments engineered\n                for real home environments.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Vertical axis --\u003e\n        \u003cdiv class=\"acg-split acg-split--5-7 acg-mb-xl\"\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-axis-label\"\u003e↑ Vertical Axis\u003c\/div\u003e\n                \u003ch3 class=\"acg-t-h2 acg-mb-sm\"\u003eHeavy-Duty Hand Crank Lift\u003c\/h3\u003e\n                \u003cp class=\"acg-t-body acg-mb-md\"\u003e\n                    A precision screw shaft inside the column delivers smooth,\n                    controlled lifting. Spin the handle to raise or lower the\n                    seat up to 13.8 inches — matching heights from low bedside\n                    frames to taller transfer surfaces.\n                \u003c\/p\u003e\n                \u003cdiv class=\"acg-metric-row acg-reveal-stagger\"\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e13.8″\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eTotal Lift Range\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e37″\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eLow Position\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e51″\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eHigh Position\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e~30s\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eFull Raise Time\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-media\"\u003e\n                    \u003cdiv class=\"acg-media__ratio acg-media__ratio--tall\"\u003e\n                        \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_13.webp?v=1779932145\" alt=\"Hand crank mechanism close-up — vertical lift control\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Horizontal axis --\u003e\n        \u003cdiv class=\"acg-split acg-split--7-5\"\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-media\"\u003e\n                    \u003cdiv class=\"acg-media__ratio acg-media__ratio--tall\"\u003e\n                        \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_3.webp?v=1779932145\" alt=\"Foot-operated pedal for horizontal base width adjustment\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-axis-label\"\u003e↔ Horizontal Axis\u003c\/div\u003e\n                \u003ch3 class=\"acg-t-h2 acg-mb-sm\"\u003eFoot-Pedal Width Adjuster\u003c\/h3\u003e\n                \u003cp class=\"acg-t-body acg-mb-md\"\u003e\n                    Adjust base width from 25″ to 37.4″ using the foot pedal.\n                    Keep both hands on the patient for continuous support while\n                    repositioning the chassis to navigate doorways or align\n                    with wheelchair transfer zones.\n                \u003c\/p\u003e\n                \u003cdiv class=\"acg-metric-row acg-reveal-stagger\"\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e25″\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eNarrow — Doorways\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-metric-cell\"\u003e\n                        \u003cspan class=\"acg-metric-cell__value\"\u003e37.4″\u003c\/span\u003e\n                        \u003cspan class=\"acg-metric-cell__label\"\u003eWide — Stability\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §04  MULTI-SCENARIO USE\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--subtle\" id=\"acg-scenarios\" aria-labelledby=\"acg-scenarios-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n\n        \u003cdiv class=\"acg-section-header\"\u003e\n            \u003cspan class=\"acg-badge acg-badge--brand\"\u003eVersatile Application\u003c\/span\u003e\n            \u003ch2 id=\"acg-scenarios-heading\" class=\"acg-t-h1\"\u003e\n                6-in-1 Daily Transitions\n            \u003c\/h2\u003e\n            \u003cp class=\"acg-t-body\"\u003e\n                Supports essential movements throughout the home —\n                from bed to bath to car.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"acg-reveal\"\u003e\n            \u003cdiv class=\"acg-media acg-media--cover\"\u003e\n                \u003cdiv class=\"acg-media__ratio acg-media__ratio--wide\"\u003e\n                    \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_11.webp?v=1779932145\" alt=\"Six daily use scenarios — bed, wheelchair, toilet, shower, car, sofa\" loading=\"lazy\" decoding=\"async\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §05  BUILD QUALITY\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--base\" id=\"acg-build-quality\" aria-labelledby=\"acg-build-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n        \u003cdiv class=\"acg-split acg-split--5-7\"\u003e\n\n            \u003c!-- Copy --\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-axis-label\"\u003e\n                    \u003cspan class=\"acg-axis-label__line\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                    Premium Construction\n                    \u003cspan class=\"acg-axis-label__line\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n                \u003c\/div\u003e\n\n                \u003ch2 id=\"acg-build-heading\" class=\"acg-t-h1 acg-mb-md\"\u003e\n                    Safety Features \u0026amp; Material Details\n                \u003c\/h2\u003e\n\n                \u003cp class=\"acg-t-body acg-mb-lg\"\u003e\n                    Built for daily use with durable, easy-to-clean components\n                    that prioritise caregiver confidence and patient comfort.\n                \u003c\/p\u003e\n\n                \u003cul class=\"acg-feature-list acg-mb-lg\"\u003e\n                    \u003cli class=\"acg-feature-item\"\u003e\n                        \u003cdiv class=\"acg-feature-item__icon\" aria-hidden=\"true\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"acg-feature-item__content\"\u003e\n                            \u003cp class=\"acg-feature-item__title\"\u003eSecure Safety Buckles\u003c\/p\u003e\n                            \u003cp class=\"acg-feature-item__desc\"\u003eClick-lock rear seat belts keep patients securely positioned throughout every transfer.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"acg-feature-item\"\u003e\n                        \u003cdiv class=\"acg-feature-item__icon\" aria-hidden=\"true\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"acg-feature-item__content\"\u003e\n                            \u003cp class=\"acg-feature-item__title\"\u003eWaterproof PE Cushion\u003c\/p\u003e\n                            \u003cp class=\"acg-feature-item__desc\"\u003ePU + foam padding with waterproof PE cover — wipes clean instantly, fully shower-safe.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n\n                \u003chr class=\"acg-divider\"\u003e\n\n                \u003cdiv class=\"acg-auto-grid acg-reveal-stagger\"\u003e\n                    \u003cdiv class=\"acg-card\"\u003e\n                        \u003cdiv class=\"acg-card__body\"\u003e\n                            \u003cp class=\"acg-feature-item__title acg-mb-sm\"\u003e\n                                360° Braking Casters\n                            \u003c\/p\u003e\n                            \u003cp class=\"acg-t-caption\"\u003e\n                                Quiet, lockable casters for secure positioning\n                                on any hard floor.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"acg-card\"\u003e\n                        \u003cdiv class=\"acg-card__body\"\u003e\n                            \u003cp class=\"acg-feature-item__title acg-mb-sm\"\u003e\n                                Steel Frame Core\n                            \u003c\/p\u003e\n                            \u003cp class=\"acg-t-caption\"\u003e\n                                Heavy-gauge powder-coated steel — rigid\n                                support up to 275 lbs.\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Image --\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-media\"\u003e\n                    \u003cdiv class=\"acg-media__ratio acg-media__ratio--tall\"\u003e\n                        \u003cimg class=\"acg-media__img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/Electric_Transfer_Lift_for_Car_Portable_Folding_Patient_Lift_12.webp?v=1779932145\" alt=\"Premium build quality — cushion, casters, and frame detail\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §06  SPECIFICATIONS\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--subtle\" id=\"acg-specifications\" aria-labelledby=\"acg-spec-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n        \u003cdiv class=\"acg-split acg-split--5-7\"\u003e\n\n            \u003c!-- Left --\u003e\n            \u003cdiv\u003e\n                \u003cdiv class=\"acg-axis-label\"\u003eTechnical Reference\u003c\/div\u003e\n                \u003ch2 id=\"acg-spec-heading\" class=\"acg-t-h1 acg-mb-sm\"\u003e\n                    Full Specifications\n                \u003c\/h2\u003e\n                \u003cp class=\"acg-t-body acg-mb-lg\"\u003e\n                    Review all parameters to confirm compatibility with your\n                    space before purchase.\n                \u003c\/p\u003e\n\n                \u003cdiv class=\"acg-notice acg-notice--brand\" role=\"note\"\u003e\n                    \u003cp class=\"acg-notice__title\"\u003eOperational Prerequisites\u003c\/p\u003e\n                    \u003cul class=\"acg-notice__list\"\u003e\n                        \u003cli class=\"acg-notice__item\"\u003eMinimum doorway opening: 25 inches\u003c\/li\u003e\n                        \u003cli class=\"acg-notice__item\"\u003eBed-to-floor clearance required: 6+ inches\u003c\/li\u003e\n                        \u003cli class=\"acg-notice__item\"\u003eDesigned for flat, hard floor surfaces only\u003c\/li\u003e\n                        \u003cli class=\"acg-notice__item\"\u003eRequires dedicated caregiver — not for solo use\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- Table --\u003e\n            \u003cdiv class=\"acg-reveal\"\u003e\n                \u003cdiv class=\"acg-card\"\u003e\n                    \u003ctable class=\"acg-spec-table\" aria-label=\"Product technical specifications\"\u003e\n                        \u003cthead\u003e\n                            \u003ctr\u003e\n                                \u003cth scope=\"col\"\u003eMetric\u003c\/th\u003e\n                                \u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/thead\u003e\n                        \u003ctbody\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eOverall Outer Dimensions\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e29.5″ D × 25″ W × 37″ H\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eBase Width Range\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e25″ → 37.4″\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eSeat Height Range\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e37″ → 51″\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eSeat Cushion Dimensions\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e17″ W × 17″ L\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eMax Weight Capacity\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e275 lbs (125 kg)\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eGross Weight (Boxed)\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e61.3 lbs\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                            \u003ctr\u003e\n                                \u003ctd class=\"acg-spec-table__label\"\u003eFolded Storage Footprint\u003c\/td\u003e\n                                \u003ctd class=\"acg-spec-table__value\"\u003e31″ × 27″ × 10″\u003c\/td\u003e\n                            \u003c\/tr\u003e\n                        \u003c\/tbody\u003e\n                    \u003c\/table\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ============================================================\n     §07  FAQ\n============================================================ --\u003e\n\u003csection class=\"acg-section acg-section--base\" id=\"acg-faq\" aria-labelledby=\"acg-faq-heading\"\u003e\n    \u003cdiv class=\"acg-container\"\u003e\n\n        \u003cdiv class=\"acg-section-header\"\u003e\n            \u003cspan class=\"acg-badge acg-badge--neutral\"\u003eSupport\u003c\/span\u003e\n            \u003ch2 id=\"acg-faq-heading\" class=\"acg-t-h1\"\u003e\n                Frequently Asked Questions\n            \u003c\/h2\u003e\n            \u003cp class=\"acg-t-body\"\u003e\n                Straightforward answers for family caregivers making their\n                first assistive equipment decision.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"acg-faq-list\" role=\"list\"\u003e\n\n            \u003cli class=\"acg-faq-item\"\u003e\n                \u003cbutton class=\"acg-faq-trigger\" aria-expanded=\"false\" aria-controls=\"acg-faq-body-1\"\u003e\n                    \u003cspan class=\"acg-faq-trigger__text\"\u003e\n                        How much effort does the hand crank require?\n                    \u003c\/span\u003e\n                    \u003cspan class=\"acg-faq-trigger__icon\" aria-hidden=\"true\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"acg-faq-body-1\" class=\"acg-faq-body\"\u003e\n                    \u003cp class=\"acg-faq-answer\"\u003e\n                        The vertical pillar houses a high-ratio steel screw gear\n                        that converts heavy lifting into smooth mechanical rotation.\n                        Raising to full height takes approximately 30–45 seconds\n                        and requires minimal effort — comfortably manageable by a\n                        single caregiver without lower back strain.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n\n            \u003cli class=\"acg-faq-item\"\u003e\n                \u003cbutton class=\"acg-faq-trigger\" aria-expanded=\"false\" aria-controls=\"acg-faq-body-2\"\u003e\n                    \u003cspan class=\"acg-faq-trigger__text\"\u003e\n                        Can the patient operate this lift independently?\n                    \u003c\/span\u003e\n                    \u003cspan class=\"acg-faq-trigger__icon\" aria-hidden=\"true\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"acg-faq-body-2\" class=\"acg-faq-body\"\u003e\n                    \u003cp class=\"acg-faq-answer\"\u003e\n                        No. This is a caregiver-operated assistive transfer tool.\n                        Operating the foot-pedal, hand-crank, and rear safety\n                        buckles all require a dedicated caregiver. It is not\n                        suitable for unsupervised or independent patient use.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n\n            \u003cli class=\"acg-faq-item\"\u003e\n                \u003cbutton class=\"acg-faq-trigger\" aria-expanded=\"false\" aria-controls=\"acg-faq-body-3\"\u003e\n                    \u003cspan class=\"acg-faq-trigger__text\"\u003e\n                        Is the lift fully waterproof for shower use?\n                    \u003c\/span\u003e\n                    \u003cspan class=\"acg-faq-trigger__icon\" aria-hidden=\"true\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"acg-faq-body-3\" class=\"acg-faq-body\"\u003e\n                    \u003cp class=\"acg-faq-answer\"\u003e\n                        Yes, completely. Unlike motorized models with sensitive\n                        electronics, this manual hand-crank unit is 100%\n                        mechanical. It can be rolled directly into wet shower\n                        environments without any risk of damage, and the\n                        PE-coated cushion wipes clean instantly.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n\n            \u003cli class=\"acg-faq-item\"\u003e\n                \u003cbutton class=\"acg-faq-trigger\" aria-expanded=\"false\" aria-controls=\"acg-faq-body-4\"\u003e\n                    \u003cspan class=\"acg-faq-trigger__text\"\u003e\n                        What floor clearance is needed for bed transfers?\n                    \u003c\/span\u003e\n                    \u003cspan class=\"acg-faq-trigger__icon\" aria-hidden=\"true\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/button\u003e\n                \u003cdiv id=\"acg-faq-body-4\" class=\"acg-faq-body\"\u003e\n                    \u003cp class=\"acg-faq-answer\"\u003e\n                        Your bed or sofa must have at least 6 inches of clearance\n                        from the floor to the bottom frame for the chair's base\n                        to slide underneath. Doorways must exceed 25 inches in\n                        width for the chassis to navigate through without\n                        requiring adjustment.\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- \/#acg-root --\u003e\n\n\n\u003c!-- ============================================================\n     JAVASCRIPT — zero dependencies\n============================================================ --\u003e\n\u003cscript\u003e\n(function () {\n    'use strict';\n\n    var ROOT = document.getElementById('acg-root');\n    if (!ROOT) return;\n\n    \/* ----------------------------------------------------------\n       FAQ ACCORDION\n    ---------------------------------------------------------- *\/\n    var faqItems = ROOT.querySelectorAll('.acg-faq-item');\n\n    faqItems.forEach(function (item) {\n        var trigger = item.querySelector('.acg-faq-trigger');\n        if (!trigger) return;\n\n        trigger.addEventListener('click', function () {\n            var isOpen = item.classList.contains('acg-is-open');\n\n            \/* Close all items *\/\n            faqItems.forEach(function (el) {\n                el.classList.remove('acg-is-open');\n                var btn = el.querySelector('.acg-faq-trigger');\n                if (btn) btn.setAttribute('aria-expanded', 'false');\n            });\n\n            \/* Open clicked item if it was closed *\/\n            if (!isOpen) {\n                item.classList.add('acg-is-open');\n                trigger.setAttribute('aria-expanded', 'true');\n            }\n        });\n\n        \/* Keyboard support *\/\n        trigger.addEventListener('keydown', function (e) {\n            if (e.key === 'Enter' || e.key === ' ') {\n                e.preventDefault();\n                trigger.click();\n            }\n        });\n    });\n\n    \/* ----------------------------------------------------------\n       SCROLL REVEAL\n    ---------------------------------------------------------- *\/\n    if (!('IntersectionObserver' in window)) {\n        \/* Fallback: show everything immediately *\/\n        ROOT.querySelectorAll('.acg-reveal, .acg-reveal-stagger')\n            .forEach(function (el) {\n                el.classList.add('acg-is-visible');\n            });\n        return;\n    }\n\n    var revealTargets = ROOT.querySelectorAll(\n        '.acg-reveal, .acg-reveal-stagger'\n    );\n\n    var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('acg-is-visible');\n                observer.unobserve(entry.target);\n            }\n        });\n    }, {\n        threshold: 0.08,\n        rootMargin: '0px 0px -40px 0px'\n    });\n\n    revealTargets.forEach(function (el) {\n        observer.observe(el);\n    });\n\n}());\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Achairgo","offers":[{"title":"Default Title","offer_id":49139534692660,"sku":null,"price":399.79,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/5882\/3476\/files\/ElectricTransferLiftforCar_PortableFoldingPatientLift_1.webp?v=1779942908","url":"https:\/\/www.achairgo.com\/products\/patient-lift-transfer-chair-manual-portable-transfer-lifter","provider":"Achairgo","version":"1.0","type":"link"}