{"product_id":"25oz-tritan-sports-water-bottle","title":"25 oz Clear Adventure Water Bottle with Straw and Clip","description":"\u003cstyle\u003e\n  .trail-bottle-page{\n    --black:#171b1d;\n    --slate:#30383c;\n    --orange:#e98542;\n    --sand:#f4efe5;\n    --stone:#e2e4df;\n    --green:#718c75;\n    --white:#ffffff;\n    --text:#30383b;\n    --muted:#6f787b;\n    --line:#d9ddd9;\n    max-width:1080px;\n    margin:0 auto;\n    color:var(--text);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.65;\n  }\n\n  .trail-bottle-page *,\n  .trail-bottle-page *:before,\n  .trail-bottle-page *:after{\n    box-sizing:border-box;\n  }\n\n  .trail-bottle-page svg{\n    display:block;\n    fill:none;\n    stroke:currentColor;\n    stroke-width:2;\n    stroke-linecap:round;\n    stroke-linejoin:round;\n  }\n\n  .tbp-hero{\n    display:grid;\n    grid-template-columns:1.08fr .92fr;\n    overflow:hidden;\n    border-radius:28px;\n    background:var(--black);\n  }\n\n  .tbp-copy{\n    padding:54px 38px;\n    color:#ffffff;\n    background:\n      linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);\n    background-size:28px 28px;\n  }\n\n  .tbp-label{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    margin-bottom:17px;\n    padding:8px 13px;\n    border:1px solid rgba(255,255,255,.22);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:12px!important;\n    font-weight:900!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .tbp-label svg{\n    width:18px;\n    height:18px;\n    color:var(--orange);\n  }\n\n  .tbp-copy h2{\n    margin:0 0 16px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:clamp(31px,5vw,50px)!important;\n    line-height:1.08!important;\n    font-weight:950!important;\n  }\n\n  .tbp-copy p{\n    margin:0!important;\n    color:#dfe4e4!important;\n    -webkit-text-fill-color:#dfe4e4!important;\n    font-size:17px!important;\n  }\n\n  .tbp-gear-panel{\n    position:relative;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    min-height:430px;\n    padding:35px;\n    background:var(--sand);\n  }\n\n  .tbp-tag{\n    position:relative;\n    width:245px;\n    padding:34px 25px;\n    border:2px solid var(--slate);\n    background:#ffffff;\n    text-align:center;\n    transform:rotate(-2deg);\n    box-shadow:12px 12px 0 var(--orange);\n  }\n\n  .tbp-tag:before{\n    content:\"\";\n    position:absolute;\n    top:17px;\n    left:50%;\n    width:22px;\n    height:22px;\n    transform:translateX(-50%);\n    border:2px solid var(--slate);\n    border-radius:50%;\n    background:var(--sand);\n  }\n\n  .tbp-bottle-icon{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:105px;\n    height:185px;\n    margin:28px auto 17px;\n    border:4px solid var(--slate);\n    border-radius:24px 24px 17px 17px;\n    color:var(--orange);\n  }\n\n  .tbp-bottle-icon svg{\n    width:48px;\n    height:48px;\n  }\n\n  .tbp-tag strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:21px!important;\n  }\n\n  .tbp-spec-strip{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    border:1px solid var(--line);\n    border-top:0;\n  }\n\n  .tbp-spec{\n    padding:19px 12px;\n    border-right:1px solid var(--line);\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .tbp-spec:last-child{\n    border-right:0;\n  }\n\n  .tbp-spec strong{\n    display:block;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .tbp-spec span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .tbp-section{\n    padding:52px 18px 0;\n  }\n\n  .tbp-section-head{\n    display:grid;\n    grid-template-columns:170px 1fr;\n    gap:25px;\n    align-items:start;\n    margin-bottom:27px;\n  }\n\n  .tbp-section-code{\n    padding:12px 14px;\n    border-left:5px solid var(--orange);\n    background:#f6f3ec;\n    color:var(--slate)!important;\n    -webkit-text-fill-color:var(--slate)!important;\n    font-size:12px!important;\n    font-weight:900!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .tbp-section-head h3{\n    margin:0 0 8px!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:30px!important;\n  }\n\n  .tbp-section-head p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n  }\n\n  .tbp-checklist{\n    border-top:2px solid var(--black);\n  }\n\n  .tbp-check{\n    display:grid;\n    grid-template-columns:48px 210px 1fr;\n    gap:18px;\n    align-items:center;\n    padding:20px 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .tbp-check-icon{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:42px;\n    height:42px;\n    background:var(--orange);\n    color:#ffffff;\n  }\n\n  .tbp-check-icon svg{\n    width:22px;\n    height:22px;\n  }\n\n  .tbp-check h4{\n    margin:0!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:18px!important;\n  }\n\n  .tbp-check p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .tbp-use-board{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:12px;\n  }\n\n  .tbp-use{\n    padding:24px 14px;\n    border:1px solid var(--line);\n    background:#f7f7f4;\n    text-align:center;\n  }\n\n  .tbp-use:nth-child(2),\n  .tbp-use:nth-child(4){\n    background:#edf1ec;\n  }\n\n  .tbp-use svg{\n    width:27px;\n    height:27px;\n    margin:0 auto 9px;\n    color:var(--green);\n  }\n\n  .tbp-use strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .tbp-care{\n    margin-top:20px;\n    padding:17px 19px;\n    border:1px solid #ddcfb7;\n    background:#faf5eb;\n    color:#655d50!important;\n    -webkit-text-fill-color:#655d50!important;\n    font-size:14px!important;\n  }\n\n  .tbp-footer{\n    margin-top:54px;\n    padding:38px 24px;\n    background:var(--black);\n    text-align:center;\n  }\n\n  .tbp-footer,\n  .tbp-footer *,\n  .tbp-footer h3,\n  .tbp-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .tbp-footer h3{\n    margin:0 0 9px!important;\n    font-size:27px!important;\n  }\n\n  .tbp-footer p{\n    max-width:700px;\n    margin:0 auto!important;\n  }\n\n  .tbp-faq{\n    margin-top:56px;\n    border:2px solid var(--black);\n  }\n\n  .tbp-faq-head{\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    gap:20px;\n    padding:22px;\n    background:var(--sand);\n  }\n\n  .tbp-faq-head h3{\n    margin:0!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:27px!important;\n  }\n\n  .tbp-faq-head span{\n    color:var(--orange)!important;\n    -webkit-text-fill-color:var(--orange)!important;\n    font-size:11px!important;\n    font-weight:900!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .tbp-faq-item{\n    border-top:1px solid var(--line);\n  }\n\n  .tbp-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:36px 1fr 32px;\n    gap:13px;\n    align-items:center;\n    padding:16px 18px;\n    border:0;\n    background:#ffffff;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:900!important;\n  }\n\n  .tbp-faq-no{\n    color:var(--orange)!important;\n    -webkit-text-fill-color:var(--orange)!important;\n    font-size:13px!important;\n  }\n\n  .tbp-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:32px;\n    height:32px;\n    border:1px solid var(--black);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:21px!important;\n    transition:.25s ease;\n  }\n\n  .tbp-faq-item.open .tbp-plus{\n    transform:rotate(45deg);\n    background:var(--orange);\n    border-color:var(--orange);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .tbp-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .tbp-faq-answer{\n    padding:0 18px 18px 67px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .tbp-faq-item.open .tbp-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:820px){\n    .tbp-hero,\n    .tbp-section-head{\n      grid-template-columns:1fr;\n    }\n\n    .tbp-spec-strip,\n    .tbp-use-board{\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .tbp-check{\n      grid-template-columns:48px 1fr;\n    }\n\n    .tbp-check p{\n      grid-column:2;\n    }\n  }\n\n  @media(max-width:520px){\n    .tbp-copy{\n      padding:40px 22px;\n    }\n\n    .tbp-spec-strip,\n    .tbp-use-board{\n      grid-template-columns:1fr;\n    }\n\n    .tbp-spec{\n      border-right:0;\n      border-bottom:1px solid var(--line);\n    }\n\n    .tbp-faq-head{\n      display:block;\n    }\n\n    .tbp-faq-head span{\n      display:block;\n      margin-top:6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"trail-bottle-page\"\u003e\n\u003csection class=\"tbp-hero\"\u003e\n\u003cdiv class=\"tbp-copy\"\u003e\n\u003cdiv class=\"tbp-label\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 10h12v10H6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 10V6a3 3 0 0 1 6 0v4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e Ready for the Trail\u003c\/div\u003e\n\u003ch2\u003eClip It, Carry It and Keep Moving\u003c\/h2\u003e\n\u003cp\u003eA 25 oz clear sports bottle with a locking leakproof lid, soft drinking spout, detachable straw and integrated clip for backpacks, gym bags and outdoor gear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-gear-panel\"\u003e\n\u003cdiv class=\"tbp-tag\"\u003e\n\u003cdiv class=\"tbp-bottle-icon\"\u003e\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 3h8v18H8z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 3V1h4v2\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16 7h3v4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003e25 oz Sport Bottle\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"tbp-spec-strip\"\u003e\n\u003cdiv class=\"tbp-spec\"\u003e\n\u003cstrong\u003e25 oz\u003c\/strong\u003e \u003cspan\u003eDaily capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-spec\"\u003e\n\u003cstrong\u003eBPA-Free Tritan\u003c\/strong\u003e \u003cspan\u003eReusable body\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-spec\"\u003e\n\u003cstrong\u003eLocking Lid\u003c\/strong\u003e \u003cspan\u003eSecure closure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-spec\"\u003e\n\u003cstrong\u003eClip Handle\u003c\/strong\u003e \u003cspan\u003eEasy attachment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"tbp-section\"\u003e\n\u003cdiv class=\"tbp-section-head\"\u003e\n\u003cdiv class=\"tbp-section-code\"\u003eGear Checklist 01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBuilt for Active Everyday Use\u003c\/h3\u003e\n\u003cp\u003ePractical drinking and carrying features for school, travel, fitness and outdoor activities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-checklist\"\u003e\n\u003cdiv class=\"tbp-check\"\u003e\n\u003cdiv class=\"tbp-check-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"m6 12 4 4 8-8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSecure Locking Lid\u003c\/h4\u003e\n\u003cp\u003eA locking buckle and silicone seal help reduce leaks during daily carrying.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-check\"\u003e\n\u003cdiv class=\"tbp-check-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 21V8a4 4 0 0 1 8 0v13\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eSoft Spout and Straw\u003c\/h4\u003e\n\u003cp\u003eThe flexible spout and detachable straw support comfortable sipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-check\"\u003e\n\u003cdiv class=\"tbp-check-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M6 8h12\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 8h14v12H5z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eClip and Wide Handle\u003c\/h4\u003e\n\u003cp\u003eAttach it to a backpack, bicycle or gym bag while on the move.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-check\"\u003e\n\u003cdiv class=\"tbp-check-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M8 3h8v18H8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eClear Tritan Body\u003c\/h4\u003e\n\u003cp\u003eThe reusable body is lightweight, BPA-free and designed for regular use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tbp-section\"\u003e\n\u003cdiv class=\"tbp-section-head\"\u003e\n\u003cdiv class=\"tbp-section-code\"\u003eActivity Map 02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMade for Different Daily Routes\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-use-board\"\u003e\n\u003cdiv class=\"tbp-use\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 8v8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 8v8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eGym\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-use\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 20 9 8l4 8 2-4 6 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eHiking\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-use\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 21V7l7-4 7 4v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eSchool\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-use\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 17h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 17 8 8h8l3 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eTravel\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-care\"\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Remove the straw for cleaning. Hand wash the bottle and lid, then allow all components to dry completely.\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tbp-footer\"\u003e\n\u003ch3\u003eReliable Hydration for Active Days\u003c\/h3\u003e\n\u003cp\u003eA reusable clear bottle with secure carrying, comfortable sipping and a practical size for school, fitness, travel and outdoor plans.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"tbp-faq\"\u003e\n\u003cdiv class=\"tbp-faq-head\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cspan\u003eField Notes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-faq-item open\"\u003e\n\u003cbutton aria-expanded=\"true\" type=\"button\" class=\"tbp-faq-button\"\u003e \u003cspan class=\"tbp-faq-no\"\u003e01\u003c\/span\u003e \u003cspan\u003eWhat is the bottle capacity?\u003c\/span\u003e \u003cspan class=\"tbp-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"tbp-faq-content\"\u003e\n\u003cdiv class=\"tbp-faq-answer\"\u003eThe bottle holds 25 fluid ounces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-faq-item\"\u003e\n\u003cbutton aria-expanded=\"false\" type=\"button\" class=\"tbp-faq-button\"\u003e \u003cspan class=\"tbp-faq-no\"\u003e02\u003c\/span\u003e \u003cspan\u003eWhat material is the bottle made from?\u003c\/span\u003e \u003cspan class=\"tbp-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"tbp-faq-content\"\u003e\n\u003cdiv class=\"tbp-faq-answer\"\u003eIt is made from reusable BPA-free Tritan plastic.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-faq-item\"\u003e\n\u003cbutton aria-expanded=\"false\" type=\"button\" class=\"tbp-faq-button\"\u003e \u003cspan class=\"tbp-faq-no\"\u003e03\u003c\/span\u003e \u003cspan\u003eCan it be attached to a backpack?\u003c\/span\u003e \u003cspan class=\"tbp-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"tbp-faq-content\"\u003e\n\u003cdiv class=\"tbp-faq-answer\"\u003eYes. The integrated hanging clip can be attached to backpacks, bicycles or gym equipment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-faq-item\"\u003e\n\u003cbutton aria-expanded=\"false\" type=\"button\" class=\"tbp-faq-button\"\u003e \u003cspan class=\"tbp-faq-no\"\u003e04\u003c\/span\u003e \u003cspan\u003eIs the straw removable?\u003c\/span\u003e \u003cspan class=\"tbp-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"tbp-faq-content\"\u003e\n\u003cdiv class=\"tbp-faq-answer\"\u003eYes. The straw can be removed for cleaning or alternative drinking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tbp-faq-item\"\u003e\n\u003cbutton aria-expanded=\"false\" type=\"button\" class=\"tbp-faq-button\"\u003e \u003cspan class=\"tbp-faq-no\"\u003e05\u003c\/span\u003e \u003cspan\u003eDoes it fit in a car cup holder?\u003c\/span\u003e \u003cspan class=\"tbp-plus\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"tbp-faq-content\"\u003e\n\u003cdiv class=\"tbp-faq-answer\"\u003eThe bottle is designed to fit most standard vehicle cup holders.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"PulinGO","offers":[{"title":"Black","offer_id":45452937724080,"sku":"B0CY2TB6H2","price":50.49,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45452937756848,"sku":"B0BZV4B1XT","price":50.49,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45452940411056,"sku":"B0BZV3247T","price":50.49,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":45452940443824,"sku":"B0C4WJL4S5","price":50.49,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/61NGagW_frL._AC_SL1500.jpg?v=1784021214","url":"https:\/\/www.pulingo.com\/products\/25oz-tritan-sports-water-bottle","provider":"PulinGO","version":"1.0","type":"link"}