{"product_id":"retractable-spout-food-jar","title":"Retractable Spout Food Jar","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D2C4B1;\n      --primary-dark: #A89B87;\n      --text-main: #2C2A29;\n      --text-sub: #63605D;\n      --bg-body: #FAF8F5;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F4F1EC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --border-color: #E6E2DC;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Image Styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .image-placeholder span {\n      display: block;\n      margin-top: 8px;\n      font-size: 18px;\n    }\n\n    \/* Hero Block styling *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    .product-detail-container .badge-wrapper {\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Block Layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: 30px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-media {\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 14px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-size: 18px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Table Layout *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ Styling *\/\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Desktop Adjustments (Z-Pattern for Features and Clean Table for Specs) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .product-detail-container .feature-copy {\n        width: 50%;\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 20px;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        font-weight: 600;\n        width: 30%;\n        color: var(--text-main);\n        padding-left: 0;\n      }\n\n      .product-detail-container .spec-table td:last-child {\n        width: 70%;\n        padding-right: 0;\n      }\n    }\n\n    \/* Mobile Specifications System (Anti-overlap, Anti-overflow) *\/\n    @media (max-width: 767px) {\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-wrapper\"\u003e\u003cspan class=\"badge\"\u003eAirtight Silicone Spout Canister\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003ePull, Pour, Store – Your Ultimate Pantry Organizer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA stackable food storage canister engineered with a flexible, retractable silicone spout. Pour dry ingredients cleanly without fully removing the lid, and press down flat to lock in airtight freshness.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img152\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908151017\/2e7fe9fb496c09e19d24dd459713db6d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img153\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908151018\/f9957c776b5078275552057d7539a539.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTop Silicone Spout Seal Locks in Freshness\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eOperates seamlessly with two intuitive movements: simply hook the outer edge of the flexible ring and pull upward to open, creating a funnel-shaped spout. Align and press flat to create a secure, airtight lock that protects against moisture.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003ePull Up to Pour\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePress to Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img154\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908151017\/2f1b6768d8398c3fd8ff1cd29ed64a8f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eRecessed Bottom for Flexible Stacked Storage\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with an indented base that aligns perfectly with the nested channel on the lid below. This nested fit prevents shaking or tipping, allowing you to stack canisters securely and make the most of your pantry height.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eNesting Alignment\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStable Stacking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img155\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908151017\/e571dedcd62f5b7df264015031ff47bf.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSlim Profile Optimizes Cabinet Space\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe rounded-square, straight-walled body fits snugly inside kitchen cabinets, pantry shelves, and refrigerator racks. The highly transparent body offers clear content visibility so you always know when it is time to refill.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eClear Visibility\u003c\/span\u003e \u003cspan class=\"tag\"\u003eThicker Material\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only - No Images) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"700ML Size \u0026amp; Weight\"\u003e\u003cspan class=\"spec-value\"\u003e14.2 x 11.7 x 8.7 cm (5.6 x 4.6 x 3.4 in) \/ 213g (7.5 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"1500ML Size \u0026amp; Weight\"\u003e\u003cspan class=\"spec-value\"\u003e14.2 x 11.7 x 14.2 cm (5.6 x 4.6 x 5.6 in) \/ 270g (9.5 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"1900ML Size \u0026amp; Weight\"\u003e\u003cspan class=\"spec-value\"\u003e14.2 x 11.7 x 18.8 cm (5.6 x 4.6 x 7.4 in) \/ 333g (11.7 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Structure\"\u003e\u003cspan class=\"spec-value\"\u003eRounded-square column with dual side locks\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Pour Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003eRetractable silicone ring spout (funnel shape)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Stacking Stability\"\u003e\u003cspan class=\"spec-value\"\u003eRecessed base fits nesting lid channel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colorway\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-transparency body with light beige \/ cream lid\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do you open and close the silicone spout?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eTo open, hook your finger under the edge of the central silicone ring and lift upward until it forms a raised spout funnel. To close and seal, simply align your palm flat over the raised spout and press down until it sits level with the rest of the lid.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do I have to remove the entire lid every time I pour?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The retractable silicone spout acts as a wide-mouth dispensing funnel. You only need to pop open the spout, tilt, and pour. For large refills, you can unlatch the dual side locks to completely remove the main lid.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What sizes are available for organization?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThese canisters are available in three capacities: 700ML (short height, suitable for shallow drawers or small grains), 1500ML (medium height), and 1900ML (tall height, suitable for pasta, noodles, or bulk snacks).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🔥 3-Piece Set (700ml + 1500ml + 1900ml • Save 10%) – Most Popular","offer_id":50431810601210,"sku":"20260915-173453-3878","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Small (23.7 fl oz \/ 700ml)","offer_id":50431810633978,"sku":"20260915-173453-2767","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Medium (50.7 fl oz \/ 1500ml)","offer_id":50431810666746,"sku":"20260915-173453-7116","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Large (64.2 fl oz \/ 1900ml)","offer_id":50431810699514,"sku":"20260915-173453-6496","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/2e7fe9fb496c09e19d24dd459713db6d.jpg?v=1789465051","url":"https:\/\/varitino.com\/products\/retractable-spout-food-jar","provider":"Varitino","version":"1.0","type":"link"}