{"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","url":"https:\/\/orinovae.com\/products\/journeypack%e2%84%a2-travel-organizer-set","provider":"orinovae","version":"1.0","type":"link"}