{"product_id":"taro-purple-snack-spinner-lunchbox","title":"Taro Purple Snack Spinner Lunchbox with Sandwich Compartment","description":"\u003cstyle\u003e\n  .purple-snack-carousel{\n    --plum:#4e275f;\n    --deep:#2b1438;\n    --purple:#81569b;\n    --taro:#b895ca;\n    --lilac:#e6d8ee;\n    --cream:#fffaf1;\n    --yellow:#f4d575;\n    --mint:#b9dfca;\n    --peach:#f3b69c;\n    --blue:#a7d8e7;\n    --paper:#ffffff;\n    --ink:#46384d;\n    --muted:#766b7c;\n    --line:#e4dce7;\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  .purple-snack-carousel *,\n  .purple-snack-carousel *:before,\n  .purple-snack-carousel *:after{\n    box-sizing:border-box;\n  }\n\n  .purple-snack-carousel 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  .psc-carnival{\n    overflow:hidden;\n    border:6px solid var(--deep);\n    border-radius:30px;\n    background:var(--deep);\n    box-shadow:0 20px 48px rgba(43,20,56,.22);\n  }\n\n  .psc-marquee{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n    gap:14px;\n    align-items:center;\n    padding:13px 20px;\n    border-bottom:2px solid #714f7e;\n    background:#21102b;\n  }\n\n  .psc-marquee strong,\n  .psc-marquee 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  .psc-marquee strong{\n    text-align:center;\n  }\n\n  .psc-lights{\n    display:flex;\n    gap:6px;\n  }\n\n  .psc-lights i{\n    width:10px;\n    height:10px;\n    border-radius:50%;\n    background:var(--yellow);\n    box-shadow:0 0 10px rgba(244,213,117,.65);\n  }\n\n  .psc-lights i:nth-child(2){\n    background:var(--mint);\n  }\n\n  .psc-lights i:nth-child(3){\n    background:var(--peach);\n  }\n\n  .psc-hero{\n    display:grid;\n    grid-template-columns:1.02fr .98fr;\n    gap:34px;\n    align-items:center;\n    padding:54px 39px 42px;\n    background:\n      radial-gradient(circle at 82% 32%,rgba(184,149,202,.28),transparent 29%),\n      linear-gradient(145deg,#60356f,var(--deep));\n  }\n\n  .psc-kicker{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    margin-bottom:18px;\n    padding:8px 14px;\n    border:1px solid var(--taro);\n    border-radius:999px;\n    background:rgba(184,149,202,.11);\n    color:#eadcf2!important;\n    -webkit-text-fill-color:#eadcf2!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .psc-kicker svg{\n    width:18px;\n    height:18px;\n  }\n\n  .psc-copy h2{\n    margin:0 0 17px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:clamp(34px,5vw,54px)!important;\n    line-height:1.06!important;\n    font-weight:950!important;\n  }\n\n  .psc-copy h2 span{\n    color:var(--yellow)!important;\n    -webkit-text-fill-color:var(--yellow)!important;\n  }\n\n  .psc-copy p{\n    margin:0!important;\n    color:#e4d6e9!important;\n    -webkit-text-fill-color:#e4d6e9!important;\n    font-size:17px!important;\n  }\n\n  .psc-pills{\n    display:flex;\n    flex-wrap:wrap;\n    gap:9px;\n    margin-top:23px;\n  }\n\n  .psc-pills span{\n    padding:9px 12px;\n    border:1px solid #785686;\n    border-radius:8px;\n    background:#381947;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:12px!important;\n    font-weight:800!important;\n  }\n\n  .psc-fairground{\n    position:relative;\n    min-height:420px;\n    overflow:hidden;\n    border:3px solid #c2a2d1;\n    border-radius:28px;\n    background:\n      radial-gradient(circle at 50% 43%,rgba(255,255,255,.4),transparent 38%),\n      linear-gradient(#eadcf2 0 66%,#c9a9d6 66%);\n  }\n\n  .psc-fairground:before{\n    content:\"\";\n    position:absolute;\n    left:0;\n    right:0;\n    top:0;\n    height:45px;\n    background:\n      repeating-linear-gradient(\n        90deg,\n        var(--purple) 0 35px,\n        var(--cream) 35px 70px\n      );\n  }\n\n  .psc-sign{\n    position:absolute;\n    left:50%;\n    top:60px;\n    z-index:5;\n    transform:translateX(-50%);\n    padding:7px 13px;\n    border:2px solid var(--deep);\n    border-radius:999px;\n    background:var(--yellow);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    white-space:nowrap;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .psc-lunchbox{\n    position:absolute;\n    left:50%;\n    top:118px;\n    width:298px;\n    height:183px;\n    transform:translateX(-50%);\n    border:5px solid var(--deep);\n    border-radius:35px;\n    background:linear-gradient(145deg,#b895ca,#7b4b91);\n    box-shadow:0 17px 31px rgba(43,20,56,.3);\n  }\n\n  .psc-sandwich{\n    position:absolute;\n    left:15px;\n    top:17px;\n    bottom:17px;\n    width:122px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border:3px solid var(--deep);\n    border-radius:22px;\n    background:var(--yellow);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    text-align:center;\n    font-size:11px!important;\n    font-weight:950!important;\n  }\n\n  .psc-spinner{\n    position:absolute;\n    right:15px;\n    top:14px;\n    width:136px;\n    height:136px;\n    border:4px solid var(--deep);\n    border-radius:50%;\n    overflow:hidden;\n    background:conic-gradient(\n      var(--mint) 0 20%,\n      var(--peach) 20% 40%,\n      var(--blue) 40% 60%,\n      var(--yellow) 60% 80%,\n      var(--lilac) 80% 100%\n    );\n  }\n\n  .psc-spinner:before{\n    content:\"\";\n    position:absolute;\n    left:50%;\n    top:50%;\n    width:42px;\n    height:42px;\n    transform:translate(-50%,-50%);\n    border:4px solid var(--deep);\n    border-radius:50%;\n    background:var(--paper);\n  }\n\n  .psc-spinner:after{\n    content:\"SPIN\";\n    position:absolute;\n    left:50%;\n    top:50%;\n    transform:translate(-50%,-50%);\n    color:var(--deep);\n    font-size:9px;\n    font-weight:950;\n  }\n\n  .psc-handle{\n    position:absolute;\n    left:50%;\n    bottom:21px;\n    width:92px;\n    height:45px;\n    transform:translateX(-50%);\n    border:5px solid var(--deep);\n    border-bottom:0;\n    border-radius:28px 28px 0 0;\n  }\n\n  .psc-sticker{\n    position:absolute;\n    right:17px;\n    bottom:19px;\n    padding:9px 11px;\n    border:2px dashed var(--deep);\n    background:#ffffff;\n    color:var(--plum)!important;\n    -webkit-text-fill-color:var(--plum)!important;\n    font-size:9px!important;\n    font-weight:950!important;\n    transform:rotate(-4deg);\n  }\n\n  .psc-stats{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:1px;\n    background:#745781;\n  }\n\n  .psc-stat{\n    padding:20px 12px;\n    background:#341742;\n    text-align:center;\n  }\n\n  .psc-stat strong{\n    display:block;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:14px!important;\n  }\n\n  .psc-stat span{\n    color:#d7c3df!important;\n    -webkit-text-fill-color:#d7c3df!important;\n    font-size:12px!important;\n  }\n\n  .psc-section{\n    padding:59px 19px 0;\n  }\n\n  .psc-heading{\n    display:grid;\n    grid-template-columns:130px 1fr;\n    gap:22px;\n    align-items:start;\n    margin-bottom:28px;\n  }\n\n  .psc-ticket{\n    padding:12px 9px;\n    border:3px solid var(--deep);\n    background:var(--yellow);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!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(--deep);\n    transform:rotate(-1deg);\n  }\n\n  .psc-heading span{\n    color:var(--purple)!important;\n    -webkit-text-fill-color:var(--purple)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .psc-heading h3{\n    margin:5px 0 0!important;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:30px!important;\n    line-height:1.2!important;\n  }\n\n  .psc-two-zone{\n    display:grid;\n    grid-template-columns:1.08fr .92fr;\n    gap:19px;\n  }\n\n  .psc-sandwich-card{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    min-height:330px;\n    padding:31px;\n    border:10px solid #f9e9b9;\n    border-radius:26px;\n    background:linear-gradient(145deg,#e8bd50,var(--yellow));\n    text-align:center;\n  }\n\n  .psc-sandwich-card svg{\n    width:57px;\n    height:57px;\n    margin:0 auto 14px;\n    color:var(--deep);\n  }\n\n  .psc-sandwich-card h4{\n    margin:0 0 9px!important;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:23px!important;\n  }\n\n  .psc-sandwich-card p{\n    margin:0!important;\n    color:#5d4b28!important;\n    -webkit-text-fill-color:#5d4b28!important;\n    font-size:14px!important;\n  }\n\n  .psc-snack-list{\n    overflow:hidden;\n    border:3px solid var(--deep);\n    background:#ffffff;\n  }\n\n  .psc-snack-title{\n    padding:15px 19px;\n    background:var(--deep);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .psc-snack-row{\n    display:grid;\n    grid-template-columns:65px 1fr;\n    gap:14px;\n    align-items:center;\n    padding:15px 18px;\n    border-bottom:1px solid var(--line);\n  }\n\n  .psc-snack-row:last-child{\n    border-bottom:0;\n  }\n\n  .psc-snack-row span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:60px;\n    height:38px;\n    border:2px solid var(--deep);\n    border-radius:999px;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .psc-snack-row:nth-child(2) span{background:var(--mint);}\n  .psc-snack-row:nth-child(3) span{background:var(--peach);}\n  .psc-snack-row:nth-child(4) span{background:var(--blue);}\n  .psc-snack-row:nth-child(5) span{background:var(--yellow);}\n  .psc-snack-row:nth-child(6) span{background:var(--lilac);}\n\n  .psc-snack-row strong{\n    display:block;\n    color:var(--ink)!important;\n    -webkit-text-fill-color:var(--ink)!important;\n    font-size:14px!important;\n  }\n\n  .psc-snack-row small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .psc-spinner-layout{\n    display:grid;\n    grid-template-columns:.9fr 1.1fr;\n    gap:19px;\n  }\n\n  .psc-wheel-card{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    min-height:350px;\n    border:12px solid var(--lilac);\n    border-radius:50%;\n    background:conic-gradient(\n      var(--mint) 0 20%,\n      var(--peach) 20% 40%,\n      var(--blue) 40% 60%,\n      var(--yellow) 60% 80%,\n      var(--taro) 80% 100%\n    );\n  }\n\n  .psc-wheel-center{\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    width:135px;\n    height:135px;\n    padding:15px;\n    border:5px solid var(--deep);\n    border-radius:50%;\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .psc-wheel-center svg{\n    width:38px;\n    height:38px;\n    margin-bottom:7px;\n    color:var(--plum);\n  }\n\n  .psc-wheel-center strong{\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:14px!important;\n  }\n\n  .psc-steps{\n    padding:27px;\n    border:3px solid var(--deep);\n    background:#ffffff;\n  }\n\n  .psc-step{\n    display:grid;\n    grid-template-columns:48px 1fr;\n    gap:13px;\n    align-items:center;\n    padding:14px 0;\n    border-bottom:1px solid var(--line);\n  }\n\n  .psc-step:last-child{\n    border-bottom:0;\n  }\n\n  .psc-step span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:44px;\n    height:44px;\n    border-radius:50%;\n    background:var(--taro);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-weight:950!important;\n  }\n\n  .psc-step strong{\n    display:block;\n    color:var(--ink)!important;\n    -webkit-text-fill-color:var(--ink)!important;\n    font-size:14px!important;\n  }\n\n  .psc-step small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .psc-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:15px;\n  }\n\n  .psc-feature{\n    min-height:245px;\n    padding:25px;\n    border:3px solid var(--deep);\n    background:#ffffff;\n  }\n\n  .psc-feature:nth-child(1){border-top:9px solid var(--purple);}\n  .psc-feature:nth-child(2){border-top:9px solid var(--mint);}\n  .psc-feature:nth-child(3){border-top:9px solid var(--peach);}\n\n  .psc-feature svg{\n    width:38px;\n    height:38px;\n    margin-bottom:14px;\n    color:var(--deep);\n  }\n\n  .psc-feature h4{\n    margin:0 0 8px!important;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:18px!important;\n  }\n\n  .psc-feature 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  .psc-personalize{\n    display:grid;\n    grid-template-columns:1.04fr .96fr;\n    gap:19px;\n  }\n\n  .psc-sticker-board{\n    position:relative;\n    min-height:315px;\n    padding:30px;\n    overflow:hidden;\n    border:3px solid var(--deep);\n    background:\n      linear-gradient(rgba(129,86,155,.1) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(129,86,155,.1) 1px,transparent 1px),\n      #fff8fc;\n    background-size:25px 25px;\n  }\n\n  .psc-sticker-board h4{\n    margin:0!important;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:22px!important;\n  }\n\n  .psc-decal{\n    position:absolute;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border:3px solid var(--deep);\n    background:#ffffff;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-weight:950!important;\n  }\n\n  .psc-decal.one{\n    left:45px;\n    top:105px;\n    width:88px;\n    height:63px;\n    border-radius:50%;\n    background:var(--yellow);\n    transform:rotate(-8deg);\n  }\n\n  .psc-decal.two{\n    right:52px;\n    top:82px;\n    width:72px;\n    height:72px;\n    border-radius:18px;\n    background:var(--mint);\n    transform:rotate(7deg);\n  }\n\n  .psc-decal.three{\n    left:50%;\n    bottom:35px;\n    width:105px;\n    height:56px;\n    transform:translateX(-50%) rotate(-3deg);\n    border-radius:999px;\n    background:var(--peach);\n  }\n\n  .psc-carry-card{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:31px;\n    border-radius:26px;\n    background:var(--deep);\n    text-align:center;\n  }\n\n  .psc-carry-card svg{\n    width:58px;\n    height:58px;\n    margin:0 auto 14px;\n    color:var(--yellow);\n  }\n\n  .psc-carry-card 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  .psc-carry-card p{\n    margin:0!important;\n    color:#dac9e1!important;\n    -webkit-text-fill-color:#dac9e1!important;\n    font-size:14px!important;\n  }\n\n  .psc-note{\n    margin-top:20px;\n    padding:17px 20px;\n    border-left:7px solid var(--purple);\n    background:#f4edf8;\n    color:#62546a!important;\n    -webkit-text-fill-color:#62546a!important;\n    font-size:14px!important;\n  }\n\n  .psc-footer{\n    margin-top:57px;\n    padding:43px 27px;\n    border:10px solid var(--purple);\n    background:\n      radial-gradient(circle at 50% 120%,rgba(244,213,117,.2),transparent 42%),\n      linear-gradient(135deg,#2b1438,#643773);\n    text-align:center;\n  }\n\n  .psc-footer,\n  .psc-footer *,\n  .psc-footer h3,\n  .psc-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .psc-footer h3{\n    margin:0 0 9px!important;\n    font-size:29px!important;\n  }\n\n  .psc-footer p{\n    max-width:730px;\n    margin:0 auto!important;\n  }\n\n  .psc-faq{\n    margin-top:58px;\n    display:grid;\n    grid-template-columns:270px 1fr;\n    gap:19px;\n  }\n\n  .psc-faq-booth{\n    padding:29px;\n    border:3px solid var(--deep);\n    background:\n      radial-gradient(circle,var(--yellow) 2px,transparent 3px),\n      var(--purple);\n    background-size:24px 24px;\n  }\n\n  .psc-faq-booth span{\n    display:inline-block;\n    padding:7px 11px;\n    background:var(--yellow);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .psc-faq-booth h3{\n    margin:17px 0 8px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:28px!important;\n  }\n\n  .psc-faq-booth p{\n    margin:0!important;\n    color:#eee0f3!important;\n    -webkit-text-fill-color:#eee0f3!important;\n    font-size:14px!important;\n  }\n\n  .psc-faq-list{\n    display:grid;\n    gap:10px;\n  }\n\n  .psc-faq-item{\n    overflow:hidden;\n    border:2px solid var(--deep);\n    border-radius:14px;\n    background:#ffffff;\n  }\n\n  .psc-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:78px 1fr 36px;\n    gap:12px;\n    align-items:center;\n    padding:16px 18px;\n    border:0;\n    background:#ffffff;\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .psc-faq-code{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:78px;\n    height:35px;\n    border-radius:999px;\n    background:var(--lilac);\n    color:var(--plum)!important;\n    -webkit-text-fill-color:var(--plum)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .psc-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:36px;\n    height:36px;\n    border-radius:50%;\n    background:var(--yellow);\n    color:var(--deep)!important;\n    -webkit-text-fill-color:var(--deep)!important;\n    font-size:22px!important;\n    transition:.25s ease;\n  }\n\n  .psc-faq-item.open .psc-plus{\n    transform:rotate(45deg);\n    background:var(--deep);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .psc-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .psc-faq-answer{\n    padding:0 18px 18px 108px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .psc-faq-item.open .psc-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:850px){\n    .psc-hero,\n    .psc-two-zone,\n    .psc-spinner-layout,\n    .psc-personalize,\n    .psc-faq{\n      grid-template-columns:1fr;\n    }\n\n    .psc-stats,\n    .psc-feature-grid{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:570px){\n    .psc-carnival{\n      border-width:3px;\n    }\n\n    .psc-marquee,\n    .psc-heading{\n      grid-template-columns:1fr;\n    }\n\n    .psc-marquee strong{\n      text-align:left;\n    }\n\n    .psc-hero{\n      padding:40px 19px 30px;\n    }\n\n    .psc-fairground{\n      min-height:390px;\n    }\n\n    .psc-lunchbox{\n      width:245px;\n    }\n\n    .psc-sandwich{\n      width:96px;\n    }\n\n    .psc-spinner{\n      width:112px;\n      height:112px;\n    }\n\n    .psc-stats,\n    .psc-feature-grid{\n      grid-template-columns:1fr;\n    }\n\n    .psc-faq-button{\n      grid-template-columns:1fr 36px;\n    }\n\n    .psc-faq-code{\n      display:none;\n    }\n\n    .psc-faq-answer{\n      padding-left:18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"purple-snack-carousel\"\u003e\n\n  \u003csection class=\"psc-carnival\"\u003e\n    \u003cdiv class=\"psc-marquee\"\u003e\n      \u003cdiv class=\"psc-lights\" 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\u003eSpin-and-Choose Lunch Carnival\u003c\/strong\u003e\n      \u003cspan\u003eTaro Purple Edition\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-hero\"\u003e\n      \u003cdiv class=\"psc-copy\"\u003e\n        \u003cdiv class=\"psc-kicker\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 4v8l5 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Interactive 2-in-1 Lunch Container\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Pack One Main Lunch and\n          \u003cspan\u003eFive Rotating Snack Choices\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A taro purple lunchbox combining a spacious sandwich\n          compartment with an interactive five-section snack spinner,\n          snap-lock closure, carry handle, hand strap and sticker sheet.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"psc-pills\"\u003e\n          \u003cspan\u003e5 Snack Sections\u003c\/span\u003e\n          \u003cspan\u003e1 Large Sandwich Section\u003c\/span\u003e\n          \u003cspan\u003eInteractive Push Button\u003c\/span\u003e\n          \u003cspan\u003eBPA- and PVC-Free\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-fairground\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"psc-sign\"\u003eToday’s Snack Carousel\u003c\/div\u003e\n\n        \u003cdiv class=\"psc-lunchbox\"\u003e\n          \u003cdiv class=\"psc-sandwich\"\u003e\n            SANDWICH\u003cbr\u003eOR WRAP\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"psc-spinner\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"psc-handle\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-sticker\"\u003eSTICKER SHEET\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-stats\"\u003e\n      \u003cdiv class=\"psc-stat\"\u003e\n        \u003cstrong\u003e6 Compartments\u003c\/strong\u003e\n        \u003cspan\u003eFive small and one large\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-stat\"\u003e\n        \u003cstrong\u003e11 × 2.25 × 6.6\"\u003c\/strong\u003e\n        \u003cspan\u003eLunchbox dimensions\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-stat\"\u003e\n        \u003cstrong\u003e8.5-Inch Height\u003c\/strong\u003e\n        \u003cspan\u003eIncluding carry handle\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-stat\"\u003e\n        \u003cstrong\u003eAges 3–10\u003c\/strong\u003e\n        \u003cspan\u003eRecommended age range\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psc-section\"\u003e\n    \u003cdiv class=\"psc-heading\"\u003e\n      \u003cdiv class=\"psc-ticket\"\u003eCarnival Stop 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eTwo-Zone Lunch Design\u003c\/span\u003e\n        \u003ch3\u003eA Full Sandwich Area Beside Five Snack Choices\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-two-zone\"\u003e\n      \u003cdiv class=\"psc-sandwich-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 10c2-5 14-5 16 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 10h14v8H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 14h10\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eLarge Airtight Main Compartment\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Pack a sandwich, wrap or another solid main meal\n          in the broad rectangular section while keeping\n          smaller snacks organized separately.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-snack-list\"\u003e\n        \u003cdiv class=\"psc-snack-title\"\u003eFive-Choice Snack Menu\u003c\/div\u003e\n\n        \u003cdiv class=\"psc-snack-row\"\u003e\n          \u003cspan\u003e01\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eFresh Fruit\u003c\/strong\u003e\n            \u003csmall\u003eGrapes, berries or sliced produce\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-snack-row\"\u003e\n          \u003cspan\u003e02\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eVegetables\u003c\/strong\u003e\n            \u003csmall\u003eCarrots, cucumber or other crunchy sides\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-snack-row\"\u003e\n          \u003cspan\u003e03\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eCrackers\u003c\/strong\u003e\n            \u003csmall\u003eDry snacks and bite-sized portions\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-snack-row\"\u003e\n          \u003cspan\u003e04\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eCheese\u003c\/strong\u003e\n            \u003csmall\u003eSmall cubes or individually packed pieces\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-snack-row\"\u003e\n          \u003cspan\u003e05\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSmall Treat\u003c\/strong\u003e\n            \u003csmall\u003eA compact dessert or additional snack\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=\"psc-section\"\u003e\n    \u003cdiv class=\"psc-heading\"\u003e\n      \u003cdiv class=\"psc-ticket\"\u003eCarnival Stop 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eInteractive Snack Spinner\u003c\/span\u003e\n        \u003ch3\u003ePress the Center Button to Rotate Between Five Sections\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-spinner-layout\"\u003e\n      \u003cdiv class=\"psc-wheel-card\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"psc-wheel-center\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M17 4h4v4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 5a8 8 0 1 0 1 9\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cstrong\u003ePress and Spin\u003c\/strong\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-steps\"\u003e\n        \u003cdiv class=\"psc-step\"\u003e\n          \u003cspan\u003e1\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eFill the Five Snack Sections\u003c\/strong\u003e\n            \u003csmall\u003eAdd different dry or solid snack choices\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-step\"\u003e\n          \u003cspan\u003e2\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eClose the Spinner Lid\u003c\/strong\u003e\n            \u003csmall\u003eCheck that the rotating section is correctly aligned\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-step\"\u003e\n          \u003cspan\u003e3\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003ePress the Interactive Button\u003c\/strong\u003e\n            \u003csmall\u003eRotate the internal tray to the next snack option\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psc-step\"\u003e\n          \u003cspan\u003e4\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eOpen the Selected Section\u003c\/strong\u003e\n            \u003csmall\u003eEnjoy one snack while the other choices remain stored\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=\"psc-section\"\u003e\n    \u003cdiv class=\"psc-heading\"\u003e\n      \u003cdiv class=\"psc-ticket\"\u003eCarnival Stop 03\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eSchool-Day Durability\u003c\/span\u003e\n        \u003ch3\u003eLightweight Construction for Lunch, Daycare and Camp\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-feature-grid\"\u003e\n      \u003cdiv class=\"psc-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"4\" y=\"6\" width=\"16\" height=\"13\" rx=\"3\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M8 6V4h8v2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eSnap-Lock Closure\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The locking lid helps keep solid foods contained\n          during normal upright transport to school,\n          daycare, camp or family activities.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 5h14v14H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 12h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eDurable Polypropylene Body\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The reusable plastic construction is designed\n          for repeated handling by younger children.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eBPA- and PVC-Free Materials\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Food-contact materials are listed as free\n          from BPA and PVC for everyday packed lunches.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psc-section\"\u003e\n    \u003cdiv class=\"psc-heading\"\u003e\n      \u003cdiv class=\"psc-ticket\"\u003eCarnival Stop 04\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eCarry and Personalize\u003c\/span\u003e\n        \u003ch3\u003eAdd Stickers and Use the Included Carrying Options\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-personalize\"\u003e\n      \u003cdiv class=\"psc-sticker-board\"\u003e\n        \u003ch4\u003ePersonalization Sticker Board\u003c\/h4\u003e\n        \u003cdiv class=\"psc-decal one\"\u003eYUM\u003c\/div\u003e\n        \u003cdiv class=\"psc-decal two\"\u003eSNACK\u003c\/div\u003e\n        \u003cdiv class=\"psc-decal three\"\u003eLUNCH TIME\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-carry-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M7 10V7a5 5 0 0 1 10 0v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 10h14v10H5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eHandle and Hand Strap\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The raised carrying handle makes the container\n          easier to move independently, while the bundle\n          also lists a removable hand strap for travel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-note\"\u003e\n      \u003cstrong\u003eCleaning:\u003c\/strong\u003e\n      The lunchbox is listed as top-rack dishwasher safe.\n      Place smaller or removable parts securely and allow all sections\n      to dry completely before closing. The spill-resistant design is\n      intended for solid foods rather than freely flowing liquids.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psc-footer\"\u003e\n    \u003ch3\u003eMake Lunch Selection Part of the Fun\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Combine a full sandwich or wrap with five rotating snack options\n      in one taro purple container designed for school,\n      daycare, camp and everyday outings.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psc-faq\"\u003e\n    \u003cdiv class=\"psc-faq-booth\"\u003e\n      \u003cspan\u003eCarnival Help Booth\u003c\/span\u003e\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Key information about the spinner, compartments,\n        dimensions, materials, cleaning and recommended foods.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psc-faq-list\"\u003e\n      \u003cdiv class=\"psc-faq-item open\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 01\u003c\/span\u003e\n          \u003cspan\u003eHow many compartments does the lunchbox have?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            It has six total compartments: five small rotating\n            snack sections and one large compartment for a\n            sandwich, wrap or similar solid meal.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-faq-item\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 02\u003c\/span\u003e\n          \u003cspan\u003eHow does the snack spinner work?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            Press the interactive center button to rotate\n            between the five snack compartments and position\n            a different section beneath the access opening.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-faq-item\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 03\u003c\/span\u003e\n          \u003cspan\u003eWhat are the lunchbox dimensions?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            The lunchbox measures approximately 11 inches wide,\n            2.25 inches deep and 6.6 inches high. Its height is\n            approximately 8.5 inches when the carrying handle is included.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-faq-item\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 04\u003c\/span\u003e\n          \u003cspan\u003eCan it hold liquids?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            It is designed primarily for solid foods such as\n            sandwiches, wraps, fruit, vegetables and dry snacks.\n            Freely flowing liquids are not recommended.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-faq-item\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 05\u003c\/span\u003e\n          \u003cspan\u003eIs the lunchbox dishwasher safe?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            Yes. The lunchbox is listed as suitable for\n            cleaning on the top rack of a dishwasher.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psc-faq-item\"\u003e\n        \u003cbutton class=\"psc-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"psc-faq-code\"\u003eTICKET 06\u003c\/span\u003e\n          \u003cspan\u003eWhich age group is it recommended for?\u003c\/span\u003e\n          \u003cspan class=\"psc-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psc-faq-content\"\u003e\n          \u003cdiv class=\"psc-faq-answer\"\u003e\n            The product description recommends the lunchbox\n            for children approximately three to ten years old.\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(\"purple-snack-carousel\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".psc-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".psc-faq-content\");\n      var button = item.querySelector(\".psc-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(\".psc-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":"Taro Purple","offer_id":45456627597488,"sku":"B0C882KWXG","price":74.95,"currency_code":"USD","in_stock":true},{"title":"Mint Green","offer_id":45456629629104,"sku":"B0C888S11X","price":74.95,"currency_code":"USD","in_stock":true},{"title":"Coral Pink","offer_id":45456630481072,"sku":"B0C88KPV7N","price":74.95,"currency_code":"USD","in_stock":true},{"title":"Macaron Blue","offer_id":45456630907056,"sku":"B0C887ZP31","price":74.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/71RFHT_kBEL._AC_SL1500.jpg?v=1784179214","url":"https:\/\/www.pulingo.com\/products\/taro-purple-snack-spinner-lunchbox","provider":"PulinGO","version":"1.0","type":"link"}