{"product_id":"stitch-large-capacity-insulated-tumbler-800ml-316-stainless-steel-thermal-cup-with-handle-straw-hot-cold-coffee-mug-for-travel-office","title":"Stitch Large Capacity Insulated Tumbler 800ML – 316 Stainless Steel Thermal Cup with Handle \u0026 Straw, Hot \u0026 Cold Coffee Mug for Travel Office","description":"\u003cstyle\u003e\n  .stitch-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d2d2d;\n    max-width: 100%;\n    line-height: 1.7;\n  }\n  .stitch-wrapper * {\n    box-sizing: border-box;\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .stitch-hero {\n    background: linear-gradient(135deg, #0d1b2a 0%, #1b3a4b 40%, #2d6a4f 100%);\n    border-radius: 18px;\n    padding: 36px 28px 32px;\n    margin-bottom: 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .stitch-hero::before {\n    content: '✦';\n    position: absolute;\n    top: 16px;\n    right: 20px;\n    font-size: 14px;\n    color: rgba(255,255,255,0.2);\n  }\n  .stitch-hero::after {\n    content: '✦';\n    position: absolute;\n    bottom: 20px;\n    left: 18px;\n    font-size: 10px;\n    color: rgba(255,255,255,0.15);\n  }\n  .stitch-hero .eyebrow {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #52b788;\n    margin-bottom: 10px;\n  }\n  .stitch-hero h2 {\n    font-size: 24px;\n    font-weight: 800;\n    color: #fff;\n    margin: 0 0 10px;\n    letter-spacing: -0.5px;\n    line-height: 1.3;\n  }\n  .stitch-hero .subtitle {\n    font-size: 14px;\n    color: rgba(255,255,255,0.75);\n    margin: 0;\n    display: flex;\n    justify-content: center;\n    gap: 18px;\n    flex-wrap: wrap;\n  }\n  .stitch-hero .subtitle span {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* ── FEATURE CARDS (VERTICAL LIST) ── *\/\n  .stitch-features {\n    display: flex;\n    flex-direction: column;\n    gap: 14px;\n    margin-bottom: 30px;\n  }\n  .stitch-feat {\n    background: #fff;\n    border-radius: 14px;\n    padding: 22px 24px;\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    border: 1px solid #e8e4e0;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .stitch-feat::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 0;\n    bottom: 0;\n    width: 4px;\n    background: linear-gradient(to bottom, #52b788, #2d6a4f);\n    border-radius: 4px 0 0 4px;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n  .stitch-feat:hover {\n    transform: translateX(4px);\n    box-shadow: 0 6px 20px rgba(82,183,136,0.1);\n    border-color: #c7e2d4;\n  }\n  .stitch-feat:hover::before {\n    opacity: 1;\n  }\n  .stitch-feat-num {\n    width: 36px;\n    height: 36px;\n    background: linear-gradient(135deg, #0d1b2a, #1b3a4b);\n    color: #fff;\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 14px;\n    font-weight: 800;\n    flex-shrink: 0;\n    box-shadow: 0 3px 8px rgba(13,27,42,0.2);\n  }\n  .stitch-feat-body h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d1b2a;\n    margin: 0 0 6px;\n    line-height: 1.35;\n  }\n  .stitch-feat-body p {\n    font-size: 13.5px;\n    color: #5a5a5a;\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  \/* ── PHOTO GRID ── *\/\n  .stitch-photos {\n    margin-bottom: 30px;\n  }\n  .stitch-photos-label {\n    font-size: 16px;\n    font-weight: 700;\n    color: #0d1b2a;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .stitch-photos-label span {\n    font-size: 18px;\n  }\n  .stitch-photos-label::after {\n    content: '';\n    flex: 1;\n    height: 1.5px;\n    background: linear-gradient(90deg, #52b788, transparent);\n    border-radius: 2px;\n  }\n  .stitch-photo-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  @media (min-width: 600px) {\n    .stitch-photo-grid {\n      grid-template-columns: repeat(5, 1fr);\n      gap: 10px;\n    }\n  }\n  .stitch-photo-item {\n    border-radius: 12px;\n    overflow: hidden;\n    aspect-ratio: 1\/1;\n    background: #f4f1ec;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n  }\n  .stitch-photo-item:first-child {\n    grid-column: span 2;\n    grid-row: span 2;\n    aspect-ratio: auto;\n  }\n  @media (max-width: 599px) {\n    .stitch-photo-item:first-child {\n      grid-column: span 2;\n      grid-row: span 1;\n      aspect-ratio: 16\/9;\n    }\n  }\n  .stitch-photo-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .stitch-photo-item:hover img {\n    transform: scale(1.05);\n  }\n\n  \/* ── SUMMARY BOX ── *\/\n  .stitch-summary {\n    background: linear-gradient(135deg, #f0f7f4 0%, #e8f5e9 100%);\n    border: 1px solid #c8e6c9;\n    border-radius: 16px;\n    padding: 24px;\n    margin-bottom: 24px;\n    position: relative;\n  }\n  .stitch-summary::before {\n    content: '💚';\n    position: absolute;\n    top: -8px;\n    left: 20px;\n    font-size: 18px;\n    background: #fff;\n    padding: 2px 6px;\n    border-radius: 50%;\n    border: 1px solid #c8e6c9;\n  }\n  .stitch-summary p {\n    font-size: 13.5px;\n    color: #3a3a3a;\n    margin: 0 0 12px;\n    line-height: 1.7;\n  }\n  .stitch-summary p:last-child {\n    margin-bottom: 0;\n  }\n  .stitch-summary .keywords {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 14px;\n  }\n  .stitch-summary .kw {\n    background: #0d1b2a;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 600;\n    padding: 5px 12px;\n    border-radius: 50px;\n    letter-spacing: 0.3px;\n  }\n\n  \/* ── SPECS PILL ROW ── *\/\n  .stitch-specs-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n  .stitch-pill {\n    background: #fff;\n    border: 1.5px solid #d4e0d8;\n    border-radius: 50px;\n    padding: 8px 16px;\n    font-size: 12.5px;\n    color: #3a3a3a;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    transition: all 0.2s ease;\n  }\n  .stitch-pill:hover {\n    border-color: #52b788;\n    color: #2d6a4f;\n    background: #f0f7f4;\n  }\n  .stitch-pill strong {\n    color: #0d1b2a;\n    font-weight: 700;\n  }\n\n  \/* ── DIVIDER ── *\/\n  .stitch-divider {\n    border: none;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #d0ccc6, transparent);\n    margin: 24px 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"stitch-wrapper\"\u003e\n\n  \u003c!-- 🔷 HERO --\u003e\n  \u003cdiv class=\"stitch-hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eStitch Collection · 2025\u003c\/div\u003e\n    \u003ch2\u003e🛡️ 800ML Large Capacity\u003cbr\u003eStainless Steel Insulated Tumbler\u003c\/h2\u003e\n    \u003cdiv class=\"subtitle\"\u003e\n      \u003cspan\u003e🥤 800ml\u003c\/span\u003e\n      \u003cspan\u003e🛡️ 316 Steel\u003c\/span\u003e\n      \u003cspan\u003e❄️🔥 6-12H\u003c\/span\u003e\n      \u003cspan\u003e🎨 Stitch Design\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 📋 FEATURES LIST --\u003e\n  \u003cdiv class=\"stitch-features\"\u003e\n    \u003cdiv class=\"stitch-feat\"\u003e\n      \u003cdiv class=\"stitch-feat-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"stitch-feat-body\"\u003e\n        \u003ch3\u003ePremium 316 Stainless Steel Interior\u003c\/h3\u003e\n        \u003cp\u003eFood-grade 316 stainless steel inner liner with durable 304 outer shell for superior corrosion resistance, safe drinking, and long-lasting daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stitch-feat\"\u003e\n      \u003cdiv class=\"stitch-feat-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"stitch-feat-body\"\u003e\n        \u003ch3\u003eLong-Lasting Insulation (6–12 Hours)\u003c\/h3\u003e\n        \u003cp\u003eKeeps beverages hot or cold for up to 12 hours — perfect for coffee, tea, iced drinks, and all-day hydration on the go.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stitch-feat\"\u003e\n      \u003cdiv class=\"stitch-feat-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"stitch-feat-body\"\u003e\n        \u003ch3\u003eExtra-Large 800ML Capacity\u003c\/h3\u003e\n        \u003cp\u003eReduces frequent refills with ample space for your favorite drinks — ideal for work, travel, gym, or outdoor adventures.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stitch-feat\"\u003e\n      \u003cdiv class=\"stitch-feat-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"stitch-feat-body\"\u003e\n        \u003ch3\u003eErgonomic Handle \u0026amp; Straw Lid Design\u003c\/h3\u003e\n        \u003cp\u003eSturdy handle and convenient straw lid for easy one-handed carrying and effortless sipping — designed for everyday convenience.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stitch-feat\"\u003e\n      \u003cdiv class=\"stitch-feat-num\"\u003e5\u003c\/div\u003e\n      \u003cdiv class=\"stitch-feat-body\"\u003e\n        \u003ch3\u003eCute Cartoon Design – Perfect Gift Choice\u003c\/h3\u003e\n        \u003cp\u003eCharming Stitch-themed design makes it an ideal gift for friends, family, kids, or coworkers on birthdays, holidays, and special occasions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"stitch-divider\"\u003e\n\n  \u003c!-- 📸 PHOTO GALLERY --\u003e\n  \u003cdiv class=\"stitch-photos\"\u003e\n    \u003cdiv class=\"stitch-photos-label\"\u003e\n      \u003cspan\u003e📸\u003c\/span\u003e Product Gallery\n    \u003c\/div\u003e\n    \u003cdiv class=\"stitch-photo-grid\"\u003e\n      \u003cdiv class=\"stitch-photo-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/2_fd498ce5-0bc4-4304-aea2-a69660aeaf56.jpg?v=1775209906\" alt=\"Stitch Insulated Tumbler - Main View\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stitch-photo-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/4_8e235a0e-46be-477d-a1fe-d064dfec5887.jpg?v=1775209906\" alt=\"Stitch Insulated Tumbler - Angle View\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stitch-photo-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/3_5cfa9e2c-bd41-4d3b-99af-639317b86af9.jpg?v=1775209906\" alt=\"Stitch Insulated Tumbler - Detail Shot\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stitch-photo-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/5_3df009f4-7a36-42a1-9aae-24e2fac39424.jpg?v=1775209905\" alt=\"Stitch Insulated Tumbler - Usage Shot\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stitch-photo-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/6.jpg?v=1775209907\" alt=\"Stitch Insulated Tumbler - Lifestyle Shot\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"stitch-divider\"\u003e\n\n  \u003c!-- 📦 QUICK SPECS PILLS --\u003e\n  \u003cdiv class=\"stitch-specs-pills\"\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eCapacity:\u003c\/strong\u003e 800ml\u003c\/div\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eInner:\u003c\/strong\u003e 316 Stainless Steel\u003c\/div\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eOuter:\u003c\/strong\u003e 304 Stainless Steel\u003c\/div\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eInsulation:\u003c\/strong\u003e 6–12 Hours\u003c\/div\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eLid:\u003c\/strong\u003e Straw + Handle\u003c\/div\u003e\n    \u003cdiv class=\"stitch-pill\"\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Stitch Cartoon\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 💚 PRODUCT SUMMARY --\u003e\n  \u003cdiv class=\"stitch-summary\"\u003e\n    \u003cp\u003eThis large-capacity insulated tumbler combines \u003cstrong\u003efunctionality and style\u003c\/strong\u003e in one charming package. Featuring a \u003cstrong\u003e316 stainless steel interior\u003c\/strong\u003e for superior temperature retention and durability, it keeps your drinks hot or cold for hours. The \u003cstrong\u003eergonomic handle and straw lid\u003c\/strong\u003e provide unmatched convenience for daily use — whether at home, in the office, or on the go.\u003c\/p\u003e\n    \u003cp\u003eWith its adorable \u003cstrong\u003eStitch cartoon design\u003c\/strong\u003e, this tumbler also makes the perfect gift for any occasion!\u003c\/p\u003e\n    \u003cdiv class=\"keywords\"\u003e\n      \u003cspan class=\"kw\"\u003e🎁 Gift-Ready\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e🏋️ Gym\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e🧳 Travel\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e🏢 Office\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e🏠 Home\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e🎂 Birthday\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e❄️🔥 Hot \u0026amp; Cold\u003c\/span\u003e\n      \u003cspan class=\"kw\"\u003e♻️ Reusable\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Cartoon Thermos","offers":[{"title":"Tom——Blue","offer_id":51858329927991,"sku":"b6186584891010","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Stitch——Blue","offer_id":51858329960759,"sku":"b6186583975992","price":60.84,"currency_code":"USD","in_stock":true},{"title":"White——White","offer_id":51858329993527,"sku":"b6186584891001","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Jerry——Brown","offer_id":51858330026295,"sku":"b6186584891007","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Shin-chan","offer_id":51858330059063,"sku":"b6186583975998","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Nene——Pink","offer_id":51858338054455,"sku":"b6186583975995","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Nick——Orange","offer_id":51858338087223,"sku":"b6186584891013","price":60.84,"currency_code":"USD","in_stock":true},{"title":"Judy——Gray","offer_id":51858338119991,"sku":"b6186584891016","price":60.84,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/2_fd498ce5-0bc4-4304-aea2-a69660aeaf56.jpg?v=1775211832","url":"https:\/\/stellarbeadshandmade.store\/products\/stitch-large-capacity-insulated-tumbler-800ml-316-stainless-steel-thermal-cup-with-handle-straw-hot-cold-coffee-mug-for-travel-office","provider":"Stellar Beads Handmade","version":"1.0","type":"link"}