{"title":"All Products","description":"\u003cp\u003eExplore the complete ORINOVAE collection of thoughtful products for home, travel, outdoor living and life with pets.\u003c\/p\u003e","products":[{"product_id":"journeypack™-travel-organizer-set","title":"JourneyPack™ Travel Organizer Set","description":"\u003cstyle\u003e\n  .ovpc-product {\n    --ovpc-text: #202420;\n    --ovpc-muted: #646b66;\n    --ovpc-light: #858b87;\n    --ovpc-border: #dcdeda;\n    --ovpc-soft: #f5f6f3;\n    --ovpc-accent: #536157;\n    --ovpc-white: #ffffff;\n\n    width: 100%;\n    color: var(--ovpc-text);\n    font-family: inherit;\n  }\n\n  .ovpc-product,\n  .ovpc-product * {\n    box-sizing: border-box;\n  }\n\n  .ovpc-product p,\n  .ovpc-product ul,\n  .ovpc-product table {\n    margin-top: 0;\n  }\n\n  .ovpc-product p {\n    margin-bottom: 15px;\n    color: var(--ovpc-muted);\n    font-size: 15px;\n    line-height: 1.72;\n  }\n\n  .ovpc-product strong {\n    color: var(--ovpc-text);\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n\n  .ovpc-intro {\n    margin-bottom: 18px;\n    padding: 22px 18px;\n    background: var(--ovpc-soft);\n  }\n\n  .ovpc-intro p {\n    margin: 0;\n  }\n\n  .ovpc-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  .ovpc-sections {\n    border-top: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-section {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-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(--ovpc-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  .ovpc-section \u003e summary::-webkit-details-marker,\n  .ovpc-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ovpc-section \u003e summary::marker,\n  .ovpc-faq-item \u003e summary::marker {\n    content: \"\";\n  }\n\n  .ovpc-section \u003e summary::before,\n  .ovpc-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  .ovpc-section \u003e summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .ovpc-section[open] \u003e summary {\n    color: var(--ovpc-accent);\n  }\n\n  .ovpc-section[open] \u003e summary::after {\n    opacity: 0;\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .ovpc-section \u003e summary:focus-visible,\n  .ovpc-faq-item \u003e summary:focus-visible {\n    outline: 2px solid var(--ovpc-accent);\n    outline-offset: 4px;\n  }\n\n  .ovpc-section__content {\n    padding: 2px 0 28px;\n  }\n\n  .ovpc-section__content \u003e *:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Standard lists *\/\n\n  .ovpc-list {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-list li {\n    position: relative;\n    padding: 13px 0 13px 22px;\n    border-bottom: 1px solid var(--ovpc-border);\n    color: var(--ovpc-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ovpc-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 24px;\n    left: 2px;\n    width: 8px;\n    height: 1px;\n    background: var(--ovpc-accent);\n  }\n\n  .ovpc-list li strong {\n    display: inline-block;\n    margin-bottom: 3px;\n  }\n\n  \/* Feature list *\/\n\n  .ovpc-list--features li {\n    padding-left: 0;\n  }\n\n  .ovpc-list--features li::before {\n    display: none;\n  }\n\n  \/* Perfect-for tags *\/\n\n  .ovpc-perfect-for {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0;\n  }\n\n  .ovpc-perfect-for span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 36px;\n    padding: 8px 12px;\n    border: 1px solid var(--ovpc-border);\n    border-radius: 999px;\n    color: var(--ovpc-muted);\n    background: var(--ovpc-white);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* Set options *\/\n\n  .ovpc-set-options {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .ovpc-set-option {\n    padding: 18px 17px;\n    border: 1px solid var(--ovpc-border);\n    background: var(--ovpc-white);\n  }\n\n  .ovpc-set-option__title {\n    display: block;\n    margin-bottom: 11px;\n    color: var(--ovpc-text);\n    font-size: 16px;\n    font-weight: 600;\n    line-height: 1.4;\n  }\n\n  .ovpc-set-option ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-set-option li {\n    position: relative;\n    padding: 12px 0 0 20px;\n    color: var(--ovpc-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .ovpc-set-option li::before {\n    content: \"\";\n    position: absolute;\n    top: 23px;\n    left: 1px;\n    width: 8px;\n    height: 1px;\n    background: var(--ovpc-accent);\n  }\n\n  \/* Specifications *\/\n\n  .ovpc-specs {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .ovpc-specs tr {\n    display: grid;\n    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);\n    border-top: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-specs tr:last-child {\n    border-bottom: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-specs td {\n    display: block;\n    min-width: 0;\n    padding: 13px 9px;\n    border: 0;\n    color: var(--ovpc-muted);\n    font-size: 13px;\n    line-height: 1.55;\n    overflow-wrap: anywhere;\n  }\n\n  .ovpc-specs td:first-child {\n    padding-left: 0;\n    color: var(--ovpc-text);\n  }\n\n  .ovpc-specs td:last-child {\n    padding-right: 0;\n  }\n\n  \/* FAQ *\/\n\n  .ovpc-faq-list {\n    border-top: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-faq-item {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpc-border);\n  }\n\n  .ovpc-faq-item \u003e summary {\n    position: relative;\n    min-height: 58px;\n    padding: 16px 36px 16px 0;\n    color: var(--ovpc-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  .ovpc-faq-item \u003e summary::after {\n    content: \"＋\";\n    position: absolute;\n    top: 50%;\n    right: 1px;\n    color: var(--ovpc-light);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .ovpc-faq-item[open] \u003e summary {\n    color: var(--ovpc-accent);\n  }\n\n  .ovpc-faq-item[open] \u003e summary::after {\n    content: \"−\";\n  }\n\n  .ovpc-faq-item__answer {\n    padding: 0 28px 18px 0;\n  }\n\n  .ovpc-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    .ovpc-product p {\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .ovpc-intro {\n      padding: 26px 24px;\n    }\n\n    .ovpc-intro strong {\n      font-size: 21px;\n    }\n\n    .ovpc-section \u003e summary {\n      min-height: 72px;\n      font-size: 20px;\n    }\n\n    .ovpc-section__content {\n      max-width: 780px;\n      padding-bottom: 34px;\n    }\n\n    .ovpc-list li {\n      padding-top: 14px;\n      padding-bottom: 14px;\n      font-size: 15px;\n    }\n\n    .ovpc-perfect-for span {\n      min-height: 40px;\n      padding: 9px 14px;\n      font-size: 13px;\n    }\n\n    .ovpc-set-options {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ovpc-set-option {\n      padding: 21px 20px;\n    }\n\n    .ovpc-specs tr {\n      grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.8fr);\n    }\n\n    .ovpc-specs td {\n      padding-top: 15px;\n      padding-bottom: 15px;\n      font-size: 14px;\n    }\n\n    .ovpc-faq-item \u003e summary {\n      min-height: 64px;\n      font-size: 16px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ovpc-product *,\n    .ovpc-product *::before,\n    .ovpc-product *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ovpc-product\"\u003e\n\n  \u003cdiv class=\"ovpc-intro\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003ePack Smarter. Travel Lighter.\u003c\/strong\u003e\u003cbr\u003e\n      Everything has its place.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ovpc-sections\"\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eDesigned for Better Travel\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cp\u003e\n          JourneyPack™ Structured Travel Organizer Set is more than a collection of packing cubes—it's a complete travel organization system designed to simplify every journey. Keep clothing, shoes, toiletries, tech accessories and everyday essentials neatly organized from departure to arrival, so you can spend less time searching and more time enjoying your trip.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eThe ORINOVAE Difference\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cul class=\"ovpc-list\"\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eEverything, Perfectly Organized\u003c\/strong\u003e\u003cbr\u003e\n            Dedicated organizers keep every category of travel essentials neatly separated, making packing, unpacking and repacking effortless.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eMake Every Inch Count\u003c\/strong\u003e\u003cbr\u003e\n            Structured organizers maximize luggage space while helping reduce clutter inside both carry-on and checked suitcases.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eFind What You Need, Instantly\u003c\/strong\u003e\u003cbr\u003e\n            Breathable mesh panels provide quick visibility, so every item stays easy to locate throughout your journey.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eBuilt for Every Trip\u003c\/strong\u003e\u003cbr\u003e\n            Premium water-resistant polyester, reinforced stitching and smooth two-way zippers deliver reliable performance trip after trip.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eKey Features\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cul class=\"ovpc-list ovpc-list--features\"\u003e\n          \u003cli\u003e✓ Complete Travel Organization System\u003c\/li\u003e\n          \u003cli\u003e✓ Available in 7-Piece \u0026amp; 11-Piece Sets\u003c\/li\u003e\n          \u003cli\u003e✓ Structured Packing Cubes\u003c\/li\u003e\n          \u003cli\u003e✓ Dedicated Shoe \u0026amp; Laundry Bags\u003c\/li\u003e\n          \u003cli\u003e✓ Toiletry Organizer Included\u003c\/li\u003e\n          \u003cli\u003e✓ Breathable Mesh Panels\u003c\/li\u003e\n          \u003cli\u003e✓ Water-Resistant Polyester Fabric\u003c\/li\u003e\n          \u003cli\u003e✓ Smooth Two-Way Zippers\u003c\/li\u003e\n          \u003cli\u003e✓ Reinforced Carry Handles\u003c\/li\u003e\n          \u003cli\u003e✓ Folds Flat for Compact Storage\u003c\/li\u003e\n          \u003cli\u003e✓ Fits Most Carry-On \u0026amp; Checked Luggage\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003ePerfect For\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cdiv class=\"ovpc-perfect-for\"\u003e\n          \u003cspan\u003eWeekend Getaways\u003c\/span\u003e\n          \u003cspan\u003eBusiness Travel\u003c\/span\u003e\n          \u003cspan\u003eFamily Vacations\u003c\/span\u003e\n          \u003cspan\u003eCarry-On Packing\u003c\/span\u003e\n          \u003cspan\u003eChecked Luggage\u003c\/span\u003e\n          \u003cspan\u003eInternational Travel\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eIn the Box\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cdiv class=\"ovpc-set-options\"\u003e\n\n          \u003cdiv class=\"ovpc-set-option\"\u003e\n            \u003cspan class=\"ovpc-set-option__title\"\u003e\n              7-Piece Set Includes\n            \u003c\/span\u003e\n\n            \u003cul\u003e\n              \u003cli\u003e7 Travel Organization Bags\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ovpc-set-option\"\u003e\n            \u003cspan class=\"ovpc-set-option__title\"\u003e\n              11-Piece Set Includes\n            \u003c\/span\u003e\n\n            \u003cul\u003e\n              \u003cli\u003e11 Travel Organization Bags\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eSpecifications\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003ctable class=\"ovpc-specs\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003ePremium Water-Resistant Polyester\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eAvailable Sets\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e7-Piece \/ 11-Piece\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eDesign\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eStructured Travel Organization System\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eVisibility\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eBreathable Mesh Panels\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eClosure\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eSmooth Two-Way Zippers\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eStorage\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eFolds Flat When Not in Use\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eCare\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eMachine Wash Cold • Air Dry Recommended\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpc-section\"\u003e\n      \u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpc-section__content\"\u003e\n        \u003cdiv class=\"ovpc-faq-list\"\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eWill JourneyPack™ fit my carry-on suitcase?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. JourneyPack™ is designed to fit most standard carry-on luggage while also working perfectly inside larger checked suitcases.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eWhat's the difference between the 7-piece and 11-piece sets?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Both sets use the same structured organization system. The 11-piece set simply includes additional organizers, giving you more flexibility for longer trips and larger suitcases.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eCan I machine wash the organizers?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Machine wash on a gentle cycle and allow them to air dry for the best long-term performance.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eAre the organizers waterproof?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                The premium polyester fabric is water-resistant, helping protect your belongings from light spills and everyday travel conditions.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eWill packing cubes really save luggage space?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Structured organizers help compress and organize your belongings more efficiently, allowing you to maximize available luggage space while keeping everything easy to find.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpc-faq-item\"\u003e\n            \u003csummary\u003eWho is JourneyPack™ designed for?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpc-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Perfect for business travelers, weekend getaways, family vacations and anyone looking for a more organized, stress-free way to travel.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"orinovae","offers":[{"title":"Gray Blue \/ 7-Piece Set","offer_id":47206976520329,"sku":"ORV-JPK-0701-IVY-1","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Blue \/ 11-Piece Set","offer_id":47207016792201,"sku":"ORV-JPK-1101-IVY-1","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"Ivory Beige \/ 7-Piece Set","offer_id":47206976553097,"sku":"ORV-JPK-0701-IVY-2","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Ivory Beige \/ 11-Piece Set","offer_id":47207016824969,"sku":"ORV-JPK-1101-IVY-2","price":99.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/journeypack-travel-organizer-set-7-piece-gray-blue.png?v=1783585684"},{"product_id":"cloudsoft™-checkerboard-floor-tiles","title":"CloudSoft™ Checkerboard Floor Tiles","description":"\u003cstyle\u003e\n  .ovpb-product {\n    --ovpb-text: #202420;\n    --ovpb-muted: #646b66;\n    --ovpb-light: #858b87;\n    --ovpb-border: #dcdeda;\n    --ovpb-soft: #f5f6f3;\n    --ovpb-accent: #536157;\n    --ovpb-white: #ffffff;\n\n    width: 100%;\n    color: var(--ovpb-text);\n    font-family: inherit;\n  }\n\n  .ovpb-product,\n  .ovpb-product * {\n    box-sizing: border-box;\n  }\n\n  .ovpb-product p,\n  .ovpb-product ul,\n  .ovpb-product table {\n    margin-top: 0;\n  }\n\n  .ovpb-product p {\n    margin-bottom: 15px;\n    color: var(--ovpb-muted);\n    font-size: 15px;\n    line-height: 1.72;\n  }\n\n  .ovpb-product strong {\n    color: var(--ovpb-text);\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n\n  .ovpb-intro {\n    margin-bottom: 18px;\n    padding: 22px 18px;\n    background: var(--ovpb-soft);\n  }\n\n  .ovpb-intro p {\n    margin: 0;\n  }\n\n  .ovpb-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  .ovpb-sections {\n    border-top: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-section {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-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(--ovpb-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  .ovpb-section \u003e summary::-webkit-details-marker,\n  .ovpb-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ovpb-section \u003e summary::marker,\n  .ovpb-faq-item \u003e summary::marker {\n    content: \"\";\n  }\n\n  .ovpb-section \u003e summary::before,\n  .ovpb-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  .ovpb-section \u003e summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .ovpb-section[open] \u003e summary {\n    color: var(--ovpb-accent);\n  }\n\n  .ovpb-section[open] \u003e summary::after {\n    opacity: 0;\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .ovpb-section \u003e summary:focus-visible,\n  .ovpb-faq-item \u003e summary:focus-visible {\n    outline: 2px solid var(--ovpb-accent);\n    outline-offset: 4px;\n  }\n\n  .ovpb-section__content {\n    padding: 2px 0 28px;\n  }\n\n  .ovpb-section__content \u003e *:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Standard lists *\/\n\n  .ovpb-list {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-list li {\n    position: relative;\n    padding: 13px 0 13px 22px;\n    border-bottom: 1px solid var(--ovpb-border);\n    color: var(--ovpb-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ovpb-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 24px;\n    left: 2px;\n    width: 8px;\n    height: 1px;\n    background: var(--ovpb-accent);\n  }\n\n  .ovpb-list li strong {\n    display: inline-block;\n    margin-bottom: 3px;\n  }\n\n  \/* Feature list *\/\n\n  .ovpb-list--features li {\n    padding-left: 0;\n  }\n\n  .ovpb-list--features li::before {\n    display: none;\n  }\n\n  \/* Coverage cards *\/\n\n  .ovpb-coverage {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .ovpb-coverage__item {\n    padding: 17px;\n    border: 1px solid var(--ovpb-border);\n    background: var(--ovpb-white);\n  }\n\n  .ovpb-coverage__item p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ovpb-coverage__item strong {\n    display: inline-block;\n    margin-bottom: 4px;\n    font-size: 16px;\n  }\n\n  \/* Perfect-for tags *\/\n\n  .ovpb-perfect-for {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin: 0;\n  }\n\n  .ovpb-perfect-for span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 36px;\n    padding: 8px 12px;\n    border: 1px solid var(--ovpb-border);\n    border-radius: 999px;\n    color: var(--ovpb-muted);\n    background: var(--ovpb-white);\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* Specifications *\/\n\n  .ovpb-specs {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .ovpb-specs tr {\n    display: grid;\n    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);\n    border-top: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-specs tr:last-child {\n    border-bottom: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-specs td {\n    display: block;\n    min-width: 0;\n    padding: 13px 9px;\n    border: 0;\n    color: var(--ovpb-muted);\n    font-size: 13px;\n    line-height: 1.55;\n    overflow-wrap: anywhere;\n  }\n\n  .ovpb-specs td:first-child {\n    padding-left: 0;\n    color: var(--ovpb-text);\n  }\n\n  .ovpb-specs td:last-child {\n    padding-right: 0;\n  }\n\n  \/* FAQ *\/\n\n  .ovpb-faq-list {\n    border-top: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-faq-item {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpb-border);\n  }\n\n  .ovpb-faq-item \u003e summary {\n    position: relative;\n    min-height: 58px;\n    padding: 16px 36px 16px 0;\n    color: var(--ovpb-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  .ovpb-faq-item \u003e summary::after {\n    content: \"＋\";\n    position: absolute;\n    top: 50%;\n    right: 1px;\n    color: var(--ovpb-light);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .ovpb-faq-item[open] \u003e summary {\n    color: var(--ovpb-accent);\n  }\n\n  .ovpb-faq-item[open] \u003e summary::after {\n    content: \"−\";\n  }\n\n  .ovpb-faq-item__answer {\n    padding: 0 28px 18px 0;\n  }\n\n  .ovpb-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    .ovpb-product p {\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .ovpb-intro {\n      padding: 26px 24px;\n    }\n\n    .ovpb-intro strong {\n      font-size: 21px;\n    }\n\n    .ovpb-section \u003e summary {\n      min-height: 72px;\n      font-size: 20px;\n    }\n\n    .ovpb-section__content {\n      max-width: 780px;\n      padding-bottom: 34px;\n    }\n\n    .ovpb-list li {\n      padding-top: 14px;\n      padding-bottom: 14px;\n      font-size: 15px;\n    }\n\n    .ovpb-coverage {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ovpb-coverage__item {\n      padding: 20px;\n    }\n\n    .ovpb-perfect-for span {\n      min-height: 40px;\n      padding: 9px 14px;\n      font-size: 13px;\n    }\n\n    .ovpb-specs tr {\n      grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.8fr);\n    }\n\n    .ovpb-specs td {\n      padding-top: 15px;\n      padding-bottom: 15px;\n      font-size: 14px;\n    }\n\n    .ovpb-faq-item \u003e summary {\n      min-height: 64px;\n      font-size: 16px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ovpb-product *,\n    .ovpb-product *::before,\n    .ovpb-product *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ovpb-product\"\u003e\n\n  \u003cdiv class=\"ovpb-intro\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eSoft. Modular. Washable.\u003c\/strong\u003e\u003cbr\u003e\n      Comfort that fits your space.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ovpb-sections\"\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eChoose the Right Coverage\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cdiv class=\"ovpb-coverage\"\u003e\n\n          \u003cdiv class=\"ovpb-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e1 Set\u003c\/strong\u003e\u003cbr\u003e\n              Best for bedside nooks, reading corners and small spaces.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ovpb-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e2 Sets\u003c\/strong\u003e\u003cbr\u003e\n              Ideal for nurseries, playrooms and children's bedrooms.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ovpb-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e3 Sets\u003c\/strong\u003e\u003cbr\u003e\n              Great for living rooms, family spaces and larger areas.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eCreate a Softer Space for Everyday Living\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cp\u003e\n          Bring warmth, comfort and flexibility to every room with \u003cstrong\u003eCloudSoft™ Plush Interlocking Floor Tiles\u003c\/strong\u003e. Designed for modern homes, the modular puzzle design lets you create a custom layout that's soft underfoot, easy to clean and made for everyday living.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eThe ORINOVAE Difference\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cul class=\"ovpb-list\"\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eSink Into Everyday Comfort\u003c\/strong\u003e\u003cbr\u003e\n            Ultra-soft plush fibers provide a warm, cushioned surface that's comfortable for bare feet, children and pets.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eDesigned to Fit Your Space\u003c\/strong\u003e\u003cbr\u003e\n            Modular interlocking tiles connect seamlessly, allowing you to build the perfect layout for any room.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eCleanup Made Simple\u003c\/strong\u003e\u003cbr\u003e\n            Individual tiles can be removed for quick machine washing or hand washing whenever needed.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eMade for Everyday Living\u003c\/strong\u003e\u003cbr\u003e\n            Durable EVA foam cushioning offers reliable support while maintaining its shape through daily use.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eKey Features\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cul class=\"ovpb-list ovpb-list--features\"\u003e\n          \u003cli\u003e✓ Ultra-Soft Plush Surface\u003c\/li\u003e\n          \u003cli\u003e✓ Modular Interlocking Design\u003c\/li\u003e\n          \u003cli\u003e✓ Machine Washable\u003c\/li\u003e\n          \u003cli\u003e✓ Easy DIY Installation\u003c\/li\u003e\n          \u003cli\u003e✓ Cushioned EVA Foam Base\u003c\/li\u003e\n          \u003cli\u003e✓ Secure Non-Slip Connection\u003c\/li\u003e\n          \u003cli\u003e✓ Kid \u0026amp; Pet Friendly\u003c\/li\u003e\n          \u003cli\u003e✓ Expandable Layout\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003ePerfect For\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cdiv class=\"ovpb-perfect-for\"\u003e\n          \u003cspan\u003eLiving Rooms\u003c\/span\u003e\n          \u003cspan\u003eBedrooms\u003c\/span\u003e\n          \u003cspan\u003eNurseries\u003c\/span\u003e\n          \u003cspan\u003ePlayrooms\u003c\/span\u003e\n          \u003cspan\u003eReading Corners\u003c\/span\u003e\n          \u003cspan\u003eHome Offices\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eIn the Box\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cul class=\"ovpb-list\"\u003e\n          \u003cli\u003e20 Plush Interlocking Floor Tiles\u003c\/li\u003e\n          \u003cli\u003eTile Size: 30 × 30 cm (11.8 × 11.8 in) Each\u003c\/li\u003e\n          \u003cli\u003eMatching Edge Trim Pieces (Where Applicable)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eSpecifications\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003ctable class=\"ovpb-specs\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003ePlush Fabric + EVA Foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e20 Tiles per Set\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eTile Size\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e30 × 30 cm (11.8 × 11.8 in)\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eThickness\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e10 mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eInterlocking Puzzle Design\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eCleaning\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eMachine Washable \/ Hand Wash\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eRecommended Use\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eIndoor\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpb-section\"\u003e\n      \u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpb-section__content\"\u003e\n        \u003cdiv class=\"ovpb-faq-list\"\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eCan I machine wash the floor tiles?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Individual tiles can be removed and machine washed or hand washed, making everyday cleaning quick and convenient.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eCan I cut the tiles to fit my room?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. The EVA foam base can be trimmed with a utility knife to fit corners, edges or irregular spaces.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eWill the tiles stay securely connected?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Precision interlocking edges help keep each tile securely connected during normal everyday use.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eAre they suitable for babies and toddlers?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. The soft cushioned surface provides a comfortable space for tummy time, crawling, playing and family activities.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eAre they pet friendly?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Absolutely. They're soft, comfortable and easy to keep clean, making them ideal for homes with pets.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpb-faq-item\"\u003e\n            \u003csummary\u003eCan I expand the layout later?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpb-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Simply add more interlocking tiles whenever you want to create a larger coverage area.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"orinovae","offers":[{"title":"White*Camel \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216205561993,"sku":"ORV-CDS-WEC20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Camel*grey \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208511113,"sku":"ORV-CDS-CLG-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Camel*Black \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208543881,"sku":"ORV-CDS-CLB-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Camel*coffee \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208576649,"sku":"ORV-CDS-CLC-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"White*Light Blue \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208609417,"sku":"ORV-CDS-WEL-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Light blue*dark blue \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208642185,"sku":"ORV-CDS-LBD-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Light blue*navy blue \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208674953,"sku":"ORV-CDS-LBN-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Light blue*grey \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208707721,"sku":"ORV-CDS-LBG-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"White*Gray \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208740489,"sku":"ORV-CDS-WEG-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"White*Pink \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208773257,"sku":"ORV-CDS-WEP-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"White*Mint Green \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208806025,"sku":"ORV-CDS-WEM-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"White * Black \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208838793,"sku":"ORV-CDS-WEB-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Gray*Black \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208871561,"sku":"ORV-CDS-GYB-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink*grey \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208904329,"sku":"ORV-CDS-PKG-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink*Black \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208937097,"sku":"ORV-CDS-PKB-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink*Purple \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216208969865,"sku":"ORV-CDS-PKP-20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink*Light Blue \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47216209002633,"sku":"ORV-CDS-PKL-20","price":79.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/cloudsoft-checkerboard-floor-tiles-grey-ivory.jpg?v=1783580987"},{"product_id":"cloudsoft-solid-floor-tiles","title":"CloudSoft™ Solid Floor Tiles","description":"\u003cstyle\u003e\n  .ovpa-product {\n    --ovpa-text: #202420;\n    --ovpa-muted: #646b66;\n    --ovpa-light: #858b87;\n    --ovpa-border: #dcdeda;\n    --ovpa-soft: #f5f6f3;\n    --ovpa-accent: #536157;\n    --ovpa-white: #ffffff;\n\n    width: 100%;\n    color: var(--ovpa-text);\n    font-family: inherit;\n  }\n\n  .ovpa-product,\n  .ovpa-product * {\n    box-sizing: border-box;\n  }\n\n  .ovpa-product p,\n  .ovpa-product ul,\n  .ovpa-product table {\n    margin-top: 0;\n  }\n\n  .ovpa-product p {\n    margin-bottom: 15px;\n    color: var(--ovpa-muted);\n    font-size: 15px;\n    line-height: 1.72;\n  }\n\n  .ovpa-product strong {\n    color: var(--ovpa-text);\n    font-weight: 600;\n  }\n\n  \/* Intro *\/\n\n  .ovpa-intro {\n    margin-bottom: 18px;\n    padding: 22px 18px;\n    background: var(--ovpa-soft);\n  }\n\n  .ovpa-intro p {\n    margin: 0;\n  }\n\n  .ovpa-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  .ovpa-sections {\n    border-top: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-section {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-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(--ovpa-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  .ovpa-section \u003e summary::-webkit-details-marker,\n  .ovpa-faq-item \u003e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ovpa-section \u003e summary::marker,\n  .ovpa-faq-item \u003e summary::marker {\n    content: \"\";\n  }\n\n  .ovpa-section \u003e summary::before,\n  .ovpa-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  .ovpa-section \u003e summary::after {\n    transform: translateY(-50%) rotate(90deg);\n  }\n\n  .ovpa-section[open] \u003e summary {\n    color: var(--ovpa-accent);\n  }\n\n  .ovpa-section[open] \u003e summary::after {\n    opacity: 0;\n    transform: translateY(-50%) rotate(0deg);\n  }\n\n  .ovpa-section \u003e summary:focus-visible,\n  .ovpa-faq-item \u003e summary:focus-visible {\n    outline: 2px solid var(--ovpa-accent);\n    outline-offset: 4px;\n  }\n\n  .ovpa-section__content {\n    padding: 2px 0 28px;\n  }\n\n  .ovpa-section__content \u003e *:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Lists *\/\n\n  .ovpa-list {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-list li {\n    position: relative;\n    padding: 13px 0 13px 22px;\n    border-bottom: 1px solid var(--ovpa-border);\n    color: var(--ovpa-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ovpa-list li::before {\n    content: \"\";\n    position: absolute;\n    top: 24px;\n    left: 2px;\n    width: 8px;\n    height: 1px;\n    background: var(--ovpa-accent);\n  }\n\n  .ovpa-list li strong {\n    display: inline-block;\n    margin-bottom: 3px;\n  }\n\n  .ovpa-list--features li {\n    padding-left: 0;\n  }\n\n  .ovpa-list--features li::before {\n    display: none;\n  }\n\n  \/* Coverage options *\/\n\n  .ovpa-coverage {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n  }\n\n  .ovpa-coverage__item {\n    padding: 17px;\n    border: 1px solid var(--ovpa-border);\n    background: var(--ovpa-white);\n  }\n\n  .ovpa-coverage__item p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ovpa-coverage__item strong {\n    display: inline-block;\n    margin-bottom: 4px;\n    font-size: 16px;\n  }\n\n  \/* Specifications *\/\n\n  .ovpa-specs {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .ovpa-specs tr {\n    display: grid;\n    grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);\n    border-top: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-specs tr:last-child {\n    border-bottom: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-specs td {\n    display: block;\n    min-width: 0;\n    padding: 13px 9px;\n    border: 0;\n    color: var(--ovpa-muted);\n    font-size: 13px;\n    line-height: 1.55;\n    overflow-wrap: anywhere;\n  }\n\n  .ovpa-specs td:first-child {\n    padding-left: 0;\n    color: var(--ovpa-text);\n  }\n\n  .ovpa-specs td:last-child {\n    padding-right: 0;\n  }\n\n  \/* FAQ *\/\n\n  .ovpa-faq-list {\n    border-top: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-faq-item {\n    margin: 0;\n    border-bottom: 1px solid var(--ovpa-border);\n  }\n\n  .ovpa-faq-item \u003e summary {\n    position: relative;\n    min-height: 58px;\n    padding: 16px 36px 16px 0;\n    color: var(--ovpa-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  .ovpa-faq-item \u003e summary::after {\n    content: \"＋\";\n    position: absolute;\n    top: 50%;\n    right: 1px;\n    color: var(--ovpa-light);\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1;\n    transform: translateY(-50%);\n  }\n\n  .ovpa-faq-item[open] \u003e summary {\n    color: var(--ovpa-accent);\n  }\n\n  .ovpa-faq-item[open] \u003e summary::after {\n    content: \"−\";\n  }\n\n  .ovpa-faq-item__answer {\n    padding: 0 28px 18px 0;\n  }\n\n  .ovpa-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    .ovpa-product p {\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .ovpa-intro {\n      padding: 26px 24px;\n    }\n\n    .ovpa-intro strong {\n      font-size: 21px;\n    }\n\n    .ovpa-section \u003e summary {\n      min-height: 72px;\n      font-size: 20px;\n    }\n\n    .ovpa-section__content {\n      max-width: 780px;\n      padding-bottom: 34px;\n    }\n\n    .ovpa-list li {\n      padding-top: 14px;\n      padding-bottom: 14px;\n      font-size: 15px;\n    }\n\n    .ovpa-coverage {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ovpa-coverage__item {\n      padding: 20px;\n    }\n\n    .ovpa-specs tr {\n      grid-template-columns: minmax(170px, 0.8fr) minmax(0, 1.8fr);\n    }\n\n    .ovpa-specs td {\n      padding-top: 15px;\n      padding-bottom: 15px;\n      font-size: 14px;\n    }\n\n    .ovpa-faq-item \u003e summary {\n      min-height: 64px;\n      font-size: 16px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .ovpa-product *,\n    .ovpa-product *::before,\n    .ovpa-product *::after {\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ovpa-product\"\u003e\n\n  \u003cdiv class=\"ovpa-intro\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eSoft. Seamless. Comforting.\u003c\/strong\u003e\u003cbr\u003e\n      Create a calm space you'll love coming home to.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ovpa-sections\"\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eDesigned for Everyday Living\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cp\u003e\n          CloudSoft™ Plush Solid Floor Tiles bring warmth, comfort and simplicity to modern living. The seamless solid-color design creates a clean, calming look while the modular interlocking system lets you build a soft, comfortable space that fits your home perfectly.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Perfect for bedrooms, nurseries, reading corners and family spaces where comfort matters every day.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eThe ORINOVAE Difference\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cul class=\"ovpa-list\"\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eMinimal Look, Maximum Comfort\u003c\/strong\u003e\u003cbr\u003e\n            A clean solid-color design creates a calm, cohesive space while plush fibers provide exceptional comfort underfoot.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eDesigned Around Your Space\u003c\/strong\u003e\u003cbr\u003e\n            Interlocking tiles connect securely, allowing you to create the layout that works best for your room.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eSimple to Clean\u003c\/strong\u003e\u003cbr\u003e\n            Individual tiles can be removed for machine washing or hand washing whenever needed.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cstrong\u003eMade to Last\u003c\/strong\u003e\u003cbr\u003e\n            Premium EVA cushioning and dense plush fabric are designed for everyday comfort and long-lasting durability.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eKey Features\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cul class=\"ovpa-list ovpa-list--features\"\u003e\n          \u003cli\u003e✓ Plush Solid Color Design\u003c\/li\u003e\n          \u003cli\u003e✓ Ultra-Soft Plush Surface\u003c\/li\u003e\n          \u003cli\u003e✓ Secure Interlocking System\u003c\/li\u003e\n          \u003cli\u003e✓ Machine Washable\u003c\/li\u003e\n          \u003cli\u003e✓ Easy DIY Installation\u003c\/li\u003e\n          \u003cli\u003e✓ Cushioned EVA Foam Base\u003c\/li\u003e\n          \u003cli\u003e✓ Trim to Fit Any Space\u003c\/li\u003e\n          \u003cli\u003e✓ Kid \u0026amp; Pet Friendly\u003c\/li\u003e\n          \u003cli\u003e✓ Expandable Layout\u003c\/li\u003e\n          \u003cli\u003e✓ Formaldehyde Tested Material\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003ePerfect For\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cp\u003e\n          Bedrooms • Nurseries • Reading Corners • Playrooms • Living Rooms • Home Offices\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eChoose the Right Coverage\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cdiv class=\"ovpa-coverage\"\u003e\n          \u003cdiv class=\"ovpa-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e1 Set\u003c\/strong\u003e\u003cbr\u003e\n              Perfect for bedside nooks, reading corners and small spaces.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ovpa-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e2 Sets\u003c\/strong\u003e\u003cbr\u003e\n              Ideal for nurseries, playrooms and children's bedrooms.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ovpa-coverage__item\"\u003e\n            \u003cp\u003e\n              \u003cstrong\u003e3 Sets\u003c\/strong\u003e\u003cbr\u003e\n              Recommended for living rooms, family spaces and larger areas.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eIn the Box\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cul class=\"ovpa-list\"\u003e\n          \u003cli\u003e20 Plush Interlocking Floor Tiles\u003c\/li\u003e\n          \u003cli\u003eTile Size: 30 × 30 cm (11.8 × 11.8 in) Each\u003c\/li\u003e\n          \u003cli\u003eMatching Edge Trim Pieces (Where Applicable)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eSpecifications\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003ctable class=\"ovpa-specs\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003ePlush Fabric + EVA Foam\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eQuantity\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e20 Tiles per Set\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eCoverage\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e19.4 sq ft (1.8 m²)\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eTile Size\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e30 × 30 cm (11.8 × 11.8 in)\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eThickness\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003e10 mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eInterlocking Puzzle Design\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eCleaning\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eMachine Washable \/ Hand Wash\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cstrong\u003eRecommended Use\u003c\/strong\u003e\u003c\/td\u003e\n              \u003ctd\u003eIndoor\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ovpa-section\"\u003e\n      \u003csummary\u003eFrequently Asked Questions\u003c\/summary\u003e\n\n      \u003cdiv class=\"ovpa-section__content\"\u003e\n        \u003cdiv class=\"ovpa-faq-list\"\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eCan I machine wash the floor tiles?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Individual tiles can be removed and machine washed or hand washed, making everyday cleaning simple.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eCan I trim the tiles to fit my room?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. The EVA foam base can be easily trimmed with a utility knife to fit corners and irregular spaces.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eWill the tiles stay securely connected?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Precision interlocking edges create a secure connection that helps keep the tiles firmly in place during everyday use.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eAre these suitable for babies and toddlers?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Absolutely. The soft cushioned surface creates a comfortable space for tummy time, crawling and everyday family activities.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eAre they safe for pets?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. CloudSoft™ is soft, durable and easy to clean, making it ideal for homes with both children and pets.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails class=\"ovpa-faq-item\"\u003e\n            \u003csummary\u003eCan I expand the layout later?\u003c\/summary\u003e\n\n            \u003cdiv class=\"ovpa-faq-item__answer\"\u003e\n              \u003cp\u003e\n                Yes. Simply add additional 20-tile sets whenever you want to create a larger coverage area.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"orinovae","offers":[{"title":"gray \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235146285193,"sku":"ORV-CDS-G20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"white \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147497609,"sku":"ORV-CDS-W20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"mint green \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147530377,"sku":"ORV-CDS-MG20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"pink \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147563145,"sku":"ORV-CDS-PK20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"sky blue \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147595913,"sku":"ORV-CDS-SK20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"purple \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147628681,"sku":"ORV-CDS-PP20","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"black \/ 20 Tiles Set | Covers 19.4 sq ft","offer_id":47235147661449,"sku":"ORV-CDS-B20","price":79.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/cloudsoft-solid-floor-tiles-product-image.png?v=1783586588"},{"product_id":"rainspan-automatic-long-handle-umbrella","title":"RainSpan™ Automatic Long-Handle Umbrella","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\u003eReady When the Weather Turns.\u003c\/strong\u003e\u003cbr\u003eStructured coverage for everyday movement.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Changing Weather\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eRainSpan™ turns a crowded ORINOVAE range into one structured umbrella system. Instead of comparing long strings of mixed specifications, choose the configuration by rib or panel count, shaft construction, canopy build, opening style, size and colour. The current range focuses on nine listed 24-rib configurations, including seven automatic colour options and two covered colour options. ORINOVAE product photography is retained so the real handle, canopy, frame and colour of each option remain visible.\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\u003eA configuration for different routines.\u003c\/strong\u003e Compare seven automatic colours with two listed covered colour options while keeping the same 24-rib format.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomatic opening across most options.\u003c\/strong\u003e ORINOVAE option data identifies automatic configurations for quicker opening when moving between a doorway, vehicle and street.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClearer material choices.\u003c\/strong\u003e The range distinguishes full-fibre shafts, iron shafts, fibre ribs, double-layer canopies, 280T fabric and covered versions.\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✓ ORINOVAE product specifications describe reinforced or wind-resistant fibre ribs, thickened canopy fabric, automatic opening, oversized coverage and water-resistant cover options.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product imagery shows an all-fibre shaft, fibre ribs, one-touch opening on automatic options and reinforced construction.\u003c\/li\u003e\n\u003cli\u003e✓ These are listed specifications retained from the current ORINOVAE product data.\u003c\/li\u003e\n\u003cli\u003e✓ Performance can vary with configuration, weather, handling and wear; match the exact option name to the ORINOVAE variant image before ordering.\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\u003eRainSpan™ is intended for everyday rain coverage during commutes, school runs, travel, events and walks. The consistent 24-rib format suits shoppers who prefer a long-handle umbrella with a visibly structured canopy. Open the umbrella away from faces and other people, keep fingers clear of moving joints, and maintain a secure grip in changing wind. No umbrella is guaranteed for every storm condition; close it when conditions exceed comfortable manual 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 one of seven listed automatic 24-rib colours: Classic Black, Navy, Malachite Green, Dark Green, Claret, Haze Blue or Beige. Red and Yellow configurations are listed with a water-resistant cover. Each option represents one long-handle umbrella; only the Red and Yellow entries explicitly confirm the additional cover in the current option data.\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\u003e24-rib long-handle rain umbrella\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOpening\u003c\/th\u003e\n\u003ctd\u003eautomatic on the seven listed automatic colours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n\u003ctd\u003elisted all-fibre shaft and fibre ribs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003eblack, navy, malachite green, dark green, claret, haze blue, beige, red or yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded accessory\u003c\/th\u003e\n\u003ctd\u003ewater-resistant cover on the listed Red and Yellow options\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\u003eShake off loose water outdoors, leave the canopy fully open to dry, and store only when completely dry. Wipe the shaft and handle with a soft damp cloth. Keep sand and grit away from the runner and joints. Do not use bleach, a washing machine or high heat. Before each use, check the canopy, tips, ribs, runner, shaft and automatic mechanism; stop using the umbrella if any part is bent, loose or sharp.\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\u003eWhat changes between configurations?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eColour, automatic-opening label and the listed cover vary by option; every current configuration is listed as a 24-rib long-handle umbrella.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs every configuration supplied with a cover?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eOnly options that explicitly say “with sleeve” or “water-resistant cover” include that listed accessory.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes “wind-resistant” mean storm-proof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. It is a listed construction claim, not a guarantee for every wind speed or weather event.\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":"24-Rib Automatic \/ Classic Black","offer_id":47686597443721,"sku":"ORV-RSP-BLK-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Navy","offer_id":47686597574793,"sku":"ORV-RSP-NVY-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Malachite Green","offer_id":47686597607561,"sku":"ORV-RSP-MAL-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Dark Green","offer_id":47686597640329,"sku":"ORV-RSP-DGN-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Claret","offer_id":47686597673097,"sku":"ORV-RSP-CLR-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Haze Blue","offer_id":47686597705865,"sku":"ORV-RSP-HBL-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib Automatic \/ Beige","offer_id":47686597738633,"sku":"ORV-RSP-BGE-24R","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib \/ Red \/ Water-Resistant Cover","offer_id":47686597771401,"sku":"ORV-RSP-RED-CVR","price":68.0,"currency_code":"GBP","in_stock":true},{"title":"24-Rib \/ Yellow \/ Water-Resistant Cover","offer_id":47686597804169,"sku":"ORV-RSP-YEL-CVR","price":68.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/93bfed25_4e1e8a3b-9db1-4d5c-bd59-d0bde4659368.png?v=1785154883"},{"product_id":"carrychill-handled-dual-drink-tumbler","title":"CarryChill™ Handled Dual-Drink 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\u003eTwo Drinks. One Easy Carry.\u003c\/strong\u003e\u003cbr\u003eA handled tumbler made for flexible daily sipping.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Everyday Hydration\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eCarryChill™ keeps a generous drink close without turning it into another awkward item to carry. The tall tumbler combines a side handle, fitted lid and listed dual-drink design, letting you use the visible straw opening or drink from the alternate lid opening. Choose a 600 ml size for a more compact routine or the 900 ml version when you want fewer refills. ORINOVAE product photography is retained so every colour, printed mark, lid detail and real SKU remains visible.\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\u003eTwo listed capacities.\u003c\/strong\u003e Select 600 ml for everyday portability or the listed 900 ml size for a longer desk, home or travel routine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo ways to drink.\u003c\/strong\u003e ORINOVAE product imagery shows a straw route and a second direct-drink opening built into the fitted lid.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA handle for easier carrying.\u003c\/strong\u003e The integrated side handle gives the tall cup a defined grip when moving between rooms or carrying other essentials.\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✓ ORINOVAE product specifications describe this as a thickened, large-capacity insulated cup that can receive hot water and includes a straw, handle and dual-drink lid.\u003c\/li\u003e\n\u003cli\u003e✓ Those listed product claims are retained here.\u003c\/li\u003e\n\u003cli\u003e✓ The visible product carries SITARAYURI and “NICE TIME COFFEE” markings; ORINOVAE does not remove or digitally replace marks on the real item.\u003c\/li\u003e\n\u003cli\u003e✓ Exact insulation duration, food-contact material certification and maximum liquid temperature are not independently documented; follow the ORINOVAE product packaging and care instructions.\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\u003eCarryChill™ suits water and everyday beverages at a desk, beside the sofa, during study, in a sheltered outdoor space or while travelling upright in a suitable bag or cup holder. Confirm that the chosen size fits your intended holder before travel. Tighten the lid, keep the cup upright, and test the drinking opening carefully before carrying it near electronics or textiles. Use extra care with hot liquids: allow steam to vent, check the drinking temperature and keep the cup away from children.\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 White, Black, Pink, Coffee Brown or Purple in 600 ml or 900 ml. Each variant includes one handled tumbler, one fitted dual-drink lid and the straw shown in the ORINOVAE product imagery. Decorative props, drinks and additional accessories are not included. Colour can shift slightly with lighting and screen settings; the ORINOVAE variant photograph is the closest reference for the finish and printed details.\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 dual-drink tumbler\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed capacities\u003c\/th\u003e\n\u003ctd\u003e600 ml and 900 ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003eWhite, Black, Pink, Coffee Brown and Purple\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDrinking system\u003c\/th\u003e\n\u003ctd\u003estraw opening plus alternate direct-drink opening\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCarry feature\u003c\/th\u003e\n\u003ctd\u003eintegrated side handle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible markings\u003c\/th\u003e\n\u003ctd\u003eSITARAYURI and NICE TIME COFFEE\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 cup, lid and straw before first use and after every drink. Use warm water, mild dish soap and a soft bottle or straw brush, then rinse and dry every component completely. Clean around seals and drinking openings so residue cannot remain hidden. Do not use abrasive pads, bleach, a freezer, microwave or dishwasher unless the received care label expressly permits it. Inspect the lid, straw and seals regularly and stop use if a component cracks, deforms or no longer closes securely.\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\u003eCan I use it with hot water?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state that the cup accepts hot water. Follow the ORINOVAE care instructions, leave safe headspace and test temperature before drinking.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it leakproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo leakproof guarantee is provided. Keep it upright and check that the lid and openings are fully closed.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWhich capacity should I choose?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eChoose 600 ml for a smaller footprint or 900 ml when capacity matters more than compact carry.\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":"White \/ 600 ml","offer_id":47686597476489,"sku":"ORV-CCT-WH-600","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 600 ml","offer_id":47686597902473,"sku":"ORV-CCT-BK-600","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 600 ml","offer_id":47686597935241,"sku":"ORV-CCT-PK-600","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee Brown \/ 600 ml","offer_id":47686597968009,"sku":"ORV-CCT-BR-600","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ 600 ml","offer_id":47686598000777,"sku":"ORV-CCT-PU-600","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 900 ml","offer_id":47686598033545,"sku":"ORV-CCT-WH-900","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 900 ml","offer_id":47686598066313,"sku":"ORV-CCT-BK-900","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ 900 ml","offer_id":47686598099081,"sku":"ORV-CCT-PK-900","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Coffee Brown \/ 900 ml","offer_id":47686598131849,"sku":"ORV-CCT-BR-900","price":48.0,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ 900 ml","offer_id":47686598164617,"sku":"ORV-CCT-PU-900","price":48.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/0edd92ca_5b9de52e-27e9-40f5-bfcd-6c9f79604e05.png?v=1785158788"},{"product_id":"reststep-folding-cane-seat-for-short-pauses","title":"RestStep™ Folding Cane Seat for Short Pauses","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\u003eA Pause Within Reach.\u003c\/strong\u003e\u003cbr\u003ePortable support for short, considered breaks.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Rest Between Steps\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eRestStep™ combines a cane-like upright format with a small folding seat for brief, planned pauses. ORINOVAE product records show a handle, telescoping centre section, folding seat surface, and three spreading legs that gather around the shaft for transport. Four New Telescoping colour options and one Legacy Telescoping style are given concise English names so the physical layouts are not confused. This is a body-support product presented with qualified claims: ORINOVAE product specifications describe high capacity, grip, stability, and older-adult use, but no independent load, fatigue, stability, slip, joint, or entrapment testing is available.\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\u003eTwo functions in one format.\u003c\/strong\u003e The structure changes between an upright cane-like form and a compact tripod seat for short pauses.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFive named styles.\u003c\/strong\u003e Black, White, Blue, Orange, and Legacy options are separated clearly for easier ordering and receipt checks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSafety context stays visible.\u003c\/strong\u003e Listed claims remain on the ORINOVAE product page with explicit notes about the independent evidence that is still missing.\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✓ ORINOVAE product specifications state a 400 jin, approximately 200 kg load capacity, anti-slip performance, safe support for older adults, one-touch folding safety, stable seat performance, and ABS ring or reinforced-joint durability.\u003c\/li\u003e\n\u003cli\u003e✓ All six statements are retained as listed claims, but none is independently verified or guaranteed.\u003c\/li\u003e\n\u003cli\u003e✓ No static-load or fatigue report confirms the capacity; no floor-condition slip test supports the grip claim; and no stability, folding-cycle, pinch, entrapment, joint, or medical-use assessment is present.\u003c\/li\u003e\n\u003cli\u003e✓ The listed figure must not be treated as a safe working load.\u003c\/li\u003e\n\u003cli\u003e✓ Individual balance, transfer ability, surface conditions, setup, wear, and supervision can materially change risk.\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 RestStep™ only after a competent adult has checked that the exact unit, user, and environment are suitable. For seating, place it on firm, dry, flat, level ground; spread every leg fully; confirm all locks and joints are engaged; and test stability without sitting. Lower onto the centre slowly without twisting, leaning, rocking, or perching on an edge. Keep hands, clothing, and skin away from folding joints. Do not use on stairs, slopes, wet floors, soft ground, or near traffic. It is not a medical device, crutch, shower seat, wheelchair substitute, step stool, climbing aid, or fall-prevention system.\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 New Telescoping in Black, White, Blue, or Orange, or choose the listed Legacy Telescoping style. Each variant represents one folding cane seat in the selected style. The handle, central shaft, folding seat, and three-leg base shown are integrated parts of the product. Bags, cushions, replacement tips, people, clothing, and surrounding props are not included unless explicitly listed for the selected configuration. Compare the selected style with the order before use, as the New and Legacy structures may differ in joint and finish details.\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\u003etelescoping folding cane seat with three-leg base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNew-style colours\u003c\/th\u003e\n\u003ctd\u003eBlack, White, Blue, and Orange\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAdditional style\u003c\/th\u003e\n\u003ctd\u003eLegacy Telescoping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed capacity\u003c\/th\u003e\n\u003ctd\u003e400 jin or approximately 200 kg, unverified\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed features\u003c\/th\u003e\n\u003ctd\u003eanti-slip performance, one-touch folding, stable seating, and reinforced joint details\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety status\u003c\/th\u003e\n\u003ctd\u003eNo independent body-support test report supplied\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\u003eWipe the seat, handle, shaft, legs, joints, and tips with a soft damp cloth and mild soap, then dry completely before folding. Keep grit, hair, and fabric away from hinges and telescoping parts. Do not soak, pressure-wash, lubricate gripping surfaces, or expose the unit to corrosive cleaners or prolonged outdoor storage. Before every use, inspect the seat surface, fasteners, locks, leg spread, foot tips, shaft, handle, and reinforced rings. Retire the product if it wobbles, bends, cracks, slips, pinches unexpectedly, fails to open fully, or has loose, missing, or excessively worn parts.\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\u003eWill it safely support 200 kg?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state approximately 200 kg, but no independent test report establishes a safe working load. Do not rely on that figure.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it designed for older adults?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE presents it for older users, but suitability depends on balance, transfer ability, setup, surface, and qualified advice.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it anti-slip and stable?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eThose are listed claims. Always use a dry, firm, level surface and test the fully opened unit before sitting.\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":"New Telescoping \/ Black","offer_id":47686598983817,"sku":"ORV-CST-NEWBLK-ONE","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"New Telescoping \/ White","offer_id":47686599147657,"sku":"ORV-CST-NEWWHT-ONE","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"New Telescoping \/ Blue","offer_id":47686599180425,"sku":"ORV-CST-NEWBLU-ONE","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"New Telescoping \/ Orange","offer_id":47686599213193,"sku":"ORV-CST-NEWORG-ONE","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Legacy Telescoping","offer_id":47686599245961,"sku":"ORV-CST-LEGACY-ONE","price":48.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/bbe7904b_96f3dbc5-faeb-40e6-8f24-946a0f56b40f.jpg?v=1785138758"},{"product_id":"trailglide-telescoping-carbon-trekking-pole","title":"TrailGlide™ Telescoping Carbon Trekking Pole","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\u003eMove Light. Find Your Rhythm.\u003c\/strong\u003e\u003cbr\u003eAn adjustable pair of trekking poles for the trail ahead.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Lighter Trail Days\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eTrailGlide™ gives a nine-variant telescoping-pole-pair range a calmer, clearer structure. Choose the colour first, then the listed user-height range shown in the same English option. The ORINOVAE product records show a matched pair of trekking poles, each with a handle, wrist strap, three-section telescoping shaft, external locking points, basket, and ground-contact tip. Collapsing the shaft helps reduce storage length between outings, while the two range labels keep closely related configurations distinct. ORINOVAE presents these claims with qualification because the carbon grade, weight, energy, lock, tip, fit, and support statements have not been independently tested.\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\u003eClear fit-range labels.\u003c\/strong\u003e Up to 170 cm and Up to 190 cm listed fit guides are separated from the colour name for faster checking.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFive colour directions.\u003c\/strong\u003e Slate Black, Shell White, Lake Green, Purple, and Starlight Pink make the range easy to identify.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTelescoping storage.\u003c\/strong\u003e Three visible shaft sections shorten for suitable transport and extend for an individually checked walking position.\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✓ ORINOVAE product specifications state that the shaft uses T800 carbon fibre and weighs 157 g, and describe a 30% energy-saving claim, tungsten steel tip durability, a high-strength metal lock, specific user-height suitability, and load-bearing or fall-prevention support.\u003c\/li\u003e\n\u003cli\u003e✓ These claims are retained as listed information, not independently verified guarantees.\u003c\/li\u003e\n\u003cli\u003e✓ No carbon-grade certificate, calibrated finished-weight record, comparative energy study, tip-wear test, lock-fatigue test, slip test, load rating, or medical evidence is available.\u003c\/li\u003e\n\u003cli\u003e✓ A light claimed weight does not establish strength.\u003c\/li\u003e\n\u003cli\u003e✓ The height labels are selection guides and do not confirm that a particular configuration fits every person within that range.\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 TrailGlide™ as an ordinary recreational trekking aid on suitable routes. Extend sections only within marked limits, align them as instructed, tighten every lock, and apply light test pressure before setting out. Adjust the pole for a relaxed elbow angle and recheck it after temperature or elevation changes. Keep fingers clear of sliding tubes and locks. This pole cannot prevent falls and is not a cane, crutch, climbing anchor, rescue tool, or certified load-bearing device. Use extra care on wet rock, ice, loose gravel, steep ground, stairs, and surfaces where the tip cannot seat predictably.\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 Slate Black, Shell White, Lake Green, or Purple in either the Up to 170 cm or Up to 190 cm listed range. Starlight Pink is available in the Up to 170 cm range. Each variant includes one matched pair (two telescoping trekking poles) in the selected colour and range label. A basket and tip are visibly fitted in ORINOVAE product records; review the included-parts information before travel. Shoes, clothing, backpacks, terrain props, and any replacement accessories are not included unless physically packed with the order.\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\u003ematched pair of three-section telescoping trekking poles (2 poles)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003eSlate Black, Shell White, Lake Green, Purple, and Starlight Pink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed fit guides\u003c\/th\u003e\n\u003ctd\u003eUp to 170 cm and Up to 190 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed shaft material\u003c\/th\u003e\n\u003ctd\u003eT800 carbon fibre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed weight\u003c\/th\u003e\n\u003ctd\u003e157 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible components\u003c\/th\u003e\n\u003ctd\u003etwo trekking poles; each has a handle, wrist strap, locks, basket, and tip\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\u003eAfter use, wipe the handle, strap, shaft, locks, basket, and tip with a soft damp cloth. Extend or separate the tubes as the ORINOVAE instructions allow so trapped moisture and grit can escape, then dry fully before closing. Do not use solvents, pressure washing, or unapproved lubricants on friction surfaces. Store dry, unlocked or lightly closed according to instructions, away from high heat and crushing loads. Before each walk, inspect for cracks, exposed fibres, bent tubes, worn tips, loose handles, frayed straps, and locks that slip. Stop use immediately if any part will not hold consistently.\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\u003eDoes each variant include two trekking poles?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eYes. Each selected TrailGlide™ variant includes one matched pair, for a total of two telescoping trekking poles.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the pole proven to save 30% energy?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. That is a listed promotional claim without a comparative study available to ORINOVAE.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan it prevent a fall?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. Listed support claims do not replace secure footing, appropriate technique, or purpose-built mobility equipment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the 157 g weight guaranteed?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. It is listed and may vary by configuration, accessories, and measurement method.\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":"Slate Black \/ Up to 170 cm \/ Pair (2 Poles)","offer_id":47686599049353,"sku":"ORV-TLP-BLK-H170","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Slate Black \/ Up to 190 cm \/ Pair (2 Poles)","offer_id":47686599278729,"sku":"ORV-TLP-BLK-H190","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Shell White \/ Up to 170 cm \/ Pair (2 Poles)","offer_id":47686599311497,"sku":"ORV-TLP-WHT-H170","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Shell White \/ Up to 190 cm \/ Pair (2 Poles)","offer_id":47686599344265,"sku":"ORV-TLP-WHT-H190","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Lake Green \/ Up to 170 cm \/ Pair (2 Poles)","offer_id":47686599377033,"sku":"ORV-TLP-GRN-H170","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Lake Green \/ Up to 190 cm \/ Pair (2 Poles)","offer_id":47686599409801,"sku":"ORV-TLP-GRN-H190","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ Up to 170 cm \/ Pair (2 Poles)","offer_id":47686599442569,"sku":"ORV-TLP-PUR-H170","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Purple \/ Up to 190 cm \/ Pair (2 Poles)","offer_id":47686599475337,"sku":"ORV-TLP-PUR-H190","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Starlight Pink \/ Up to 170 cm \/ Pair (2 Poles)","offer_id":47686599508105,"sku":"ORV-TLP-PNK-H170","price":148.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/bbb3e315_937e2e1e-d891-44cd-b8ff-45b94f9a061e.png?v=1785155023"},{"product_id":"traillink-folding-trekking-pole-collection","title":"TrailLink™ Folding Trekking Pole Collection","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\u003ePack Small. Walk Ready.\u003c\/strong\u003e\u003cbr\u003eA matched pair of folding trekking poles for different routes and routines.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Flexible Trail Support\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eTrailLink™ organizes a broad folding-pole-pair range into choices that can be compared at a glance. Each English configuration names the listed shaft family, colour, and user-height range, so the option can be checked before a walk and again when the product arrives. Folding sections reduce the packed length between outings, while ORINOVAE product records show two complete poles with handles, wrist straps, locking hardware, shaft sections, baskets, and tips. ORINOVAE presents these claims with qualification because material, weight, lock, grip, fit, and support claims lack independent test documentation.\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\u003eFourteen real configurations.\u003c\/strong\u003e Carbon-aluminium and 3K Carbon listed labels are preserved across their actual colours and fit ranges.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFolds for transport.\u003c\/strong\u003e Sectioned construction makes the pole easier to place in suitable luggage or outdoor storage between walks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne readable option.\u003c\/strong\u003e Material, colour, and fit range stay together, reducing the chance of choosing the right colour in the wrong configuration.\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✓ ORINOVAE product specifications state 3K carbon fibre construction for the carbon variants and carbon-aluminium construction with an approximately 230 g net weight for the two hybrid variants.\u003c\/li\u003e\n\u003cli\u003e✓ It also claims metal lock strength, anti-slip mud-basket performance, specific user-height suitability, and load-bearing or fall-prevention support.\u003c\/li\u003e\n\u003cli\u003e✓ Every statement is retained as listed and presented transparently, not as independently verified performance.\u003c\/li\u003e\n\u003cli\u003e✓ No material certificate, calibrated weight record, lock-fatigue report, tip-slip test, basket test, load rating, or medical-device evidence is present.\u003c\/li\u003e\n\u003cli\u003e✓ Height ranges are listed selection labels rather than a substitute for fitting the pole to terrain, footwear, technique, and individual proportions.\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 TrailLink™ as an ordinary trekking aid on suitable recreational paths after learning correct pole placement. Assemble every section fully, set any adjustable part evenly, tighten the locking system, and test the pole with light pressure before moving. Keep fingers away from folding joints and route the wrist strap so it can be released quickly. A trekking pole cannot prevent a fall and must not be used as a cane, crutch, climbing anchor, rescue device, or sole body-support system. Slow down on wet, loose, icy, steep, or unstable surfaces and replace worn tips or damaged parts.\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 one complete configuration covering the listed material family, colour, and user-height range. Carbon-aluminium options come in Pearl Pink or Fluorescent Green at the listed 155-175 cm user-height range. 3K Carbon options come in Lavender, Mountain Green, Obsidian Black, or Rapeseed Yellow at 110-150 cm, 150-170 cm, or 170-190 cm. Each variant includes one matched pair (two folding trekking poles) in the selected material, colour, and user-height range. Bags, shoes, clothing, scenery, and other props are not included.\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\u003ematched pair of sectioned folding trekking poles (2 poles)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed builds\u003c\/th\u003e\n\u003ctd\u003ecarbon-aluminium and 3K carbon fibre\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed fit ranges\u003c\/th\u003e\n\u003ctd\u003e110-150 cm through 170-190 cm, varying by build\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003ePearl Pink, Fluorescent Green, Lavender, Mountain Green, Obsidian Black, and Rapeseed Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible components\u003c\/th\u003e\n\u003ctd\u003etwo trekking poles; each has a handle, wrist strap, folding shaft sections, lock, basket, and tip\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\u003eWipe the pole with a soft damp cloth after use, remove grit from joints and the tip, then unfold or separate sections as directed and dry completely. Do not lubricate a friction lock unless the ORINOVAE instructions explicitly allow it. Store dry and away from high heat, chemicals, salt, and prolonged direct sun. Before every outing, check each shaft section, joint, cable, lock, handle, strap, basket, and tip. Stop using the pole if a section bends, cracks, slips, rattles unusually, refuses to seat, or shows exposed fibres, sharp edges, or loose hardware.\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\u003eDoes each variant include two trekking poles?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eYes. Each selected TrailLink™ variant includes one matched pair, for a total of two folding trekking poles.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eAre the listed materials independently certified?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. 3K carbon fibre and carbon-aluminium are listed material claims without certificates available to ORINOVAE.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes the pole prevent falls?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. ORINOVAE product specifications describe support and anti-slip performance, but the pole cannot guarantee balance or traction.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the listed height range a guaranteed fit?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. It is a listed selection guide. Confirm comfortable elbow position and secure assembly before use.\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":"Hybrid \/ Pearl Pink \/ 155-175 cm \/ Pair (2 Poles)","offer_id":47686599639177,"sku":"ORV-FLD-HYBPNK-H155175","price":168.0,"currency_code":"GBP","in_stock":true},{"title":"Hybrid \/ Fluorescent Green \/ 155-175 cm \/ Pair (2 Poles)","offer_id":47686599803017,"sku":"ORV-FLD-HYBGRN-H155175","price":168.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Lavender \/ 110-150 cm \/ Pair (2 Poles)","offer_id":47686599835785,"sku":"ORV-FLD-C3KPUR-H110150","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Lavender \/ 150-170 cm \/ Pair (2 Poles)","offer_id":47686599868553,"sku":"ORV-FLD-C3KPUR-H150170","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Lavender \/ 170-190 cm \/ Pair (2 Poles)","offer_id":47686599901321,"sku":"ORV-FLD-C3KPUR-H170190","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Mountain Green \/ 110-150 cm \/ Pair (2 Poles)","offer_id":47686599934089,"sku":"ORV-FLD-C3KGRN-H110150","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Mountain Green \/ 150-170 cm \/ Pair (2 Poles)","offer_id":47686599966857,"sku":"ORV-FLD-C3KGRN-H150170","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Mountain Green \/ 170-190 cm \/ Pair (2 Poles)","offer_id":47686599999625,"sku":"ORV-FLD-C3KGRN-H170190","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Obsidian Black \/ 110-150 cm \/ Pair (2 Poles)","offer_id":47686600032393,"sku":"ORV-FLD-C3KBLK-H110150","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Obsidian Black \/ 150-170 cm \/ Pair (2 Poles)","offer_id":47686600065161,"sku":"ORV-FLD-C3KBLK-H150170","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Obsidian Black \/ 170-190 cm \/ Pair (2 Poles)","offer_id":47686600097929,"sku":"ORV-FLD-C3KBLK-H170190","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Rapeseed Yellow \/ 110-150 cm \/ Pair (2 Poles)","offer_id":47686600130697,"sku":"ORV-FLD-C3KYEL-H110150","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Rapeseed Yellow \/ 150-170 cm \/ Pair (2 Poles)","offer_id":47686600163465,"sku":"ORV-FLD-C3KYEL-H150170","price":188.0,"currency_code":"GBP","in_stock":true},{"title":"3K Carbon \/ Rapeseed Yellow \/ 170-190 cm \/ Pair (2 Poles)","offer_id":47686600196233,"sku":"ORV-FLD-C3KYEL-H170190","price":188.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/285c5857_cae4b0a7-fc32-46ff-8c39-2e1d55421b0e.png?v=1785149310"},{"product_id":"trailnest-duck-down-camping-sleeping-bag","title":"TrailNest™ Duck Down Camping Sleeping Bag","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\u003eSettle In. Stay Outside.\u003c\/strong\u003e\u003cbr\u003ePackable warmth for quieter nights under open skies.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Rest Beyond Home\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eTrailNest™ turns a dense ORINOVAE product range into a clear sleeping-bag choice for camps, cabins, and other suitable overnight setups. The tapered bag, hooded upper section, zip opening, and matching storage sack shown in ORINOVAE product imagery make it easier to understand how the system travels and packs away. Choose one of five colours, then select the listed 700 g or 1300 g duck-down fill configuration. ORINOVAE presents these claims with qualification because the physical product carries HORIZON HIKER branding and no independent authorization, laboratory warmth test, or material certificate is available to ORINOVAE.\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\u003eTwo visible fill choices.\u003c\/strong\u003e The 700 g and 1300 g listed configurations are separated clearly instead of being buried in a long option title.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFive practical colours.\u003c\/strong\u003e Black, Navy, Orange, Royal Blue, and Sky Blue provide easy visual selection across both fill configurations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA packable sleep system.\u003c\/strong\u003e ORINOVAE product records pair the sleeping bag with a storage sack, helping keep the main piece together between trips.\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✓ ORINOVAE product specifications state that this is an official HORIZON HIKER product with 90% duck down, 700 FP fill power, a 700 g or 1300 g fill, and a 20D shell.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also describe the construction as waterproof, suitable for winter or specified temperatures, and 20% warmer.\u003c\/li\u003e\n\u003cli\u003e✓ These statements are retained exactly as listed claims, but none has been independently verified through brand authorization, fill-composition certification, fill-power testing, waterproof testing, temperature-rating standards, or comparative warmth data.\u003c\/li\u003e\n\u003cli\u003e✓ Treat the two fill labels as ordering identifiers, not a guaranteed comfort rating.\u003c\/li\u003e\n\u003cli\u003e✓ Individual warmth depends on shelter, ground insulation, clothing, humidity, wind, metabolism, and bag fit.\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 TrailNest™ only as ordinary sleeping equipment in a dry, ventilated, appropriately sheltered setup. Select a bag size that allows comfortable movement and does not restrict breathing. Keep the face outside the bag, keep the product away from flames and heaters, and do not use it as personal protective equipment. Before cold-weather travel, match the full sleep system to independently checked conditions and carry backup insulation. Children and people with limited mobility require appropriate supervision and a product suited to their needs.\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 Black, Navy, Orange, Royal Blue, or Sky Blue with either the listed 700 g or 1300 g \/ 90% Duck Down configuration. Each option represents one sleeping bag in the selected colour and fill label. A matching storage sack is shown and listed as part of the system; review the included-parts information before travel. Clothing, pillows, pads, tents, furniture, and landscape props are not included. Colour can vary slightly with lighting and display settings.\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\u003ehooded, zip-opening camping sleeping bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n\u003ctd\u003eBlack, Navy, Orange, Royal Blue, and Sky Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed fill\u003c\/th\u003e\n\u003ctd\u003e90% duck down; 700 g or 1300 g configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed fill power\u003c\/th\u003e\n\u003ctd\u003e700 FP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed shell\u003c\/th\u003e\n\u003ctd\u003e20D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded item shown\u003c\/th\u003e\n\u003ctd\u003ecoordinating storage sack\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\u003eAir the sleeping bag fully after each use and make sure it is dry before storage. Follow any sewn care label supplied with the product. For routine cleaning, spot-clean gently with mild detergent; use a specialist down-cleaning process only when needed, and rinse thoroughly. Dry completely at low heat if the care label permits, redistributing the fill during drying. Do not bleach, iron, dry-clean, compress for long periods, or store while damp. Inspect the zip, seams, shell, hood, fill distribution, and sack before every trip, and stop use if damage could expose fill or prevent safe closure.\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 the HORIZON HIKER branding authenticated?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE presents it as official and the mark is physically visible. ORINOVAE has not independently verified authenticity or resale authorization.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWhat temperature is it rated for?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications describe winter or temperature suitability, but no standardized comfort, limit, or extreme rating is verified here.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the shell waterproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state waterproof construction. No test standard is available, so use suitable shelter and keep the bag away from standing water.\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":"Black \/ 700 g \/ 90% Duck Down","offer_id":47686599704713,"sku":"ORV-SLB-BLK-700G","price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ 700 g \/ 90% Duck Down","offer_id":47686600229001,"sku":"ORV-SLB-NVY-700G","price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 700 g \/ 90% Duck Down","offer_id":47686600261769,"sku":"ORV-SLB-ORG-700G","price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Royal Blue \/ 700 g \/ 90% Duck Down","offer_id":47686600294537,"sku":"ORV-SLB-ROY-700G","price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ 700 g \/ 90% Duck Down","offer_id":47686600327305,"sku":"ORV-SLB-SKY-700G","price":210.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 1300 g \/ 90% Duck Down","offer_id":47686600360073,"sku":"ORV-SLB-BLK-1300G","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Navy \/ 1300 g \/ 90% Duck Down","offer_id":47686600392841,"sku":"ORV-SLB-NVY-1300G","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 1300 g \/ 90% Duck Down","offer_id":47686600425609,"sku":"ORV-SLB-ORG-1300G","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Royal Blue \/ 1300 g \/ 90% Duck Down","offer_id":47686600458377,"sku":"ORV-SLB-ROY-1300G","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ 1300 g \/ 90% Duck Down","offer_id":47686600491145,"sku":"ORV-SLB-SKY-1300G","price":249.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/ed93f099_1bc4333d-e901-41dc-8050-fc25ecde312e.jpg?v=1785138798"},{"product_id":"trailfold-collapsible-outdoor-utility-wagon","title":"TrailFold™ Collapsible Outdoor Utility Wagon","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\u003eLoad Up. Fold Away.\u003c\/strong\u003e\u003cbr\u003eEveryday carrying capacity without permanent bulk.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Easier Outdoor Carrying\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eTrailFold™ gives bulky outdoor gear a defined place between the car and the campsite. The collapsible fabric body opens into a low utility wagon for moving coolers, folded chairs, blankets, groceries, or event supplies, then gathers down for storage. A pull handle, four wheels, crossing frame supports, and fabric cargo walls are visible in the ORINOVAE product photography. Choose the frame and wheel configuration that matches the actual route, storage space, and ordinary load rather than assuming that a listed performance statement applies to every surface or use.\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\u003eMoves awkward gear together.\u003c\/strong\u003e The open cargo bed keeps multiple loose items in one pullable footprint.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFolds between trips.\u003c\/strong\u003e ORINOVAE product imagery shows the frame collapsed into a narrow upright form for car or home storage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOffers two wheel directions.\u003c\/strong\u003e Gather-Fold variants use a compact wheel arrangement, while All-Terrain variants visibly use wider treaded wheels and front wheel levers.\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 wagon has a scissor-style frame, fabric body, four-wheel base, and adjustable pull handle.\u003c\/li\u003e\n\u003cli\u003e✓ The All-Terrain configuration shows wider wheels, two visible front-wheel levers, and a black or off-white body.\u003c\/li\u003e\n\u003cli\u003e✓ The Gather-Fold configuration uses beige or khaki fabric.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications state 150 L or 300 L cargo volume, 200 kg load capacity, bearing-grade or dual-bearing construction, braking performance, waterproof or wear-resistant fabric, and all-terrain performance.\u003c\/li\u003e\n\u003cli\u003e✓ These claims are presented as listed information and have not been independently verified by ORINOVAE.\u003c\/li\u003e\n\u003cli\u003e✓ Actual performance depends on configuration, loading, assembly, maintenance, route, and conditions.\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 TrailFold™ for carrying ordinary gear across suitable paths at campsites, parks, markets, picnics, sporting events, or between a parked vehicle and a destination. Load it evenly with the heaviest items low and centered. Secure tall or shifting items separately. Keep hands clear of folding joints and check that the frame, fabric, wheels, fasteners, handle, and any wheel levers are fully seated before each trip. This is a hand-pulled utility carrier, not a toy, stroller, passenger cart, road trailer, vehicle-towed cart, or climbing aid. Do not carry children, adults, or animals.\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 Gather-Fold in Beige or Khaki, or All-Terrain Wide Wheel in Off-White or Black. Each configuration includes one collapsible wagon with its attached fabric body, pull handle, frame, and four-wheel set shown in ORINOVAE variant image. Cargo, furniture, tents, tables, chairs, storage covers, and styling props are included only when explicitly listed for the selected configuration. Lighting and screen settings may shift pale fabric colors. The All-Terrain wording is a listed designation and does not mean the wagon is suitable for every surface, slope, road, or weather condition.\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\u003ecollapsible hand-pulled utility wagon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConfigurations\u003c\/th\u003e\n\u003ctd\u003eGather-Fold and All-Terrain Wide Wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eBeige, Khaki, Off-White, and Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStructure\u003c\/th\u003e\n\u003ctd\u003ecrossing folding frame with fabric cargo walls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed cargo volume\u003c\/th\u003e\n\u003ctd\u003e150 L or 300 L, depending on configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed load capacity\u003c\/th\u003e\n\u003ctd\u003e200 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed features\u003c\/th\u003e\n\u003ctd\u003ebearing construction, braking performance, resistant fabric, and all-terrain performance\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\u003eEmpty the wagon before folding. Brush away loose soil and wipe the frame, handle, wheels, and fabric with a soft damp cloth and mild soap. Dry completely while open before storage. Remove debris from wheel axles and folding joints without placing fingers inside pinch points. Avoid bleach, solvents, pressure washing, prolonged standing water, and high heat. Store indoors in a dry place and stop use if fabric tears, fasteners loosen, wheels bind, the frame bends, or a lever no longer engages consistently.\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\u003eCan a child or pet ride in it?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. No passenger-use certification is present, so the wagon should carry gear only.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan it carry 200 kg?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state a 200 kg load capacity, but ORINOVAE has not independently verified the test method or limit. Keep loads conservative, balanced, and suitable for the route and current condition.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it waterproof and suitable for every terrain?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state waterproof or wear-resistant fabric and all-terrain performance. These are not independent guarantees. Avoid deep water, stairs, steep slopes, traffic, and surfaces where wheels or brakes cannot maintain control.\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":"Beige \/ Gather-Fold","offer_id":47686600720521,"sku":"ORV-TFW-BG-GF","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Gather-Fold","offer_id":47686600851593,"sku":"ORV-TFW-KH-GF","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Off-White \/ All-Terrain Wide Wheel","offer_id":47686600884361,"sku":"ORV-TFW-IV-AT","price":259.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ All-Terrain Wide Wheel","offer_id":47686600917129,"sku":"ORV-TFW-BK-AT","price":259.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/ad98f858_266b5a51-d2f6-4dcc-8329-e395844ae1c5.jpg?v=1785138837"},{"product_id":"feedflow-gravity-pet-food-and-water-station","title":"FeedFlow™ Gravity Pet Food and Water Station","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\u003eRefill Less. Care Every Day.\u003c\/strong\u003e\u003cbr\u003eA simple gravity-fed station for familiar pet routines.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Smoother Pet Routines\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eFeedFlow™ brings a pet's dry-food bowl and water bowl into one defined station. Separate reservoirs sit above removable serving bowls, helping reduce the number of loose containers spread across a feeding area. The low, extended base gives a cat or small dog a familiar place to return to, while a front food window makes the remaining kibble easier to see at a glance. Choose the color and station size that fit the pet, the available floor space, and the household's normal refill routine.\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\u003eCombines two daily essentials.\u003c\/strong\u003e Food and water are presented side by side without requiring an electrical outlet.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMakes routine checks easier.\u003c\/strong\u003e The clear water reservoir and food-level window provide a direct visual cue before a refill.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComes apart for cleaning.\u003c\/strong\u003e ORINOVAE product photography shows removable bowls, a removable bottle-style water reservoir, and separate top pieces.\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 station uses a gravity-fed layout: a dry-food reservoir releases kibble toward one bowl, while a separate clear reservoir supplies the water side.\u003c\/li\u003e\n\u003cli\u003e✓ A ribbed central housing, covered top opening, low serving position, and wide base are visible in the ORINOVAE product imagery.\u003c\/li\u003e\n\u003cli\u003e✓ Two station footprints and three colors are offered.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications state that the bowls use 304 stainless steel and have food-contact or material safety certification.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also state anti-overflow performance plus moisture or freshness protection.\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\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 FeedFlow™ indoors on a level, dry, easy-to-clean floor for a cat or small dog that already eats dry kibble and drinks comfortably from a low bowl. It can help define a regular feeding corner in a kitchen, utility room, or sheltered pet area. The station does not measure portions, schedule meals, or monitor water intake. It is not a substitute for daily observation. Check that the pet can reach both bowls comfortably and discontinue use if chewing, tipping, trapped food, leakage, cracks, or sharp edges are noticed.\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 Blue, Green, or Black in Small or Large. Each configuration includes one combined station with a dry-food reservoir, clear water reservoir, two removable metal bowls, and the fitted top components shown in the ORINOVAE product photography. Kibble, water, pets, mats, furniture, and styling props are not included. Color can vary slightly with lighting and screen settings. ORINOVAE product specifications state that Small holds 3 L of water and 1.3 kg of dry food, while Large holds 6 L and 2.5 kg; these exact capacities are not independently verified.\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\u003egravity-fed dry-food and water station\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConfigurations\u003c\/th\u003e\n\u003ctd\u003eBlue \/ Small, Blue \/ Large, Green \/ Small, Green \/ Large, Black \/ Small, and Black \/ Large\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eServing layout\u003c\/th\u003e\n\u003ctd\u003etwo side-by-side removable bowls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed bowl grade\u003c\/th\u003e\n\u003ctd\u003e304 stainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed capacities\u003c\/th\u003e\n\u003ctd\u003eSmall 3 L water \/ 1.3 kg dry food; Large 6 L water \/ 2.5 kg dry food\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed performance\u003c\/th\u003e\n\u003ctd\u003eanti-overflow plus moisture or freshness protection\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFood type\u003c\/th\u003e\n\u003ctd\u003edry kibble only\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\u003eEmpty and separate all removable parts before cleaning. Wash bowls and reservoirs with mild dish soap and warm water, rinse thoroughly, and air-dry completely before reassembly. Wipe the housing and base with a soft damp cloth. Remove old food and refresh drinking water every day. Clean more often when food dust, residue, hair, or standing water is visible. Do not use bleach, abrasive pads, boiling water, a dishwasher, or a microwave unless verified care documentation specifically permits 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\u003eDoes it dispense wet food?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. The visible feed path is intended for dry kibble; wet or raw food may block the opening and requires different storage controls.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eAre the material and capacity claims certified?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state 304 stainless steel, food-contact or material safety certification, and the listed exact capacities. ORINOVAE has not independently verified the documents, grade, or measurements.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes it prevent every overflow or keep food fresh?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state anti-overflow and moisture or freshness protection, but performance depends on assembly, cleaning, food, water, floor level, and use. Check the station every day.\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":"Blue \/ Small","offer_id":47686600786057,"sku":"ORV-FFW-BL-S","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Blue \/ Large","offer_id":47686600949897,"sku":"ORV-FFW-BL-L","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Small","offer_id":47686600982665,"sku":"ORV-FFW-GN-S","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Green \/ Large","offer_id":47686601015433,"sku":"ORV-FFW-GN-L","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Small","offer_id":47686601048201,"sku":"ORV-FFW-BK-S","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Large","offer_id":47686601080969,"sku":"ORV-FFW-BK-L","price":79.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/617181a0_952534fc-e6ea-43cd-a2af-0485bd304438.png?v=1785149362"},{"product_id":"styleorbit-multi-head-heated-hair-styler","title":"StyleOrbit™ Multi-Head Heated Hair Styler","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\u003eOne Routine. More Ways to Style.\u003c\/strong\u003e\u003cbr\u003eA multi-attachment tool for flexible finishing at home.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Everyday Styling\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eStyleOrbit™ brings several heated styling formats into one coordinated set built around a powered handle and interchangeable heads. ORINOVAE product photography shows attachments for curling, smoothing, and shaping hair, allowing the routine to change without keeping multiple full-size tools on the counter. Choose Black or Pink and select the plug configuration intended for the outlet standard where the product will be used. Because this is a mains-powered heated appliance with moving parts close to hair and skin, all electrical, temperature, timing, and safety claims are presented as listed information rather than independent ORINOVAE certification.\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\u003eConsolidates the styling routine.\u003c\/strong\u003e Multiple visible attachments share one powered handle, reducing the number of separate tool bodies to store.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps market choice explicit.\u003c\/strong\u003e UK, US, and EU plug configurations are mapped as distinct variants rather than hidden inside a general color label.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps evidence boundaries clear.\u003c\/strong\u003e Listed performance and safety statements are preserved and identified as listed, so they are not mistaken for independent ORINOVAE certification.\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 set visibly includes a handheld electrical base and several removable heated heads.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications state a 140–200 °C temperature range, a 30-second heat-up, a 30-minute timer, an anti-scald design, anti-tangle performance, and a plant-protein or essential-oil coating.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also describe permanent or all-day styling and safe operation for UK, US, and EU plug markets.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE has not independently verified these statements, the electrical rating, conformity documents, market approvals, timer behavior, coating composition, temperature accuracy, or styling duration.\u003c\/li\u003e\n\u003cli\u003e✓ They are presented as listed claims, not as guarantees.\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\u003eStyleOrbit™ is intended for an adult personal hair-styling routine in a dry indoor area with a compatible grounded outlet and adequate clearance from water, fabrics, children, and pets. Read and retain every instruction supplied with the product before connecting power. Confirm that the plug, voltage, frequency, and appliance rating match the local supply; a plug shape alone does not prove electrical compatibility. Start at the lowest suitable heat setting, keep heated surfaces away from skin, and stop immediately if the cord, plug, housing, attachment lock, display, or controls appear damaged or behave unexpectedly.\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 Black or Pink with a UK Plug, US Plug, or EU Plug. Each of the six configurations includes one powered styling handle and the interchangeable attachments shown in the ORINOVAE product photography for that SKU. Use the included-parts information for the selected configuration to confirm the attachment count before use. Hair products, heat mats, clips, storage furniture, travel adapters, voltage converters, and styling props are not included unless explicitly documented with the delivered set. Do not use a travel adapter to compensate for an incompatible voltage or frequency.\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\u003emains-powered heated hair styling system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eBlack and Pink\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePlug configurations\u003c\/th\u003e\n\u003ctd\u003eUK, US, and EU\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible format\u003c\/th\u003e\n\u003ctd\u003epowered handle with interchangeable styling heads\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed temperature range\u003c\/th\u003e\n\u003ctd\u003e140–200 °C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed timing\u003c\/th\u003e\n\u003ctd\u003e30-second heat-up and 30-minute timer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed features\u003c\/th\u003e\n\u003ctd\u003eanti-scald design, anti-tangle performance, specialty coating, and all-day styling\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\u003eSwitch off, unplug, and allow every part to cool completely on a heat-safe surface before changing attachments, cleaning, or storage. Remove loose hair with a dry soft brush and wipe the unplugged exterior with a barely damp cloth. Never immerse the handle, cord, plug, or heated heads in water. Keep vents and attachment connections clear. Do not wrap the cord tightly around the appliance, use it near a bath or sink, or store it while warm. Discontinue use after drops, overheating, sparking, unusual odor, cracked insulation, or a loose connection.\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 the tool certified for my country?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state safe operation for UK, US, and EU plug markets, but no independent certification file or market-specific rating evidence has been verified. Confirm local compliance before use.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes it heat in 30 seconds and style all day?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eThose are listed performance claims. Heat-up time and styling duration can vary with the attachment, setting, hair, environment, and technique, and are not guaranteed by ORINOVAE.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan attachments be changed while hot?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eDo not assume so. Switch off, unplug, and wait until the attachment is fully cool unless verified ORINOVAE instructions give a specific safe procedure.\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":"Black \/ UK Plug","offer_id":47686601310345,"sku":"ORV-STO-BK-UK","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ UK Plug","offer_id":47686601572489,"sku":"ORV-STO-PK-UK","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ US Plug","offer_id":47686601605257,"sku":"ORV-STO-BK-US","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ US Plug","offer_id":47686601638025,"sku":"ORV-STO-PK-US","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ EU Plug","offer_id":47686601670793,"sku":"ORV-STO-BK-EU","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Pink \/ EU Plug","offer_id":47686601703561,"sku":"ORV-STO-PK-EU","price":69.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/64ef7c56_960466f0-2962-4b9a-9782-7d6ee2d4009d.png?v=1785149390"},{"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"},{"product_id":"gardensip-floral-40-oz-handled-tumbler","title":"GardenSip™ Floral 40 oz Handled 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\u003eHydration, with a Little Joy.\u003c\/strong\u003e\u003cbr\u003eA floral 40 oz tumbler that brightens everyday sipping.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Colorful Daily Hydration\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eGardenSip™ brings a large handled tumbler, lid, and straw into one coordinated everyday format. Its tapered lower body is shaped for many vehicle-style cup holders, while the side handle creates another way to lift a full drink. Nine floral, butterfly, and ribbon-led designs make the choice visual rather than technical: select the pattern and colour that fits a desk, commute, picnic, or gift moment. ORINOVAE uses qualified brand language because brand and collaboration claims have not been independently authenticated or authorized for resale.\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\u003eEasy pattern comparison.\u003c\/strong\u003e Every listed design has a concise English option name, from Floral Purple to Pink Ribbon.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne carry-ready format.\u003c\/strong\u003e ORINOVAE product photography shows a tall tapered body, side handle, fitted lid, and drinking straw across the range.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eA giftable visual range.\u003c\/strong\u003e Florals, butterflies, bows, and ribbon motifs create distinct personalities without changing the basic vessel format.\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✓ ORINOVAE product specifications state that the vessel uses 304 stainless steel and holds 40 oz or 1180 ml.\u003c\/li\u003e\n\u003cli\u003e✓ Both are listed specifications and have not been independently confirmed by material certification or calibrated capacity testing.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also describe thermal-retention performance, but no verified hot-or-cold duration is available.\u003c\/li\u003e\n\u003cli\u003e✓ Precondition the tumbler if desired, avoid overfilling, and test the lid position before carrying.\u003c\/li\u003e\n\u003cli\u003e✓ The straw opening and lid are not represented as leakproof, so keep the tumbler upright around electronics, upholstery, and important documents.\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 GardenSip™ for water and other suitable everyday beverages at a desk, in a parked vehicle, during a commute, or beside a relaxed outdoor setup. The large format may become heavy when full; lift it by the body as well as the handle when extra control is needed. Do not use a straw with hot liquids. Keep hot contents away from children, fill below the rim, and allow steam to escape safely. Confirm that the base fits a specific cup holder before driving.\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 Floral Purple, Floral Pink, Floral Blue, Floral White, Butterfly Pink, Butterfly Blue, Chantilly Pink, Blue Ribbon, or Pink Ribbon. Each variant is treated as one 40 oz listed tumbler in the selected design. ORINOVAE product imagery shows a lid and straw; only components explicitly listed for the selected configuration are included. Decorative boxes, flowers, food, and other scene props are not included unless physically packed with the order.\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 shown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed capacity\u003c\/th\u003e\n\u003ctd\u003e40 oz or 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\"\u003eDesigns\u003c\/th\u003e\n\u003ctd\u003enine floral, butterfly, Chantilly, and ribbon options\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBase profile\u003c\/th\u003e\n\u003ctd\u003evisibly tapered for cup-holder-style placement\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 all drink-contact parts before first use. Hand-wash the body, lid, seal, and straw with warm water, mild detergent, and a non-abrasive brush, then rinse and air-dry separately. Avoid bleach, harsh scouring pads, and prolonged soaking of printed surfaces. Dishwasher suitability has not been verified. Inspect the straw, lid, gasket, handle attachment, and interior before every use, and discontinue use if any part is loose, cracked, corroded, or difficult to clean.\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 an authenticated STANLEY or LoveShackFancy collaboration?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE presents the product as an official or authentic branded collaboration, and those marks are visible on the physical item and packaging. ORINOVAE has not independently verified authenticity or resale authorization.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWill it keep a drink hot or cold for a specific time?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications describe thermal retention, but no duration is independently verified or guaranteed here.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it leakproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE does not claim a leakproof rating. Keep the tumbler upright and confirm the lid and seal are seated before use.\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":"Floral Purple \/ 40 oz \/ 1180 ml","offer_id":47686602817673,"sku":"ORV-GDS-FLPUR-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Floral Pink \/ 40 oz \/ 1180 ml","offer_id":47686602948745,"sku":"ORV-GDS-FLPNK-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Floral Blue \/ 40 oz \/ 1180 ml","offer_id":47686602981513,"sku":"ORV-GDS-FLBLU-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Floral White \/ 40 oz \/ 1180 ml","offer_id":47686603014281,"sku":"ORV-GDS-FLWHT-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Butterfly Pink \/ 40 oz \/ 1180 ml","offer_id":47686603047049,"sku":"ORV-GDS-BTPNK-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Butterfly Blue \/ 40 oz \/ 1180 ml","offer_id":47686603079817,"sku":"ORV-GDS-BTBLU-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Chantilly Pink \/ 40 oz \/ 1180 ml","offer_id":47686603112585,"sku":"ORV-GDS-CHPNK-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Blue Ribbon \/ 40 oz \/ 1180 ml","offer_id":47686603145353,"sku":"ORV-GDS-BLRIB-40OZ","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Ribbon \/ 40 oz \/ 1180 ml","offer_id":47686603178121,"sku":"ORV-GDS-PKRIB-40OZ","price":58.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/69cda276_f8948b96-b50f-47cd-95e2-598d96e64188.jpg?v=1785138918"},{"product_id":"daychill-insulated-lunch-and-picnic-bag","title":"DayChill™ Insulated Lunch and Picnic Bag","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\u003ePack Fresh. Carry Easy.\u003c\/strong\u003e\u003cbr\u003eA soft insulated bag for lunch, picnics and everyday outings.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Food on the Go\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eDayChill™ gives lunch, snacks, and picnic essentials one structured place to travel. A wide zippered opening makes the main compartment easy to load, while the front pocket and side mesh pocket keep smaller items from disappearing beneath containers. Padded hand grips and a removable shoulder strap offer two straightforward ways to carry the bag from kitchen to office, car, park, or day trip. Choose the color and size that suit the routine rather than packing several mismatched totes.\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\u003eOpens wide for packing.\u003c\/strong\u003e The rectangular top and dual zipper pulls create clear access to the lined main compartment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOrganizes the extras.\u003c\/strong\u003e A broad front zip pocket and visible side mesh pocket separate utensils, napkins, or a bottle from the main load.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdapts to the day.\u003c\/strong\u003e Small and Large options are offered in Gray, Black, and Navy for individual lunches or a larger shared pack.\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✓ ORINOVAE product photography shows a box-shaped fabric body, black webbing handles, a padded grip, removable shoulder strap, top zipper, reflective silver-tone lining, front zip compartment, and side mesh pocket.\u003c\/li\u003e\n\u003cli\u003e✓ The color variants preserve the same visible structure in Gray, Black, and Navy.\u003c\/li\u003e\n\u003cli\u003e✓ Claims about waterproofing, leakproof construction, insulation layers, exact materials, cooling time, heat retention, and cleaning performance remain listed statements and are not presented as guaranteed performance.\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 DayChill™ for office lunches, school-day food containers, park snacks, short road trips, grocery transfers, or compact picnic supplies. Pack foods in sealed containers, keep raw and ready-to-eat items appropriately separated, and use suitable cold packs when temperature control matters. The bag is a carrier, not proof that perishable food has remained at a safe temperature.\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 Gray, Black, or Navy in Small or Large. Each variant includes one carry bag in the selected color and size. Food, bottles, containers, ice packs, utensils, and styling props are not included. The shoulder strap is shown with the product; review the included-parts information before use and contact support if a listed component is missing.\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\u003estructured lunch and picnic carry bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSizes\u003c\/th\u003e\n\u003ctd\u003eSmall and Large\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eGray, Black, and Navy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible storage\u003c\/th\u003e\n\u003ctd\u003emain zip compartment, front zip pocket, and side mesh pocket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCarry options\u003c\/th\u003e\n\u003ctd\u003epadded hand grips and removable shoulder strap\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\u003eRemove contents promptly after use. Wipe the lining and exterior with a soft damp cloth and mild soap, then leave the bag open to dry completely before storage. Brush debris from seams and pockets. Avoid machine washing, bleach, abrasive tools, high heat, and storing the bag while damp.\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\u003eWhat is the difference between Small and Large?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eThey are two listed size options with the same visible pocket and carry layout. Choose according to the containers and cold packs normally carried.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the bag guaranteed leakproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo leakproof guarantee is approved. Keep liquids in sealed containers and wipe spills promptly.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eHow long does it keep food cold or warm?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo fixed duration is approved. Performance depends on starting temperature, ambient conditions, cold packs, packing density, and how often the bag is opened.\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":"Gray, Small","offer_id":47686602850441,"sku":"ORV-DCL-GY-S","price":55.0,"currency_code":"GBP","in_stock":true},{"title":"Black, Small","offer_id":47686603210889,"sku":"ORV-DCL-BK-S","price":55.0,"currency_code":"GBP","in_stock":true},{"title":"Navy, Small","offer_id":47686603243657,"sku":"ORV-DCL-NV-S","price":55.0,"currency_code":"GBP","in_stock":true},{"title":"Gray, Large","offer_id":47686603276425,"sku":"ORV-DCL-GY-L","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"Black, Large","offer_id":47686603309193,"sku":"ORV-DCL-BK-L","price":59.0,"currency_code":"GBP","in_stock":true},{"title":"Navy, Large","offer_id":47686603341961,"sku":"ORV-DCL-NV-L","price":59.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/38134731_d3db0c7c-2e2f-44e2-815a-ad6aa1323c02.jpg?v=1785138923"},{"product_id":"rollchill-wheeled-insulated-carry-bag","title":"RollChill™ Wheeled Insulated Carry Bag","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\u003eKeep It Cool. Roll It Along.\u003c\/strong\u003e\u003cbr\u003eInsulated carrying that takes the load off your hands.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Easier Outdoor Transport\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eRollChill™ turns a bulky food-and-drink load into one organized carry system. The structured gray bag combines a roomy zippered main section with a separate upper compartment, a wide front pocket, side storage, and a compact rolling option. Pack the bag at counter height, close each compartment, then choose the shoulder strap or the trolley configuration according to the route. The result is a cleaner way to move picnic supplies, groceries, event refreshments, or delivery essentials without juggling several loose bags.\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\u003eSeparates the load.\u003c\/strong\u003e Two visible zippered sections help divide frequently reached items from the larger lower compartment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCarry or roll.\u003c\/strong\u003e The trolley configuration adds a telescoping handle and wheels, while the bag-only configuration stays compact.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps small items close.\u003c\/strong\u003e Front and side pockets provide visible places for utensils, napkins, bottles, or other lightweight accessories.\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✓ Product photographs show a heather-gray exterior, black reinforcement panels, dual zipper pulls, a rectangular top opening, a reflective silver-tone inner lining, side handles, a shoulder strap, a front zip pocket, and side mesh storage.\u003c\/li\u003e\n\u003cli\u003e✓ The rolling configuration is shown with a separate black trolley base, twin wheels, and a telescoping handle.\u003c\/li\u003e\n\u003cli\u003e✓ Cooling duration, temperature performance, leak resistance, exact capacity, and material composition are listed claims that remain unverified.\u003c\/li\u003e\n\u003cli\u003e✓ Use sealed containers and cold packs appropriate for the contents rather than relying on an unverified performance promise.\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\u003eRollChill™ fits picnics, park days, road-trip staging, outdoor events, grocery transfers, shared lunches, and other situations where several containers need one place. Pack heavier items low and distribute weight evenly. Keep liquids sealed, do not place loose ice directly inside unless later verified care instructions permit it, and lift the trolley over stairs or rough curbs instead of pulling it by the extended handle.\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 Gray Bag + Trolley for one insulated-style carry bag with the pictured rolling base, or Gray Bag Only for the bag without the trolley. Food, drink, ice, containers, and styling props are not included. The shoulder strap is visible in ORINOVAE product photography, but only components explicitly listed for the selected configuration are included.\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\u003estructured wheeled or carry cooler bag\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eheather gray with black trim\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompartments\u003c\/th\u003e\n\u003ctd\u003etwo main zippered sections plus front and side storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCarry methods\u003c\/th\u003e\n\u003ctd\u003eside handles and shoulder strap; optional trolley configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eInterior\u003c\/th\u003e\n\u003ctd\u003evisible reflective silver-tone lining\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\u003eEmpty the bag after every use. Wipe the lining with a soft damp cloth and mild soap, then leave every compartment open until completely dry. Clean the exterior gently, remove debris from wheels, and store the trolley handle collapsed. Avoid machine washing, harsh solvents, sharp objects, and prolonged storage while damp.\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\u003eDoes every option include the trolley?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. Select Gray Bag + Trolley when the rolling base is required. Gray Bag Only excludes the trolley.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eHow long will contents stay cold?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo retention time is approved. Results depend on starting temperature, cold packs, ambient conditions, opening frequency, and the packed load.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan loose ice go directly inside?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eDirect loose-ice use is not verified. Use sealed ice packs and sealed containers until manufacturer documentation establishes otherwise.\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":"Gray Bag + Trolley","offer_id":47686603440265,"sku":"ORV-RCL-GT-STD","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Bag Only","offer_id":47686603604105,"sku":"ORV-RCL-GB-STD","price":65.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/f0453fc4_7d109905-532d-4a8c-b201-4492d615052e.jpg?v=1785138954"},{"product_id":"campcircle-folding-table-and-padded-chair-set","title":"CampCircle™ Folding Table and Padded Chair Set","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\u003eGather. Sit. Stay Awhile.\u003c\/strong\u003e\u003cbr\u003eA folding table-and-chair set for shared outdoor pauses.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Time Together Outdoors\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eCampCircle™ brings the pieces for an outdoor pause into one coordinated set. Instead of matching a table with separate chairs one by one, choose a compact two-chair arrangement or a larger four-chair setup in a consistent finish. The folding table creates a shared surface for drinks, snacks, cards, or campsite essentials, while the wraparound moon chairs provide individual seats. Every configuration is organized by table size, table finish, chair colour, and included chair count so the set arriving at your door is easier to understand.\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\u003eOne coordinated setup.\u003c\/strong\u003e Each variant combines one folding table with either two or four matching padded moon chairs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eChoose the gathering size.\u003c\/strong\u003e Medium sets suit a smaller pair, while large sets create room for a four-seat arrangement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFolds between outings.\u003c\/strong\u003e Visible crossing frames collapse for storage and transport between home, vehicle, campsite, beach, or garden.\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✓ ORINOVAE product imagery shows a slatted folding tabletop, crossed metal-look legs, padded fabric chair bodies, wraparound seat sides, and compact folding frames.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE lists the medium table at 90 × 60 × 45 cm, the large table at 120 × 60 × 45 cm, and each chair at approximately 47 × 47 × 65 cm when open.\u003c\/li\u003e\n\u003cli\u003e✓ Small manufacturing variation may occur.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also state that each chair supports approximately 120 kg, uses 3 cm hollow-cotton padding, a six-layer reinforced frame, and 600D Oxford cloth, and provides an approximately 140-degree lounge angle.\u003c\/li\u003e\n\u003cli\u003e✓ These are listed specifications, not independently verified performance guarantees.\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 CampCircle™ for low-key camping meals, patio conversation, garden breaks, fishing-day staging, beach picnics, or extra seating beside a parked vehicle. Place every piece on firm, level ground. Open each frame completely before use, keep fingers away from folding joints, and check that feet and connectors are stable. ORINOVAE product specifications state that the furniture opens in one second without installation; actual setup should still be performed carefully and checked before anyone sits down. This is furniture, not a climbing surface, step, or permanent all-weather installation.\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\u003eMedium configurations include one medium table and two chairs. Large configurations include one large table and four chairs. Choose a wood-look table with Tea White chairs, a black table with Jet Black chairs, or a wood-look table with Khaki chairs. Carry bags and props are included only when explicitly listed for the selected configuration. URBAN WAVE wording is visibly printed on the chairs; trademark authorization has not been verified, so this product page retains qualified claims.\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\"\u003eSet type\u003c\/th\u003e\n\u003ctd\u003efolding table with padded folding moon chairs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMedium table\u003c\/th\u003e\n\u003ctd\u003elisted 90 × 60 × 45 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLarge table\u003c\/th\u003e\n\u003ctd\u003elisted 120 × 60 × 45 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eChair\u003c\/th\u003e\n\u003ctd\u003elisted approximately 47 × 47 × 65 cm when open\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eIncluded chairs\u003c\/th\u003e\n\u003ctd\u003etwo with medium sets; four with large sets\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\u003eBrush away dry dirt after use and wipe hard surfaces with a soft damp cloth. Spot-clean fabric gently, allow every part to dry fully before folding, and store in a ventilated indoor area. Keep away from flame, prolonged rain, and corrosive cleaners. Recheck fabric seams, frame joints, feet, and locking points before each outing. Stop use if fabric tears, a tube bends, a connector loosens, or the frame no longer opens evenly.\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 product for a chair only?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. Every listed variant is a table-and-chair set. The option name states the table finish, chair colour, and chair quantity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the 120 kg capacity independently verified?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. It is a listed claim. Use cautiously, inspect the chair before sitting, and do not exceed the product label.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan the set stay outdoors permanently?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eIt is folding portable furniture. Dry it after use and store it indoors between outings to limit avoidable weather exposure.\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":"Medium Wood Table + 2 Tea White Chairs","offer_id":47686603538569,"sku":"ORV-CPS-MWT-2","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Medium Black Table + 2 Jet Black Chairs","offer_id":47686603636873,"sku":"ORV-CPS-MBJ-2","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Medium Wood Table + 2 Khaki Chairs","offer_id":47686603669641,"sku":"ORV-CPS-MWK-2","price":249.0,"currency_code":"GBP","in_stock":true},{"title":"Large Wood Table + 4 Tea White Chairs","offer_id":47686603702409,"sku":"ORV-CPS-LWT-4","price":299.0,"currency_code":"GBP","in_stock":true},{"title":"Large Black Table + 4 Jet Black Chairs","offer_id":47686603735177,"sku":"ORV-CPS-LBJ-4","price":299.0,"currency_code":"GBP","in_stock":true},{"title":"Large Wood Table + 4 Khaki Chairs","offer_id":47686603767945,"sku":"ORV-CPS-LWK-4","price":299.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/bd68a94f_bc66f491-6a12-4474-86cd-5944da958b25.png?v=1785155001"},{"product_id":"nightguard-electric-mosquito-control-lamp","title":"NightGuard™ Electric Mosquito Control Lamp","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\u003eA Calmer Night Starts Here.\u003c\/strong\u003e\u003cbr\u003eAn electric mosquito-control option for considered indoor use.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for More Comfortable Evenings\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eNightGuard™ offers one compact place for a listed mosquito-attraction light, electric grid, display, and household lamp function. The tall rounded housing keeps its controls near the top and presents the operating area behind a protective-looking outer grille. Choose the Plug-In version for a fixed powered location or the Rechargeable version when a cordless operating option better suits the room. This product uses qualified safety language because electrical certification, exposure safety, performance testing, and suitability around children have not been independently verified.\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\u003eTwo clear power choices.\u003c\/strong\u003e The English configuration names distinguish the listed Plug-In and Rechargeable versions before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCombined bedside-scale format.\u003c\/strong\u003e ORINOVAE product photography presents insect-control and lighting functions in one upright enclosure rather than separate devices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisible operating information.\u003c\/strong\u003e The top control area and digital display are shown in the ORINOVAE product imagery, making the physical layout easier to understand.\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✓ ORINOVAE product specifications state that the unit uses a 3000 V electric grid, UV or 360-degree mosquito attraction, CO2 breath simulation, and approximately 30 dB operation.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also state a coverage area of 120–150 square metres.\u003c\/li\u003e\n\u003cli\u003e✓ These are listed claims, not independently tested ORINOVAE performance guarantees.\u003c\/li\u003e\n\u003cli\u003e✓ Real results may vary with room layout, placement, ambient light, insect species, airflow, and operating mode.\u003c\/li\u003e\n\u003cli\u003e✓ Do not touch the internal grid, insert objects through the grille, obstruct openings, or operate a damaged unit.\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\u003eORINOVAE presents NightGuard™ for indoor household rooms, including bedrooms and shared living spaces. ORINOVAE product specifications also state that it is safe for pregnant people, infants, and children; that statement has not been supported by certification or independent exposure testing. Keep the unit, charging lead, and power connection out of children's reach. Use only in a dry, stable, well-ventilated location away from bedding, curtains, water, flammable materials, and unattended play areas. Follow the received electrical label and manual if they differ from this overview.\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 Plug-In or Rechargeable. Each variant is treated as one lamp in the selected power configuration. A charging cable, plug adapter, cleaning brush, replacement part, or other accessory is included only when explicitly listed for the selected configuration. Voltage, plug type, battery chemistry, battery capacity, charge time, and run time are not independently verified and should be checked against the product label and included instructions before use.\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\u003elisted electric mosquito control lamp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConfigurations\u003c\/th\u003e\n\u003ctd\u003ePlug-In and Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed grid\u003c\/th\u003e\n\u003ctd\u003e3000 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed coverage\u003c\/th\u003e\n\u003ctd\u003e120–150 square metres\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed sound level\u003c\/th\u003e\n\u003ctd\u003eapproximately 30 dB\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\u003eDisconnect external power and switch the unit off before moving or cleaning it. Allow the unit to cool, then empty debris only through the method described in the received manual. Keep liquids, sprays, metal tools, and abrasive cleaners away from the electrical area. Inspect the grille, cable, connector, housing, and charging area before each use. Stop using the lamp if it is cracked, wet, unusually hot, sparking, or producing an unfamiliar odour.\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 the 120–150 square metre coverage guaranteed?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. It is a listed figure and has not been independently verified.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it certified safe around infants or children?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eThat statement appears in ORINOVAE product specifications, but supporting certification is not available in the available documentation. Adult placement and supervision are essential.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eORINOVAE product specifications state a 30-day trial and a 10-year replacement promise. Those terms are not an ORINOVAE warranty unless they appear in the store policy and order documents.\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":"Plug-In","offer_id":47686603997321,"sku":"ORV-NGD-PLUG-01","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"Rechargeable","offer_id":47686604161161,"sku":"ORV-NGD-RECH-01","price":49.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/020a9f29_8e0500a5-3346-46aa-bce0-37fe57549db0.png?v=1785150309"},{"product_id":"terrasleeve-quilted-laptop-carry-case","title":"TerraSleeve™ Quilted Laptop Carry Case","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 Tech with Quiet Confidence.\u003c\/strong\u003e\u003cbr\u003eA quilted sleeve for laptops and daily essentials.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Organized Everyday Carry\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eTerraSleeve™ gives a laptop or tablet a soft, clearly defined layer before it goes into a backpack, tote, or suitcase. The calm wave-quilted exterior makes the case easy to recognize, while the rectangular zip opening keeps the device separate from loose chargers, notebooks, and everyday clutter. Choose the color and measured case size that best match the actual device. The result is a cleaner carry routine without adding the bulk of a rigid briefcase.\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\u003eAdds a dedicated device layer.\u003c\/strong\u003e The soft lined interior separates a computer from rougher items in the surrounding bag.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps the profile simple.\u003c\/strong\u003e A single perimeter zipper and low-profile pull tabs maintain a tidy rectangular shape.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFits different visual routines.\u003c\/strong\u003e Khaki, Ivory, Black, Olive Green, and Sky Blue bring the same quilted construction to five neutral color directions.\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✓ ORINOVAE product photography shows a softly padded exterior, wave-shaped quilting, a two-way zipper, fabric pull tabs, a light brown side tab, and a soft inner lining.\u003c\/li\u003e\n\u003cli\u003e✓ Three measured case sizes are offered.\u003c\/li\u003e\n\u003cli\u003e✓ Those measurements describe the listed product dimensions, not a guarantee that every device marketed by screen size will fit.\u003c\/li\u003e\n\u003cli\u003e✓ Compare the complete width, height, and thickness of the computer or tablet—including any protective shell—with the selected sleeve.\u003c\/li\u003e\n\u003cli\u003e✓ Listed statements about recycled nylon, exact foam layers, water resistance, scratch protection, pressure resistance, or specific model compatibility remain unverified.\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 TerraSleeve™ for commuting, study sessions, coworking days, airport transfers, or storing a device separately at home. Close the zipper before lifting and place the sleeved device where it will not be bent by dense or sharp objects. The case is a soft carrier, not a rigid impact case. Keep electronics away from rain, spilled liquids, high heat, and crushing loads. When traveling, handle the containing bag carefully even when the sleeve is in use.\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 Khaki, Ivory, Black, Olive Green, or Sky Blue in Small, Medium, or Large. Each variant includes one quilted sleeve in the selected color and measured size. Laptop, tablet, charger, mouse, notebooks, clothing, and styling props are not included. Natural lighting and screen settings can make pale colors appear slightly different; use the dedicated SKU images as the closest visual 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\u003esoft quilted laptop and tablet sleeve\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSmall\u003c\/th\u003e\n\u003ctd\u003elisted 27.8 × 20.8 × 2 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMedium\u003c\/th\u003e\n\u003ctd\u003elisted 34 × 24.5 × 2.3 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLarge\u003c\/th\u003e\n\u003ctd\u003elisted 39 × 27.5 × 2.5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eKhaki, Ivory, Black, Olive Green, and Sky Blue\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eClosure\u003c\/th\u003e\n\u003ctd\u003evisible two-way perimeter zipper\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\u003eRemove the device and empty the sleeve before cleaning. Brush away dry debris, then spot-clean gently with a soft damp cloth and mild soap. Air-dry fully with the zipper open. Avoid machine washing unless ORINOVAE care guidance explicitly permits it. Do not use bleach, abrasive tools, solvents, high heat, or an iron.\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\u003eWhich size should I choose?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eMeasure the complete device and any attached shell, then compare those dimensions with the listed case size. Allow room for the zipper to close without force.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs it waterproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo waterproof rating is approved. Keep the sleeve and device away from rain and liquid spills.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes it provide drop protection?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo drop or impact rating is approved. It is a soft organizational sleeve and should be handled carefully.\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":"Khaki \/ Small — 27.8 × 20.8 × 2 cm","offer_id":47686604030089,"sku":"ORV-TSL-KH-S","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Ivory \/ Small — 27.8 × 20.8 × 2 cm","offer_id":47686604193929,"sku":"ORV-TSL-IV-S","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Small — 27.8 × 20.8 × 2 cm","offer_id":47686604226697,"sku":"ORV-TSL-BK-S","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Olive Green \/ Small — 27.8 × 20.8 × 2 cm","offer_id":47686604259465,"sku":"ORV-TSL-OG-S","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ Small — 27.8 × 20.8 × 2 cm","offer_id":47686604292233,"sku":"ORV-TSL-SB-S","price":42.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Medium — 34 × 24.5 × 2.3 cm","offer_id":47686604325001,"sku":"ORV-TSL-KH-M","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Ivory \/ Medium — 34 × 24.5 × 2.3 cm","offer_id":47686604357769,"sku":"ORV-TSL-IV-M","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Medium — 34 × 24.5 × 2.3 cm","offer_id":47686604390537,"sku":"ORV-TSL-BK-M","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Olive Green \/ Medium — 34 × 24.5 × 2.3 cm","offer_id":47686604423305,"sku":"ORV-TSL-OG-M","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ Medium — 34 × 24.5 × 2.3 cm","offer_id":47686604456073,"sku":"ORV-TSL-SB-M","price":45.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Large — 39 × 27.5 × 2.5 cm","offer_id":47686604488841,"sku":"ORV-TSL-KH-L","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"Ivory \/ Large — 39 × 27.5 × 2.5 cm","offer_id":47686604521609,"sku":"ORV-TSL-IV-L","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Large — 39 × 27.5 × 2.5 cm","offer_id":47686604554377,"sku":"ORV-TSL-BK-L","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"Olive Green \/ Large — 39 × 27.5 × 2.5 cm","offer_id":47686604587145,"sku":"ORV-TSL-OG-L","price":49.0,"currency_code":"GBP","in_stock":true},{"title":"Sky Blue \/ Large — 39 × 27.5 × 2.5 cm","offer_id":47686604619913,"sku":"ORV-TSL-SB-L","price":49.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/51e88ee5_e2d4ad30-67bb-4466-80a0-8d3d270b14af.jpg?v=1785138999"},{"product_id":"commutecore-structured-laptop-backpack","title":"CommuteCore™ Structured Laptop Backpack","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\u003eWork Ready. Commute Easy.\u003c\/strong\u003e\u003cbr\u003eStructured storage for tech, documents and daily gear.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Organized Commutes\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eCommuteCore™ gives a laptop, documents, charging gear, and daily essentials one composed place to travel. The clean rectangular profile moves easily between office, class, train, and short trips without looking like technical luggage. A wide main zipper opens to a pale lined interior with a separate device sleeve, while the front section and side pockets keep smaller items from sinking beneath the day’s load. Choose Black, Navy, or Gray, then pack according to the actual dimensions of the items you carry.\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\u003eSeparates devices from loose gear.\u003c\/strong\u003e The visible inner sleeve and retaining strap create a defined place for a laptop or tablet.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps the silhouette tidy.\u003c\/strong\u003e A smooth front panel and low-profile pocketing reduce visual clutter for everyday commuting.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupports different carry moments.\u003c\/strong\u003e Padded shoulder straps, a top grab loop, side pockets, and a rear luggage strap are all visible in ORINOVAE product photography.\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✓ Product photographs show a two-way main zipper, padded back panel, adjustable shoulder straps, top handle, front zip compartment, two side pockets, a rear open pocket, a luggage pass-through strap, and a light gray interior.\u003c\/li\u003e\n\u003cli\u003e✓ A small side pass-through is pictured with a cable and earbuds, but no power bank, cable, or electronic component is confirmed as included.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE lists a 15.6-inch size class; device fit depends on the full width, height, and thickness of the device and its case.\u003c\/li\u003e\n\u003cli\u003e✓ Claims about waterproofing, theft prevention, fabric composition, exact capacity, or impact protection remain unverified.\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 CommuteCore™ for workdays, study sessions, airport transfers, coworking visits, or one-bag daytime travel. Place the heaviest flat item against the back panel, close every zipper before lifting, and avoid overfilling the upper corners. The rear strap can slide over a suitable suitcase handle, but the backpack should still be lifted over stairs and rough transitions. Keep electronics in protective sleeves when the route or weather calls for added protection.\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 Black, Navy, or Gray. Every variant is listed as the 15.6-inch size class and includes one backpack in the selected color. Laptop, tablet, magazines, headphones, cables, bottles, clothing, and other styling props are not included. Confirm the selected color and inspect straps, stitching, zipper travel, and pockets before first use.\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\u003estructured everyday laptop backpack\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eBlack, Navy, and Gray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed size class\u003c\/th\u003e\n\u003ctd\u003e15.6-inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible storage\u003c\/th\u003e\n\u003ctd\u003emain compartment, device sleeve, front compartment, side pockets, and rear pocket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCarry features\u003c\/th\u003e\n\u003ctd\u003epadded shoulder straps, top grab loop, and rear luggage strap\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\u003eEmpty every pocket before cleaning. Brush off dry debris, then spot-clean with a soft damp cloth and mild soap. Air-dry fully with compartments open. Avoid machine washing, bleach, harsh solvents, high heat, and storing the bag while damp. Do not pull zippers against an overpacked compartment.\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\u003eWill every 15.6-inch laptop fit?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo universal fit is guaranteed. Compare the complete device and case dimensions with the usable compartment before purchase.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes the side port charge a device?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo electronic accessory is confirmed. The image shows a cable pass-through only; power bank and cable are not included.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eIs the backpack waterproof?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo waterproof rating is approved. Protect electronics from rain and prolonged moisture.\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":"Navy \/ 15.6-inch","offer_id":47686604849289,"sku":"ORV-CMT-NV-156","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 15.6-inch","offer_id":47686604980361,"sku":"ORV-CMT-BK-156","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 15.6-inch","offer_id":47686605013129,"sku":"ORV-CMT-GY-156","price":58.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/54e11d5f_7fa5a7ce-9d23-4dd4-a2c0-a91b3e64c216.jpg?v=1785139035"},{"product_id":"packsuite-integrated-travel-organizer","title":"PackSuite™ Integrated Travel Organizer","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\u003ePack Once. Find Everything.\u003c\/strong\u003e\u003cbr\u003eAn integrated organizer that keeps travel essentials together.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for More Ordered Travel\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003ePackSuite™ turns a loose suitcase load into one integrated organizer that can be packed flat, lifted by its handles, and opened as a clear set of compartments. Instead of searching through separate pouches, group clothing and small essentials by section, close the zippers, and place the organizer inside the suitcase. At the destination, the opened layout keeps each category visible while the outer case provides a single grab-and-go form for transfers between room, car, and luggage.\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 visible zones.\u003c\/strong\u003e The open organizer shows multiple zippered sections for separating garments and smaller personal items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMoves as one unit.\u003c\/strong\u003e Dual handles and a perimeter zipper turn the filled layout into a compact rectangular case.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOffers three calm color choices.\u003c\/strong\u003e Beige, Pink, and Gray variants preserve the same integrated structure and simple icon system.\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✓ ORINOVAE product photography shows a large lower clothing section, four smaller front sections, a slim mesh area, dual carrying handles, two-way zippers, and an outer rectangular case.\u003c\/li\u003e\n\u003cli\u003e✓ Each section is part of the same foldable organizer rather than a claim that seven separate loose bags are supplied.\u003c\/li\u003e\n\u003cli\u003e✓ Small printed icons are physically part of the product and help distinguish the visible zones.\u003c\/li\u003e\n\u003cli\u003e✓ Listed statements about exact materials, compression percentage, water resistance, washing method, capacity, and suitcase compatibility remain unverified.\u003c\/li\u003e\n\u003cli\u003e✓ Pack by the dimensions of the real suitcase and leave enough room for the organizer to close without forcing the zipper.\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 PackSuite™ for short trips, family packing, dorm moves, seasonal clothing storage, or keeping personal categories separate in a shared suitcase. Fold garments to fit the chosen section, place dense items near the base, and avoid sharp objects that could press against the fabric. The organizer helps arrange contents; it does not reduce airline weight or guarantee that a particular amount of clothing will fit.\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 Beige, Pink, or Gray. Each variant includes one integrated travel organizer in the selected color. Suitcase, clothing, shoes, toiletries, electronics, hangers, and styling props are not included. ORINOVAE product specifications describe the design as seven-in-one; this wording refers to the integrated multi-zone layout shown in the product images.\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\u003eintegrated suitcase and travel organizer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eBeige, Pink, and Gray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFormat\u003c\/th\u003e\n\u003ctd\u003efold-open layout with perimeter zipper and carry handles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible organization\u003c\/th\u003e\n\u003ctd\u003elarge clothing section, smaller zip sections, and mesh storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eClosure\u003c\/th\u003e\n\u003ctd\u003etwo-way zippers visible across the main case and compartments\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\u003eEmpty all sections and shake out loose debris. Wipe gently with a soft damp cloth and mild soap, then leave every zipper open until fully dry. Avoid machine washing unless ORINOVAE care guidance explicitly permits it. Keep away from bleach, abrasive brushes, high heat, and prolonged damp storage.\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 seven separate packing cubes?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. The ORINOVAE product imagery shows one integrated organizer with multiple built-in sections.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWill it fit every carry-on suitcase?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eFit is not universal. Compare the folded organizer and packed load with the usable interior of the suitcase.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes it compress clothing by 50 percent?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo compression percentage is approved. Results depend on the contents and how the organizer is packed.\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":"Beige","offer_id":47686604882057,"sku":"ORV-PKS-BE-07","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Pink","offer_id":47686605078665,"sku":"ORV-PKS-PK-07","price":58.0,"currency_code":"GBP","in_stock":true},{"title":"Gray","offer_id":47686605111433,"sku":"ORV-PKS-GY-07","price":58.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/1a00aa61_8cf0d8e8-0aa9-4dc6-bf23-11dda7d6b564.jpg?v=1785139041"},{"product_id":"sleepveil-foldable-mesh-bed-canopy-for-home","title":"SleepVeil™ Foldable Mesh Bed Canopy for Home","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\u003eCreate a Lighter Sleep Space.\u003c\/strong\u003e\u003cbr\u003eA foldable mesh canopy for a more defined bed setting.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Defined Bed Spaces\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eSleepVeil™ organizes a broad ORINOVAE range of foldable mesh canopies into clear style and size choices. ORINOVAE product photography shows an oval fabric perimeter, crossing flexible supports, mesh panels, and open-mesh, sunshade, printed, and partial-cover configurations. Start with the listed footprint, then compare how much mesh or fabric each design visibly uses. ORINOVAE presents these claims with qualification because its infant and child context raises suffocation, entrapment, heat, ventilation, supervision, material, flammability, and mechanical-safety questions that are not resolved by the available product documentation.\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\u003eCompact foldable structure.\u003c\/strong\u003e Product photographs show a low-profile canopy supported by flexible crossing strips instead of a rigid freestanding enclosure.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisible style choices.\u003c\/strong\u003e Ten current listed designs range from printed panels to covered blackout and sunshade versions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTwo listed footprints.\u003c\/strong\u003e English size options separate the listed 125 × 65 × 60 cm and 95 × 45 × 47 cm versions.\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✓ ORINOVAE product specifications describe the product as A-class mother-and-baby grade, made with safe material, breathable, resistant to frame deformation, and capable of one-second opening and folding.\u003c\/li\u003e\n\u003cli\u003e✓ ORINOVAE product specifications also state that dense mesh blocks mosquitoes smaller than 1 mm, provides 360-degree mosquito protection, and that selected covered versions offer blackout or light-shielding performance.\u003c\/li\u003e\n\u003cli\u003e✓ These are listed claims, not independently verified ORINOVAE safety or performance guarantees.\u003c\/li\u003e\n\u003cli\u003e✓ Exact fibres, frame composition, mesh openings, airflow, light reduction, durability, and insect exclusion have not been independently tested.\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\u003eORINOVAE product imagery shows the canopy on beds, cribs, sofas, and floors, while ORINOVAE product specifications describe the larger option for ages 0–5 and the smaller option for ages 0–2. ORINOVAE product specifications also use “carefree” or “zero-burden sleep” wording. Those age, surface, and sleep statements are listed and do not establish suitability for infant sleep, unsupervised use, or any particular sleeping surface. A responsible adult should review local safe-sleep guidance, maintain direct supervision, keep mesh and fabric away from the face, and stop use if the frame, seams, zipper, or support strips are damaged.\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\u003eThe current collection contains ten visible configurations in two listed sizes, creating twenty variants. Printed options include Blue Astronaut, Pink Star Bunny and Green Panda. Covered blackout options use Green Bear, Pink Bear or Gray Puppy treatments, while sunshade options come in Deep Sea Blue, Mint Green, Cherry Pink or Classic Gray. Each variant is treated as one canopy configuration. A mattress, bedding, toy, storage bag, mounting part, or other scene prop is included only when explicitly listed for the selected configuration.\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\u003efoldable mesh bed canopy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible structure\u003c\/th\u003e\n\u003ctd\u003emesh and fabric canopy with flexible crossing supports\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eListed sizes\u003c\/th\u003e\n\u003ctd\u003e125 × 65 × 60 cm and 95 × 45 × 47 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eConfigurations\u003c\/th\u003e\n\u003ctd\u003eten printed, covered-blackout, and sunshade styles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eEvidence status\u003c\/th\u003e\n\u003ctd\u003echild-use and safe-sleep documentation 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\u003eVerified care instructions are not available. Keep the canopy dry and away from flame, heaters, sharp objects, loose cords, and damaged bedding. Before every use, inspect mesh, seams, zipper paths, support strips, and the perimeter for tears, gaps, protrusions, or distortion. Follow the received material label for cleaning. Air-dry completely before folding and storage, and do not use harsh solvents or high heat unless the available product documentation specifically permits them.\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 SleepVeil approved for infant sleep?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo independent infant-sleep approval is established. The listed age and carefree-sleep statements require adult review against applicable safe-sleep guidance.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eDoes it block mosquitoes or reduce light?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eBoth claims appear in ORINOVAE product specifications for relevant configurations, but insect-exclusion and light-reduction performance have not been independently tested.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eWhich size should I choose?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eCompare the listed dimensions with the intended placement. The listed age bands are listed statements, not verified safety recommendations.\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":"Blue Astronaut \/ 125 x 65 x 60 cm","offer_id":47686605275273,"sku":"ORV-SLV-BA-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Star Bunny \/ 125 x 65 x 60 cm","offer_id":47686605504649,"sku":"ORV-SLV-PR-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Green Panda \/ 125 x 65 x 60 cm","offer_id":47686605537417,"sku":"ORV-SLV-GP-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Green Bear Blackout \/ 125 x 65 x 60 cm","offer_id":47686605570185,"sku":"ORV-SLV-GB-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Bear Blackout \/ 125 x 65 x 60 cm","offer_id":47686605602953,"sku":"ORV-SLV-RB-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Puppy Blackout \/ 125 x 65 x 60 cm","offer_id":47686605635721,"sku":"ORV-SLV-GD-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Deep Sea Blue \/ 125 x 65 x 60 cm","offer_id":47686605668489,"sku":"ORV-SLV-SD-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Mint Green \/ 125 x 65 x 60 cm","offer_id":47686605701257,"sku":"ORV-SLV-SM-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Cherry Pink \/ 125 x 65 x 60 cm","offer_id":47686605734025,"sku":"ORV-SLV-SP-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Classic Gray \/ 125 x 65 x 60 cm","offer_id":47686605766793,"sku":"ORV-SLV-SG-125","price":79.0,"currency_code":"GBP","in_stock":true},{"title":"Blue Astronaut \/ 95 x 45 x 47 cm","offer_id":47686605799561,"sku":"ORV-SLV-BA-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Star Bunny \/ 95 x 45 x 47 cm","offer_id":47686605832329,"sku":"ORV-SLV-PR-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Green Panda \/ 95 x 45 x 47 cm","offer_id":47686605865097,"sku":"ORV-SLV-GP-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Green Bear Blackout \/ 95 x 45 x 47 cm","offer_id":47686605897865,"sku":"ORV-SLV-GB-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Bear Blackout \/ 95 x 45 x 47 cm","offer_id":47686605930633,"sku":"ORV-SLV-RB-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Gray Puppy Blackout \/ 95 x 45 x 47 cm","offer_id":47686605963401,"sku":"ORV-SLV-GD-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Deep Sea Blue \/ 95 x 45 x 47 cm","offer_id":47686605996169,"sku":"ORV-SLV-SD-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Mint Green \/ 95 x 45 x 47 cm","offer_id":47686606028937,"sku":"ORV-SLV-SM-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Cherry Pink \/ 95 x 45 x 47 cm","offer_id":47686606061705,"sku":"ORV-SLV-SP-095","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Sunshade Classic Gray \/ 95 x 45 x 47 cm","offer_id":47686606094473,"sku":"ORV-SLV-SG-095","price":72.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/870388f1_4b65e701-936f-4154-82a0-7edeff3db230.png?v=1785155109"},{"product_id":"memoscape-felt-photo-and-memo-display-board","title":"MemoScape™ Felt Photo and Memo Display Board","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\u003eMake Room for What Matters.\u003c\/strong\u003e\u003cbr\u003eA soft display surface for photos, notes and daily inspiration.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Personal Everyday Display\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003ePhotos, reminders, tickets, sketches, and small keepsakes deserve a home that is easy to see and simple to refresh. MemoScape™ turns an open section of wall into a calm visual landing place, keeping the moments and notes that matter within view without adding another frame or shelf. The soft, frameless panel feels relaxed rather than formal, while its irregular edge gives a photo wall or desk area a more personal finish. Arrange a few favorite images, build a changing inspiration board, or give everyday reminders a clear place away from a crowded desktop.\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\u003eMakes memories visible.\u003c\/strong\u003e Create one shared surface for photographs, postcards, notes, and lightweight paper pieces you want to revisit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdapts as life changes.\u003c\/strong\u003e Refresh the arrangement for a new season, project, trip, or routine without committing to one fixed layout.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFits different walls.\u003c\/strong\u003e Four listed panel sizes and four warm neutral colors make it easier to choose a proportion that suits the room.\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 visible surface has a soft, matte felt appearance that keeps the composition warm and quiet.\u003c\/li\u003e\n\u003cli\u003e✓ A thin, frameless profile lets photographs and notes become the focus, and the irregular deckled-style perimeter prevents a large panel from feeling too rigid.\u003c\/li\u003e\n\u003cli\u003e✓ The ORINOVAE product photography shows the board used with small pins, letters, cards, and photo prints.\u003c\/li\u003e\n\u003cli\u003e✓ Those styling pieces demonstrate possible arrangements only.\u003c\/li\u003e\n\u003cli\u003e✓ Plan the layout on the floor first, leave breathing room between clusters, and keep frequently changed notes near an easy-to-reach edge.\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\u003eMemoScape™ suits home offices, study corners, bedrooms, creative workspaces, entry areas, and shared family spaces. Use it as a memory wall, a gentle planning surface, a display for children's artwork, or a changing collection of travel fragments. Before installation, check that the chosen wall, mounting method, and included components are appropriate for the surface and intended load. Keep pins and other small or sharp accessories away from children and pets.\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 Light Camel, Deep Camel, Golden Ochre, or Milk Coffee in 40 × 60 cm, 60 × 80 cm, 60 × 120 cm, or 80 × 120 cm. Each selected variant includes one felt display panel. The ORINOVAE option labels also list pins and adhesive tabs; review the included-parts information before installation. Photos, letters, cards, desk objects, and other styling accessories shown in the gallery are not included. ORINOVAE lists these dimensions; normal manufacturing variation may occur.\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\u003eframeless felt photo and memo display board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible finish\u003c\/th\u003e\n\u003ctd\u003esoft matte felt surface with an irregular edge\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors\u003c\/th\u003e\n\u003ctd\u003eLight Camel, Deep Camel, Golden Ochre, and Milk Coffee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSizes\u003c\/th\u003e\n\u003ctd\u003e40 × 60 cm, 60 × 80 cm, 60 × 120 cm, and 80 × 120 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOrientation\u003c\/th\u003e\n\u003ctd\u003emount horizontally or vertically to suit the planned arrangement\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\u003eDust gently with a clean, dry, soft brush or low-suction fabric attachment. Test any cleaning method on a hidden corner first. Avoid soaking, aggressive rubbing, high heat, and heavy objects. Recheck the installation regularly, especially after rearranging the display, and replace damaged mounting components before continued use.\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\u003eWhich size should I choose?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eMeasure the available wall area and mark the proposed outline with removable paper tape. Choose a smaller size for a focused desk display or a wider panel for a photo-wall composition.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan I use it on every wall finish?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo mounting method suits every surface. Check the wall condition and component instructions before installation, and avoid fragile, dusty, damp, textured, or recently painted surfaces unless the mounting guidance explicitly permits them.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eAre the display photos and letters included?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. They are styling examples. The selected variant includes one felt panel; review the included-parts information for the listed pins and adhesive tabs.\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":"Light Camel \/ 60 x 80 cm","offer_id":47686606258313,"sku":"ORV-MSC-LC-6080","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Deep Camel \/ 60 x 80 cm","offer_id":47686606291081,"sku":"ORV-MSC-DC-6080","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Ochre \/ 60 x 80 cm","offer_id":47686606323849,"sku":"ORV-MSC-GO-6080","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Milk Coffee \/ 60 x 80 cm","offer_id":47686606356617,"sku":"ORV-MSC-MC-6080","price":69.0,"currency_code":"GBP","in_stock":true},{"title":"Light Camel \/ 60 x 120 cm","offer_id":47686606389385,"sku":"ORV-MSC-LC-60120","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Deep Camel \/ 60 x 120 cm","offer_id":47686606422153,"sku":"ORV-MSC-DC-60120","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Ochre \/ 60 x 120 cm","offer_id":47686606454921,"sku":"ORV-MSC-GO-60120","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Milk Coffee \/ 60 x 120 cm","offer_id":47686606487689,"sku":"ORV-MSC-MC-60120","price":72.0,"currency_code":"GBP","in_stock":true},{"title":"Light Camel \/ 80 x 120 cm","offer_id":47686606520457,"sku":"ORV-MSC-LC-80120","price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Deep Camel \/ 80 x 120 cm","offer_id":47686606553225,"sku":"ORV-MSC-DC-80120","price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Golden Ochre \/ 80 x 120 cm","offer_id":47686606585993,"sku":"ORV-MSC-GO-80120","price":75.0,"currency_code":"GBP","in_stock":true},{"title":"Milk Coffee \/ 80 x 120 cm","offer_id":47686606618761,"sku":"ORV-MSC-MC-80120","price":75.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/624495e7_200f2e27-830d-4d98-a4e9-5fd67e2f906a.jpg?v=1785139081"},{"product_id":"wallnest-multi-pocket-hanging-organizer","title":"WallNest™ Multi-Pocket Hanging Organizer","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\u003eUse the Wall. Clear the Surface.\u003c\/strong\u003e\u003cbr\u003eHanging pockets that give small essentials a visible home.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"orvd-sections\"\u003e\n    \u003cdetails class=\"orvd-section\"\u003e\n      \u003csummary\u003eDesigned for Vertical Everyday Storage\u003c\/summary\u003e\n      \u003cdiv class=\"orvd-section__content\"\u003e\n        \u003cp\u003eSmall essentials are useful only when you can see and reach them. WallNest™ turns an unused vertical surface into a calm landing place for toiletries, grooming tools, socks, stationery, soft accessories, and the little items that usually drift across a counter or disappear into a drawer. Instead of adding another box to a crowded shelf, the organizer keeps everyday categories together while leaving the surface below open. Its slim hanging format makes it easy to build a simple routine: put items away in one motion, scan the pockets before leaving, and reset the space without moving several containers.\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\u003eUses overlooked vertical space.\u003c\/strong\u003e The hanging panel adds visible storage without taking over a desk, vanity, bedside table, or shelf.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKeeps mixed essentials easy to sort.\u003c\/strong\u003e Open tiers, mesh sections, and smaller front divisions give different shapes a practical place.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOffers a right-sized setup.\u003c\/strong\u003e Choose a shorter two-tier layout for compact routines or a taller three-tier layout for more categories.\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 organizer combines broad open pockets with mesh-front sections, so frequently used items remain visible while still feeling contained.\u003c\/li\u003e\n\u003cli\u003e✓ Smaller divisions along the lower front help separate narrow objects such as combs, brushes, pens, or tubes.\u003c\/li\u003e\n\u003cli\u003e✓ A flat upper panel keeps the profile tidy, and reinforced top eyelets create clear hanging points.\u003c\/li\u003e\n\u003cli\u003e✓ The two-tier and three-tier structures are visibly different, so the selected configuration is easy to identify.\u003c\/li\u003e\n\u003cli\u003e✓ Neutral gray and warm apricot work with calm interiors without demanding attention from the rest of the room.\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 WallNest™ where small objects collect: beside a bathroom vanity, near a wardrobe, behind a suitable door, above a desk, in a dorm room, or beside a bed. It is especially useful for shared or compact spaces where a clear home for each category matters more than adding another piece of furniture. Always choose mounting hardware and a surface that are appropriate for the intended location and load.\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 Gray or Apricot in either a 2-Tier 40 × 65 cm format or a 3-Tier 40 × 90 cm format. The selected variant includes one hanging organizer. Styling objects, books, toiletries, toys, and other contents shown in photography are not included. Mounting tabs are pictured in the ORINOVAE product imagery; review the included-parts information and follow the ORINOVAE installation guidance before use. Dimensions are listed and may vary slightly because of normal textile construction.\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\u003emulti-pocket hanging organizer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable colors\u003c\/th\u003e\n\u003ctd\u003eGray and Apricot\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable configurations\u003c\/th\u003e\n\u003ctd\u003e2-Tier 40 × 65 cm and 3-Tier 40 × 90 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVisible construction\u003c\/th\u003e\n\u003ctd\u003ewoven fabric surface, stitched edging, mesh sections, open pockets, smaller front divisions, and top eyelets\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eOrientation\u003c\/th\u003e\n\u003ctd\u003evertical hanging storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\n\u003cp\u003eMeasure the intended area and allow space to reach the lowest pocket comfortably. Do not rely on the organizer dimensions alone when choosing mounting hardware; surface type, attachment method, and the weight of stored contents also matter.\u003c\/p\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\u003eEmpty every pocket before cleaning. Follow the ORINOVAE care information for the product, test any cleaning method on a small inconspicuous area, and allow the organizer to dry fully before refilling it. Avoid overloading individual pockets or placing sharp, hot, wet, or leaking items inside. Recheck the hanging points periodically, particularly when the organizer is used on a door or in a humid room.\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\u003eWhich size should I choose?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eChoose the 2-Tier version for a smaller group of daily essentials or limited wall height. Choose the 3-Tier version when you need another broad pocket and have enough vertical clearance.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eCan it hang behind a door?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eIt can suit a door or wall when the surface, clearance, and selected mounting method are compatible. Check that the door can move freely and that the attachment is secure before adding contents.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"orvd-faq-item\"\u003e\u003csummary\u003eAre the items shown in the pockets included?\u003c\/summary\u003e\u003cdiv class=\"orvd-faq-item__answer\"\u003e\u003cp\u003eNo. The books, toiletries, glasses, toys, and accessories shown in the photographs demonstrate possible organization only.\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":"Gray, 2-Tier, 40 x 65 cm","offer_id":47686606717065,"sku":"ORV-WLN-GY-4065","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"Apricot, 2-Tier, 40 x 65 cm","offer_id":47686606782601,"sku":"ORV-WLN-AP-4065","price":35.0,"currency_code":"GBP","in_stock":true},{"title":"Gray, 3-Tier, 40 x 90 cm","offer_id":47686606815369,"sku":"ORV-WLN-GY-4090","price":37.0,"currency_code":"GBP","in_stock":true},{"title":"Apricot, 3-Tier, 40 x 90 cm","offer_id":47686606848137,"sku":"ORV-WLN-AP-4090","price":37.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0770\/6928\/7561\/files\/e8e00f18_8c53ae49-3af4-4014-bec8-79fa84481bd6.png?v=1785149439"}],"url":"https:\/\/orinovae.com\/collections\/frontpage.oembed?page=2","provider":"orinovae","version":"1.0","type":"link"}