{"product_id":"banto-smart-temperature-stainless-steel-lunch-box-800ml-leak-proof-bento-box-with-digital-display-built-in-spoon","title":"Banto Smart Temperature Stainless Steel Lunch Box – 800ml Leak-Proof Bento Box with Digital Display \u0026 Built-In Spoon","description":"\u003cstyle\u003e\n  .banto-product-section {\n    --banto-pink: #ff0064;\n    --banto-navy: #1e315e;\n    --banto-light-pink: #fff3f7;\n    --banto-border: #f4d7e1;\n    --banto-text: #27324a;\n\n    max-width: 1100px;\n    margin: 28px auto;\n    padding: 0 16px;\n    font-family: inherit;\n    color: var(--banto-text);\n  }\n\n  .banto-product-card {\n    position: relative;\n    overflow: hidden;\n    padding: 32px;\n    background:\n      radial-gradient(circle at top right, rgba(255, 0, 100, 0.09), transparent 35%),\n      linear-gradient(135deg, #ffffff 0%, var(--banto-light-pink) 100%);\n    border: 1px solid var(--banto-border);\n    border-radius: 24px;\n    box-shadow: 0 14px 40px rgba(30, 49, 94, 0.09);\n  }\n\n  .banto-product-card::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 120px;\n    height: 5px;\n    background: var(--banto-pink);\n    border-radius: 0 0 10px 0;\n  }\n\n  .banto-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 14px;\n    padding: 7px 13px;\n    color: var(--banto-pink);\n    background: #ffffff;\n    border: 1px solid rgba(255, 0, 100, 0.18);\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n  }\n\n  .banto-badge-dot {\n    width: 8px;\n    height: 8px;\n    background: var(--banto-pink);\n    border-radius: 50%;\n  }\n\n  .banto-heading {\n    margin: 0 0 10px;\n    color: var(--banto-navy);\n    font-size: clamp(28px, 4vw, 44px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -0.5px;\n  }\n\n  .banto-heading span {\n    color: var(--banto-pink);\n  }\n\n  .banto-subheading {\n    max-width: 820px;\n    margin: 0 0 24px;\n    color: #5c6373;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .banto-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 24px 0;\n  }\n\n  .banto-feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 15px;\n    background: rgba(255, 255, 255, 0.88);\n    border: 1px solid #f1e0e6;\n    border-radius: 16px;\n  }\n\n  .banto-feature-icon {\n    display: flex;\n    flex: 0 0 42px;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    color: #ffffff;\n    background: var(--banto-navy);\n    border-radius: 50%;\n    font-size: 20px;\n  }\n\n  .banto-feature-content strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--banto-navy);\n    font-size: 15px;\n    line-height: 1.35;\n  }\n\n  .banto-feature-content span {\n    display: block;\n    color: #6a7080;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .banto-description-box {\n    margin: 24px 0;\n    padding: 20px;\n    background: var(--banto-navy);\n    border-radius: 18px;\n    color: #ffffff;\n  }\n\n  .banto-description-box h3 {\n    margin: 0 0 10px;\n    color: #ffffff;\n    font-size: 20px;\n    font-weight: 750;\n  }\n\n  .banto-description-box p {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.88);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  .banto-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin: 20px 0;\n  }\n\n  .banto-trust-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 9px 12px;\n    color: var(--banto-navy);\n    background: #ffffff;\n    border: 1px solid #eadde2;\n    border-radius: 50px;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .banto-trust-check {\n    color: var(--banto-pink);\n    font-size: 15px;\n  }\n\n  .banto-buy-area {\n    margin-top: 25px;\n    padding-top: 22px;\n    border-top: 1px solid #efdfe5;\n  }\n\n  .banto-price-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 15px;\n    margin-bottom: 13px;\n  }\n\n  .banto-price-label {\n    color: #656c7a;\n    font-size: 13px;\n  }\n\n  .banto-price {\n    color: var(--banto-navy);\n    font-size: 23px;\n    font-weight: 800;\n  }\n\n  .banto-buy-button {\n    position: relative;\n    display: flex;\n    width: 100%;\n    min-height: 58px;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 15px 24px;\n    overflow: hidden;\n    color: #ffffff;\n    background: linear-gradient(135deg, var(--banto-pink), #df0057);\n    border: 0;\n    border-radius: 14px;\n    box-shadow: 0 12px 25px rgba(255, 0, 100, 0.24);\n    cursor: pointer;\n    font-family: inherit;\n    font-size: 17px;\n    font-weight: 800;\n    letter-spacing: 0.2px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .banto-buy-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 16px 30px rgba(255, 0, 100, 0.3);\n  }\n\n  .banto-buy-button:disabled {\n    opacity: 0.65;\n    cursor: not-allowed;\n    transform: none;\n  }\n\n  .banto-button-arrow {\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .banto-checkout-note {\n    margin: 10px 0 0;\n    color: #747b89;\n    font-size: 12px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  .banto-status {\n    display: none;\n    margin-top: 10px;\n    padding: 10px;\n    color: #a10032;\n    background: #fff0f4;\n    border-radius: 9px;\n    font-size: 13px;\n    text-align: center;\n  }\n\n  @media screen and (max-width: 749px) {\n    .banto-product-card {\n      padding: 24px 18px;\n      border-radius: 19px;\n    }\n\n    .banto-feature-grid {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .banto-feature {\n      padding: 13px;\n    }\n\n    .banto-price-row {\n      align-items: flex-start;\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .banto-buy-button {\n      min-height: 56px;\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"banto-product-section\" id=\"banto-product-details\"\u003e\n\u003cdiv class=\"banto-product-card\"\u003e\n\u003cdiv class=\"banto-badge\"\u003e\n\u003cspan class=\"banto-badge-dot\"\u003e\u003c\/span\u003e Smart Lunch for School, Office \u0026amp; Travel\u003c\/div\u003e\n\u003ch2 class=\"banto-heading\"\u003eBanto Smart Temperature \u003cspan\u003eStainless Steel Lunch Box\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"banto-subheading\"\u003eApna lunch hygienic, organized aur stylish tareeqe se carry karein. Is 800ml lunch box mein stainless steel inner tray, touch temperature display, secure locking system aur built-in spoon compartment diya gaya hai. School-going kids, office use aur travel ke liye ek smart everyday choice.\u003c\/p\u003e\n\u003cdiv class=\"banto-feature-grid\"\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003eSmart Temperature Display\u003c\/strong\u003e \u003cspan\u003eLid ko touch karke food ka current temperature check karein.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e🥣\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003eStainless Steel Inner Tray\u003c\/strong\u003e \u003cspan\u003eFood-grade steel tray jo hygienic aur clean karna easy hai.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003eSecure Leak-Proof Locking\u003c\/strong\u003e \u003cspan\u003eFour-side locking design lunch ko securely packed rakhta hai.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e🥄\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003eBuilt-In Spoon Compartment\u003c\/strong\u003e \u003cspan\u003eSpoon lid ke andar safely store hota hai aur alag carry nahi karna padta.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e⚖️\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003e800ml Practical Capacity\u003c\/strong\u003e \u003cspan\u003eBalanced lunch, salad, rice, pasta aur snacks ke liye suitable size.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-feature\"\u003e\n\u003cdiv class=\"banto-feature-icon\"\u003e🎒\u003c\/div\u003e\n\u003cdiv class=\"banto-feature-content\"\u003e\n\u003cstrong\u003eCompact \u0026amp; Easy to Carry\u003c\/strong\u003e \u003cspan\u003eSchool bag, office bag aur travel bag mein conveniently carry karein.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-description-box\"\u003e\n\u003ch3\u003eHealthy Meals, Wherever You Go\u003c\/h3\u003e\n\u003cp\u003eBanto Temperature Lunch Box modern design aur everyday convenience ka perfect combination hai. Transparent-style smart lid, digital temperature indicator aur stainless steel food tray isay ordinary lunch boxes se different banate hain. Kids ke school lunch se lekar office meals aur family travel tak, yeh lunch box practical aur stylish solution provide karta hai.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-trust-row\"\u003e\n\u003cdiv class=\"banto-trust-item\"\u003e\n\u003cspan class=\"banto-trust-check\"\u003e✓\u003c\/span\u003e BPA-Free Outer Body\u003c\/div\u003e\n\u003cdiv class=\"banto-trust-item\"\u003e\n\u003cspan class=\"banto-trust-check\"\u003e✓\u003c\/span\u003e Easy to Clean\u003c\/div\u003e\n\u003cdiv class=\"banto-trust-item\"\u003e\n\u003cspan class=\"banto-trust-check\"\u003e✓\u003c\/span\u003e Durable Design\u003c\/div\u003e\n\u003cdiv class=\"banto-trust-item\"\u003e\n\u003cspan class=\"banto-trust-check\"\u003e✓\u003c\/span\u003e Cash on Delivery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"banto-buy-area\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"darvaza.pk","offers":[{"title":"Default Title","offer_id":54406277103900,"sku":"45641","price":1799.0,"currency_code":"PKR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0842\/0543\/7212\/files\/ChatGPTImageAug5_2026_05_54_03PM_8.png?v=1785934470","url":"https:\/\/darvaza.pk\/products\/banto-smart-temperature-stainless-steel-lunch-box-800ml-leak-proof-bento-box-with-digital-display-built-in-spoon","provider":"darvaza.pk","version":"1.0","type":"link"}