{"product_id":"purple-study-supplies-kit-with-case","title":"Purple Study Supplies Kit with Pens, Pencils and Notes","description":"\u003cstyle\u003e\n  .purple-study-festival{\n    --night:#2d2142;\n    --purple:#72549a;\n    --violet:#9874bd;\n    --lilac:#eadff3;\n    --pink:#e9b4cf;\n    --yellow:#f1d477;\n    --mint:#cbe3d3;\n    --blue:#c9e1ef;\n    --paper:#fffdf8;\n    --white:#ffffff;\n    --ink:#40384a;\n    --muted:#746b7b;\n    --line:#e4dce8;\n    max-width:1060px;\n    margin:0 auto;\n    color:var(--ink);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.6;\n  }\n\n  .purple-study-festival *,\n  .purple-study-festival *:before,\n  .purple-study-festival *:after{\n    box-sizing:border-box;\n  }\n\n  .purple-study-festival 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  .psf-pass{\n    overflow:hidden;\n    border:4px solid var(--night);\n    border-radius:22px;\n    background:var(--paper);\n    box-shadow:13px 13px 0 rgba(45,33,66,.12);\n  }\n\n  .psf-topline{\n    display:flex;\n    justify-content:space-between;\n    gap:18px;\n    padding:13px 20px;\n    background:var(--night);\n  }\n\n  .psf-topline strong,\n  .psf-topline 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  .psf-hero{\n    display:grid;\n    grid-template-columns:1.03fr .97fr;\n    gap:30px;\n    align-items:center;\n    padding:45px 35px;\n    background:\n      radial-gradient(circle at 85% 18%,rgba(152,116,189,.22),transparent 28%),\n      linear-gradient(rgba(114,84,154,.06) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(114,84,154,.06) 1px,transparent 1px),\n      var(--paper);\n    background-size:auto,28px 28px,28px 28px,auto;\n  }\n\n  .psf-ticket{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:8px 13px;\n    border:3px dashed var(--night);\n    background:var(--yellow);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n    transform:rotate(-1deg);\n  }\n\n  .psf-ticket svg{\n    width:18px;\n    height:18px;\n  }\n\n  .psf-copy h2{\n    margin:22px 0 15px!important;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:clamp(35px,5vw,55px)!important;\n    line-height:1.04!important;\n    font-weight:950!important;\n  }\n\n  .psf-copy h2 span{\n    display:block;\n    color:var(--purple)!important;\n    -webkit-text-fill-color:var(--purple)!important;\n  }\n\n  .psf-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  .psf-badges{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:22px;\n  }\n\n  .psf-badges span{\n    padding:8px 11px;\n    border:2px solid var(--night);\n    background:#ffffff;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:11px!important;\n    font-weight:850!important;\n  }\n\n  .psf-stage{\n    position:relative;\n    min-height:420px;\n    overflow:hidden;\n    border:4px solid var(--night);\n    border-radius:20px;\n    background:\n      repeating-linear-gradient(\n        90deg,\n        #e9dff0 0 38px,\n        #f8f2fb 38px 76px\n      );\n  }\n\n  .psf-stage-title{\n    position:absolute;\n    left:50%;\n    top:17px;\n    z-index:5;\n    transform:translateX(-50%);\n    padding:7px 12px;\n    border:3px solid var(--night);\n    background:#ffffff;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    white-space:nowrap;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .psf-case{\n    position:absolute;\n    left:50%;\n    top:82px;\n    width:280px;\n    height:176px;\n    transform:translateX(-50%);\n    padding:14px;\n    border:5px solid var(--night);\n    border-radius:22px;\n    background:linear-gradient(145deg,#9975b8,#62477f);\n    box-shadow:8px 9px 0 rgba(45,33,66,.18);\n  }\n\n  .psf-case:before{\n    content:\"\";\n    position:absolute;\n    left:50%;\n    top:-28px;\n    width:90px;\n    height:33px;\n    transform:translateX(-50%);\n    border:5px solid var(--night);\n    border-bottom:0;\n    border-radius:23px 23px 0 0;\n  }\n\n  .psf-case-grid{\n    display:grid;\n    grid-template-columns:1.15fr .85fr .85fr;\n    gap:8px;\n    height:100%;\n  }\n\n  .psf-case-grid span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border:2px solid var(--night);\n    border-radius:10px;\n    background:#ffffff;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    text-align:center;\n    font-size:9px!important;\n    font-weight:950!important;\n  }\n\n  .psf-case-grid span:nth-child(2){background:var(--mint);}\n  .psf-case-grid span:nth-child(3){background:var(--blue);}\n\n  .psf-note{\n    position:absolute;\n    width:96px;\n    min-height:78px;\n    padding:10px;\n    border:3px solid var(--night);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    text-align:center;\n    font-size:9px!important;\n    font-weight:950!important;\n  }\n\n  .psf-note.one{\n    left:22px;\n    bottom:28px;\n    background:var(--yellow);\n    transform:rotate(-5deg);\n  }\n\n  .psf-note.two{\n    right:22px;\n    bottom:28px;\n    background:var(--pink);\n    transform:rotate(5deg);\n  }\n\n  .psf-marker{\n    position:absolute;\n    left:50%;\n    bottom:26px;\n    width:20px;\n    height:125px;\n    transform:translateX(-50%) rotate(4deg);\n    border:3px solid var(--night);\n    border-radius:10px 10px 4px 4px;\n    background:var(--violet);\n  }\n\n  .psf-stats{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:2px;\n    border-top:4px solid var(--night);\n    background:var(--night);\n  }\n\n  .psf-stat{\n    padding:18px 11px;\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .psf-stat strong{\n    display:block;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:14px!important;\n  }\n\n  .psf-stat span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:11px!important;\n  }\n\n  .psf-section{\n    padding:56px 18px 0;\n  }\n\n  .psf-heading{\n    display:grid;\n    grid-template-columns:115px 1fr;\n    gap:18px;\n    align-items:start;\n    margin-bottom:25px;\n  }\n\n  .psf-entry{\n    padding:12px 9px;\n    border:3px dashed var(--night);\n    background:var(--lilac);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    text-align:center;\n    font-size:10px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .psf-heading small{\n    display:block;\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  .psf-heading h3{\n    margin:4px 0 0!important;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:29px!important;\n    line-height:1.18!important;\n  }\n\n  .psf-kit-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:15px;\n  }\n\n  .psf-card{\n    min-height:225px;\n    padding:24px;\n    border:3px solid var(--night);\n    background:#ffffff;\n  }\n\n  .psf-card:nth-child(2){background:var(--lilac);}\n  .psf-card:nth-child(3){background:#fff5d9;}\n  .psf-card:nth-child(4){background:#edf8f2;}\n  .psf-card:nth-child(5){background:#edf6fa;}\n  .psf-card:nth-child(6){background:#f8eaf1;}\n\n  .psf-card svg{\n    width:41px;\n    height:41px;\n    margin-bottom:13px;\n    color:var(--purple);\n  }\n\n  .psf-card h4{\n    margin:0 0 7px!important;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:18px!important;\n  }\n\n  .psf-card p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .psf-route{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:13px;\n  }\n\n  .psf-stop{\n    position:relative;\n    padding:24px 20px;\n    border:3px dashed var(--night);\n    background:var(--paper);\n  }\n\n  .psf-stop span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:42px;\n    height:42px;\n    margin-bottom:13px;\n    border:3px solid var(--night);\n    border-radius:50%;\n    background:var(--yellow);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-weight:950!important;\n  }\n\n  .psf-stop h4{\n    margin:0 0 7px!important;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:17px!important;\n  }\n\n  .psf-stop p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:13px!important;\n  }\n\n  .psf-organizer{\n    display:grid;\n    grid-template-columns:.88fr 1.12fr;\n    gap:18px;\n  }\n\n  .psf-organizer-main{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:30px;\n    border:4px solid var(--night);\n    background:var(--purple);\n    text-align:center;\n  }\n\n  .psf-organizer-main svg{\n    width:58px;\n    height:58px;\n    margin:0 auto 13px;\n    color:#ffffff;\n  }\n\n  .psf-organizer-main h4{\n    margin:0 0 8px!important;\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n    font-size:22px!important;\n  }\n\n  .psf-organizer-main p{\n    margin:0!important;\n    color:#efe9f4!important;\n    -webkit-text-fill-color:#efe9f4!important;\n    font-size:14px!important;\n  }\n\n  .psf-organizer-list{\n    border:4px solid var(--night);\n    background:#ffffff;\n  }\n\n  .psf-organizer-row{\n    display:grid;\n    grid-template-columns:50px 1fr;\n    gap:13px;\n    align-items:center;\n    padding:16px 18px;\n    border-bottom:2px solid var(--line);\n  }\n\n  .psf-organizer-row:last-child{\n    border-bottom:0;\n  }\n\n  .psf-organizer-row span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:44px;\n    height:44px;\n    border:3px solid var(--night);\n    border-radius:50%;\n    background:var(--lilac);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-weight:950!important;\n  }\n\n  .psf-organizer-row strong{\n    display:block;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:14px!important;\n  }\n\n  .psf-organizer-row small{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:12px!important;\n  }\n\n  .psf-footer{\n    margin-top:56px;\n    padding:40px 25px;\n    border:9px solid var(--violet);\n    background:var(--night);\n    text-align:center;\n  }\n\n  .psf-footer,\n  .psf-footer *,\n  .psf-footer h3,\n  .psf-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .psf-footer h3{\n    margin:0 0 8px!important;\n    font-size:28px!important;\n  }\n\n  .psf-footer p{\n    max-width:730px;\n    margin:0 auto!important;\n  }\n\n  .psf-faq{\n    margin-top:56px;\n    display:grid;\n    grid-template-columns:255px 1fr;\n    border:4px solid var(--night);\n  }\n\n  .psf-faq-side{\n    padding:27px;\n    border-right:4px solid var(--night);\n    background:\n      repeating-linear-gradient(\n        0deg,\n        transparent 0 25px,\n        rgba(45,33,66,.09) 25px 26px\n      ),\n      var(--lilac);\n  }\n\n  .psf-faq-side span{\n    display:inline-block;\n    padding:7px 10px;\n    border:2px dashed var(--night);\n    background:var(--yellow);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .psf-faq-side h3{\n    margin:16px 0 8px!important;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:27px!important;\n  }\n\n  .psf-faq-side p{\n    margin:0!important;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:13px!important;\n  }\n\n  .psf-faq-item{\n    border-bottom:3px solid var(--night);\n    background:#ffffff;\n  }\n\n  .psf-faq-item:last-child{\n    border-bottom:0;\n  }\n\n  .psf-faq-button{\n    width:100%;\n    display:grid;\n    grid-template-columns:1fr 38px;\n    gap:12px;\n    align-items:center;\n    padding:16px 18px;\n    border:0;\n    background:#ffffff;\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .psf-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:36px;\n    height:36px;\n    border:3px solid var(--night);\n    border-radius:50%;\n    background:var(--yellow);\n    color:var(--night)!important;\n    -webkit-text-fill-color:var(--night)!important;\n    font-size:22px!important;\n    transition:.25s ease;\n  }\n\n  .psf-faq-item.open .psf-plus{\n    transform:rotate(45deg);\n    background:var(--night);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .psf-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .psf-faq-answer{\n    padding:0 18px 18px;\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:14px!important;\n  }\n\n  .psf-faq-item.open .psf-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:850px){\n    .psf-hero,\n    .psf-organizer,\n    .psf-faq{\n      grid-template-columns:1fr;\n    }\n\n    .psf-faq-side{\n      border-right:0;\n      border-bottom:4px solid var(--night);\n    }\n\n    .psf-stats,\n    .psf-route{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:580px){\n    .psf-topline,\n    .psf-heading{\n      grid-template-columns:1fr;\n      display:grid;\n    }\n\n    .psf-hero{\n      padding:32px 18px;\n    }\n\n    .psf-stage{\n      min-height:390px;\n    }\n\n    .psf-case{\n      width:225px;\n    }\n\n    .psf-stats,\n    .psf-kit-grid,\n    .psf-route{\n      grid-template-columns:1fr;\n    }\n\n    .psf-entry{\n      width:max-content;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"purple-study-festival\"\u003e\n\n  \u003csection class=\"psf-pass\"\u003e\n    \u003cdiv class=\"psf-topline\"\u003e\n      \u003cstrong\u003eStudy Supplies Festival\u003c\/strong\u003e\n      \u003cspan\u003ePurple Edition\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-hero\"\u003e\n      \u003cdiv class=\"psf-copy\"\u003e\n        \u003cdiv class=\"psf-ticket\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M4 8h16v8H4z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 8v8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16 8v8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Complete Study and Journaling Kit\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Build a Coordinated Desk\n          \u003cspan\u003ewith Pens, Pencils and Notes\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A purple stationery collection with refillable gel pens,\n          mechanical pencils, pastel highlighters, correction tape,\n          index tabs, sticky notes and a large organizer case.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"psf-badges\"\u003e\n          \u003cspan\u003e4 Gel Pens\u003c\/span\u003e\n          \u003cspan\u003e2 Mechanical Pencils\u003c\/span\u003e\n          \u003cspan\u003e200 Sticky Notes\u003c\/span\u003e\n          \u003cspan\u003e3-Compartment Case\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stage\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"psf-stage-title\"\u003eStudy Festival Main Stage\u003c\/div\u003e\n\n        \u003cdiv class=\"psf-case\"\u003e\n          \u003cdiv class=\"psf-case-grid\"\u003e\n            \u003cspan\u003eWide Center Pocket\u003c\/span\u003e\n            \u003cspan\u003eMesh Storage\u003c\/span\u003e\n            \u003cspan\u003e10 Pen Slots\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psf-note one\"\u003e200\u003cbr\u003eSTICKY NOTES\u003c\/div\u003e\n        \u003cdiv class=\"psf-note two\"\u003e66\u003cbr\u003eINDEX TABS\u003c\/div\u003e\n        \u003cdiv class=\"psf-marker\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-stats\"\u003e\n      \u003cdiv class=\"psf-stat\"\u003e\n        \u003cstrong\u003e4 + 5 Refills\u003c\/strong\u003e\n        \u003cspan\u003eBlack gel writing set\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stat\"\u003e\n        \u003cstrong\u003e0.5 \u0026amp; 0.7 mm\u003c\/strong\u003e\n        \u003cspan\u003eMechanical pencil sizes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stat\"\u003e\n        \u003cstrong\u003e266 Notes \u0026amp; Tabs\u003c\/strong\u003e\n        \u003cspan\u003ePage organization tools\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stat\"\u003e\n        \u003cstrong\u003e0.43 kg\u003c\/strong\u003e\n        \u003cspan\u003eListed item weight\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psf-section\"\u003e\n    \u003cdiv class=\"psf-heading\"\u003e\n      \u003cdiv class=\"psf-entry\"\u003eStage 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eComplete Set Contents\u003c\/small\u003e\n        \u003ch3\u003eWriting, Highlighting and Page Organization Tools\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-kit-grid\"\u003e\n      \u003cdiv class=\"psf-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 19 15 8l3 3L7 22H4z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eRefillable Gel Pens\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Four fine-point black gel pens with five replacement refills.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 19 16 8l3 3L8 22H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 8 18 6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eMechanical Pencils\u003c\/h4\u003e\n\n        \u003cp\u003e\n          One 0.5 mm and one 0.7 mm pencil with two lead-refill tubes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 18 15 8l4 4-10 9H5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003ePastel Highlighters\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Two transparent markers for readable textbook annotations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003crect x=\"5\" y=\"6\" width=\"14\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003ccircle cx=\"10\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eCorrection Tape\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Four compact correction tools for notes and documents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-card\"\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 9h8\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h6\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eSticky Notes\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Two hundred repositionable notes for reminders and planning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-card\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 4h14v16H5z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 4v6l3-2\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eIndex Tabs\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Sixty-six page markers for books, binders and journals.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psf-section\"\u003e\n    \u003cdiv class=\"psf-heading\"\u003e\n      \u003cdiv class=\"psf-entry\"\u003eStage 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eDaily Study Route\u003c\/small\u003e\n        \u003ch3\u003eUse the Set from First Note to Final Revision\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-route\"\u003e\n      \u003cdiv class=\"psf-stop\"\u003e\n        \u003cspan\u003e1\u003c\/span\u003e\n        \u003ch4\u003eWrite the Notes\u003c\/h4\u003e\n        \u003cp\u003eUse the fine-point gel pens or mechanical pencils.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stop\"\u003e\n        \u003cspan\u003e2\u003c\/span\u003e\n        \u003ch4\u003eHighlight Key Ideas\u003c\/h4\u003e\n        \u003cp\u003eAdd transparent pastel color without hiding text.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stop\"\u003e\n        \u003cspan\u003e3\u003c\/span\u003e\n        \u003ch4\u003eMark Important Pages\u003c\/h4\u003e\n        \u003cp\u003eUse index tabs for chapters, topics and deadlines.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-stop\"\u003e\n        \u003cspan\u003e4\u003c\/span\u003e\n        \u003ch4\u003eAdd Reminders\u003c\/h4\u003e\n        \u003cp\u003ePlace sticky notes on planners, books and notebooks.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psf-section\"\u003e\n    \u003cdiv class=\"psf-heading\"\u003e\n      \u003cdiv class=\"psf-entry\"\u003eStage 03\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eOrganizer Layout\u003c\/small\u003e\n        \u003ch3\u003eStore More Than 100 Writing Tools and Accessories\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-organizer\"\u003e\n      \u003cdiv class=\"psf-organizer-main\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 8h16v12H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 13h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eLarge Multi-Compartment Case\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The waterproof soft organizer opens widely and provides\n          dedicated storage for pens, markers and small supplies.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-organizer-list\"\u003e\n        \u003cdiv class=\"psf-organizer-row\"\u003e\n          \u003cspan\u003e1\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eWide Center Compartment\u003c\/strong\u003e\n            \u003csmall\u003eStores larger stationery and small notebooks\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psf-organizer-row\"\u003e\n          \u003cspan\u003e2\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eTwo Mesh Pockets\u003c\/strong\u003e\n            \u003csmall\u003eKeep refills, erasers and correction tools visible\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psf-organizer-row\"\u003e\n          \u003cspan\u003e3\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eTen Pen Slots\u003c\/strong\u003e\n            \u003csmall\u003eSeparate commonly used writing instruments\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"psf-organizer-row\"\u003e\n          \u003cspan\u003e4\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSmooth Zipper Access\u003c\/strong\u003e\n            \u003csmall\u003eSupports quick opening at school or work\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=\"psf-footer\"\u003e\n    \u003ch3\u003eA Coordinated Purple Kit for Study and Creative Planning\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Write, highlight, correct and organize notes with one portable\n      stationery set designed for school, college, office and journaling.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"psf-faq\"\u003e\n    \u003cdiv class=\"psf-faq-side\"\u003e\n      \u003cspan\u003eFestival Help Desk\u003c\/span\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Included tools, pencil sizes, sticky notes,\n        organizer storage and recommended use.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"psf-faq-list\"\u003e\n      \u003cdiv class=\"psf-faq-item open\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n          \u003cspan\u003eWhat is included in the stationery kit?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            The kit includes a large organizer, four gel pens,\n            five gel refills, four correction tapes, two highlighters,\n            two mechanical pencils, lead refills, two erasers,\n            66 index tabs and 200 sticky notes.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-faq-item\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWhich mechanical pencil sizes are included?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            The set includes one 0.5 mm pencil and one 0.7 mm pencil.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-faq-item\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eHow many sticky notes are included?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            The set includes 200 repositionable sticky notes.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-faq-item\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eAre the gel pens refillable?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            Yes. Five replacement gel refills are included.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-faq-item\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eHow is the organizer divided?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            It has three main sections, including a wide center pocket,\n            two mesh pockets and ten individual pen slots.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"psf-faq-item\"\u003e\n        \u003cbutton class=\"psf-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWho is the set recommended for?\u003c\/span\u003e\n          \u003cspan class=\"psf-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"psf-faq-content\"\u003e\n          \u003cdiv class=\"psf-faq-answer\"\u003e\n            The product is listed for teens and adults and is suitable\n            for school, college, office work and journaling.\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-study-festival\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".psf-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".psf-faq-content\");\n      var button = item.querySelector(\".psf-faq-button\");\n      var open = item.classList.contains(\"open\");\n\n      content.style.maxHeight = open ? content.scrollHeight + \"px\" : \"0px\";\n      button.setAttribute(\"aria-expanded\",open ? \"true\" : \"false\");\n    }\n\n    items.forEach(function(item){\n      item.querySelector(\".psf-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":"Purple","offer_id":45458169397424,"sku":"B0FJM7HWWT","price":57.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45458169495728,"sku":"B0FJMCKW5V","price":56.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45458169528496,"sku":"B0FJLTQW1C","price":57.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/81SbI42a_xL._AC_SL1500.jpg?v=1784204577","url":"https:\/\/www.pulingo.com\/products\/purple-study-supplies-kit-with-case","provider":"PulinGO","version":"1.0","type":"link"}