{"product_id":"ank-lifecare-air-bed","title":"ANK Lifecare Air Bed for Patient \u0026 Elderly Care","description":"\u003cstyle\u003e\n  \/* Root Container - Prevents page-level stretching \u0026 horizontal overflow *\/\n  .product-description {\n    --primary: #0e8f86;\n    --primary-dark: #0a6e67;\n    --secondary: #1b3b5b;\n    --accent: #6cbf4b;\n    --accent-soft: #e6f4e2;\n    --background: #f6faf9;\n    --surface: #ffffff;\n    --surface-alt: #eef7f5;\n    --text: #16262c;\n    --muted: #5c6e72;\n    --border: #dfece9;\n    --shadow: rgba(13, 46, 48, 0.08);\n\n    font-family: Inter, \"SF Pro Display\", \"Segoe UI\", Helvetica, Arial, sans-serif;\n    color: var(--text);\n    background: var(--background);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    width: 100% !important;\n    max-width: 100% !important;\n    min-width: 0 !important;\n    overflow: hidden !important;\n    box-sizing: border-box !important;\n    position: relative;\n    margin: 0 auto;\n    contain: inline-size;\n  }\n\n  .product-description,\n  .product-description * { \n    box-sizing: border-box !important; \n    max-width: 100% !important;\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n  }\n\n  .product-description img,\n  .product-description svg { \n    max-width: 100% !important; \n    height: auto; \n  }\n\n  .product-description section {\n    padding: 36px 16px;\n    max-width: 1180px;\n    margin: 0 auto;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .product-description .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--primary-dark);\n    margin-bottom: 14px;\n    background: var(--surface-alt);\n    padding: 6px 14px;\n    border-radius: 999px;\n    max-width: 100%;\n  }\n\n  .product-description .eyebrow::before {\n    content: \"\";\n    width: 14px;\n    height: 2px;\n    background: var(--accent);\n    display: inline-block;\n    border-radius: 2px;\n  }\n\n  .product-description h2 {\n    font-size: clamp(20px, 4vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.01em;\n    color: var(--secondary);\n    margin: 0 0 12px;\n    word-break: break-word;\n  }\n\n  .product-description .section-intro {\n    max-width: 640px;\n    color: var(--muted);\n    font-size: 15px;\n    margin: 0 0 32px;\n  }\n\n  .product-description .icon {\n    width: 24px;\n    height: 24px;\n    stroke: var(--primary);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* Wave Divider *\/\n  .product-description .wave-divider {\n    display: block;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: 36px;\n    margin: 0;\n    flex-shrink: 0;\n  }\n  .product-description .wave-divider path.wave-back { fill: var(--accent-soft); }\n  .product-description .wave-divider path.wave-front { fill: var(--surface); }\n\n  \/* Hero Section *\/\n  .product-description .pd-hero {\n    position: relative;\n    padding-top: 32px;\n    padding-bottom: 32px;\n    background: linear-gradient(180deg, #eef8f6 0%, var(--background) 100%);\n    width: 100% !important;\n  }\n\n  .product-description .pd-hero-inner {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 12px;\n    text-align: center;\n    width: 100% !important;\n  }\n\n  .product-description .pd-brandline {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    color: var(--primary-dark);\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .product-description .pd-hero h1 {\n    font-size: clamp(22px, 5vw, 44px);\n    line-height: 1.25;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    color: var(--secondary);\n    margin: 0 0 16px;\n    word-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-description .pd-hero h1 em {\n    font-style: normal;\n    color: var(--primary);\n    background: var(--accent-soft);\n    padding: 2px 8px;\n    border-radius: 8px;\n    display: inline-block;\n    max-width: 100%;\n  }\n\n  .product-description .pd-hero p.pd-sub {\n    font-size: 15px;\n    color: var(--muted);\n    max-width: 680px;\n    margin: 0 auto 28px;\n  }\n\n  .product-description .pd-stat-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-stat {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 999px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--secondary);\n    box-shadow: 0 4px 12px var(--shadow);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    max-width: 100%;\n  }\n\n  .product-description .pd-stat .icon { width: 18px; height: 18px; stroke: var(--primary); }\n\n  \/* Features Section *\/\n  .product-description .pd-features { \n    background: var(--surface-alt); \n    width: 100% !important;\n  }\n\n  .product-description .pd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-feature-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 22px 18px;\n    box-shadow: 0 4px 16px var(--shadow);\n    width: 100% !important;\n    min-width: 0;\n  }\n\n  .product-description .pd-feature-card .icon-circle {\n    width: 46px;\n    height: 46px;\n    border-radius: 14px;\n    background: var(--primary);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n  }\n\n  .product-description .pd-feature-card .icon-circle .icon {\n    stroke: #ffffff;\n  }\n\n  .product-description .pd-feature-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--secondary);\n    margin: 0 0 6px;\n  }\n\n  .product-description .pd-feature-card p {\n    font-size: 13.5px;\n    color: var(--muted);\n    margin: 0;\n  }\n\n  \/* Pricing Table - Fixed for Mobile Scroll *\/\n  .product-description .pd-size-table-wrap {\n    width: 100% !important;\n    max-width: 100% !important;\n    display: block !important;\n    overflow-x: auto !important;\n    -webkit-overflow-scrolling: touch;\n    border-radius: 16px;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 16px var(--shadow);\n    background: var(--surface);\n  }\n\n  .product-description .pd-size-table {\n    width: 100%;\n    min-width: 460px;\n    border-collapse: collapse;\n    text-align: left;\n    table-layout: auto;\n  }\n\n  .product-description .pd-size-table th {\n    background: var(--primary-dark);\n    color: #ffffff;\n    font-weight: 800;\n    font-size: 14px;\n    padding: 14px 16px;\n    white-space: nowrap;\n  }\n\n  .product-description .pd-size-table td {\n    padding: 14px 16px;\n    font-size: 14px;\n    color: var(--text);\n    border-bottom: 1px solid var(--border);\n    white-space: nowrap;\n  }\n\n  .product-description .pd-size-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .product-description .pd-size-table .buy-btn {\n    color: var(--primary-dark);\n    font-weight: 800;\n    text-decoration: none;\n    background: var(--accent-soft);\n    padding: 6px 14px;\n    border-radius: 999px;\n    display: inline-block;\n    font-size: 13px;\n  }\n\n  \/* Specifications Table - Fixed for Mobile *\/\n  .product-description .pd-specs-table-wrap {\n    width: 100% !important;\n    max-width: 100% !important;\n    display: block !important;\n    overflow-x: auto !important;\n    border-radius: 16px;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 16px var(--shadow);\n    background: var(--surface);\n    margin-bottom: 20px;\n  }\n\n  .product-description .pd-specs-table {\n    width: 100% !important;\n    border-collapse: collapse;\n    background: var(--surface);\n    table-layout: fixed !important;\n  }\n\n  .product-description .pd-specs-table tr:not(:last-child) td { border-bottom: 1px solid var(--border); }\n\n  .product-description .pd-specs-table td {\n    padding: 12px 16px;\n    font-size: 13.5px;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n  }\n\n  .product-description .pd-specs-table td:first-child {\n    width: 40%;\n    color: var(--muted);\n    font-weight: 700;\n  }\n\n  .product-description .pd-specs-table td:last-child {\n    width: 60%;\n  }\n\n  .product-description .pd-specs-table tr:nth-child(even) { background: var(--surface-alt); }\n\n  \/* Caution Box *\/\n  .product-description .pd-caution-box {\n    background: #fff5f5;\n    border: 1px solid #feb2b2;\n    border-radius: 16px;\n    padding: 20px;\n    margin-top: 20px;\n  }\n\n  .product-description .pd-caution-box h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: #c53030;\n    margin: 0 0 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .product-description .pd-caution-box ul {\n    margin: 0;\n    padding-left: 20px;\n    color: #742a2a;\n    font-size: 13.5px;\n  }\n\n  .product-description .pd-caution-box li {\n    margin-bottom: 4px;\n  }\n\n  \/* Included Card *\/\n  .product-description .pd-included-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 24px;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n    box-shadow: 0 4px 16px var(--shadow);\n    width: 100% !important;\n  }\n\n  .product-description .pd-included-card .icon-circle {\n    width: 52px;\n    height: 52px;\n    border-radius: 16px;\n    background: var(--accent-soft);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .product-description .pd-included-card ul {\n    margin: 6px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .product-description .pd-included-card li {\n    font-size: 14px;\n    color: var(--muted);\n    padding-left: 18px;\n    position: relative;\n    margin-bottom: 6px;\n  }\n\n  .product-description .pd-included-card li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--accent);\n  }\n\n  \/* Trust Section *\/\n  .product-description .pd-trust {\n    width: 100% !important;\n    background: var(--secondary);\n    color: #fff;\n    text-align: center;\n    padding: 36px 16px;\n    border-radius: 24px 24px 0 0;\n  }\n\n  .product-description .pd-trust h2 { color: #fff; }\n\n  .product-description .pd-trust p {\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14.5px;\n    margin: 0 0 20px;\n  }\n\n  .product-description .pd-trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-trust-badge {\n    background: rgba(255, 255, 255, 0.12);\n    border: 1px solid rgba(255, 255, 255, 0.22);\n    border-radius: 999px;\n    padding: 8px 16px;\n    font-size: 12.5px;\n    font-weight: 700;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    max-width: 100%;\n  }\n\n  .product-description .pd-trust-badge .icon { width: 14px; height: 14px; stroke: var(--accent); }\n\n  \/* Responsive Media Queries *\/\n  @media (max-width: 768px) {\n    .product-description section { padding: 28px 12px; }\n    .product-description .pd-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\n    .product-description .pd-included-card { flex-direction: column; text-align: center; }\n    .product-description .pd-included-card li { text-align: left; }\n  }\n\n  @media (max-width: 480px) {\n    .product-description section { padding: 24px 10px; }\n    .product-description .pd-stat-row { flex-direction: column; width: 100%; }\n    .product-description .pd-stat { width: 100%; justify-content: center; }\n    .product-description .pd-feature-grid { grid-template-columns: 1fr; }\n    .product-description .pd-specs-table td:first-child { width: 40%; }\n    .product-description .pd-specs-table td:last-child { width: 60%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-inner\"\u003e\n\u003cdiv class=\"pd-brandline\"\u003eANK Lifecare® · We care about your feelings\u003c\/div\u003e\n\u003ch1\u003eAIR MATTRESS \u003cem\u003eAnti Decubitus Mattress\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"pd-sub\"\u003eTherapy for Bed Sores. Reliable \u0026amp; easy to use air mattress system featuring a bubble pad mattress and pump with variable pressure control.\u003c\/p\u003e\n\u003cdiv class=\"pd-stat-row\"\u003e\n\u003cspan class=\"pd-stat\"\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 1 Year Warranty \u003c\/span\u003e \u003cspan class=\"pd-stat\"\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Low Power Consumption (4 Watts) \u003c\/span\u003e \u003cspan class=\"pd-stat\"\u003e \u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Model No.: ANK-AM-09 \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csvg class=\"wave-divider\" viewbox=\"0 0 1440 60\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003cpath class=\"wave-back\" d=\"M0,20 C240,60 480,0 720,20 C960,40 1200,0 1440,20 L1440,60 L0,60 Z\"\u003e\u003c\/path\u003e\n    \u003cpath class=\"wave-front\" d=\"M0,35 C240,10 480,50 720,32 C960,14 1200,50 1440,30 L1440,60 L0,60 Z\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e \u003c!-- Feature Cards --\u003e\n\u003csection class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-features-inner\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eKey Features\u003c\/div\u003e\n\u003ch2\u003eFeatures \u0026amp; System Highlights\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eTherapy for Bed Sores designed for convenience and reliable operation.\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-grid\"\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eVariable Pressure Dial\u003c\/h3\u003e\n\u003cp\u003eKnob to adjust pressure according to user requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" 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\u003c\/div\u003e\n\u003ch3\u003eMedical Grade PVC\u003c\/h3\u003e\n\u003cp\u003eDurable PVC material (EN-71, Non-Toxic).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLow Power Consumption\u003c\/h3\u003e\n\u003cp\u003eEnergy efficient pump operating at just 4 Watts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M11 5L6 9H2v6h4l5 4V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLow Noise \u0026amp; Low Vibrations\u003c\/h3\u003e\n\u003cp\u003eDesigned for quiet and smooth continuous operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eAdjustable \/ Fixed Hanger\u003c\/h3\u003e\n\u003cp\u003eFixed hook makes it easy to fix onto the bed frame.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 8h10M7 12h10M7 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003ePain Relief \u0026amp; Portable\u003c\/h3\u003e\n\u003cp\u003eAnti decubitus bubble pad system providing targeted pressure relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Pricing Table --\u003e\n\u003csection class=\"pd-sizes\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eProduct Offer \u0026amp; Pricing\u003c\/div\u003e\n\u003ch2\u003ePrice Details\u003c\/h2\u003e\n\u003cdiv class=\"pd-size-table-wrap\"\u003e\n\u003ctable class=\"pd-size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct\u003c\/th\u003e\n\u003cth\u003eSKU Code\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eM.R.P.\u003c\/th\u003e\n\u003cth\u003eOffer Price\u003c\/th\u003e\n\u003cth\u003eBuy\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAirbed (Air Mattress System)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLCAB1\u003c\/td\u003e\n\u003ctd\u003e1 Set\u003c\/td\u003e\n\u003ctd\u003e\u003cs style=\"color: #8a999e;\"\u003eRs. 5,156.00\u003c\/s\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong style=\"color: var(--primary-dark);\"\u003eRs. 3,999.00\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"#\" class=\"buy-btn\"\u003eBuy Now\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003csection class=\"pd-specs\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003ch3\u003ePump Specifications\u003c\/h3\u003e\n\u003cdiv class=\"pd-specs-table-wrap\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd\u003e220 V \/ 50 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAir Output Capacity\u003c\/td\u003e\n\u003ctd\u003e8–9 Liter\/Min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCycle Time\u003c\/td\u003e\n\u003ctd\u003e6 min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePressure Range\u003c\/td\u003e\n\u003ctd\u003e18–20 KPa (135–150 mmHg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Consumption\u003c\/td\u003e\n\u003ctd\u003e4 Watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimension (L x W x H)\u003c\/td\u003e\n\u003ctd\u003e21.4 x 11 x 8.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Cord Length\u003c\/td\u003e\n\u003ctd\u003eApprox 1.5 Mtr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e0.690 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eBubble Pad Mattress Specifications\u003c\/h3\u003e\n\u003cdiv class=\"pd-specs-table-wrap\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eColour\u003c\/td\u003e\n\u003ctd\u003eBeige\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimension (L x W x H)\u003c\/td\u003e\n\u003ctd\u003e215 x 89 x 6.1 cm - 130 Bubble Cells\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlaps Length\u003c\/td\u003e\n\u003ctd\u003eWithout Vents And With End Flaps 78 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePVC Thickness\u003c\/td\u003e\n\u003ctd\u003e0.29 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePVC (EN-71, Non-Toxic)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e1.41 kg (Repair kit included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax. Weight Bearing Capacity\u003c\/td\u003e\n\u003ctd\u003e135 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Caution Notes from Package --\u003e\n\u003cdiv class=\"pd-caution-box\"\u003e\n\u003ch3\u003e\n\u003csvg class=\"icon\" viewbox=\"0 0 24 24\" style=\"stroke: #c53030; width: 20px; height: 20px;\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e CAUTION\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eKeep sharp objects away from the air mattress.\u003c\/li\u003e\n\u003cli\u003eDo not stand on the mattress.\u003c\/li\u003e\n\u003cli\u003eKeep the pump away from water and damp surfaces.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What's Included --\u003e\n\u003csection class=\"pd-included\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eWhat's Included\u003c\/div\u003e\n\u003ch2\u003eIn this box\u003c\/h2\u003e\n\u003cdiv class=\"pd-included-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6M12 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003e1 ANK Lifecare® Anti Decubitus Bubble Pad Mattress (Beige)\u003c\/li\u003e\n\u003cli\u003e1 Air Mattress Pump with Power Cord (1.5 Mtr)\u003c\/li\u003e\n\u003cli\u003e1 Repair Kit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Trust Section --\u003e\n\u003csection class=\"pd-trust\"\u003e\n\u003cdiv class=\"pd-trust-inner\"\u003e\n\u003ch2\u003eWe care about your feelings.\u003c\/h2\u003e\n\u003cp\u003eANK Lifecare® — Dedicated to offering comfortable, reliable, and dignifying care solutions for your loved ones.\u003c\/p\u003e\n\u003cdiv class=\"pd-trust-badges\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e1 Year Warranty\u003c\/span\u003e \u003cspan class=\"pd-trust-badge\"\u003e\u003csvg class=\"icon\" 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\u003eTherapy for Bed Sores\u003c\/span\u003e \u003cspan class=\"pd-trust-badge\"\u003e\u003csvg class=\"icon\" viewbox=\"0 0 24 24\"\u003e\u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003eModel: ANK-AM-09\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ANK Lifecare","offers":[{"title":"Default Title","offer_id":46783129944263,"sku":"LCAB1","price":3999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/6297\/1847\/files\/LFCW788_LifeCareLifecareProductseditforwebsite_AirMattress.jpg?v=1784027507","url":"https:\/\/anklifecare.com\/products\/ank-lifecare-air-bed","provider":"ANK Lifecare","version":"1.0","type":"link"}