{"product_id":"sanrio-hello-kitty-insulated-stainless-steel-tumbler-cute-double-drink-coffee-cup","title":"Sanrio Hello Kitty Insulated Stainless Steel Tumbler – Cute Double Drink Coffee Cup","description":"\u003cstyle\u003e\n  .hkt-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  .hkt-wrapper * {\n    box-sizing: border-box;\n  }\n\n  \/* ── HERO BANNER ── *\/\n  .hkt-hero {\n    background: linear-gradient(145deg, #fff0f5 0%, #ffe4ee 30%, #ffd6e0 60%, #ffadc2 100%);\n    border-radius: 18px;\n    padding: 40px 28px 36px;\n    margin-bottom: 28px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border: 1px solid #ffd0dc;\n  }\n  .hkt-hero::before {\n    content: '♡  ♡  ♡  ♡  ♡';\n    position: absolute;\n    top: 14px;\n    left: 0;\n    right: 0;\n    font-size: 10px;\n    color: rgba(220,20,60,0.12);\n    letter-spacing: 14px;\n    text-align: center;\n  }\n  .hkt-hero::after {\n    content: '♡  ♡  ♡  ♡  ♡';\n    position: absolute;\n    bottom: 14px;\n    left: 0;\n    right: 0;\n    font-size: 10px;\n    color: rgba(220,20,60,0.12);\n    letter-spacing: 14px;\n    text-align: center;\n  }\n  .hkt-hero .eyebrow {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #c2185b;\n    margin-bottom: 10px;\n    position: relative;\n  }\n  .hkt-hero h2 {\n    font-size: 24px;\n    font-weight: 800;\n    color: #c2185b;\n    margin: 0 0 10px;\n    letter-spacing: -0.5px;\n    line-height: 1.3;\n    position: relative;\n    text-shadow: 0 1px 4px rgba(220,20,60,0.08);\n  }\n  .hkt-hero .subtitle {\n    font-size: 14px;\n    color: #8a3a5a;\n    margin: 0;\n    position: relative;\n    font-weight: 500;\n  }\n  .hkt-hero .pills {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin: 18px 0 0;\n    position: relative;\n  }\n  .hkt-hero .pill {\n    background: rgba(255,255,255,0.65);\n    border: 1.5px solid rgba(220,20,60,0.2);\n    border-radius: 50px;\n    padding: 5px 14px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #c2185b;\n    backdrop-filter: blur(4px);\n    transition: all 0.2s ease;\n  }\n  .hkt-hero .pill:hover {\n    background: #fff;\n    border-color: #dc143c;\n    transform: translateY(-1px);\n    box-shadow: 0 3px 10px rgba(220,20,60,0.12);\n  }\n\n  \/* ── STOCK NOTICE ── *\/\n  .hkt-notice {\n    background: linear-gradient(145deg, #fff5f5 0%, #fff0f5 100%);\n    border: 1.5px dashed #e57373;\n    border-radius: 14px;\n    padding: 18px 20px;\n    margin-bottom: 24px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .hkt-notice .notice-icon {\n    font-size: 28px;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n  .hkt-notice .notice-body h4 {\n    font-size: 14px;\n    font-weight: 700;\n    color: #c62828;\n    margin: 0 0 5px;\n  }\n  .hkt-notice .notice-body p {\n    font-size: 13px;\n    color: #5a3a3a;\n    margin: 0;\n    line-height: 1.6;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .hkt-section-label {\n    font-size: 15px;\n    font-weight: 700;\n    color: #c2185b;\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .hkt-section-label .count {\n    background: #c2185b;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 2px 8px;\n    border-radius: 50px;\n  }\n  .hkt-section-label::after {\n    content: '';\n    flex: 1;\n    height: 1.5px;\n    background: linear-gradient(90deg, #ffadc2, transparent);\n    border-radius: 2px;\n  }\n\n  \/* ── FEATURE CARDS ── *\/\n  .hkt-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  @media (min-width: 560px) {\n    .hkt-features {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n  .hkt-card {\n    background: #fff;\n    border-radius: 16px;\n    padding: 22px 20px;\n    border: 1px solid #fde8f0;\n    box-shadow: 0 2px 10px rgba(220,20,60,0.04);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n  .hkt-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #ffadc2, #ff6b8a, #ffadc2);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n  .hkt-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 10px 24px rgba(220,20,60,0.1);\n    border-color: #ffd0dc;\n  }\n  .hkt-card:hover::after {\n    opacity: 1;\n  }\n  .hkt-card .card-icon {\n    font-size: 28px;\n    margin-bottom: 10px;\n    display: block;\n  }\n  .hkt-card h3 {\n    font-size: 14.5px;\n    font-weight: 700;\n    color: #c2185b;\n    margin: 0 0 8px;\n    line-height: 1.35;\n  }\n  .hkt-card p {\n    font-size: 13px;\n    color: #5a5a5a;\n    margin: 0;\n    line-height: 1.65;\n  }\n  .hkt-card.wide {\n    grid-column: span 1;\n  }\n  @media (min-width: 560px) {\n    .hkt-card.wide {\n      grid-column: span 2;\n    }\n  }\n\n  \/* ── CAPACITY SELECTOR ── *\/\n  .hkt-capacities {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n    margin-bottom: 28px;\n  }\n  .hkt-cap {\n    background: #fff;\n    border: 2px solid #ffd0dc;\n    border-radius: 16px;\n    padding: 16px 24px;\n    text-align: center;\n    flex: 1;\n    min-width: 100px;\n    transition: all 0.3s ease;\n    cursor: pointer;\n  }\n  .hkt-cap:hover {\n    background: linear-gradient(145deg, #fff0f5, #ffd6e0);\n    border-color: #dc143c;\n    box-shadow: 0 6px 16px rgba(220,20,60,0.1);\n    transform: translateY(-2px);\n  }\n  .hkt-cap .cap-num {\n    font-size: 24px;\n    font-weight: 800;\n    color: #c2185b;\n    display: block;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n  .hkt-cap .cap-label {\n    font-size: 11px;\n    color: #a06070;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n  .hkt-cap.unavailable {\n    opacity: 0.45;\n    cursor: not-allowed;\n    position: relative;\n  }\n  .hkt-cap.unavailable::after {\n    content: '缺貨';\n    position: absolute;\n    top: 8px;\n    right: 10px;\n    font-size: 10px;\n    font-weight: 700;\n    color: #e57373;\n    background: #fff0f5;\n    border: 1px solid #e57373;\n    border-radius: 4px;\n    padding: 1px 6px;\n    letter-spacing: 1px;\n  }\n  .hkt-cap.unavailable:hover {\n    transform: none;\n    box-shadow: none;\n    background: #fff;\n    border-color: #ffd0dc;\n  }\n\n  \/* ── PHOTO GALLERY ── *\/\n  .hkt-gallery {\n    margin-bottom: 28px;\n  }\n  .hkt-gallery-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n  @media (min-width: 560px) {\n    .hkt-gallery-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n  .hkt-gallery-item {\n    border-radius: 14px;\n    overflow: hidden;\n    background: #fff0f5;\n    aspect-ratio: 1\/1;\n    position: relative;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    transition: all 0.3s ease;\n  }\n  @media (max-width: 559px) {\n    .hkt-gallery-item:first-child {\n      grid-column: span 2;\n      aspect-ratio: 16\/9;\n    }\n  }\n  .hkt-gallery-item:hover {\n    box-shadow: 0 8px 20px rgba(220,20,60,0.12);\n    transform: translateY(-2px);\n  }\n  .hkt-gallery-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .hkt-gallery-item:hover img {\n    transform: scale(1.05);\n  }\n\n  \/* ── SECONDARY GALLERY ── *\/\n  .hkt-gallery-2 {\n    margin-bottom: 28px;\n  }\n  .hkt-gallery-2-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n  }\n  @media (max-width: 560px) {\n    .hkt-gallery-2-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n  .hkt-gallery-2-item {\n    border-radius: 14px;\n    overflow: hidden;\n    background: #f8f4fc;\n    aspect-ratio: 3\/4;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    transition: all 0.3s ease;\n  }\n  .hkt-gallery-2-item:hover {\n    box-shadow: 0 8px 20px rgba(220,20,60,0.1);\n    transform: translateY(-2px);\n  }\n  .hkt-gallery-2-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.4s ease;\n  }\n  .hkt-gallery-2-item:hover img {\n    transform: scale(1.05);\n  }\n\n  \/* ── SPECS TABLE ── *\/\n  .hkt-specs {\n    background: #fff;\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 3px 16px rgba(220,20,60,0.05);\n    border: 1px solid #fde8f0;\n    margin-bottom: 24px;\n  }\n  .hkt-specs-head {\n    background: linear-gradient(135deg, #c2185b, #e91e8a);\n    color: #fff;\n    padding: 14px 20px;\n    font-size: 14px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .hkt-specs-row {\n    display: flex;\n    padding: 11px 20px;\n    border-bottom: 1px solid #fdf0f4;\n    font-size: 13px;\n    transition: background 0.15s;\n  }\n  .hkt-specs-row:last-child { border-bottom: none; }\n  .hkt-specs-row:hover { background: #fff8fa; }\n  .hkt-specs-row .lb { font-weight: 600; color: #c2185b; width: 40%; flex-shrink: 0; }\n  .hkt-specs-row .vl { color: #444; flex: 1; }\n\n  \/* ── USAGE SCENES ── *\/\n  .hkt-scenes {\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n    margin-bottom: 24px;\n  }\n  .hkt-scene {\n    background: linear-gradient(135deg, #fff0f5, #ffe4ee);\n    border: 1.5px solid #ffd0dc;\n    border-radius: 50px;\n    padding: 7px 15px;\n    font-size: 12px;\n    color: #c2185b;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    transition: all 0.2s ease;\n  }\n  .hkt-scene:hover {\n    background: #fff;\n    border-color: #dc143c;\n    transform: translateY(-1px);\n    box-shadow: 0 3px 10px rgba(220,20,60,0.1);\n  }\n\n  \/* ── GIFT BOX ── *\/\n  .hkt-gift {\n    background: linear-gradient(145deg, #fff0f5 0%, #ffd6e0 100%);\n    border: 1px solid #ffd0dc;\n    border-radius: 16px;\n    padding: 22px;\n    margin-bottom: 20px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hkt-gift::before {\n    content: '🎀';\n    position: absolute;\n    top: -6px;\n    left: 18px;\n    font-size: 20px;\n    background: #fff;\n    padding: 2px 6px;\n    border-radius: 50%;\n    border: 1px solid #ffd0dc;\n  }\n  .hkt-gift h4 {\n    font-size: 14.5px;\n    font-weight: 700;\n    color: #c2185b;\n    margin: 0 0 8px;\n  }\n  .hkt-gift p {\n    font-size: 13px;\n    color: #5a3a4a;\n    margin: 0;\n    line-height: 1.65;\n  }\n\n  \/* ── BADGES ── *\/\n  .hkt-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .hkt-badge {\n    background: linear-gradient(135deg, #c2185b, #e91e8a);\n    color: #fff;\n    font-size: 11.5px;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 50px;\n    letter-spacing: 0.3px;\n    transition: all 0.2s ease;\n  }\n  .hkt-badge:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 4px 12px rgba(220,20,60,0.22);\n  }\n  .hkt-badge.light {\n    background: #fff;\n    color: #c2185b;\n    border: 1.5px solid #ffd0dc;\n  }\n  .hkt-badge.light:hover {\n    background: #fff0f5;\n    box-shadow: 0 4px 12px rgba(220,20,60,0.1);\n  }\n\n  \/* ── DIVIDER ── *\/\n  .hkt-divider {\n    border: none;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #ffd0dc, transparent);\n    margin: 24px 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hkt-wrapper\"\u003e\n\n  \u003c!-- 🎀 HERO BANNER --\u003e\n  \u003cdiv class=\"hkt-hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003e♡ Sanrio Hello Kitty Collection ♡\u003c\/div\u003e\n    \u003ch2\u003e🎀 Adorable Hello Kitty Insulated Tumbler\u003c\/h2\u003e\n    \u003cdiv class=\"subtitle\"\u003e316 Stainless Steel · Pop-Up Lid · Dual Drinking · 6–12H Insulation\u003c\/div\u003e\n    \u003cdiv class=\"pills\"\u003e\n      \u003cspan class=\"pill\"\u003e🎀 Hello Kitty\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003e🛡️ 316 SS\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003e❄️🔥 6–12H\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003e🥤 Dual Lid\u003c\/span\u003e\n      \u003cspan class=\"pill\"\u003e🎁 Gift-Ready\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c!-- ⚠️ STOCK NOTICE --\u003e\n\u003cdiv class=\"hkt-notice\"\u003e\n  \u003cspan class=\"notice-icon\"\u003e⚠️\u003c\/span\u003e\n  \u003cdiv class=\"notice-body\"\u003e\n    \u003ch4\u003eSome Sizes Currently Out of Stock\u003c\/h4\u003e\n    \u003cp\u003eWe sincerely apologize — a few Hello Kitty tumbler sizes are temporarily unavailable due to supply delays. We're working hard to restock them as soon as possible. Thank you for your patience and understanding! 💕\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n  \u003c!-- 🎯 KEY FEATURES --\u003e\n  \u003cdiv class=\"hkt-section-label\"\u003e🎯 Key Features\u003c\/div\u003e\n  \u003cdiv class=\"hkt-features\"\u003e\n    \u003cdiv class=\"hkt-card\"\u003e\n      \u003cspan class=\"card-icon\"\u003e🎀\u003c\/span\u003e\n      \u003ch3\u003eCute \u0026amp; Stylish Hello Kitty Design\u003c\/h3\u003e\n      \u003cp\u003eFeaturing an adorable Hello Kitty cartoon design that adds a charming, fun touch to your daily routine. Perfect for girls, students, and Hello Kitty lovers of all ages.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-card\"\u003e\n      \u003cspan class=\"card-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003ch3\u003ePremium 316 Stainless Steel\u003c\/h3\u003e\n      \u003cp\u003eBuilt with a 316 stainless steel inner liner and durable 304 stainless steel outer shell — ensuring safety, durability, and long-term everyday use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-card\"\u003e\n      \u003cspan class=\"card-icon\"\u003e❄️🔥\u003c\/span\u003e\n      \u003ch3\u003e6–12H Temperature Retention\u003c\/h3\u003e\n      \u003cp\u003eKeeps beverages hot or cold for 6–12 hours — perfect for coffee, tea, water, or juice throughout your busy day at school, office, or outdoors.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-card wide\"\u003e\n      \u003cspan class=\"card-icon\"\u003e🥤\u003c\/span\u003e\n      \u003ch3\u003eDual Drinking Options — Pop-Up Lid\u003c\/h3\u003e\n      \u003cp\u003eDesigned with a pop-up lid offering two drinking modes: \u003cstrong\u003edirect sip\u003c\/strong\u003e for quick drinks and \u003cstrong\u003ebuilt-in straw\u003c\/strong\u003e for easy sipping — flexibility for home, office, or on the go. Spill-resistant and leak-proof seal keeps your bag dry.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-card wide\"\u003e\n      \u003cspan class=\"card-icon\"\u003e🛍️\u003c\/span\u003e\n      \u003ch3\u003eLightweight, Portable \u0026amp; Perfect Gift\u003c\/h3\u003e\n      \u003cp\u003eEasy to carry for school, office, sports, travel, or outdoor use. Makes a wonderful gift for Christmas, Valentine's Day, birthdays, and all special occasions — a delightful surprise anyone would love!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hkt-divider\"\u003e\n\n  \u003c!-- 📐 CAPACITY OPTIONS --\u003e\n  \u003cdiv class=\"hkt-section-label\"\u003e📐 Choose Your Capacity\u003c\/div\u003e\n  \u003cdiv class=\"hkt-capacities\"\u003e\n    \u003cdiv class=\"hkt-cap\"\u003e\n      \u003cspan class=\"cap-num\"\u003e500\u003c\/span\u003e\n      \u003cspan class=\"cap-label\"\u003eml\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-cap\"\u003e\n      \u003cspan class=\"cap-num\"\u003e550\u003c\/span\u003e\n      \u003cspan class=\"cap-label\"\u003eml\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-cap\"\u003e\n      \u003cspan class=\"cap-num\"\u003e700\u003c\/span\u003e\n      \u003cspan class=\"cap-label\"\u003eml\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hkt-divider\"\u003e\n\n  \u003c!-- 📸 MAIN PRODUCT GALLERY --\u003e\n  \u003cdiv class=\"hkt-gallery\"\u003e\n    \u003cdiv class=\"hkt-section-label\"\u003e\n      📸 Product Gallery\n      \u003cspan class=\"count\"\u003e4\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-gallery-grid\"\u003e\n      \u003cdiv class=\"hkt-gallery-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/O1CN019HDEpG27Dy4NdSroL__2215908077764-0-cib.jpg?v=1775628114\" alt=\"Hello Kitty Insulated Tumbler - Front View, 316 Stainless Steel, Pink\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/O1CN017jqKNO27Dy4X6TgHN__2215908077764-0-cib.jpg?v=1775628126\" alt=\"Hello Kitty Insulated Tumbler - Side View, Pop-Up Lid\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/O1CN01hirhT427Dy4UOCEVL__2215908077764-0-cib.jpg?v=1775628135\" alt=\"Hello Kitty Insulated Tumbler - Detail View, 316 Steel Inner\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/O1CN01d7vaBX27Dy4XKX5K3__2215908077764-0-cib.jpg?v=1775628144\" alt=\"Hello Kitty Insulated Tumbler - Lifestyle Shot, Gift Ready\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hkt-divider\"\u003e\n\n  \u003c!-- 🖼️ VARIANT PHOTOS --\u003e\n  \u003cdiv class=\"hkt-gallery-2\"\u003e\n    \u003cdiv class=\"hkt-section-label\"\u003e\n      🖼️ More Views\n      \u003cspan class=\"count\"\u003e4\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hkt-gallery-2-grid\"\u003e\n      \u003cdiv class=\"hkt-gallery-2-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/4_ec46cc7d-87d0-4c93-9591-1c59cebe9a58.jpg?v=1775630827\" alt=\"Hello Kitty Insulated Tumbler - Variant View 1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-2-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/1_07fbbc73-b780-4745-a52c-962b8d2d4b24.jpg?v=1775630827\" alt=\"Hello Kitty Insulated Tumbler - Variant View 2\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-2-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/3_d6beb2c5-891f-41c7-a179-4fef3dd41624.jpg?v=1775630828\" alt=\"Hello Kitty Insulated Tumbler - Variant View 3\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hkt-gallery-2-item\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/2_c0f0eb06-5c67-46f5-bfb9-6c60f06d7230.jpg?v=1775630827\" alt=\"Hello Kitty Insulated Tumbler - Variant View 4\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hkt-divider\"\u003e\n\n  \u003c!-- 🏷️ USAGE SCENES --\u003e\n  \u003cdiv class=\"hkt-section-label\"\u003e🏷️ Perfect For\u003c\/div\u003e\n  \u003cdiv class=\"hkt-scenes\"\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🏢 Office\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🏫 School\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🏋️ Sports\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🧳 Travel\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🏠 Home\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🚗 Car\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e🏕️ Outdoor\u003c\/div\u003e\n    \u003cdiv class=\"hkt-scene\"\u003e☕ Coffee\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"hkt-divider\"\u003e\n\n  \u003c!-- 📐 SPECIFICATIONS --\u003e\n  \u003cdiv class=\"hkt-specs\"\u003e\n    \u003cdiv class=\"hkt-specs-head\"\u003e📐 Product Specifications\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eInner Material\u003c\/span\u003e\u003cspan class=\"vl\"\u003e316 Stainless Steel (food-grade)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eOuter Material\u003c\/span\u003e\u003cspan class=\"vl\"\u003e304 Stainless Steel\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eCapacity\u003c\/span\u003e\u003cspan class=\"vl\"\u003e500ml \/ 550ml \/ 700ml\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"vl\"\u003eApprox. 550g\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eInsulation\u003c\/span\u003e\u003cspan class=\"vl\"\u003e6–12 hours (hot \u0026amp; cold)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eBody Style\u003c\/span\u003e\u003cspan class=\"vl\"\u003eStraight body cup\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eLid Type\u003c\/span\u003e\u003cspan class=\"vl\"\u003ePop-up lid (direct sip + straw)\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eTea Infuser\u003c\/span\u003e\u003cspan class=\"vl\"\u003eNot included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eTemperature Display\u003c\/span\u003e\u003cspan class=\"vl\"\u003eNot included\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"hkt-specs-row\"\u003e\n\u003cspan class=\"lb\"\u003eIdeal For\u003c\/span\u003e\u003cspan class=\"vl\"\u003eOffice · School · Outdoor · Travel\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 🎀 GIFT HIGHLIGHT --\u003e\n  \u003cdiv class=\"hkt-gift\"\u003e\n    \u003ch4\u003e🎀 The Perfect Gift for Every Occasion\u003c\/h4\u003e\n    \u003cp\u003eLooking for a memorable gift? This Hello Kitty insulated tumbler is beautifully designed to bring joy on Christmas, Valentine's Day, birthdays, and more. Whether for a friend, sister, daughter, or fellow Hello Kitty fan — it's a gift that will be loved and used every day!\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 🏷️ BADGES --\u003e\n  \u003cdiv class=\"hkt-badges\"\u003e\n    \u003cspan class=\"hkt-badge light\"\u003e🎀 Hello Kitty\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge\"\u003e🎂 Birthday\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge light\"\u003e🎄 Christmas\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge\"\u003e💝 Valentine's\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge light\"\u003e🏫 School\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge\"\u003e🧳 Travel\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge light\"\u003e🏢 Office\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge\"\u003e❄️🔥 Hot \u0026amp; Cold\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge light\"\u003e🛡️ 316 Steel\u003c\/span\u003e\n    \u003cspan class=\"hkt-badge\"\u003e🎁 Gift-Ready\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Stellar Beads Handmade","offers":[{"title":"NAUGHTY PINK","offer_id":51919172337975,"sku":"HK-NAUGHTY-550ML","price":66.04,"currency_code":"USD","in_stock":true},{"title":"SUNSHINE PINK","offer_id":51919172370743,"sku":"HK-SUNSHINE-500ML","price":58.24,"currency_code":"USD","in_stock":true},{"title":"LOLITA RED","offer_id":51919172403511,"sku":"HK-LOLITA-RED-550ML","price":71.24,"currency_code":"USD","in_stock":true},{"title":"JUMP PINKWHITE","offer_id":51919172436279,"sku":"HK-JUMP-PINKWHITE-700ML","price":58.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0964\/2999\/8391\/files\/2_c0f0eb06-5c67-46f5-bfb9-6c60f06d7230.jpg?v=1775631320","url":"https:\/\/stellarbeadshandmade.store\/products\/sanrio-hello-kitty-insulated-stainless-steel-tumbler-cute-double-drink-coffee-cup","provider":"Stellar Beads Handmade","version":"1.0","type":"link"}