Purple Study Supplies Kit with Pens, Pencils and Notes
.purple-study-festival{ --night:#2d2142; --purple:#72549a; --violet:#9874bd; --lilac:#eadff3; --pink:#e9b4cf; --yellow:#f1d477; --mint:#cbe3d3; --blue:#c9e1ef; --paper:#fffdf8; --w hite:#ffffff; --ink:#40384a; --muted:#746b7b; --line:#e4dce8; max-width:1060px; margin:0 auto; color:var(--ink); font-family:Arial,Helvetica,sans-serif; line-height:1.6; } .purple-study-festival *, .purple-study-festival *:before, .purple-study-festival *:after{ box-sizing:border-box; } .purple-study-festival svg{ display:block; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; } .psf-pass{ overflow:hidden; border:4px solid var(--night); border-radius:22px; background:var(--paper); box-shadow:13px 13px 0 rgba(45,33,66,.12); } .psf-topline{ display:flex; justify-content:space-between; gap:18px; padding:13px 20px; background:var(--night); } .psf-topline strong, .psf-topline span{ color:#ffffff!important; -webkit-text-fill-color:#ffffff!important; font-size:11px!important; font-weight:950!important; letter-spacing:1px!important; text-transform:uppercase!important; } .psf-hero{ display:grid; grid-template-columns:1.03fr .97fr; gap:30px; align-items:center; padding:45px 35px; background: radial-gradient(circle at 85% 18%,rgba(152,116,189,.22),transparent 28%), linear-gradient(rgba(114,84,154,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(114,84,154,.06) 1px,transparent 1px), var(--paper); background-size:auto,28px 28px,28px 28px,auto; } .psf-ticket{ display:inline-flex; align-items:center; gap:8px; padding:8px 13px; border:3px dashed var(--night); background:var(--yellow); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:11px!important; font-weight:950!important; letter-spacing:1px!important; text-transform:uppercase!important; transform:rotate(-1deg); } .psf-ticket svg{ width:18px; height:18px; } .psf-copy h2{ margin:22px 0 15px!important; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:clamp(35px,5vw,55px)!important; line-height:1.04!important; font-weight:950!important; } .psf-copy h2 span{ display:block; color:var(--purple)!important; -webkit-text-fill-color:var(--purple)!important; } .psf-copy p{ margin:0!important; color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:17px!important; } .psf-badges{ display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; } .psf-badges span{ padding:8px 11px; border:2px solid var(--night); background:#ffffff; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:11px!important; font-weight:850!important; } .psf-stage{ position:relative; min-height:420px; overflow:hidden; border:4px solid var(--night); border-radius:20px; background: repeating-linear-gradient( 90deg, #e9dff0 0 38px, #f8f2fb 38px 76px ); } .psf-stage-title{ position:absolute; left:50%; top:17px; z-index:5; transform:translateX(-50%); padding:7px 12px; border:3px solid var(--night); background:#ffffff; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; white-space:nowrap; font-size:10px!important; font-weight:950!important; text-transform:uppercase!important; } .psf-case{ position:absolute; left:50%; top:82px; width:280px; height:176px; transform:translateX(-50%); padding:14px; border:5px solid var(--night); border-radius:22px; background:linear-gradient(145deg,#9975b8,#62477f); box-shadow:8px 9px 0 rgba(45,33,66,.18); } .psf-case:before{ content:""; position:absolute; left:50%; top:-28px; width:90px; height:33px; transform:translateX(-50%); border:5px solid var(--night); border-bottom:0; border-radius:23px 23px 0 0; } .psf-case-grid{ display:grid; grid-template-columns:1.15fr .85fr .85fr; gap:8px; height:100%; } .psf-case-grid span{ display:flex; align-items:center; justify-content:center; border:2px solid var(--night); border-radius:10px; background:#ffffff; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; text-align:center; font-size:9px!important; font-weight:950!important; } .psf-case-grid span:nth-child(2){background:var(--mint);} .psf-case-grid span:nth-child(3){background:var(--blue);} .psf-note{ position:absolute; width:96px; min-height:78px; padding:10px; border:3px solid var(--night); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; text-align:center; font-size:9px!important; font-weight:950!important; } .psf-note.one{ left:22px; bottom:28px; background:var(--yellow); transform:rotate(-5deg); } .psf-note.two{ right:22px; bottom:28px; background:var(--pink); transform:rotate(5deg); } .psf-marker{ position:absolute; left:50%; bottom:26px; width:20px; height:125px; transform:translateX(-50%) rotate(4deg); border:3px solid var(--night); border-radius:10px 10px 4px 4px; background:var(--violet); } .psf-stats{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:2px; border-top:4px solid var(--night); background:var(--night); } .psf-stat{ padding:18px 11px; background:#ffffff; text-align:center; } .psf-stat strong{ display:block; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:14px!important; } .psf-stat span{ color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:11px!important; } .psf-section{ padding:56px 18px 0; } .psf-heading{ display:grid; grid-template-columns:115px 1fr; gap:18px; align-items:start; margin-bottom:25px; } .psf-entry{ padding:12px 9px; border:3px dashed var(--night); background:var(--lilac); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; text-align:center; font-size:10px!important; font-weight:950!important; letter-spacing:1px!important; text-transform:uppercase!important; } .psf-heading small{ display:block; color:var(--purple)!important; -webkit-text-fill-color:var(--purple)!important; font-size:11px!important; font-weight:950!important; letter-spacing:1px!important; text-transform:uppercase!important; } .psf-heading h3{ margin:4px 0 0!important; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:29px!important; line-height:1.18!important; } .psf-kit-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; } .psf-card{ min-height:225px; padding:24px; border:3px solid var(--night); background:#ffffff; } .psf-card:nth-child(2){background:var(--lilac);} .psf-card:nth-child(3){background:#fff5d9;} .psf-card:nth-child(4){background:#edf8f2;} .psf-card:nth-child(5){background:#edf6fa;} .psf-card:nth-child(6){background:#f8eaf1;} .psf-card svg{ width:41px; height:41px; margin-bottom:13px; color:var(--purple); } .psf-card h4{ margin:0 0 7px!important; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:18px!important; } .psf-card p{ margin:0!important; color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:14px!important; } .psf-route{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; } .psf-stop{ position:relative; padding:24px 20px; border:3px dashed var(--night); background:var(--paper); } .psf-stop span{ display:flex; align-items:center; justify-content:center; width:42px; height:42px; margin-bottom:13px; border:3px solid var(--night); border-radius:50%; background:var(--yellow); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-weight:950!important; } .psf-stop h4{ margin:0 0 7px!important; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:17px!important; } .psf-stop p{ margin:0!important; color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:13px!important; } .psf-organizer{ display:grid; grid-template-columns:.88fr 1.12fr; gap:18px; } .psf-organizer-main{ display:flex; flex-direction:column; justify-content:center; padding:30px; border:4px solid var(--night); background:var(--purple); text-align:center; } .psf-organizer-main svg{ width:58px; height:58px; margin:0 auto 13px; color:#ffffff; } .psf-organizer-main h4{ margin:0 0 8px!important; color:#ffffff!important; -webkit-text-fill-color:#ffffff!important; font-size:22px!important; } .psf-organizer-main p{ margin:0!important; color:#efe9f4!important; -webkit-text-fill-color:#efe9f4!important; font-size:14px!important; } .psf-organizer-list{ border:4px solid var(--night); background:#ffffff; } .psf-organizer-row{ display:grid; grid-template-columns:50px 1fr; gap:13px; align-items:center; padding:16px 18px; border-bottom:2px solid var(--line); } .psf-organizer-row:last-child{ border-bottom:0; } .psf-organizer-row span{ display:flex; align-items:center; justify-content:center; width:44px; height:44px; border:3px solid var(--night); border-radius:50%; background:var(--lilac); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-weight:950!important; } .psf-organizer-row strong{ display:block; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:14px!important; } .psf-organizer-row small{ color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:12px!important; } .psf-footer{ margin-top:56px; padding:40px 25px; border:9px solid var(--violet); background:var(--night); text-align:center; } .psf-footer, .psf-footer *, .psf-footer h3, .psf-footer p{ color:#ffffff!important; -webkit-text-fill-color:#ffffff!important; } .psf-footer h3{ margin:0 0 8px!important; font-size:28px!important; } .psf-footer p{ max-width:730px; margin:0 auto!important; } .psf-faq{ margin-top:56px; display:grid; grid-template-columns:255px 1fr; border:4px solid var(--night); } .psf-faq-side{ padding:27px; border-right:4px solid var(--night); background: repeating-linear-gradient( 0deg, transparent 0 25px, rgba(45,33,66,.09) 25px 26px ), var(--lilac); } .psf-faq-side span{ display:inline-block; padding:7px 10px; border:2px dashed var(--night); background:var(--yellow); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:10px!important; font-weight:950!important; text-transform:uppercase!important; } .psf-faq-side h3{ margin:16px 0 8px!important; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:27px!important; } .psf-faq-side p{ margin:0!important; color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:13px!important; } .psf-faq-item{ border-bottom:3px solid var(--night); background:#ffffff; } .psf-faq-item:last-child{ border-bottom:0; } .psf-faq-button{ width:100%; display:grid; grid-template-columns:1fr 38px; gap:12px; align-items:center; padding:16px 18px; border:0; background:#ffffff; color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; text-align:left; cursor:pointer; font-size:15px!important; font-weight:950!important; } .psf-plus{ display:flex; align-items:center; justify-content:center; width:36px; height:36px; border:3px solid var(--night); border-radius:50%; background:var(--yellow); color:var(--night)!important; -webkit-text-fill-color:var(--night)!important; font-size:22px!important; transition:.25s ease; } .psf-faq-item.open .psf-plus{ transform:rotate(45deg); background:var(--night); color:#ffffff!important; -webkit-text-fill-color:#ffffff!important; } .psf-faq-content{ max-height:0; overflow:hidden; opacity:0; transition:max-height .3s ease,opacity .2s ease; } .psf-faq-answer{ padding:0 18px 18px; color:var(--muted)!important; -webkit-text-fill-color:var(--muted)!important; font-size:14px!important; } .psf-faq-item.open .psf-faq-content{ opacity:1; } @media(max-width:850px){ .psf-hero, .psf-organizer, .psf-faq{ grid-template-columns:1fr; } .psf-faq-side{ border-right:0; border-bottom:4px solid var(--night); } .psf-stats, .psf-route{ grid-template-columns:repeat(2,minmax(0,1fr)); } } @media(max-width:580px){ .psf-topline, .psf-heading{ grid-template-columns:1fr; display:grid; } .psf-hero{ padding:32px 18px; } .psf-stage{ min-height:390px; } .psf-case{ width:225px; } .psf-stats, .psf-kit-grid, .psf-route{ grid-template-columns:1fr; } .psf-entry{ width:max-content; } } Study Supplies Festival Purple Edition Complete Study and Journaling Kit Build a Coordinated Desk with Pens, Pencils and Notes A purple stationery collection with refillable gel pens, mechanical pencils, pastel highlighters, correction tape, index tabs, sticky notes and a large organizer case. 4 Gel Pens 2 Mechanical Pencils 200 Sticky Notes 3-Compartment Case Study Festival Main Stage Wide Center Pocket Mesh Storage 10 Pen Slots 200STICKY NOTES 66INDEX TABS 4 + 5 Refills Black gel writing set 0.5 & 0.7 mm Mechanical pencil sizes 266 Notes & Tabs Page organization tools 0.43 kg Listed item weight Stage 01 Complete Set Contents Writing, Highlighting and Page Organization Tools Refillable Gel Pens Four fine-point black gel pens with five replacement refills. Mechanical Pencils One 0.5 mm and one 0.7 mm pencil with two lead-refill tubes. Pastel Highlighters Two transparent markers for readable textbook annotations. Correction Tape Four compact correction tools for notes and documents. Sticky Notes Two hundred repositionable notes for reminders and planning. Index Tabs Sixty-six page markers for books, binders and journals. Stage 02 Daily Study Route Use the Set from First Note to Final Revision 1 Write the Notes Use the fine-point gel pens or mechanical pencils. 2 Highlight Key Ideas Add transparent pastel color without hiding text. 3 Mark Important Pages Use index tabs for chapters, topics and deadlines. 4 Add Reminders Place sticky notes on planners, books and notebooks. Stage 03 Organizer Layout Store More Than 100 Writing Tools and Accessories Large Multi-Compartment Case The waterproof soft organizer opens widely and provides dedicated storage for pens, markers and small supplies. 1 Wide Center Compartment Stores larger stationery and small notebooks 2 Two Mesh Pockets Keep refills, erasers and correction tools visible 3 Ten Pen Slots Separate commonly used writing instruments 4 Smooth Zipper Access Supports quick opening at school or work A Coordinated Purple Kit for Study and Creative Planning Write, highlight, correct and organize notes with one portable stationery set designed for school, college, office and journaling. Festival Help Desk Frequently Asked Questions Included tools, pencil sizes, sticky notes, organizer storage and recommended use. What is included in the stationery kit? + The kit includes a large organizer, four gel pens, five gel refills, four correction tapes, two highlighters, two mechanical pencils, lead refills, two erasers, 66 index tabs and 200 sticky notes. Which mechanical pencil sizes are included? + The set includes one 0.5 mm pencil and one 0.7 mm pencil. How many sticky notes are included? + The set includes 200 repositionable sticky notes. Are the gel pens refillable? + Yes. Five replacement gel refills are included. How is the organizer divided? + It has three main sections, including a wide center pocket, two mesh pockets and ten individual pen slots. Who is the set recommended for? + The product is listed for teens and adults and is suitable for school, college, office work and journaling. (function(){ var script = document.currentScript; var wrapper = script.previousElementSibling; if(!wrapper || !wrapper.classList.contains("purple-study-festival")){ return; } var items = wrapper.querySelectorAll(".psf-faq-item"); function updateItem(item){ var content = item.querySelector(".psf-faq-content"); var button = item.querySelector(".psf-faq-button"); var open = item.classList.contains("open"); content.style.maxHeight = open ? content.scrollHeight + "px" : "0px"; button.setAttribute("aria-expanded",open ? "true" : "false"); } items.forEach(function(item){ item.querySelector(".psf-faq-button").addEventListener("click",function(){ var wasOpen = item.classList.contains("open"); items.forEach(function(other){ other.classList.remove("open"); updateItem(other); }); if(!wasOpen){ item.classList.add("open"); updateItem(item); } }); updateItem(item); }); window.addEventListener("resize",function(){ items.forEach(function(item){ if(item.classList.contains("open")){ updateItem(item); } }); }); })();
More you might like
Related
XKDOUS Bible Study Supplies Journaling Kit for Women, Bible
Related
XKDOUS Bible Study Supplies Journaling Kit for Women, Bible
Related
Purple Office Supplies Set Study Essentials Kit for Home Sch
Related