{"product_id":"nourest-portable-foldable-professional-massage-bed-2-fold-beige","title":"Nourest Portable Foldable Professional Massage Table (2 fold) - Beige","description":"\u003cstyle\u003e\n\n    :root {\n      --cream: #F5F0E8;\n      --warm-white: #FDFAF5;\n      --sand: #D4C5A9;\n      --taupe: #9E8C72;\n      --espresso: #2C1F14;\n      --rust: #B5522A;\n      --rust-light: #F0EBE3;\n      --text: #2C1F14;\n      --text-muted: #7A6A58;\n      --border: #E0D5C5;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: Inter, sans-serif;\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n\n     ── MAIN LAYOUT ── ,\n    .pdp-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 0;\n      max-width: 1280px;\n      margin: 0 auto;\n    }\n\n     ── CONTENT PANEL ── ,\n    .content-panel {\n      padding: 60px 56px 80px;\n      background: var(--warm-white);\n    }\n\n     ── DIVIDER ── ,\n    .divider {\n      height: 1px;\n      background: var(--border);\n      margin: 28px 0;\n    }\n\n     ── HERO DESCRIPTION ── ,\n    .hero-desc {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.12rem;\n      font-style: italic;\n      color: var(--taupe);\n      line-height: 1.8;\n      margin-bottom: 24px;\n      padding-left: 16px;\n      border-left: 2px solid var(--sand);\n    }\n\n    .product-desc {\n      color: var(--text-muted);\n      font-size: 14.5px;\n      line-height: 1.85;\n      margin-bottom: 28px;\n    }\n\n     ── QUICK SPECS ── ,\n    .quick-specs {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 32px;\n    }\n\n    .spec-chip {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--cream);\n      border: 1px solid var(--border);\n      border-radius: 6px;\n      padding: 12px 16px;\n      font-size: 13px;\n    }\n\n    .spec-chip .icon {\n      font-size: 18px;\n      flex-shrink: 0;\n    }\n\n    .spec-chip strong {\n      display: block;\n      font-size: 12px;\n      font-weight: 500;\n      color: var(--text);\n    }\n\n    .spec-chip span {\n      font-size: 11px;\n      color: var(--text-muted);\n    }\n\n     ── CTA ── ,\n    .cta-group {\n      display: flex;\n      gap: 12px;\n      margin-bottom: 24px;\n    }\n\n    .btn-primary {\n      flex: 1;\n      background: var(--espresso);\n      color: #fff;\n      border: none;\n      padding: 16px 28px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 500;\n      letter-spacing: 0.06em;\n      cursor: pointer;\n      border-radius: 4px;\n      transition: background 0.2s;\n    }\n\n    .btn-primary:hover { background: var(--rust); }\n\n    .btn-outline {\n      padding: 16px 20px;\n      background: transparent;\n      border: 1.5px solid var(--border);\n      border-radius: 4px;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 20px;\n      cursor: pointer;\n      color: var(--espresso);\n      transition: border-color 0.2s;\n    }\n\n    .btn-outline:hover { border-color: var(--rust); color: var(--rust); }\n\n     ── DELIVERY PERKS ── ,\n    .perks-row {\n      display: flex;\n      gap: 0;\n      border: 1px solid var(--border);\n      border-radius: 6px;\n      overflow: hidden;\n      margin-bottom: 32px;\n    }\n\n    .perk {\n      flex: 1;\n      text-align: center;\n      padding: 14px 10px;\n      font-size: 12px;\n      color: var(--text-muted);\n      border-right: 1px solid var(--border);\n    }\n\n    .perk:last-child { border-right: none; }\n\n    .perk .perk-icon { font-size: 20px; margin-bottom: 5px; }\n    .perk strong { display: block; font-size: 11.5px; color: var(--text); font-weight: 500; }\n\n     ── ACCORDION ── ,\n    .accordion { border-top: 1px solid var(--border); }\n\n    .acc-item { border-bottom: 1px solid var(--border); }\n\n    .acc-header {\n      width: 100%;\n      background: none;\n      border: none;\n      padding: 18px 0;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      cursor: pointer;\n      font-family: 'DM Sans', sans-serif;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--text);\n      text-align: left;\n    }\n\n    .acc-icon {\n      font-size: 20px;\n      color: var(--taupe);\n      transition: transform 0.3s;\n      flex-shrink: 0;\n    }\n\n    .acc-item.open .acc-icon { transform: rotate(45deg); }\n\n    .acc-body {\n      display: none;\n      padding-bottom: 20px;\n      font-size: 13.5px;\n      color: var(--text-muted);\n      line-height: 1.85;\n    }\n\n    .acc-item.open .acc-body { display: block; }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 13.5px;\n    }\n\n    .specs-table tr { border-bottom: 1px solid var(--border); }\n    .specs-table tr:last-child { border-bottom: none; }\n\n    .specs-table td {\n      padding: 10px 4px;\n      color: var(--text-muted);\n    }\n\n    .specs-table td:first-child {\n      font-weight: 500;\n      color: var(--text);\n      width: 44%;\n    }\n\n    .feature-list {\n      list-style: none;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n\n    .feature-list li::before {\n      content: '✓ ';\n      color: var(--rust);\n      font-weight: 600;\n    }\n\n    .use-cases {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n\n    .use-tag {\n      background: var(--rust-light);\n      color: var(--rust);\n      font-size: 12px;\n      padding: 5px 12px;\n      border-radius: 20px;\n      font-weight: 500;\n    }\n\n     ── SEO RICH TEXT ── ,\n    .seo-section {\n      background: var(--cream);\n      padding: 64px 40px;\n      border-top: 1px solid var(--border);\n    }\n\n    .seo-inner {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .seo-section h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 2rem;\n      font-weight: 300;\n      color: var(--espresso);\n      margin-bottom: 18px;\n    }\n\n    .seo-section h3 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.3rem;\n      font-weight: 400;\n      color: var(--espresso);\n      margin: 28px 0 10px;\n    }\n\n    .seo-section p {\n      font-size: 14.5px;\n      color: var(--text-muted);\n      line-height: 1.9;\n      margin-bottom: 14px;\n    }\n\n     ── FAQ ── ,\n    .faq-section {\n      max-width: 900px;\n      margin: 48px auto 0;\n    }\n\n    .faq-section h2 {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 1.8rem;\n      font-weight: 300;\n      color: var(--espresso);\n      margin-bottom: 24px;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border);\n      padding: 18px 0;\n    }\n\n    .faq-q {\n      font-weight: 500;\n      font-size: 14px;\n      color: var(--text);\n      margin-bottom: 8px;\n    }\n\n    .faq-a {\n      font-size: 13.5px;\n      color: var(--text-muted);\n      line-height: 1.8;\n    }\n\n     ── RESPONSIVE ── ,\n    @media (max-width: 900px) {\n      .pdp-grid { grid-template-columns: 1fr; }\n      .image-panel { position: relative; height: auto; padding: 32px 20px; }\n      .content-panel { padding: 36px 20px 60px; }\n      h1.product-title { font-size: 2rem; }\n      .feature-list { grid-template-columns: 1fr; }\n      .seo-section { padding: 40px 20px; }\n      .breadcrumb { padding: 12px 20px; }\n    }\n\n     ── ANIMATE IN ── ,\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .content-panel \u003e * {\n      animation: fadeUp 0.5s ease both;\n    }\n\n    .content-panel \u003e *:nth-child(1) { animation-delay: 0.05s; }\n    .content-panel \u003e *:nth-child(2) { animation-delay: 0.12s; }\n    .content-panel \u003e *:nth-child(3) { animation-delay: 0.18s; }\n    .content-panel \u003e *:nth-child(4) { animation-delay: 0.24s; }\n    .content-panel \u003e *:nth-child(5) { animation-delay: 0.30s; }\n  \u003c\/style\u003e\n\u003cp class=\"hero-desc\"\u003eA professional-grade portable massage table built for therapists who demand performance on the go — and clients who deserve comfort at every session.\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eThe Nourest Portable Massage Table is engineered for professional therapists, wellness practitioners, spa technicians, and home users alike. Its lightweight 2-fold foldable design means you can set up a full-scale treatment station in minutes, whether you're working at a clinic, a hotel, or a client's home. The warm beige PU leather upholstery pairs seamlessly with any professional setting while offering easy wipe-down hygiene.\u003c\/p\u003e\n\u003c!-- Quick Specs Grid --\u003e\n\u003cdiv class=\"quick-specs\"\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e⚖️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWeight Capacity\u003c\/strong\u003e\u003cspan\u003eUp to 250 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e📐\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eBed Dimensions\u003c\/strong\u003e\u003cspan\u003e186 × 80 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e↕️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAdjustable Height\u003c\/strong\u003e\u003cspan\u003e60 – 85 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e🏋️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTable Weight\u003c\/strong\u003e\u003cspan\u003eApprox. 13 kg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e🛠️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFrame Material\u003c\/strong\u003e\u003cspan\u003eAluminium Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-chip\"\u003e\n\u003cspan class=\"icon\"\u003e🪑\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePadding\u003c\/strong\u003e\u003cspan\u003eHigh-Density Foam\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Accordion Sections --\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Features --\u003e\n\u003cdiv class=\"acc-item open\"\u003e\n\u003cbutton class=\"acc-header\"\u003e Key Features \u003cspan class=\"acc-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"acc-body\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e2-Fold portable foldable design\u003c\/li\u003e\n\u003cli\u003eAdjustable height (58–85 cm)\u003c\/li\u003e\n\u003cli\u003eHigh-density foam padding\u003c\/li\u003e\n\u003cli\u003eDurable aluminium alloy frame\u003c\/li\u003e\n\u003cli\u003eWaterproof PU leather surface\u003c\/li\u003e\n\u003cli\u003eRemovable \u0026amp; adjustable face cradle\u003c\/li\u003e\n\u003cli\u003eHand pallet arm rest included\u003c\/li\u003e\n\u003cli\u003eAngle-lock leg mechanism\u003c\/li\u003e\n\u003cli\u003eEasy fold for transport \u0026amp; storage\u003c\/li\u003e\n\u003cli\u003eCarry bag included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ideal Use Cases --\u003e\n\u003cdiv class=\"acc-item open\"\u003e\n\u003cbutton class=\"acc-header\"\u003e Who Is This Massage Table For? \u003cspan class=\"acc-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"acc-body\" style=\"padding-top: 8px;\"\u003e\n\u003cdiv class=\"use-cases\"\u003e\n\u003cspan class=\"use-tag\"\u003eMassage Therapists\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eHome Spas\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003ePhysiotherapy Clinics\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eBeauty Salons\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eYoga \u0026amp; Wellness Studios\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eMobile Therapists\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eHotel Wellness Centers\u003c\/span\u003e \u003cspan class=\"use-tag\"\u003eChiropractic Offices\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 16px;\"\u003eWhether you're a professional offering mobile massage services across Dubai, or setting up a tranquil home spa in Abu Dhabi, this portable massage table delivers the same comfort and performance every time. Its lightweight build makes it ideal for therapists who travel between client locations, while its high load capacity and stable frame ensure safety during deep tissue and sports massage sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n      \u003c!-- ── SEO RICH CONTENT SECTION ── --\u003e\n\u003csection class=\"seo-section\"\u003e\n  \u003cdiv class=\"seo-inner\"\u003e\n\n    \u003ch2\u003eWhy Choose a Portable Massage Table?\u003c\/h2\u003e\n    \u003cp\u003e\n      A high-quality \u003cstrong\u003eportable massage table\u003c\/strong\u003e is the cornerstone of any professional massage therapy practice. Unlike fixed treatment beds, a foldable massage table lets practitioners bring their setup directly to clients — whether for home visits, corporate wellness events, or pop-up spa services. The Nourest 2-fold massage table strikes the ideal balance between structural rigidity and everyday portability, making it one of the most practical options available in the UAE today.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      When choosing a \u003cstrong\u003eprofessional massage table\u003c\/strong\u003e, therapists typically prioritise three things: stability under load, client comfort, and ease of transport. This model delivers on all three fronts — the aluminium alloy frame supports up to 250 kg, the high-density foam padding ensures clients remain relaxed throughout long sessions, and the 2-fold design collapses to a carry-bag-friendly size in under two minutes.\n    \u003c\/p\u003e\n\n    \u003ch3\u003eBeige: The Professional's Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      The warm beige PU leather finish isn't just aesthetically pleasing — it's a deliberate professional choice. Beige tones signal calm and cleanliness to clients, complementing the atmosphere of any treatment room or home spa setup. The waterproof, oil-resistant surface is easy to wipe down between clients, maintaining hygienic standards that wellness professionals demand.\n    \u003c\/p\u003e\n\n    \u003ch3\u003eWhat Makes This Massage Table Stand Out?\u003c\/h3\u003e\n    \u003cp\u003e\n      Many \u003cstrong\u003efoldable massage tables\u003c\/strong\u003e compromise on frame strength to reduce weight. The Nourest portable massage table uses an aircraft-grade aluminium alloy frame that keeps the total weight around 13 kg while supporting professional-grade loads. The adjustable height range of 58 to 85 cm accommodates therapists of all heights, reducing strain during extended treatment sessions — a critical ergonomic consideration often overlooked in budget massage tables.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      The included adjustable face cradle is another feature that elevates client experience: it can be angled to suit individual anatomical needs, supporting the cervical spine properly during prone treatments such as Swedish massage, deep tissue therapy, and myofascial release.\n    \u003c\/p\u003e\n\n    \u003ch3\u003ePortable Massage Table vs. Fixed Massage Bed\u003c\/h3\u003e\n    \u003cp\u003e\n      Both have their place in a professional wellness practice. Fixed massage beds — like the Nourest electric massage beds — offer additional features such as motorised height adjustment and powered reclining. However, for practitioners who operate across multiple locations or need to store their equipment between sessions, a \u003cstrong\u003eportable massage table\u003c\/strong\u003e offers unmatched flexibility at a significantly lower price point. At AED 999, the Nourest 2-fold massage table is accessible to independent therapists and established clinics alike.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Nourest","offers":[{"title":"Default Title","offer_id":52323438723253,"sku":"NRST-PMB-B","price":999.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/7543\/9285\/files\/MS-T-03.jpg?v=1772866463","url":"https:\/\/nourest.com\/products\/nourest-portable-foldable-professional-massage-bed-2-fold-beige","provider":"Nourest MiddleEast","version":"1.0","type":"link"}