{"product_id":"green-36-piece-mechanical-pencil-set","title":"Green 36-Piece Mechanical Pencil Set with 624 Refills","description":"\u003cstyle\u003e\n  .green-pencil-blueprint{\n    --green:#6d9f83;\n    --green-dark:#244d42;\n    --green-soft:#dcece3;\n    --mint:#edf7f1;\n    --navy:#18334a;\n    --blue:#d9edf5;\n    --yellow:#f2d37a;\n    --cream:#fffaf0;\n    --paper:#ffffff;\n    --ink:#263b42;\n    --muted:#68777b;\n    --line:#cdded7;\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  .green-pencil-blueprint *,\n  .green-pencil-blueprint *:before,\n  .green-pencil-blueprint *:after{\n    box-sizing:border-box;\n  }\n\n  .green-pencil-blueprint 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  .gpb-board{\n    overflow:hidden;\n    border:4px solid var(--navy);\n    background:\n      linear-gradient(rgba(24,51,74,.075) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(24,51,74,.075) 1px,transparent 1px),\n      var(--paper);\n    background-size:25px 25px;\n    box-shadow:13px 13px 0 rgba(24,51,74,.12);\n  }\n\n  .gpb-toolbar{\n    display:grid;\n    grid-template-columns:auto 1fr auto;\n    gap:16px;\n    align-items:center;\n    padding:13px 19px;\n    border-bottom:4px solid var(--navy);\n    background:var(--navy);\n  }\n\n  .gpb-toolbar strong,\n  .gpb-toolbar 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  .gpb-toolbar strong{text-align:center;}\n\n  .gpb-tools{\n    display:flex;\n    gap:6px;\n  }\n\n  .gpb-tools i{\n    width:11px;\n    height:11px;\n    border:2px solid #ffffff;\n    transform:rotate(45deg);\n  }\n\n  .gpb-hero{\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    gap:30px;\n    align-items:center;\n    padding:46px 36px;\n  }\n\n  .gpb-label{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:8px 13px;\n    border:3px solid var(--navy);\n    background:var(--yellow);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n    box-shadow:4px 4px 0 var(--navy);\n  }\n\n  .gpb-label svg{\n    width:18px;\n    height:18px;\n  }\n\n  .gpb-copy h2{\n    margin:21px 0 15px!important;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:clamp(35px,5vw,55px)!important;\n    line-height:1.04!important;\n    font-weight:950!important;\n  }\n\n  .gpb-copy h2 span{\n    display:block;\n    color:var(--green-dark)!important;\n    -webkit-text-fill-color:var(--green-dark)!important;\n  }\n\n  .gpb-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  .gpb-badges{\n    display:flex;\n    flex-wrap:wrap;\n    gap:8px;\n    margin-top:21px;\n  }\n\n  .gpb-badges span{\n    padding:8px 11px;\n    border:2px solid var(--navy);\n    background:#ffffff;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:11px!important;\n    font-weight:850!important;\n  }\n\n  .gpb-desk{\n    position:relative;\n    min-height:420px;\n    overflow:hidden;\n    border:4px solid var(--navy);\n    background:\n      linear-gradient(135deg,rgba(109,159,131,.15),transparent 48%),\n      var(--cream);\n  }\n\n  .gpb-desk-title{\n    position:absolute;\n    left:18px;\n    top:17px;\n    padding:7px 11px;\n    border:3px solid var(--navy);\n    background:#ffffff;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .gpb-pencil-case{\n    position:absolute;\n    left:50%;\n    top:76px;\n    width:285px;\n    height:145px;\n    transform:translateX(-50%) rotate(-2deg);\n    padding:15px;\n    border:5px solid var(--navy);\n    border-radius:24px;\n    background:linear-gradient(145deg,#8db79d,#557d69);\n    box-shadow:8px 9px 0 rgba(24,51,74,.18);\n  }\n\n  .gpb-case-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:8px;\n    height:100%;\n  }\n\n  .gpb-case-grid span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border:2px solid var(--navy);\n    border-radius:10px;\n    background:var(--mint);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:9px!important;\n    font-weight:950!important;\n    writing-mode:vertical-rl;\n    transform:rotate(180deg);\n  }\n\n  .gpb-pencil{\n    position:absolute;\n    width:16px;\n    height:145px;\n    border:3px solid var(--navy);\n    border-radius:9px 9px 3px 3px;\n    background:var(--green);\n  }\n\n  .gpb-pencil:before{\n    content:\"\";\n    position:absolute;\n    left:50%;\n    top:-20px;\n    width:0;\n    height:0;\n    transform:translateX(-50%);\n    border-left:9px solid transparent;\n    border-right:9px solid transparent;\n    border-bottom:21px solid var(--navy);\n  }\n\n  .gpb-pencil.p1{left:48px;bottom:28px;transform:rotate(-7deg);}\n  .gpb-pencil.p2{left:82px;bottom:26px;transform:rotate(-3deg);background:#9fc4ae;}\n  .gpb-pencil.p3{right:82px;bottom:27px;transform:rotate(4deg);background:#7a9d8b;}\n  .gpb-pencil.p4{right:47px;bottom:29px;transform:rotate(8deg);background:#527764;}\n\n  .gpb-ruler{\n    position:absolute;\n    left:50%;\n    bottom:31px;\n    width:170px;\n    height:38px;\n    transform:translateX(-50%);\n    border:3px solid var(--navy);\n    background:var(--yellow);\n  }\n\n  .gpb-ruler:before{\n    content:\"0.5   0.7   0.9   2.0 mm\";\n    position:absolute;\n    inset:0;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:var(--navy);\n    font-size:10px;\n    font-weight:950;\n    letter-spacing:2px;\n  }\n\n  .gpb-stats{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:2px;\n    border-top:4px solid var(--navy);\n    background:var(--navy);\n  }\n\n  .gpb-stat{\n    padding:18px 11px;\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .gpb-stat strong{\n    display:block;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:14px!important;\n  }\n\n  .gpb-stat span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:11px!important;\n  }\n\n  .gpb-section{\n    padding:56px 18px 0;\n  }\n\n  .gpb-heading{\n    display:grid;\n    grid-template-columns:120px 1fr;\n    gap:18px;\n    align-items:start;\n    margin-bottom:25px;\n  }\n\n  .gpb-code{\n    padding:11px 9px;\n    border:3px solid var(--navy);\n    background:var(--green-soft);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!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    box-shadow:4px 4px 0 var(--navy);\n  }\n\n  .gpb-heading small{\n    display:block;\n    color:var(--green-dark)!important;\n    -webkit-text-fill-color:var(--green-dark)!important;\n    font-size:11px!important;\n    font-weight:950!important;\n    letter-spacing:1px!important;\n    text-transform:uppercase!important;\n  }\n\n  .gpb-heading h3{\n    margin:4px 0 0!important;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:29px!important;\n    line-height:1.18!important;\n  }\n\n  .gpb-inventory{\n    display:grid;\n    grid-template-columns:1.2fr .8fr;\n    gap:17px;\n  }\n\n  .gpb-table{\n    border:4px solid var(--navy);\n    background:#ffffff;\n  }\n\n  .gpb-row{\n    display:grid;\n    grid-template-columns:86px 1fr 70px;\n    gap:13px;\n    align-items:center;\n    padding:15px 17px;\n    border-bottom:2px solid var(--line);\n  }\n\n  .gpb-row:last-child{border-bottom:0;}\n\n  .gpb-row span{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    min-height:36px;\n    border:2px solid var(--navy);\n    background:var(--mint);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n  }\n\n  .gpb-row strong{\n    color:var(--ink)!important;\n    -webkit-text-fill-color:var(--ink)!important;\n    font-size:14px!important;\n  }\n\n  .gpb-row b{\n    color:var(--green-dark)!important;\n    -webkit-text-fill-color:var(--green-dark)!important;\n    text-align:right;\n    font-size:13px!important;\n  }\n\n  .gpb-total{\n    display:flex;\n    flex-direction:column;\n    justify-content:center;\n    padding:30px;\n    border:4px solid var(--navy);\n    background:var(--green-dark);\n    text-align:center;\n  }\n\n  .gpb-total svg{\n    width:58px;\n    height:58px;\n    margin:0 auto 13px;\n    color:var(--yellow);\n  }\n\n  .gpb-total 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  .gpb-total p{\n    margin:0!important;\n    color:#dcece5!important;\n    -webkit-text-fill-color:#dcece5!important;\n    font-size:14px!important;\n  }\n\n  .gpb-size-strip{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    gap:13px;\n  }\n\n  .gpb-size{\n    padding:25px 18px;\n    border:4px solid var(--navy);\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .gpb-size:nth-child(2){background:var(--mint);}\n  .gpb-size:nth-child(3){background:var(--blue);}\n  .gpb-size:nth-child(4){background:var(--cream);}\n\n  .gpb-size strong{\n    display:block;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:24px!important;\n  }\n\n  .gpb-size span{\n    color:var(--muted)!important;\n    -webkit-text-fill-color:var(--muted)!important;\n    font-size:13px!important;\n  }\n\n  .gpb-feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:15px;\n  }\n\n  .gpb-feature{\n    padding:24px;\n    border:3px solid var(--navy);\n    background:#ffffff;\n  }\n\n  .gpb-feature svg{\n    width:41px;\n    height:41px;\n    margin-bottom:12px;\n    color:var(--green-dark);\n  }\n\n  .gpb-feature h4{\n    margin:0 0 7px!important;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:18px!important;\n  }\n\n  .gpb-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  .gpb-use{\n    display:grid;\n    grid-template-columns:repeat(3,minmax(0,1fr));\n    gap:14px;\n  }\n\n  .gpb-use-card{\n    position:relative;\n    min-height:210px;\n    padding:24px;\n    border:3px dashed var(--navy);\n    background:var(--cream);\n  }\n\n  .gpb-use-card:before{\n    content:\"\";\n    position:absolute;\n    right:15px;\n    top:15px;\n    width:28px;\n    height:28px;\n    border-radius:50%;\n    background:var(--green-soft);\n    border:2px solid var(--navy);\n  }\n\n  .gpb-use-card h4{\n    margin:0 0 8px!important;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:18px!important;\n  }\n\n  .gpb-use-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  .gpb-footer{\n    margin-top:56px;\n    padding:39px 25px;\n    border:9px solid var(--green);\n    background:var(--navy);\n    text-align:center;\n  }\n\n  .gpb-footer,\n  .gpb-footer *,\n  .gpb-footer h3,\n  .gpb-footer p{\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .gpb-footer h3{\n    margin:0 0 8px!important;\n    font-size:28px!important;\n  }\n\n  .gpb-footer p{\n    max-width:720px;\n    margin:0 auto!important;\n  }\n\n  .gpb-faq{\n    margin-top:56px;\n    display:grid;\n    grid-template-columns:250px 1fr;\n    border:4px solid var(--navy);\n  }\n\n  .gpb-faq-side{\n    padding:27px;\n    border-right:4px solid var(--navy);\n    background:var(--green-soft);\n  }\n\n  .gpb-faq-side span{\n    display:inline-block;\n    padding:7px 10px;\n    border:2px solid var(--navy);\n    background:var(--yellow);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:10px!important;\n    font-weight:950!important;\n    text-transform:uppercase!important;\n  }\n\n  .gpb-faq-side h3{\n    margin:16px 0 8px!important;\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:27px!important;\n  }\n\n  .gpb-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  .gpb-faq-item{\n    border-bottom:3px solid var(--navy);\n    background:#ffffff;\n  }\n\n  .gpb-faq-item:last-child{border-bottom:0;}\n\n  .gpb-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(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    text-align:left;\n    cursor:pointer;\n    font-size:15px!important;\n    font-weight:950!important;\n  }\n\n  .gpb-plus{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:36px;\n    height:36px;\n    border:3px solid var(--navy);\n    border-radius:50%;\n    background:var(--green-soft);\n    color:var(--navy)!important;\n    -webkit-text-fill-color:var(--navy)!important;\n    font-size:22px!important;\n    transition:.25s ease;\n  }\n\n  .gpb-faq-item.open .gpb-plus{\n    transform:rotate(45deg);\n    background:var(--navy);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .gpb-faq-content{\n    max-height:0;\n    overflow:hidden;\n    opacity:0;\n    transition:max-height .3s ease,opacity .2s ease;\n  }\n\n  .gpb-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  .gpb-faq-item.open .gpb-faq-content{\n    opacity:1;\n  }\n\n  @media(max-width:850px){\n    .gpb-hero,\n    .gpb-inventory,\n    .gpb-faq{\n      grid-template-columns:1fr;\n    }\n\n    .gpb-faq-side{\n      border-right:0;\n      border-bottom:4px solid var(--navy);\n    }\n\n    .gpb-stats,\n    .gpb-size-strip{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:580px){\n    .gpb-toolbar,\n    .gpb-heading{\n      grid-template-columns:1fr;\n    }\n\n    .gpb-toolbar strong{text-align:left;}\n\n    .gpb-hero{\n      padding:32px 18px;\n    }\n\n    .gpb-desk{min-height:395px;}\n    .gpb-pencil-case{width:230px;}\n\n    .gpb-stats,\n    .gpb-size-strip,\n    .gpb-feature-grid,\n    .gpb-use{\n      grid-template-columns:1fr;\n    }\n\n    .gpb-row{\n      grid-template-columns:1fr;\n    }\n\n    .gpb-row b{text-align:left;}\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"green-pencil-blueprint\"\u003e\n\n  \u003csection class=\"gpb-board\"\u003e\n    \u003cdiv class=\"gpb-toolbar\"\u003e\n      \u003cdiv class=\"gpb-tools\" 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\u003eMechanical Pencil Drafting Station\u003c\/strong\u003e\n      \u003cspan\u003eGreen Edition\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-hero\"\u003e\n      \u003cdiv class=\"gpb-copy\"\u003e\n        \u003cdiv class=\"gpb-label\"\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            \u003cpath d=\"m14 9 3-3 3 3-3 3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n          Complete Writing and Sketching Kit\n        \u003c\/div\u003e\n\n        \u003ch2\u003e\n          Four Lead Sizes for\n          \u003cspan\u003eWriting, Sketching and Drafting\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A green 36-piece stationery set with 12 mechanical pencils,\n          624 lead refills, eraser replacements, jelly erasers,\n          sharpeners and a four-compartment pencil bag.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gpb-badges\"\u003e\n          \u003cspan\u003e36-Piece Set\u003c\/span\u003e\n          \u003cspan\u003e624 Lead Refills\u003c\/span\u003e\n          \u003cspan\u003e4 Lead Sizes\u003c\/span\u003e\n          \u003cspan\u003eExpandable Pencil Bag\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-desk\" aria-hidden=\"true\"\u003e\n        \u003cdiv class=\"gpb-desk-title\"\u003eDrafting Equipment Layout\u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-pencil-case\"\u003e\n          \u003cdiv class=\"gpb-case-grid\"\u003e\n            \u003cspan\u003e0.5 mm\u003c\/span\u003e\n            \u003cspan\u003e0.7 mm\u003c\/span\u003e\n            \u003cspan\u003e0.9 mm\u003c\/span\u003e\n            \u003cspan\u003e2.0 mm\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-pencil p1\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gpb-pencil p2\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gpb-pencil p3\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gpb-pencil p4\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gpb-ruler\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-stats\"\u003e\n      \u003cdiv class=\"gpb-stat\"\u003e\n        \u003cstrong\u003e12 Pencils\u003c\/strong\u003e\n        \u003cspan\u003eThree of each size\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-stat\"\u003e\n        \u003cstrong\u003e624 Refills\u003c\/strong\u003e\n        \u003cspan\u003eGraphite and colored lead\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-stat\"\u003e\n        \u003cstrong\u003e16 Lead Tubes\u003c\/strong\u003e\n        \u003cspan\u003eFour supported sizes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-stat\"\u003e\n        \u003cstrong\u003eAges 14+\u003c\/strong\u003e\n        \u003cspan\u003eListed recommendation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-section\"\u003e\n    \u003cdiv class=\"gpb-heading\"\u003e\n      \u003cdiv class=\"gpb-code\"\u003eSheet 01\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eComplete Set Inventory\u003c\/small\u003e\n        \u003ch3\u003eWriting Tools, Refills and Accessories in One Bag\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-inventory\"\u003e\n      \u003cdiv class=\"gpb-table\"\u003e\n        \u003cdiv class=\"gpb-row\"\u003e\n          \u003cspan\u003ePENCILS\u003c\/span\u003e\n          \u003cstrong\u003eMechanical Pencils in Four Sizes\u003c\/strong\u003e\n          \u003cb\u003e12 Pieces\u003c\/b\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-row\"\u003e\n          \u003cspan\u003eLEAD\u003c\/span\u003e\n          \u003cstrong\u003eGraphite and Colored Lead Refill Tubes\u003c\/strong\u003e\n          \u003cb\u003e16 Tubes\u003c\/b\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-row\"\u003e\n          \u003cspan\u003eERASERS\u003c\/span\u003e\n          \u003cstrong\u003eEraser Refills and Jelly Erasers\u003c\/strong\u003e\n          \u003cb\u003e21 Pieces\u003c\/b\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-row\"\u003e\n          \u003cspan\u003eTOOLS\u003c\/span\u003e\n          \u003cstrong\u003eMagnifying-Lens Sharpeners\u003c\/strong\u003e\n          \u003cb\u003e2 Pieces\u003c\/b\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gpb-row\"\u003e\n          \u003cspan\u003eSTORAGE\u003c\/span\u003e\n          \u003cstrong\u003eFour-Compartment Double-Zipper Pencil Bag\u003c\/strong\u003e\n          \u003cb\u003e1 Piece\u003c\/b\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-total\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M4 5h16v14H4z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M8 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 5v14\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M16 5v14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eOrganized for Daily Use\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Keep pencils, lead tubes, erasers and sharpeners\n          separated inside the expandable four-section case.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-section\"\u003e\n    \u003cdiv class=\"gpb-heading\"\u003e\n      \u003cdiv class=\"gpb-code\"\u003eSheet 02\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eLead Size Selection\u003c\/small\u003e\n        \u003ch3\u003eChoose the Line Width for Each Task\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-size-strip\"\u003e\n      \u003cdiv class=\"gpb-size\"\u003e\n        \u003cstrong\u003e0.5 mm\u003c\/strong\u003e\n        \u003cspan\u003eFine notes and detailed writing\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-size\"\u003e\n        \u003cstrong\u003e0.7 mm\u003c\/strong\u003e\n        \u003cspan\u003eEveryday writing and schoolwork\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-size\"\u003e\n        \u003cstrong\u003e0.9 mm\u003c\/strong\u003e\n        \u003cspan\u003eStronger lines and sketching\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-size\"\u003e\n        \u003cstrong\u003e2.0 mm\u003c\/strong\u003e\n        \u003cspan\u003eDrawing, shading and colored lead\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-section\"\u003e\n    \u003cdiv class=\"gpb-heading\"\u003e\n      \u003cdiv class=\"gpb-code\"\u003eSheet 03\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eComfort and Storage\u003c\/small\u003e\n        \u003ch3\u003eDesigned for Longer Writing and Drawing Sessions\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-feature-grid\"\u003e\n      \u003cdiv class=\"gpb-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M5 18 12 4l7 14z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eErgonomic Grip Shapes\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Triangular, rubber and non-slip grips support\n          different writing and sketching preferences.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-feature\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M6 5h12v14H6z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 5V3h6v2\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M6 10h12\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eExpandable Pencil Bag\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Four interior sections and double zippers help\n          organize the complete stationery collection.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-feature\"\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          \u003ccircle cx=\"18\" cy=\"6\" r=\"3\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n\n        \u003ch4\u003eBuilt-In and Separate Sharpeners\u003c\/h4\u003e\n\n        \u003cp\u003e\n          The 2.0 mm pencil includes a built-in sharpener,\n          with two additional sharpeners included.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-section\"\u003e\n    \u003cdiv class=\"gpb-heading\"\u003e\n      \u003cdiv class=\"gpb-code\"\u003eSheet 04\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003csmall\u003eRecommended Tasks\u003c\/small\u003e\n        \u003ch3\u003eOne Set for Notes, Art and Technical Work\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-use\"\u003e\n      \u003cdiv class=\"gpb-use-card\"\u003e\n        \u003ch4\u003eWriting and Study Notes\u003c\/h4\u003e\n        \u003cp\u003e\n          Use finer lead sizes for class notes,\n          homework, planning and office documents.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-use-card\"\u003e\n        \u003ch4\u003eSketching and Drawing\u003c\/h4\u003e\n        \u003cp\u003e\n          Combine multiple line widths for outlines,\n          shading and creative illustration.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-use-card\"\u003e\n        \u003ch4\u003eDrafting and Diagram Work\u003c\/h4\u003e\n        \u003cp\u003e\n          Select different lead thicknesses for measurements,\n          layouts, diagrams and technical practice.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-footer\"\u003e\n    \u003ch3\u003eA Complete Green Stationery System for Precise Work\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Switch between four lead sizes, refill pencils without\n      replacing the bodies and organize every accessory\n      inside the included expandable pencil bag.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"gpb-faq\"\u003e\n    \u003cdiv class=\"gpb-faq-side\"\u003e\n      \u003cspan\u003eDrafting Reference\u003c\/span\u003e\n\n      \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Set contents, lead sizes, refills,\n        pencil bag, sharpeners and age guidance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gpb-faq-list\"\u003e\n      \u003cdiv class=\"gpb-faq-item open\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"true\"\u003e\n          \u003cspan\u003eWhat is included in the set?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            The set includes 12 mechanical pencils, 16 lead-refill tubes,\n            18 eraser refills, three jelly erasers, two sharpeners\n            and one four-compartment pencil bag.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-faq-item\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWhich lead sizes are included?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            The included pencil sizes are 0.5 mm, 0.7 mm,\n            0.9 mm and 2.0 mm.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-faq-item\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eHow many lead refills are included?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            The product includes 624 lead refills distributed\n            across 16 storage tubes.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-faq-item\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eDoes the set include colored lead?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            Yes. One tube of colored 2.0 mm lead is included\n            for drawing and creative projects.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-faq-item\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eDoes the pencil bag have separate compartments?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            Yes. The expandable double-zipper bag has four\n            organizational compartments.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpb-faq-item\"\u003e\n        \u003cbutton class=\"gpb-faq-button\" type=\"button\" aria-expanded=\"false\"\u003e\n          \u003cspan\u003eWhich age group is the set recommended for?\u003c\/span\u003e\n          \u003cspan class=\"gpb-plus\"\u003e+\u003c\/span\u003e\n        \u003c\/button\u003e\n\n        \u003cdiv class=\"gpb-faq-content\"\u003e\n          \u003cdiv class=\"gpb-faq-answer\"\u003e\n            The product is recommended for users aged 14 years and older.\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(\"green-pencil-blueprint\")){\n      return;\n    }\n\n    var items = wrapper.querySelectorAll(\".gpb-faq-item\");\n\n    function updateItem(item){\n      var content = item.querySelector(\".gpb-faq-content\");\n      var button = item.querySelector(\".gpb-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(\".gpb-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":"Green","offer_id":45457904828592,"sku":"B0D9GT81S9","price":52.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":45457905254576,"sku":"B0F4XH5RPL","price":51.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":45457905582256,"sku":"B0D9GS7HZS","price":52.99,"currency_code":"USD","in_stock":true},{"title":"Cream","offer_id":45457905778864,"sku":"B0FLD86SSP","price":54.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":45457905844400,"sku":"B0F4XGPWY3","price":52.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/81Ep4cvz2UL._AC_SL1500.jpg?v=1784199278","url":"https:\/\/www.pulingo.com\/products\/green-36-piece-mechanical-pencil-set","provider":"PulinGO","version":"1.0","type":"link"}