{"product_id":"spinera-lets-go-4-family-towable-tube","title":"Spinera Let’s Go 4 Family Towable Tube","description":"\u003cstyle\u003e\n  :root{\n    --smf-blue:#084988;\n    --smf-teal:#149aa5;\n    --smf-orange:#f47a1f;\n    --smf-green:#1f6f3f;\n    --smf-light:#f4f9fd;\n    --smf-border:#d9e7ef;\n    --smf-text:#263238;\n  }\n\n  .smf-tube-page{\n    max-width:1180px;\n    margin:0 auto;\n    padding:18px 0 34px;\n    color:var(--smf-text);\n    font-family:inherit;\n  }\n\n  .smf-tube-page *{box-sizing:border-box;}\n\n  .smf-hero{\n    background:linear-gradient(135deg,#eef9fb 0%,#ffffff 52%,#f7fbff 100%);\n    border:2px solid var(--smf-border);\n    border-radius:18px;\n    padding:26px;\n    margin-bottom:20px;\n  }\n\n  .smf-pill{\n    display:inline-block;\n    background:var(--smf-orange);\n    color:#fff;\n    font-weight:800;\n    font-size:13px;\n    letter-spacing:.04em;\n    text-transform:uppercase;\n    padding:7px 12px;\n    border-radius:999px;\n    margin-bottom:12px;\n  }\n\n  .smf-hero h2{\n    font-size:clamp(30px,4vw,48px);\n    line-height:1.05;\n    color:var(--smf-blue);\n    margin:0 0 12px;\n    font-weight:900;\n  }\n\n  .smf-hero p{\n    font-size:18px;\n    line-height:1.6;\n    max-width:850px;\n    margin:0 0 18px;\n  }\n\n  .smf-hero-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:12px;\n    margin-top:18px;\n  }\n\n  .smf-stat{\n    background:#fff;\n    border:1px solid var(--smf-border);\n    border-radius:14px;\n    padding:15px;\n    box-shadow:0 6px 16px rgba(8,73,136,.07);\n  }\n\n  .smf-stat strong{\n    display:block;\n    color:var(--smf-blue);\n    font-size:15px;\n    margin-bottom:4px;\n  }\n\n  .smf-stat span{\n    font-size:14px;\n    line-height:1.35;\n  }\n\n  .smf-trust{\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n    background:#fff8f2;\n    border:2px solid var(--smf-orange);\n    border-radius:14px;\n    padding:14px 16px;\n    margin:20px 0;\n    font-weight:800;\n    color:var(--smf-blue);\n  }\n\n  .smf-trust span{white-space:nowrap;}\n  .smf-trust b{color:var(--smf-green);}\n\n  .smf-jumpnav{\n    background:#fff;\n    border:1px solid var(--smf-border);\n    border-radius:999px;\n    padding:10px;\n    margin:18px 0 22px;\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    justify-content:center;\n    box-shadow:0 8px 22px rgba(0,0,0,.06);\n  }\n\n  .smf-jumpnav a{\n    text-decoration:none;\n    background:var(--smf-light);\n    color:var(--smf-blue);\n    border:1px solid #cfe0ea;\n    padding:8px 13px;\n    border-radius:999px;\n    font-size:14px;\n    font-weight:800;\n  }\n\n  .smf-jumpnav a:hover{\n    background:var(--smf-blue);\n    color:#fff;\n  }\n\n  .smf-section{\n    margin:24px 0;\n    padding:24px;\n    border:1px solid var(--smf-border);\n    border-radius:18px;\n    background:#fff;\n  }\n\n  .smf-section.alt{background:var(--smf-light);}\n\n  .smf-section h2{\n    margin:0 0 12px;\n    color:var(--smf-blue);\n    font-size:30px;\n    line-height:1.15;\n    font-weight:900;\n  }\n\n  .smf-section h3{\n    color:var(--smf-blue);\n    margin:0 0 8px;\n    font-size:21px;\n    font-weight:900;\n  }\n\n  .smf-section p{\n    font-size:16px;\n    line-height:1.65;\n    margin:0 0 12px;\n  }\n\n  .smf-grid-2{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n    margin-top:16px;\n  }\n\n  .smf-grid-3{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:16px;\n    margin-top:16px;\n  }\n\n  .smf-card{\n    background:#fff;\n    border:1px solid var(--smf-border);\n    border-radius:16px;\n    padding:18px;\n    box-shadow:0 5px 16px rgba(8,73,136,.06);\n  }\n\n  .smf-card.teal{border-top:6px solid var(--smf-teal);}\n  .smf-card.orange{border-top:6px solid var(--smf-orange);}\n  .smf-card.green{border-top:6px solid var(--smf-green);}\n\n  .smf-checklist{\n    list-style:none;\n    padding:0;\n    margin:12px 0 0;\n  }\n\n  .smf-checklist li{\n    position:relative;\n    padding-left:30px;\n    margin:10px 0;\n    line-height:1.45;\n    font-size:15.5px;\n  }\n\n  .smf-checklist li:before{\n    content:\"✔\";\n    position:absolute;\n    left:0;\n    top:0;\n    color:var(--smf-green);\n    font-weight:900;\n  }\n\n  .smf-note{\n    background:#fff7ef;\n    border-left:7px solid var(--smf-orange);\n    border-radius:12px;\n    padding:16px 18px;\n    margin-top:18px;\n  }\n\n  .smf-note strong{color:var(--smf-blue);}\n\n  .smf-tablewrap{\n    overflow-x:auto;\n    margin-top:16px;\n    border:1px solid var(--smf-border);\n    border-radius:14px;\n    background:#fff;\n  }\n\n  .smf-table{\n    width:100%;\n    border-collapse:separate;\n    border-spacing:0;\n    table-layout:fixed;\n    min-width:760px;\n  }\n\n  .smf-table thead th{\n    background:#084988 !important;\n    color:#fff !important;\n    padding:14px 16px;\n    text-align:left;\n    font-size:14px;\n    line-height:1.35;\n    white-space:normal;\n  }\n\n  .smf-table td{\n    padding:16px;\n    border-bottom:1px solid #e8eef2;\n    font-size:15px;\n    line-height:1.45;\n    vertical-align:top;\n    white-space:normal;\n    word-break:normal;\n  }\n\n  .smf-table th:nth-child(1),\n  .smf-table td:nth-child(1){width:28%;}\n\n  .smf-table th:nth-child(2),\n  .smf-table td:nth-child(2){width:16%;}\n\n  .smf-table th:nth-child(3),\n  .smf-table td:nth-child(3){width:25%;}\n\n  .smf-table th:nth-child(4),\n  .smf-table td:nth-child(4){width:31%;}\n\n  .smf-table tr:nth-child(even) td{background:#f7fbfd;}\n\n  .smf-badge{\n    display:inline-block;\n    background:#e9f8ed;\n    color:var(--smf-green);\n    border:1px solid #c6e8cf;\n    border-radius:999px;\n    padding:5px 10px;\n    font-size:13px;\n    font-weight:900;\n  }\n\n  .smf-cta{\n    background:linear-gradient(135deg,var(--smf-blue),#0b5fa5);\n    color:#fff;\n    border-radius:18px;\n    padding:24px;\n    margin:24px 0;\n  }\n\n  .smf-cta h2{\n    color:#fff;\n    margin:0 0 10px;\n    font-size:30px;\n  }\n\n  .smf-cta p{\n    margin:0 0 16px;\n    font-size:17px;\n    line-height:1.55;\n  }\n\n  .smf-buttons{\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n  }\n\n  .smf-btn{\n    display:inline-block;\n    text-decoration:none;\n    padding:12px 18px;\n    border-radius:999px;\n    font-weight:900;\n    line-height:1.1;\n  }\n\n  .smf-btn.green{\n    background:var(--smf-green);\n    color:#fff;\n  }\n\n  .smf-btn.orange{\n    background:var(--smf-orange);\n    color:#fff;\n  }\n\n  .smf-btn.white{\n    background:#fff;\n    color:#084988 !important;\n    border:2px solid #084988;\n  }\n\n  .smf-compare-card{\n    border:2px solid var(--smf-border);\n    border-radius:16px;\n    padding:18px;\n    background:#fff;\n    position:relative;\n  }\n\n  .smf-compare-card.featured{\n    border-color:var(--smf-orange);\n    box-shadow:0 8px 22px rgba(244,122,31,.14);\n  }\n\n  .smf-compare-card .tag{\n    display:inline-block;\n    background:var(--smf-teal);\n    color:#fff;\n    font-size:12px;\n    font-weight:900;\n    padding:5px 9px;\n    border-radius:999px;\n    margin-bottom:8px;\n    text-transform:uppercase;\n  }\n\n  .smf-mini-btn{\n    display:inline-block;\n    margin-top:10px;\n    background:var(--smf-green);\n    color:#fff !important;\n    text-decoration:none;\n    font-weight:900;\n    padding:10px 14px;\n    border-radius:999px;\n    font-size:14px;\n  }\n\n  .smf-faq details{\n    border:1px solid var(--smf-border);\n    border-radius:14px;\n    padding:15px 17px;\n    margin:10px 0;\n    background:#fff;\n  }\n\n  .smf-faq summary{\n    cursor:pointer;\n    font-weight:900;\n    color:var(--smf-blue);\n    font-size:17px;\n  }\n\n  .smf-faq p{margin:12px 0 0;}\n\n  .smf-linkbox{\n    text-align:center;\n    background:#f4f9fd;\n    border:2px solid var(--smf-blue);\n    border-radius:16px;\n    padding:22px;\n    margin-top:20px;\n  }\n\n  .smf-linkbox p{\n    font-size:18px;\n    font-weight:900;\n    color:var(--smf-blue);\n    margin:0 0 14px;\n  }\n\n  @media(max-width:860px){\n    .smf-hero-grid,.smf-grid-2,.smf-grid-3{\n      grid-template-columns:1fr;\n    }\n\n    .smf-hero,.smf-section,.smf-cta{\n      padding:20px;\n      border-radius:14px;\n    }\n\n    .smf-jumpnav{\n      position:relative;\n      border-radius:16px;\n      justify-content:flex-start;\n      overflow-x:auto;\n      flex-wrap:nowrap;\n    }\n\n    .smf-jumpnav a{white-space:nowrap;}\n\n    .smf-trust span{\n      white-space:normal;\n      width:100%;\n    }\n\n    .smf-tablewrap:before{\n      content:\"Swipe to view →\";\n      display:block;\n      padding:10px 12px;\n      font-size:13px;\n      font-weight:900;\n      color:var(--smf-blue);\n      background:#eef7fb;\n      border-bottom:1px solid var(--smf-border);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"smf-tube-page\"\u003e\n\n  \u003csection class=\"smf-hero\"\u003e\n    \u003cspan class=\"smf-pill\"\u003e4-Person Family Towable Tube\u003c\/span\u003e\n    \u003ch2\u003eSpinera Let’s Go 4 Family Towable Tube\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The Spinera Let’s Go 4 Family is a roomy 4-person towable tube built for families and larger groups who want to ride together. With a wide seating layout, two tow points, padded handles, neoprene knuckle guards, and a 2-chamber safety system, it is made for bigger lake days with more people on board.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"smf-hero-grid\"\u003e\n      \u003cdiv class=\"smf-stat\"\u003e\n        \u003cstrong\u003eCapacity\u003c\/strong\u003e\n        \u003cspan\u003eUp to 4 riders\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-stat\"\u003e\n        \u003cstrong\u003eRide Style\u003c\/strong\u003e\n        \u003cspan\u003e2 sitting + 2 kneeling layout\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-stat\"\u003e\n        \u003cstrong\u003eBest For\u003c\/strong\u003e\n        \u003cspan\u003eFamilies, larger crews, and group rides\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-stat\"\u003e\n        \u003cstrong\u003eUse Case\u003c\/strong\u003e\n        \u003cspan\u003eMaximum-capacity family lake tubing\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"smf-trust\"\u003e\n    \u003cspan\u003e\u003cb\u003e✔\u003c\/b\u003e Fast Shipping\u003c\/span\u003e\n    \u003cspan\u003e\u003cb\u003e✔\u003c\/b\u003e Real Phone Support: 888-897-7527\u003c\/span\u003e\n    \u003cspan\u003e\u003cb\u003e✔\u003c\/b\u003e Authorized Dealer\u003c\/span\u003e\n    \u003cspan\u003e\u003cb\u003e✔\u003c\/b\u003e Lake-Tested Product Guidance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cnav class=\"smf-jumpnav\"\u003e\n    \u003ca href=\"#smf-overview\"\u003eOverview\u003c\/a\u003e\n    \u003ca href=\"#smf-best-for\"\u003eBest For\u003c\/a\u003e\n    \u003ca href=\"#smf-features\"\u003eFeatures\u003c\/a\u003e\n    \u003ca href=\"#smf-specs\"\u003eSpecs\u003c\/a\u003e\n    \u003ca href=\"#smf-compare\"\u003eCompare Sizes\u003c\/a\u003e\n    \u003ca href=\"#smf-setup\"\u003eSetup Tips\u003c\/a\u003e\n    \u003ca href=\"#smf-why\"\u003eWhy Buy From SMF\u003c\/a\u003e\n    \u003ca href=\"#smf-faq\"\u003eFAQs\u003c\/a\u003e\n  \u003c\/nav\u003e\n\n  \u003csection id=\"smf-overview\" class=\"smf-section\"\u003e\n    \u003ch2\u003eBuilt for Bigger Family Rides\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The Let’s Go 4 Family is the largest model in Spinera’s Let’s Go lineup, designed for boaters who want maximum rider capacity in one towable tube. It gives families and larger groups more room to ride together instead of constantly rotating turns.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This model is especially strong for family lake days because it combines a wide seating area with multiple riding positions. Two riders can sit while two riders kneel, creating a fun shared ride that still feels supported and manageable.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"smf-grid-2\"\u003e\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003eWhy It Works\u003c\/h3\u003e\n        \u003cul class=\"smf-checklist\"\u003e\n          \u003cli\u003e4-rider setup is ideal for families and larger groups.\u003c\/li\u003e\n          \u003cli\u003eDesigned for 2 sitting riders and 2 kneeling riders.\u003c\/li\u003e\n          \u003cli\u003eTwo tow points give you more ride-style flexibility.\u003c\/li\u003e\n          \u003cli\u003eWide seating area helps riders feel more comfortable and secure.\u003c\/li\u003e\n          \u003cli\u003e2-chamber safety system adds extra peace of mind on the water.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card orange\"\u003e\n        \u003ch3\u003eQuick Buyer Take\u003c\/h3\u003e\n        \u003cp\u003e\n          Choose the Let’s Go 4 Family if your main goal is capacity. It is the best Let’s Go option for larger families, bigger crews, and boaters who want more riders on the tube at the same time.\n        \u003c\/p\u003e\n        \u003cspan class=\"smf-badge\"\u003eBest Family-Size Pick\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-best-for\" class=\"smf-section alt\"\u003e\n    \u003ch2\u003eWho the Spinera Let’s Go 4 Family Is Best For\u003c\/h2\u003e\n\n    \u003cdiv class=\"smf-grid-3\"\u003e\n\n      \u003cdiv class=\"smf-card green\"\u003e\n        \u003ch3\u003eFamilies With Several Riders\u003c\/h3\u003e\n        \u003cp\u003e\n          Great when you have multiple kids, teens, or adults who want to ride together instead of waiting for separate turns.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003eGroup Lake Days\u003c\/h3\u003e\n        \u003cp\u003e\n          Perfect for boats that regularly carry friends, guests, or extended family and need a towable with more rider capacity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card orange\"\u003e\n        \u003ch3\u003eMaximum Capacity Buyers\u003c\/h3\u003e\n        \u003cp\u003e\n          The right choice if the Let’s Go 2 feels too small and the Let’s Go 3 still does not give you enough room.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"smf-note\"\u003e\n      \u003cstrong\u003ePro Buyer Move:\u003c\/strong\u003e If you mostly tow 1–2 riders, the Let’s Go 2 is easier to manage. If you regularly have 3 riders, the Let’s Go 3 is the balance pick. If you want the biggest family option, go Let’s Go 4 Family.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-features\" class=\"smf-section\"\u003e\n    \u003ch2\u003eKey Features\u003c\/h2\u003e\n\n    \u003cdiv class=\"smf-grid-2\"\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003e4-Person Family Layout\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed for up to four riders, with a layout built around 2 sitting riders and 2 kneeling riders.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003eTwo Tow Points\u003c\/h3\u003e\n        \u003cp\u003e\n          Dual tow points let you switch the ride style and give the tube more versatility behind the boat.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003ePadded Comfort Handles\u003c\/h3\u003e\n        \u003cp\u003e\n          Padded handles and neoprene knuckle guards help riders stay secure and comfortable during longer lake sessions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003e2-Chamber Safety System\u003c\/h3\u003e\n        \u003cp\u003e\n          The 2-chamber design adds an extra layer of safety and helps make this a stronger fit for family use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-specs\" class=\"smf-section alt\"\u003e\n    \u003ch2\u003eSpinera Let’s Go 4 Family Specs\u003c\/h2\u003e\n\n    \u003cdiv class=\"smf-tablewrap\"\u003e\n      \u003ctable class=\"smf-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpec\u003c\/th\u003e\n            \u003cth\u003eDetail\u003c\/th\u003e\n            \u003cth\u003eSpec\u003c\/th\u003e\n            \u003cth\u003eDetail\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eInflated Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e88.5\" x 75\" x 34.5\"\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eMetric Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e224.8 x 190 x 87.6 cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eRiders\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e4\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eRide Layout\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2 sitting, 2 kneeling\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePVC Thickness\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e0.025\"–0.027\" \/ 0.6–0.7 mm\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eNylon Cover\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e840D nylon cover\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eValves\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2 Boston valves\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eChambers\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2-chamber safety system\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTow Points\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eQuick Connect\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHandles\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003ePadded comfort handles\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eKnuckle Guards\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e10 neoprene knuckle guards\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMain Color\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYellow\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eSecondary Color\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eRed\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-compare\" class=\"smf-section\"\u003e\n    \u003ch2\u003eLet’s Go 2 vs Let’s Go 3 vs Let’s Go 4 Family\u003c\/h2\u003e\n\n    \u003cp\u003e\n      The Let’s Go series gives you three different capacity options. The Let’s Go 4 Family is the biggest option and the best fit when you want the most riders on one tube.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"smf-grid-3\"\u003e\n\n      \u003cdiv class=\"smf-compare-card\"\u003e\n        \u003cspan class=\"tag\"\u003eCompact Pick\u003c\/span\u003e\n        \u003ch3\u003eLet’s Go 2\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e 1–2 riders, couples, kids, smaller boats, easier handling.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You want the easiest Let’s Go tube to manage and store.\u003c\/p\u003e\n        \u003ca class=\"smf-mini-btn\" href=\"\/products\/spinera-lets-go-2-towable-tube\"\u003eView Let’s Go 2\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-compare-card\"\u003e\n        \u003cspan class=\"tag\"\u003eBest Balance\u003c\/span\u003e\n        \u003ch3\u003eLet’s Go 3\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e 2–3 riders, families, and shared rides.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You want more capacity without going to a full-size 4-person tube.\u003c\/p\u003e\n        \u003ca class=\"smf-mini-btn\" href=\"\/products\/spinera-lets-go-3-towable-tube\"\u003eView Let’s Go 3\u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-compare-card featured\"\u003e\n        \u003cspan class=\"tag\"\u003eFamily Size\u003c\/span\u003e\n        \u003ch3\u003eLet’s Go 4 Family\u003c\/h3\u003e\n        \u003cp\u003e\u003cstrong\u003eBest for:\u003c\/strong\u003e Larger families, group rides, maximum capacity.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eBuy this if:\u003c\/strong\u003e You want the biggest Let’s Go setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"smf-tablewrap\"\u003e\n      \u003ctable class=\"smf-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eModel\u003c\/th\u003e\n            \u003cth\u003eCapacity\u003c\/th\u003e\n            \u003cth\u003eBest Use\u003c\/th\u003e\n            \u003cth\u003eWhy Choose It\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSpinera Let’s Go 2\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2 riders\u003c\/td\u003e\n            \u003ctd\u003eCouples, kids, smaller boats\u003c\/td\u003e\n            \u003ctd\u003eMost compact, easiest to handle, great all-around starter size.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSpinera Let’s Go 3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3 riders\u003c\/td\u003e\n            \u003ctd\u003eSmall families and friend groups\u003c\/td\u003e\n            \u003ctd\u003eMore capacity without jumping to the largest family tube.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSpinera Let’s Go 4 Family\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e4 riders\u003c\/td\u003e\n            \u003ctd\u003eFamilies and larger crews\u003c\/td\u003e\n            \u003ctd\u003eMaximum rider capacity in the Let’s Go lineup.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-setup\" class=\"smf-section\"\u003e\n    \u003ch2\u003eSetup \u0026amp; Towing Tips\u003c\/h2\u003e\n\n    \u003cdiv class=\"smf-grid-2\"\u003e\n\n      \u003cdiv class=\"smf-card green\"\u003e\n        \u003ch3\u003eBefore You Ride\u003c\/h3\u003e\n        \u003cul class=\"smf-checklist\"\u003e\n          \u003cli\u003eUse a properly rated tow rope for a 4-rider towable tube.\u003c\/li\u003e\n          \u003cli\u003eMake sure every rider wears a properly fitted life jacket.\u003c\/li\u003e\n          \u003cli\u003eCheck both chambers and inflation before each ride.\u003c\/li\u003e\n          \u003cli\u003eInspect handles, tow points, valves, and rope connection before towing.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card orange\"\u003e\n        \u003ch3\u003eBest Ride Experience\u003c\/h3\u003e\n        \u003cul class=\"smf-checklist\"\u003e\n          \u003cli\u003eUse smooth starts with a full rider load.\u003c\/li\u003e\n          \u003cli\u003eKeep turns wider when towing younger or mixed-experience riders.\u003c\/li\u003e\n          \u003cli\u003eUse more aggressive turns only with experienced riders who want more action.\u003c\/li\u003e\n          \u003cli\u003eKeep clear of docks, shorelines, other boats, and shallow water.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"smf-note\"\u003e\n      \u003cstrong\u003eSafety Note:\u003c\/strong\u003e Always follow the boat tube manufacturer’s rider limits, tow rope ratings, and boating safety rules. Larger tubes carry more load, so use the correct rope, a capable tow point, a spotter, and speeds appropriate for the riders.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-why\" class=\"smf-section alt\"\u003e\n    \u003ch2\u003eWhy Buy Your Towable Tube From Splashy McFun?\u003c\/h2\u003e\n\n    \u003cdiv class=\"smf-grid-3\"\u003e\n\n      \u003cdiv class=\"smf-card green\"\u003e\n        \u003ch3\u003eReal Product Help\u003c\/h3\u003e\n        \u003cp\u003e\n          Not sure whether to buy the Let’s Go 2, 3, or 4 Family? Contact us and we’ll help match the tube to your boat, riders, and lake setup.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card teal\"\u003e\n        \u003ch3\u003eAuthorized Brands\u003c\/h3\u003e\n        \u003cp\u003e\n          We focus on legit water recreation products from brands we trust — not random marketplace knockoffs with mystery support.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"smf-card orange\"\u003e\n        \u003ch3\u003eFast, Straightforward Buying\u003c\/h3\u003e\n        \u003cp\u003e\n          Easy ordering, responsive support, and practical guidance before and after the sale.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"smf-cta\"\u003e\n      \u003ch2\u003eNeed help choosing the right family boat tube?\u003c\/h2\u003e\n      \u003cp\u003e\n        Call Splashy McFun at \u003cstrong\u003e888-897-7527\u003c\/strong\u003e or contact us online and we’ll help you pick the right towable for your riders, boat, and lake day plans.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"smf-buttons\"\u003e\n        \u003ca class=\"smf-btn white\" href=\"\/pages\/contact-us\"\u003e\n          Ask a Tube Expert\n        \u003c\/a\u003e\n\n        \u003ca class=\"smf-btn green\" href=\"tel:18888977527\"\u003e\n          Call 888-897-7527\n        \u003c\/a\u003e\n\n        \u003ca class=\"smf-btn orange\" href=\"\/collections\/boating-tube-for-sale\"\u003e\n          Shop All Towable Tubes\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection id=\"smf-faq\" class=\"smf-section smf-faq\"\u003e\n    \u003ch2\u003eSpinera Let’s Go 4 Family FAQs\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many people can ride the Spinera Let’s Go 4 Family?\u003c\/summary\u003e\n      \u003cp\u003eThe Spinera Let’s Go 4 Family is designed for up to 4 riders.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Let’s Go 4 Family good for families?\u003c\/summary\u003e\n      \u003cp\u003eYes. It is the largest Let’s Go model and is built for families and larger groups who want to ride together.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the ride layout on the Let’s Go 4 Family?\u003c\/summary\u003e\n      \u003cp\u003eThe Let’s Go 4 Family is designed for 4 riders, with 2 sitting and 2 kneeling.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between Let’s Go 3 and Let’s Go 4 Family?\u003c\/summary\u003e\n      \u003cp\u003eThe Let’s Go 4 Family adds an extra rider position and gives larger families or groups more capacity than the Let’s Go 3.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the Let’s Go 4 Family have two tow points?\u003c\/summary\u003e\n      \u003cp\u003eYes. The Let’s Go 4 Family includes two tow points for more ride-style flexibility.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat tow rope should I use with the Let’s Go 4 Family?\u003c\/summary\u003e\n      \u003cp\u003eUse a tow rope rated for a 4-person towable tube. Do not use a rope rated for fewer riders than the tube will carry.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDo riders need life jackets?\u003c\/summary\u003e\n      \u003cp\u003eYes. Every rider should wear a properly fitted life jacket while tubing behind a boat.\u003c\/p\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"smf-linkbox\"\u003e\n    \u003cp\u003eCompare more lake day towables and water fun gear\u003c\/p\u003e\n\n    \u003cdiv class=\"smf-buttons\" style=\"justify-content:center;\"\u003e\n      \u003ca class=\"smf-btn green\" href=\"https:\/\/www.splashymcfun.com\/collections\/boating-tube-for-sale\"\u003e\n        All Towable Tubes\n      \u003c\/a\u003e\n\n      \u003ca class=\"smf-btn orange\" href=\"https:\/\/www.splashymcfun.com\/collections\/island-hopper-banana-boat-tubes-for-sale\"\u003e\n        Banana Boat Tubes\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    var links = document.querySelectorAll(\".smf-jumpnav a[href^='#']\");\n    links.forEach(function(link){\n      link.addEventListener(\"click\", function(e){\n        var target = document.querySelector(this.getAttribute(\"href\"));\n        if(target){\n          e.preventDefault();\n          target.scrollIntoView({behavior:\"smooth\", block:\"start\"});\n        }\n      });\n    });\n  });\n\u003c\/script\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\": \"How many people can ride the Spinera Let’s Go 4 Family?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Spinera Let’s Go 4 Family is designed for up to 4 riders.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Let’s Go 4 Family good for families?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It is the largest Let’s Go model and is built for families and larger groups who want to ride together.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the ride layout on the Let’s Go 4 Family?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Let’s Go 4 Family is designed for 4 riders, with 2 sitting and 2 kneeling.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Let’s Go 3 and Let’s Go 4 Family?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Let’s Go 4 Family adds an extra rider position and gives larger families or groups more capacity than the Let’s Go 3.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the Let’s Go 4 Family have two tow points?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Let’s Go 4 Family includes two tow points for more ride-style flexibility.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What tow rope should I use with the Let’s Go 4 Family?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Use a tow rope rated for a 4-person towable tube. Do not use a rope rated for fewer riders than the tube will carry.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do riders need life jackets?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Every rider should wear a properly fitted life jacket while tubing behind a boat.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"Spinera","offers":[{"title":"Default Title","offer_id":48083812155633,"sku":"23002","price":399.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1267\/6461\/files\/spinera-lets-go-4-family-01.webp?v=1777088288","url":"https:\/\/www.splashymcfun.com\/products\/spinera-lets-go-4-family-towable-tube","provider":"Splashy McFun","version":"1.0","type":"link"}