{"product_id":"375-sheet-lined-sticky-notes","title":"375-Sheet Lined Sticky Notes in 7 Bright Colors","description":"\u003cstyle\u003e\n  .color-note-wall{\n    --cnw-ink:#263047;\n    --cnw-paper:#fffef9;\n    --cnw-line:#ccd3df;\n    --cnw-red:#ef8f92;\n    --cnw-yellow:#f5d96f;\n    --cnw-orange:#f4b16d;\n    --cnw-green:#95cca1;\n    --cnw-blue:#8ebee0;\n    --cnw-purple:#b4a1d4;\n    --cnw-pink:#e9a9c2;\n    --cnw-soft:#f1f4f8;\n    --cnw-muted:#687184;\n    max-width:1040px;\n    margin:0 auto;\n    color:var(--cnw-ink);\n    font-family:Arial,Helvetica,sans-serif;\n    line-height:1.55;\n  }\n\n  .color-note-wall *,\n  .color-note-wall *::before,\n  .color-note-wall *::after{\n    box-sizing:border-box;\n  }\n\n  .cnw-board{\n    padding:22px;\n    border:5px solid var(--cnw-ink);\n    background:\n      linear-gradient(rgba(38,48,71,.06) 1px,transparent 1px),\n      linear-gradient(90deg,rgba(38,48,71,.06) 1px,transparent 1px),\n      var(--cnw-soft);\n    background-size:26px 26px;\n  }\n\n  .cnw-heading{\n    display:flex;\n    justify-content:space-between;\n    gap:18px;\n    align-items:flex-start;\n    padding:22px;\n    border:4px solid var(--cnw-ink);\n    background:#ffffff;\n  }\n\n  .cnw-heading-copy{\n    max-width:680px;\n  }\n\n  .cnw-label{\n    display:inline-block;\n    padding:7px 10px;\n    background:var(--cnw-yellow);\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:10px!important;\n    font-weight:900!important;\n    text-transform:uppercase!important;\n  }\n\n  .cnw-heading h2{\n    margin:15px 0 10px!important;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:clamp(34px,6vw,57px)!important;\n    line-height:1.02!important;\n    font-weight:950!important;\n  }\n\n  .cnw-heading h2 span{\n    display:block;\n    color:#765ca6!important;\n    -webkit-text-fill-color:#765ca6!important;\n  }\n\n  .cnw-heading p{\n    margin:0!important;\n    color:var(--cnw-muted)!important;\n    -webkit-text-fill-color:var(--cnw-muted)!important;\n    font-size:16px!important;\n  }\n\n  .cnw-total{\n    min-width:155px;\n    padding:17px;\n    border:4px solid var(--cnw-ink);\n    background:var(--cnw-pink);\n    text-align:center;\n  }\n\n  .cnw-total strong{\n    display:block;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:45px!important;\n    line-height:1!important;\n  }\n\n  .cnw-total span{\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:9px!important;\n    font-weight:900!important;\n    text-transform:uppercase!important;\n  }\n\n  .cnw-note-grid{\n    display:grid;\n    grid-template-columns:repeat(5,minmax(0,1fr));\n    gap:15px;\n    margin-top:22px;\n  }\n\n  .cnw-note{\n    position:relative;\n    min-height:165px;\n    padding:23px 15px 15px;\n    border:3px solid var(--cnw-ink);\n    background:var(--cnw-yellow);\n  }\n\n  .cnw-note::before{\n    content:\"\";\n    position:absolute;\n    left:0;\n    right:0;\n    top:39px;\n    bottom:10px;\n    background:\n      repeating-linear-gradient(\n        to bottom,\n        transparent 0,\n        transparent 22px,\n        rgba(38,48,71,.22) 23px,\n        transparent 24px\n      );\n  }\n\n  .cnw-note:nth-child(2){background:var(--cnw-blue);}\n  .cnw-note:nth-child(3){background:var(--cnw-green);}\n  .cnw-note:nth-child(4){background:var(--cnw-orange);}\n  .cnw-note:nth-child(5){background:var(--cnw-purple);}\n  .cnw-note:nth-child(6){background:var(--cnw-red);}\n  .cnw-note:nth-child(7){background:var(--cnw-pink);}\n\n  .cnw-note strong,\n  .cnw-note span{\n    position:relative;\n    z-index:1;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n  }\n\n  .cnw-note strong{\n    display:block;\n    font-size:19px!important;\n  }\n\n  .cnw-note span{\n    font-size:10px!important;\n    font-weight:900!important;\n    text-transform:uppercase!important;\n  }\n\n  .cnw-note.large{\n    grid-column:span 2;\n  }\n\n  .cnw-note.tall{\n    min-height:210px;\n  }\n\n  .cnw-summary{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    margin-top:22px;\n    border:4px solid var(--cnw-ink);\n    background:var(--cnw-ink);\n    gap:3px;\n  }\n\n  .cnw-summary div{\n    padding:15px 9px;\n    background:#ffffff;\n    text-align:center;\n  }\n\n  .cnw-summary strong{\n    display:block;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:14px!important;\n  }\n\n  .cnw-summary span{\n    color:var(--cnw-muted)!important;\n    -webkit-text-fill-color:var(--cnw-muted)!important;\n    font-size:10px!important;\n  }\n\n  .cnw-workflow{\n    margin-top:40px;\n  }\n\n  .cnw-workflow h3,\n  .cnw-faq h3{\n    margin:0 0 17px!important;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:27px!important;\n  }\n\n  .cnw-flow{\n    display:grid;\n    grid-template-columns:repeat(4,minmax(0,1fr));\n    border:4px solid var(--cnw-ink);\n  }\n\n  .cnw-flow article{\n    position:relative;\n    min-height:155px;\n    padding:21px;\n    border-right:3px dashed var(--cnw-ink);\n    background:#ffffff;\n  }\n\n  .cnw-flow article:last-child{\n    border-right:0;\n  }\n\n  .cnw-flow article::before{\n    content:attr(data-step);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:32px;\n    height:32px;\n    margin-bottom:13px;\n    background:var(--cnw-yellow);\n    color:var(--cnw-ink);\n    font-weight:900;\n  }\n\n  .cnw-flow strong{\n    display:block;\n    margin-bottom:6px;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:16px!important;\n  }\n\n  .cnw-flow p{\n    margin:0!important;\n    color:var(--cnw-muted)!important;\n    -webkit-text-fill-color:var(--cnw-muted)!important;\n    font-size:12px!important;\n  }\n\n  .cnw-adhesive{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    margin-top:18px;\n    border:4px solid var(--cnw-ink);\n  }\n\n  .cnw-adhesive-copy{\n    padding:25px;\n    background:var(--cnw-blue);\n  }\n\n  .cnw-adhesive-copy strong{\n    display:block;\n    margin-bottom:7px;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:21px!important;\n  }\n\n  .cnw-adhesive-copy p{\n    margin:0!important;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:13px!important;\n  }\n\n  .cnw-surfaces{\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    background:#ffffff;\n  }\n\n  .cnw-surfaces span{\n    padding:16px;\n    border-left:3px solid var(--cnw-ink);\n    border-bottom:3px solid var(--cnw-ink);\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:11px!important;\n    font-weight:900!important;\n    text-align:center;\n  }\n\n  .cnw-surfaces span:nth-last-child(-n+2){\n    border-bottom:0;\n  }\n\n  .cnw-faq{\n    margin-top:40px;\n    padding-top:25px;\n    border-top:7px solid var(--cnw-ink);\n  }\n\n  .cnw-faq-list{\n    display:grid;\n    gap:9px;\n  }\n\n  .cnw-faq details{\n    margin:0!important;\n    padding:0!important;\n    border:3px solid var(--cnw-ink)!important;\n    background:#ffffff!important;\n  }\n\n  .cnw-faq summary{\n    position:relative;\n    display:block;\n    padding:16px 60px 16px 17px!important;\n    list-style:none!important;\n    cursor:pointer;\n    background:#ffffff!important;\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:15px!important;\n    font-weight:900!important;\n  }\n\n  .cnw-faq summary::-webkit-details-marker{\n    display:none!important;\n  }\n\n  .cnw-faq summary::marker{\n    content:\"\"!important;\n  }\n\n  .cnw-faq summary::after{\n    content:\"+\";\n    position:absolute;\n    right:14px;\n    top:50%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:31px;\n    height:31px;\n    transform:translateY(-50%);\n    background:var(--cnw-yellow);\n    color:var(--cnw-ink)!important;\n    -webkit-text-fill-color:var(--cnw-ink)!important;\n    font-size:20px!important;\n  }\n\n  .cnw-faq details:nth-child(2) summary::after{background:var(--cnw-blue);}\n  .cnw-faq details:nth-child(3) summary::after{background:var(--cnw-green);}\n  .cnw-faq details:nth-child(4) summary::after{background:var(--cnw-orange);}\n  .cnw-faq details:nth-child(5) summary::after{background:var(--cnw-purple);}\n\n  .cnw-faq details[open] summary{\n    background:var(--cnw-soft)!important;\n  }\n\n  .cnw-faq details[open] summary::after{\n    content:\"−\";\n    background:var(--cnw-ink);\n    color:#ffffff!important;\n    -webkit-text-fill-color:#ffffff!important;\n  }\n\n  .cnw-faq summary:focus-visible{\n    outline:3px solid #765ca6;\n    outline-offset:-5px;\n  }\n\n  .cnw-answer{\n    padding:0 17px 17px!important;\n    color:var(--cnw-muted)!important;\n    -webkit-text-fill-color:var(--cnw-muted)!important;\n    font-size:14px!important;\n  }\n\n  @media(max-width:820px){\n    .cnw-note-grid{\n      grid-template-columns:repeat(3,minmax(0,1fr));\n    }\n\n    .cnw-flow{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n\n    .cnw-flow article:nth-child(2){\n      border-right:0;\n    }\n\n    .cnw-flow article:nth-child(-n+2){\n      border-bottom:3px dashed var(--cnw-ink);\n    }\n\n    .cnw-summary{\n      grid-template-columns:repeat(2,minmax(0,1fr));\n    }\n  }\n\n  @media(max-width:560px){\n    .cnw-board{\n      padding:13px;\n    }\n\n    .cnw-heading{\n      display:grid;\n      padding:20px;\n    }\n\n    .cnw-total{\n      min-width:0;\n    }\n\n    .cnw-note-grid,\n    .cnw-flow,\n    .cnw-summary,\n    .cnw-adhesive{\n      grid-template-columns:1fr;\n    }\n\n    .cnw-note.large{\n      grid-column:auto;\n    }\n\n    .cnw-note,\n    .cnw-note.tall{\n      min-height:145px;\n    }\n\n    .cnw-flow article{\n      border-right:0;\n      border-bottom:3px dashed var(--cnw-ink);\n    }\n\n    .cnw-flow article:last-child{\n      border-bottom:0;\n    }\n\n    .cnw-surfaces span:nth-last-child(-n+2){\n      border-bottom:3px solid var(--cnw-ink);\n    }\n\n    .cnw-surfaces span:nth-child(even){\n      border-right:0;\n    }\n\n    .cnw-surfaces span:nth-last-child(-n+2){\n      border-bottom:0;\n    }\n\n    .cnw-faq summary{\n      padding:15px 57px 15px 14px!important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"color-note-wall\"\u003e\n\n  \u003csection class=\"cnw-board\"\u003e\n\n    \u003cdiv class=\"cnw-heading\"\u003e\n      \u003cdiv class=\"cnw-heading-copy\"\u003e\n        \u003cspan class=\"cnw-label\"\u003eLarge Lined Planning Notes\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Write More.\n          \u003cspan\u003eSort Every Task by Color.\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Fifteen pads of large 4 × 6-inch lined sticky notes\n          provide 375 colorful sheets for meetings, schedules,\n          reminders, school notes and household planning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-total\"\u003e\n        \u003cstrong\u003e375\u003c\/strong\u003e\n        \u003cspan\u003eTotal Sticky Note Sheets\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cnw-note-grid\" aria-label=\"Seven sticky note colors\"\u003e\n      \u003cdiv class=\"cnw-note large tall\"\u003e\n        \u003cstrong\u003eRed\u003c\/strong\u003e\n        \u003cspan\u003eUrgent tasks and deadlines\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note\"\u003e\n        \u003cstrong\u003eBlue\u003c\/strong\u003e\n        \u003cspan\u003eMeeting and work notes\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note\"\u003e\n        \u003cstrong\u003eGreen\u003c\/strong\u003e\n        \u003cspan\u003eCompleted or approved items\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note\"\u003e\n        \u003cstrong\u003eOrange\u003c\/strong\u003e\n        \u003cspan\u003eImportant follow-ups\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note\"\u003e\n        \u003cstrong\u003ePurple\u003c\/strong\u003e\n        \u003cspan\u003eCreative ideas and projects\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note\"\u003e\n        \u003cstrong\u003eYellow\u003c\/strong\u003e\n        \u003cspan\u003eDaily reminders\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-note large\"\u003e\n        \u003cstrong\u003ePink\u003c\/strong\u003e\n        \u003cspan\u003ePersonal plans, messages and lists\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cnw-summary\"\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003e15 Pads\u003c\/strong\u003e\n        \u003cspan\u003eBulk multipack\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e25 Sheets Each\u003c\/strong\u003e\n        \u003cspan\u003e375 sheets total\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e4 × 6 Inches\u003c\/strong\u003e\n        \u003cspan\u003eLarge rectangular size\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cstrong\u003e80 GSM Paper\u003c\/strong\u003e\n        \u003cspan\u003eThick lined sheets\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"cnw-workflow\"\u003e\n    \u003ch3\u003eA Simple Color-Coded Planning Routine\u003c\/h3\u003e\n\n    \u003cdiv class=\"cnw-flow\"\u003e\n      \u003carticle data-step=\"1\"\u003e\n        \u003cstrong\u003eWrite\u003c\/strong\u003e\n        \u003cp\u003e\n          Use the ruled lines for clear tasks,\n          instructions and longer reminders.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle data-step=\"2\"\u003e\n        \u003cstrong\u003eColor-Code\u003c\/strong\u003e\n        \u003cp\u003e\n          Assign each bright color to a project,\n          priority level or subject.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle data-step=\"3\"\u003e\n        \u003cstrong\u003eStick\u003c\/strong\u003e\n        \u003cp\u003e\n          Attach notes to clean, smooth surfaces\n          where the message stays visible.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle data-step=\"4\"\u003e\n        \u003cstrong\u003eRemove\u003c\/strong\u003e\n        \u003cp\u003e\n          Peel the sheet away cleanly\n          when the task or reminder is complete.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cnw-adhesive\"\u003e\n      \u003cdiv class=\"cnw-adhesive-copy\"\u003e\n        \u003cstrong\u003eStrong Adhesion with Clean Removal\u003c\/strong\u003e\n        \u003cp\u003e\n          The self-stick edge is designed to hold firmly\n          on most smooth surfaces and remove without residue.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cnw-surfaces\"\u003e\n        \u003cspan\u003eMONITORS\u003c\/span\u003e\n        \u003cspan\u003eWHITEBOARDS\u003c\/span\u003e\n        \u003cspan\u003eDOORS \u0026amp; WALLS\u003c\/span\u003e\n        \u003cspan\u003eWINDOWS \u0026amp; FRIDGES\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"cnw-faq\"\u003e\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"cnw-faq-list\"\u003e\n      \u003cdetails open\u003e\n        \u003csummary\u003eHow many sticky notes are included?\u003c\/summary\u003e\n        \u003cdiv class=\"cnw-answer\"\u003e\n          The package contains 15 pads with 25 sheets per pad,\n          providing 375 lined sticky notes in total.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is each sticky note?\u003c\/summary\u003e\n        \u003cdiv class=\"cnw-answer\"\u003e\n          Each rectangular sheet measures approximately\n          4 × 6 inches.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich colors are included?\u003c\/summary\u003e\n        \u003cdiv class=\"cnw-answer\"\u003e\n          The assortment includes red, yellow, orange,\n          green, blue, purple and pink.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat writing tools can be used?\u003c\/summary\u003e\n        \u003cdiv class=\"cnw-answer\"\u003e\n          The 80 GSM paper is suitable for pens,\n          pencils and most markers.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere can the notes be attached?\u003c\/summary\u003e\n        \u003cdiv class=\"cnw-answer\"\u003e\n          They are designed for most clean, smooth surfaces,\n          including monitors, doors, walls, whiteboards,\n          windows and refrigerators.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"PulinGO","offers":[{"title":"4x6 in","offer_id":45470499307696,"sku":"B0FL7WT26D","price":43.99,"currency_code":"USD","in_stock":true},{"title":"4x6 inch","offer_id":45470499340464,"sku":"B0FP2PQG4K","price":43.99,"currency_code":"USD","in_stock":true},{"title":"4x4 in","offer_id":45470499406000,"sku":"B0F6K2HF8P","price":43.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0664\/8319\/1984\/files\/7154GNEM6mL._AC_SL1500.jpg?v=1784535863","url":"https:\/\/www.pulingo.com\/products\/375-sheet-lined-sticky-notes","provider":"PulinGO","version":"1.0","type":"link"}