{"product_id":"inflatable-portable-shampoo-basin","title":"Inflatable Portable Shampoo Basin","description":"\u003cstyle\u003e\n  .ibp-page,\n  .ibp-page * {\n    box-sizing: border-box;\n  }\n\n  .ibp-page {\n    --ink: #101828;\n    --navy: #0b2545;\n    --blue: #eaf4fb;\n    --coral: #ef654f;\n    --cream: #fffaf3;\n    --border: #dce5ec;\n    --muted: #5f6b78;\n    max-width: 920px;\n    margin: 0 auto;\n    color: var(--ink);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .ibp-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border: 0;\n  }\n\n  .ibp-section {\n    margin: 18px 0;\n  }\n\n  .ibp-title {\n    margin: 0 0 8px;\n    color: var(--navy);\n    font-size: clamp(25px, 6vw, 38px);\n    line-height: 1.12;\n    letter-spacing: -0.02em;\n  }\n\n  .ibp-intro {\n    margin: 0 0 18px;\n    color: var(--muted);\n  }\n\n  .ibp-hero {\n    overflow: hidden;\n    background: var(--cream);\n    border-radius: 20px;\n  }\n\n  .ibp-hero-copy {\n    padding: 24px 20px 22px;\n    text-align: center;\n  }\n\n  .ibp-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 11px;\n    color: var(--navy);\n    background: var(--blue);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .ibp-hero h1 {\n    margin: 0 0 12px;\n    color: var(--navy);\n    font-size: clamp(32px, 9vw, 54px);\n    line-height: 1.03;\n    letter-spacing: -0.035em;\n  }\n\n  .ibp-hero p {\n    max-width: 620px;\n    margin: 0 auto 18px;\n    color: var(--muted);\n    font-size: 17px;\n  }\n\n  .ibp-button {\n    display: inline-flex;\n    min-height: 50px;\n    align-items: center;\n    justify-content: center;\n    padding: 13px 24px;\n    color: #fff !important;\n    background: var(--coral);\n    border: 1px solid var(--coral);\n    border-radius: 999px;\n    box-shadow: 0 7px 18px rgba(239, 101, 79, 0.22);\n    font-size: 16px;\n    font-weight: 800;\n    line-height: 1;\n    text-decoration: none !important;\n    transition: transform 180ms ease, box-shadow 180ms ease;\n  }\n\n  .ibp-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 11px 24px rgba(239, 101, 79, 0.3);\n  }\n\n  .ibp-button:active {\n    transform: translateY(1px) scale(0.98);\n  }\n\n  .ibp-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n  }\n\n  .ibp-icon-card {\n    min-width: 0;\n    padding: 16px 13px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    box-shadow: 0 5px 16px rgba(11, 37, 69, 0.05);\n  }\n\n  .ibp-icon {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .ibp-icon-card strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--navy);\n    font-size: 15px;\n    line-height: 1.3;\n  }\n\n  .ibp-icon-card span:last-child {\n    display: block;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .ibp-feature-card {\n    overflow: hidden;\n    margin-bottom: 16px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    box-shadow: 0 7px 22px rgba(11, 37, 69, 0.06);\n  }\n\n  .ibp-feature-copy {\n    padding: 20px;\n  }\n\n  .ibp-feature-copy h3 {\n    margin: 0 0 8px;\n    color: var(--navy);\n    font-size: 23px;\n    line-height: 1.2;\n  }\n\n  .ibp-feature-copy p {\n    margin: 0;\n    color: var(--muted);\n  }\n\n  .ibp-bullets {\n    margin: 13px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ibp-bullets li {\n    position: relative;\n    margin: 8px 0;\n    padding-left: 25px;\n    color: var(--muted);\n  }\n\n  .ibp-bullets li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    content: \"✓\";\n    color: var(--coral);\n    font-weight: 900;\n  }\n\n  .ibp-bordered-box {\n    padding: 20px;\n    background: var(--cream);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .ibp-spec-list {\n    margin: 0;\n  }\n\n  .ibp-spec-row {\n    display: flex;\n    gap: 14px;\n    justify-content: space-between;\n    padding: 12px 0;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .ibp-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ibp-spec-row dt {\n    color: var(--muted);\n  }\n\n  .ibp-spec-row dd {\n    margin: 0;\n    color: var(--navy);\n    font-weight: 800;\n    text-align: right;\n  }\n\n  .ibp-faq details {\n    overflow: hidden;\n    margin-bottom: 10px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .ibp-faq summary {\n    position: relative;\n    padding: 16px 48px 16px 16px;\n    color: var(--navy);\n    cursor: pointer;\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .ibp-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ibp-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    content: \"⌄\";\n    color: var(--coral);\n    font-size: 22px;\n    line-height: 1;\n    transform: translateY(-58%) rotate(0deg);\n    transition: transform 220ms ease;\n  }\n\n  .ibp-faq details[open] summary::after {\n    transform: translateY(-42%) rotate(180deg);\n  }\n\n  .ibp-faq-answer {\n    padding: 0 16px 16px;\n    color: var(--muted);\n  }\n\n  .ibp-faq-answer p {\n    margin: 0;\n  }\n\n  .ibp-guarantees {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .ibp-guarantee {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    padding: 17px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n  }\n\n  .ibp-guarantee-icon {\n    flex: 0 0 auto;\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .ibp-guarantee h3 {\n    margin: 0 0 3px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .ibp-guarantee p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .ibp-cta {\n    overflow: hidden;\n    padding: 28px 20px;\n    color: #fff;\n    background: var(--navy);\n    border-radius: 20px;\n    text-align: center;\n  }\n\n  .ibp-cta h2 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: clamp(27px, 7vw, 40px);\n    line-height: 1.1;\n  }\n\n  .ibp-cta p {\n    max-width: 620px;\n    margin: 0 auto 18px;\n    color: #dceaf5;\n  }\n\n  @media (min-width: 750px) {\n    .ibp-page {\n      font-size: 17px;\n    }\n\n    .ibp-section {\n      margin: 28px 0;\n    }\n\n    .ibp-hero-copy,\n    .ibp-feature-copy,\n    .ibp-bordered-box {\n      padding: 30px;\n    }\n\n    .ibp-icon-grid {\n      gap: 14px;\n    }\n\n    .ibp-icon-card {\n      padding: 21px;\n    }\n\n    .ibp-icon-card strong {\n      font-size: 17px;\n    }\n\n    .ibp-icon-card span:last-child {\n      font-size: 15px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ibp-button,\n    .ibp-faq summary::after {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ibp-page\"\u003e\n  \u003c!-- TOP HERO BANNER --\u003e\n  \u003csection class=\"ibp-section ibp-hero\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/01-hero-bedside-shampoo-basin.png?v=1786437558\" alt=\"Portable inflatable bedside shampoo basin with product dimensions\" loading=\"eager\" width=\"1254\" height=\"1254\"\u003e\n    \u003cdiv class=\"ibp-hero-copy\"\u003e\n      \u003cspan class=\"ibp-eyebrow\"\u003eComfortable bedside care\u003c\/span\u003e\n      \u003ch1\u003eWash Hair Without Leaving the Bed\u003c\/h1\u003e\n      \u003cp\u003eMake difficult hair-washing days feel \u003cstrong\u003ecleaner, calmer, and more comfortable\u003c\/strong\u003e—without moving your loved one to the bathroom.\u003c\/p\u003e\n      \u003ca class=\"ibp-button\" href=\"#\"\u003e Choose Your Basin \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CORE BENEFITS --\u003e\n  \u003csection class=\"ibp-section\"\u003e\n    \u003ch2 class=\"ibp-title\" id=\"ibp-benefits-title\"\u003eEasier Care Starts Here\u003c\/h2\u003e\n    \u003cp class=\"ibp-intro\"\u003eThoughtfully designed for families and caregivers supporting someone with limited mobility.\u003c\/p\u003e\n    \u003cp class=\"ibp-intro\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/GIF_60.gif?v=1786437992\" alt=\"Bedside shampoo basin demo\"\u003e\u003c\/p\u003e\n    \u003cdiv class=\"ibp-icon-grid\"\u003e\n      \u003cdiv class=\"ibp-icon-card\"\u003e\n        \u003cspan class=\"ibp-icon\"\u003e🛏️\u003c\/span\u003e \u003cstrong\u003eWash at Bedside\u003c\/strong\u003e \u003cspan\u003eSkip the difficult trip to the bathroom.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ibp-icon-card\"\u003e\n        \u003cspan class=\"ibp-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eSoft Neck Support\u003c\/strong\u003e \u003cspan\u003eA cushioned surface feels gentler during washing.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ibp-icon-card\"\u003e\n        \u003cspan class=\"ibp-icon\"\u003e💧\u003c\/span\u003e \u003cstrong\u003eLess Mess\u003c\/strong\u003e \u003cspan\u003eRaised edges help keep wash water contained.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ibp-icon-card\"\u003e\n        \u003cspan class=\"ibp-icon\"\u003e🚀\u003c\/span\u003e \u003cstrong\u003eStores Small\u003c\/strong\u003e \u003cspan\u003eDeflate and fold it away between uses.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELLING POINT 1 --\u003e\n  \u003csection class=\"ibp-section ibp-feature-card\"\u003e\n    \u003cdiv class=\"ibp-feature-copy\"\u003e\n      \u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/imgi_33_71H5s4GPyqL._AC_SL1500.jpg?v=1786436405\" alt=\"\"\u003e✅ Comfortable Care—Right at the Bedside\u003c\/h3\u003e\n      \u003cp\u003eHelp your loved one feel fresh without unnecessary lifting, transfers, or awkward leaning over a sink.\u003c\/p\u003e\n      \u003cul class=\"ibp-bullets\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLess lifting\u003c\/strong\u003e for caregivers\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMore comfort\u003c\/strong\u003e for the person receiving care\u003c\/li\u003e\n        \u003cli\u003eA more \u003cstrong\u003edignified everyday routine\u003c\/strong\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELLING POINT 2 --\u003e\n  \u003csection class=\"ibp-section ibp-feature-card\"\u003e\n    \u003cdiv class=\"ibp-feature-copy\"\u003e\n      \u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/03-comfort-fit-details-size.png?v=1786438773\" alt=\"\"\u003e✨ Cushioned Support Where It Matters\u003c\/h3\u003e\n      \u003cp\u003eThe contoured neck opening creates a softer resting surface, while the adjustable closure helps provide a more comfortable fit.\u003c\/p\u003e\n      \u003cul class=\"ibp-bullets\"\u003e\n        \u003cli\u003eSoft inflatable neck and shoulder support\u003c\/li\u003e\n        \u003cli\u003eAdjustable hook-and-loop closure\u003c\/li\u003e\n        \u003cli\u003eLess pressure than a hard basin edge\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELLING POINT 3 --\u003e\n  \u003csection class=\"ibp-section ibp-feature-card\"\u003e\n    \u003cdiv class=\"ibp-feature-copy\"\u003e\n      \u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/04-process-water-containment-v2-corrected.png?v=1786443588\" alt=\"\"\u003e💧 Helps Keep Water Where It Belongs\u003c\/h3\u003e\n      \u003cp\u003eThe raised inflatable rim surrounds the washing area, helping reduce splashes and keep the routine more manageable.\u003c\/p\u003e\n      \u003cul class=\"ibp-bullets\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eRinse\u003c\/strong\u003e hair inside the basin\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eContain\u003c\/strong\u003e everyday splashes\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCollect\u003c\/strong\u003e wash water in one area\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELLING POINT 4 --\u003e\n  \u003csection class=\"ibp-section ibp-feature-card\"\u003e\n    \u003cdiv class=\"ibp-feature-copy\"\u003e\n      \u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/05-care-clean-and-store-v2-corrected.png?v=1786443589\" alt=\"\"\u003e🚀 Wipe, Dry, and Store\u003c\/h3\u003e\n      \u003cp\u003eThe smooth, water-resistant PVC surface is simple to wipe down. When care is complete, deflate the basin to save valuable storage space.\u003c\/p\u003e\n      \u003cul class=\"ibp-bullets\"\u003e\n        \u003cli\u003eEasy-to-wipe PVC surface\u003c\/li\u003e\n        \u003cli\u003eCompact storage between uses\u003c\/li\u003e\n        \u003cli\u003eReusable for regular home-care routines\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DETAILS AND SPECIFICATIONS --\u003e\n  \u003csection class=\"ibp-section\"\u003e\n    \u003ch2 class=\"ibp-title\" id=\"ibp-details-title\"\u003eProduct Details\u003c\/h2\u003e\n    \u003cp class=\"ibp-intro\"\u003ePractical construction for bedside hair washing at home or in a care setting.\u003c\/p\u003e\n    \u003cdiv class=\"ibp-bordered-box\"\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eProduct type\u003c\/dt\u003e\n\u003cdd\u003eInflatable shampoo basin\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eInflated size\u003c\/dt\u003e\n\u003cdd\u003e23.6 × 15 × 3.9 in\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eMetric size\u003c\/dt\u003e\n\u003cdd\u003e60 × 38 × 10 cm\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eMaterial\u003c\/dt\u003e\n\u003cdd\u003eWater-resistant PVC\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eNeck area\u003c\/dt\u003e\n\u003cdd\u003eContoured and adjustable\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eStorage\u003c\/dt\u003e\n\u003cdd\u003eDeflatable and foldable\u003c\/dd\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"ibp-spec-row\"\u003e\n\u003cdt\u003eRecommended for\u003c\/dt\u003e\n\u003cdd\u003eHome and bedside care\u003c\/dd\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SUMMARY IMAGE --\u003e\n  \u003csection class=\"ibp-section ibp-feature-card\"\u003e\n    \u003cdiv class=\"ibp-feature-copy\"\u003e\n      \u003ch3\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/06-care-made-comfortable.png?v=1786438773\" alt=\"\"\u003e❤️ A Little Easier for You. A Lot More Comfortable for Them.\u003c\/h3\u003e\n      \u003cp\u003eBring together \u003cstrong\u003ebedside comfort, easier cleanup, and compact storage\u003c\/strong\u003e in one practical care solution.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ibp-section ibp-faq\"\u003e\n    \u003ch2 class=\"ibp-title\" id=\"ibp-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWill it help keep the bed dry?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eThe contoured neck area and raised inflatable edges are designed to help direct wash water into the basin and reduce everyday splashing. Careful positioning and controlled water flow are still recommended.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the neck area comfortable?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eYes. The inflatable construction provides a softer surface than a hard basin, while the adjustable closure helps create a more comfortable fit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it be used for longer hair?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eThe elongated basin provides room for many short and medium-to-long hairstyles. Arrange the hair inside the basin before rinsing.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow should I clean it after use?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eEmpty the wash water carefully, wipe the PVC surface clean, and allow the basin to dry completely before folding or storing it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it fold for storage?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eYes. Once fully dry, the basin can be deflated and folded into a much smaller size for storage between uses.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWho is this basin designed for?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eIt is designed for caregivers, older adults, people with limited mobility, and anyone who finds traditional sink or bathroom hair washing difficult.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs a drain hose or air pump included?\u003c\/summary\u003e\n      \u003cdiv class=\"ibp-faq-answer\"\u003e\n        \u003cp\u003eIncluded accessories may vary by product option. Please review the selected package contents before ordering.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- THREE GUARANTEES --\u003e\n  \u003csection class=\"ibp-section\"\u003e\n    \u003ch2 class=\"ibp-title\" id=\"ibp-guarantees-title\"\u003eShop With Confidence\u003c\/h2\u003e\n    \u003cdiv class=\"ibp-guarantees\"\u003e\n      \u003cdiv class=\"ibp-guarantee\"\u003e\n        \u003cspan class=\"ibp-guarantee-icon\"\u003e📦\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eCarefully Packed\u003c\/h3\u003e\n          \u003cp\u003eYour order is prepared for safer handling during shipment.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ibp-guarantee\"\u003e\n        \u003cspan class=\"ibp-guarantee-icon\"\u003e🛡️\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eQuality Checked\u003c\/h3\u003e\n          \u003cp\u003eEach item is checked against our product quality standards before dispatch.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ibp-guarantee\"\u003e\n        \u003cspan class=\"ibp-guarantee-icon\"\u003e💬\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eHelpful Customer Support\u003c\/h3\u003e\n          \u003cp\u003eQuestions about your order? Our support team is ready to assist.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BOTTOM CTA --\u003e\n  \u003csection class=\"ibp-section ibp-cta\" id=\"ibp-buy-now\"\u003e\n    \u003ch2\u003eMake Bedside Care Feel Easier\u003c\/h2\u003e\n    \u003cp\u003eChoose a cleaner, more comfortable way to help someone you care for maintain fresh, clean hair.\u003c\/p\u003e\n    \u003ca class=\"ibp-button\" href=\"#\"\u003e Buy Now \u003c\/a\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"bamafrontierman.com","offers":[{"title":"Default Title","offer_id":43079772143687,"sku":"NC0237260811902-黑色-60*38*5CM","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/9695\/9303\/files\/imgi_33_71H5s4GPyqL._AC_SL1500.jpg?v=1786436405","url":"https:\/\/bamafrontierman.com\/products\/inflatable-portable-shampoo-basin","provider":"bamafrontierman.com","version":"1.0","type":"link"}