{"product_id":"black-grey-kids-backpack-set","title":"Black Grey Kids Backpack Set with Insulated Lunch Bag","description":"\u003cstyle\u003e\n  .mono-school-kit{\n    --black:#17191c;\n    --graphite:#30343a;\n    --grey:#6e747d;\n    --silver:#d9dde2;\n    --mist:#f2f4f5;\n    --white:#ffffff;\n    --lime:#d9e875;\n    --blue:#b9dcea;\n    --text:#343940;\n    --muted:#727981;\n    --line:#d9dde1;\n    max-width:1080px;\n    margin:0 auto;\n    color:var(--text);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.65;\n  }\n\n  .mono-school-kit *,\n  .mono-school-kit *:before,\n  .mono-school-kit *:after{\n    box-sizing:border-box;\n  }\n\n  .mono-school-kit 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  .msk-catalog{\n    overflow:hidden;\n    border:1px solid var(--black);\n    background:var(--white);\n  }\n\n  .msk-index{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n    gap:18px;\n    align-items:center;\n    padding:13px 20px;\n    background:var(--black);\n  }\n\n  .msk-index span,\n  .msk-index strong{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:11px!important;\n    font-weight:900!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .msk-index strong{\n    text-align:center;\n  }\n\n  .msk-index-code{\n    padding:4px 8px;\n    border:1px solid rgba(255,255,255,.35);\n  }\n\n  .msk-hero{\n    display:grid;\n    grid-template-columns:1.08fr .92fr;\n    gap:30px;\n    align-items:center;\n    padding:48px 36px;\n    background:\n      linear-gradient(rgba(23,25,28,.055) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(23,25,28,.055) 1px,transparent 1px),\n      var(--mist);\n    background-size:26px 26px;\n  }\n\n  .msk-label{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    margin-bottom:17px;\n    padding:8px 14px;\n    border:2px solid var(--black);\n    background:var(--lime);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:12px!important;\n    font-weight:900!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .msk-label svg{\n    width:18px;\n    height:18px;\n  }\n\n  .msk-copy h2{\n    margin:0 0 16px!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:clamp(31px,5vw,49px)!important;\n    line-height:1.08!important;\n    font-weight:950!important;\n  }\n\n  .msk-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  .msk-product-sheet{\n    position:relative;\n    padding:21px;\n    border:3px solid var(--black);\n    background:#ffffff;\n    box-shadow:11px 11px 0 var(--graphite);\n  }\n\n  .msk-sheet-title{\n    display:flex;\n    justify-content:space-between;\n    gap:12px;\n    margin-bottom:15px;\n    padding-bottom:11px;\n    border-bottom:2px solid var(--black);\n  }\n\n  .msk-sheet-title strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:13px!important;\n    text-transform:uppercase!important;\n  }\n\n  .msk-sheet-title span{\n    color:var(--grey)!important;\n    -webkit-text-fill-color:var(--grey)!important;\n    font-size:11px!important;\n  }\n\n  .msk-set-view{\n    display:grid;\n    grid-template-columns:1.25fr .75fr;\n    gap:10px;\n  }\n\n  .msk-set-piece{\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    min-height:135px;\n    padding:17px;\n    border:1px solid var(--line);\n    background:var(--mist);\n    text-align:center;\n  }\n\n  .msk-set-piece:first-child{\n    min-height:285px;\n    background:\n      radial-gradient(circle at 20% 20%,var(--silver) 0 3px,transparent 4px),\n      var(--mist);\n    background-size:30px 30px;\n  }\n\n  .msk-set-piece svg{\n    width:39px;\n    height:39px;\n    margin-bottom:10px;\n    color:var(--graphite);\n  }\n\n  .msk-set-piece:first-child svg{\n    width:58px;\n    height:58px;\n  }\n\n  .msk-set-piece strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .msk-set-piece span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:11px!important;\n  }\n\n  .msk-spec-bar{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    border-top:1px solid var(--black);\n  }\n\n  .msk-spec{\n    padding:18px 10px;\n    border-right:1px solid var(--line);\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .msk-spec:last-child{\n    border-right:0;\n  }\n\n  .msk-spec strong{\n    display:block;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .msk-spec span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .msk-section{\n    padding:54px 18px 0;\n  }\n\n  .msk-heading{\n    display:grid;\n    grid-template-columns:120px 1fr;\n    gap:24px;\n    align-items:start;\n    margin-bottom:26px;\n  }\n\n  .msk-section-no{\n    padding:11px 13px;\n    border:2px solid var(--black);\n    background:var(--black);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!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  }\n\n  .msk-heading h3{\n    margin:0 0 8px!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:30px!important;\n  }\n\n  .msk-heading p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n  }\n\n  .msk-module-grid{\n    display:grid;\n    grid-template-columns:1.15fr .85fr;\n    gap:18px;\n  }\n\n  .msk-storage-plan{\n    border:2px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msk-plan-header{\n    padding:16px 19px;\n    background:var(--graphite);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:15px!important;\n    font-weight:900!important;\n  }\n\n  .msk-plan-row{\n    display:grid;\n    grid-template-columns:55px 1fr;\n    gap:14px;\n    align-items:center;\n    padding:16px 19px;\n    border-bottom:1px solid var(--line);\n  }\n\n  .msk-plan-row:last-child{\n    border-bottom:0;\n  }\n\n  .msk-plan-row span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:48px;\n    height:34px;\n    border:1px solid var(--black);\n    background:var(--lime);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n  }\n\n  .msk-plan-row strong{\n    display:block;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:15px!important;\n  }\n\n  .msk-plan-row small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .msk-lunch-panel{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:30px;\n    background:var(--blue);\n    border:2px solid var(--black);\n    text-align:center;\n  }\n\n  .msk-lunch-panel svg{\n    width:55px;\n    height:55px;\n    margin:0 auto 14px;\n    color:var(--black);\n  }\n\n  .msk-lunch-panel h4{\n    margin:0 0 9px!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:23px!important;\n  }\n\n  .msk-lunch-panel p{\n    margin:0!important;\n    color:#40535b!important;\n    -webkit-text-fill-color:#40535b!important;\n    font-size:14px!important;\n  }\n\n  .msk-feature-table{\n    width:100%;\n    border-collapse:collapse;\n    border:2px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msk-feature-table tr{\n    border-bottom:1px solid var(--line);\n  }\n\n  .msk-feature-table tr:last-child{\n    border-bottom:0;\n  }\n\n  .msk-feature-table th{\n    width:31%;\n    padding:18px;\n    background:var(--mist);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    text-align:left;\n    font-size:14px!important;\n  }\n\n  .msk-feature-table td{\n    padding:18px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .msk-use-grid{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:12px;\n  }\n\n  .msk-use{\n    padding:22px 12px;\n    border:1px solid var(--line);\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .msk-use:nth-child(1),\n  .msk-use:nth-child(3){\n    background:var(--mist);\n  }\n\n  .msk-use svg{\n    width:29px;\n    height:29px;\n    margin:0 auto 10px;\n    color:var(--graphite);\n  }\n\n  .msk-use strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .msk-care{\n    margin-top:20px;\n    padding:17px 19px;\n    border-left:7px solid var(--lime);\n    background:#f5f7e8;\n    color:#575d3e!important;\n    -webkit-text-fill-color:#575d3e!important;\n    font-size:14px!important;\n  }\n\n  .msk-footer{\n    margin-top:54px;\n    padding:39px 24px;\n    background:var(--black);\n    text-align:center;\n  }\n\n  .msk-footer,\n  .msk-footer *,\n  .msk-footer h3,\n  .msk-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .msk-footer h3{\n    margin:0 0 9px!important;\n    font-size:28px!important;\n  }\n\n  .msk-footer p{\n    max-width:720px;\n    margin:0 auto!important;\n  }\n\n  .msk-faq{\n    margin-top:56px;\n    border:2px solid var(--black);\n  }\n\n  .msk-faq-head{\n    display:grid;\n    grid-template-columns:1fr auto;\n    gap:15px;\n    align-items:center;\n    padding:22px;\n    background:var(--silver);\n  }\n\n  .msk-faq-head h3{\n    margin:0!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:28px!important;\n  }\n\n  .msk-faq-head span{\n    padding:7px 11px;\n    background:var(--black);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .msk-faq-item{\n    border-top:1px solid var(--line);\n  }\n\n  .msk-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:60px 1fr 34px;\n    gap:12px;\n    align-items:center;\n    padding:16px 18px;\n    border:0;\n    background:#ffffff;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:900!important;\n  }\n\n  .msk-faq-code{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:60px;\n    height:34px;\n    border:1px solid var(--black);\n    background:var(--mist);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:11px!important;\n  }\n\n  .msk-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:34px;\n    height:34px;\n    background:var(--silver);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:22px!important;\n    transition:.25s ease;\n  }\n\n  .msk-faq-item.open .msk-plus{\n    transform:rotate(45deg);\n    background:var(--black);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .msk-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .msk-faq-answer{\n    padding:0 18px 18px 90px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .msk-faq-item.open .msk-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:850px){\n    .msk-hero,\n    .msk-module-grid{\n      grid-template-columns:1fr;\n    }\n\n    .msk-spec-bar,\n    .msk-use-grid{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:560px){\n    .msk-index,\n    .msk-heading{\n      grid-template-columns:1fr;\n    }\n\n    .msk-index strong{\n      text-align:left;\n    }\n\n    .msk-hero{\n      padding:39px 19px;\n    }\n\n    .msk-spec-bar,\n    .msk-use-grid{\n      grid-template-columns:1fr;\n    }\n\n    .msk-feature-table,\n    .msk-feature-table tbody,\n    .msk-feature-table tr,\n    .msk-feature-table th,\n    .msk-feature-table td{\n      display:block;\n      width:100%;\n    }\n\n    .msk-feature-table th{\n      padding-bottom:7px;\n    }\n\n    .msk-feature-table td{\n      padding-top:7px;\n    }\n\n    .msk-faq-head{\n      grid-template-columns:1fr;\n    }\n\n    .msk-faq-answer{\n      padding-left:18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mono-school-kit\"\u003e\n\n  \u003csection class=\"msk-catalog\"\u003e\n    \u003cdiv class=\"msk-index\"\u003e\n      \u003cspan class=\"msk-index-code\"\u003eSET 02\u003c\/span\u003e\n      \u003cstrong\u003eEveryday School Equipment Catalog\u003c\/strong\u003e\n      \u003cspan\u003eBlack Grey · Large\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-hero\"\u003e\n      \u003cdiv class=\"msk-copy\"\u003e\n        \u003cdiv class=\"msk-label\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 2 15 8l7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Star Pattern School Set\n        \u003c\/div\u003e\n\n        \u003ch2\u003eSmart Black and Grey Storage for Everyday School Routines\u003c\/h2\u003e\n\n        \u003cp\u003e\n          A lightweight two-piece school set with a roomy 17-inch\n          backpack, insulated lunch bag, organized pockets and\n          supportive carrying features for younger students.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-product-sheet\"\u003e\n        \u003cdiv class=\"msk-sheet-title\"\u003e\n          \u003cstrong\u003eSet Components\u003c\/strong\u003e\n          \u003cspan\u003eBlack Grey \/ Large\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msk-set-view\"\u003e\n          \u003cdiv class=\"msk-set-piece\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 8h14v13H5z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 8V5a4 4 0 0 1 8 0v3\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003cstrong\u003e17-Inch School Backpack\u003c\/strong\u003e\n            \u003cspan\u003eBooks, supplies and daily essentials\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"msk-set-piece\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n              \u003cpath d=\"M5 9h14v11H5z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 9V6h8v3\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            \u003cstrong\u003eInsulated Lunch Bag\u003c\/strong\u003e\n            \u003cspan\u003eSeparate meal storage\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-spec-bar\"\u003e\n      \u003cdiv class=\"msk-spec\"\u003e\n        \u003cstrong\u003e18 L\u003c\/strong\u003e\n        \u003cspan\u003eStorage capacity\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-spec\"\u003e\n        \u003cstrong\u003e5 Compartments\u003c\/strong\u003e\n        \u003cspan\u003eLayered organization\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-spec\"\u003e\n        \u003cstrong\u003eWater Repellent\u003c\/strong\u003e\n        \u003cspan\u003ePolyester exterior\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-spec\"\u003e\n        \u003cstrong\u003e0.58 kg\u003c\/strong\u003e\n        \u003cspan\u003eApproximate weight\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msk-section\"\u003e\n    \u003cdiv class=\"msk-heading\"\u003e\n      \u003cdiv class=\"msk-section-no\"\u003eModule 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eSimple Storage for School-Day Essentials\u003c\/h3\u003e\n        \u003cp\u003e\n          The structured layout provides dedicated spaces for\n          books, stationery, snacks, bottles and smaller items.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-module-grid\"\u003e\n      \u003cdiv class=\"msk-storage-plan\"\u003e\n        \u003cdiv class=\"msk-plan-header\"\u003eBackpack Storage Plan\u003c\/div\u003e\n\n        \u003cdiv class=\"msk-plan-row\"\u003e\n          \u003cspan\u003eMAIN\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eLarge Main Compartment\u003c\/strong\u003e\n            \u003csmall\u003eBooks, notebooks, folders and school supplies\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msk-plan-row\"\u003e\n          \u003cspan\u003eFRONT\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eQuick-Access Front Pocket\u003c\/strong\u003e\n            \u003csmall\u003ePens, snacks and smaller everyday items\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msk-plan-row\"\u003e\n          \u003cspan\u003eSIDE\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eTwo Side Pockets\u003c\/strong\u003e\n            \u003csmall\u003eWater bottle, umbrella or compact accessories\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-lunch-panel\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 9h14v11H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9V6h8v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eInsulated Lunch Storage\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The matching lunch bag measures approximately\n          9.7 × 7.5 × 3.5 inches and keeps meals separated\n          from books and school supplies.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msk-section\"\u003e\n    \u003cdiv class=\"msk-heading\"\u003e\n      \u003cdiv class=\"msk-section-no\"\u003eModule 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eComfort and Visibility Features\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ctable class=\"msk-feature-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth\u003ePadded Shoulder Straps\u003c\/th\u003e\n          \u003ctd\u003eAdjustable straps help distribute the backpack load during daily carrying.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eVentilated Back Panel\u003c\/th\u003e\n          \u003ctd\u003eA breathable padded back design supports added comfort during school days.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eSliding Chest Buckle\u003c\/th\u003e\n          \u003ctd\u003eThe adjustable chest strap helps keep the shoulder straps positioned securely.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eReflective Detail\u003c\/th\u003e\n          \u003ctd\u003eReflective strips add a visibility-focused feature for darker conditions.\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003cth\u003eWater-Repellent Exterior\u003c\/th\u003e\n          \u003ctd\u003eThe polyester shell helps protect contents from light everyday moisture.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msk-section\"\u003e\n    \u003cdiv class=\"msk-heading\"\u003e\n      \u003cdiv class=\"msk-section-no\"\u003eUse Guide\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003eReady for Early School and Daily Activities\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-use-grid\"\u003e\n      \u003cdiv class=\"msk-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 21V7l7-4 7 4v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eElementary School\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M4 10h16\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eKindergarten\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 9h14v11H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 9V6h8v3\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eLunch and Daycare\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msk-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M3 17h18\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M5 17 8 8h8l3 9\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eShort Trips\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-care\"\u003e\n      \u003cstrong\u003eCare:\u003c\/strong\u003e\n      Hand wash gently and allow the backpack and lunch bag\n      to air dry completely before using again.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msk-footer\"\u003e\n    \u003ch3\u003eA Practical Two-Piece Set for Everyday School Organization\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Lightweight construction, supportive straps, organized storage\n      and a matching insulated lunch bag in a versatile black and grey design.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msk-faq\"\u003e\n    \u003cdiv class=\"msk-faq-head\"\u003e\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n      \u003cspan\u003eProduct File\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item open\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 01\u003c\/span\u003e\n        \u003cspan\u003eWhat is included in the set?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          The set includes one large school backpack and one\n          matching insulated lunch bag.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 02\u003c\/span\u003e\n        \u003cspan\u003eWhat size is the backpack?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          The backpack measures approximately 17 × 12 × 5 inches.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 03\u003c\/span\u003e\n        \u003cspan\u003eWhat is the storage capacity?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          The product details list an approximate backpack\n          capacity of 18 liters.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 04\u003c\/span\u003e\n        \u003cspan\u003eIs the backpack water resistant?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          The polyester exterior is listed as water repellent\n          for light everyday moisture.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 05\u003c\/span\u003e\n        \u003cspan\u003eDoes it have a chest buckle?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          Yes. It includes an adjustable sliding chest buckle\n          for a more stable fit.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msk-faq-item\"\u003e\n      \u003cbutton class=\"msk-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n        \u003cspan class=\"msk-faq-code\"\u003eFILE 06\u003c\/span\u003e\n        \u003cspan\u003eWhich option is selected?\u003c\/span\u003e\n        \u003cspan class=\"msk-plus\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cdiv class=\"msk-faq-content\"\u003e\n        \u003cdiv class=\"msk-faq-answer\"\u003e\n          The selected product option is Black Grey in the Large size.\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(\"mono-school-kit\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".msk-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".msk-faq-content\");\n      var button = item.querySelector(\".msk-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      item.querySelector(\".msk-faq-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":"Black Grey \/ Large","offer_id":45453336772784,"sku":"B0CZT9CFDW","price":55.69,"currency_code":"USD","in_stock":true},{"title":"Lake Green Blue \/ Large","offer_id":45453336805552,"sku":"B0CZT8FDQH","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Navy Red \/ Large","offer_id":45453336838320,"sku":"B0CZT782PW","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Taropurple Pink \/ Large","offer_id":45453336871088,"sku":"B0DP64TK9X","price":58.99,"currency_code":"USD","in_stock":true},{"title":"Blue Yellow \/ Large","offer_id":45453336936624,"sku":"B0DP65B923","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Navy Blue \/ Large","offer_id":45453336969392,"sku":"B0CZTC5CLP","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Green Blue \/ Large","offer_id":45453337002160,"sku":"B0CZT8Q78F","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ Large","offer_id":45453337067696,"sku":"B0DP659KW7","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Red Black \/ Large","offer_id":45453337100464,"sku":"B0CZT8WDF1","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Purple Pink \/ Large","offer_id":45453337198768,"sku":"B0CZT711X3","price":58.99,"currency_code":"USD","in_stock":true},{"title":"Navy Green \/ Large","offer_id":45453337264304,"sku":"B0FXTWGB46","price":56.59,"currency_code":"USD","in_stock":true},{"title":"Pink Green \/ Large","offer_id":45453337297072,"sku":"B0DP64THR3","price":55.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/71aI_xqMXL._AC_SL1500.jpg?v=1784040348","url":"https:\/\/www.pulingo.com\/products\/black-grey-kids-backpack-set","provider":"PulinGO","version":"1.0","type":"link"}