{"product_id":"stanley-tumbler-1-18-liter-40oz-stainless-steel-insulated-travel-mug-with-straw-handle-hot-cold-drink-cup","title":"Stanley Tumbler 1.18 Liter (40oz) Stainless Steel Insulated Travel Mug with Straw \u0026 Handle – Hot \u0026 Cold Drink Cup","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300\u0026amp;family=Montserrat:wght@300;400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --gold: #C9A84C;\n    --gold-light: #E8C97A;\n    --dark: #0D0D0D;\n    --dark2: #161616;\n    --dark3: #1F1F1F;\n    --cream: #F5EDD8;\n    --text-muted: #9A9080;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background-color: var(--dark);\n    color: var(--cream);\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 300;\n    line-height: 1.8;\n    overflow-x: hidden;\n  }\n\n  \/* Hero *\/\n  .hero {\n    min-height: 100vh;\n    background: radial-gradient(ellipse at 60% 40%, #2a1f0a 0%, #0D0D0D 70%);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 60px 24px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    border: 1px solid rgba(201,168,76,0.12);\n    top: 50%; left: 50%;\n    transform: translate(-50%,-50%);\n    animation: pulse 4s ease-in-out infinite;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    width: 900px; height: 900px;\n    border-radius: 50%;\n    border: 1px solid rgba(201,168,76,0.06);\n    top: 50%; left: 50%;\n    transform: translate(-50%,-50%);\n    animation: pulse 4s ease-in-out infinite 1s;\n  }\n\n  @keyframes pulse {\n    0%,100% { opacity: 0.3; transform: translate(-50%,-50%) scale(1); }\n    50%      { opacity: 1;   transform: translate(-50%,-50%) scale(1.04); }\n  }\n\n  .badge {\n    display: inline-block;\n    font-size: 10px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--gold);\n    border: 1px solid var(--gold);\n    padding: 6px 18px;\n    margin-bottom: 28px;\n    position: relative; z-index: 1;\n    animation: fadeDown 0.8s ease both;\n  }\n\n  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(48px, 8vw, 96px);\n    font-weight: 300;\n    letter-spacing: -1px;\n    line-height: 1.05;\n    position: relative; z-index: 1;\n    animation: fadeDown 0.9s ease 0.1s both;\n  }\n\n  .hero-title span {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .hero-sub {\n    font-size: 11px;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 20px;\n    position: relative; z-index: 1;\n    animation: fadeDown 1s ease 0.2s both;\n  }\n\n  .divider-gold {\n    width: 80px; height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    margin: 32px auto;\n    position: relative; z-index: 1;\n    animation: fadeDown 1s ease 0.3s both;\n  }\n\n  @keyframes fadeDown {\n    from { opacity: 0; transform: translateY(-20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Main Content *\/\n  .container {\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 0 24px 80px;\n  }\n\n  \/* Intro paragraph *\/\n  .intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(22px, 3.5vw, 30px);\n    font-weight: 300;\n    font-style: italic;\n    color: var(--cream);\n    line-height: 1.6;\n    text-align: center;\n    margin-bottom: 60px;\n    padding: 40px;\n    border: 1px solid rgba(201,168,76,0.2);\n    background: rgba(201,168,76,0.04);\n    position: relative;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.5s both;\n  }\n\n  .intro::before, .intro::after {\n    content: '\"';\n    font-size: 80px;\n    color: var(--gold);\n    opacity: 0.25;\n    position: absolute;\n    font-family: 'Cormorant Garamond', serif;\n    line-height: 1;\n  }\n  .intro::before { top: 10px; left: 20px; }\n  .intro::after  { content: '\"'; bottom: -20px; right: 20px; }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Description Body *\/\n  .desc-body {\n    font-size: 15px;\n    color: #C8BFA8;\n    line-height: 2;\n    margin-bottom: 60px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.7s both;\n  }\n\n  .desc-body p { margin-bottom: 20px; }\n\n  \/* Highlight Points *\/\n  .highlights-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 38px;\n    font-weight: 300;\n    color: var(--cream);\n    text-align: center;\n    margin-bottom: 12px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.8s both;\n  }\n\n  .highlights-title span { color: var(--gold); font-style: italic; }\n\n  .highlights-sub {\n    text-align: center;\n    font-size: 10px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 48px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 0.9s both;\n  }\n\n  .highlights-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-bottom: 60px;\n  }\n\n  .highlight-card {\n    background: var(--dark2);\n    border: 1px solid rgba(201,168,76,0.15);\n    padding: 28px 24px;\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    transform: translateY(20px);\n    transition: border-color 0.3s, transform 0.3s;\n  }\n\n  .highlight-card:nth-child(1) { animation: fadeUp 0.6s ease 1.0s both; }\n  .highlight-card:nth-child(2) { animation: fadeUp 0.6s ease 1.1s both; }\n  .highlight-card:nth-child(3) { animation: fadeUp 0.6s ease 1.2s both; }\n  .highlight-card:nth-child(4) { animation: fadeUp 0.6s ease 1.3s both; }\n  .highlight-card:nth-child(5) { animation: fadeUp 0.6s ease 1.4s both; }\n  .highlight-card:nth-child(6) { animation: fadeUp 0.6s ease 1.5s both; }\n  .highlight-card:nth-child(7) { animation: fadeUp 0.6s ease 1.6s both; }\n  .highlight-card:nth-child(8) { animation: fadeUp 0.6s ease 1.7s both; }\n\n  .highlight-card:hover {\n    border-color: var(--gold);\n    transform: translateY(-4px);\n  }\n\n  .highlight-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    width: 3px; height: 100%;\n    background: var(--gold);\n  }\n\n  .card-number {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: rgba(201,168,76,0.2);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n\n  .card-icon {\n    font-size: 26px;\n    margin-bottom: 10px;\n  }\n\n  .card-title {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n\n  .card-text {\n    font-size: 13.5px;\n    color: #9A9080;\n    line-height: 1.75;\n  }\n\n  \/* Specs Strip *\/\n  .specs-strip {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 0;\n    border: 1px solid rgba(201,168,76,0.2);\n    margin-bottom: 60px;\n    opacity: 0;\n    animation: fadeUp 0.8s ease 1.8s both;\n  }\n\n  .spec-item {\n    flex: 1;\n    min-width: 120px;\n    text-align: center;\n    padding: 28px 16px;\n    border-right: 1px solid rgba(201,168,76,0.15);\n  }\n\n  .spec-item:last-child { border-right: none; }\n\n  .spec-value {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 300;\n    color: var(--gold);\n    display: block;\n  }\n\n  .spec-label {\n    font-size: 9px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 4px;\n    display: block;\n  }\n\n  \/* CTA *\/\n  .cta-section {\n    text-align: center;\n    padding: 60px 40px;\n    background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.02));\n    border: 1px solid rgba(201,168,76,0.25);\n    opacity: 0;\n    animation: fadeUp 0.8s ease 2s both;\n  }\n\n  .cta-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 36px;\n    font-weight: 300;\n    color: var(--cream);\n    margin-bottom: 12px;\n  }\n\n  .cta-title em { color: var(--gold); }\n\n  .cta-sub {\n    font-size: 12px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 32px;\n  }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--dark);\n    font-family: 'Montserrat', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    padding: 16px 48px;\n    cursor: pointer;\n    border: none;\n    transition: background 0.3s, transform 0.2s;\n    text-decoration: none;\n  }\n\n  .cta-btn:hover {\n    background: var(--gold-light);\n    transform: scale(1.03);\n  }\n\n  \/* Footer line *\/\n  .footer-line {\n    text-align: center;\n    padding: 40px 24px;\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: rgba(154,144,128,0.4);\n  }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"badge\"\u003ePremium Hydration Series\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eStanley Tumbler 1.18 Liter\u003cbr\u003e\u003cspan\u003eTumbler\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003e40 oz · 1200 ml · Stainless Steel Vacuum Insulated\u003c\/p\u003e\n\u003cdiv class=\"divider-gold\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN CONTENT --\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Intro Quote --\u003e\n\u003cdiv class=\"intro\"\u003eCrafted for those who refuse to compromise — on taste, on temperature, on style.\u003c\/div\u003e\n\u003c!-- Description Body --\u003e\n\u003cdiv class=\"desc-body\"\u003e\n\u003cp\u003eIntroducing the \u003cstrong style=\"color: var(--cream);\"\u003eSitarayuri 40oz Luxury Insulated Tumbler\u003c\/strong\u003e — a masterpiece of modern hydration engineering, elegantly designed for the discerning individual. Whether you're conquering a morning gym session, powering through a demanding office day, or embracing the great outdoors, this premium tumbler is your ultimate companion for every sip, every moment, every journey.\u003c\/p\u003e\n\u003cp\u003eBuilt from high-grade \u003cstrong style=\"color: var(--cream);\"\u003efood-safe stainless steel\u003c\/strong\u003e, the Sitarayuri Tumbler features an advanced double-wall vacuum insulation system that maintains your beverage at the perfect temperature for hours on end — keeping hot drinks steaming warm and cold drinks refreshingly icy. With an impressive \u003cstrong style=\"color: var(--cream);\"\u003e1200ml \/ 40oz capacity\u003c\/strong\u003e, you'll never have to settle for refills mid-adventure.\u003c\/p\u003e\n\u003cp\u003eThe \u003cstrong style=\"color: var(--cream);\"\u003eFlowState lid\u003c\/strong\u003e paired with a high-flow straw delivers effortless, spill-resistant drinking on the move. The ergonomically designed handle ensures a secure, comfortable grip — whether you're lifting during reps or rushing to your next meeting. Every detail of this tumbler has been thoughtfully engineered to serve your lifestyle with grace and reliability.\u003c\/p\u003e\n\u003cp\u003eMore than just a water bottle — the Sitarayuri Tumbler is a statement of intent. A declaration that you take your hydration as seriously as your ambitions. Elevate your daily ritual with a product that looks as extraordinary as it performs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Highlights Title --\u003e\n\u003ch2 class=\"highlights-title\"\u003eKey \u003cspan\u003eHighlights\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"highlights-sub\"\u003e8 Reasons to Choose Sitarayuri\u003c\/p\u003e\n\u003c!-- Highlight Cards --\u003e\n\u003cdiv class=\"highlights-grid\"\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eSuperior Insulation\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eDouble-wall vacuum insulation keeps hot drinks warm for \u003cstrong\u003e12+ hours\u003c\/strong\u003e and cold drinks icy for \u003cstrong\u003e24+ hours\u003c\/strong\u003e — so your coffee is always perfect, from home to office.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eMassive 40oz Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eWith a generous \u003cstrong\u003e1200ml \/ 40oz\u003c\/strong\u003e capacity, stay fully hydrated throughout your entire day without the need for constant refills — gym, work, or travel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eFlowState Lid + Straw\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe advanced \u003cstrong\u003eFlowState lid\u003c\/strong\u003e ensures a leak-resistant seal, paired with a high-flow straw for smooth, effortless sipping without tilting the bottle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e🏆\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003ePremium Stainless Steel\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eCrafted from \u003cstrong\u003eBPA-free, food-grade stainless steel\u003c\/strong\u003e — rust-resistant, durable, and completely free of harmful chemicals, making every sip safe and pure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e✋\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eErgonomic Handle\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe built-in \u003cstrong\u003ecomfort-grip handle\u003c\/strong\u003e fits naturally in your hand — ideal for the gym, hiking trails, commutes, or desk use. Carry with confidence, always.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e🧊\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eSweat-Free Exterior\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe vacuum insulation prevents condensation on the outside, keeping your bag, desk, and hands completely \u003cstrong\u003edry and clean\u003c\/strong\u003e at all times — no drips, no mess.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e07\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e🌍\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eAll-Day, Every Occasion\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFrom hot morning coffee to iced afternoon beverages — this tumbler is designed for \u003cstrong\u003egym, office, travel, camping, and daily commutes\u003c\/strong\u003e. One bottle, every occasion.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cdiv class=\"card-number\"\u003e08\u003c\/div\u003e\n\u003cdiv class=\"card-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eLuxury Aesthetic Design\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eSleek, premium finish with a sophisticated silhouette — the Sitarayuri Tumbler isn't just functional, it's a \u003cstrong\u003estyle statement\u003c\/strong\u003e that complements every lifestyle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Strip --\u003e\n\u003cdiv class=\"specs-strip\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-value\"\u003e40oz\u003c\/span\u003e \u003cspan class=\"spec-label\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-value\"\u003e1200ml\u003c\/span\u003e \u003cspan class=\"spec-label\"\u003eVolume\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-value\"\u003e12H+\u003c\/span\u003e \u003cspan class=\"spec-label\"\u003eHot Retention\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-value\"\u003e24H+\u003c\/span\u003e \u003cspan class=\"spec-label\"\u003eCold Retention\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-value\"\u003eBPA\u003c\/span\u003e \u003cspan class=\"spec-label\"\u003eFree\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch3 class=\"cta-title\"\u003eYour Perfect Sip,\u003cbr\u003e\u003cem\u003eEvery Single Time\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"cta-sub\"\u003ePremium Hydration · Unmatched Quality · Luxury You Deserve\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-btn\"\u003eOrder Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Footer --\u003e\n\u003cdiv class=\"footer-line\"\u003e© Sitarayuri Premium Hydration Series · All Rights Reserved\u003c\/div\u003e","brand":"Bachat Shop","offers":[{"title":"Stanley Black","offer_id":55712509624393,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Parpul","offer_id":55712509657161,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Dark Pink","offer_id":55712509689929,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Pink","offer_id":55712509722697,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley White","offer_id":55712509755465,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Parrot","offer_id":55712509788233,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Green","offer_id":55712509821001,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Oringe","offer_id":55712509853769,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Stanley Maya Blue","offer_id":55712509886537,"sku":null,"price":3999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple White","offer_id":55712509919305,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple Sky Blue","offer_id":55712509952073,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple Hot Pink","offer_id":55712509984841,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple Peach","offer_id":55712510017609,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple Parpal","offer_id":55712510050377,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true},{"title":"Simple Black","offer_id":55712510083145,"sku":null,"price":2999.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0982\/4298\/6057\/files\/WhatsAppImage2026-01-28at9.08.06PM_1.jpg?v=1780136488","url":"https:\/\/bachatshop.online\/products\/stanley-tumbler-1-18-liter-40oz-stainless-steel-insulated-travel-mug-with-straw-handle-hot-cold-drink-cup","provider":"Bachat Shop ","version":"1.0","type":"link"}