{"product_id":"black-water-resistant-school-backpack","title":"Black Water-Resistant School Backpack with Laptop Sleeve","description":"\u003cstyle\u003e\n  .metro-school-pack{\n    --black:#0b0d10;\n    --black-soft:#15191e;\n    --graphite:#242a31;\n    --steel:#3b444e;\n    --silver:#dbe1e5;\n    --paper:#ffffff;\n    --orange:#f39a38;\n    --blue:#4ba4d8;\n    --green:#64b98a;\n    --cream:#f4f5f3;\n    --ink:#26313a;\n    --muted:#727d86;\n    --line:#d9dfe3;\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  .metro-school-pack *,\n  .metro-school-pack *:before,\n  .metro-school-pack *:after{\n    box-sizing:border-box;\n  }\n\n  .metro-school-pack 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  .msp-station{\n    overflow:hidden;\n    border:5px solid var(--black);\n    border-radius:25px;\n    background:var(--black-soft);\n    box-shadow:0 20px 45px rgba(11,13,16,.2);\n  }\n\n  .msp-station-bar{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n    gap:15px;\n    align-items:center;\n    padding:13px 20px;\n    border-bottom:3px solid var(--black);\n    background:#050607;\n  }\n\n  .msp-station-bar strong,\n  .msp-station-bar 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  .msp-station-bar strong{\n    text-align:center;\n  }\n\n  .msp-lights{\n    display:flex;\n    gap:6px;\n  }\n\n  .msp-lights i{\n    width:10px;\n    height:10px;\n    border-radius:50%;\n    background:var(--orange);\n  }\n\n  .msp-lights i:nth-child(2){background:var(--blue);}\n  .msp-lights i:nth-child(3){background:var(--green);}\n\n  .msp-hero{\n    display:grid;\n    grid-template-columns:1.03fr .97fr;\n    gap:34px;\n    align-items:center;\n    padding:52px 38px 40px;\n    background:\n      linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),\n      var(--black-soft);\n    background-size:30px 30px;\n  }\n\n  .msp-route-label{\n    display:inline-flex;\n    align-items:center;\n    gap:9px;\n    margin-bottom:18px;\n    padding:8px 14px;\n    border:1px solid var(--orange);\n    border-radius:999px;\n    background:rgba(243,154,56,.1);\n    color:var(--orange)!important;\n    -webkit-text-fill-color:var(--orange)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .msp-route-label svg{\n    width:18px;\n    height:18px;\n  }\n\n  .msp-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,53px)!important;\n    line-height:1.07!important;\n    font-weight:950!important;\n  }\n\n  .msp-copy p{\n    margin:0!important;\n    color:#c8cfd5!important;\n    -webkit-text-fill-color:#c8cfd5!important;\n    font-size:17px!important;\n  }\n\n  .msp-map{\n    position:relative;\n    min-height:400px;\n    overflow:hidden;\n    border:2px solid #4d5762;\n    border-radius:22px;\n    background:#0a0c0f;\n  }\n\n  .msp-map-title{\n    position:absolute;\n    left:15px;\n    top:15px;\n    z-index:3;\n    padding:7px 11px;\n    background:var(--orange);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .msp-line{\n    position:absolute;\n    background:var(--orange);\n    box-shadow:0 0 12px rgba(243,154,56,.35);\n  }\n\n  .msp-line.horizontal{\n    left:35px;\n    right:35px;\n    top:51%;\n    height:5px;\n  }\n\n  .msp-line.vertical{\n    top:62px;\n    bottom:55px;\n    left:50%;\n    width:5px;\n  }\n\n  .msp-line.diagonal{\n    left:19%;\n    top:18%;\n    width:66%;\n    height:5px;\n    transform:rotate(38deg);\n    transform-origin:left center;\n    background:var(--blue);\n    box-shadow:0 0 12px rgba(75,164,216,.35);\n  }\n\n  .msp-stop{\n    position:absolute;\n    z-index:2;\n    width:24px;\n    height:24px;\n    border:5px solid #ffffff;\n    border-radius:50%;\n    background:var(--black);\n  }\n\n  .msp-stop.one{left:18%;top:48%;}\n  .msp-stop.two{left:47%;top:24%;}\n  .msp-stop.three{right:18%;top:48%;}\n  .msp-stop.four{left:47%;bottom:19%;}\n\n  .msp-bag{\n    position:absolute;\n    z-index:4;\n    left:50%;\n    top:92px;\n    width:190px;\n    height:245px;\n    transform:translateX(-50%);\n    border:4px solid var(--silver);\n    border-radius:45px 45px 25px 25px;\n    background:\n      linear-gradient(90deg,transparent 49%,rgba(255,255,255,.08) 50%,transparent 51%),\n      linear-gradient(#15191e,#080a0d);\n    box-shadow:0 14px 35px rgba(0,0,0,.5);\n  }\n\n  .msp-bag:before{\n    content:\"\";\n    position:absolute;\n    left:50%;\n    top:-40px;\n    width:84px;\n    height:50px;\n    transform:translateX(-50%);\n    border:4px solid var(--silver);\n    border-bottom:0;\n    border-radius:24px 24px 0 0;\n  }\n\n  .msp-bag:after{\n    content:\"20 L\";\n    position:absolute;\n    left:50%;\n    bottom:31px;\n    transform:translateX(-50%);\n    padding:8px 21px;\n    border:2px solid var(--orange);\n    border-radius:999px;\n    background:var(--black);\n    color:var(--orange);\n    font-size:17px;\n    font-weight:950;\n  }\n\n  .msp-route-note{\n    position:absolute;\n    right:12px;\n    bottom:12px;\n    z-index:5;\n    padding:10px 12px;\n    border:1px solid var(--blue);\n    background:#101820;\n    color:#8fd1f4!important;\n    -webkit-text-fill-color:#8fd1f4!important;\n    text-align:center;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .msp-stats{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:1px;\n    border-top:1px solid #3d444c;\n    background:#3d444c;\n  }\n\n  .msp-stat{\n    padding:19px 12px;\n    background:#111419;\n    text-align:center;\n  }\n\n  .msp-stat strong{\n    display:block;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:14px!important;\n  }\n\n  .msp-stat span{\n    color:#aeb6bd!important;\n    -webkit-text-fill-color:#aeb6bd!important;\n    font-size:12px!important;\n  }\n\n  .msp-section{\n    padding:58px 19px 0;\n  }\n\n  .msp-heading{\n    display:grid;\n    grid-template-columns:120px 1fr;\n    gap:22px;\n    align-items:start;\n    margin-bottom:28px;\n  }\n\n  .msp-platform{\n    padding:12px 9px;\n    border:3px solid var(--black);\n    background:var(--orange);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!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(--black);\n  }\n\n  .msp-heading span{\n    color:var(--orange)!important;\n    -webkit-text-fill-color:var(--orange)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .msp-heading h3{\n    margin:5px 0 0!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:30px!important;\n    line-height:1.2!important;\n  }\n\n  .msp-storage-layout{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:19px;\n  }\n\n  .msp-route-board{\n    overflow:hidden;\n    border:3px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msp-route-board-title{\n    padding:15px 19px;\n    background:var(--black);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .msp-route-row{\n    display:grid;\n    grid-template-columns:77px 1fr;\n    gap:14px;\n    align-items:center;\n    padding:15px 18px;\n    border-bottom:1px solid var(--line);\n  }\n\n  .msp-route-row:last-child{\n    border-bottom:0;\n  }\n\n  .msp-route-row span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:72px;\n    height:38px;\n    border:2px solid var(--black);\n    border-radius:999px;\n    background:#fff1df;\n    color:#a55700!important;\n    -webkit-text-fill-color:#a55700!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .msp-route-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  .msp-route-row small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .msp-device-card{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:31px;\n    border:10px solid #dbe7ee;\n    background:linear-gradient(145deg,#1b4d68,var(--blue));\n    text-align:center;\n  }\n\n  .msp-device-card svg{\n    width:55px;\n    height:55px;\n    margin:0 auto 14px;\n    color:#ffffff;\n  }\n\n  .msp-device-card h4{\n    margin:0 0 9px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:23px!important;\n  }\n\n  .msp-device-card p{\n    margin:0!important;\n    color:#e5f2f8!important;\n    -webkit-text-fill-color:#e5f2f8!important;\n    font-size:14px!important;\n  }\n\n  .msp-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:15px;\n  }\n\n  .msp-feature{\n    min-height:235px;\n    padding:25px;\n    border:2px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msp-feature:nth-child(1){border-top:8px solid var(--orange);}\n  .msp-feature:nth-child(2){border-top:8px solid var(--blue);}\n  .msp-feature:nth-child(3){border-top:8px solid var(--green);}\n\n  .msp-feature svg{\n    width:37px;\n    height:37px;\n    margin-bottom:14px;\n    color:var(--black);\n  }\n\n  .msp-feature h4{\n    margin:0 0 8px!important;\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:18px!important;\n  }\n\n  .msp-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  .msp-comfort-layout{\n    display:grid;\n    grid-template-columns:.9fr 1.1fr;\n    gap:19px;\n  }\n\n  .msp-seat-card{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:32px;\n    border-radius:40px 40px 9px 9px;\n    background:var(--black);\n    text-align:center;\n  }\n\n  .msp-seat-card svg{\n    width:56px;\n    height:56px;\n    margin:0 auto 14px;\n    color:var(--orange);\n  }\n\n  .msp-seat-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  .msp-seat-card p{\n    margin:0!important;\n    color:#c7cdd2!important;\n    -webkit-text-fill-color:#c7cdd2!important;\n    font-size:14px!important;\n  }\n\n  .msp-detail-list{\n    padding:27px;\n    border:2px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msp-detail{\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  .msp-detail:last-child{\n    border-bottom:0;\n  }\n\n  .msp-detail 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(--orange);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-weight:950!important;\n  }\n\n  .msp-detail 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  .msp-detail small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .msp-use-strip{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:12px;\n  }\n\n  .msp-use{\n    padding:22px 13px;\n    border:2px dashed var(--steel);\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .msp-use svg{\n    width:31px;\n    height:31px;\n    margin:0 auto 10px;\n    color:var(--orange);\n  }\n\n  .msp-use strong{\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:14px!important;\n  }\n\n  .msp-care{\n    margin-top:20px;\n    padding:17px 20px;\n    border-left:7px solid var(--orange);\n    background:#fff3e5;\n    color:#655747!important;\n    -webkit-text-fill-color:#655747!important;\n    font-size:14px!important;\n  }\n\n  .msp-footer{\n    margin-top:57px;\n    padding:42px 26px;\n    border:10px solid var(--steel);\n    background:linear-gradient(135deg,#080a0c,#222931);\n    text-align:center;\n  }\n\n  .msp-footer,\n  .msp-footer *,\n  .msp-footer h3,\n  .msp-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .msp-footer h3{\n    margin:0 0 9px!important;\n    font-size:29px!important;\n  }\n\n  .msp-footer p{\n    max-width:720px;\n    margin:0 auto!important;\n  }\n\n  .msp-faq{\n    margin-top:58px;\n    display:grid;\n    grid-template-columns:270px 1fr;\n    gap:19px;\n  }\n\n  .msp-faq-map{\n    padding:29px;\n    border:3px solid var(--black);\n    background:\n      linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),\n      var(--black-soft);\n    background-size:22px 22px;\n  }\n\n  .msp-faq-map span{\n    display:inline-block;\n    padding:7px 11px;\n    background:var(--orange);\n    color:var(--black)!important;\n    -webkit-text-fill-color:var(--black)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .msp-faq-map 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  .msp-faq-map p{\n    margin:0!important;\n    color:#bfc6cc!important;\n    -webkit-text-fill-color:#bfc6cc!important;\n    font-size:14px!important;\n  }\n\n  .msp-faq-list{\n    display:grid;\n    gap:10px;\n  }\n\n  .msp-faq-item{\n    overflow:hidden;\n    border:2px solid var(--black);\n    background:#ffffff;\n  }\n\n  .msp-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:72px 1fr 36px;\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:950!important;\n  }\n\n  .msp-faq-code{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:72px;\n    height:35px;\n    border-radius:999px;\n    background:#fff0df;\n    color:#a55700!important;\n    -webkit-text-fill-color:#a55700!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .msp-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(--orange);\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  .msp-faq-item.open .msp-plus{\n    transform:rotate(45deg);\n    background:var(--black);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .msp-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .msp-faq-answer{\n    padding:0 18px 18px 102px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .msp-faq-item.open .msp-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:850px){\n    .msp-hero,\n    .msp-storage-layout,\n    .msp-comfort-layout,\n    .msp-faq{\n      grid-template-columns:1fr;\n    }\n\n    .msp-stats,\n    .msp-feature-grid,\n    .msp-use-strip{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:570px){\n    .msp-station{\n      border-width:3px;\n    }\n\n    .msp-station-bar,\n    .msp-heading{\n      grid-template-columns:1fr;\n    }\n\n    .msp-station-bar strong{\n      text-align:left;\n    }\n\n    .msp-hero{\n      padding:40px 19px 29px;\n    }\n\n    .msp-map{\n      min-height:365px;\n    }\n\n    .msp-stats,\n    .msp-feature-grid,\n    .msp-use-strip{\n      grid-template-columns:1fr;\n    }\n\n    .msp-faq-answer{\n      padding-left:18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"metro-school-pack\"\u003e\n\n  \u003csection class=\"msp-station\"\u003e\n    \u003cdiv class=\"msp-station-bar\"\u003e\n      \u003cdiv class=\"msp-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\u003eDaily School Transit System\u003c\/strong\u003e\n      \u003cspan\u003eBlack Route\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-hero\"\u003e\n      \u003cdiv class=\"msp-copy\"\u003e\n        \u003cdiv class=\"msp-route-label\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"6\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"18\" cy=\"6\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 18h4V6h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Lightweight Student Route\n        \u003c\/div\u003e\n\n        \u003ch2\u003eOrganized Black Storage for School and Everyday Travel\u003c\/h2\u003e\n\n        \u003cp\u003e\n          A water-resistant 20 L school backpack with separate\n          laptop and tablet storage, breathable carrying support,\n          bottle pockets and a rear trolley strap for busy student days.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-map\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"msp-map-title\"\u003eSchool Route Map\u003c\/div\u003e\n\n        \u003cspan class=\"msp-line horizontal\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"msp-line vertical\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"msp-line diagonal\"\u003e\u003c\/span\u003e\n\n        \u003cspan class=\"msp-stop one\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"msp-stop two\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"msp-stop three\"\u003e\u003c\/span\u003e\n        \u003cspan class=\"msp-stop four\"\u003e\u003c\/span\u003e\n\n        \u003cdiv class=\"msp-bag\"\u003e\u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-note\"\u003e\n          Laptop + Tablet\u003cbr\u003e\n          Separate Storage\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-stats\"\u003e\n      \u003cdiv class=\"msp-stat\"\u003e\n        \u003cstrong\u003e20 L\u003c\/strong\u003e\n        \u003cspan\u003eStorage capacity\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-stat\"\u003e\n        \u003cstrong\u003e18.5-Inch Height\u003c\/strong\u003e\n        \u003cspan\u003eFull-size school profile\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-stat\"\u003e\n        \u003cstrong\u003e0.91 kg\u003c\/strong\u003e\n        \u003cspan\u003eListed product weight\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-stat\"\u003e\n        \u003cstrong\u003eWater Resistant\u003c\/strong\u003e\n        \u003cspan\u003eNylon construction\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msp-section\"\u003e\n    \u003cdiv class=\"msp-heading\"\u003e\n      \u003cdiv class=\"msp-platform\"\u003eRoute 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eStorage Connections\u003c\/span\u003e\n        \u003ch3\u003eSeparate Stations for Books, Devices and Small Essentials\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-storage-layout\"\u003e\n      \u003cdiv class=\"msp-route-board\"\u003e\n        \u003cdiv class=\"msp-route-board-title\"\u003eBackpack Storage Line\u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-row\"\u003e\n          \u003cspan\u003eMAIN\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSpacious Main Compartment\u003c\/strong\u003e\n            \u003csmall\u003eBooks, binders, folders, clothing and daily school supplies\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-row\"\u003e\n          \u003cspan\u003eLAPTOP\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003ePadded Laptop Compartment\u003c\/strong\u003e\n            \u003csmall\u003eSeparates a compatible laptop from books and heavier items\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-row\"\u003e\n          \u003cspan\u003eTABLET\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSeparate Tablet Layer\u003c\/strong\u003e\n            \u003csmall\u003eProvides an additional organized space for a compatible tablet\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-row\"\u003e\n          \u003cspan\u003eFRONT\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eQuick-Access Zipper Pocket\u003c\/strong\u003e\n            \u003csmall\u003ePens, keys, wallet and smaller personal accessories\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-route-row\"\u003e\n          \u003cspan\u003eSIDE\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eExterior Utility Pockets\u003c\/strong\u003e\n            \u003csmall\u003eConvenient storage for a bottle or compact umbrella\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-device-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 5h16v12H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 20h20\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eTwo-Level Device Organization\u003c\/h4\u003e\n\n        \u003cp\u003e\n          A padded laptop compartment and separate tablet layer\n          help prevent devices from becoming mixed with books,\n          stationery and everyday school gear.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msp-section\"\u003e\n    \u003cdiv class=\"msp-heading\"\u003e\n      \u003cdiv class=\"msp-platform\"\u003eRoute 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eMaterial and Protection\u003c\/span\u003e\n        \u003ch3\u003eBuilt for Daily School Handling and Changing Weather\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-feature-grid\"\u003e\n      \u003cdiv class=\"msp-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 3C8 8 6 11 6 15a6 6 0 0 0 12 0c0-4-2-7-6-12z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eWater-Resistant Nylon\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The nylon exterior helps protect school materials\n          from light rain, splashes and everyday moisture.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-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 8l8 8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 8l-8 8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eScratch-Resistant Surface\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The exterior is designed to handle everyday friction\n          from desks, lockers, floors and travel surfaces.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M6 5h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 9h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 13h12\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 17h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eReinforced Double Stitching\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Stress points, straps and the carrying handle include\n          additional stitching for improved everyday durability.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msp-section\"\u003e\n    \u003cdiv class=\"msp-heading\"\u003e\n      \u003cdiv class=\"msp-platform\"\u003eRoute 03\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eComfort Connections\u003c\/span\u003e\n        \u003ch3\u003eSupportive Carrying for Longer School Days\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-comfort-layout\"\u003e\n      \u003cdiv class=\"msp-seat-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M7 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M17 4v16\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M7 8c3-2 7-2 10 0\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 14h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003ePadded Ergonomic Support\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Adjustable padded shoulder straps and a breathable\n          back panel help improve comfort and airflow while\n          carrying books and school equipment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-detail-list\"\u003e\n        \u003cdiv class=\"msp-detail\"\u003e\n          \u003cspan\u003e1\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eAdjustable Shoulder Straps\u003c\/strong\u003e\n            \u003csmall\u003eChange the carrying length to suit different body heights\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-detail\"\u003e\n          \u003cspan\u003e2\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eBreathable Back Panel\u003c\/strong\u003e\n            \u003csmall\u003eHelps reduce heat buildup during longer school routines\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-detail\"\u003e\n          \u003cspan\u003e3\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSmooth Zipper Access\u003c\/strong\u003e\n            \u003csmall\u003eSupports quick opening and organized access to school items\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"msp-detail\"\u003e\n          \u003cspan\u003e4\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eRear Trolley Strap\u003c\/strong\u003e\n            \u003csmall\u003eSlides over a compatible suitcase handle during travel\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=\"msp-section\"\u003e\n    \u003cdiv class=\"msp-heading\"\u003e\n      \u003cdiv class=\"msp-platform\"\u003eUse Map\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cspan\u003eRecommended Routes\u003c\/span\u003e\n        \u003ch3\u003eFrom School Corridors to Weekend Travel\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-use-strip\"\u003e\n      \u003cdiv class=\"msp-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\u003eMiddle School\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M5 4h14v16H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eElementary School\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-use\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath d=\"M4 5h16v12H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M2 20h20\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n        \u003cstrong\u003eDaily Study\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-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\u003eTravel and Camping\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-care\"\u003e\n      \u003cstrong\u003eCare:\u003c\/strong\u003e\n      The product is listed as machine washable. Close all zippers,\n      remove electronic devices and follow the garment-care label before\n      washing. Allow the backpack to dry completely before reuse.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msp-footer\"\u003e\n    \u003ch3\u003eA Practical Black Backpack for Every Student Route\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Carry books, devices, bottles and travel essentials in a\n      water-resistant 20 L backpack with breathable support,\n      organized storage and suitcase compatibility.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"msp-faq\"\u003e\n    \u003cdiv class=\"msp-faq-map\"\u003e\n      \u003cspan\u003eRoute Information\u003c\/span\u003e\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n      \u003cp\u003e\n        Essential information about size, capacity, storage,\n        water resistance, trolley compatibility and cleaning.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"msp-faq-list\"\u003e\n      \u003cdiv class=\"msp-faq-item open\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 01\u003c\/span\u003e\n          \u003cspan\u003eWhat are the backpack dimensions?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            The backpack measures approximately\n            12.6 × 7.48 × 18.5 inches.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-faq-item\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 02\u003c\/span\u003e\n          \u003cspan\u003eWhat is the storage capacity?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            The listed storage capacity is approximately 20 liters.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-faq-item\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 03\u003c\/span\u003e\n          \u003cspan\u003eDoes it have separate device storage?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            Yes. The interior includes a padded laptop compartment\n            and a separate layer for a compatible tablet.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-faq-item\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 04\u003c\/span\u003e\n          \u003cspan\u003eIs the backpack water resistant?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            Yes. The nylon exterior is listed as water resistant\n            for light rain and everyday moisture exposure.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-faq-item\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 05\u003c\/span\u003e\n          \u003cspan\u003eCan it be attached to a suitcase?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            Yes. A rear elastic trolley strap can slide over\n            a compatible suitcase handle during travel.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"msp-faq-item\"\u003e\n        \u003cbutton class=\"msp-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan class=\"msp-faq-code\"\u003eSTOP 06\u003c\/span\u003e\n          \u003cspan\u003eHow should the backpack be cleaned?\u003c\/span\u003e\n          \u003cspan class=\"msp-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"msp-faq-content\"\u003e\n          \u003cdiv class=\"msp-faq-answer\"\u003e\n            The product is listed as machine washable.\n            Remove all contents, close the zippers and follow\n            the attached care label before washing.\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(\"metro-school-pack\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".msp-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".msp-faq-content\");\n      var button = item.querySelector(\".msp-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(\".msp-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":"Black","offer_id":45455156248752,"sku":"B0CYH4SFJH","price":63.99,"currency_code":"USD","in_stock":true},{"title":"Dark Green","offer_id":45455156281520,"sku":"B0F1YJB671","price":63.99,"currency_code":"USD","in_stock":true},{"title":"Dark Gray","offer_id":45455156314288,"sku":"B0CYH3J272","price":63.99,"currency_code":"USD","in_stock":true},{"title":"Light Gray","offer_id":45455156347056,"sku":"B0CYGWCTWB","price":63.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/71l-yx41aXL._AC_SL1500.jpg?v=1784119550","url":"https:\/\/www.pulingo.com\/products\/black-water-resistant-school-backpack","provider":"PulinGO","version":"1.0","type":"link"}