Your cart is currently empty!
New in store
-
Imported Fountain Pen₹40.00 -
Flair Ink Move 2₹50.00 -
Hauser Inx Dino₹50.00 -
Flair Ink Move₹50.00
<!DOCTYPE html>
<html class="light" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"on-tertiary": "#ffffff",
"inverse-primary": "#b7c4ff",
"on-primary-fixed": "#001551",
"surface-container-lowest": "#ffffff",
"surface-container-high": "#e8e7f3",
"secondary": "#a73a00",
"inverse-on-surface": "#f0f0fb",
"outline": "#747686",
"on-tertiary-fixed-variant": "#005320",
"on-error-container": "#93000a",
"primary": "#0037b0",
"surface-dim": "#d9d9e5",
"outline-variant": "#c4c5d7",
"on-tertiary-container": "#71ee8a",
"surface-bright": "#faf8ff",
"background": "#faf8ff",
"on-primary": "#ffffff",
"on-tertiary-fixed": "#002109",
"inverse-surface": "#2e3039",
"tertiary": "#00501f",
"on-surface": "#1a1b23",
"surface-variant": "#e2e1ed",
"on-primary-fixed-variant": "#0039b5",
"on-secondary-container": "#571a00",
"primary-container": "#1d4ed8",
"on-secondary-fixed": "#370e00",
"surface-container": "#ededf9",
"secondary-fixed": "#ffdbce",
"tertiary-container": "#006b2c",
"secondary-fixed-dim": "#ffb599",
"on-error": "#ffffff",
"surface-tint": "#2151da",
"error": "#ba1a1a",
"primary-fixed": "#dce1ff",
"secondary-fixed-dim": "#ffb599",
"on-error": "#ffffff",
"surface-tint": "#2151da",
"error": "#ba1a1a",
"primary-fixed-dim": "#b7c4ff"
},
"borderRadius": {
"DEFAULT": "0.25rem",
"lg": "0.5rem",
"xl": "0.75rem",
"full": "9999px"
},
"fontFamily": {
"headline": ["Plus Jakarta Sans"],
"body": ["Plus Jakarta Sans"],
"label": ["Plus Jakarta Sans"]
}
},
},
}
</script>
<style>
body { font-family: 'Plus Jakarta Sans', sans-serif; }
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.ink-gradient {
background: linear-gradient(135deg, #0037b0 0%, #1d4ed8 100%);
}
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
</style>
</head>
<body class="bg-surface text-on-surface antialiased">
<!-- TopNavBar -->
<nav class="fixed top-0 left-0 w-full z-50 flex justify-between items-center px-6 py-4 max-w-screen-2xl mx-auto bg-[#faf8ff]/80 backdrop-blur-xl shadow-sm">
<div class="flex items-center gap-8">
<span class="text-2xl font-bold tracking-tighter text-[#1D4ED8]">The Daily Supply</span>
<div class="hidden md:flex gap-6 items-center">
<a class="text-slate-600 font-medium hover:text-[#1D4ED8] transition-colors" href="#">Daily Pens</a>
<a class="text-slate-600 font-medium hover:text-[#1D4ED8] transition-colors" href="#">Exam Essentials</a>
<a class="text-slate-600 font-medium hover:text-[#1D4ED8] transition-colors" href="#">Office Bulk</a>
<a class="text-slate-600 font-medium hover:text-[#1D4ED8] transition-colors" href="#">Notebooks</a>
<a class="text-slate-600 font-medium hover:text-[#1D4ED8] transition-colors" href="#">Art Kits</a>
</div>
</div>
<div class="flex items-center gap-4">
<div class="hidden lg:flex items-center bg-surface-container-highest rounded-full px-4 py-2 w-64">
<span class="material-symbols-outlined text-outline text-sm">search</span>
<input class="bg-transparent border-none focus:ring-0 text-sm w-full placeholder:text-outline-variant" placeholder="Find essentials..." type="text"/>
</div>
<button class="p-2 hover:bg-slate-100/50 rounded-full transition-colors scale-95 active:scale-90">
<span class="material-symbols-outlined" data-icon="shopping_cart">shopping_cart</span>
</button>
<button class="p-2 hover:bg-slate-100/50 rounded-full transition-colors scale-95 active:scale-90">
<span class="material-symbols-outlined" data-icon="person">person</span>
</button>
</div>
</nav>
<main class="pt-24 pb-16 px-6 max-w-screen-2xl mx-auto flex flex-col md:flex-row gap-8">
<!-- Sidebar Filters -->
<aside class="w-full md:w-64 flex-shrink-0 space-y-8">
<div>
<h3 class="text-label-md font-bold uppercase tracking-wider text-outline mb-4">Category</h3>
<div class="space-y-2">
<label class="flex items-center gap-3 cursor-pointer group">
<input checked="" class="rounded-sm border-outline-variant text-primary focus:ring-primary h-4 w-4" type="checkbox"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary transition-colors">Writing Tools</span>
</label>
<label class="flex items-center gap-3 cursor-pointer group">
<input class="rounded-sm border-outline-variant text-primary focus:ring-primary h-4 w-4" type="checkbox"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary transition-colors">Paper & Notebooks</span>
</label>
<label class="flex items-center gap-3 cursor-pointer group">
<input class="rounded-sm border-outline-variant text-primary focus:ring-primary h-4 w-4" type="checkbox"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary transition-colors">Art Supplies</span>
</label>
<label class="flex items-center gap-3 cursor-pointer group">
<input class="rounded-sm border-outline-variant text-primary focus:ring-primary h-4 w-4" type="checkbox"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary transition-colors">Geometry & Math</span>
</label>
</div>
</div>
<div class="h-px bg-surface-container-high"></div>
<div>
<h3 class="text-label-md font-bold uppercase tracking-wider text-outline mb-4">Price Range</h3>
<div class="space-y-2">
<button class="w-full text-left px-3 py-2 rounded-lg bg-surface-container-lowest text-primary font-semibold text-sm shadow-sm">All Prices</button>
<button class="w-full text-left px-3 py-2 rounded-lg hover:bg-surface-container-high text-on-surface-variant text-sm transition-colors">₹5 - ₹100</button>
<button class="w-full text-left px-3 py-2 rounded-lg hover:bg-surface-container-high text-on-surface-variant text-sm transition-colors">₹100 - ₹500</button>
<button class="w-full text-left px-3 py-2 rounded-lg hover:bg-surface-container-high text-on-surface-variant text-sm transition-colors">Above ₹500</button>
</div>
</div>
<div class="h-px bg-surface-container-high"></div>
<div>
<h3 class="text-label-md font-bold uppercase tracking-wider text-outline mb-4">Brand</h3>
<div class="space-y-2">
<label class="flex items-center gap-3 cursor-pointer group">
<input class="border-outline-variant text-primary focus:ring-primary h-4 w-4" name="brand" type="radio"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary">Standard Office</span>
</label>
<label class="flex items-center gap-3 cursor-pointer group">
<input class="border-outline-variant text-primary focus:ring-primary h-4 w-4" name="brand" type="radio"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary">Aero Student</span>
</label>
<label class="flex items-center gap-3 cursor-pointer group">
<input class="border-outline-variant text-primary focus:ring-primary h-4 w-4" name="brand" type="radio"/>
<span class="text-body-lg text-on-surface-variant group-hover:text-primary">Inkwell Co.</span>
</label>
</div>
</div>
</aside>
<!-- Main Product Grid Section -->
<section class="flex-1">
<div class="flex justify-between items-end mb-8">
<div>
<h1 class="text-headline-lg font-bold tracking-tight text-on-surface">Writing & Exam Essentials</h1>
<p class="text-on-surface-variant body-lg">Premium quality for every budget. 142 items found.</p>
</div>
<div class="flex gap-2">
<button class="p-2 rounded-lg bg-surface-container-high text-on-surface"><span class="material-symbols-outlined">grid_view</span></button>
<button class="p-2 rounded-lg hover:bg-surface-container-high text-outline transition-colors"><span class="material-symbols-outlined">view_list</span></button>
</div>
</div>
<!-- Bento Grid inspired Product Layout -->
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Large Featured Card (Asymmetric Layout) -->
<div class="col-span-1 lg:col-span-2 row-span-1 bg-surface-container-low rounded-xl overflow-hidden flex flex-col sm:flex-row relative group">
<div class="absolute top-4 left-4 z-10">
<span class="bg-secondary-container text-on-secondary-container text-xs font-bold px-3 py-1 rounded-full uppercase tracking-widest">Limited Bundle</span>
</div>
<div class="w-full sm:w-1/2 h-64 sm:h-auto bg-surface-variant relative overflow-hidden">
<img class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110" data-alt="Close-up of high quality blue ballpoint pens organized in a row on a clean blue background with soft lighting" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAZZRfjB4AoEJtTlO5C2EA4IivfhWHm8LvF7BzlwH2G7TRpOnG5YdeuON0T2uvbkbsbdUtw45ao2UH3_QeqLpk3029KS_KRIG7v5XvR1qvLnSbjx9YQrtR00sXCK8F7WbeQuxZgU3N8IvAjmQ-jQ7zyh6utLC8dxVCLEIWe8wvebx2_BqfiUpGVta5oDwaK2xk6_1xeBahKVmViWqyVIip2NSZzr8kJJ-ZxpwcdEDaPo9h34bUAS4RQWWVvXJVdGjBk3fTc7HCoAns"/>
</div>
<div class="p-8 flex flex-col justify-center flex-1">
<h2 class="text-2xl font-bold text-on-surface leading-tight mb-2">Blue Ballpoint Pen (Pack of 5)</h2>
<p class="text-on-surface-variant mb-6">Smooth-flowing German ink technology, perfect for long exams and daily office notes.</p>
<div class="flex items-center justify-between mt-auto">
<span class="text-3xl font-black text-primary">₹25</span>
<button class="ink-gradient text-white px-6 py-3 rounded-full font-bold flex items-center gap-2 hover:shadow-lg transition-all active:scale-95">
<span class="material-symbols-outlined text-sm">add_shopping_cart</span>
Add to Cart
</button>
</div>
</div>
</div>
<!-- Product Card: HB Pencil -->
<div class="bg-surface-container-low p-4 rounded-xl flex flex-col group">
<div class="aspect-[4/5] bg-surface-variant rounded-lg mb-4 overflow-hidden relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform" data-alt="Single wooden HB graphite pencil laying diagonally on a textured light grey surface with professional studio lighting" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDjUXorXwRKfaDpQA2qc3JyCJ6HFOXyQBRUfyyEpOQm2YQCSjZbv0DFAYYfNn6ogHOjKh6pRJ0j-T3cgglkYREeCKciLXlUDX3r3W7vlWMQP0y0G3mtAy5722SjnMvV61hbT2IQ9wPZBG0IJn_aPQuCwWHJwUVNmeih6nPjG__qJCvSVKdxluA2yXMeC1EIdFZMZBMrLowq3L0u7UKTTJiEblKYyU-OKnEMeMir4v1ZcWvw4MQwZlNQCNxFK8a7t8dNs0eAEZF8Tjo"/>
<div class="absolute bottom-2 left-2">
<span class="bg-tertiary-container text-on-tertiary-container text-[10px] font-black px-2 py-0.5 rounded-sm uppercase">Best Value</span>
</div>
</div>
<h3 class="font-bold text-on-surface mb-1">Wooden HB Pencil</h3>
<p class="text-sm text-on-surface-variant mb-4">Break-resistant lead for students.</p>
<div class="mt-auto flex items-center justify-between">
<span class="text-xl font-bold text-on-surface">₹5</span>
<button class="bg-surface-container-lowest p-2 rounded-full text-primary hover:bg-primary hover:text-white transition-all shadow-sm active:scale-90">
<span class="material-symbols-outlined">add</span>
</button>
</div>
</div>
<!-- Product Card: Notebook -->
<div class="bg-surface-container-low p-4 rounded-xl flex flex-col group">
<div class="aspect-[4/5] bg-surface-variant rounded-lg mb-4 overflow-hidden relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform" data-alt="Stack of clean 72-page exercise notebooks with colorful covers on a white desk workspace" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAN0QtQC-sQsToMSeZ0k_gkdX7Y6sbh1vDHFsVvzKDZKCkZlm0qjMgFnHJssruyHuwrsIXorPrEQOpF70sen5cz6H6XTGrAUD2Nefy-I6nJTwgSKuPlrYz3afcbRB61xUytoO1uxKUrqD4hBLbJKGYYCpEjxhenYqrM5ECG_JFxTwAWi_KuiAKeFsaPt6vnZzBOyPtwojCIZuAohPmy_7D5KTQsCp_TTSAb5Aw67BC0g1ZY977xmgVg7yxAZ-VCMYJjOcgeqcYsWnQ"/>
</div>
<h3 class="font-bold text-on-surface mb-1">72-page Exercise Notebook</h3>
<p class="text-sm text-on-surface-variant mb-4">A4 size, high-GSM paper quality.</p>
<div class="mt-auto flex items-center justify-between">
<span class="text-xl font-bold text-on-surface">₹15</span>
<button class="bg-surface-container-lowest p-2 rounded-full text-primary hover:bg-primary hover:text-white transition-all shadow-sm active:scale-90">
<span class="material-symbols-outlined">add</span>
</button>
</div>
</div>
<!-- Product Card: Geometry Box -->
<div class="bg-surface-container-low p-4 rounded-xl flex flex-col group">
<div class="aspect-[4/5] bg-surface-variant rounded-lg mb-4 overflow-hidden relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform" data-alt="Complete open geometry box set including compass, protractor, and ruler on a navy blue drafting mat" src="https://lh3.googleusercontent.com/aida-public/AB6AXuA91J4mn2icXLmo6CoOtVLqsbFsWNzcbja-vhJ4VcSXFReGMUyMz3s-x6eBAxqeAvuWZl5enKoouy50GWq6drSZN4eu7T01ogDWETN8SWQ0-p5bjsQgjMKNk1LzwzUe7Xho8kdhhC2rBVWhKIakGB8mMjiBc8rAlFH2f04IXzWIfu3AWChU1Npo8Ln5LV72sYWzSEebmDIlbTADmoT72KGbAZymO3Tb17E4D9_ohvSP25SWkU4izNocS98f2OAwwaBVr-x5PaYeRpU"/>
<div class="absolute top-2 right-2">
<span class="bg-primary-container text-on-primary-container text-[10px] font-black px-2 py-0.5 rounded-sm uppercase">Stocking Up</span>
</div>
</div>
<h3 class="font-bold text-on-surface mb-1">Geometry Box</h3>
<p class="text-sm text-on-surface-variant mb-4">Complete set with precision tools.</p>
<div class="mt-auto flex items-center justify-between">
<span class="text-xl font-bold text-on-surface">₹85</span>
<button class="bg-surface-container-lowest p-2 rounded-full text-primary hover:bg-primary hover:text-white transition-all shadow-sm active:scale-90">
<span class="material-symbols-outlined">add</span>
</button>
</div>
</div>
<!-- Product Card: Watercolor Set -->
<div class="bg-surface-container-low p-4 rounded-xl flex flex-col group">
<div class="aspect-[4/5] bg-surface-variant rounded-lg mb-4 overflow-hidden relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform" data-alt="Vibrant student watercolor paint set with multiple circular pans of color and a small brush on a white surface" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBy89a7jX867_2SBNRvYDQgpFfVIBO2VM-B_K2XRSkKMjnJV3Qoeq2AacHlgCSGnx0aop_1rsZP9cgcXjT4bPk79QVDhBhl5q702GmeWZQ2fyI0Ycf7krAuglKZc7bXwaZNGsAc1IeHByGQ3Q_FI97nLgpS0QR4-7un973R0W64cJjLV16PwatdTX0PTzv-AFIKeGewqGaRx4GnoQqZtVYoBCuRys0cVwrstCRAfbxnjG97dBv9JelPpHJ2stm95PlSlUlMiOXH-3Y"/>
</div>
<h3 class="font-bold text-on-surface mb-1">Student Watercolor Set</h3>
<p class="text-sm text-on-surface-variant mb-4">12 vibrant shades + round brush.</p>
<div class="mt-auto flex items-center justify-between">
<span class="text-xl font-bold text-on-surface">₹45</span>
<button class="bg-surface-container-lowest p-2 rounded-full text-primary hover:bg-primary hover:text-white transition-all shadow-sm active:scale-90">
<span class="material-symbols-outlined">add</span>
</button>
</div>
</div>
<!-- Product Card: Eraser Multipack -->
<div class="bg-surface-container-low p-4 rounded-xl flex flex-col group">
<div class="aspect-[4/5] bg-surface-variant rounded-lg mb-4 overflow-hidden relative">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform" data-alt="Pile of clean white rectangular erasers on a minimalist surface with high-key lighting" src="https://lh3.googleusercontent.com/aida-public/AB6AXuAr7bhb5f3XM5C2FgAJaIoe8AuZyqnYUASBDYTj_5ZiA0YOELJsRN7-1xoR8zdkmeVEU4Fr6-T8Tt68B0W4gvErwUzIsPLTjN1IC-nh_X24ZygONlKDQtGW2UN9KTUvMWKvhVTw2-jluRLChBo3B-U3uwVy68m0TYXoul-6zpvJUr5-_OBuKKaHb-TKLWm4jT1yVq7pQ2ZfbvMXShclrUCLdVKey_BrQy-kV5pWWG0KU3vnVGBEIqSF0_GTJKXlsdz7v0zBMIcI7HU"/>
</div>
<h3 class="font-bold text-on-surface mb-1">Dust-Free Eraser (Set of 10)</h3>
<p class="text-sm text-on-surface-variant mb-4">Soft touch, leaves zero residue.</p>
<div class="mt-auto flex items-center justify-between">
<span class="text-xl font-bold text-on-surface">₹30</span>
<button class="bg-surface-container-lowest p-2 rounded-full text-primary hover:bg-primary hover:text-white transition-all shadow-sm active:scale-90">
<span class="material-symbols-outlined">add</span>
</button>
</div>
</div>
</div>
<!-- Pagination/Load More -->
<div class="mt-12 flex justify-center">
<button class="px-8 py-3 rounded-full border-2 border-primary text-primary font-bold hover:bg-primary hover:text-white transition-all scale-100 active:scale-95">
View More Products
</button>
</div>
</section>
</main>
<!-- Footer -->
<footer class="w-full bg-[#f3f2fe] py-12 flex flex-col md:flex-row justify-between items-center px-8 border-t border-slate-200/20">
<div class="mb-8 md:mb-0">
<span class="text-lg font-black text-slate-800">The Daily Supply</span>
<p class="text-sm text-slate-500 mt-2">Quality for Everyone.</p>
</div>
<div class="flex flex-wrap justify-center gap-8">
<a class="text-label-md uppercase tracking-wider text-slate-500 hover:text-blue-600 transition-opacity hover:underline decoration-2 underline-offset-4" href="#">Student Discounts</a>
<a class="text-label-md uppercase tracking-wider text-slate-500 hover:text-blue-600 transition-opacity hover:underline decoration-2 underline-offset-4" href="#">Bulk Office Orders</a>
<a class="text-label-md uppercase tracking-wider text-slate-500 hover:text-blue-600 transition-opacity hover:underline decoration-2 underline-offset-4" href="#">Return Policy</a>
<a class="text-label-md uppercase tracking-wider text-slate-500 hover:text-blue-600 transition-opacity hover:underline decoration-2 underline-offset-4" href="#">Help Center</a>
</div>
<div class="mt-8 md:mt-0 text-xs text-slate-400">
© 2024 The Daily Supply. All rights reserved.
</div>
</footer>
</body></html>
Writing & Exam Essentials
Premium quality for every budget. 142 items found.
Limited Bundle
Blue Ballpoint Pen (Pack of 5)
Smooth-flowing German ink technology, perfect for long exams and daily office notes.
₹25
Best Value
Wooden HB Pencil
Break-resistant lead for students.
₹5
72-page Exercise Notebook
A4 size, high-GSM paper quality.
₹15
Stocking Up
Geometry Box
Complete set with precision tools.
₹85
Student Watercolor Set
12 vibrant shades + round brush.
₹45
Dust-Free Eraser (Set of 10)
Soft touch, leaves zero residue.
₹30
