{"product_id":"yellow-1300ml-four-compartment-bento","title":"Yellow 1300 ml Bento Box with Dip Cup and Spork","description":"\u003cstyle\u003e\n  .yellow-bento-cabinet{\n    --mustard:#e5b72f;\n    --sun:#ffd968;\n    --lemon:#fff2aa;\n    --cream:#fffaf0;\n    --wood:#9a6338;\n    --wood-dark:#57341f;\n    --sage:#bad7b7;\n    --blue:#b7dce8;\n    --coral:#efaa93;\n    --white:#ffffff;\n    --ink:#3f3a32;\n    --muted:#766f64;\n    --line:#e4d8c7;\n    max-width:1080px;\n    margin:0 auto;\n    color:var(--ink);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.65;\n  }\n\n  .yellow-bento-cabinet *,\n  .yellow-bento-cabinet *:before,\n  .yellow-bento-cabinet *:after{\n    box-sizing:border-box;\n  }\n\n  .yellow-bento-cabinet svg{\n    display:block;\n    fill:none;\n    stroke:currentColor;\n    stroke-width:2;\n    stroke-linecap:round;\n    stroke-linejoin:round;\n  }\n\n  .ybc-worktop{\n    overflow:hidden;\n    border:4px solid var(--wood-dark);\n    border-radius:16px;\n    background:var(--cream);\n    box-shadow:12px 14px 0 rgba(87,52,31,.12);\n  }\n\n  .ybc-shelf{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n    gap:16px;\n    align-items:center;\n    padding:14px 20px;\n    border-bottom:4px solid var(--wood-dark);\n    background:\n      linear-gradient(90deg,rgba(255,255,255,.09),transparent),\n      var(--wood);\n  }\n\n  .ybc-shelf strong,\n  .ybc-shelf span{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .ybc-shelf strong{\n    text-align:center;\n  }\n\n  .ybc-hooks{\n    display:flex;\n    gap:7px;\n  }\n\n  .ybc-hooks i{\n    width:12px;\n    height:12px;\n    border:2px solid #ffffff;\n    border-radius:50%;\n  }\n\n  .ybc-cover{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:32px;\n    align-items:center;\n    padding:45px 36px;\n    background:\n      linear-gradient(rgba(154,99,56,.07) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(154,99,56,.07) 1px,transparent 1px),\n      var(--cream);\n    background-size:32px 32px;\n  }\n\n  .ybc-label{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:8px 13px;\n    border:3px solid var(--wood-dark);\n    background:var(--sun);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n    box-shadow:4px 4px 0 var(--wood-dark);\n  }\n\n  .ybc-label svg{\n    width:18px;\n    height:18px;\n  }\n\n  .ybc-copy h2{\n    margin:22px 0 16px!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:clamp(35px,5vw,55px)!important;\n    line-height:1.04!important;\n    font-weight:950!important;\n  }\n\n  .ybc-copy h2 span{\n    display:block;\n    color:#b78200!important;\n    -webkit-text-fill-color:#b78200!important;\n  }\n\n  .ybc-copy p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:17px!important;\n  }\n\n  .ybc-chips{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:22px;\n  }\n\n  .ybc-chips span{\n    padding:8px 11px;\n    border:2px solid var(--wood-dark);\n    border-radius:999px;\n    background:#ffffff;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:11px!important;\n    font-weight:850!important;\n  }\n\n  .ybc-cabinet{\n    position:relative;\n    min-height:425px;\n    padding:62px 26px 28px;\n    border:4px solid var(--wood-dark);\n    background:linear-gradient(145deg,#d49b52,#a76d37);\n  }\n\n  .ybc-cabinet-title{\n    position:absolute;\n    left:50%;\n    top:18px;\n    transform:translateX(-50%);\n    padding:7px 12px;\n    border:3px solid var(--wood-dark);\n    background:#ffffff;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    white-space:nowrap;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .ybc-box{\n    position:relative;\n    max-width:320px;\n    height:240px;\n    margin:0 auto;\n    padding:15px;\n    border:5px solid var(--wood-dark);\n    border-radius:26px;\n    background:linear-gradient(145deg,#ffdc69,#e4aa28);\n    box-shadow:8px 10px 0 rgba(87,52,31,.22);\n  }\n\n  .ybc-tray{\n    display:grid;\n    grid-template-columns:1.25fr .75fr;\n    grid-template-rows:1fr 1fr;\n    gap:10px;\n    height:100%;\n  }\n\n  .ybc-compartment{\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    border:3px solid var(--wood-dark);\n    border-radius:15px;\n    text-align:center;\n  }\n\n  .ybc-compartment:nth-child(1){\n    grid-row:1\/3;\n    background:var(--lemon);\n  }\n\n  .ybc-compartment:nth-child(2){\n    background:var(--sage);\n  }\n\n  .ybc-compartment:nth-child(3){\n    background:var(--blue);\n  }\n\n  .ybc-compartment strong{\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:11px!important;\n  }\n\n  .ybc-compartment small{\n    color:#62584d!important;\n    -webkit-text-fill-color:#62584d!important;\n    font-size:9px!important;\n  }\n\n  .ybc-dip{\n    position:absolute;\n    right:24px;\n    bottom:22px;\n    width:73px;\n    height:54px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border:3px solid var(--wood-dark);\n    border-radius:15px;\n    background:var(--coral);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:9px!important;\n    font-weight:950!important;\n  }\n\n  .ybc-spork{\n    position:absolute;\n    left:28px;\n    bottom:20px;\n    width:98px;\n    padding:8px;\n    border:3px solid var(--wood-dark);\n    background:#ffffff;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    text-align:center;\n    font-size:9px!important;\n    font-weight:950!important;\n    transform:rotate(-4deg);\n  }\n\n  .ybc-stats{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:2px;\n    border-top:4px solid var(--wood-dark);\n    background:var(--wood-dark);\n  }\n\n  .ybc-stat{\n    padding:18px 12px;\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .ybc-stat strong{\n    display:block;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-stat span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:11px!important;\n  }\n\n  .ybc-section{\n    padding:58px 18px 0;\n  }\n\n  .ybc-heading{\n    display:grid;\n    grid-template-columns:125px 1fr;\n    gap:20px;\n    align-items:start;\n    margin-bottom:27px;\n  }\n\n  .ybc-recipe-tab{\n    padding:12px 9px;\n    border:3px solid var(--wood-dark);\n    background:var(--sun);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    text-align:center;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n    box-shadow:5px 5px 0 var(--wood-dark);\n  }\n\n  .ybc-heading small{\n    display:block;\n    color:#b78200!important;\n    -webkit-text-fill-color:#b78200!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .ybc-heading h3{\n    margin:5px 0 0!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:30px!important;\n    line-height:1.17!important;\n  }\n\n  .ybc-drawer-layout{\n    display:grid;\n    grid-template-columns:1.12fr .88fr;\n    gap:18px;\n  }\n\n  .ybc-drawer-stack{\n    border:4px solid var(--wood-dark);\n    background:var(--wood);\n  }\n\n  .ybc-drawer{\n    display:grid;\n    grid-template-columns:88px 1fr auto;\n    gap:14px;\n    align-items:center;\n    padding:18px;\n    border-bottom:4px solid var(--wood-dark);\n    background:#ffffff;\n  }\n\n  .ybc-drawer:last-child{\n    border-bottom:0;\n  }\n\n  .ybc-drawer:nth-child(2){background:var(--cream);}\n  .ybc-drawer:nth-child(3){background:#f1f8f2;}\n  .ybc-drawer:nth-child(4){background:#eef7fa;}\n\n  .ybc-drawer-code{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:82px;\n    height:38px;\n    border:2px solid var(--wood-dark);\n    background:var(--sun);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .ybc-drawer strong{\n    display:block;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:15px!important;\n  }\n\n  .ybc-drawer small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .ybc-handle{\n    width:36px;\n    height:12px;\n    border:3px solid var(--wood-dark);\n    border-radius:999px;\n  }\n\n  .ybc-side-card{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:31px;\n    border:4px solid var(--wood-dark);\n    background:var(--sun);\n    text-align:center;\n  }\n\n  .ybc-side-card svg{\n    width:58px;\n    height:58px;\n    margin:0 auto 14px;\n    color:var(--wood-dark);\n  }\n\n  .ybc-side-card h4{\n    margin:0 0 9px!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:22px!important;\n  }\n\n  .ybc-side-card p{\n    margin:0!important;\n    color:#5f4e25!important;\n    -webkit-text-fill-color:#5f4e25!important;\n    font-size:14px!important;\n  }\n\n  .ybc-accessory-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:16px;\n  }\n\n  .ybc-accessory{\n    position:relative;\n    min-height:260px;\n    padding:28px 24px 24px;\n    border:4px solid var(--wood-dark);\n    background:#ffffff;\n  }\n\n  .ybc-accessory:before{\n    content:\"\";\n    position:absolute;\n    left:15px;\n    right:15px;\n    top:12px;\n    border-top:2px dashed var(--wood);\n  }\n\n  .ybc-accessory:nth-child(2){background:var(--cream);}\n  .ybc-accessory:nth-child(3){background:#edf7f0;}\n\n  .ybc-accessory svg{\n    width:44px;\n    height:44px;\n    margin:10px 0 14px;\n    color:#b78200;\n  }\n\n  .ybc-accessory h4{\n    margin:0 0 8px!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:19px!important;\n  }\n\n  .ybc-accessory p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-seal-layout{\n    display:grid;\n    grid-template-columns:.85fr 1.15fr;\n    gap:18px;\n  }\n\n  .ybc-seal-illustration{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    min-height:355px;\n    padding:31px;\n    border:4px solid var(--wood-dark);\n    border-radius:50%;\n    background:var(--wood-dark);\n    text-align:center;\n  }\n\n  .ybc-seal-illustration svg{\n    width:62px;\n    height:62px;\n    margin:0 auto 14px;\n    color:var(--sun);\n  }\n\n  .ybc-seal-illustration h4{\n    margin:0 0 9px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:22px!important;\n  }\n\n  .ybc-seal-illustration p{\n    margin:0!important;\n    color:#eaded4!important;\n    -webkit-text-fill-color:#eaded4!important;\n    font-size:14px!important;\n  }\n\n  .ybc-checklist{\n    border:4px solid var(--wood-dark);\n    background:#ffffff;\n  }\n\n  .ybc-check{\n    display:grid;\n    grid-template-columns:50px 1fr;\n    gap:13px;\n    align-items:center;\n    padding:16px 18px;\n    border-bottom:2px solid var(--line);\n  }\n\n  .ybc-check:last-child{\n    border-bottom:0;\n  }\n\n  .ybc-check span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:44px;\n    height:44px;\n    border:3px solid var(--wood-dark);\n    border-radius:50%;\n    background:var(--lemon);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-weight:950!important;\n  }\n\n  .ybc-check strong{\n    display:block;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-check small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .ybc-care-board{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:15px;\n  }\n\n  .ybc-care-card{\n    padding:25px;\n    border:4px solid var(--wood-dark);\n    background:#ffffff;\n    box-shadow:5px 5px 0 rgba(87,52,31,.1);\n  }\n\n  .ybc-care-card svg{\n    width:40px;\n    height:40px;\n    margin-bottom:13px;\n    color:#b78200;\n  }\n\n  .ybc-care-card h4{\n    margin:0 0 8px!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:18px!important;\n  }\n\n  .ybc-care-card p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-note{\n    margin-top:19px;\n    padding:17px 20px;\n    border:4px solid var(--wood-dark);\n    border-left:12px solid var(--sun);\n    background:var(--cream);\n    color:var(--ink)!important;\n    -webkit-text-fill-color:var(--ink)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-footer{\n    margin-top:58px;\n    padding:42px 27px;\n    border:10px solid var(--mustard);\n    background:\n      linear-gradient(135deg,#412719,#75482a);\n    text-align:center;\n  }\n\n  .ybc-footer,\n  .ybc-footer *,\n  .ybc-footer h3,\n  .ybc-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .ybc-footer h3{\n    margin:0 0 9px!important;\n    font-size:29px!important;\n  }\n\n  .ybc-footer p{\n    max-width:740px;\n    margin:0 auto!important;\n  }\n\n  .ybc-faq{\n    margin-top:58px;\n    display:grid;\n    grid-template-columns:290px 1fr;\n    gap:18px;\n  }\n\n  .ybc-faq-index{\n    padding:29px;\n    border:4px solid var(--wood-dark);\n    background:\n      linear-gradient(rgba(87,52,31,.08) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(87,52,31,.08) 1px,transparent 1px),\n      var(--sun);\n    background-size:22px 22px;\n  }\n\n  .ybc-faq-index span{\n    display:inline-block;\n    padding:7px 10px;\n    border:3px solid var(--wood-dark);\n    background:#ffffff;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .ybc-faq-index h3{\n    margin:17px 0 8px!important;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:28px!important;\n  }\n\n  .ybc-faq-index p{\n    margin:0!important;\n    color:#604f38!important;\n    -webkit-text-fill-color:#604f38!important;\n    font-size:14px!important;\n  }\n\n  .ybc-faq-list{\n    border:4px solid var(--wood-dark);\n    background:#ffffff;\n  }\n\n  .ybc-faq-item{\n    border-bottom:3px solid var(--wood-dark);\n  }\n\n  .ybc-faq-item:last-child{\n    border-bottom:0;\n  }\n\n  .ybc-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:1fr 40px;\n    gap:13px;\n    align-items:center;\n    padding:17px 18px;\n    border:0;\n    background:#ffffff;\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .ybc-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:38px;\n    height:38px;\n    border:3px solid var(--wood-dark);\n    border-radius:50%;\n    background:var(--sun);\n    color:var(--wood-dark)!important;\n    -webkit-text-fill-color:var(--wood-dark)!important;\n    font-size:22px!important;\n    transition:.25s ease;\n  }\n\n  .ybc-faq-item.open .ybc-plus{\n    transform:rotate(45deg);\n    background:var(--wood-dark);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .ybc-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .ybc-faq-answer{\n    padding:0 18px 19px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .ybc-faq-item.open .ybc-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:880px){\n    .ybc-cover,\n    .ybc-drawer-layout,\n    .ybc-seal-layout,\n    .ybc-faq{\n      grid-template-columns:1fr;\n    }\n\n    .ybc-stats,\n    .ybc-accessory-grid,\n    .ybc-care-board{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:580px){\n    .ybc-shelf,\n    .ybc-heading{\n      grid-template-columns:1fr;\n    }\n\n    .ybc-shelf strong{\n      text-align:left;\n    }\n\n    .ybc-cover{\n      padding:34px 18px 25px;\n    }\n\n    .ybc-cabinet{\n      min-height:390px;\n    }\n\n    .ybc-box{\n      height:218px;\n    }\n\n    .ybc-stats,\n    .ybc-accessory-grid,\n    .ybc-care-board{\n      grid-template-columns:1fr;\n    }\n\n    .ybc-drawer{\n      grid-template-columns:1fr;\n    }\n\n    .ybc-handle{\n      display:none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"yellow-bento-cabinet\"\u003e\n\n  \u003csection class=\"ybc-worktop\"\u003e\n    \u003cdiv class=\"ybc-shelf\"\u003e\n      \u003cdiv class=\"ybc-hooks\" aria-hidden=\"true\"\u003e\n        \u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\u003ci\u003e\u003c\/i\u003e\n      \u003c\/div\u003e\n\n      \u003cstrong\u003eModular Lunch Preparation Cabinet\u003c\/strong\u003e\n      \u003cspan\u003eYellow 1300 ml Edition\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-cover\"\u003e\n      \u003cdiv class=\"ybc-copy\"\u003e\n        \u003cdiv class=\"ybc-label\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003crect x=\"4\" y=\"6\" width=\"16\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M12 6v13\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 12h8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Complete Four-Section Bento Kit\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Organize a Full Meal in\n          \u003cspan\u003eFour Deep Food Compartments\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A bright yellow 1300 ml lunch container with four\n          individually sealed food sections, separate dip cup,\n          reusable silicone muffin cups and a covered spork.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ybc-chips\"\u003e\n          \u003cspan\u003e1300 ml Capacity\u003c\/span\u003e\n          \u003cspan\u003e4 Compartments\u003c\/span\u003e\n          \u003cspan\u003eDip Cup Included\u003c\/span\u003e\n          \u003cspan\u003e4 Silicone Cups\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-cabinet\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"ybc-cabinet-title\"\u003eFour-Drawer Lunch Cabinet\u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-box\"\u003e\n          \u003cdiv class=\"ybc-tray\"\u003e\n            \u003cdiv class=\"ybc-compartment\"\u003e\n              \u003cstrong\u003eMAIN MEAL\u003c\/strong\u003e\n              \u003csmall\u003eSandwich, pasta or rice\u003c\/small\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ybc-compartment\"\u003e\n              \u003cstrong\u003eFRESH SIDE\u003c\/strong\u003e\n              \u003csmall\u003eFruit or vegetables\u003c\/small\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"ybc-compartment\"\u003e\n              \u003cstrong\u003eSNACK\u003c\/strong\u003e\n              \u003csmall\u003eCheese or crackers\u003c\/small\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-spork\"\u003eCOVERED SPORK\u003c\/div\u003e\n        \u003cdiv class=\"ybc-dip\"\u003eDIP CUP\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-stats\"\u003e\n      \u003cdiv class=\"ybc-stat\"\u003e\n        \u003cstrong\u003e1300 ml\u003c\/strong\u003e\n        \u003cspan\u003eListed food capacity\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-stat\"\u003e\n        \u003cstrong\u003e8.9 × 6.4 × 2.6\"\u003c\/strong\u003e\n        \u003cspan\u003eContainer dimensions\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-stat\"\u003e\n        \u003cstrong\u003e4 Compartments\u003c\/strong\u003e\n        \u003cspan\u003eIndividually sealed sections\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-stat\"\u003e\n        \u003cstrong\u003eClip Closure\u003c\/strong\u003e\n        \u003cspan\u003eSecure fitted lid\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-section\"\u003e\n    \u003cdiv class=\"ybc-heading\"\u003e\n      \u003cdiv class=\"ybc-recipe-tab\"\u003eRecipe File 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eFour-Drawer Meal Organization\u003c\/small\u003e\n        \u003ch3\u003eAssign a Separate Space to Every Part of Lunch\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-drawer-layout\"\u003e\n      \u003cdiv class=\"ybc-drawer-stack\"\u003e\n        \u003cdiv class=\"ybc-drawer\"\u003e\n          \u003cdiv class=\"ybc-drawer-code\"\u003eDRAWER 1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eMain Meal\u003c\/strong\u003e\n            \u003csmall\u003eSandwiches, rice, pasta, salad or protein\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ybc-handle\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-drawer\"\u003e\n          \u003cdiv class=\"ybc-drawer-code\"\u003eDRAWER 2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eFruit Section\u003c\/strong\u003e\n            \u003csmall\u003eBerries, grapes, apple slices or other fresh food\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ybc-handle\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-drawer\"\u003e\n          \u003cdiv class=\"ybc-drawer-code\"\u003eDRAWER 3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eVegetable or Side Section\u003c\/strong\u003e\n            \u003csmall\u003eCarrots, cucumber, cheese or small side dishes\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ybc-handle\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-drawer\"\u003e\n          \u003cdiv class=\"ybc-drawer-code\"\u003eDRAWER 4\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSnack or Dessert Section\u003c\/strong\u003e\n            \u003csmall\u003eCrackers, nuts or a compact sweet portion\u003c\/small\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ybc-handle\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-side-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 8h16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 8 3 14h6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"m18 8-3 6h6z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eBalanced Meal Planning\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The four-section layout helps divide larger and smaller\n          portions while keeping different foods from occupying\n          one open storage area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-section\"\u003e\n    \u003cdiv class=\"ybc-heading\"\u003e\n      \u003cdiv class=\"ybc-recipe-tab\"\u003eRecipe File 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eIncluded Preparation Accessories\u003c\/small\u003e\n        \u003ch3\u003eDip Cup, Silicone Cups and Covered Spork\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-accessory-grid\"\u003e\n      \u003cdiv class=\"ybc-accessory\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"12\" cy=\"13\" r=\"6\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 7h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4h6v3H9z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eSeparate Dip Container\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Pack dressing, yogurt, sauce or a small condiment\n          separately from the main food compartments.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-accessory\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M6 7h12l-2 12H8z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 7 9 4\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 7 15 4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eFour Silicone Muffin Cups\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Reusable cups create additional mini sections\n          for berries, cheese, vegetables and bite-sized snacks.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-accessory\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M7 3v8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 3v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 3v5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 11v10\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 4c3 4 3 7 0 10v7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eWashable Spork with Cover\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The reusable utensil combines spoon and fork functions\n          and stores inside a separate protective case.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-section\"\u003e\n    \u003cdiv class=\"ybc-heading\"\u003e\n      \u003cdiv class=\"ybc-recipe-tab\"\u003eRecipe File 03\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eIndividual Compartment Sealing\u003c\/small\u003e\n        \u003ch3\u003eRubber Gaskets Help Reduce Leaks and Food Mixing\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-seal-layout\"\u003e\n      \u003cdiv class=\"ybc-seal-illustration\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"5\" width=\"16\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 12h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 3h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eFour Sealing Areas\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The fitted lid uses separate rubber gasket areas\n          over the food compartments to help keep each\n          section contained.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-checklist\"\u003e\n        \u003cdiv class=\"ybc-check\"\u003e\n          \u003cspan\u003e1\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eClean the Lid and Gaskets\u003c\/strong\u003e\n            \u003csmall\u003eRemove crumbs and food residue before closing\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-check\"\u003e\n          \u003cspan\u003e2\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eAlign the Lid Correctly\u003c\/strong\u003e\n            \u003csmall\u003eMatch every sealing area with its compartment\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-check\"\u003e\n          \u003cspan\u003e3\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eClose All Clips Firmly\u003c\/strong\u003e\n            \u003csmall\u003eConfirm the closure is fully engaged\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ybc-check\"\u003e\n          \u003cspan\u003e4\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eCarry the Box Upright\u003c\/strong\u003e\n            \u003csmall\u003eLevel transport provides improved spill resistance\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-section\"\u003e\n    \u003cdiv class=\"ybc-heading\"\u003e\n      \u003cdiv class=\"ybc-recipe-tab\"\u003eCare Card\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eHeating, Freezing and Cleaning\u003c\/small\u003e\n        \u003ch3\u003ePrepare Meals Ahead and Reheat Them Safely\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-care-board\"\u003e\n      \u003cdiv class=\"ybc-care-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"6\" width=\"16\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 10c1-1 2-1 3 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M13 10c1-1 2-1 3 0\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eMicrowave Without the Lid\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Remove the lid, dip cup, silicone cups and covered\n          utensil before reheating suitable foods.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-care-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4.5 7.5 19.5 16.5\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M19.5 7.5 4.5 16.5\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eFreezer-Safe Storage\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The container is listed as freezer safe for\n          prepared meals and advance food storage.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-care-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 7h14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 7v12h10V7\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 4h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eHand Washing Recommended\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Wash the lid, container, gaskets and accessories\n          by hand because the technical care table specifies\n          hand washing only.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-note\"\u003e\n      \u003cstrong\u003eCare information:\u003c\/strong\u003e\n      The product description and technical table provide different\n      dishwasher instructions. Hand washing is the conservative method.\n      Remove the lid before microwave use and allow all components\n      to dry completely before closing the box.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-footer\"\u003e\n    \u003ch3\u003eA Bright Four-Section Bento for School, Work and Picnics\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Pack a main meal, fresh sides, snacks and sauces in one\n      reusable yellow container with silicone cups,\n      individually sealed sections and a covered spork.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ybc-faq\"\u003e\n    \u003cdiv class=\"ybc-faq-index\"\u003e\n      \u003cspan\u003eKitchen Index\u003c\/span\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Key information about capacity, compartments,\n        dimensions, accessories, materials,\n        microwave use and cleaning.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ybc-faq-list\"\u003e\n      \u003cdiv class=\"ybc-faq-item open\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n          \u003cspan\u003eWhat is included with the bento box?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            The package includes one four-compartment bento box,\n            one leak-resistant dip cup, four reusable silicone\n            muffin cups and one washable spork with a cover.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWhat is the container capacity?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            The yellow bento box has a listed capacity\n            of approximately 1300 ml.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWhat are the product dimensions?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            The lunch box measures approximately\n            8.9 × 6.4 × 2.6 inches.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eHow many food compartments does it have?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            It has four deep food compartments,\n            each covered by a separate rubber gasket area.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eCan it be used in a microwave?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            Yes. Remove the lid and all accessories before\n            reheating suitable food in the container.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eIs it safe for freezer storage?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            Yes. The product is listed as freezer safe.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ybc-faq-item\"\u003e\n        \u003cbutton class=\"ybc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eHow should the lunch box be cleaned?\u003c\/span\u003e\n          \u003cspan class=\"ybc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"ybc-faq-content\"\u003e\n          \u003cdiv class=\"ybc-faq-answer\"\u003e\n            Hand washing is recommended because the technical\n            product table specifies hand wash only, despite a\n            separate description mentioning dishwasher cleaning.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  (function(){\n    var script = document.currentScript;\n    var wrapper = script.previousElementSibling;\n\n    if(!wrapper || !wrapper.classList.contains(\"yellow-bento-cabinet\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".ybc-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".ybc-faq-content\");\n      var button = item.querySelector(\".ybc-faq-button\");\n\n      if(item.classList.contains(\"open\")){\n        content.style.maxHeight = content.scrollHeight + \"px\";\n        button.setAttribute(\"aria-expanded\",\"true\");\n      }else{\n        content.style.maxHeight = \"0px\";\n        button.setAttribute(\"aria-expanded\",\"false\");\n      }\n    }\n\n    items.forEach(function(item){\n      var button = item.querySelector(\".ybc-faq-button\");\n\n      button.addEventListener(\"click\",function(){\n        var wasOpen = item.classList.contains(\"open\");\n\n        items.forEach(function(other){\n          other.classList.remove(\"open\");\n          updateItem(other);\n        });\n\n        if(!wasOpen){\n          item.classList.add(\"open\");\n          updateItem(item);\n        }\n      });\n\n      updateItem(item);\n    });\n\n    window.addEventListener(\"resize\",function(){\n      items.forEach(function(item){\n        if(item.classList.contains(\"open\")){\n          updateItem(item);\n        }\n      });\n    });\n  })();\n\u003c\/script\u003e","brand":"PulinGO","offers":[{"title":"Yellow","offer_id":45457640554672,"sku":"B0CZ3FH3D9","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pastel Blue","offer_id":45457640587440,"sku":"B0D1XB1JZD","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45457640620208,"sku":"B09T337T41","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45457640784048,"sku":"B09T2NCY6T","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Bright Blue","offer_id":45457640849584,"sku":"B0BYHFRXMQ","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":45457640882352,"sku":"B09T33S3G2","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":45457640915120,"sku":"B0CZ38FQN8","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/71oYgizbVcL._AC_SL1500.jpg?v=1784193202","url":"https:\/\/www.pulingo.com\/products\/yellow-1300ml-four-compartment-bento","provider":"PulinGO","version":"1.0","type":"link"}