{"product_id":"roadsip-40-oz-handled-travel-tumbler","title":"RoadSip™ 40 oz Handled Travel Tumbler","description":"\u003cstyle\u003e\n.orvd-product {\n    --orvd-text: #202420;\n    --orvd-muted: #646b66;\n    --orvd-light: #858b87;\n    --orvd-border: #dcdeda;\n    --orvd-soft: #f5f6f3;\n    --orvd-accent: #536157;\n    --orvd-white: #ffffff;\n\n    width: 100%;\n    color: var(--orvd-text);\n    font-family: inherit;\n  }\n\n  .orvd-product,\n  .orvd-product * {\n    box-sizing: border-box;\n  }\n\n  .orvd-product p,\n  .orvd-product ul,\n  .orvd-product table {\n    margin-top: 0;\n  }\n\n  .orvd-product p {\n    margin-bottom: 15px;\n    color: var(--orvd-muted);\n    font-size: 15px;\n    line-height: 1.72;\n  }\n\n  .orvd-product strong {\n    color: var(--orvd-text);\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n\n  .orvd-intro {\n    margin-bottom: 18px;\n    padding: 22px 18px;\n    background: var(--orvd-soft);\n  }\n\n  .orvd-intro p {\n    margin: 0;\n  }\n\n  .orvd-intro strong {\n    display: inline-block;\n    margin-bottom: 5px;\n    font-size: 19px;\n    line-height: 1.4;\n  }\n\n  \/* Main accordion *\/\n\n  .orvd-sections {\n    border-top: 1px solid var(--orvd-border);\n  }\n\n  .orvd-section {\n    margin: 0;\n    border-bottom: 1px solid var(--orvd-border);\n  }\n\n  .orvd-section \u003e summary {\n    position: relative;\n    display: flex;\n    align-items: center;\n    min-height: 64px;\n    padding: 17px 42px 17px 0;\n    color: var(--orvd-text);\n    cursor: pointer;\n    list-style: none;\n    font-size: 18px;\n    font-weight: 500;\n    line-height: 1.35;\n    letter-spacing: -0.015em;\n    -webkit-tap-highlight-color: transparent;\n  }\n\n  .orvd-section \u003e summary::-webkit-details-marker,\n  .orvd-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .orvd-section \u003e summary::marker,\n  .orvd-faq-item \u003e summary::marker {\n    content: \"\";\n  }\n\n  .orvd-section \u003e summary::before,\n  .orvd-section \u003e summary::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    right: 3px;\n    width: 15px;\n    height: 1.5px;\n    background: currentColor;\n    transform: translateY(-50%);\n    transition:\n      opacity 180ms ease,\n      transform 180ms ease;\n  }\n\n  .orvd-section \u003e summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .orvd-section[open] \u003e summary {\n    color: var(--orvd-accent);\n  }\n\n  .orvd-section[open] \u003e summary::after {\n    opacity: 0;\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .orvd-section \u003e summary:focus-visible,\n  .orvd-faq-item \u003e summary:focus-visible {\n    outline: 2px solid var(--orvd-accent);\n    outline-offset: 4px;\n  }\n\n  .orvd-section__content {\n    padding: 2px 0 28px;\n  }\n\n  .orvd-section__content \u003e *:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Lists *\/\n\n  .orvd-list {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--orvd-border);\n  }\n\n  .orvd-list li {\n    position: relative;\n    padding: 13px 0 13px 22px;\n    border-bottom: 1px solid var(--orvd-border);\n    color: var(--orvd-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .orvd-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 24px;\n    left: 2px;\n    width: 8px;\n    height: 1px;\n    background: var(--orvd-accent);\n  }\n\n  .orvd-list li strong {\n    display: inline-block;\n    margin-bottom: 3px;\n  }\n\n  .orvd-list--features li {\n    padding-left: 0;\n  }\n\n  .orvd-list--features li::before {\n    display: none;\n  }\n\n  \/* Coverage options *\/\n\n  .orvd-coverage {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .orvd-coverage__item {\n    padding: 17px;\n    border: 1px solid var(--orvd-border);\n    background: var(--orvd-white);\n  }\n\n  .orvd-coverage__item p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .orvd-coverage__item strong {\n    display: inline-block;\n    margin-bottom: 4px;\n    font-size: 16px;\n  }\n\n  \/* Specifications *\/\n\n  .orvd-specs {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .orvd-specs tr {\n    display: grid;\n    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);\n    border-top: 1px solid var(--orvd-border);\n  }\n\n  .orvd-specs tr:last-child {\n    border-bottom: 1px solid var(--orvd-border);\n  }\n\n  .orvd-specs td {\n    display: block;\n    min-width: 0;\n    padding: 13px 9px;\n    border: 0;\n    color: var(--orvd-muted);\n    font-size: 13px;\n    line-height: 1.55;\n    overflow-wrap: anywhere;\n  }\n\n  .orvd-specs td:first-child {\n    padding-left: 0;\n    color: var(--orvd-text);\n  }\n\n  .orvd-specs td:last-child {\n    padding-right: 0;\n  }\n\n  \/* FAQ *\/\n\n  .orvd-faq-list {\n    border-top: 1px solid var(--orvd-border);\n  }\n\n  .orvd-faq-item {\n    margin: 0;\n    border-bottom: 1px solid var(--orvd-border);\n  }\n\n  .orvd-faq-item \u003e summary {\n    position: relative;\n    min-height: 58px;\n    padding: 16px 36px 16px 0;\n    color: var(--orvd-text);\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1.5;\n    -webkit-tap-highlight-color: transparent;\n  }\n\n  .orvd-faq-item \u003e summary::after {\n    content: \"＋\";\n    position: absolute;\n    top: 50%;\n    right: 1px;\n    color: var(--orvd-light);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .orvd-faq-item[open] \u003e summary {\n    color: var(--orvd-accent);\n  }\n\n  .orvd-faq-item[open] \u003e summary::after {\n    content: \"−\";\n  }\n\n  .orvd-faq-item__answer {\n    padding: 0 28px 18px 0;\n  }\n\n  .orvd-faq-item__answer p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* Tablet and desktop *\/\n\n  @media screen and (min-width: 750px) {\n    .orvd-product p {\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .orvd-intro {\n      padding: 26px 24px;\n    }\n\n    .orvd-intro strong {\n      font-size: 21px;\n    }\n\n    .orvd-section \u003e summary {\n      min-height: 72px;\n      font-size: 20px;\n    }\n\n    .orvd-section__content {\n      max-width: 780px;\n      padding-bottom: 34px;\n    }\n\n    .orvd-list li {\n      padding-top: 14px;\n      padding-bottom: 14px;\n      font-size: 15px;\n    }\n\n    .orvd-coverage {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .orvd-coverage__item {\n      padding: 20px;\n    }\n\n    .orvd-specs tr {\n      grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.8fr);\n    }\n\n    .orvd-specs td {\n      padding-top: 15px;\n      padding-bottom: 15px;\n      font-size: 14px;\n    }\n\n    .orvd-faq-item \u003e summary {\n      min-height: 64px;\n      font-size: 16px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .orvd-product *,\n    .orvd-product *::before,\n    .orvd-product *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"orvd-product\"\u003e\n  \u003cdiv class=\"orvd-intro\"\u003e\n    \u003cp\u003e\u003cstrong\u003eCarry More. Refill Less.\u003c\/strong\u003e\u003cbr\u003eA handled 40 oz tumbler for commutes, desks and long days.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Hydration on the Move\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eRoadSip™ gives a large everyday drink one easy-to-grip place from the kitchen counter to a desk or vehicle cup holder. The tall body, side handle, lid, and reusable straw shown in ORINOVAE product photography support sipping without repeatedly changing containers. Every listed variant uses the same listed 40 oz or 1180 ml capacity, while the broad colorway range makes it possible to keep personal cups easy to distinguish. Choose by the ORINOVAE option codes and product image because the listed variant codes do not provide standardized color names.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eThe ORINOVAE Difference\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cul class=\"orvd-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eCreates a steadier carry point.\u003c\/strong\u003e The fixed side handle provides a clear grip when moving the tumbler between rooms or from a vehicle.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps two sipping options together.\u003c\/strong\u003e ORINOVAE product photography shows a fitted lid and reusable straw, with an opening that can also support direct sipping when assembled as shown.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOffers clear variant identity.\u003c\/strong\u003e Twenty-one numbered finishes and one gift-box configuration retain their ORINOVAE option codes so the selected SKU remains traceable.\u003c\/li\u003e\n\u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eKey Features\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cul class=\"orvd-list orvd-list--features\"\u003e\n\u003cli\u003e✓ The product is visibly a tall handled tumbler with a tapered lower body, lid, and straw.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications state that it is an official STANLEY product, that its capacity is 40 oz or 1180 ml, that it uses 304 stainless steel, and that it provides thermal retention.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also describe the Jennie Gift Box configuration as authentic branded retail packaging.\u003c\/li\u003e\n\u003cli\u003e✓ These statements are presented as listed claims and have not been independently verified by ORINOVAE.\u003c\/li\u003e\n\u003cli\u003e✓ Branding is physically visible on the product and packaging, so compare ORINOVAE product imagery and the qualified claim language before choosing.\u003c\/li\u003e\n\u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003ePerfect For\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eUse RoadSip™ for ordinary cold or warm drinks in everyday settings where the tumbler can remain upright. Confirm that the base fits the intended cup holder before driving. Close the lid, insert the straw correctly, and carry by the body as well as the handle when the tumbler is full. This is drinkware, not a sealed bottle; keep it upright and away from electronics or items that could be damaged by leaks. Do not use while driving if it distracts from safe control.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eVariants \u0026amp; Included\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eChoose Solid S1 through Solid S11, Ion-Plated S12, Solid S13 through Solid S16, Solid S23, Solid S24, Solid S25, Solid S28, Solid S27, or Jennie Gift Box. Every configuration is listed as 40 oz \/ 1180 ml and includes one handled tumbler with the lid and straw shown for that variant. The Jennie option is listed to include branded retail packaging. Drinks, ice, cleaning tools, vehicles, and styling props are not included. Finish appearance can shift with studio lighting and screen settings, so use the ORINOVAE variant image and ORINOVAE option codes as the closest reference.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eSpecifications\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003ctable class=\"orvd-specs\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n\u003ctd\u003ehandled travel tumbler with lid and straw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed capacity\u003c\/th\u003e\n\u003ctd\u003e40 oz \/ 1180 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed material\u003c\/th\u003e\n\u003ctd\u003e304 stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish choices\u003c\/th\u003e\n\u003ctd\u003etwenty-one coded finishes plus one gift-box configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible structure\u003c\/th\u003e\n\u003ctd\u003etall body, tapered base, side handle, fitted lid, and straw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed performance\u003c\/th\u003e\n\u003ctd\u003ethermal retention; duration and test conditions are not independently verified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eCare \u0026amp; Use\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eWash the tumbler, lid, and straw before first use and after every drink. Use warm water, mild dish soap, and a soft brush that can reach the straw and lid openings. Rinse thoroughly and air-dry each part separately before reassembly. Check the lid seal, straw, handle, and body for cracks, looseness, sharp edges, or trapped residue. Do not use abrasive cleaners, bleach, a microwave, freezer, dishwasher, or boiling-water sterilization unless verified ORINOVAE care instructions for this product explicitly permit it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cdiv class=\"orvd-faq-list\"\u003e\n\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs this guaranteed to be an official STANLEY product?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state that it is official, but ORINOVAE has not independently verified authorization, authenticity, or reseller rights. ORINOVAE presents the claim as listed information rather than independently authenticated fact.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eHow long will it keep a drink hot or cold?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state that the tumbler provides thermal retention, but no independently verified duration or test method is available. Actual results vary with the drink, fill level, lid use, and surroundings.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eAre the color names exact?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product data uses ORINOVAE option codes rather than standardized English color names. Select the coded finish by its ORINOVAE product imagery and expect normal variation from lighting, display settings, and production.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"ORINOVAE","offers":[{"title":"Solid S1 \/ 40 oz \/ 1180 ml","offer_id":47686601343113,"sku":"ORV-RDS-S01-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S2 \/ 40 oz \/ 1180 ml","offer_id":47686601736329,"sku":"ORV-RDS-S02-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S3 \/ 40 oz \/ 1180 ml","offer_id":47686601769097,"sku":"ORV-RDS-S03-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S4 \/ 40 oz \/ 1180 ml","offer_id":47686601801865,"sku":"ORV-RDS-S04-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S5 \/ 40 oz \/ 1180 ml","offer_id":47686601834633,"sku":"ORV-RDS-S05-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S6 \/ 40 oz \/ 1180 ml","offer_id":47686601867401,"sku":"ORV-RDS-S06-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S7 \/ 40 oz \/ 1180 ml","offer_id":47686601900169,"sku":"ORV-RDS-S07-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S8 \/ 40 oz \/ 1180 ml","offer_id":47686601932937,"sku":"ORV-RDS-S08-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S9 \/ 40 oz \/ 1180 ml","offer_id":47686601965705,"sku":"ORV-RDS-S09-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S10 \/ 40 oz \/ 1180 ml","offer_id":47686601998473,"sku":"ORV-RDS-S10-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S11 \/ 40 oz \/ 1180 ml","offer_id":47686602031241,"sku":"ORV-RDS-S11-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Ion-Plated S12 \/ 40 oz \/ 1180 ml","offer_id":47686602064009,"sku":"ORV-RDS-S12-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S13 \/ 40 oz \/ 1180 ml","offer_id":47686602096777,"sku":"ORV-RDS-S13-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S14 \/ 40 oz \/ 1180 ml","offer_id":47686602129545,"sku":"ORV-RDS-S14-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S15 \/ 40 oz \/ 1180 ml","offer_id":47686602162313,"sku":"ORV-RDS-S15-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S16 \/ 40 oz \/ 1180 ml","offer_id":47686602195081,"sku":"ORV-RDS-S16-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S23 \/ 40 oz \/ 1180 ml","offer_id":47686602227849,"sku":"ORV-RDS-S23-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S24 \/ 40 oz \/ 1180 ml","offer_id":47686602260617,"sku":"ORV-RDS-S24-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S25 \/ 40 oz \/ 1180 ml","offer_id":47686602293385,"sku":"ORV-RDS-S25-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S28 \/ 40 oz \/ 1180 ml","offer_id":47686602326153,"sku":"ORV-RDS-S28-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Solid S27 \/ 40 oz \/ 1180 ml","offer_id":47686602358921,"sku":"ORV-RDS-S27-40OZ","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Jennie Gift Box \/ 40 oz \/ 1180 ml","offer_id":47686602391689,"sku":"ORV-RDS-GIFT-40OZ","price":58.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/c0ac215e_daca93b6-a1b4-495c-b308-930a0e1997b8.jpg?v=1785138879","url":"https:\/\/orinovae.com\/products\/roadsip-40-oz-handled-travel-tumbler","provider":"orinovae","version":"1.0","type":"link"}