{"product_id":"spreader-bar","title":"Spreader Bar","description":"\u003csection class=\"msb-product-block\" aria-labelledby=\"msb-product-title\"\u003e\n  \u003cstyle\u003e\n    .msb-product-block{\n      --msb-bg:#fff8fc;\n      --msb-surface:#ffffff;\n      --msb-surface-2:#fff2f8;\n      --msb-text:#4a2340;\n      --msb-muted:#7a5a73;\n      --msb-border:#f3c9df;\n      --msb-primary:#ff80c9;\n      --msb-primary-dark:#c497ff;\n      --msb-accent:#ff6955;\n      --msb-soft-blue:#8fcaff;\n      --msb-shadow:0 10px 30px rgba(196,151,255,.12);\n      --msb-radius:18px;\n      --msb-radius-sm:12px;\n      font-family:Poppins, Arial, sans-serif;\n      color:var(--msb-text);\n      background:linear-gradient(180deg,#fff8fc 0%, #fffdfd 100%);\n      padding:24px;\n      border:1px solid var(--msb-border);\n      border-radius:24px;\n      box-shadow:var(--msb-shadow);\n      max-width:980px;\n      margin:0 auto;\n    }\n\n    .msb-product-block h2,\n    .msb-product-block h3{\n      font-family:Raleway, Arial, sans-serif;\n      color:var(--msb-text);\n      margin:0 0 12px;\n      line-height:1.2;\n    }\n\n    .msb-product-block h2{\n      font-size:28px;\n      font-weight:700;\n      letter-spacing:-0.02em;\n    }\n\n    .msb-product-block h3{\n      font-size:20px;\n      font-weight:700;\n    }\n\n    .msb-product-block p{\n      font-size:15px;\n      line-height:1.75;\n      color:var(--msb-text);\n      margin:0 0 14px;\n    }\n\n    .msb-product-block a{\n      color:#b24ba0;\n      text-decoration:none;\n      font-weight:600;\n    }\n\n    .msb-product-block a:hover{\n      text-decoration:underline;\n    }\n\n    .msb-card{\n      background:var(--msb-surface);\n      border:1px solid var(--msb-border);\n      border-radius:var(--msb-radius);\n      padding:22px;\n      margin-bottom:22px;\n      box-shadow:0 6px 20px rgba(255,128,201,.08);\n    }\n\n    .msb-bullets{\n      list-style:none;\n      padding:0;\n      margin:18px 0 0;\n      display:grid;\n      gap:12px;\n    }\n\n    .msb-bullets li{\n      position:relative;\n      padding:14px 16px 14px 42px;\n      background:var(--msb-surface-2);\n      border:1px solid #f8d8e8;\n      border-radius:14px;\n      color:var(--msb-text);\n      line-height:1.6;\n      font-size:14px;\n    }\n\n    .msb-bullets li::before{\n      content:\"✦\";\n      position:absolute;\n      left:16px;\n      top:13px;\n      color:var(--msb-primary-dark);\n      font-size:14px;\n      font-weight:700;\n    }\n\n    .msb-faq-wrap{\n      background:var(--msb-surface);\n      border:1px solid var(--msb-border);\n      border-radius:var(--msb-radius);\n      padding:22px;\n      box-shadow:0 6px 20px rgba(143,202,255,.08);\n    }\n\n    .msb-faq-intro{\n      color:var(--msb-muted);\n      font-size:14px;\n      margin-bottom:16px;\n    }\n\n    .msb-faq{\n      display:grid;\n      gap:12px;\n    }\n\n    .msb-faq details{\n      border:1px solid var(--msb-border);\n      background:linear-gradient(180deg,#ffffff 0%, #fff7fb 100%);\n      border-radius:16px;\n      overflow:hidden;\n      transition:all .25s ease;\n    }\n\n    .msb-faq details[open]{\n      box-shadow:0 10px 24px rgba(255,128,201,.10);\n      border-color:#ebb1d0;\n    }\n\n    .msb-faq summary{\n      list-style:none;\n      cursor:pointer;\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      gap:16px;\n      padding:18px 18px;\n      font-family:Raleway, Arial, sans-serif;\n      font-size:16px;\n      font-weight:700;\n      color:var(--msb-text);\n    }\n\n    .msb-faq summary::-webkit-details-marker{\n      display:none;\n    }\n\n    .msb-faq-icon{\n      width:28px;\n      height:28px;\n      min-width:28px;\n      border-radius:999px;\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      background:linear-gradient(135deg,var(--msb-primary) 0%, var(--msb-primary-dark) 100%);\n      color:#fff;\n      box-shadow:0 6px 16px rgba(196,151,255,.22);\n      transition:transform .25s ease, background .25s ease;\n      position:relative;\n    }\n\n    .msb-faq-icon::before,\n    .msb-faq-icon::after{\n      content:\"\";\n      position:absolute;\n      background:#fff;\n      border-radius:2px;\n      transition:all .25s ease;\n    }\n\n    .msb-faq-icon::before{\n      width:12px;\n      height:2px;\n    }\n\n    .msb-faq-icon::after{\n      width:2px;\n      height:12px;\n    }\n\n    .msb-faq details[open] .msb-faq-icon{\n      transform:rotate(180deg);\n      background:linear-gradient(135deg,var(--msb-accent) 0%, var(--msb-primary) 100%);\n    }\n\n    .msb-faq details[open] .msb-faq-icon::after{\n      opacity:0;\n      transform:scaleY(0);\n    }\n\n    .msb-faq-answer{\n      padding:0 18px 18px;\n      color:var(--msb-muted);\n      font-size:14px;\n      line-height:1.75;\n    }\n\n    .msb-cta{\n      margin-top:22px;\n      background:linear-gradient(135deg, rgba(255,128,201,.14) 0%, rgba(196,151,255,.14) 100%);\n      border:1px solid var(--msb-border);\n      border-radius:20px;\n      padding:22px;\n      text-align:center;\n    }\n\n    .msb-cta p{\n      margin:0 0 14px;\n      color:var(--msb-text);\n    }\n\n    .msb-cta-button{\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      gap:10px;\n      background:linear-gradient(135deg,var(--msb-primary) 0%, var(--msb-primary-dark) 100%);\n      color:#fff !important;\n      padding:14px 22px;\n      border-radius:999px;\n      font-weight:700;\n      font-size:15px;\n      text-decoration:none !important;\n      box-shadow:0 10px 24px rgba(196,151,255,.25);\n      transition:transform .2s ease, box-shadow .2s ease;\n    }\n\n    .msb-cta-button:hover{\n      transform:translateY(-1px);\n      box-shadow:0 14px 28px rgba(196,151,255,.32);\n    }\n\n    .msb-note{\n      font-size:12px;\n      color:var(--msb-muted);\n      margin-top:10px;\n    }\n\n    .sr-only{\n      position:absolute;\n      width:1px;\n      height:1px;\n      padding:0;\n      margin:-1px;\n      overflow:hidden;\n      clip:rect(0,0,0,0);\n      white-space:nowrap;\n      border:0;\n    }\n\n    @media (max-width: 640px){\n      .msb-product-block{\n        padding:16px;\n        border-radius:18px;\n      }\n\n      .msb-card,\n      .msb-faq-wrap,\n      .msb-cta{\n        padding:18px;\n      }\n\n      .msb-product-block h2{\n        font-size:24px;\n      }\n\n      .msb-faq summary{\n        font-size:15px;\n        padding:16px;\n      }\n\n      .msb-faq-answer{\n        padding:0 16px 16px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"msb-card\"\u003e\n    \u003ch2 id=\"msb-product-title\"\u003eSpreader Bar Product Description\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Explore the world of bondage with this heavy-duty spreader bar, designed to keep ankles apart and wrists securely restrained for stable, controlled positioning. 🔒\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This all-in-one\n      \u003ca href=\"https:\/\/mysecretbloom.com\/products\/steel-adjustable-spreader-bar-ms-st598\"\u003espreader bar\u003c\/a\u003e\n      features four adjustable cuffs built to hold your partner in place while you enjoy easier access and more intense angles during your favorite positions. 💫\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The soft, padded cuffs adjust to fit most sizes and stay comfortable during longer BDSM or bedroom bondage sessions. 🖤\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Sturdy locking buckles keep the spreader bar stable, so there is no slipping or shifting while you focus on pleasure and power play (locks not included). ⚙️\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Use this spreader bar for doggy style, face-up positions or creative restraint play, and turn your bed into a secure, intimate playground. 🛏️\n    \u003c\/p\u003e\n\n    \u003cul class=\"msb-bullets\"\u003e\n      \u003cli\u003eHeavy-duty spreader bar designed for bondage and bedroom restraint play. 🔗\u003c\/li\u003e\n      \u003cli\u003eKeeps ankles spread and wrists secured for stable, controlled positioning.\u003c\/li\u003e\n      \u003cli\u003eIncludes four adjustable cuffs for wrists and ankles attached directly to the spreader bar.\u003c\/li\u003e\n      \u003cli\u003eSoft padded cuffs provide a snug, comfortable fit during longer BDSM sessions.\u003c\/li\u003e\n      \u003cli\u003eAdjustable sizing on each cuff to accommodate different body types and experience levels.\u003c\/li\u003e\n      \u003cli\u003eSecure buckle closures help prevent accidental release while you play.\u003c\/li\u003e\n      \u003cli\u003eIdeal for couples exploring light bondage or more advanced BDSM position play. 💕\u003c\/li\u003e\n      \u003cli\u003eGives easier access and better angles for oral, penetration, and full-body teasing.\u003c\/li\u003e\n      \u003cli\u003ePerfect addition to a restraint collection, compatible with other bondage gear and accessories.\u003c\/li\u003e\n      \u003cli\u003eGreat for travel or at-home use when you want a reliable spreader bar that sets up quickly. 🧳\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"msb-faq-wrap\" aria-labelledby=\"msb-faq-title\"\u003e\n    \u003ch3 id=\"msb-faq-title\"\u003eFAQ – Spreader Bar\u003c\/h3\u003e\n    \u003cp class=\"msb-faq-intro\"\u003eTap each question to expand the answer.\u003c\/p\u003e\n\n    \u003cdiv class=\"msb-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eIs this spreader bar suitable for beginners?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          Yes. This\n          \u003ca href=\"https:\/\/mysecretbloom.com\/products\/steel-adjustable-spreader-bar-ms-st598\"\u003espreader bar\u003c\/a\u003e\n          is beginner-friendly, with soft padded cuffs and adjustable sizing so you can start with light restraint and build intensity at your own pace.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eHow adjustable is the spreader bar and the cuffs?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          The bar offers a fixed, stable spread, while each cuff is fully adjustable to fit a wide range of ankle and wrist sizes. This helps keep the position secure and comfortable for both partners.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eAre the cuffs comfortable for longer BDSM sessions?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          The cuffs are softly padded to reduce pressure on the skin, so your partner can stay restrained for longer sessions with less discomfort and fewer red marks.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eDo I need extra locks or accessories?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          The spreader bar uses sturdy locking buckles to keep everything in place. You can use it as it comes, or add padlocks and other bondage gear if you want a more secure setup.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eHow do I use this spreader bar safely?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          Agree on a safe word, check circulation and comfort regularly, and never leave your partner unattended. Start with moderate positions and increase intensity only when both partners feel relaxed and in control.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eHow should I clean and store the spreader bar?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          Wipe the PU leather and metal parts with a mild toy cleaner or a damp cloth after each use, then let everything dry completely. Store the spreader bar in a cool, dry place away from direct sunlight.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          \u003cspan\u003eCan I combine it with other bondage gear?\u003c\/span\u003e\n          \u003cspan class=\"msb-faq-icon\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n        \u003c\/summary\u003e\n        \u003cdiv class=\"msb-faq-answer\"\u003e\n          Yes. This spreader bar pairs well with blindfolds, collars, wrist cuffs, floggers and other bondage accessories, helping you create a more complete and controlled scene.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"msb-cta\"\u003e\n    \u003cp\u003e\n      Ready to upgrade your restraint play? Explore deeper control, comfort and positioning with this\n      \u003ca href=\"https:\/\/mysecretbloom.com\/products\/steel-adjustable-spreader-bar-ms-st598\"\u003espreader bar\u003c\/a\u003e.\n    \u003c\/p\u003e\n    \u003ca class=\"msb-cta-button\" href=\"https:\/\/mysecretbloom.com\/products\/spreader-bar\"\u003e\n      Shop the spreader bar now 🔒\n    \u003c\/a\u003e\n    \u003cdiv class=\"msb-note\"\u003eDiscreet, elegant and built for intimate exploration.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Is this spreader bar suitable for beginners?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes. This spreader bar is beginner-friendly, with soft padded cuffs and adjustable sizing so you can start with light restraint and build intensity at your own pace.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How adjustable is the spreader bar and the cuffs?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The bar offers a fixed, stable spread, while each cuff is fully adjustable to fit a wide range of ankle and wrist sizes. This helps keep the position secure and comfortable for both partners.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Are the cuffs comfortable for longer BDSM sessions?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The cuffs are softly padded to reduce pressure on the skin, so your partner can stay restrained for longer sessions with less discomfort and fewer red marks.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Do I need extra locks or accessories?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"The spreader bar uses sturdy locking buckles to keep everything in place. You can use it as it comes, or add padlocks and other bondage gear if you want a more secure setup.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How do I use this spreader bar safely?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Agree on a safe word, check circulation and comfort regularly, and never leave your partner unattended. Start with moderate positions and increase intensity only when both partners feel relaxed and in control.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"How should I clean and store the spreader bar?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Wipe the PU leather and metal parts with a mild toy cleaner or a damp cloth after each use, then let everything dry completely. Store the spreader bar in a cool, dry place away from direct sunlight.\"\n        }\n      },\n      {\n        \"@type\": \"Question\",\n        \"name\": \"Can I combine it with other bondage gear?\",\n        \"acceptedAnswer\": {\n          \"@type\": \"Answer\",\n          \"text\": \"Yes. This spreader bar pairs well with blindfolds, collars, wrist cuffs, floggers and other bondage accessories, helping you create a more complete and controlled scene.\"\n        }\n      }\n    ]\n  }\n  \u003c\/script\u003e\n\u003c\/section\u003e","brand":"XR Brands","offers":[{"title":"Default Title","offer_id":53470568382677,"sku":"STR-AE919","price":98.04,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/7741\/8197\/files\/spreader_bar.png?v=1777068538","url":"https:\/\/mysecretbloom.com\/products\/spreader-bar","provider":"Secret Bloom","version":"1.0","type":"link"}