{"product_id":"suitcase-c-premium-original","title":"Original Cabin","description":"\u003cbody\u003e\n\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026family=DM+Sans:wght@300;400;500\u0026display=swap');\n\n  :root {\n    --bg: #ffffff;\n    --text: #1a1a1a;\n    --gray-1: #5c5850;\n    --gray-2: #8a857d;\n    --border: #e4e0da;\n    --accent: #9a7e4e;\n    --accent-soft: rgba(154, 126, 78, 0.06);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .product-description {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 64px 32px;\n  }\n\n  .headline {\n    text-align: center;\n    margin-bottom: 56px;\n    padding-bottom: 48px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .headline .eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 20px;\n  }\n\n  .headline h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: 38px;\n    line-height: 1.3;\n    color: var(--text);\n    margin-bottom: 16px;\n  }\n\n  .headline h1 em {\n    font-style: italic;\n    color: var(--accent);\n  }\n\n  .headline .subline {\n    font-size: 15px;\n    color: var(--gray-1);\n    line-height: 1.7;\n    max-width: 520px;\n    margin: 0 auto;\n  }\n\n  .features {\n    display: flex;\n    flex-direction: column;\n    gap: 40px;\n    margin-bottom: 56px;\n  }\n\n  .feature {\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n    padding: 28px 32px;\n    background: var(--accent-soft);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    transition: border-color 0.3s ease;\n  }\n\n  .feature:hover {\n    border-color: var(--accent);\n  }\n\n  .feature-icon {\n    flex-shrink: 0;\n    width: 44px;\n    height: 44px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid rgba(154, 126, 78, 0.3);\n    border-radius: 2px;\n    color: var(--accent);\n    font-size: 18px;\n    margin-top: 2px;\n  }\n\n  .feature-content h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 500;\n    font-size: 20px;\n    color: var(--text);\n    margin-bottom: 8px;\n    letter-spacing: 0.3px;\n  }\n\n  .feature-content p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: var(--gray-1);\n  }\n\n  .feature-content p strong {\n    color: var(--text);\n    font-weight: 400;\n  }\n\n  .specs-bar {\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    padding: 32px 0;\n    margin-bottom: 56px;\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n    flex-wrap: wrap;\n  }\n\n  .spec {\n    text-align: center;\n  }\n\n  .spec .value {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: var(--accent);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .spec .label {\n    font-size: 10px;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gray-2);\n  }\n\n  .closing {\n    text-align: center;\n    padding: 0 16px;\n  }\n\n  .closing p {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.6;\n    color: var(--gray-1);\n    max-width: 500px;\n    margin: 0 auto;\n  }\n\n  .closing p strong {\n    color: var(--text);\n    font-weight: 400;\n    font-style: normal;\n  }\n\n  @media (max-width: 600px) {\n    .product-description { padding: 48px 20px; }\n    .headline h1 { font-size: 28px; }\n    .feature { flex-direction: column; gap: 16px; padding: 24px 20px; }\n    .specs-bar { gap: 32px; }\n    .closing p { font-size: 19px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-description\"\u003e\n\n  \u003cdiv class=\"headline\"\u003e\n    \u003cp class=\"eyebrow\"\u003eAluminum Carry-On Series\u003c\/p\u003e\n    \u003ch1\u003ePack less stress. \u003cem\u003eCarry more confidence.\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"subline\"\u003eA full aluminum carry-on built for people who are tired of replacing cheap luggage every two years. Solid frame. Combination lock. Done.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"features\"\u003e\n\n    \u003cdiv class=\"feature\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3\u003eSolid Aluminum Construction\u003c\/h3\u003e\n        \u003cp\u003eThe entire shell is \u003cstrong\u003ealuminum alloy — no plastic, no fabric, no weak points.\u003c\/strong\u003e It handles rough baggage systems, overhead bin pressure, and anything airport ground crews throw at it. Built to protect what's inside, trip after trip, without showing wear where it matters.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3\u003eCombination Lock, Built In\u003c\/h3\u003e\n        \u003cp\u003eTwo integrated combination locks are part of the frame itself — \u003cstrong\u003eno keys, no padlocks, nothing extra to buy or lose.\u003c\/strong\u003e Set your code, close the latches, and your stuff is locked down. TSA-compatible, so security screenings don't mean damaged hardware or cut zippers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3\u003eQuiet, Smooth Wheels\u003c\/h3\u003e\n        \u003cp\u003eFour 360° spinner wheels that actually roll the way they should — \u003cstrong\u003equietly, smoothly, on any floor.\u003c\/strong\u003e Airport tile, parking lot asphalt, hotel lobby marble. You steer with one hand and keep moving. No dragging, no wobble, no noise.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3\u003eOrganized Interior\u003c\/h3\u003e\n        \u003cp\u003eCompression straps on one side hold clothes flat. Open space on the other for shoes, toiletries, or tech. \u003cstrong\u003eSimple layout, no gimmicks.\u003c\/strong\u003e Everything stays where you packed it — whether the flight is smooth or the handling isn't.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature\"\u003e\n      \u003cdiv class=\"feature-icon\"\u003e◆\u003c\/div\u003e\n      \u003cdiv class=\"feature-content\"\u003e\n        \u003ch3\u003eFits Overhead, Every Time\u003c\/h3\u003e\n        \u003cp\u003eSized within \u003cstrong\u003ecarry-on limits for major US and international airlines.\u003c\/strong\u003e Board with it, store it above your seat, walk off with it. No checking, no waiting at the belt, no risk of lost luggage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-bar\"\u003e\n    \u003cdiv class=\"spec\"\u003e\n      \u003cspan class=\"value\"\u003e100%\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003eAluminum\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec\"\u003e\n      \u003cspan class=\"value\"\u003e4\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003eSpinner Wheels\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec\"\u003e\n      \u003cspan class=\"value\"\u003e2\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003eCombination Locks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec\"\u003e\n      \u003cspan class=\"value\"\u003eCarry-On\u003c\/span\u003e\n      \u003cspan class=\"label\"\u003eApproved Size\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"closing\"\u003e\n    \u003cp\u003eStop replacing luggage. \u003cstrong\u003eStart owning one that lasts.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Valren","offers":[{"title":"S \/ Silver","offer_id":48824921784570,"sku":"VLR-AL-CO-SLV","price":169.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Black","offer_id":48824921817338,"sku":"VLR-AL-CO-BLK","price":169.0,"currency_code":"USD","in_stock":true},{"title":"S \/ Titanium","offer_id":48824921850106,"sku":"VLR-AL-CO-TTN","price":169.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Silver","offer_id":48824921882874,"sku":"VLR-AL-MD-SLV","price":184.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Black","offer_id":48824921915642,"sku":"VLR-AL-MD-BLK","price":184.0,"currency_code":"USD","in_stock":true},{"title":"M \/ Titanium","offer_id":48824921948410,"sku":"VLR-AL-MD-TTN","price":184.0,"currency_code":"USD","in_stock":true},{"title":"P \/ Silver","offer_id":48824921981178,"sku":"VLR-AL-LG-SLV","price":229.0,"currency_code":"USD","in_stock":true},{"title":"P \/ Black","offer_id":48824922013946,"sku":"VLR-AL-LG-BLK","price":229.0,"currency_code":"USD","in_stock":true},{"title":"P \/ Titanium","offer_id":48824922046714,"sku":"VLR-AL-LG-TTN","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/1329\/6634\/files\/titanium.avif?v=1777750345","url":"https:\/\/valrentravel.com\/products\/suitcase-c-premium-original","provider":"Valren","version":"1.0","type":"link"}